From owner-freebsd-bugs Sun Jun 25 6:20: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 78C8437BC0A for ; Sun, 25 Jun 2000 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA61907; Sun, 25 Jun 2000 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 03E2137BA02; Sun, 25 Jun 2000 06:14:34 -0700 (PDT) Message-Id: <20000625131434.03E2137BA02@hub.freebsd.org> Date: Sun, 25 Jun 2000 06:14:34 -0700 (PDT) From: martijn@be3.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19497: Adaptec AHA-1530P PNP scsi card is not recognised by 4.0-stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19497 >Category: kern >Synopsis: Adaptec AHA-1530P PNP scsi card is not recognised by 4.0-stable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 06:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Martijn Plak >Release: 4.0-STABLE >Organization: >Environment: FreeBSD 4.0-STABLE 25 Jun 2000 Adaptect AHA-1530P pnp scsi card >Description: I'm using a PNP ISA scsi controller sold by Compaq. It's an Adaptec card. The card used to work on FreeBSD 2.2.x. After applying the proposed patch I have burnt some CD's using my philips CDD-3600 cd rewriter, so I think it works. additional cards: The manual mentions a AHA-1532P card that has a scsi and a floppy interface on-board. The SCSI part of this card might work with this patch too, if the pnp id is the same. The pnp info suggests the card is compatible with AHA-1520(P?). I've added the pnp id for that card, but haven't tested it. >How-To-Repeat: Plug card into machine, card isn't recognised. This can be seen by checking the dmesg for a line similar to: /kernel: unknown0: at port 0x340-0x35f irq 9 on isa0 >Fix: Apply the following patch. UUencoded package with patch, dmesg, pnpinfo at bottom. *** /sys/dev/aic/aic_isa.c.20000115 Sun Jun 25 10:16:06 2000 --- /sys/dev/aic/aic_isa.c Sun Jun 25 11:08:24 2000 *************** *** 58,63 **** --- 58,69 ---- #define AIC_ISA_NUMPORTS (sizeof(aic_isa_ports) / sizeof(aic_isa_ports[0])) #define AIC_ISA_PORTSIZE 0x20 + static struct isa_pnp_id aic_ids[] = { + { 0x15309004, "Adaptec AHA-1530P"}, + { 0x15209004, "Adaptec AHA-1520P"}, + {0} + }; + static int aic_isa_alloc_resources(device_t dev) { *************** *** 121,127 **** u_int port, *ports; u_int8_t porta; ! if (isa_get_vendorid(dev)) return (ENXIO); port = isa_get_port(dev); --- 127,133 ---- u_int port, *ports; u_int8_t porta; ! if (ISA_PNP_PROBE(device_get_parent(dev), dev, aic_ids) == ENXIO) return (ENXIO); port = isa_get_port(dev); begin 644 aic-pnp-patch.tgz M'XL(`%G,53D``^U8:7/;R!'U5^%7=.0OH@.2@Y.'CPI%4A+BI<@5:6B,V:;Y1?OKAF'L[*]W;-@?#J,_ M(O8-9?CB^#^W_W#-O;=AO*(@R6@6E:MFW)Q%[AWY_";T>-YJM11EZ&8^N7D> MKF+NTW!^28\UY36/?>QQ1C08S0RF673";C7+8#W&S(9*# MIF`S4Y0?DE7H@4=-[HSZ.UD^BD*/F7)44Z3).S"A,B77*\(;OGN1EVF:9$5. M3GM*5VZ\XB0UHQS5PF5\%>8%#A*4L9<38Y^5<3Z<.S1,XB)+HHAGRC#9(+#" M9<0?R*A+?6F67FE+$7'@7/W8IQYI#/F/-+V:7X2K-159R8G[$"KG<1Y*R1># M(+OD&X*C-7R"(1SYPWXY$\TM+-.;F^G_$P+P`G?)-E=I=8^728%O,! MQ15W_:;G>FM)HE;4S6*=)>5J_8!VQ+W$OV>_3-JN$N0!:;>Y#`O:5&M)'-T] M>%_/PISRM>LG[P3S+Y*X,?';U(VEQ^(,6\**_R:,PTVYV:JG#Y5X70:GV:=R M;Q]2^=XG5)6>(\3>AL>%(#(_H:G.NWLG]+YP5XHR+V'+/`_**+JC%10/MP*K MI,RPK))&41U!`<(]5YI-\D2HYSSB7D&/@0+[Z MQM7_-^N_:=GVKOZ;NHGZ;UBZ=:C_WV,,D_0N0XTIZ,1KD-;KZ4T=,4^+-:>S MC//3^8AF6?)/Y(.6\I"XJZOB:[/%FO/%X/2',=H.U-@RIK_B M3[=0*OM:IX_N<3B>+TC(+6N4,.5?_#!_"].*PM5:'CGSEX!?.--+91%N4$_*6!3ZX["K6^8Q49#Q7TH>>W>HRSU#Z^IT M\7Z?L^RF-83E,/9JS[-H(>PW+1GECE$W3?T5L]N3B[>D]6UFUZ$ MWHI`)_J`*?00QO2\*GC<4]\8-=W0@,[I=RT1&AOR6S79DLXQ'B>NC,^110&]Y M%O.(CJO?8W(+4?R8[B(+L)8B3[-5!VH#.KJ"^RJ%,8P51>),[Y+LK8M:CR(F MFM(SQLYH6:Z4C<]0@4&4>"2LJ\3I+5:>;5ST'&F6B$J79"]0VFF3P-^R98)B M5E,YEPN<$VQ@L,#UN))ZX5+LODCR@HJ$9D.'EEF()NL3!)`*2DE1YO*UW*V$ MN2LQJD-U=:.CG9U*)``Z\\$.$$JHRV"GQ>K]@6AZXK"E_@CTVVHX-T``E[:`%C,+L%URPQ-N:C<*%8I]= MCF7@"^G'XNPQ1YBC%8L6_"UUF=YK['@&05?P#()>4,&Q>ZRU^T>4T-LFT=+[ MEMEGK.^[?5WO:ZY*Q5W*J>8,[R-T:`W:*GQNT.OPZGQ,HS?M\S>TRMQT':+Y M=M'40`5N(:P-QCIKUG9+2L8\`@ MS4EK"HAJ2L(,;Y>5<"_YG72L>^:DD[#+3+UQ7TB;03K;W`DD`<3^P8*V$"\H MB-R5[+\K#51VE9P402[PJHW*S4JZ&](*>C9/^N?K\\&>6CRI%A]631#V6'%A M&+&V##!VDN3R&/,[7(@VXA!Y$E7JW0G#V#XQ&$%+-MV$65$B^=2;T(/*+_`?T;&C7[F19B/G#L2*=@]#EQAZC6':R9FR''(.H$P)YV.E*:3H74V2%5^[9J]=9AFHO0&<]F[4OG%&6K@;1#P^ED MAB(CJM@&-Q8E2@O)+9,IJ4HJ*=(`J]^(R,^R,BV:TH%B*86"=DT3'E#?A6W= M9FW;L%EU\[R?'N[);4JK6A^M*N\B6/.$6>5I>A^]3'+`4\"J(M$"-4:6%C=` M5_B?;EJ=R2D]^_'5X'+Q:D*GSOG9=+K0A1)?T$]FKV>V-1MB_5PY'_+3QI5W MYS(7^7WF3$UE(FJGF(EBC=*9;*@,\GX;2:0-+KGF*E[MO1!(Y$=TC.C45E"M M3A'J/Q,$0H,7S@_.;$[#T0@2,_PVK]I7?R.]!8]""[));JJ[+-:G$ZFHIKY- M5A6&!5(V.6TCL'&GR`/QC>"D6KQXKZ)9"81%NXV*>E#`[5-9-%#OL^VG$LK# M]YP"E$SNXY8[7=#5>##ZNXI+HR]J78QSIJ*[B8O_HJO)?O^/V36\H.6U_#`( MOA6/W^C_-;.S^_YG,TWT_Z9AF8?^_WN,)T^>D&R'9>"%WCT7$$69:9IU]*#C MMOO,KIKM9K/YA[0^Z_9QKY-[GNP/,4<3K-H&R:F`%-,>X;\F6MO'/@_0 M!1\-G.$U2M;UY:O);'JUF-.)B+B3!/3SGWY&+_PK"+?CUWL?&]6CXT^^4QY_ M4#^AUC]/K7]"S3Y@]N$I'I"N%@T5`Y/M^61#?+W[JG-29:-KV8^)(__Z695K MNJ9J>J=2.M%1>0U463%4>B)5]G2WW+VNWKAB2?D3'84!^A6P1C*^OI'?1T-? M\)4J/CK*."XC,2K@Y1MGVI";L"RKT7/:[A-3N>>IM#ED437Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 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 A1D4F37B618 for ; Sun, 25 Jun 2000 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA68491; Sun, 25 Jun 2000 07:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from node1500a.a2000.nl (node1500a.a2000.nl [24.132.80.10]) by hub.freebsd.org (Postfix) with ESMTP id CF85337B618 for ; Sun, 25 Jun 2000 07:28:39 -0700 (PDT) (envelope-from carlo@node1500a.a2000.nl) Received: (from carlo@localhost) by node1500a.a2000.nl (8.9.3/8.9.3) id QAA22955; Sun, 25 Jun 2000 16:28:32 +0200 (CEST) (envelope-from carlo) Message-Id: <200006251428.QAA22955@node1500a.a2000.nl> Date: Sun, 25 Jun 2000 16:28:32 +0200 (CEST) From: Carlo Wood Reply-To: carlo@alinoe.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19499: EtherExpress 16 is not probed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19499 >Category: kern >Synopsis: EtherExpress 16 is not probed >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 07:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Carlo Wood >Release: FreeBSD 4.0-RELEASE i386 >Organization: >Environment: FreeBSD node1500a.a2000.nl 4.0-RELEASE FreeBSD 4.0-RELEASE #3: Sat Jun 24 23:21:11 CEST 2000 root@node1500a.a2000.nl:/usr/src/sys/compile/JOLAN i386 Using in config file (not that it matters what you put there): device ie0 at isa? port 0x310 irq 10 iomem 0xd0000 Install hardware: ISA Intel EtherExpress 16, at port 0x310 using IRQ 10. this card works flawless (for many years) under linux (which reports me that port and IRQ). Motherboard is an intel 'venus' 3.3 Volt PCI (3x PCI 3x ISA 1x shared) (not that this relevant in anyway). >Description: EtherExpress 16 is not probed. I made this conclusion after using `boot -v' and noting that there was no mention of 'ie' anywhere. Then I hacked the kernel (file dev/ie/if_ie.c) and added a printf to ieprobe(), at the top; also this printf was never reached. Moreover, a "strings /kernel | grep 'ie%d'" clearly showed that the object code of the ie module was linked. My conclusion is that the way ISA devices are added to a kernel has changed (now using the macro DRIVER_MODULE(?)) but dev/ie/if_ie.c was never changed with as result that all the cards with a 82586 (AT&T StarLAN 10 and EN100; 3Com 3C507; unknown NI5210; Intel EtherExpress) as are *documented* to be supported *everywhere* (GENERIC, LINT, http://www.freebsd.org/handbook/install-hw.html (2.3. Supported Hardware)) etc. in fact does not work at all. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 8:20:12 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 2487137BB03 for ; Sun, 25 Jun 2000 08:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA77682; Sun, 25 Jun 2000 08:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from point.osg.gov.bc.ca (point.osg.gov.bc.ca [142.32.102.44]) by hub.freebsd.org (Postfix) with ESMTP id 9942537BCC9 for ; Sun, 25 Jun 2000 08:14:44 -0700 (PDT) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Received: (from daemon@localhost) by point.osg.gov.bc.ca (8.8.7/8.8.8) id IAA30830 for ; Sun, 25 Jun 2000 08:14:44 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda30826; Sun Jun 25 08:14:30 2000 Received: (from cschuber@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id IAA17870; Sun, 25 Jun 2000 08:14:30 -0700 (PDT) Message-Id: <200006251514.IAA17870@passer.osg.gov.bc.ca> Date: Sun, 25 Jun 2000 08:14:30 -0700 (PDT) From: Cy.Schubert@uumail.gov.bc.ca Reply-To: Cy.Schubert@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19501: Possible root exploit in ISC DHCP client. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19501 >Category: bin >Synopsis: ISC DHCP Root Exploit >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 08:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 4.0-STABLE i386 >Organization: UNIX Group, ITSD, ISTA, Province of BC >Environment: FreeBSD passer 4.0-STABLE FreeBSD 4.0-STABLE #0: Fri Jun 23 13:38:31 PDT 2000 root@:/opt/cvs-400s-000620/src/sys/compile/PASSER i386 >Description: From BUGTRAQ: Date: Sat, 24 Jun 2000 02:28:58 -0700 Reply-To: Ted Lemon Sender: Bugtraq List From: Ted Lemon Subject: Possible root exploit in ISC DHCP client. To: BUGTRAQ@SECURITYFOCUS.COM Resent-To: cy@passer.osg.gov.bc.ca Resent-Date: Sat, 24 Jun 2000 12:15:21 -0700 Resent-From: Cy Schubert Somebody at OpenBSD discovered a possible root exploit in the ISC DHCP client. This exploit is present in all versions of the ISC DHCP client prior to 2.0pl1 and 3.0b1pl14, which I just released this evening. Anybody who is using versions of the ISC DHCP client other than these is strongly urged to upgrade. I would appreciate it if the OpenBSD people would take a look at the new version to see if they believe it is a complete fix, and let me know if it isn't. In any case, thanks for catching the error! I'm sorry I'm being so vague about how this got found, but I don't have time to read bugtraq anymore, so I was notified roughly fourth-hand. The ISC DHCP distribution is available at ftp://ftp.isc.org/isc/DHCP, and anonymous CVS at http://www.isc.org/products/DHCP/anoncvs.html. The head of the tree in anonymous CVS also contains the fix. _MelloN_ >How-To-Repeat: N/A >Fix: Upgrade dhclient in base system to 2.0.pl1. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 10: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 45E2137BAEE for ; Sun, 25 Jun 2000 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA89577; Sun, 25 Jun 2000 10:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A7B0937B582; Sun, 25 Jun 2000 10:28:03 -0700 (PDT) Message-Id: <20000625172803.A7B0937B582@hub.freebsd.org> Date: Sun, 25 Jun 2000 10:28:03 -0700 (PDT) From: jan.grant@bristol.ac.uk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19505: bind(2) erroneously complains EADDRNOTAVAIL Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19505 >Category: kern >Synopsis: bind(2) erroneously complains EADDRNOTAVAIL >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 10:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: jan grant >Release: 4.0-stable >Organization: university of bristol >Environment: FreeBSD tribble.ilrt.bris.ac.uk 4.0-STABLE FreeBSD 4.0-STABLE #0: Wed Jun 7 09:34:59 BS T 2000 cmjg@tribble.ilrt.bris.ac.uk:/usr/src/sys/compile/JAN i386 >Description: I've got a trivial little ip4-only program which I want to listen on 127.0.0.1.5999 only, as opposed to *.5999 (tcp socket) It fails at the call to bind: complaining that EADDRNOTAVAIL. The same program (modulo sin_len - missing on that system) works on Solaris, which leads me to believe the problem isn't with my source, but with bind. Running the program using INADDR_ANY works correctly. I've marked this as high-priority since there are some programs (named) that need this functionality. >How-To-Repeat: Trivial little program repeats the bug: compile with gcc -o test test.cc. Email me for source. #include #include #include /* for struct sockaddr_in */ #include /* For getprotobyname */ #include /* For the ntohs, etc. */ #include /* For inet_ntoa */ #include // gethostbyname #include #include #include #include //errno, EINTR unsigned short sport = 5999; int main(int argc, char *argv[]) { struct protoent * pep = getprotobyname("tcp"); if (!pep) { perror("cannot getprotobyname tcp"); return 1; } int sd = socket(PF_INET, SOCK_STREAM, pep->p_proto); if (sd == -1) { perror("socket"); return 1; } struct hostent *he = gethostbyname("localhost"); if (!he) { perror("gethostbyname localhost"); return 2; } struct sockaddr_in addr; addr.sin_len = sizeof(addr); addr.sin_family = AF_INET; addr.sin_port = htons(sport); memcpy(&addr.sin_addr.s_addr, he->h_addr_list[0], sizeof(addr.sin_addr.s_addr)); //addr.sin_addr.s_addr = htonl(INADDR_ANY); // this works! printf("%lx\n", addr.sin_addr.s_addr); // quick check int one = 1; if (setsockopt(sd, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one))) { perror("setsockopt"); return 2; } if (bind(sd, (const struct sockaddr *) &addr, sizeof addr)) { perror("bind"); close(sd); return 3; } // ...and listen... if (listen(sd, 5)) { perror("listen"); return 4; } close(sd); return 0; } >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 11:30: 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 4E08937BBBF for ; Sun, 25 Jun 2000 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA95328; Sun, 25 Jun 2000 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 25 Jun 2000 11:30:02 -0700 (PDT) Message-Id: <200006251830.LAA95328@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: arabis Subject: Re: kern/19505: bind(2) erroneously complains EADDRNOTAVAIL Reply-To: arabis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19505; it has been noted by GNATS. From: arabis To: freebsd-gnats-submit@FreeBSD.org, jan.grant@bristol.ac.uk Cc: Subject: Re: kern/19505: bind(2) erroneously complains EADDRNOTAVAIL Date: Sun, 25 Jun 2000 19:20:07 +0100 My fault entirely.bzeroing the sockaddr_in first fixes it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 12:51: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 AB63637B539; Sun, 25 Jun 2000 12:51:38 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Received: (from wollman@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA03947; Sun, 25 Jun 2000 12:51:38 -0700 (PDT) (envelope-from wollman@FreeBSD.org) Date: Sun, 25 Jun 2000 12:51:38 -0700 (PDT) From: Message-Id: <200006251951.MAA03947@freefall.freebsd.org> To: jan.grant@bristol.ac.uk, wollman@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19505: bind(2) erroneously complains EADDRNOTAVAIL Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bind(2) erroneously complains EADDRNOTAVAIL State-Changed-From-To: open->closed State-Changed-By: wollman State-Changed-When: Sun Jun 25 12:51:17 PDT 2000 State-Changed-Why: Submitter reports pilot error. http://www.freebsd.org/cgi/query-pr.cgi?pr=19505 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 16: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 A591237B5D8 for ; Sun, 25 Jun 2000 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA26993; Sun, 25 Jun 2000 16:10:01 -0700 (PDT) (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 7C02237B599 for ; Sun, 25 Jun 2000 16:00:08 -0700 (PDT) (envelope-from gad@santropez.acs.rpi.edu) Received: (from gad@localhost) by santropez.acs.rpi.edu (8.9.3/8.9.3) id TAA05200; Sun, 25 Jun 2000 19:01:01 -0400 (EDT) (envelope-from gad) Message-Id: <200006252301.TAA05200@santropez.acs.rpi.edu> Date: Sun, 25 Jun 2000 19:01:01 -0400 (EDT) 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: conf/19506: Running /stand/sysinstall can clobber /etc/make.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19506 >Category: conf >Synopsis: Running /stand/sysinstall can clobber /etc/make.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 16:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Garance A Drosehn >Release: FreeBSD 4.0-STABLE i386 >Organization: RPI; Troy NY >Environment: Running various snapshots of 4.0-release or 4.0-stable. Have not checked behavior on 5.0-current >Description: Do the initial system install. As part of that install, it will ask if you are a USA resident. In my case, I am. Answer 'yes' (or whatever appropriate). At the end of the install, /etc/make.conf will correctly have USA_RESIDENT=YES as the only line in it. So far so good. Now, after the install, run /stand/sysinstall again to do something. In my case, I wanted to fdisk and partition a second disk. I did this by starting a "standard install", just because I knew that would do the steps I wanted. After doing the fdisk and partition steps, I exitted that install process. At no time had I been asked if I was a US resident, because I hadn't really installed anything. After exitting /stand/sysinstall, the first line of /etc/make.conf had been changed to 'USA_RESIDENT=NO'. This proved confusing when I later went to build a newer snapshot of openssh/rsaref. >How-To-Repeat: See above. I have not checked to see what other paths in /stand/sysinstall might cause this line to be rewritten. >Fix: I have not investigated any fix as of this 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 Sun Jun 25 16: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 BE6CE37B52B for ; Sun, 25 Jun 2000 16:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA28687; Sun, 25 Jun 2000 16:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 25 Jun 2000 16:30:01 -0700 (PDT) Message-Id: <200006252330.QAA28687@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Barton Subject: Re: misc/19388: bash prompt problem, or perhaps curses problem Reply-To: Doug Barton Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19388; it has been noted by GNATS. From: Doug Barton To: bdluevel@heitec.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: misc/19388: bash prompt problem, or perhaps curses problem Date: Sun, 25 Jun 2000 16:22:43 -0700 bdluevel@heitec.net wrote: > If you have escape sequences in a bash prompt, and execute > several long commands (longer than one line) so that they > are in the history buffer, and then press cursor-up and > cursor-down to change between these commands, the prompt > may be messed up and the displayed command lines too. If you are not already, please try Bash 2.04. There were several improvements in ANSI escape sequence handling. If you are having additional problems after upgrading, please use bash-bug to report them. This is a Bash problem, not a FreeBSD one. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 16:50: 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 1273F37B579 for ; Sun, 25 Jun 2000 16:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA30297; Sun, 25 Jun 2000 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0791937B523; Sun, 25 Jun 2000 16:40:34 -0700 (PDT) Message-Id: <20000625234034.0791937B523@hub.freebsd.org> Date: Sun, 25 Jun 2000 16:40:34 -0700 (PDT) From: henry@hubsystems.com.au To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/19508: pci bus not probed for pci ethernet card Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19508 >Category: i386 >Synopsis: pci bus not probed for pci ethernet card >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 16:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: henry lilley >Release: 3.4 >Organization: >Environment: Freebsd 3.4 release 9 - haven't got output sorry >Description: hardware acer acros 60Mz pentium with pci motherboard V12L-P5 with SMC chip 37C665. have added a realtek 8029 pci ethernet card which isn't recognised. It appears that the pci bus isn't probed. output from /var/log/message CPU: Pentium/P5 (59.98-MHz 586-class CPU) origin genuineintel id = 0x515 stepping = 5 features=0x1b .... Found BIOS32 Service Directory header at 0xc00f0230 entry = 0xf0200(0xc00f0200) rev = 0 len = 1 pci bios entry at 0x0 other bios signatures found acpi: 00000000 $PnP: 000f7c20 .... pci_open(1): mode 1 addr port (0xcf8) ix 0x00000000 pci_open(1a): mode1res=0x00000000 (0x80000000) pci_open(1b): mode1res=0x00000000 (0xff000001) pci_open(2): mode 2 enable port (0x0cf8) is 0xff Initialising PnP override table Probing for PnP devices: Trying Read_Port at 230 .... I can send you the complete file if you give me an email address. I have looked thru pcibus.c which produces the pci_open messages and it seems that all the values are constants e.g. CONF1_ADDR_PORT. If these need changeing i wouldn't know to what. I have tried changeing bios options with shadow ram and cach. I haven't tried changeing any jumpers on the motherboard. >How-To-Repeat: happens every time. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 17: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 1F67837B630 for ; Sun, 25 Jun 2000 17:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA35121; Sun, 25 Jun 2000 17:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 25 Jun 2000 17:30:02 -0700 (PDT) Message-Id: <200006260030.RAA35121@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gregory Bond Subject: Re: misc/19467: OpenSSH (as an rsync tunnel) blocks forever Reply-To: Gregory Bond Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19467; it has been noted by GNATS. From: Gregory Bond To: dh@digitalbrain.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/19467: OpenSSH (as an rsync tunnel) blocks forever Date: Mon, 26 Jun 2000 10:20:00 +1000 I have just used rsync-over-openSSH on 4.0-Stable to suck 700Mb from a 3.4 box (using rsync-over-SSH-from-ports) and it worked perfectly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 17:40: 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 DC69337B655 for ; Sun, 25 Jun 2000 17:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA36097; Sun, 25 Jun 2000 17:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 25 Jun 2000 17:40:04 -0700 (PDT) Message-Id: <200006260040.RAA36097@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: kern/15251: patch to add unsigned support to sysctl Reply-To: Kelly Yancey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15251; it has been noted by GNATS. From: Kelly Yancey To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/15251: patch to add unsigned support to sysctl Date: Sun, 25 Jun 2000 17:38:48 -0700 (PDT) When updating the original patches to -current, I left out the fix to use the correct datatype for sysctl's in vfs_cache.c (see original PR notes for details of the bug). Here is a patch, to be applied after the last patchset I attached to this PR, which fixes the datatype mismatch in vfs_cache.c. In short, the latest patchset against current is already attached to this PR (as a shar of 5 'bite-size' patches). Commit that. Then, apply this patch and commit that. Kelly --- sys/kern/vfs_cache.c.orig Sun Jun 25 17:30:44 2000 +++ sys/kern/vfs_cache.c Sun Jun 25 17:33:04 2000 @@ -90,13 +90,13 @@ static LIST_HEAD(nchashhead, namecache) *nchashtbl; /* Hash Table */ static TAILQ_HEAD(, namecache) ncneg; /* Hash Table */ static u_long nchash; /* size of hash table */ -SYSCTL_UINT(_debug, OID_AUTO, nchash, CTLFLAG_RD, &nchash, 0, ""); +SYSCTL_ULONG(_debug, OID_AUTO, nchash, CTLFLAG_RD, &nchash, 0, ""); static u_long ncnegfactor = 16; /* ratio of negative entries */ -SYSCTL_UINT(_debug, OID_AUTO, ncnegfactor, CTLFLAG_RW, &ncnegfactor, 0, ""); +SYSCTL_ULONG(_debug, OID_AUTO, ncnegfactor, CTLFLAG_RW, &ncnegfactor, 0, ""); static u_long numneg; /* number of cache entries allocated */ -SYSCTL_UINT(_debug, OID_AUTO, numneg, CTLFLAG_RD, &numneg, 0, ""); +SYSCTL_ULONG(_debug, OID_AUTO, numneg, CTLFLAG_RD, &numneg, 0, ""); static u_long numcache; /* number of cache entries allocated */ -SYSCTL_UINT(_debug, OID_AUTO, numcache, CTLFLAG_RD, &numcache, 0, ""); +SYSCTL_ULONG(_debug, OID_AUTO, numcache, CTLFLAG_RD, &numcache, 0, ""); struct nchstats nchstats; /* cache effectiveness statistics */ static int doingcache = 1; /* 1 => enable the cache */ @@ -109,7 +109,7 @@ */ SYSCTL_NODE(_vfs, OID_AUTO, cache, CTLFLAG_RW, 0, "Name cache statistics"); #define STATNODE(mode, name, var) \ - SYSCTL_UINT(_vfs_cache, OID_AUTO, name, mode, var, 0, ""); + SYSCTL_ULONG(_vfs_cache, OID_AUTO, name, mode, var, 0, ""); STATNODE(CTLFLAG_RD, numneg, &numneg); STATNODE(CTLFLAG_RD, numcache, &numcache); static u_long numcalls; STATNODE(CTLFLAG_RD, numcalls, &numcalls); -- Kelly Yancey - kbyanc@posi.net - Belmont, CA System Administrator, eGroups.com http://www.egroups.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 18: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 EE6E837B633 for ; Sun, 25 Jun 2000 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA39791; Sun, 25 Jun 2000 18:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id B229C37B60D for ; Sun, 25 Jun 2000 18:07:46 -0700 (PDT) (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 LAA96303 for ; Mon, 26 Jun 2000 11:07:42 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from hellcat.itga.com.au (hellcat.itga.com.au [192.168.71.163]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id LAA23979; Mon, 26 Jun 2000 11:07:41 +1000 (EST) Received: (from gnb@localhost) by hellcat.itga.com.au (8.9.3/8.9.3) id LAA08958; Mon, 26 Jun 2000 11:07:37 +1000 (EST) (envelope-from gnb@itga.com.au) Message-Id: <200006260107.LAA08958@hellcat.itga.com.au> Date: Mon, 26 Jun 2000 11:07:37 +1000 (EST) From: Gregory Bond To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/19509: Cannot install Netscape from CD at install time Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19509 >Category: conf >Synopsis: Cannot install Netscape from CD at install time >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 18:10:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gregory Bond >Release: FreeBSD 4.0-STABLE i386 >Organization: ITG Australia Limited >Environment: Installing 4.0 from the CD. >Description: When doing the initial install from the WC CD, it is not possible to install the Netscape-4.72 package. Before attempting to extract this package, sysinstall attempts to extract the Xfree86-aoutlibs-3.3.3 dependency, but that install fails. I _think_ this is due to the pkg install not properly fixing ldconfig in the funny MFS-based install environment, so the newly-installed dep libs aren't found. Using /stand/sysinstall after rebooting the system to install the Netscape package works as expected. >How-To-Repeat: Boot a 4.0 install CD, install a system, and attempt to install Netscape 4.72 package. >Fix: Workaround: Reboot the newly-installed system before attempting to install Netscape. [If this can't be fixed in sysintsall (or pkg_add), perhaps this package should not be on CD1, or perhaps sysinstall can notice that this package should not be installed at sys install 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 Sun Jun 25 20: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 1DC8037B5CA for ; Sun, 25 Jun 2000 20:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA54964; Sun, 25 Jun 2000 20:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 25 Jun 2000 20:50:04 -0700 (PDT) Message-Id: <200006260350.UAA54964@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bernd Luevelsmeyer Subject: Re: misc/19388: bash prompt problem, or perhaps curses problem Reply-To: Bernd Luevelsmeyer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19388; it has been noted by GNATS. From: Bernd Luevelsmeyer To: FreeBSD-gnats-submit@freebsd.org Cc: Doug Barton Subject: Re: misc/19388: bash prompt problem, or perhaps curses problem Date: Mon, 26 Jun 2000 05:44:37 +0200 Doug Barton wrote: [...] > If you are not already, please try Bash 2.04. There were several > improvements in ANSI escape sequence handling. If you are having > additional problems after upgrading, please use bash-bug to report them. > This is a Bash problem, not a FreeBSD one. [...] I was indeed using Bash 2.03. I have now updated to 2.04 and the problem has not changed. The same effect happens on NetBSD 1.4.2 (bash 2.03 there); so, unless they have the same curses-or-whatever bug, it's indeed a bash problem. I will report to bashbug. Thanks, B. Luevelsmeyer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 21:40: 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 5EB7D37B954 for ; Sun, 25 Jun 2000 21:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA60978; Sun, 25 Jun 2000 21:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7683737B659; Sun, 25 Jun 2000 21:32:10 -0700 (PDT) Message-Id: <20000626043210.7683737B659@hub.freebsd.org> Date: Sun, 25 Jun 2000 21:32:10 -0700 (PDT) From: sarr0006@algonquincollege.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19511: a typo in ip_fw.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19511 >Category: kern >Synopsis: a typo in ip_fw.c >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 21:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: David Sarrazin >Release: 4-stable >Organization: >Environment: FreeBSD terminator.home.net 4.0-STABLE FreeBSD 4.0-STABLE #3: Wed Jun 21 10:50:26 EDT 2000 root@terminator.home.net:/usr/src/sys/compile/TERMINATOR i386 >Description: The file /usr/src/sys/netinet/ip_fw.c contains a misnamed variable on line 176. This links two sysctl knobs together, and prevents setting the dyn_short_lifetime. >How-To-Repeat: This is a typo, no repeating necessary. >Fix: change line 176 (ver 1.138) of ip_fw.c old line: &dyn_rst_lifetime, 0, "Lifetime of dyn. rules for other situations"); NEW line: &dyn_short_lifetime, 0, "Lifetime of dyn. rules for other situations"); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 21: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 12EDD37B69A for ; Sun, 25 Jun 2000 21:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA61858; Sun, 25 Jun 2000 21:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6BF9537B68C; Sun, 25 Jun 2000 21:48:46 -0700 (PDT) Message-Id: <20000626044846.6BF9537B68C@hub.freebsd.org> Date: Sun, 25 Jun 2000 21:48:46 -0700 (PDT) From: szewaikelvin@staff.sina.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/19512: get problem in compile gcc-2.7.2.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19512 >Category: i386 >Synopsis: get problem in compile gcc-2.7.2.3 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 21:50:05 PDT 2000 >Closed-Date: >Last-Modified: >Originator: kelvin >Release: freeBDS 4.0 >Organization: Home >Environment: FreeBSD clubstar.sina.com.hk 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Fri Apr 14 19:13:51 CST 2000 root@finance-fe2.sina.com.hk:/usr/src/sys/compile/SINA1 i386 >Description: As there is error to cause out as compile gcc I have install all the prequest for it. "cc -DIN_GCC -g -I. -I. -I./config -DGCC_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i386-unknown-freebsd4.0/2.7.2.3/include\" -DGPLUSPLUS_INCLUDE_DIR=\"/usr/local/lib/g++-include\" -DLOCAL_INCLUDE_DIR=\"/usr/local/include\" -DCROSS_INCLUDE_DIR=\"/usr/local/lib/gcc-lib/i386-unknown-freebsd4.0/2.7.2.3/sys-include\" -DTOOL_INCLUDE_DIR=\"/usr/local/i386-unknown-freebsd4.0/include\" -c `echo ./cccp.c | sed 's,^\./,,'` cc -DIN_GCC -g -I. -I. -I./config -c ./cexp.c cc -c -DIN_GCC -g -I. -I. -I./config version.c cc -c -DIN_GCC -g -I. -I. -I./config obstack.c cc -DIN_GCC -g -o cccp cccp.o cexp.o version.o obstack.o ` case "cc" in "cc") echo "" ;; esac ` -lgnumalloc /usr/libexec/elf/ld: cannot open -lgnumalloc: No such file or directory *** Error code 1" >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 23:14:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 8D84637B644; Sun, 25 Jun 2000 23:14:19 -0700 (PDT) To: kris@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG, dillon@FreeBSD.ORG From: kris@FreeBSD.ORG Subject: Re: kern/14614 Message-Id: <20000626061419.8D84637B644@hub.freebsd.org> Date: Sun, 25 Jun 2000 23:14:19 -0700 (PDT) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: VM DoS attack (with exploit attached) Responsible-Changed-From-To: freebsd-bugs->dillon Responsible-Changed-By: kris Responsible-Changed-When: Sun Jun 25 23:12:22 PDT 2000 Responsible-Changed-Why: Verified this does do something nasty even with resource limits in place (I was seeing what seemed to be a held inode lock in the kernel) I also had pagedaemon going crazy when I ran this on an MFS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 23:40: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 02C0E37B9BB for ; Sun, 25 Jun 2000 23:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA74568; Sun, 25 Jun 2000 23:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128]) by hub.freebsd.org (Postfix) with ESMTP id ADB9237BA78 for ; Sun, 25 Jun 2000 23:39:03 -0700 (PDT) (envelope-from handy@lambic.physics.montana.edu) Received: (from handy@localhost) by lambic.physics.montana.edu (8.9.3/8.9.3) id AAA13805; Mon, 26 Jun 2000 00:38:38 -0600 (MDT) (envelope-from handy) Message-Id: <200006260638.AAA13805@lambic.physics.montana.edu> Date: Mon, 26 Jun 2000 00:38:38 -0600 (MDT) From: handy@physics.montana.edu Reply-To: handy@physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19513: ftp client doesn't fall back to PASV Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19513 >Category: bin >Synopsis: ftp client doesn't fall back to PASV >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 25 23:40:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Brian Handy >Release: FreeBSD 4.0-STABLE i386 >Organization: MSU - Bozeman >Environment: This is using FreeBSD 4.0-STABLE, from sources probably CVSupped on the following date: FreeBSD lambic.physics.montana.edu 4.0-STABLE FreeBSD 4.0-STABLE #27: Fri Jun 9 14:06:49 MDT 2000 handy@lambic.physics.montana.edu:/usr/src/sys/compile/HANDY i386 >Description: From the keyboard of DG: "Broken ftp client. It needs to fall back to PASV." >How-To-Repeat: ftp ftp://ftp.freebsd.org/ ls You'll get: 500 'EPSV': command not understood. 500 'LPSV': command not understood. Passive mode refused. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 25 23:43:26 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 3C53437B850; Sun, 25 Jun 2000 23:43:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA74978; Sun, 25 Jun 2000 23:43:25 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Sun, 25 Jun 2000 23:43:25 -0700 (PDT) From: Message-Id: <200006260643.XAA74978@freefall.freebsd.org> To: fran@reyes.somos.net, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/19496: Update to /usr/src/UPDATING to include recent changes to softupdate Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update to /usr/src/UPDATING to include recent changes to softupdate State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Sun Jun 25 23:42:11 PDT 2000 State-Changed-Why: Already documented. http://www.freebsd.org/cgi/query-pr.cgi?pr=19496 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 0: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 58E5337B888 for ; Mon, 26 Jun 2000 00:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA80863; Mon, 26 Jun 2000 00:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 00:30:02 -0700 (PDT) Message-Id: <200006260730.AAA80863@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/19513: ftp client doesn't fall back to PASV Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19513; it has been noted by GNATS. From: Ruslan Ermilov To: handy@physics.montana.edu Cc: bug-followup@FreeBSD.org Subject: Re: bin/19513: ftp client doesn't fall back to PASV Date: Mon, 26 Jun 2000 10:21:28 +0300 On Mon, Jun 26, 2000 at 12:38:38AM -0600, handy@physics.montana.edu wrote: > > >How-To-Repeat: > > ftp ftp://ftp.freebsd.org/ > ls > > You'll get: > > 500 'EPSV': command not understood. > 500 'LPSV': command not understood. > Passive mode refused. > I am not sure that this is the case but there was a commit that might be relevant: : ume 2000/06/17 11:43:56 PDT : Modified files: (Branch: RELENG_4) : usr.bin/ftp extern.h fetch.c ftp.c : Log: : MFC: Make sure to use native IPv4 address, even if getaddrinfo() : returns IPv4 mapped IPv6 address. : Revision Changes Path : 1.10.2.2 +2 -1 src/usr.bin/ftp/extern.h : 1.12.2.1 +2 -1 src/usr.bin/ftp/fetch.c : 1.28.2.2 +37 -2 src/usr.bin/ftp/ftp.c Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 1: 0: 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 C6CCE37BC3D for ; Mon, 26 Jun 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA83775; Mon, 26 Jun 2000 01:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 01:00:03 -0700 (PDT) Message-Id: <200006260800.BAA83775@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gregory Bond Subject: Re: conf/19431: rc.network wants to generate unsupported DSA key for SSH Reply-To: Gregory Bond Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/19431; it has been noted by GNATS. From: Gregory Bond To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: conf/19431: rc.network wants to generate unsupported DSA key for SSH Date: Mon, 26 Jun 2000 17:53:20 +1000 Grrr. Mea Culpa. Further investigation has shown that the problem was a stale CVS archive caused by the fact that cvsup.internat.freebsd.org has been uncontactable for the last few weeks..... I've reset to cvsup.dk.freebsd.org and now have a version of ssh-keygen with the required -d option. This PR can be closed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 1:27:57 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 E1FE137BA78; Mon, 26 Jun 2000 01:27:55 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA87250; Mon, 26 Jun 2000 01:27:55 -0700 (PDT) (envelope-from alex@FreeBSD.org) Date: Mon, 26 Jun 2000 01:27:55 -0700 (PDT) From: Message-Id: <200006260827.BAA87250@freefall.freebsd.org> To: gnb@itga.com.au, alex@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/19431: rc.network wants to generate unsupported DSA key for SSH Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rc.network wants to generate unsupported DSA key for SSH State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Mon Jun 26 01:27:19 PDT 2000 State-Changed-Why: Closed on originator's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=19431 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 1: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 C3EF137BA2C for ; Mon, 26 Jun 2000 01:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA88549; Mon, 26 Jun 2000 01:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by hub.freebsd.org (Postfix) with ESMTP id 9F69737B644 for ; Mon, 26 Jun 2000 01:39:22 -0700 (PDT) (envelope-from kbyanc@kronos.alcnet.com) Received: from gateway.posi.net (user-33qti6u.dialup.mindspring.com [199.174.200.222]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id EAA24865 for ; Mon, 26 Jun 2000 04:39:19 -0400 (EDT) Received: (from kbyanc@localhost) by gateway.posi.net (8.9.3/8.9.3) id BAA02636; Mon, 26 Jun 2000 01:39:45 -0700 (PDT) (envelope-from kbyanc) Message-Id: <200006260839.BAA02636@gateway.posi.net> Date: Mon, 26 Jun 2000 01:39:45 -0700 (PDT) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19514: patch to prevent tail'ing directories Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19514 >Category: bin >Synopsis: patch to prevent tail'ing directories >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 Jun 26 01:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD vaio 4.0-STABLE FreeBSD 4.0-STABLE #6: Sun Jun 25 18:32:08 PDT 2000 kbyanc@vaio:/usr/src/sys/compile/VAIO i386 (although tail.c is identical in -current) >Description: tail(1) does not prevent the user from doing nonsensical things like tail'ing directories. Other commands, i.e. more(1) do. This patch alerts the user when they try to tail a directory. In addition, it also adds checks for reading symlink contents and whiteout entries, however I can't imagine how either of these scenarios would occur. >How-To-Repeat: tail . >Fix: --- usr.bin/tail/tail.c.orig Mon Jun 26 01:30:01 2000 +++ usr.bin/tail/tail.c Mon Jun 26 01:38:38 2000 @@ -171,6 +171,16 @@ ierr(); continue; } + if (sb.st_mode & S_IFDIR) + errx(1, "%s is a directory", fname); + if (sb.st_mode & S_IFLNK) + /* This should transparently be resolved and + * thus never happen. + */ + errx(1, "%s is a symlink", fname); + if (sb.st_mode & S_IFWHT) + /* This should never happen. */ + errx(1, "%s is a whiteout entry", fname); if (argc > 1) { (void)printf("%s==> %s <==\n", first ? "" : "\n", fname); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 1:58:33 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 848CE37B644; Mon, 26 Jun 2000 01:58:32 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA90473; Mon, 26 Jun 2000 01:58:32 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 01:58:32 -0700 (PDT) From: Message-Id: <200006260858.BAA90473@freefall.freebsd.org> To: mi@aldan.algebra.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/7059: sh dumps core on this script Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sh dumps core on this script State-Changed-From-To: suspended->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 01:57:16 PDT 2000 State-Changed-Why: sheldonh enquired as to whether this PR still applies, and is awaiting feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=7059 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2: 1: 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 E2DAC37BD0A; Mon, 26 Jun 2000 02:01:02 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA90922; Mon, 26 Jun 2000 02:01:02 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 02:01:02 -0700 (PDT) From: Message-Id: <200006260901.CAA90922@freefall.freebsd.org> To: Jos.Backus@nl.origin-it.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9055: When used without arguments, ``set'' and ``load'' will crash the bootloader. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: When used without arguments, ``set'' and ``load'' will crash the bootloader. State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 01:59:19 PDT 2000 State-Changed-Why: This doesn't happen to me, does this still affect you? http://www.freebsd.org/cgi/query-pr.cgi?pr=9055 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2: 5:26 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 D8F9837BC1E; Mon, 26 Jun 2000 02:05:24 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA92784; Mon, 26 Jun 2000 02:05:24 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 02:05:24 -0700 (PDT) From: Message-Id: <200006260905.CAA92784@freefall.freebsd.org> To: jonny@jonny.eng.br, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9118: default install of aout compat libs is in elf dir Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: default install of aout compat libs is in elf dir State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 02:04:25 PDT 2000 State-Changed-Why: This is fixed in at least 3.4 and 4.0. http://www.freebsd.org/cgi/query-pr.cgi?pr=9118 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2: 9:57 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 C1C5537BBAB; Mon, 26 Jun 2000 02:09:55 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA93640; Mon, 26 Jun 2000 02:09:55 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 02:09:55 -0700 (PDT) From: Message-Id: <200006260909.CAA93640@freefall.freebsd.org> To: deuerl@bugsy.indra.de, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9470: aout-to-elf-build broken with kerberosIV-support enabled Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: aout-to-elf-build broken with kerberosIV-support enabled State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 02:06:21 PDT 2000 State-Changed-Why: Does this still occur strapping to later in the RELENG_3 branch? http://www.freebsd.org/cgi/query-pr.cgi?pr=9470 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2: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 D7C3437BBF3 for ; Mon, 26 Jun 2000 02:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA93706; Mon, 26 Jun 2000 02:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 02:10:03 -0700 (PDT) Message-Id: <200006260910.CAA93706@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Salvo Bartolotta Subject: Re: bin/19513: ftp client doesn't fall back to PASV Reply-To: Salvo Bartolotta Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19513; it has been noted by GNATS. From: Salvo Bartolotta To: handy@physics.montana.edu, FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: bin/19513: ftp client doesn't fall back to PASV Date: Mon, 26 Jun 2000 10:02:35 GMT >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<< On 6/26/00, 7:38:38 AM, handy@physics.montana.edu wrote regarding=20 bin/19513: ftp client doesn't fall back to PASV: > >Number: 19513 > >Category: bin > >Synopsis: ftp client doesn't fall back to PASV > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Jun 25 23:40:02 PDT 2000 > >Closed-Date: > >Last-Modified: > >Originator: Brian Handy > >Release: FreeBSD 4.0-STABLE i386 > >Organization: > MSU - Bozeman > >Environment: > This is using FreeBSD 4.0-STABLE, from sources probably CVSupped on > the following date: > FreeBSD lambic.physics.montana.edu 4.0-STABLE FreeBSD 4.0-STABLE #27: = Fri Jun 9 14:06:49 MDT 2000 =20 handy@lambic.physics.montana.edu:/usr/src/sys/compile/HANDY i386 > >Description: > From the keyboard of DG: "Broken ftp client. It needs to fall back to= =20 PASV." > >How-To-Repeat: > ftp ftp://ftp.freebsd.org/ > ls > You'll get: > 500 'EPSV': command not understood. > 500 'LPSV': command not understood. > Passive mode refused. > >Fix: Dear Sir or Madam, I run FreeBSD 3.4-S, 4.0-S and 5-CURRENT; they were built from sources=20 as of June 11, 2000. I configured (stateful) closed firewalls for all of them; the=20 firewalls in question are *paranoidly* restrictive. I fixed that "problem" by simply specifying the FTP_PASSIVE_MODE=20 environment variable under 3.4-S; by specifying FTP_PASSIVE_MODE=3DNO in= =20 /etc/login.conf under -CURRENT as well as under 4.0-STABLE. Needless to say, I can cvsup as well as installing ports ("make fetch"=20 works) and ftping from all over the world. Yours faithfully, Salvo Bartolotta To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2:10:43 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 10BC537BE3A; Mon, 26 Jun 2000 02:10:41 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA93825; Mon, 26 Jun 2000 02:10:41 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 02:10:41 -0700 (PDT) From: Message-Id: <200006260910.CAA93825@freefall.freebsd.org> To: volf@oasis.IAEhv.nl, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9536: make world installs aout compat libs in the wrong place Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make world installs aout compat libs in the wrong place State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 02:10:03 PDT 2000 State-Changed-Why: This problem no longer exists. http://www.freebsd.org/cgi/query-pr.cgi?pr=9536 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2:12: 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 0839437BC78; Mon, 26 Jun 2000 02:12:07 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA94013; Mon, 26 Jun 2000 02:12:06 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 02:12:06 -0700 (PDT) From: Message-Id: <200006260912.CAA94013@freefall.freebsd.org> To: N/A@FreeBSD.org, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9569: top(1) ignores tty EOF condition. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: top(1) ignores tty EOF condition. State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 02:11:23 PDT 2000 State-Changed-Why: This no longer seems to be the case, can you verify if you still have a problem? http://www.freebsd.org/cgi/query-pr.cgi?pr=9569 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2:13: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 5BCDA37BC22; Mon, 26 Jun 2000 02:13:26 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA94211; Mon, 26 Jun 2000 02:13:26 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 02:13:26 -0700 (PDT) From: Message-Id: <200006260913.CAA94211@freefall.freebsd.org> To: hitower@don.sitek.net, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10300: dmesg exits on signal 10 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dmesg exits on signal 10 State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 02:12:12 PDT 2000 State-Changed-Why: Are you still having this problem, since tests indicate it no longer occurs? http://www.freebsd.org/cgi/query-pr.cgi?pr=10300 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2:17: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 C664537BE30; Mon, 26 Jun 2000 02:17:17 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA94634; Mon, 26 Jun 2000 02:17:17 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 02:17:17 -0700 (PDT) From: Message-Id: <200006260917.CAA94634@freefall.freebsd.org> To: mtalbert@mail.net, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10657: Unable to install from CDROM or DOS partition Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Unable to install from CDROM or DOS partition State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 02:13:31 PDT 2000 State-Changed-Why: Has this problem occurred again in later releases? Can I close it? http://www.freebsd.org/cgi/query-pr.cgi?pr=10657 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2:31: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 D4DB537BAC0; Mon, 26 Jun 2000 02:31:16 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA96312; Mon, 26 Jun 2000 02:31:16 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 02:31:16 -0700 (PDT) From: Message-Id: <200006260931.CAA96312@freefall.freebsd.org> To: wosch@freebsd.first.gmd.de, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10784: `make aout-to-elf-build' died in /usr/src/lib/libc/sys/Makefile.inc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: `make aout-to-elf-build' died in /usr/src/lib/libc/sys/Makefile.inc State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 02:17:25 PDT 2000 State-Changed-Why: Fixed by jb in 1.29.2.3 of src/usr.bin/make/main.c http://www.freebsd.org/cgi/query-pr.cgi?pr=10784 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2:34:33 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 95C7437BA35; Mon, 26 Jun 2000 02:34:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA96557; Mon, 26 Jun 2000 02:34:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 02:34:30 -0700 (PDT) From: Message-Id: <200006260934.CAA96557@freefall.freebsd.org> To: wosch@freebsd.first.gmd.de, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10785: make aout-to-elf-install died in info target Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make aout-to-elf-install died in info target State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 02:31:26 PDT 2000 State-Changed-Why: Anyone else able to verify that this breaks 2.2.8 to 3.x upgrading (from what I understand, we don't really support multi-major-version upgrades in one step,) http://www.freebsd.org/cgi/query-pr.cgi?pr=10785 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2:53: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 2092A37B597; Mon, 26 Jun 2000 02:53:20 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA98190; Mon, 26 Jun 2000 02:53:20 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 02:53:20 -0700 (PDT) From: Message-Id: <200006260953.CAA98190@freefall.freebsd.org> To: ajk@purdue.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11031: [PATCH] mount and umount support for mortal users Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] mount and umount support for mortal users State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 02:34:39 PDT 2000 State-Changed-Why: Since this can't be the default for security concerns, you may want to consider making it available as a port. Another suggestion may be patches to mount that determines its behaviour on whether it is suid. http://www.freebsd.org/cgi/query-pr.cgi?pr=11031 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 2:55: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 5792D37B538; Mon, 26 Jun 2000 02:55:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA98458; Mon, 26 Jun 2000 02:55:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 02:55:13 -0700 (PDT) From: Message-Id: <200006260955.CAA98458@freefall.freebsd.org> To: venglin@lagoon.freebsd.org.pl, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11169: warning: pointer to wrong page in cron(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: warning: pointer to wrong page in cron(8) State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 02:53:48 PDT 2000 State-Changed-Why: Reportings of such incidents have slowed recently, do you get this problem still with later versions in the 3.x branch? http://www.freebsd.org/cgi/query-pr.cgi?pr=11169 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3: 2:48 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 1F6C737BC09; Mon, 26 Jun 2000 03:02:47 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA99118; Mon, 26 Jun 2000 03:02:47 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:02:47 -0700 (PDT) From: Message-Id: <200006261002.DAA99118@freefall.freebsd.org> To: root@emr.itacs.to, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/15211: CFLAGS and CC not settable and one warning in siglist.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: CFLAGS and CC not settable and one warning in siglist.c State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:00:17 PDT 2000 State-Changed-Why: Behaviour is expected - environment variables should be constant throughout ports building. The ports error should have been sent in a ports PR, but has been subsequently fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=15211 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:15: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 EE52E37BD0A; Mon, 26 Jun 2000 03:15:51 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA01398; Mon, 26 Jun 2000 03:15:51 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:15:51 -0700 (PDT) From: Message-Id: <200006261015.DAA01398@freefall.freebsd.org> To: oui@jps.net, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16798: rmuser rebuilds entire passwd datebase for single user Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rmuser rebuilds entire passwd datebase for single user State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:15:02 PDT 2000 State-Changed-Why: Feedback timed out, and my experience shows the suggestion shouldn't work properly. http://www.freebsd.org/cgi/query-pr.cgi?pr=16798 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:18: 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 7AC1437BC90; Mon, 26 Jun 2000 03:18:03 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA01781; Mon, 26 Jun 2000 03:18:03 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:18:03 -0700 (PDT) From: Message-Id: <200006261018.DAA01781@freefall.freebsd.org> To: rsargent@cisco.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/18565: com_err's --defsection argument to install-info breaks make world Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: com_err's --defsection argument to install-info breaks make world State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:16:07 PDT 2000 State-Changed-Why: This seems to be a 3.x to 4.0 upgrade case, for which the behaviour is documented in UPDATING. Is this the case? http://www.freebsd.org/cgi/query-pr.cgi?pr=18565 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:25:23 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 9213837B846; Mon, 26 Jun 2000 03:25:21 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA03487; Mon, 26 Jun 2000 03:25:21 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:25:21 -0700 (PDT) From: Message-Id: <200006261025.DAA03487@freefall.freebsd.org> To: ji@research.att.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/18605: ps does not work under 4.0-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ps does not work under 4.0-STABLE State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:23:55 PDT 2000 State-Changed-Why: This seems like a standard out-of-sync kernel/userland problem. It doesn't seem to affect 4.0-RELEASE, or continue in later 4.0-STABLE, but if this problem has occurred since, we'd like to know about it. http://www.freebsd.org/cgi/query-pr.cgi?pr=18605 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:26: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 B72E937BC7B; Mon, 26 Jun 2000 03:26:22 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA03754; Mon, 26 Jun 2000 03:26:22 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:26:22 -0700 (PDT) From: Message-Id: <200006261026.DAA03754@freefall.freebsd.org> To: mdharnois@home.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/19203: sshd broken in current Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sshd broken in current State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:25:27 PDT 2000 State-Changed-Why: Do you still have a problem with this? http://www.freebsd.org/cgi/query-pr.cgi?pr=19203 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:27: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 6099337BCCF; Mon, 26 Jun 2000 03:27:44 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04075; Mon, 26 Jun 2000 03:27:44 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:27:44 -0700 (PDT) From: Message-Id: <200006261027.DAA04075@freefall.freebsd.org> To: root@gli.pn.wagsky.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/8517: rc.conf/rc fails to set ldconfig -aout Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rc.conf/rc fails to set ldconfig -aout State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:26:30 PDT 2000 State-Changed-Why: This seems to work now. http://www.freebsd.org/cgi/query-pr.cgi?pr=8517 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3: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 0786837B7C8; Mon, 26 Jun 2000 03:30:06 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04270; Mon, 26 Jun 2000 03:30:06 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:30:06 -0700 (PDT) From: Message-Id: <200006261030.DAA04270@freefall.freebsd.org> To: haro@tk.kubota.co.jp, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/13724: Prevent ".: Out of file descriptors" error on system bootup. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Prevent ".: Out of file descriptors" error on system bootup. State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:27:53 PDT 2000 State-Changed-Why: This has recently been fixed in 5.0-CURRENT, and PR 17595 remains open to remind sheldonh to backport. http://www.freebsd.org/cgi/query-pr.cgi?pr=13724 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:31: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 DCFEC37B87B; Mon, 26 Jun 2000 03:31:25 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA04431; Mon, 26 Jun 2000 03:31:25 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:31:25 -0700 (PDT) From: Message-Id: <200006261031.DAA04431@freefall.freebsd.org> To: Kurt@OpenLDAP.org, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/16180: firewall rules may require flags to be passed to ipfw Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: firewall rules may require flags to be passed to ipfw State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:30:13 PDT 2000 State-Changed-Why: A similar fix has been committed, see firewall_flags in rc.conf (which may or may not have been related to this PR). http://www.freebsd.org/cgi/query-pr.cgi?pr=16180 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:34:50 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 34E2437B51E; Mon, 26 Jun 2000 03:34:49 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA05038; Mon, 26 Jun 2000 03:34:49 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:34:49 -0700 (PDT) From: Message-Id: <200006261034.DAA05038@freefall.freebsd.org> To: work@astratel.ru, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/18937: non root users could'n telnet;ftp;irc;lynx from my host Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: non root users could'n telnet;ftp;irc;lynx from my host State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:31:59 PDT 2000 State-Changed-Why: Have you discovered the nature of this problem yet? Is it perhaps too strong permissions on /etc/services, /etc/resolv.conf or /etc/host.conf? http://www.freebsd.org/cgi/query-pr.cgi?pr=18937 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:35: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 539B337B5A8; Mon, 26 Jun 2000 03:35:54 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA05258; Mon, 26 Jun 2000 03:35:54 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:35:54 -0700 (PDT) From: Message-Id: <200006261035.DAA05258@freefall.freebsd.org> To: Norbert.Grundmann@sercon.de, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/18806: Problems with new compiled kernel in FreeBSD 4.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Problems with new compiled kernel in FreeBSD 4.0 State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:34:55 PDT 2000 State-Changed-Why: kvm_kernel is no more (since 1.169 of sys/i386/conf/Makefile.i386), are you sure you're using 4.0, and that your userland and kernel are in sync? http://www.freebsd.org/cgi/query-pr.cgi?pr=18806 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:36:33 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 40BB737B61D; Mon, 26 Jun 2000 03:36:23 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id NAA20689; Mon, 26 Jun 2000 13:36:17 +0300 (EEST) Date: Mon, 26 Jun 2000 13:36:17 +0300 From: Ruslan Ermilov To: nbm@FreeBSD.org Cc: rsargent@cisco.com, freebsd-bugs@FreeBSD.org Subject: Re: bin/18565: com_err's --defsection argument to install-info breaks make world Message-ID: <20000626133617.A20466@sunbay.com> Mail-Followup-To: nbm@FreeBSD.org, rsargent@cisco.com, freebsd-bugs@FreeBSD.org References: <200006261018.DAA01781@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200006261018.DAA01781@freefall.freebsd.org>; from nbm@FreeBSD.org on Mon, Jun 26, 2000 at 03:18:03AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jun 26, 2000 at 03:18:03AM -0700, nbm@FreeBSD.org wrote: > Synopsis: com_err's --defsection argument to install-info breaks make world > > State-Changed-From-To: open->feedback > State-Changed-By: nbm > State-Changed-When: Mon Jun 26 03:16:07 PDT 2000 > State-Changed-Why: > This seems to be a 3.x to 4.0 upgrade case, for which the behaviour is > documented in UPDATING. Is this the case? > Yes, since I did not MFC --def{entry|section} portion (rev 1.57) of bsd.info.mk: : RCS file: /home/ncvs/src/share/mk/bsd.info.mk,v : Working file: bsd.info.mk : head: 1.58 : branch: : locks: strict : access list: : keyword substitution: kv : total revisions: 68; selected revisions: 2 : description: : ---------------------------- : revision 1.54.2.2 : date: 2000/05/06 19:00:45; author: ru; state: Exp; lines: +13 -24 : MFC: rev 1.55 and part of rev 1.57 (run install-info with --quiet). ^^^^^^^^^^^^^^^^ Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:36:49 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 16C0937B51E; Mon, 26 Jun 2000 03:36:48 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA05396; Mon, 26 Jun 2000 03:36:48 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:36:48 -0700 (PDT) From: Message-Id: <200006261036.DAA05396@freefall.freebsd.org> To: work@astratel.ru, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/18740: watch: fatal: cannot open snoop device Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: watch: fatal: cannot open snoop device State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:36:11 PDT 2000 State-Changed-Why: Has the suggestion to make the snoop devices in /dve solved your problem? http://www.freebsd.org/cgi/query-pr.cgi?pr=18740 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:38: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 189C037B61D; Mon, 26 Jun 2000 03:38:14 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA05623; Mon, 26 Jun 2000 03:38:14 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:38:14 -0700 (PDT) From: Message-Id: <200006261038.DAA05623@freefall.freebsd.org> To: work@astratel.ru, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/18682: Out of file descriptors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Out of file descriptors State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:37:10 PDT 2000 State-Changed-Why: This seems likely to be as described, and other PRs remain to remind sheldonh to backport the fix. http://www.freebsd.org/cgi/query-pr.cgi?pr=18682 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:38: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 BAA0737B594; Mon, 26 Jun 2000 03:38:56 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA05834; Mon, 26 Jun 2000 03:38:56 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:38:56 -0700 (PDT) From: Message-Id: <200006261038.DAA05834@freefall.freebsd.org> To: president@thecoolhost.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/18507: System 'dies' On High Load!!?? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: System 'dies' On High Load!!?? State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:38:18 PDT 2000 State-Changed-Why: originator solved the problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=18507 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:39:31 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 9C71F37B808; Mon, 26 Jun 2000 03:39:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA05965; Mon, 26 Jun 2000 03:39:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:39:30 -0700 (PDT) From: Message-Id: <200006261039.DAA05965@freefall.freebsd.org> To: slakw@excite.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/17373: libXThrStub missing in 4.0-20000307-CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libXThrStub missing in 4.0-20000307-CURRENT State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:39:03 PDT 2000 State-Changed-Why: This was fixed in later snapshots. http://www.freebsd.org/cgi/query-pr.cgi?pr=17373 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:41:12 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 DF50D37B6B5; Mon, 26 Jun 2000 03:41:08 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA06346; Mon, 26 Jun 2000 03:41:08 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:41:08 -0700 (PDT) From: Message-Id: <200006261041.DAA06346@freefall.freebsd.org> To: racker75@hotmail.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/16278: Crypt() function returns wierd results Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Crypt() function returns wierd results State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:39:40 PDT 2000 State-Changed-Why: Explanation should be sufficient, and no feedback was received. Testing indicates that the current behaviour is correct on both 3.4 and 4.0. http://www.freebsd.org/cgi/query-pr.cgi?pr=16278 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 3:41: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 B53E537B594; Mon, 26 Jun 2000 03:41:56 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA06645; Mon, 26 Jun 2000 03:41:56 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 03:41:56 -0700 (PDT) From: Message-Id: <200006261041.DAA06645@freefall.freebsd.org> To: mharding@stamps.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/16238: e-bones has a Y2K bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: e-bones has a Y2K bug State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 03:41:21 PDT 2000 State-Changed-Why: In the international repo, we don't seem to have this problem? Does this exist elsewhere? http://www.freebsd.org/cgi/query-pr.cgi?pr=16238 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4: 2:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id B738D37B808; Mon, 26 Jun 2000 04:02:30 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 136Vkx-0003JV-00; Mon, 26 Jun 2000 12:04:43 +0200 Received: from p3e9d38d6.dip0.t-ipconnect.de ([62.157.56.214] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 136Vkt-0002Po-00; Mon, 26 Jun 2000 12:04:40 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 5333BAC27; Mon, 26 Jun 2000 12:04:43 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 8434314AB2; Mon, 26 Jun 2000 12:04:44 +0200 (CEST) Date: Mon, 26 Jun 2000 12:04:44 +0200 From: Alexander Langer To: nbm@FreeBSD.ORG Cc: ajk@purdue.edu, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/11031: [PATCH] mount and umount support for mortal users Message-ID: <20000626120444.B7800@cichlids.cichlids.com> References: <200006260953.CAA98190@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200006260953.CAA98190@freefall.freebsd.org>; from nbm@FreeBSD.ORG on Mon, Jun 26, 2000 at 02:53:20AM -0700 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake nbm@FreeBSD.ORG (nbm@FreeBSD.ORG): > Since this can't be the default for security concerns, you may want to > consider making it available as a port. Another suggestion may be > patches to mount that determines its behaviour on whether it is suid. Or use sudo. It's in the ports. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4: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 BE01837BBAA for ; Mon, 26 Jun 2000 04:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA25476; Mon, 26 Jun 2000 04:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 04:30:02 -0700 (PDT) Message-Id: <200006261130.EAA25476@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Francisco Reyes Subject: Re: misc/19496: Update to /usr/src/UPDATING to include recent changes to softupdate Reply-To: Francisco Reyes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19496; it has been noted by GNATS. From: Francisco Reyes To: freebsd-gnats-submit@FreeBSD.org, fran@reyes.somos.net Cc: Subject: Re: misc/19496: Update to /usr/src/UPDATING to include recent changes to softupdate Date: Mon, 26 Jun 2000 07:16:20 -0400 It is NOT documented on the 4.X stable branch. It may be on current, but those tracking stable don't get that file. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4: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 5178637BD20; Mon, 26 Jun 2000 04:30:06 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA25508; Mon, 26 Jun 2000 04:30:06 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 04:30:06 -0700 (PDT) From: Message-Id: <200006261130.EAA25508@freefall.freebsd.org> To: sfugarino@immucor.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/16231: CD audio wont work. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: CD audio wont work. State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 04:28:48 PDT 2000 State-Changed-Why: Does CD audio not work, or are you just not able to select the CD drive in the apps? Does 'cdcontrol -f acd0 play' work? http://www.freebsd.org/cgi/query-pr.cgi?pr=16231 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4:31: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 E4D7E37BBF7; Mon, 26 Jun 2000 04:31:14 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA25922; Mon, 26 Jun 2000 04:31:14 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 04:31:14 -0700 (PDT) From: Message-Id: <200006261131.EAA25922@freefall.freebsd.org> To: alandsidel@transperfect.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/15080: corrupt tree/subtree on primary ftp server, ftp.freebsd.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: corrupt tree/subtree on primary ftp server, ftp.freebsd.org State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 04:30:13 PDT 2000 State-Changed-Why: Do you know if this is still a problem? Can I close this problem report? http://www.freebsd.org/cgi/query-pr.cgi?pr=15080 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4:31: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 B37C037BC17; Mon, 26 Jun 2000 04:31:51 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA26139; Mon, 26 Jun 2000 04:31:51 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 04:31:51 -0700 (PDT) From: Message-Id: <200006261131.EAA26139@freefall.freebsd.org> To: gabe@sonic.net, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/14868: Freebsd 3.2-REL with 1 ISA PNP and 1 PCI NE2K cards reports two ed1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Freebsd 3.2-REL with 1 ISA PNP and 1 PCI NE2K cards reports two ed1 State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 04:31:21 PDT 2000 State-Changed-Why: Is this still a problem with 3.4/5? http://www.freebsd.org/cgi/query-pr.cgi?pr=14868 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4:33: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 0950D37BB43; Mon, 26 Jun 2000 04:33:24 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA26695; Mon, 26 Jun 2000 04:33:24 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 04:33:24 -0700 (PDT) From: Message-Id: <200006261133.EAA26695@freefall.freebsd.org> To: reichert@numachi.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/12612: ncurses ash shipped with 3.2-R missing symbols? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ncurses ash shipped with 3.2-R missing symbols? State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 04:31:56 PDT 2000 State-Changed-Why: I'm unable to reproduce this - does this problem still occur with 3.4 or 3.5? http://www.freebsd.org/cgi/query-pr.cgi?pr=12612 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4:33: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 D266E37BBF7; Mon, 26 Jun 2000 04:33:54 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA26924; Mon, 26 Jun 2000 04:33:54 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 04:33:54 -0700 (PDT) From: Message-Id: <200006261133.EAA26924@freefall.freebsd.org> To: rover@lglobus.ru, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11890: make world creates /lkm directory Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make world creates /lkm directory State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 04:33:30 PDT 2000 State-Changed-Why: This was solved some time back. http://www.freebsd.org/cgi/query-pr.cgi?pr=11890 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4:35: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 9AA5D37BCD5; Mon, 26 Jun 2000 04:35:16 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA27295; Mon, 26 Jun 2000 04:35:16 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 04:35:16 -0700 (PDT) From: Message-Id: <200006261135.EAA27295@freefall.freebsd.org> To: j_guojun@lbl.gov, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11790: boot manager bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: boot manager bug State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 04:33:58 PDT 2000 State-Changed-Why: Is this still a problem in later releases? http://www.freebsd.org/cgi/query-pr.cgi?pr=11790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4:38: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 5B0FD37BC78; Mon, 26 Jun 2000 04:38:12 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA28307; Mon, 26 Jun 2000 04:38:12 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 04:38:12 -0700 (PDT) From: Message-Id: <200006261138.EAA28307@freefall.freebsd.org> To: pfgiffun@bachue.usc.unal.edu.co, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/10325: Implementation of itoa() for libc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Implementation of itoa() for libc State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 04:37:05 PDT 2000 State-Changed-Why: Originator is unsure whether this is to be included with FreeBSD. He is free to resubmit should he change his mind. http://www.freebsd.org/cgi/query-pr.cgi?pr=10325 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4:39: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 CCFA837BCFA; Mon, 26 Jun 2000 04:39:22 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA28690; Mon, 26 Jun 2000 04:39:22 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 04:39:22 -0700 (PDT) From: Message-Id: <200006261139.EAA28690@freefall.freebsd.org> To: jeff.bond@nectech.co.uk, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/10259: FTP install hangs for 3.1-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FTP install hangs for 3.1-RELEASE State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 04:38:17 PDT 2000 State-Changed-Why: Originator no longer contactable. http://www.freebsd.org/cgi/query-pr.cgi?pr=10259 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4:42:22 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 50CEA37BB3F; Mon, 26 Jun 2000 04:42:21 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA29762; Mon, 26 Jun 2000 04:42:21 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 04:42:21 -0700 (PDT) From: Message-Id: <200006261142.EAA29762@freefall.freebsd.org> To: rosich@infase.es, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/8986: install-info breaks installworld over nfs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: install-info breaks installworld over nfs State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 04:39:31 PDT 2000 State-Changed-Why: You can remove suid operation with INSTALLFLAGS_EDIT. http://www.freebsd.org/cgi/query-pr.cgi?pr=8986 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4:44: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id EEAE837BEB0; Mon, 26 Jun 2000 04:43:53 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 26 Jun 2000 12:43:52 +0100 (BST) Date: Mon, 26 Jun 2000 12:43:52 +0100 From: David Malone To: nbm@FreeBSD.org Cc: ji@research.att.com, freebsd-bugs@FreeBSD.org Subject: Re: bin/18605: ps does not work under 4.0-STABLE Message-ID: <20000626124352.A68342@walton.maths.tcd.ie> References: <200006261025.DAA03487@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.2i In-Reply-To: <200006261025.DAA03487@freefall.freebsd.org>; from nbm@FreeBSD.org on Mon, Jun 26, 2000 at 03:25:21AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jun 26, 2000 at 03:25:21AM -0700, nbm@FreeBSD.org wrote: > This seems like a standard out-of-sync kernel/userland problem. It > doesn't seem to affect 4.0-RELEASE, or continue in later 4.0-STABLE, but > if this problem has occurred since, we'd like to know about it. Some of these problems can also be caused by out of date bootblocks or unusual booting methods. There really should be an FAQ entry about these problems. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4:50: 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 C124E37BB43 for ; Mon, 26 Jun 2000 04:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32546; Mon, 26 Jun 2000 04:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CB1A037BC8C; Mon, 26 Jun 2000 04:43:02 -0700 (PDT) Message-Id: <20000626114302.CB1A037BC8C@hub.freebsd.org> Date: Mon, 26 Jun 2000 04:43:02 -0700 (PDT) From: G.Hollestelle@student.tue.nl To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19519: NE2000 card performes very poorly upstream Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19519 >Category: misc >Synopsis: NE2000 card performes very poorly upstream >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 26 04:50:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gijs Hollestelle >Release: 3.4-Stable >Organization: None >Environment: FreeBSD nomad.chello.nl 3.4-RELEASE FreeBSD 3.4-RELEASE #0: Sat Jun 24 13:41:57 CEST 2000 root@nomad:/usr/src/sys/compile/SEPKERNEL4 i386 >Description: I am using a FreeBSD machine as a gateway to the internet for my 3 windows 9x machines. The internet link is by a cable modem connected to an 3com card (driver ep0) and is working perfectly (max speeds or 120 Kb/s as set by my cable provider). When using the internet from the 9x machines i also get the top speed of 120 Kb/s. But now comes the weird thing. When i download from the FreeBSD machine directly performance drops to 15 Kb/s max. (While uploading goes up to at 500 Kb/s). I tried various protocols etc. (HTTP, ftp and even z-modem and neither came above 15 Kb/s). I tried disabling ipdivert and ipfirewall in the kernel but that didnt resolve the problem (speeds still at 15 Kb/s). (It is not a HD problem, the HD is def. fast enough to get more than 15 Kb/s) >How-To-Repeat: Unknown >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 4:52: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 54CE637BBF7; Mon, 26 Jun 2000 04:52:22 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA33292; Mon, 26 Jun 2000 04:52:22 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 04:52:22 -0700 (PDT) From: Message-Id: <200006261152.EAA33292@freefall.freebsd.org> To: admin@citylink.dinoex.sub.org, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/3953: kern-config: options PANIC_REBOOT_WAIT_TIME doesn't work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kern-config: options PANIC_REBOOT_WAIT_TIME doesn't work State-Changed-From-To: analyzed->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 04:51:25 PDT 2000 State-Changed-Why: Fix in 1997's -current means that we have this in 3.x and older, and this can be closed. http://www.freebsd.org/cgi/query-pr.cgi?pr=3953 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 5: 4:12 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 46C8537BC44; Mon, 26 Jun 2000 05:04:11 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA36970; Mon, 26 Jun 2000 05:04:11 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 05:04:11 -0700 (PDT) From: Message-Id: <200006261204.FAA36970@freefall.freebsd.org> To: Studded@san.rr.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5789: wcd0 requires ATAPI_STATIC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wcd0 requires ATAPI_STATIC State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 04:53:59 PDT 2000 State-Changed-Why: Did the atapi module ever work? 4.x and beyond implies ATAPI_STATIC. Unfortunately 3.5 ws just rolled: should I close this then? http://www.freebsd.org/cgi/query-pr.cgi?pr=5789 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 5: 5:50 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 5617D37BC3F; Mon, 26 Jun 2000 05:05:49 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA38701; Mon, 26 Jun 2000 05:05:49 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 05:05:49 -0700 (PDT) From: Message-Id: <200006261205.FAA38701@freefall.freebsd.org> To: deuerl@bugsy.indra.de, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9470: aout-to-elf-build broken with kerberosIV-support enabled Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: aout-to-elf-build broken with kerberosIV-support enabled State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 05:04:51 PDT 2000 State-Changed-Why: Originator not able to test, confirms this should be closed. (thanks) http://www.freebsd.org/cgi/query-pr.cgi?pr=9470 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 5:16:31 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 BCBAE37B57A; Mon, 26 Jun 2000 05:16:29 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA42475; Mon, 26 Jun 2000 05:16:29 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 05:16:29 -0700 (PDT) From: Message-Id: <200006261216.FAA42475@freefall.freebsd.org> To: bandy@raid.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5969: non-root user can reboot/lock up system Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: non-root user can reboot/lock up system State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 05:13:28 PDT 2000 State-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=5969 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 5:19: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 C7E1437B57A; Mon, 26 Jun 2000 05:19:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA43479; Mon, 26 Jun 2000 05:19:13 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 05:19:13 -0700 (PDT) From: Message-Id: <200006261219.FAA43479@freefall.freebsd.org> To: bandy@raid.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5969: non-root user can reboot/lock up system Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: non-root user can reboot/lock up system State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 05:16:51 PDT 2000 State-Changed-Why: I, and at least one other contributor, are unable to reproduce this, on multiple versions. http://www.freebsd.org/cgi/query-pr.cgi?pr=5969 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 5: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 326CA37BC3F for ; Mon, 26 Jun 2000 05:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA43745; Mon, 26 Jun 2000 05:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 05:20:03 -0700 (PDT) Message-Id: <200006261220.FAA43745@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: misc/19496: Update to /usr/src/UPDATING to include recent changes to softupdate Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19496; it has been noted by GNATS. From: Ruslan Ermilov To: Francisco Reyes Cc: bug-followup@FreeBSD.org Subject: Re: misc/19496: Update to /usr/src/UPDATING to include recent changes to softupdate Date: Mon, 26 Jun 2000 15:11:56 +0300 On Mon, Jun 26, 2000 at 07:23:14AM -0400, Francisco Reyes wrote: > On Sun, 25 Jun 2000 23:43:25 -0700 (PDT), ru@FreeBSD.org wrote: > > >Synopsis: Update to /usr/src/UPDATING to include recent changes to softupdate > > > >State-Changed-From-To: open->closed > >State-Changed-By: ru > >State-Changed-When: Sun Jun 25 23:42:11 PDT 2000 > >State-Changed-Why: > >Already documented. > > > >http://www.freebsd.org/cgi/query-pr.cgi?pr=19496 > > I just submited a followup. > This is NOT documented on the stable branch. > Yor are mistaken: : Script started on Mon Jun 26 15:09:08 2000 : # uname -r : 4.0-STABLE : # pwd : /usr/src : # ident UPDATING : UPDATING: : $FreeBSD: src/UPDATING,v 1.73.2.6 2000/06/25 08:27:08 imp Exp $ : # head -13 UPDATING : Updating Information for FreeBSD current users : : This file is maintained by imp@village.org. Please send new entries : directly to him. See end of file for further details. A reverse : chronology since 4.0 was released is included, followed by the common : items quick how-tos, followed by entries for versions of -current : prior to 4.0 Release. : : 20000622: : The license on the softupdates is now a standard 2 clause : BSD license. You may need to remove your symbolic links : that used to be required when updating. : : # exit : : Script done on Mon Jun 26 15:09:19 2000 -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 5:21: 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 775E737B57A; Mon, 26 Jun 2000 05:21:00 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA44083; Mon, 26 Jun 2000 05:21:00 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 05:21:00 -0700 (PDT) From: Message-Id: <200006261221.FAA44083@freefall.freebsd.org> To: peter.leitner@wuerth.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5975: can't boot freebsd: fatal trap12: page fault while in kernel mode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: can't boot freebsd: fatal trap12: page fault while in kernel mode State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 05:20:09 PDT 2000 State-Changed-Why: Can you reproduce this with 3.x or later? http://www.freebsd.org/cgi/query-pr.cgi?pr=5975 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 5:21: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 C0C6A37BCB8; Mon, 26 Jun 2000 05:21:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA44371; Mon, 26 Jun 2000 05:21:39 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 05:21:39 -0700 (PDT) From: Message-Id: <200006261221.FAA44371@freefall.freebsd.org> To: rsargent@cisco.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/6670: PANIC on boot with FreeBSD 3.0 (same computer works fine with 2.2.6 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PANIC on boot with FreeBSD 3.0 (same computer works fine with 2.2.6 State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Mon Jun 26 05:21:05 PDT 2000 State-Changed-Why: Is this still a problem along the 3.x line? http://www.freebsd.org/cgi/query-pr.cgi?pr=6670 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 6:15:54 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id D16AE37B833; Mon, 26 Jun 2000 06:15:48 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id JAA22193; Mon, 26 Jun 2000 09:14:06 -0400 Received: from privatelabs.com (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.9.3/8.9.3) with ESMTP id JAA38521; Mon, 26 Jun 2000 09:14:23 -0400 (EDT) (envelope-from mi@privatelabs.com) From: mi@privatelabs.com Message-Id: <200006261314.JAA38521@misha.privatelabs.com> Date: Mon, 26 Jun 2000 09:14:20 -0400 (EDT) Subject: Re: bin/7059: sh dumps core on this script To: nbm@FreeBSD.org, sheldonh@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org In-Reply-To: <200006260858.BAA90473@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 26 Jun, nbm@FreeBSD.org wrote: = sheldonh enquired as to whether this PR still applies, and is awaiting = feedback. This does does not crash on my 4.0-stable but continues to crash on the 2.2.7-stable. I just cvsuped that machine and rebuilt the bin/sh. It still segfaults: root@www:src/bin/sh (380) /usr/src/bin/sh/sh /tmp/ss < /dev/null Segmentation fault -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 6:41:55 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from finch-post-12.mail.demon.net (finch-post-12.mail.demon.net [194.217.242.41]) by hub.freebsd.org (Postfix) with ESMTP id DCD9837B52A; Mon, 26 Jun 2000 06:41:47 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by finch-post-12.mail.demon.net with esmtp (Exim 2.12 #1) id 136Z8z-0000ij-0C; Mon, 26 Jun 2000 13:41:46 +0000 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id OAA58283; Mon, 26 Jun 2000 14:43:18 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id LAA11379; Mon, 26 Jun 2000 11:51:29 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 26 Jun 2000 11:51:29 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: nbm@FreeBSD.ORG Cc: president@thecoolhost.com, freebsd-bugs@FreeBSD.ORG Subject: Closing PRs In-Reply-To: <200006261038.DAA05834@freefall.freebsd.org> 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 I often see remarks like the one below, and wonder what the solution was. It might be a good thing to add one or two lines on how the problem was solved, so if someone abuses closed PRs as a source of information he/she can find the answer needed. Nick On Mon, 26 Jun 2000 nbm@FreeBSD.ORG wrote: > Synopsis: System 'dies' On High Load!!?? > > State-Changed-From-To: open->closed > State-Changed-By: nbm > State-Changed-When: Mon Jun 26 03:38:18 PDT 2000 > State-Changed-Why: > originator solved the problem. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=18507 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 6:46:23 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 7BC3A37B766 for ; Mon, 26 Jun 2000 06:46:19 -0700 (PDT) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 136ZD8-0004JM-00; Mon, 26 Jun 2000 15:46:02 +0200 Date: Mon, 26 Jun 2000 15:46:02 +0200 From: Neil Blakey-Milner To: Nick Hibma Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Closing PRs Message-ID: <20000626154601.A16527@mithrandr.moria.org> References: <200006261038.DAA05834@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from n_hibma@calcaphon.com on Mon, Jun 26, 2000 at 11:51:29AM +0100 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon 2000-06-26 (11:51), Nick Hibma wrote: > I often see remarks like the one below, and wonder what the solution > was. It might be a good thing to add one or two lines on how the problem > was solved, so if someone abuses closed PRs as a source of information > he/she can find the answer needed. He later replied to the message, saying that he didn't use maxusers. I simply converted it to 'closed', since the fix was mentioned in the PR. It's all there in the PR history. Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 6:52:29 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 CC75637B6DD; Mon, 26 Jun 2000 06:52:26 -0700 (PDT) (envelope-from jin@portnoy.lbl.gov) Received: (from jin@localhost) by george.lbl.gov () id GAA13214; Mon, 26 Jun 2000 06:52:26 -0700 (PDT) Date: Mon, 26 Jun 2000 06:52:26 -0700 (PDT) From: Jin Guojun (DSD staff) Message-Id: <200006261352.GAA13214@george.lbl.gov> To: freebsd-bugs@FreeBSD.org, j_guojun@lbl.gov, nbm@FreeBSD.org Subject: Re: misc/11790: boot manager bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Synopsis: boot manager bug > > State-Changed-From-To: open->feedback > State-Changed-By: nbm > State-Changed-When: Mon Jun 26 04:33:58 PDT 2000 > State-Changed-Why: > Is this still a problem in later releases? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=11790 Not a problem any more. This PR can be closed. Thanks, -Jin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 6:55: 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 EE3F937B61A; Mon, 26 Jun 2000 06:55:01 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA35938; Mon, 26 Jun 2000 06:55:02 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 06:55:02 -0700 (PDT) From: Message-Id: <200006261355.GAA35938@freefall.freebsd.org> To: seggers@semyam.dinoco.de, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org, nbm@FreeBSD.org Subject: Re: kern/8015: [patch] Some sysctl descriptions for the kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] Some sysctl descriptions for the kernel State-Changed-From-To: open->suspended State-Changed-By: nbm State-Changed-When: Mon Jun 26 06:52:37 PDT 2000 State-Changed-Why: Added descriptions in 1.25 of kern_acct.c and 1.77 or kern_fork.c, and suspending until I backport. Responsible-Changed-From-To: freebsd-bugs->nbm Responsible-Changed-By: nbm Responsible-Changed-When: Mon Jun 26 06:52:37 PDT 2000 Responsible-Changed-Why: I added them to -CURRENT, sometime I should MFC it. http://www.freebsd.org/cgi/query-pr.cgi?pr=8015 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 6:56:12 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 CE35837B61A; Mon, 26 Jun 2000 06:56:10 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA36412; Mon, 26 Jun 2000 06:56:10 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Mon, 26 Jun 2000 06:56:10 -0700 (PDT) From: Message-Id: <200006261356.GAA36412@freefall.freebsd.org> To: j_guojun@lbl.gov, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11790: boot manager bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: boot manager bug State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Mon Jun 26 06:55:28 PDT 2000 State-Changed-Why: The originator confirms that this does not manifest itself in later releases. http://www.freebsd.org/cgi/query-pr.cgi?pr=11790 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 7:20:19 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from backup.af.speednet.com.au (af.speednet.com.au [202.135.188.244]) by hub.freebsd.org (Postfix) with ESMTP id C0F1237B7DA; Mon, 26 Jun 2000 07:20:12 -0700 (PDT) (envelope-from andyf@speednet.com.au) Received: from backup.af.speednet.com.au (andyf@backup.af.speednet.com.au [172.22.2.4]) by backup.af.speednet.com.au (8.9.3/8.9.3) with ESMTP id AAA19413; Tue, 27 Jun 2000 00:20:09 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Tue, 27 Jun 2000 00:20:08 +1000 (EST) From: Andy Farkas X-Sender: andyf@backup.af.speednet.com.au To: Ruslan Ermilov Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/19496: Update to /usr/src/UPDATING to include recent changes to softupdate In-Reply-To: <200006261220.FAA43745@freefall.freebsd.org> 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, 26 Jun 2000, Ruslan Ermilov wrote: > : # head -13 UPDATING > : Updating Information for FreeBSD current users > : > : This file is maintained by imp@village.org. Please send new entries > : directly to him. See end of file for further details. A reverse > : chronology since 4.0 was released is included, followed by the common > : items quick how-tos, followed by entries for versions of -current > : prior to 4.0 Release. > : > : 20000622: > : The license on the softupdates is now a standard 2 clause > : BSD license. You may need to remove your symbolic links ^^^ Why is this word used? > : that used to be required when updating. > : > : # exit > : > : Script done on Mon Jun 26 15:09:19 2000 > > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 7:30:37 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id D661B37B792 for ; Mon, 26 Jun 2000 07:30:29 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.9.3/1.13) id RAA28062; Mon, 26 Jun 2000 17:29:58 +0300 (EEST) Date: Mon, 26 Jun 2000 17:29:58 +0300 From: Ruslan Ermilov To: Andy Farkas Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/19496: Update to /usr/src/UPDATING to include recent changes to softupdate Message-ID: <20000626172958.A28035@sunbay.com> Mail-Followup-To: Andy Farkas , freebsd-bugs@FreeBSD.ORG References: <200006261220.FAA43745@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from andyf@speednet.com.au on Tue, Jun 27, 2000 at 12:20:08AM +1000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 27, 2000 at 12:20:08AM +1000, Andy Farkas wrote: > > On Mon, 26 Jun 2000, Ruslan Ermilov wrote: > > > : # head -13 UPDATING > > : Updating Information for FreeBSD current users > > : > > : This file is maintained by imp@village.org. Please send new entries > > : directly to him. See end of file for further details. A reverse > > : chronology since 4.0 was released is included, followed by the common > > : items quick how-tos, followed by entries for versions of -current > > : prior to 4.0 Release. > > : > > : 20000622: > > : The license on the softupdates is now a standard 2 clause > > : BSD license. You may need to remove your symbolic links > ^^^ > Why is this word used? > Because you "may" or "may not" used the softupdates before this. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 7:40:53 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from backup.af.speednet.com.au (af.speednet.com.au [202.135.188.244]) by hub.freebsd.org (Postfix) with ESMTP id 777D637B98B; Mon, 26 Jun 2000 07:40:47 -0700 (PDT) (envelope-from andyf@speednet.com.au) Received: from backup.af.speednet.com.au (andyf@backup.af.speednet.com.au [172.22.2.4]) by backup.af.speednet.com.au (8.9.3/8.9.3) with ESMTP id AAA19455; Tue, 27 Jun 2000 00:40:45 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Tue, 27 Jun 2000 00:40:44 +1000 (EST) From: Andy Farkas X-Sender: andyf@backup.af.speednet.com.au To: Ruslan Ermilov Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: misc/19496: Update to /usr/src/UPDATING to include recent changes to softupdate In-Reply-To: <20000626172958.A28035@sunbay.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 > > > : 20000622: > > > : The license on the softupdates is now a standard 2 clause > > > : BSD license. You may need to remove your symbolic links > > ^^^ > > Why is this word used? > > > Because you "may" or "may not" used the softupdates before this. I ain't no English professor, but it seems to imply that removing the symlinks is optional (that's how I read it). No big deal... > > -- > Ruslan Ermilov Oracle Developer/DBA, > ru@sunbay.com Sunbay Software AG, > ru@FreeBSD.org FreeBSD committer, > +380.652.512.251 Simferopol, Ukraine > > http://www.FreeBSD.org The Power To Serve > http://www.oracle.com Enabling The Information Age > -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 7:46:18 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by hub.freebsd.org (Postfix) with ESMTP id 7788F37B692 for ; Mon, 26 Jun 2000 07:46:14 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from calcaphon.demon.co.uk ([193.237.19.5] helo=bluebottle.qubesoft.com) by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2) id 136a9M-000Erb-0K; Mon, 26 Jun 2000 14:46:13 +0000 Received: from henny.webweaving.org (henny.qubesoft.com [192.168.1.5]) by bluebottle.qubesoft.com (8.9.3/8.9.1) with ESMTP id PAA60386; Mon, 26 Jun 2000 15:47:46 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from localhost (localhost [127.0.0.1]) by henny.webweaving.org (8.9.3/8.9.3) with ESMTP id OAA11575; Mon, 26 Jun 2000 14:57:43 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Date: Mon, 26 Jun 2000 14:57:43 +0100 (BST) From: Nick Hibma X-Sender: n_hibma@localhost Reply-To: Nick Hibma To: Neil Blakey-Milner Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Closing PRs In-Reply-To: <20000626154601.A16527@mithrandr.moria.org> 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 In that case it might be an idea to mention that the solution is somewhere else in the PR. I am seeing loads of people nowadays doing a great job in closing them. This is a teenie thing I've beeing missing from the closing messages. Cheers. Nick > > I often see remarks like the one below, and wonder what the solution > > was. It might be a good thing to add one or two lines on how the problem > > was solved, so if someone abuses closed PRs as a source of information > > he/she can find the answer needed. > > He later replied to the message, saying that he didn't use maxusers. I > simply converted it to 'closed', since the fix was mentioned in the PR. > It's all there in the PR history. > > Neil > -- > Neil Blakey-Milner > Sunesi Clinical Systems > nbm@mithrandr.moria.org > -- n_hibma@webweaving.org n_hibma@freebsd.org USB project http://www.etla.net/~n_hibma/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 9:40: 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 199AE37B6BB for ; Mon, 26 Jun 2000 09:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA68428; Mon, 26 Jun 2000 09:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 09:40:05 -0700 (PDT) Message-Id: <200006261640.JAA68428@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Barton Subject: Re: kern/5789: wcd0 requires ATAPI_STATIC Reply-To: Doug Barton Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/5789; it has been noted by GNATS. From: Doug Barton To: nbm@FreeBSD.org Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/5789: wcd0 requires ATAPI_STATIC Date: Mon, 26 Jun 2000 09:30:38 -0700 nbm@FreeBSD.org wrote: > Did the atapi module ever work? Not for me it didn't. > 4.x and beyond implies ATAPI_STATIC. > Unfortunately 3.5 ws just rolled: should I close this then? Yeah, might as well. You'll pardon me though if I can't help finding it a little sad that in 2.3 years no one can be bothered to update the comments in GENERIC and LINT. The problems is effectively dealt with in 4.x+, so there's no point in keeping this open. Thanks for the followup, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 11: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 C4E0C37BC55 for ; Mon, 26 Jun 2000 11:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA90550; Mon, 26 Jun 2000 11:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6A8B137BC77; Mon, 26 Jun 2000 11:43:14 -0700 (PDT) Message-Id: <20000626184314.6A8B137BC77@hub.freebsd.org> Date: Mon, 26 Jun 2000 11:43:14 -0700 (PDT) From: w.weiland@gmx.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/19529: Burning cdrom with burncd fails Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19529 >Category: bin >Synopsis: Burning cdrom with burncd fails >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 26 11:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Wolfram Weiland >Release: 4.0 stable >Organization: varetis, Munich >Environment: FreeBSD tower.private 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Thu Mar 30 20:35:41 GMT 2000 inof@octavian.rz.tu-clausthal.de:/usr/src/sys/compile/GENERIC i386 Message of kernel by dmesg | grep ata: atapci0: port 0x6000-0x600f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 ad0: 6149MB [13328/15/63] at ata0-master using UDMA33 ad1: 3077MB [6253/16/63] at ata0-slave using UDMA33 acd0: CD-RW at ata1-master using PIO4 acd1: CDROM at ata1-slave using PIO4 >Description: When I try to burn an audio-cd whith burncd, I get everytime the following message: /usr/sound # burncd -f /dev/acd0c -t audio *.wav next writeable LBA 0 writing from file track01.wav size 31984 KB written this track 31986 KB (100%) total 31986 KB acd0: READ_TRACK_INFO - ILLEGAL REQUEST asc=64 ascq=00 error=04 burncd: ioctl(CDRIOCNEXTWRITEABLEADDR): Input/output error acd0: PREVENT_ALLOW - ILLEGAL REQUEST asc=64 ascq=00 error=04 Jun 21 20:58:48 tower /kernel: acd0: READ_TRACK_INFO - ILLEGAL REQUEST asc=64 ascq=00 error=04 Jun 21 20:58:48 tower /kernel: acd0: READ_TRACK_INFO - ILLEGAL REQUEST asc=64 ascq=00 error=04 Jun 21 20:58:48 tower /kernel: acd0: PREVENT_ALLOW - ILLEGAL REQUEST asc=64 ascq=00 error=04 Jun 21 20:58:48 tower /kernel: acd0: PREVENT_ALLOW - ILLEGAL REQUEST asc=64 ascq=00 error=04 The program writes the first track on the cd indeed. Then it cancels with the above message. It is impossible to fixate. >How-To-Repeat: look at Full Description >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 Mon Jun 26 12: 0: 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 9FC2837B6CB for ; Mon, 26 Jun 2000 12:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA91824; Mon, 26 Jun 2000 12:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 12:00:05 -0700 (PDT) Message-Id: <200006261900.MAA91824@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Lars Eggert Subject: Re: kern/19266: 4.0-RELEASE: Promise Ultra66 install problem Reply-To: Lars Eggert Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19266; it has been noted by GNATS. From: Lars Eggert To: freebsd-gnats-submit@FreeBSD.org, larse@ISI.EDU Cc: Subject: Re: kern/19266: 4.0-RELEASE: Promise Ultra66 install problem Date: Mon, 26 Jun 2000 11:57:00 -0700 Please close. Problem caused by faulty hardware. -- Lars Eggert Information Sciences Institute http://www.isi.edu/~larse/ University of Southern California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 12: 8:49 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 E707937B84E; Mon, 26 Jun 2000 12:08:47 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94115; Mon, 26 Jun 2000 12:08:40 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Date: Mon, 26 Jun 2000 12:08:40 -0700 (PDT) From: Message-Id: <200006261908.MAA94115@freefall.freebsd.org> To: robert+freebsd@cyrus.watson.org, rwatson@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/7856: Patches to add lkm hooks to cmsg_data ancillary data processing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patches to add lkm hooks to cmsg_data ancillary data processing State-Changed-From-To: open->closed State-Changed-By: rwatson State-Changed-When: Mon Jun 26 12:06:45 PDT 2000 State-Changed-Why: Closed the PR as it's extremely old, no longer applies, and I was the submitter. In the event that I actually update these patches for a recent version, I can always commit them myself, as I am now a committer. http://www.freebsd.org/cgi/query-pr.cgi?pr=7856 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 12:20: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 0CB5737BC55 for ; Mon, 26 Jun 2000 12:20:09 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA96113; Mon, 26 Jun 2000 12:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 12:20:08 -0700 (PDT) Message-Id: <200006261920.MAA96113@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Mark W. Krentel" Subject: Re: kern/19407: Panic running linux binary on ext2fs Reply-To: "Mark W. Krentel" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19407; it has been noted by GNATS. From: "Mark W. Krentel" To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: kern/19407: Panic running linux binary on ext2fs Date: Mon, 26 Jun 2000 15:12:02 -0400 (EDT) It was suggested on -emulation that this may be a branding issue. So, I copied the Linux binaries, branded them and ran the branded version (still on ext2fs). And I get the same panic. --Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 12:24: 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 2324F37BCF3; Mon, 26 Jun 2000 12:24:05 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA96759; Mon, 26 Jun 2000 12:23:59 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Mon, 26 Jun 2000 12:23:59 -0700 (PDT) From: Message-Id: <200006261923.MAA96759@freefall.freebsd.org> To: larse@isi.edu, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19266: 4.0-RELEASE: Promise Ultra66 install problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 4.0-RELEASE: Promise Ultra66 install problem State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Mon Jun 26 12:23:30 PDT 2000 State-Changed-Why: Submitter reports faulty hardware. http://www.freebsd.org/cgi/query-pr.cgi?pr=19266 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 12: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 1FB2D37BCED for ; Mon, 26 Jun 2000 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA97449; Mon, 26 Jun 2000 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 68CB637BC1A; Mon, 26 Jun 2000 12:26:41 -0700 (PDT) Message-Id: <20000626192641.68CB637BC1A@hub.freebsd.org> Date: Mon, 26 Jun 2000 12:26:41 -0700 (PDT) From: adam@alienzoo.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/19530: CRITICAL: 4.X secure-stable srctree does not build, error in openssh src. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19530 >Category: conf >Synopsis: CRITICAL: 4.X secure-stable srctree does not build, error in openssh src. >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 26 12:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Adam Muntner >Release: 4 Stable >Organization: Alienzoo Inc. >Environment: FreeBSD fnord.alienzoo.com 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Wed Jun 14 15:12:29 MST 2000 root@fnord.alienzoo.com:/usr/src/sys/compile/FNORD i386 >Description: output from 'make buildworld' cc -O -pipe -DSKEY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libssh/../../../crypto/openssh/uuencode.c -o uuencode.o cc -O -pipe -DSKEY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c -o auth-skey.o /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `auth_skey_password': /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:20: warning: initialization makes pointer from integer without a cast /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `skey_fake_keyinfo': /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: `OPIE_HASHNAME_MAX' undeclared (first use in this function) /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: (Each undeclared identifier is reported only once /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: for each function it appears in.) *** Error code 1 Stop in /usr/src/secure/lib/libssh. *** Error code 1 Stop in /usr/src/secure/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. bash-2.03# >How-To-Repeat: I am using the file 4.x-secure-stable-supfile, updating with "cvsup 4.x-secure-stable-supfile" Try to do a make buildowrld, it will die as above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 12:31: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 71E9B37BD03; Mon, 26 Jun 2000 12:31:42 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA97704; Mon, 26 Jun 2000 12:31:42 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 26 Jun 2000 12:31:42 -0700 (PDT) From: Message-Id: <200006261931.MAA97704@freefall.freebsd.org> To: G.Hollestelle@student.tue.nl, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/19519: NE2000 card performes very poorly upstream Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NE2000 card performes very poorly upstream State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Mon Jun 26 12:31:21 PDT 2000 State-Changed-Why: This belongs on questions@FreeBSD.org, not as a PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=19519 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 12:37:43 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from gnosis.alienzoo.com (GNOSIS.alienzoo.com [206.165.200.116]) by hub.freebsd.org (Postfix) with ESMTP id 140F037BB63 for ; Mon, 26 Jun 2000 12:37:39 -0700 (PDT) (envelope-from adam@alienzoo.com) Received: from alienzoo.com (root@GNOSIS.alienzoo.com [206.165.200.116]) by gnosis.alienzoo.com (8.9.3/8.9.3) with ESMTP id MAA10754 for ; Mon, 26 Jun 2000 12:33:21 -0700 (MST) (envelope-from adam@alienzoo.com) Message-ID: <3957B001.5CA8ABF6@alienzoo.com> Date: Mon, 26 Jun 2000 12:33:21 -0700 From: Adam Muntner Organization: AlienZoo, Inc X-Mailer: Mozilla 4.72 [en] (X11; I; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Subject: broken srctree? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org this is from a current 4.x-stable cvs pull, using the secure-stable cvsupfile. openssh appears to be either broken, or missing some bits... Already submitted via GNATS. Please leave me in the header as I am not currently subscribed to this list. cc -O -pipe -DSKEY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libssh/../../../crypto/openssh/hmac.c -o hmac.o cc -O -pipe -DSKEY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libssh/../../../crypto/openssh/uuencode.c -o uuencode.o cc -O -pipe -DSKEY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c -o auth-skey.o /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `auth_skey_password': /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:20: warning: initialization makes pointer from integer without a cast /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `skey_fake_keyinfo': /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: `OPIE_HASHNAME_MAX' undeclared (first use in this function) /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: (Each undeclared identifier is reported only once /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: for each function it appears in.) *** Error code 1 Stop in /usr/src/secure/lib/libssh. *** Error code 1 Stop in /usr/src/secure/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Adam Muntner Systems Engineer, AlienZoo Inc. adam@alienzoo.com (602)850-3262 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 13: 0: 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 AEA6237BCDA for ; Mon, 26 Jun 2000 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA01528; Mon, 26 Jun 2000 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from esummer.esolstice.com (esummer.esolstice.com [209.145.65.15]) by hub.freebsd.org (Postfix) with ESMTP id 0C38637B942 for ; Mon, 26 Jun 2000 12:55:48 -0700 (PDT) (envelope-from adrian@mail.esolstice.com) Received: from cluebie.esolstice.int (an-fw.esolstice.com [208.241.63.212]) by esummer.esolstice.com (8.9.3/8.9.3) with ESMTP id PAA23219 for ; Mon, 26 Jun 2000 15:58:47 -0400 (EDT) (envelope-from adrian@mail.esolstice.com) Received: (from adrian@localhost) by cluebie.esolstice.int (8.9.3/8.9.3) id PAA00788; Mon, 26 Jun 2000 15:58:42 -0400 (EDT) (envelope-from adrian@mail.esolstice.com) Message-Id: <200006261958.PAA00788@cluebie.esolstice.int> Date: Mon, 26 Jun 2000 15:58:42 -0400 (EDT) From: adrian@ubergeeks.com Reply-To: adrian@ubergeeks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19532: cdcontrol does not handle EOF on stdin properly (patch included) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19532 >Category: bin >Synopsis: cdcontrol does not handle EOF on stdin properly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 26 13:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Adrian Filipi-Martin >Release: FreeBSD 4.0-STABLE i386 >Organization: Ubergeeks Consulting >Environment: 4-stable-062600 >Description: cdcontrol reprompts the user when EOF is seen on stdin and does not exit. >How-To-Repeat: Run cdcontrol and press your tty EOF character, usually ^D, a few times. You will see something like the following: # cdcontrol Compact Disc Control utility, version 2.0 Type `?' for command list cdcontrol> cdcontrol> cdcontrol> >Fix: Apply the following patch. The semantics of the value returned by the input() function are not defined since the return value is not used. I changed it to return values that are equivalent to the user typing the "quit" command when EOF is seen. EOF is assummed when either fgets() or el_gets() fail. --- cdcontrol.c.orig Mon Jun 26 15:18:55 2000 +++ cdcontrol.c Mon Jun 26 15:48:59 2000 @@ -956,8 +956,11 @@ el_set(el, EL_SIGNAL, 1); el_source(el, NULL); } - if ((bp = el_gets(el, &num)) == NULL || num == 0) - return (0); + if ((bp = el_gets(el, &num)) == NULL || num == 0) { + *cmd = CMD_QUIT; + fprintf (stderr, "\r\n"); + return (""); + } len = (num > MAXLINE) ? MAXLINE : num; memcpy(buf, bp, len); @@ -969,7 +972,7 @@ if (! fgets (buf, sizeof (buf), stdin)) { *cmd = CMD_QUIT; fprintf (stderr, "\r\n"); - return (0); + return (""); } } p = parse (buf, cmd); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 14:20: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 6F57D37BD14 for ; Mon, 26 Jun 2000 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA13669; Mon, 26 Jun 2000 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from vader.creative.net.au (vader.creative.net.au [203.56.168.35]) by hub.freebsd.org (Postfix) with ESMTP id CB2D637B7B4 for ; Mon, 26 Jun 2000 14:12:59 -0700 (PDT) (envelope-from adrian@vader.creative.net.au) Received: (from adrian@localhost) by vader.creative.net.au (8.9.3/8.9.3) id XAA00364; Mon, 26 Jun 2000 23:12:45 +0200 (CEST) (envelope-from adrian) Message-Id: <200006262112.XAA00364@vader.creative.net.au> Date: Mon, 26 Jun 2000 23:12:45 +0200 (CEST) From: adrian@freebsd.org Reply-To: adrian@vader.creative.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19535: procfs_rlimit tidyup Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19535 >Category: kern >Synopsis: procfs_rlimit tidyup >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 Jun 26 14:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Adrian Chadd >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: FreeBSD vader.creative.net.au 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Mon Jun 26 22:54:29 CEST 2000 adrian@vader.creative.net.au:/usr/src/sys/compile/VADER i386 >Description: A quick tidyup of procfs_rlimit.c. Specifically, making the code a little more style(9) compliant, and taking out a char[512] which is bad juju in kernel code. >How-To-Repeat: N/A >Fix: Apply this patch: Index: procfs_rlimit.c =================================================================== RCS file: /home/ncvs/src/sys/miscfs/procfs/procfs_rlimit.c,v retrieving revision 1.5 diff -u -r1.5 procfs_rlimit.c --- procfs_rlimit.c 1999/12/08 08:59:37 1.5 +++ procfs_rlimit.c 2000/06/26 21:10:33 @@ -52,6 +52,7 @@ #include #include #include +#include #include @@ -66,41 +67,25 @@ int i; int xlen; int error; - char psbuf[512]; /* XXX - conservative */ + char *psbuf; if (uio->uio_rw != UIO_READ) return (EOPNOTSUPP); - - + psbuf = (char *)malloc(512 * sizeof(char), M_TEMP, M_WAITOK); + /* XXX conservative, but potentially overflowable */ ps = psbuf; - for (i = 0; i < RLIM_NLIMITS; i++) { - - /* - * Add the rlimit ident - */ - + /* Add the rlimit ident */ ps += sprintf(ps, "%s ", rlimit_ident[i]); - - /* - * Replace RLIM_INFINITY with -1 in the string - */ - - /* - * current limit - */ - + /* Replace RLIM_INFINITY with -1 in the string */ + /* current limit */ if (p->p_rlimit[i].rlim_cur == RLIM_INFINITY) { ps += sprintf(ps, "-1 "); } else { ps += sprintf(ps, "%llu ", (unsigned long long)p->p_rlimit[i].rlim_cur); } - - /* - * maximum limit - */ - + /* maximum limit */ if (p->p_rlimit[i].rlim_max == RLIM_INFINITY) { ps += sprintf(ps, "-1\n"); } else { @@ -108,12 +93,10 @@ (unsigned long long)p->p_rlimit[i].rlim_max); } } - /* * This logic is rather tasty - but its from procfs_status.c, so * I guess I'll use it here. */ - xlen = ps - psbuf; xlen -= uio->uio_offset; ps = psbuf + uio->uio_offset; @@ -122,7 +105,7 @@ error = 0; else error = uiomove(ps, xlen, uio); - + free(psbuf, M_TEMP); return (error); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 15: 0: 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 6432837B828 for ; Mon, 26 Jun 2000 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA18472; Mon, 26 Jun 2000 15:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 15:00:02 -0700 (PDT) Message-Id: <200006262200.PAA18472@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Adam Muntner Subject: Re: conf/19530: CRITICAL: 4.X secure-stable srctree does not build, error in openssh src. Reply-To: Adam Muntner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/19530; it has been noted by GNATS. From: Adam Muntner To: freebsd-gnats-submit@FreeBSD.org, adam@alienzoo.com Cc: Subject: Re: conf/19530: CRITICAL: 4.X secure-stable srctree does not build, error in openssh src. Date: Mon, 26 Jun 2000 14:47:45 -0700 Jumped the gun on that, my apology! didn't realize that the secure-stable file is missing the line 'src-all' i'm doing a full cvs pull again. anyone have a napkin i can borrow, to help wipe off this egg? adam -- Adam Muntner Systems Engineer, AlienZoo Inc. adam@alienzoo.com (602)850-3262 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 16: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 C441B37B8AA for ; Mon, 26 Jun 2000 16:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA33067; Mon, 26 Jun 2000 16:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 16:30:03 -0700 (PDT) Message-Id: <200006262330.QAA33067@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kirk McKusick Subject: Re: kern/17122: crash due to: softdep_disk_write_com Reply-To: Kirk McKusick Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17122; it has been noted by GNATS. From: Kirk McKusick To: Rahul Dhesi Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/17122: crash due to: softdep_disk_write_com Date: Mon, 26 Jun 2000 16:23:21 -0700 Your series of soft updates panic's was recently pointed out to me. In looking at the traceback, I see things that look like this: #80 0xc0164001 in boot (howto=256) at ../../kern/kern_shutdown.c:203 #81 0xc0164440 in at_shutdown ( function=0xc02b0f42 <__set_sysctl__debug_sym_sysctl___debug_rush_requests+2 882>, arg=0xc9bbb0c0, queue=0) at ../../kern/kern_shutdown.c:446 #82 0xc02226f2 in softdep_fsync (vp=0xc9bbb0c0) at ../../ufs/ffs/ffs_softdep.c:3567 #83 0xc018c52a in fsync (p=0xc9b158e0, uap=0xc9b2df94) at ../../kern/vfs_syscalls.c:2451 #84 0xc025bb8b in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = -1077945576, tf_esi = 0, tf_ebp = -1077945816, tf_isp = -911024156, tf_ebx = 134664136, tf_edx = 29, tf_ecx = 29, tf_eax = 95, tf_trapno = 7, tf_err = 2, tf_eip = 671803168, tf_cs = 31, tf_eflags = 582, tf_esp = -1077945832, tf_ss = 39}) at ../../i386/i386/trap.c:1100 #85 0xc024ecfc in Xint0x80_syscall () If you still have any of your crash dumps, it would be useful if you could go into the first frame that has softdep_fsync in it (#82 above) and print out the contents of the inodedep: print inodedep print *inodedep That should give me an initial clue as to what caused the panic. Kirk McKusick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 16:50: 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 CACC037BD77; Mon, 26 Jun 2000 16:50:07 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA36367; Mon, 26 Jun 2000 16:50:07 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Mon, 26 Jun 2000 16:50:07 -0700 (PDT) From: Message-Id: <200006262350.QAA36367@freefall.freebsd.org> To: adam@alienzoo.com, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/19530: CRITICAL: 4.X secure-stable srctree does not build, error in openssh src. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: CRITICAL: 4.X secure-stable srctree does not build, error in openssh src. State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Mon Jun 26 16:49:22 PDT 2000 State-Changed-Why: Submitter reports operator error. http://www.freebsd.org/cgi/query-pr.cgi?pr=19530 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 17: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 239A537BA62 for ; Mon, 26 Jun 2000 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA43193; Mon, 26 Jun 2000 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from teapot.egroups.net (teapot.egroups.net [63.204.207.250]) by hub.freebsd.org (Postfix) with SMTP id 1471737B69B for ; Mon, 26 Jun 2000 17:47:32 -0700 (PDT) (envelope-from kbyanc@teapot.egroups.com) Received: (qmail 17300 invoked from network); 27 Jun 2000 00:47:31 -0000 Received: (QMFILT: 1.0); 27 Jun 2000 01:47:31 -0000 Received: from dhcp147.corp.onelist.com (HELO kbyanc.corp.ONElist.com) (192.168.10.147) by teapot.egroups.net with SMTP; 27 Jun 2000 00:47:31 -0000 Received: (from kbyanc@localhost) by kbyanc.corp.ONElist.com (8.9.3/8.9.3) id RAA23860; Mon, 26 Jun 2000 17:47:31 -0700 (PDT) (envelope-from kbyanc@teapot.egroups.com) Message-Id: <200006270047.RAA23860@kbyanc.corp.ONElist.com> Date: Mon, 26 Jun 2000 17:47:31 -0700 (PDT) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19536: patch to prevent head'ing directories Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19536 >Category: bin >Synopsis: patch to prevent head'ing directories >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 Jun 26 17:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD backroom.corp.ONElist.com 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Sat Jun 10 12:08:26 PDT 2000 kbyanc@backroom.corp.ONElist.com:/usr/src/sys/compile/BACKROOM i386 >Description: Similar to my previous PR (19514), except this patch affects head(1) rather than tail(1). Otherwise it is identical. This patch is made again -current head.c. >How-To-Repeat: head . >Fix: Index: usr.bin/head/head.c =================================================================== RCS file: /home/cvs/src/usr.bin/head/head.c,v retrieving revision 1.10 diff -u -r1.10 head.c --- usr.bin/head/head.c 1999/08/28 01:01:58 1.10 +++ usr.bin/head/head.c 2000/06/27 00:40:28 @@ -45,6 +45,7 @@ "$FreeBSD: src/usr.bin/head/head.c,v 1.10 1999/08/28 01:01:58 peter Exp $"; #endif /* not lint */ +#include #include #include @@ -73,6 +74,7 @@ char *argv[]; { register int ch; + struct stat sb; FILE *fp; int first, linecnt = -1, bytecnt = -1; char *ep; @@ -103,11 +105,22 @@ linecnt = 10; if (*argv) { for (first = 1; *argv; ++argv) { - if ((fp = fopen(*argv, "r")) == NULL) { + if ((fp = fopen(*argv, "r")) == NULL || + fstat(fileno(fp), &sb)) { warn("%s", *argv); eval = 1; continue; } + if (sb.st_mode & S_IFDIR) + errx(1, "%s is a directory", *argv); + if (sb.st_mode & S_IFLNK) + /* This should transparently be resolved and + * thus never happen. + */ + errx(1, "%s is a symlink", *argv); + if (sb.st_mode & S_IFWHT) + /* This should never happen. */ + errx(1, "%s is a whiteout entry", *argv); if (argc > 1) { (void)printf("%s==> %s <==\n", first ? "" : "\n", *argv); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 18:20: 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 3C6FA37BD95 for ; Mon, 26 Jun 2000 18:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA47236; Mon, 26 Jun 2000 18:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from teapot.egroups.net (teapot.egroups.net [63.204.207.250]) by hub.freebsd.org (Postfix) with SMTP id 6A19337B8E4 for ; Mon, 26 Jun 2000 18:14:54 -0700 (PDT) (envelope-from kbyanc@teapot.egroups.com) Received: (qmail 20860 invoked from network); 27 Jun 2000 01:14:54 -0000 Received: (QMFILT: 1.0); 27 Jun 2000 02:14:54 -0000 Received: from dhcp147.corp.onelist.com (HELO kbyanc.corp.ONElist.com) (192.168.10.147) by teapot.egroups.net with SMTP; 27 Jun 2000 01:14:53 -0000 Received: (from kbyanc@localhost) by kbyanc.corp.ONElist.com (8.9.3/8.9.3) id SAA24083; Mon, 26 Jun 2000 18:14:52 -0700 (PDT) (envelope-from kbyanc@teapot.egroups.com) Message-Id: <200006270114.SAA24083@kbyanc.corp.ONElist.com> Date: Mon, 26 Jun 2000 18:14:52 -0700 (PDT) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19537: patch to prevent cat'ing directories Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19537 >Category: bin >Synopsis: patch to prevent cat'ing directories >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 Jun 26 18:20:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD backroom.corp.ONElist.com 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Sat Jun 10 12:08:26 PDT 2000 kbyanc@backroom.corp.ONElist.com:/usr/src/sys/compile/BACKROOM i386 >Description: Similar to my last 2 PR's (PR 19514 and PR 19536), this patch prevents the user from cat'ing a directory (ala more(1)). With true 20/20 hindsight, I should have rolled all these patches together, but I promise this is the last one in this series...for now :). >How-To-Repeat: cat . >Fix: Index: bin/cat/cat.c =================================================================== RCS file: /home/cvs/src/bin/cat/cat.c,v retrieving revision 1.15 diff -u -r1.15 cat.c --- bin/cat/cat.c 2000/04/14 21:01:35 1.15 +++ bin/cat/cat.c 2000/06/27 01:07:13 @@ -68,6 +68,7 @@ int main __P((int argc, char *argv[])); void raw_args __P((char *argv[])); void raw_cat __P((int)); +void checkmode __P((struct stat *, char *)); int main(argc, argv) @@ -121,6 +122,7 @@ cook_args(argv) char **argv; { + struct stat sb; register FILE *fp; fp = stdin; @@ -129,12 +131,14 @@ if (*argv) { if (!strcmp(*argv, "-")) fp = stdin; - else if ((fp = fopen(*argv, "r")) == NULL) { + else if ((fp = fopen(*argv, "r")) == NULL || + fstat(fileno(fp), &sb)) { warn("%s", *argv); rval = 1; ++argv; continue; } + checkmode(&sb, *argv); filename = *argv++; } cook_buf(fp); @@ -211,6 +215,7 @@ raw_args(argv) char **argv; { + struct stat sb; register int fd; fd = fileno(stdin); @@ -219,12 +224,14 @@ if (*argv) { if (!strcmp(*argv, "-")) fd = fileno(stdin); - else if ((fd = open(*argv, O_RDONLY, 0)) < 0) { + else if ((fd = open(*argv, O_RDONLY, 0)) < 0 || + fstat(fd, &sb)) { warn("%s", *argv); rval = 1; ++argv; continue; } + checkmode(&sb, *argv); filename = *argv++; } raw_cat(fd); @@ -259,4 +266,21 @@ warn("%s", filename); rval = 1; } +} + +void +checkmode(sb, fname) + struct stat *sb; + char *fname; +{ + if (sb->st_mode & S_IFDIR) + errx(1, "%s is a directory", fname); + if (sb->st_mode & S_IFLNK) + /* This should transparently be resolved and + * thus never happen. + */ + errx(1, "%s is a symlink", fname); + if (sb->st_mode & S_IFWHT) + /* This should never happen. */ + errx(1, "%s is a whiteout entry", fname); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 18:32:38 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from tts.tomsk.su (tts.tomsk.su [212.20.50.9]) by hub.freebsd.org (Postfix) with ESMTP id 5E7E937B8E4 for ; Mon, 26 Jun 2000 18:32:34 -0700 (PDT) (envelope-from maksim@tts.tomsk.su) Received: from dragonland (unverified [212.20.50.12]) by tts.tomsk.su (Rockliffe SMTPRA 2.1.6) with SMTP id for ; Tue, 27 Jun 2000 09:32:31 +0800 From: "Maksimov Maksim" To: Subject: Error during compile new kernel with device xl0. Date: Tue, 27 Jun 2000 09:32:37 +0800 Message-ID: <001001bfdfd7$94486b80$0c3214d4@dragonland.tts.tomsk.su> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Importance: Normal Disposition-Notification-To: "Maksimov Maksim" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I download FreeBSD from ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386. I get 4.0-20000625-STABLE distributive. I successfully installed this 4.0-20000625-STABLE distributive on my computer - i486 133Mhz, 32 RAM and network card 3Com 3Com 3c905B-TX Fast Etherlink XL (aka xl0). But when I try rebuild new kernel I get this error: >make depend .... .... .... ./i386/isa/isa.c ../../i386/isa/isa_compat.c ../../i386/isa/isa_dma.c ../../i38 6/isa/npx.c ../../i386/isa/pcibus.c ../../isa/atkbd_isa.c ../../isa/atkbdc_isa. c ../../isa/ppc.c ../../isa/sio.c ../../isa/syscons_isa.c ../../isa/vga_isa.c ../../kern/subr_diskmbr.c ../../libkern/divdi3.c ../../libkern/moddi3.c ../../l ibkern/qdivrem.c ../../libkern/udivdi3.c ../../libkern/umoddi3.c ioconf.c param. c vnode_if.c config.c ../../i386/i386/genassym.c ../../pci/if_xl.c:128: miibus_if.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/compile/freeland. I look /usr/src/sys/pci and don't find file miibus_if.h! What should I do? How solve this problem? Best regards, Maks Maksimov mailto:maksim@tts.tomsk.su To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 19:16: 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 9CAC637B6AA; Mon, 26 Jun 2000 19:15:58 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA54357; Mon, 26 Jun 2000 19:15:58 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Mon, 26 Jun 2000 19:15:58 -0700 (PDT) From: Message-Id: <200006270215.TAA54357@freefall.freebsd.org> To: kbyanc@posi.net, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/19192: patches to include specfs in LINT, modules Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patches to include specfs in LINT, modules State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Mon Jun 26 19:15:07 PDT 2000 State-Changed-Why: Closed at submitters request. http://www.freebsd.org/cgi/query-pr.cgi?pr=19192 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 20:12:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from tts.tomsk.su (tts.tomsk.su [212.20.50.9]) by hub.freebsd.org (Postfix) with ESMTP id 7A52237BDE9 for ; Mon, 26 Jun 2000 20:12:25 -0700 (PDT) (envelope-from maksim@tts.tomsk.su) Received: from dragonland (unverified [212.20.50.12]) by tts.tomsk.su (Rockliffe SMTPRA 2.1.6) with SMTP id for ; Tue, 27 Jun 2000 11:12:22 +0800 From: "Maksimov Maksim" To: Subject: RE: Error during compile new kernel with device xl0. Date: Tue, 27 Jun 2000 11:12:29 +0800 Message-ID: <001b01bfdfe5$87905070$0c3214d4@dragonland.tts.tomsk.su> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-reply-To: <001001bfdfd7$94486b80$0c3214d4@dragonland.tts.tomsk.su> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Importance: Normal Disposition-Notification-To: "Maksimov Maksim" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry for my inattention and haste - I forgot insert device miibus # MII bus support in my kernel config file. All worked excellent! > -----éÓÈÏÄÎÏÅ ÓÏÏÂÝÅÎÉÅ----- > ïÔ: owner-freebsd-bugs@FreeBSD.ORG > [mailto:owner-freebsd-bugs@FreeBSD.ORG]ïÔ ÉÍÅÎÉ Maksimov Maksim > ïÔÐÒÁ×ÌÅÎÏ: 27 ÉÀÎÑ 2000 Ç. 9:33 > ëÏÍÕ: freebsd-bugs@FreeBSD.ORG > ôÅÍÁ: Error during compile new kernel with device xl0. > > > I download FreeBSD from > ftp://releng4.freebsd.org/pub/FreeBSD/snapshots/i386. > I get 4.0-20000625-STABLE distributive. > I successfully installed this 4.0-20000625-STABLE distributive on > my computer - i486 133Mhz, 32 RAM and network card 3Com 3Com > 3c905B-TX Fast > Etherlink XL (aka xl0). > > But when I try rebuild new kernel I get this error: > > >make depend > .... > .... > .... > ./i386/isa/isa.c ../../i386/isa/isa_compat.c ../../i386/isa/isa_dma.c > ../../i38 > 6/isa/npx.c ../../i386/isa/pcibus.c ../../isa/atkbd_isa.c > ../../isa/atkbdc_isa. > c ../../isa/ppc.c ../../isa/sio.c ../../isa/syscons_isa.c > ../../isa/vga_isa.c > ../../kern/subr_diskmbr.c ../../libkern/divdi3.c > ../../libkern/moddi3.c > ../../l > ibkern/qdivrem.c ../../libkern/udivdi3.c > ../../libkern/umoddi3.c ioconf.c > param. > c vnode_if.c config.c ../../i386/i386/genassym.c > ../../pci/if_xl.c:128: miibus_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/sys/compile/freeland. > > > I look /usr/src/sys/pci and don't find file miibus_if.h! > > What should I do? How solve this problem? > > Best regards, > Maks Maksimov mailto:maksim@tts.tomsk.su > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 22:40: 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 A051D37BCBB for ; Mon, 26 Jun 2000 22:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA84100; Mon, 26 Jun 2000 22:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 22:40:04 -0700 (PDT) Message-Id: <200006270540.WAA84100@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kelly Yancey Subject: subject=Re: bin/19536: patch to prevent head'ing directories Reply-To: Kelly Yancey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19536; it has been noted by GNATS. From: Kelly Yancey To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: subject=Re: bin/19536: patch to prevent head'ing directories Date: Mon, 26 Jun 2000 22:34:47 -0700 (PDT) Attached is a more correct patch, please apply it instead. Thanks, Kelly Index: usr.bin/head/head.c =================================================================== RCS file: /home/cvs/src/usr.bin/head/head.c,v retrieving revision 1.10 diff -u -r1.10 head.c --- usr.bin/head/head.c 1999/08/28 01:01:58 1.10 +++ usr.bin/head/head.c 2000/06/27 05:25:44 @@ -45,6 +45,7 @@ "$FreeBSD: src/usr.bin/head/head.c,v 1.10 1999/08/28 01:01:58 peter Exp $"; #endif /* not lint */ +#include #include #include @@ -73,6 +74,7 @@ char *argv[]; { register int ch; + struct stat sb; FILE *fp; int first, linecnt = -1, bytecnt = -1; char *ep; @@ -103,11 +105,22 @@ linecnt = 10; if (*argv) { for (first = 1; *argv; ++argv) { - if ((fp = fopen(*argv, "r")) == NULL) { + if ((fp = fopen(*argv, "r")) == NULL || + fstat(fileno(fp), &sb)) { warn("%s", *argv); eval = 1; continue; } + if (S_ISDIR(sb.st_mode)) + errx(1, "%s is a directory", *argv); + if (S_ISLNK(sb.st_mode)) + /* This should transparently be resolved and + * thus never happen. + */ + errx(1, "%s is a symlink", *argv); + if (S_ISWHT(sb.st_mode)) + /* This should never happen. */ + errx(1, "%s is a whiteout entry", *argv); if (argc > 1) { (void)printf("%s==> %s <==\n", first ? "" : "\n", *argv); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 22:40: 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 3F01637B50D for ; Mon, 26 Jun 2000 22:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA84094; Mon, 26 Jun 2000 22:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 22:40:03 -0700 (PDT) Message-Id: <200006270540.WAA84094@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: bin/19537: patch to prevent cat'ing directories Reply-To: Kelly Yancey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19537; it has been noted by GNATS. From: Kelly Yancey To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/19537: patch to prevent cat'ing directories Date: Mon, 26 Jun 2000 22:32:59 -0700 (PDT) Actually, the following is a more correct patch, please apply it instead. Kelly Index: bin/cat/cat.c =================================================================== RCS file: /home/cvs/src/bin/cat/cat.c,v retrieving revision 1.15 diff -u -r1.15 cat.c --- bin/cat/cat.c 2000/04/14 21:01:35 1.15 +++ bin/cat/cat.c 2000/06/27 05:24:39 @@ -68,6 +68,7 @@ int main __P((int argc, char *argv[])); void raw_args __P((char *argv[])); void raw_cat __P((int)); +void checkmode __P((struct stat *, char *)); int main(argc, argv) @@ -121,6 +122,7 @@ cook_args(argv) char **argv; { + struct stat sb; register FILE *fp; fp = stdin; @@ -129,12 +131,14 @@ if (*argv) { if (!strcmp(*argv, "-")) fp = stdin; - else if ((fp = fopen(*argv, "r")) == NULL) { + else if ((fp = fopen(*argv, "r")) == NULL || + fstat(fileno(fp), &sb)) { warn("%s", *argv); rval = 1; ++argv; continue; } + checkmode(&sb, *argv); filename = *argv++; } cook_buf(fp); @@ -211,6 +215,7 @@ raw_args(argv) char **argv; { + struct stat sb; register int fd; fd = fileno(stdin); @@ -219,12 +224,14 @@ if (*argv) { if (!strcmp(*argv, "-")) fd = fileno(stdin); - else if ((fd = open(*argv, O_RDONLY, 0)) < 0) { + else if ((fd = open(*argv, O_RDONLY, 0)) < 0 || + fstat(fd, &sb)) { warn("%s", *argv); rval = 1; ++argv; continue; } + checkmode(&sb, *argv); filename = *argv++; } raw_cat(fd); @@ -259,4 +266,21 @@ warn("%s", filename); rval = 1; } +} + +void +checkmode(sb, fname) + struct stat *sb; + char *fname; +{ + if (S_ISDIR(sb->st_mode)) + errx(1, "%s is a directory", fname); + if (S_ISLNK(sb->st_mode)) + /* This should be transparently resolved and + * thus never happen. + */ + errx(1, "%s is a symlink", fname); + if (S_ISWHT(sb->st_mode)) + /* This should never happen. */ + errx(1, "%s is a whiteout entry", fname); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 22: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 E98F837BE30 for ; Mon, 26 Jun 2000 22:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA84930; Mon, 26 Jun 2000 22:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 22:50:04 -0700 (PDT) Message-Id: <200006270550.WAA84930@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: bin/19514: patch to prevent tail'ing directories Reply-To: Kelly Yancey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19514; it has been noted by GNATS. From: Kelly Yancey To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/19514: patch to prevent tail'ing directories Date: Mon, 26 Jun 2000 22:43:10 -0700 (PDT) Attached is a more correct patch, please apply it instead. Thanks, Kelly Index: usr.bin/tail/tail.c =================================================================== RCS file: /home/cvs/src/usr.bin/tail/tail.c,v retrieving revision 1.6 diff -u -r1.6 tail.c --- usr.bin/tail/tail.c 1999/07/04 17:26:03 1.6 +++ usr.bin/tail/tail.c 2000/06/27 05:37:31 @@ -171,6 +171,16 @@ ierr(); continue; } + if (S_ISDIR(sb.st_mode)) + errx(1, "%s is a directory", fname); + if (S_ISLNK(sb.st_mode)) + /* This should transparently be resolved and + * thus never happen. + */ + errx(1, "%s is a symlink", fname); + if (S_ISWHT(sb.st_mode)) + /* This should never happen. */ + errx(1, "%s is a whiteout entry", fname); if (argc > 1) { (void)printf("%s==> %s <==\n", first ? "" : "\n", fname); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 23: 0: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 677E937BE3C for ; Mon, 26 Jun 2000 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA85924; Mon, 26 Jun 2000 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from goliath.siemens.de (goliath.siemens.de [194.138.37.131]) by hub.freebsd.org (Postfix) with ESMTP id 061F537BE31 for ; Mon, 26 Jun 2000 22:52:39 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.10.1/8.10.1) with ESMTP id e5R5qaB27876 for ; Tue, 27 Jun 2000 07:52:36 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail1.siemens.de (8.10.1/8.10.1) with ESMTP id e5R5qZC21833 for ; Tue, 27 Jun 2000 07:52:35 +0200 (MET DST) Received: (from localhost) by curry.mchp.siemens.de (8.10.2/8.10.2) id e5R5qZV80092 for FreeBSD-gnats-submit@freebsd.org; Tue, 27 Jun 2000 07:52:35 +0200 (CEST) Message-Id: <200006270552.e5R5qZ429053@curry.mchp.siemens.de> Date: Tue, 27 Jun 2000 07:52:35 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/19538: NIS passwd and group maps do not clean out comments (2nd part) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19538 >Category: misc >Synopsis: NIS passwd and group maps do not clean out comments (2nd part) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 26 23:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: All FreeBSD versions after June 21st. >Description: PR misc/14269 contained a fix for usr.sbin/ypserv/Makefile.yp to allow comments in passwd and group files. However, even with the patch in there we still get errors when putting comments in master.passwd. We can get rid of these by changing the master.passwd.byname: and the master.passwd.byuid: rules in the same way as Walt Howard did it in PR misc/14269 with the passwd and group rules: --- Makefile.yp.ORI Wed Jun 21 16:39:04 2000 +++ Makefile.yp Wed Jun 21 16:39:32 2000 @@ -541,7 +541,8 @@ @echo "Master.passwd source file not found -- skipping" .else $(CAT) $(MASTER) | \ - $(AWK) -F: '{ if ($$1 != "+") print $$1"\t"$$0 }' $^ \ + $(AWK) -F: '{ if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ + print $$1"\t"$$0 }' $^ \ | $(DBLOAD) ${S} -f -i $(MASTER) -o $(YPMAPDIR)/$@ - $(TMP); \ $(RMV) $(TMP) $@ @$(DBLOAD) -c @@ -556,7 +557,8 @@ @echo "Master.passwd source file not found -- skipping" .else $(CAT) $(MASTER) | \ - $(AWK) -F: '{ if ($$1 != "+") print $$3"\t"$$0 }' $^ \ + $(AWK) -F: '{ if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ + print $$3"\t"$$0 }' $^ \ | $(DBLOAD) ${S} -f -i $(MASTER) -o $(YPMAPDIR)/$@ - $(TMP); \ $(RMV) $(TMP) $@ @$(DBLOAD) -c In case that $(PASSWD) is being generated from $(MASTER) by the $(PASSWD): $(MASTER) rule, we will find things like #:::::: # Blah blah:::::: #:::::: in the resulting $(PASSWD). Although these are being ignored properly when bulding the maps, we can strip them out with the following, additional patch: --- Makefile.yp Wed Jun 21 16:52:01 2000 +++ Makefile.yp.new Wed Jun 21 16:52:37 2000 @@ -466,11 +466,11 @@ @echo "Creating new $@ file from $(MASTER)..." @if [ ! $(UNSECURE) ]; then \ $(RCAT) $(MASTER) | \ - $(AWK) -F: '{if ($$1 != "+") \ + $(AWK) -F: '{if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ print $$1":*:"$$3":"$$4":"$$8":"$$9":"$$10}' $^ \ > $(PASSWD) ; \ else $(RCAT) $(MASTER) | \ - $(AWK) -F: '{if ($$1 != "+") \ + $(AWK) -F: '{if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ print $$1":"$$2":"$$3":"$$4":"$$8":"$$9":"$$10}' $^ \ > $(PASSWD) ; fi >How-To-Repeat: Insert comments into master.passwd and let passwd get built from it. Watch the error messages (1st patch) and examine the resulting passwd (2. patch). >Fix: This patch combines the two above for easy commiting. --- Makefile.yp.ORI Tue Jun 27 07:47:54 2000 +++ Makefile.yp Tue Jun 27 07:47:57 2000 @@ -466,11 +466,11 @@ @echo "Creating new $@ file from $(MASTER)..." @if [ ! $(UNSECURE) ]; then \ $(RCAT) $(MASTER) | \ - $(AWK) -F: '{if ($$1 != "+") \ + $(AWK) -F: '{if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ print $$1":*:"$$3":"$$4":"$$8":"$$9":"$$10}' $^ \ > $(PASSWD) ; \ else $(RCAT) $(MASTER) | \ - $(AWK) -F: '{if ($$1 != "+") \ + $(AWK) -F: '{if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ print $$1":"$$2":"$$3":"$$4":"$$8":"$$9":"$$10}' $^ \ > $(PASSWD) ; fi @@ -541,7 +541,8 @@ @echo "Master.passwd source file not found -- skipping" .else $(CAT) $(MASTER) | \ - $(AWK) -F: '{ if ($$1 != "+") print $$1"\t"$$0 }' $^ \ + $(AWK) -F: '{ if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ + print $$1"\t"$$0 }' $^ \ | $(DBLOAD) ${S} -f -i $(MASTER) -o $(YPMAPDIR)/$@ - $(TMP); \ $(RMV) $(TMP) $@ @$(DBLOAD) -c @@ -556,7 +557,8 @@ @echo "Master.passwd source file not found -- skipping" .else $(CAT) $(MASTER) | \ - $(AWK) -F: '{ if ($$1 != "+") print $$3"\t"$$0 }' $^ \ + $(AWK) -F: '{ if ($$1 != "" && $$1 !~ "^#.*" && $$1 != "+") \ + print $$3"\t"$$0 }' $^ \ | $(DBLOAD) ${S} -f -i $(MASTER) -o $(YPMAPDIR)/$@ - $(TMP); \ $(RMV) $(TMP) $@ @$(DBLOAD) -c >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 26 23:50: 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 8466B37BED8 for ; Mon, 26 Jun 2000 23:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA91901; Mon, 26 Jun 2000 23:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 26 Jun 2000 23:50:03 -0700 (PDT) Message-Id: <200006270650.XAA91901@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Rahul Dhesi Subject: Re: kern/17122: crash due to: softdep_disk_write_com Reply-To: Rahul Dhesi Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17122; it has been noted by GNATS. From: Rahul Dhesi To: Kirk McKusick Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/17122: crash due to: softdep_disk_write_com Date: Mon, 26 Jun 2000 23:43:09 -0700 (PDT) Hi, I did keep some crash dumps around for a long time, but eventually deleted them to recover disk space. I don't have them any more. Rahul On Mon, 26 Jun 2000, Kirk McKusick wrote: > Your series of soft updates panic's was recently pointed out to me. > In looking at the traceback, I see things that look like this: > > #80 0xc0164001 in boot (howto=256) at ../../kern/kern_shutdown.c:203 > #81 0xc0164440 in at_shutdown ( > function=0xc02b0f42 <__set_sysctl__debug_sym_sysctl___debug_rush_requests+2 > 882>, arg=0xc9bbb0c0, queue=0) at ../../kern/kern_shutdown.c:446 > #82 0xc02226f2 in softdep_fsync (vp=0xc9bbb0c0) > at ../../ufs/ffs/ffs_softdep.c:3567 > #83 0xc018c52a in fsync (p=0xc9b158e0, uap=0xc9b2df94) > at ../../kern/vfs_syscalls.c:2451 > #84 0xc025bb8b in syscall (frame={tf_es = 39, tf_ds = 39, > tf_edi = -1077945576, tf_esi = 0, tf_ebp = -1077945816, > tf_isp = -911024156, tf_ebx = 134664136, tf_edx = 29, tf_ecx = 29, > tf_eax = 95, tf_trapno = 7, tf_err = 2, tf_eip = 671803168, tf_cs = 31, > tf_eflags = 582, tf_esp = -1077945832, tf_ss = 39}) > at ../../i386/i386/trap.c:1100 > #85 0xc024ecfc in Xint0x80_syscall () > > If you still have any of your crash dumps, it would be useful if > you could go into the first frame that has softdep_fsync in it (#82 > above) and print out the contents of the inodedep: > > print inodedep > print *inodedep > > That should give me an initial clue as to what caused the panic. > > Kirk McKusick > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1: 3: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 92C2137BE7E; Tue, 27 Jun 2000 01:03:07 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01351; Tue, 27 Jun 2000 01:03:07 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:03:07 -0700 (PDT) From: Message-Id: <200006270803.BAA01351@freefall.freebsd.org> To: licia@o-o.org, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/8158: sio driver breaks in 2.2.7R in kernels without pcm/pnp drivers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sio driver breaks in 2.2.7R in kernels without pcm/pnp drivers State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:01:11 PDT 2000 State-Changed-Why: Testing indicates this isn't the case anymore, but do you still have similar problems with a 3.x release or later? http://www.freebsd.org/cgi/query-pr.cgi?pr=8158 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1: 3: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 0102837B969; Tue, 27 Jun 2000 01:03:51 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA01453; Tue, 27 Jun 2000 01:03:50 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:03:50 -0700 (PDT) From: Message-Id: <200006270803.BAA01453@freefall.freebsd.org> To: namgeun@cc.gatech.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/8380: swap_page error: out of swap space Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: swap_page error: out of swap space State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:03:09 PDT 2000 State-Changed-Why: This does indeed appear to be a configuration error. http://www.freebsd.org/cgi/query-pr.cgi?pr=8380 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1: 7: 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 147AB37BE82; Tue, 27 Jun 2000 01:07:00 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA02904; Tue, 27 Jun 2000 01:06:59 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:06:59 -0700 (PDT) From: Message-Id: <200006270806.BAA02904@freefall.freebsd.org> To: cmetz@inner.net, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/8417: 3.0 config(8) doesn't check that root fs device driver is present Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.0 config(8) doesn't check that root fs device driver is present State-Changed-From-To: suspended->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:03:55 PDT 2000 State-Changed-Why: The kernel now asks for a root device, and the change bde made in 3.x-CURRENT will have propogated to all currently supported releases. http://www.freebsd.org/cgi/query-pr.cgi?pr=8417 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1: 8: 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 CE44037BE83; Tue, 27 Jun 2000 01:08:03 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03025; Tue, 27 Jun 2000 01:08:03 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:08:03 -0700 (PDT) From: Message-Id: <200006270808.BAA03025@freefall.freebsd.org> To: gme@caffeine.sundial.net, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/8590: kernel incorrectly recognizing Maxtor 11.5gb IDE hd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel incorrectly recognizing Maxtor 11.5gb IDE hd State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:07:18 PDT 2000 State-Changed-Why: This is a known problem in 2.2.7, and should be fixed in 3.0 and beyond. (and 2.2.8, if I remember correctly) http://www.freebsd.org/cgi/query-pr.cgi?pr=8590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1: 8: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 E85C837BE17; Tue, 27 Jun 2000 01:08:40 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03117; Tue, 27 Jun 2000 01:08:40 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:08:40 -0700 (PDT) From: Message-Id: <200006270808.BAA03117@freefall.freebsd.org> To: kamer@logosoft.de, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9673: ISO CD-ROM Problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ISO CD-ROM Problem State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:08:12 PDT 2000 State-Changed-Why: Does this still occur in later releases? http://www.freebsd.org/cgi/query-pr.cgi?pr=9673 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1: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 8225937BE70; Tue, 27 Jun 2000 01:10:03 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03282; Tue, 27 Jun 2000 01:10:03 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:10:03 -0700 (PDT) From: Message-Id: <200006270810.BAA03282@freefall.freebsd.org> To: st@epcc.ed.ac.uk, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10255: Some more SiS chipset PCI IDs for chipset_probe() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Some more SiS chipset PCI IDs for chipset_probe() State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:08:46 PDT 2000 State-Changed-Why: From my reading, these are now in pcisupport.c on all post 3.0 releases. http://www.freebsd.org/cgi/query-pr.cgi?pr=10255 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:12: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 6B95037BE91; Tue, 27 Jun 2000 01:12:22 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03508; Tue, 27 Jun 2000 01:12:22 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:12:22 -0700 (PDT) From: Message-Id: <200006270812.BAA03508@freefall.freebsd.org> To: james@livecam.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10789: Second config of kernel doesn't overwrite primary attempt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Second config of kernel doesn't overwrite primary attempt State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:10:11 PDT 2000 State-Changed-Why: This is a specific expected behaviour in kernel configuration, and any non-found dependencies should be reported. You can use the '-r' option to config(8) to revert to deleting the kernel compilation resources provided by previous kernel configurations. http://www.freebsd.org/cgi/query-pr.cgi?pr=10789 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:14: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 0758637BEDE; Tue, 27 Jun 2000 01:14:10 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03669; Tue, 27 Jun 2000 01:14:10 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:14:10 -0700 (PDT) From: Message-Id: <200006270814.BAA03669@freefall.freebsd.org> To: paulkf@microgate.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11235: Need to submit new driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Need to submit new driver State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:13:05 PDT 2000 State-Changed-Why: Did you finally get ths resolved? Is the driver still available? http://www.freebsd.org/cgi/query-pr.cgi?pr=11235 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:14: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 21FF537BE70; Tue, 27 Jun 2000 01:14:51 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA03814; Tue, 27 Jun 2000 01:14:51 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:14:51 -0700 (PDT) From: Message-Id: <200006270814.BAA03814@freefall.freebsd.org> To: cpeterso@cs.washington.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11410: code typo in ad1848.c: the != operator has higher precedence than the & operator. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: code typo in ad1848.c: the != operator has higher precedence than the & operator. State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:14:17 PDT 2000 State-Changed-Why: committed by peter in 1.21 and 1.20.2.1 of snd/ad1848.c http://www.freebsd.org/cgi/query-pr.cgi?pr=11410 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:16: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 CA83537BE70; Tue, 27 Jun 2000 01:16:19 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04025; Tue, 27 Jun 2000 01:16:20 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:16:20 -0700 (PDT) From: Message-Id: <200006270816.BAA04025@freefall.freebsd.org> To: cpeterso@cs.washington.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11411: code typo in clones.c: "if ((mpu_config = NULL))" should be "if ((mpu_config != NULL))" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: code typo in clones.c: "if ((mpu_config = NULL))" should be "if ((mpu_config != NULL))" State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:15:11 PDT 2000 State-Changed-Why: This dead code was removed by peter in 1.4 of snd/clones.c. The reported problem was not really an error. http://www.freebsd.org/cgi/query-pr.cgi?pr=11411 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:18: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 EAAC937BE70; Tue, 27 Jun 2000 01:18:55 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04225; Tue, 27 Jun 2000 01:18:56 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:18:56 -0700 (PDT) From: Message-Id: <200006270818.BAA04225@freefall.freebsd.org> To: cpeterso@cs.washington.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11413: code typo in pci.c: the != operator has higher precedence than the & operator. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: code typo in pci.c: the != operator has higher precedence than the & operator. State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:16:29 PDT 2000 State-Changed-Why: This typo, albeit in code that is never executed and explicitly surounded by #if 0, was nevertheless corrected by peter in 1.72 and 1.64.2.4 of pccard/pcic.c. http://www.freebsd.org/cgi/query-pr.cgi?pr=11413 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:20:48 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 C040137BEBA; Tue, 27 Jun 2000 01:20:46 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04451; Tue, 27 Jun 2000 01:20:47 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:20:47 -0700 (PDT) From: Message-Id: <200006270820.BAA04451@freefall.freebsd.org> To: cpeterso@cs.washington.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11414: code typo in pcf.c: the != operator has higher precedence than the & operator. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: code typo in pcf.c: the != operator has higher precedence than the & operator. State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:20:14 PDT 2000 State-Changed-Why: committed by peter in 1.7 and 1.6.2.1 of sys/i386/isa/pcf.c http://www.freebsd.org/cgi/query-pr.cgi?pr=11414 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:21:31 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 2B02A37BE70; Tue, 27 Jun 2000 01:21:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04573; Tue, 27 Jun 2000 01:21:30 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:21:30 -0700 (PDT) From: Message-Id: <200006270821.BAA04573@freefall.freebsd.org> To: cpeterso@cs.washington.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11415: code typo in wst.c: the != operator has higher precedence than the & operator. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: code typo in wst.c: the != operator has higher precedence than the & operator. State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:20:54 PDT 2000 State-Changed-Why: committed by peter in 1.18 and 1.15.2.1 of i386/isa/wst.c http://www.freebsd.org/cgi/query-pr.cgi?pr=11415 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:22: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 3C8F837BE91; Tue, 27 Jun 2000 01:22:18 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04732; Tue, 27 Jun 2000 01:22:18 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:22:18 -0700 (PDT) From: Message-Id: <200006270822.BAA04732@freefall.freebsd.org> To: fanf@demon.net, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11519: dead code in ncr driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dead code in ncr driver State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:21:35 PDT 2000 State-Changed-Why: Dead code has been #if 0'd subsequently. http://www.freebsd.org/cgi/query-pr.cgi?pr=11519 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:23: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 152C037BE91; Tue, 27 Jun 2000 01:23:14 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04862; Tue, 27 Jun 2000 01:23:14 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:23:14 -0700 (PDT) From: Message-Id: <200006270823.BAA04862@freefall.freebsd.org> To: sigma@cartserver.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11679: httpd and perl5 processes stuck in "nochan" eating CPU Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: httpd and perl5 processes stuck in "nochan" eating CPU State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:22:40 PDT 2000 State-Changed-Why: Has this problem been subsequently solved in later releases? http://www.freebsd.org/cgi/query-pr.cgi?pr=11679 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:24:22 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 841D137BEB0; Tue, 27 Jun 2000 01:24:21 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA05007; Tue, 27 Jun 2000 01:24:22 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:24:22 -0700 (PDT) From: Message-Id: <200006270824.BAA05007@freefall.freebsd.org> To: jhroyer@joher.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11881: when a dummynet pipe is encountered it stop parsing other rules Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: when a dummynet pipe is encountered it stop parsing other rules State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:23:18 PDT 2000 State-Changed-Why: While this problem has recurred at least once subsequently, the specific instance of this problem was solved. http://www.freebsd.org/cgi/query-pr.cgi?pr=11881 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:25: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 5ACC437BEB0; Tue, 27 Jun 2000 01:25:18 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA05152; Tue, 27 Jun 2000 01:25:18 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:25:18 -0700 (PDT) From: Message-Id: <200006270825.BAA05152@freefall.freebsd.org> To: ji@research.att.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12262: pcm sound driver with SB16pnp does not appear to work on 3.2 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pcm sound driver with SB16pnp does not appear to work on 3.2 State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:24:30 PDT 2000 State-Changed-Why: Have you subsequently been able to get this card to work in FreeBSD in later releases? http://www.freebsd.org/cgi/query-pr.cgi?pr=12262 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:25: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 76D8C37BED6; Tue, 27 Jun 2000 01:25:58 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA05277; Tue, 27 Jun 2000 01:25:58 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:25:58 -0700 (PDT) From: Message-Id: <200006270825.BAA05277@freefall.freebsd.org> To: camel@avias.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/12409: add some more chipset models by NVidia to pcisupport.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: add some more chipset models by NVidia to pcisupport.c State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:25:31 PDT 2000 State-Changed-Why: All these chipsets are available in the 4.0 version of pcisupport.c. http://www.freebsd.org/cgi/query-pr.cgi?pr=12409 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1:27: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 3A0FC37BA1C; Tue, 27 Jun 2000 01:27:40 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA05426; Tue, 27 Jun 2000 01:27:40 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:27:40 -0700 (PDT) From: Message-Id: <200006270827.BAA05426@freefall.freebsd.org> To: Studded@san.rr.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/5789: wcd0 requires ATAPI_STATIC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wcd0 requires ATAPI_STATIC State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 01:26:41 PDT 2000 State-Changed-Why: The originator admits with sighing that many years after this bug report, the misleading comments are no longer. http://www.freebsd.org/cgi/query-pr.cgi?pr=5789 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 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 80CA837BA1C; Tue, 27 Jun 2000 01:30:01 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA05594; Tue, 27 Jun 2000 01:30:01 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 01:30:01 -0700 (PDT) From: Message-Id: <200006270830.BAA05594@freefall.freebsd.org> To: nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org, darrenr@FreeBSD.org Subject: Re: kern/11412: code typo in ip_fil.c: missing NULL checks for calls to malloc(), calloc(), and realloc(). Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: code typo in ip_fil.c: missing NULL checks for calls to malloc(), calloc(), and realloc(). Responsible-Changed-From-To: freebsd-bugs->darrenr Responsible-Changed-By: nbm Responsible-Changed-When: Tue Jun 27 01:28:15 PDT 2000 Responsible-Changed-Why: I think Mr. Reed may want to see these. http://www.freebsd.org/cgi/query-pr.cgi?pr=11412 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 1: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 8161537C04E for ; Tue, 27 Jun 2000 01:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA06425; Tue, 27 Jun 2000 01:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7815937BF0B; Tue, 27 Jun 2000 01:35:52 -0700 (PDT) Message-Id: <20000627083552.7815937BF0B@hub.freebsd.org> Date: Tue, 27 Jun 2000 01:35:52 -0700 (PDT) From: greg@greg.rim.or.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19541: Want to marge ds1 sound card driver from -current Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19541 >Category: kern >Synopsis: Want to marge ds1 sound card driver from -current >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Tue Jun 27 01:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kensaku Masuda >Release: 4-stable >Organization: >Environment: >Description: I have tested a sound driver named ds1 on 4-stable. Recording, Mixer control, Play back are work fine. Please marge from -current. >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 Tue Jun 27 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 772F937BA9F for ; Tue, 27 Jun 2000 02:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA08442; Tue, 27 Jun 2000 02:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 27 Jun 2000 02:00:03 -0700 (PDT) Message-Id: <200006270900.CAA08442@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexander Langer Subject: Re: bin/19529: Burning cdrom with burncd fails Reply-To: Alexander Langer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19529; it has been noted by GNATS. From: Alexander Langer To: w.weiland@gmx.de Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/19529: Burning cdrom with burncd fails Date: Tue, 27 Jun 2000 10:50:23 +0200 Also sprach w.weiland@gmx.de (w.weiland@gmx.de): > burncd: ioctl(CDRIOCNEXTWRITEABLEADDR): Input/output error > acd0: PREVENT_ALLOW - ILLEGAL REQUEST asc=64 ascq=00 error=04 > Jun 21 20:58:48 tower /kernel: acd0: READ_TRACK_INFO - ILLEGAL REQUEST > asc=64 ascq=00 error=04 > Jun 21 20:58:48 tower /kernel: acd0: READ_TRACK_INFO - ILLEGAL REQUEST > asc=64 ascq=00 error=04 > Jun 21 20:58:48 tower /kernel: acd0: PREVENT_ALLOW - ILLEGAL REQUEST > asc=64 ascq=00 error=04 > Jun 21 20:58:48 tower /kernel: acd0: PREVENT_ALLOW - ILLEGAL REQUEST > asc=64 ascq=00 error=04 > The program writes the first track on the cd indeed. Then it cancels with the > above message. It is impossible to fixate. I get those too, but when I write only one track (not tried more yet :), I can fixate. Those appear after fixating. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 2: 5: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id C689137B6DC for ; Tue, 27 Jun 2000 02:04:58 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id LAA76734; Tue, 27 Jun 2000 11:04:45 +0200 (CEST) (envelope-from sos) From: Soren Schmidt Message-Id: <200006270904.LAA76734@freebsd.dk> Subject: Re: bin/19529: Burning cdrom with burncd fails In-Reply-To: <200006270900.CAA08442@freefall.freebsd.org> from Alexander Langer at "Jun 27, 2000 02:00:03 am" To: alex@big.endian.de (Alexander Langer) Date: Tue, 27 Jun 2000 11:04:45 +0200 (CEST) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Alexander Langer wrote: > Also sprach w.weiland@gmx.de (w.weiland@gmx.de): > > burncd: ioctl(CDRIOCNEXTWRITEABLEADDR): Input/output error > > acd0: PREVENT_ALLOW - ILLEGAL REQUEST asc=64 ascq=00 error=04 > > Jun 21 20:58:48 tower /kernel: acd0: READ_TRACK_INFO - ILLEGAL REQUEST > > asc=64 ascq=00 error=04 > > Jun 21 20:58:48 tower /kernel: acd0: READ_TRACK_INFO - ILLEGAL REQUEST > > asc=64 ascq=00 error=04 > > Jun 21 20:58:48 tower /kernel: acd0: PREVENT_ALLOW - ILLEGAL REQUEST > > asc=64 ascq=00 error=04 > > Jun 21 20:58:48 tower /kernel: acd0: PREVENT_ALLOW - ILLEGAL REQUEST > > asc=64 ascq=00 error=04 > > The program writes the first track on the cd indeed. Then it cancels with the > > above message. It is impossible to fixate. > > I get those too, but when I write only one track (not tried more yet > :), I can fixate. > > Those appear after fixating. What FreeBSD version is this with (or date if -stable or -current) ? This should have been fixed... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 2:12:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mout1.silyn-tek.de (mout1.silyn-tek.de [194.25.165.69]) by hub.freebsd.org (Postfix) with ESMTP id A485037B7E3 for ; Tue, 27 Jun 2000 02:12:09 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout1.silyn-tek.de with esmtp (Exim 3.13 #1) id 136rPc-0002Qx-00; Tue, 27 Jun 2000 11:12:08 +0200 Received: from p3e9d38bf.dip0.t-ipconnect.de ([62.157.56.191] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 136rPZ-0002dr-00; Tue, 27 Jun 2000 11:12:06 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id E81D6AC27; Tue, 27 Jun 2000 11:12:12 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id C34C614AB3; Tue, 27 Jun 2000 11:12:12 +0200 (CEST) Date: Tue, 27 Jun 2000 11:12:12 +0200 From: Alexander Langer To: Soren Schmidt Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/19529: Burning cdrom with burncd fails Message-ID: <20000627111212.A12126@cichlids.cichlids.com> References: <200006270900.CAA08442@freefall.freebsd.org> <200006270904.LAA76734@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200006270904.LAA76734@freebsd.dk>; from sos@freebsd.dk on Tue, Jun 27, 2000 at 11:04:45AM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Soren Schmidt (sos@freebsd.dk): > What FreeBSD version is this with (or date if -stable or -current) ? > This should have been fixed... FreeBSD cichlids.cichlids.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Jun 14 22:25:49 CEST 2000 alex@cichlids.cichlids.com:/usr/src/sys/compile/cichlids i386 Jun 25 12:52:39 cichlids /kernel: acd0: READ_TOC - ILLEGAL REQUEST asc=24 ascq=0 0 error=00 Jun 25 12:55:39 cichlids /kernel: acd0: READ_TOC - ILLEGAL REQUEST asc=2c ascq=0 0 error=00 Jun 25 12:55:39 cichlids /kernel: acd0: PREVENT_ALLOW - ILLEGAL REQUEST asc=2c a scq=00 error=00 Jun 25 12:55:39 cichlids /kernel: acd0: PREVENT_ALLOW - ILLEGAL REQUEST asc=2c a scq=00 error=00 Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 2:21:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 37ABA37BFB4 for ; Tue, 27 Jun 2000 02:21:08 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id LAA80836; Tue, 27 Jun 2000 11:20:57 +0200 (CEST) (envelope-from sos) From: Soren Schmidt Message-Id: <200006270920.LAA80836@freebsd.dk> Subject: Re: bin/19529: Burning cdrom with burncd fails In-Reply-To: <20000627111212.A12126@cichlids.cichlids.com> from Alexander Langer at "Jun 27, 2000 11:12:12 am" To: alex@big.endian.de (Alexander Langer) Date: Tue, 27 Jun 2000 11:20:57 +0200 (CEST) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Alexander Langer wrote: > Thus spake Soren Schmidt (sos@freebsd.dk): > > > What FreeBSD version is this with (or date if -stable or -current) ? > > This should have been fixed... > > > FreeBSD cichlids.cichlids.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Jun 14 22:25:49 CEST 2000 alex@cichlids.cichlids.com:/usr/src/sys/compile/cichlids i386 > > Jun 25 12:52:39 cichlids /kernel: acd0: READ_TOC - ILLEGAL REQUEST > asc=24 ascq=0 0 error=00 > Jun 25 12:55:39 cichlids /kernel: acd0: READ_TOC - ILLEGAL REQUEST > asc=2c ascq=0 0 error=00 Those are normal if you insert an empty CDR media... > Jun 25 12:55:39 cichlids /kernel: acd0: PREVENT_ALLOW - ILLEGAL > REQUEST asc=2c a scq=00 error=00 > Jun 25 12:55:39 cichlids /kernel: acd0: PREVENT_ALLOW - ILLEGAL > REQUEST asc=2c a scq=00 error=00 What did you do between those ? -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 2:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 26C5837BEFF for ; Tue, 27 Jun 2000 02:29:57 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 136rgd-0007H6-00; Tue, 27 Jun 2000 11:29:43 +0200 Received: from p3e9d38bf.dip0.t-ipconnect.de ([62.157.56.191] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 136rgZ-0003Ta-00; Tue, 27 Jun 2000 11:29:39 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 82143AC27; Tue, 27 Jun 2000 11:29:46 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 809B414AB3; Tue, 27 Jun 2000 11:29:47 +0200 (CEST) Date: Tue, 27 Jun 2000 11:29:47 +0200 From: Alexander Langer To: Soren Schmidt Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/19529: Burning cdrom with burncd fails Message-ID: <20000627112947.A17719@cichlids.cichlids.com> References: <20000627111212.A12126@cichlids.cichlids.com> <200006270920.LAA80836@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200006270920.LAA80836@freebsd.dk>; from sos@freebsd.dk on Tue, Jun 27, 2000 at 11:20:57AM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Soren Schmidt (sos@freebsd.dk): > > Jun 25 12:52:39 cichlids /kernel: acd0: READ_TOC - ILLEGAL REQUEST > > asc=24 ascq=0 0 error=00 > > Jun 25 12:55:39 cichlids /kernel: acd0: READ_TOC - ILLEGAL REQUEST > > asc=2c ascq=0 0 error=00 > > Those are normal if you insert an empty CDR media... > > Jun 25 12:55:39 cichlids /kernel: acd0: PREVENT_ALLOW - ILLEGAL > > REQUEST asc=2c a scq=00 error=00 > > Jun 25 12:55:39 cichlids /kernel: acd0: PREVENT_ALLOW - ILLEGAL > > REQUEST asc=2c a scq=00 error=00 > What did you do between those ? I think I inserted the empty media on 12:52 and started a 3-min burn (only 100 MB or such). On 12:55, the burn-process ended and produced the second "READ_TOC" error and the PREVENT_ALLOW errors. I'm sure the three last ones appear right AFTER burncd fixated the media. I'm getting an I/O error after fixating for burncd, too, btw. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 2: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 9AA4437BF02 for ; Tue, 27 Jun 2000 02:30:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA12364; Tue, 27 Jun 2000 02:30:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 27 Jun 2000 02:30:13 -0700 (PDT) Message-Id: <200006270930.CAA12364@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/19514: patch to prevent tail'ing directories Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19514; it has been noted by GNATS. From: Bruce Evans To: kbyanc@posi.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/19514: patch to prevent tail'ing directories Date: Tue, 27 Jun 2000 19:22:55 +1000 (EST) On Mon, 26 Jun 2000 kbyanc@posi.net wrote: > >Description: > > tail(1) does not prevent the user from doing nonsensical things > like tail'ing directories. It is a feature of Unix utilities that they do what they are told to do. > Other commands, i.e. more(1) do. This This is a misfeature of more(1) :-). POSIX.2 (in the old draft that I have) specifically requires "tail -c" to accept arbitrary data. tail(1) without -c is only required to handle text files. head(1) is only required to handle text files. cat(1) is required to handle all types of files. > patch alerts the user when they try to tail a directory. In > addition, it also adds checks for reading symlink contents and > whiteout entries, however I can't imagine how either of these > scenarios would occur. At least the symlink case can't happen, so don't obfuscate the code checking for it. > --- usr.bin/tail/tail.c.orig Mon Jun 26 01:30:01 2000 > +++ usr.bin/tail/tail.c Mon Jun 26 01:38:38 2000 > @@ -171,6 +171,16 @@ > ierr(); > continue; > } > + if (sb.st_mode & S_IFDIR) > + errx(1, "%s is a directory", fname); Exiting for a non-error is a bug. The current tail(1) doesn't even exit for errors on individual files. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 2:49:46 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freebsd.dk (freebsd.dk [212.242.42.178]) by hub.freebsd.org (Postfix) with ESMTP id 79A1537B596 for ; Tue, 27 Jun 2000 02:49:42 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.9.3/8.9.1) id LAA88139; Tue, 27 Jun 2000 11:49:36 +0200 (CEST) (envelope-from sos) From: Soren Schmidt Message-Id: <200006270949.LAA88139@freebsd.dk> Subject: Re: bin/19529: Burning cdrom with burncd fails In-Reply-To: <20000627112947.A17719@cichlids.cichlids.com> from Alexander Langer at "Jun 27, 2000 11:29:47 am" To: alex@big.endian.de (Alexander Langer) Date: Tue, 27 Jun 2000 11:49:36 +0200 (CEST) Cc: freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It seems Alexander Langer wrote: > Thus spake Soren Schmidt (sos@freebsd.dk): > > > > Jun 25 12:52:39 cichlids /kernel: acd0: READ_TOC - ILLEGAL REQUEST > > > asc=24 ascq=0 0 error=00 > > > Jun 25 12:55:39 cichlids /kernel: acd0: READ_TOC - ILLEGAL REQUEST > > > asc=2c ascq=0 0 error=00 > > > > Those are normal if you insert an empty CDR media... > > > Jun 25 12:55:39 cichlids /kernel: acd0: PREVENT_ALLOW - ILLEGAL > > > REQUEST asc=2c a scq=00 error=00 > > > Jun 25 12:55:39 cichlids /kernel: acd0: PREVENT_ALLOW - ILLEGAL > > > REQUEST asc=2c a scq=00 error=00 > > What did you do between those ? > > I think I inserted the empty media on 12:52 and started a 3-min burn > (only 100 MB or such). > > On 12:55, the burn-process ended and produced the second "READ_TOC" > error and the PREVENT_ALLOW errors. > > I'm sure the three last ones appear right AFTER burncd fixated the > media. > I'm getting an I/O error after fixating for burncd, too, btw. Hmm, what drive is this ?? -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 3: 0:40 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mout2.silyn-tek.de (mout2.silyn-tek.de [194.25.165.70]) by hub.freebsd.org (Postfix) with ESMTP id 4FE3137BF5F for ; Tue, 27 Jun 2000 03:00:31 -0700 (PDT) (envelope-from alex@big.endian.de) Received: from [192.168.32.34] (helo=mx2.silyn-tek.de) by mout2.silyn-tek.de with esmtp (Exim 3.13 #1) id 136sAE-0007O3-00; Tue, 27 Jun 2000 12:00:18 +0200 Received: from p3e9d38bf.dip0.t-ipconnect.de ([62.157.56.191] helo=neutron.cichlids.com) by mx2.silyn-tek.de with esmtp (Exim 3.13 #1) id 136sAC-0004mf-00; Tue, 27 Jun 2000 12:00:16 +0200 Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by neutron.cichlids.com (Postfix) with ESMTP id 7FE26AD00; Tue, 27 Jun 2000 12:00:23 +0200 (CEST) Received: by cichlids.cichlids.com (Postfix, from userid 1001) id 79D7F14AB3; Tue, 27 Jun 2000 12:00:24 +0200 (CEST) Date: Tue, 27 Jun 2000 12:00:24 +0200 From: Alexander Langer To: Soren Schmidt Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/19529: Burning cdrom with burncd fails Message-ID: <20000627120024.A20377@cichlids.cichlids.com> References: <20000627112947.A17719@cichlids.cichlids.com> <200006270949.LAA88139@freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200006270949.LAA88139@freebsd.dk>; from sos@freebsd.dk on Tue, Jun 27, 2000 at 11:49:36AM +0200 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thus spake Soren Schmidt (sos@freebsd.dk): > Hmm, what drive is this ?? Sorry :) ata0-master: DMA limitted to UDMA33, non-ATA66 compliant cable acd0: CD-R at ata0-slave using PIO3 Mitsumi CD-R. Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 4:40: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 2AA1F37C105 for ; Tue, 27 Jun 2000 04:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA30796; Tue, 27 Jun 2000 04:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B993137BFE1; Tue, 27 Jun 2000 04:34:27 -0700 (PDT) Message-Id: <20000627113427.B993137BFE1@hub.freebsd.org> Date: Tue, 27 Jun 2000 04:34:27 -0700 (PDT) From: torsten.fahr@vaude.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/19542: Problem with Proxy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19542 >Category: conf >Synopsis: Problem with Proxy >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 27 04:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Torsten >Release: 3.2 >Organization: VAUDE Sport >Environment: >Description: hello there. i'm absolutely new in freeBSD. our chief-administrator has gone. now i've to do the job. my problem is, i want to allow three users access to the internet. so i edit the file squid.conf withe the following string."acl username src 192.168.x.x/255.255.255.0." to allow the access i http_access allow 'username'. (no password is required). after editing i type at the command line /usr/local/squid/bin/squid.conf -k reconfigure. what happens is, i got the message access denied. thanks for your help best regards torsten >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 Tue Jun 27 4: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 DEA3037B969 for ; Tue, 27 Jun 2000 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32099; Tue, 27 Jun 2000 04:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7A7B637BF7A; Tue, 27 Jun 2000 04:41:19 -0700 (PDT) Message-Id: <20000627114119.7A7B637BF7A@hub.freebsd.org> Date: Tue, 27 Jun 2000 04:41:19 -0700 (PDT) From: torsten.fahr@vaude.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/19543: Problem with Proxy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19543 >Category: conf >Synopsis: Problem with Proxy >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 27 04:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Torsten >Release: 3.2 >Organization: VAUDE Sport >Environment: FreeBSD mail.vaude.de 3.2-RELEASE >Description: hello there. i'm absolutely new in freeBSD. our chief-administrator has gone. now i've to do the job. my problem is, i want to allow three users access to the internet. so i edit the file squid.conf withe the following string."acl username src 192.168.x.x/255.255.255.0." to allow the access i http_access allow 'username'. (no password is required). after editing i type at the command line /usr/local/squid/bin/squid.conf -k reconfigure. what happens is, i got the message access denied. thanks for your help best regards torsten >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 Tue Jun 27 5: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 F03CD37BE7E for ; Tue, 27 Jun 2000 05:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA36965; Tue, 27 Jun 2000 05:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from vega.uli.it (vega.uli.it [62.212.0.2]) by hub.freebsd.org (Postfix) with ESMTP id F3DCE37B5E4 for ; Tue, 27 Jun 2000 05:13:29 -0700 (PDT) (envelope-from olgeni@uli.it) Received: from dev1.localdomain.net (ippp10.mi.uli.it [62.212.5.70]) by vega.uli.it (Postfix) with ESMTP id A2F8D3B013 for ; Tue, 27 Jun 2000 14:13:26 +0200 (CEST) Message-Id: Date: Tue, 27 Jun 2000 14:12:05 +0200 (CEST) From: Jimmy Olgeni To: FreeBSD-gnats-submit@freebsd.org Subject: kern/19544: panic in delete_pipe (ipfw pipe delete) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19544 >Category: kern >Synopsis: panic in delete_pipe >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 Jun 27 05:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 4.0-STABLE i386 >Organization: Colby >Environment: Kernel that supports dummynet. >Description: If there are no dummynet pipes configured in the system, an attempt to delete any pipe with "ipfw pipe delete" will result in a kernel panic (trap 12). (kgdb) up #3 0xc032fe09 in trap_pfault (frame=0xc64a0d58, usermode=0, eva=0) at ../../i386/i386/trap.c:820 820 trap_fatal(frame, eva); (kgdb) up #4 0xc032f9c3 in trap (frame={tf_fs = 16, tf_es = 16, tf_ds = 16, tf_edi = -968225348, tf_esi = 0, tf_ebp = -968225368, tf_isp = -968225404, tf_ebx = -1058306304, tf_edx = -968232960, tf_ecx = 0, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1071642696, tf_cs = 8, tf_eflags = 66182, tf_esp = -968225348, tf_ss = 0}) at ../../i386/i386/trap.c:426 426 (void) trap_pfault(&frame, FALSE, eva); (kgdb) up #5 0xc02007b8 in delete_pipe (p=0xc64a0dbc) at ../../netinet/ip_dummynet.c:1559 1559 all_pipes = b->next ; (kgdb) print b $1 = (struct dn_pipe *) 0x0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ (kgdb) up #6 0xc0200c32 in ip_dn_ctl (sopt=0xc64a0f14) at ../../netinet/ip_dummynet.c:1750 1750 error = delete_pipe(p); (kgdb) print p $2 = (struct dn_pipe *) 0xc64a0dbc (kgdb) >How-To-Repeat: As root, run: # ipfw pipe show [to check that the pipe list is really empty] # ipfw pipe delete 1 [panic] >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 Jun 27 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 3827937BFE3 for ; Tue, 27 Jun 2000 06:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA41516; Tue, 27 Jun 2000 06:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 27 Jun 2000 06:00:02 -0700 (PDT) Message-Id: <200006271300.GAA41516@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: conf/19542: Problem with Proxy Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/19542; it has been noted by GNATS. From: David Malone To: torsten.fahr@vaude.de Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: conf/19542: Problem with Proxy Date: Tue, 27 Jun 2000 13:52:31 +0100 On Tue, Jun 27, 2000 at 04:34:27AM -0700, torsten.fahr@vaude.de wrote: > i'm absolutely new in freeBSD. our chief-administrator has gone. now i've to do the job. my problem is, i want to allow three users access to the internet. so i edit the file squid.conf withe the following string."acl username src 192.168.x.x/255.255.255.0." to allow the access i http_access allow 'username'. (no password is required). after editing i type at the command line /usr/local/squid/bin/squid.conf -k reconfigure. what happens is, i got the message access denied. You should probably have said: /usr/local/squid/bin/squid -k reconfigure (note - no .conf). Also you don't say what the exact error message was, but if you got an "Operation not permitted" message it probably means that you didn't run the command as either root or the squid user.Try again as root. (BTW - you should press return about once every 70 characters so you don't send lines which are nearly 500 characters long!) David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 6: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 7534C37BF57 for ; Tue, 27 Jun 2000 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA44712; Tue, 27 Jun 2000 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 481EC37BFD7; Tue, 27 Jun 2000 06:14:39 -0700 (PDT) Message-Id: <20000627131439.481EC37BFD7@hub.freebsd.org> Date: Tue, 27 Jun 2000 06:14:39 -0700 (PDT) From: kienow@infinet.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19546: No CD audio Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19546 >Category: kern >Synopsis: No CD audio >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: Tue Jun 27 06:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Matt >Release: FreeBSD4.0 Stable >Organization: >Environment: FreeBSD test 4.0-STABLE FreeBSD 4.0-STABLE #0: Mon Jun 12 08:00:21 EDT 2000 root@test:/usr/obj/usr/src/sys/TEST i386 >Description: My cdrom and sound card are detected by the kernal and function. But when I try to play a audio cd with cdcontrol or any other cd player I do not hear any audio. All volume levels in the mixer are fine, and my sound card does work because I can play mp3's. And cdcontrol is reading the cd, I can list the audio tracks. It will read the cd as if it were playing it, but no audio. I could play audio cd's in 3.4, but when I upgraded to 4.0 I lost the ability. --- # mixer Mixer vol is currently set to 75:75 Mixer bass is currently set to 50:50 Mixer treble is currently set to 50:50 Mixer synth is currently set to 0:0 Mixer pcm is currently set to 90:90 Mixer speaker is currently set to 75:75 Mixer line is currently set to 75:75 Mixer mic is currently set to 0:0 Mixer cd is currently set to 75:75 Mixer mix is currently set to 0:0 Mixer igain is currently set to 0:0 --- Sound card / Cdrom from dmesg output: pcm0: at port 0x530-0x537,0x370-0x371 irq 5 drq 1 flags 0xc110 on isa0 pca0 at port 0x40 on isa0 acd0: CDROM at ata1-master using BIOSPIO >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 Tue Jun 27 6:44: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 A456E37BFF6; Tue, 27 Jun 2000 06:44:14 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA77144; Tue, 27 Jun 2000 06:44:14 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Tue, 27 Jun 2000 06:44:14 -0700 (PDT) From: Message-Id: <200006271344.GAA77144@freefall.freebsd.org> To: paulkf@microgate.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11235: Need to submit new driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Need to submit new driver State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Tue Jun 27 06:39:00 PDT 2000 State-Changed-Why: The originator replied privately informing me that the driver is unfortunately no longer being maintained. They will open a new PR should they wish to port the driver at a later date. http://www.freebsd.org/cgi/query-pr.cgi?pr=11235 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 7:46: 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 5D7DC37B575; Tue, 27 Jun 2000 07:46:00 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA13103; Tue, 27 Jun 2000 07:45:59 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Tue, 27 Jun 2000 07:45:59 -0700 (PDT) From: Message-Id: <200006271445.HAA13103@freefall.freebsd.org> To: jkelsey@freei.net, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/19244: /usr/src/sys/i386/i386/bioscall.s: version 1.7 does not build! Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/src/sys/i386/i386/bioscall.s: version 1.7 does not build! State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Tue Jun 27 07:44:46 PDT 2000 State-Changed-Why: Submitter reports that 'make world' smacked this into shape. http://www.freebsd.org/cgi/query-pr.cgi?pr=19244 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 8: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 6DAE637C210 for ; Tue, 27 Jun 2000 08:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA19624; Tue, 27 Jun 2000 08:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 27 Jun 2000 08:30:03 -0700 (PDT) Message-Id: <200006271530.IAA19624@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: kern/19535: procfs_rlimit tidyup Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19535; it has been noted by GNATS. From: Garrett Wollman To: adrian@vader.creative.net.au Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: kern/19535: procfs_rlimit tidyup Date: Tue, 27 Jun 2000 11:29:22 -0400 (EDT) < + psbuf = (char *)malloc(512 * sizeof(char), M_TEMP, M_WAITOK); sizeof(char) is defined to be 1. > + /* XXX conservative, but potentially overflowable */ It should be possible to compute the exact buffer size. Since this code is not frequently run, I would suggest that a two-pass approach would not hurt. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 8:42: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 41AAF37C09D; Tue, 27 Jun 2000 08:42:41 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA21312; Tue, 27 Jun 2000 08:42:41 -0700 (PDT) (envelope-from brian@FreeBSD.org) Date: Tue, 27 Jun 2000 08:42:41 -0700 (PDT) From: Message-Id: <200006271542.IAA21312@freefall.freebsd.org> To: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: misc/19538: NIS passwd and group maps do not clean out comments (2nd part) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NIS passwd and group maps do not clean out comments (2nd part) Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Tue Jun 27 08:41:46 PDT 2000 Responsible-Changed-Why: I did the first bit, I'll do this too (soon) http://www.freebsd.org/cgi/query-pr.cgi?pr=19538 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 8:50: 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 AADA237B657 for ; Tue, 27 Jun 2000 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA22300; Tue, 27 Jun 2000 08:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 27 Jun 2000 08:50:02 -0700 (PDT) Message-Id: <200006271550.IAA22300@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Adrian Chadd Subject: Re: kern/19535: procfs_rlimit tidyup Reply-To: Adrian Chadd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19535; it has been noted by GNATS. From: Adrian Chadd To: Garrett Wollman Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/19535: procfs_rlimit tidyup Date: Tue, 27 Jun 2000 17:49:22 +0200 On Tue, Jun 27, 2000, Garrett Wollman wrote: > < > > + psbuf = (char *)malloc(512 * sizeof(char), M_TEMP, M_WAITOK); > > sizeof(char) is defined to be 1. Being pedantic. > > + /* XXX conservative, but potentially overflowable */ > > It should be possible to compute the exact buffer size. Since this > code is not frequently run, I would suggest that a two-pass approach > would not hurt. I'm going to go through later on and redo this repeated evilness in procfs. I thought I'd submit this change now to get rid of the blantant hacks. Adrian -- Adrian Chadd Build a man a fire, and he's warm for the rest of the evening. Set a man on fire and he's warm for the rest of his life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 10: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 3835D37B9A0 for ; Tue, 27 Jun 2000 10:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA35330; Tue, 27 Jun 2000 10:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thanatos.shenton.org (cshenton.customer.execdsl.net [206.64.112.238]) by hub.freebsd.org (Postfix) with SMTP id 2D6BB37B54E for ; Tue, 27 Jun 2000 10:15:32 -0700 (PDT) (envelope-from chris@shenton.org) Received: (qmail 69610 invoked by uid 1000); 27 Jun 2000 17:22:44 -0000 Message-Id: <20000627172244.69609.qmail@thanatos.shenton.org> Date: 27 Jun 2000 17:22:44 -0000 From: chris@shenton.org Reply-To: chris@shenton.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/19547: 4.0-STABLE / SECURE make world fails on openssh/OPIE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19547 >Category: i386 >Synopsis: 4.0-STABLE / SECURE make world fails on openssh/OPIE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 27 10:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Chris Shenton >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: AMD K6/2, source cvsupped hours ago from international servers >Description: I cvsup source every night or so to keep STABLE, using the international SECURE servers from cron like: 30 2 * * * /usr/local/bin/cvsup -L 1 -g -h cvsup.uk.freebsd.org /usr/share/examples/cvsup/4.x-secure-stable-supfile This has worked fine until about two weeks ago when something in crypto broke the build process: cc -O -pipe -DSKEY -I/usr/obj/usr/src/i386/usr/include -c /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c -o auth-skey.o /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `auth_skey_password': /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:20: warning: initialization makes pointer from integer without a cast /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c: In function `skey_fake_keyinfo': /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: `OPIE_HASHNAME_MAX' undeclared (first use in this function) /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: (Each undeclared identifier is reported only once /usr/src/secure/lib/libssh/../../../crypto/openssh/auth-skey.c:160: for each function it appears in.) *** Error code 1 I'm really surprised I'm the only one to be whining about this, but I haven't seen anyone else on hackers, stable, questions complaining. I've tried cvsupping from the overburdened "internat" server once and get the same thing. >How-To-Repeat: I've removed /usr/src/crypto today, re-cvsupped, and get the same thing, same error, when I try and "make world". >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 12:10: 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 D85B237BC62 for ; Tue, 27 Jun 2000 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA49641; Tue, 27 Jun 2000 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 27 Jun 2000 12:10:01 -0700 (PDT) Message-Id: <200006271910.MAA49641@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: eduard.epi@t-online.de (Peter Bornemann) Subject: Re: kern/19353: Cannot install 4.0 Reply-To: eduard.epi@t-online.de (Peter Bornemann) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19353; it has been noted by GNATS. From: eduard.epi@t-online.de (Peter Bornemann) To: freebsd-gnats-submit@FreeBSD.org, eduard.epi@t-online.de Cc: Subject: Re: kern/19353: Cannot install 4.0 Date: Tue, 27 Jun 2000 21:06:31 +0200 I have done some further testing other OSes: OpenBSD starts OK and so does Solaris 8. This one failes later with a DMA-problem after mounting the Scsi-CDROM. I can get a boot-prompt, but no matter what I am typing then, the crash seems inevitable. Only when typing -Dh, nothing happens instead of a dump :-( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 12:50: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 B85BE37BE24 for ; Tue, 27 Jun 2000 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA54582; Tue, 27 Jun 2000 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AA41137C2D4; Tue, 27 Jun 2000 12:40:13 -0700 (PDT) Message-Id: <20000627194013.AA41137C2D4@hub.freebsd.org> Date: Tue, 27 Jun 2000 12:40:13 -0700 (PDT) From: john@jfive.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19548: DES in 3.5-RELEASE allows trailing characters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19548 >Category: misc >Synopsis: DES in 3.5-RELEASE allows trailing characters >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 27 12:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: John Heyer >Release: 3.5-RELEASE >Organization: J Five >Environment: FreeBSD proxy3.10MB.supranet.net 3.5-RELEASE FreeBSD 3.5-RELEASE #0: Tue Jun 27 12:29:24 CDT 2000 root@bench1.supranet.int:/usr/src/sys/compile/PROXY-IDE i386 >Description: I can login using any password, provided my real password is the first substring. For example if my password was "plant", a password of "plant72495" will authenticate. >How-To-Repeat: install DES and set a password. Then login, inserting random characters after your correct password >Fix: Uninstalling DES fixes it. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 14:19:39 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 9839A37B756; Tue, 27 Jun 2000 14:19:35 -0700 (PDT) (envelope-from jin@portnoy.lbl.gov) Received: (from jin@localhost) by george.lbl.gov () id OAA06507; Tue, 27 Jun 2000 14:19:32 -0700 (PDT) Date: Tue, 27 Jun 2000 14:19:32 -0700 (PDT) From: Jin Guojun (DSD staff) Message-Id: <200006272119.OAA06507@george.lbl.gov> To: bugs@freebsd.org, cshenton@uucom.com Subject: Re: AMD k7-750 + ASUS K7V Cc: Bryan.Bradsby@capnet.state.tx.us, hardware@freebsd.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > A friend had a similar install: k7-700 k7v. I think he had to disable > bios virus checking and/or the following hack. Let bios boot without > the floppy then fail. After it says "insert system disk" or whatever, > insert the floppy and hit return. One of these or the combo got him running. A little summary: To disable the BIOS virus protection is the key to make installation working on AMD-K7 + ASUS K7V for all versions after 3.5 and 4.x. But this seems a bug because 2.2.8-RELEASE can install on such new hardware. When 2.2.x branch was out of archive, the K7 even has not born yet. So, must be the new installation introducing a bug to cause the problem. Here to thank all people has replied for the help, -Jin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 14:25: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from aahz.passedge.com (aahz.passedge.com [4.18.242.8]) by hub.freebsd.org (Postfix) with ESMTP id 11C0137B78B for ; Tue, 27 Jun 2000 14:24:55 -0700 (PDT) (envelope-from batie@aahz.passedge.com) Received: (from batie@localhost) by aahz.passedge.com (8.9.3/8.8.5) id OAA07755; Tue, 27 Jun 2000 14:25:20 -0700 (PDT) Message-ID: <20000627142520.32123@aahz.passedge.com> Date: Tue, 27 Jun 2000 14:25:20 -0700 From: Alan Batie To: bugs@freebsd.org Subject: update/src Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-md5; boundary=Qxx1br4bt0+wmkIi X-Mailer: Mutt 0.89i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --Qxx1br4bt0+wmkIi Content-Type: text/plain; charset=us-ascii I'm installing 4.0-RELEASE as an update to 3.3-RELEASE. I selected full sources + Xwindows, and it said, just before it started downloading stuff, "you shouldn't update srcs this way, use cvs. /usr/src will not updated." I went away to lunch and came back expecting it to be all done, and guess what, it's still going, busily downloading srcs. As a separate suggestion, I notice that fsck knows where a filesystem was mounted last, and it would be handy if sysinstall could use that info as a default when you're specifying what gets mounted where in the partition editor/labeler. -- Alan Batie ------ What goes up, must come down. batie@aahz.passedge.com \ / Ask any system administrator. +1 503-466-8407 (voice) \ / --unknown D0 D2 39 0E 02 34 D6 B4 \/ 5A 41 21 8F 23 5F 08 9D --Qxx1br4bt0+wmkIi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use MessageID: RCx9/FRD4xwv1v7ni5BjBL8YM07/AIRA iQCVAwUBOVkbvxCfrckvDwdpAQGNugP/UP13Jr28OpL9SmhrzXnN1TQ+VAjn3MLT AE/LseXM5nv1anQsrxv4vXrDZMm5m5jsTQOxje5/nJ9lROO0lVGdfhe2JvgtxOky CBP4qWrweIGEAAPiHG7PQ/NTOGG8f2odgE+u9SbGIIF3P1vI4vN0eTNSJL9XwMgy pvVqh5qQd1I= =IVXf -----END PGP SIGNATURE----- --Qxx1br4bt0+wmkIi-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 15: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 81E4637B524 for ; Tue, 27 Jun 2000 15:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA74011; Tue, 27 Jun 2000 15:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 27 Jun 2000 15:10:04 -0700 (PDT) Message-Id: <200006272210.PAA74011@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Nugent Subject: Re: misc/19548: DES in 3.5-RELEASE allows trailing characters Reply-To: David Nugent Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19548; it has been noted by GNATS. From: David Nugent To: john@jfive.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/19548: DES in 3.5-RELEASE allows trailing characters Date: Wed, 28 Jun 2000 07:10:33 +1000 john@jfive.com wrote: > I can login using any password, provided my real password is the first substring. > For example if my password was "plant", a password of "plant72495" will authenticate. I am unable to reproduce this behaviour on 3.4-STABLE, 3.5-STABLE or 4.0-STABLE. Are you sure you tried the exact example you've quoted? DES passwords do have a length limitation of 8 characters, which is a known weakness in DES per se on all compatible UNIX platforms. If the user's password is 8 characters or longer, then certainly anything appended to the password is silently ignored when computing the hash. Junk appended after shorter passwords will certainly be used in deriving the hash. This limitation of DES is documented, and is why md5 hashes are generally preferred (the limitation there is 128 characters I believe). -- || David Nugent || TS Manager, ISP Limited || \\ davidn@austel.net | davidn@blaze.net.au | davidn@freebsd.org // .\\ Ph: +61396422322 Fax: +61396422063 Cell: +61404867638 //. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 15:10: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 EF6D437B7B2 for ; Tue, 27 Jun 2000 15:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA74022; Tue, 27 Jun 2000 15:10:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id 63ADB37B7B2 for ; Tue, 27 Jun 2000 15:09:11 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id SAA12932; Tue, 27 Jun 2000 18:07:21 -0400 Received: (from mi@localhost) by misha.privatelabs.com (8.9.3/8.9.3) id SAA88013; Tue, 27 Jun 2000 18:06:15 -0400 (EDT) (envelope-from mi) Message-Id: <200006272206.SAA88013@misha.privatelabs.com> Date: Tue, 27 Jun 2000 18:06:15 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: luigi@iet.unipi.it X-Send-Pr-Version: 3.2 Subject: kern/19551: panic when enabling bridge_ipfw Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19551 >Category: kern >Synopsis: panic when enabling bridge_ipfw >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 Jun 27 15:10:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 4.0-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: The machine has 3 network cards (82c169 PNIC 10/100BaseTX -- dc driver). Two of them are parts of the bridge. One of the two (dc0) has no IP address of its own -- it plugs directly into the router. The other (dc2) connects to our office LAN. dc1 is currently unused. >Description: The bridging is enabled as follows: sysctl -w net.link.ether.bridge_cfg=dc0:1,dc2:1 sysctl -w net.link.ether.bridge=1 sysctl -w net.link.ether.bridge_ipfw=1 With the kernel built from April 27 sources, the setup works fine. With todays kernel (and a week old kernel) the system panics when bridge_ipfw is enabled (commenting the line out stops the panic, but disables the firewall). The crash happens in sys/netinet/ip_icmp.c, where on line 633, where the NULL pointer is referenced: (kgdb) l 627 /* 628 * The following happens if the packet was not addressed to us, 629 * and was received on an interface with no IP address. 630 */ 631 f (ia == (struct in_ifaddr *)0) 632 ia = in_ifaddrhead.tqh_first; 633 t = IA_SIN(ia)->sin_addr; 634 ip->ip_src = t; 635 ip->ip_ttl = MAXTTL; 636 (kgdb) p ia $2 = (struct in_ifaddr *) 0x0 The full stack is #0 boot (howto=256) at /opt/src/sys/kern/kern_shutdown.c:302 #1 0xc0138358 in poweroff_wait (junk=0xc025842f, howto=0) at /opt/src/sys/kern/kern_shutdown.c:552 #2 0xc0226ed2 in trap_fatal (frame=0xc025e4fc, eva=76) at /opt/src/sys/i386/i386/trap.c:927 #3 0xc0226b91 in trap_pfault (frame=0xc025e4fc, usermode=0, eva=76) at /opt/src/sys/i386/i386/trap.c:820 #4 0xc022677b in trap (frame={tf_fs = -1071579120, tf_es = 16, tf_ds = 16, tf_edi = 20, tf_esi = -1067166976, tf_ebp = -1071258284, tf_isp = -1071258328, tf_ebx = -1067166756, tf_edx = 0, tf_ecx = -1067166976, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1072156088, tf_cs = 8, tf_eflags = 66118, tf_esp = -1067166756, tf_ss = -1067166976}) at /opt/src/sys/i386/i386/trap.c:426 #5 0xc0183248 in icmp_reflect (m=0xc0645300) at /opt/src/sys/netinet/ip_icmp.c:632 #6 0xc0182ca8 in icmp_error (n=0xc0645200, type=3, code=3, dest=0, destifp=0x0) at /opt/src/sys/netinet/ip_icmp.c:220 #7 0xc018f1ee in udp_input (m=0xc0645200, off=20, proto=17) at /opt/src/sys/netinet/udp_usrreq.c:358 #8 0xc0183e93 in ip_input (m=0xc0645200) at /opt/src/sys/netinet/ip_input.c:743 #9 0xc0183f0b in ipintr () at /opt/src/sys/netinet/ip_input.c:771 #10 0xc021c875 in swi_net_next () >How-To-Repeat: See environment. This can be reproduced at will even in single user mode by simply enabling bridging: sysctl -w net.link.ether.bridge=1 and requesting the bridged packet be routed through the firewall rules: sysctl -w net.link.ether.bridge_ipfw=1 The interfaces don't need to be configured for this to happen... >Fix: I wish I knew :( >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 17:38: 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 A9C7B37BF9B; Tue, 27 Jun 2000 17:38:03 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA90578; Tue, 27 Jun 2000 17:38:03 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Tue, 27 Jun 2000 17:38:03 -0700 (PDT) From: Message-Id: <200006280038.RAA90578@freefall.freebsd.org> To: uurtamo@azstarnet.com, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/18955: make buildworld chokes on gperf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make buildworld chokes on gperf State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Tue Jun 27 17:35:52 PDT 2000 State-Changed-Why: make world on 3.x-stable worked fine for me. We can re-open this PR if you are still seeing this problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=18955 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 17:41:22 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 E8B8237BF6C; Tue, 27 Jun 2000 17:40:49 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA90896; Tue, 27 Jun 2000 17:40:49 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Tue, 27 Jun 2000 17:40:49 -0700 (PDT) From: Message-Id: <200006280040.RAA90896@freefall.freebsd.org> To: th@cis.ibaraki.ac.jp, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/19095: make buildworld on 3.4-stable (can't make boot/i386/kgzldr) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make buildworld on 3.4-stable (can't make boot/i386/kgzldr) State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Tue Jun 27 17:39:20 PDT 2000 State-Changed-Why: kgzldr built fine for me on 3.x-stable. http://www.freebsd.org/cgi/query-pr.cgi?pr=19095 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 17:44: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 BD1C237B784; Tue, 27 Jun 2000 17:44:49 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA91434; Tue, 27 Jun 2000 17:44:48 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Tue, 27 Jun 2000 17:44:48 -0700 (PDT) From: Message-Id: <200006280044.RAA91434@freefall.freebsd.org> To: obrien@NUXI.com, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/7754: kernel panics if NFS server uses LKM vs. compiled in NFS support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel panics if NFS server uses LKM vs. compiled in NFS support State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Tue Jun 27 17:42:17 PDT 2000 State-Changed-Why: LKM's are gone and Matt has made substantial improvements in the NFS code. http://www.freebsd.org/cgi/query-pr.cgi?pr=7754 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 27 18:20: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 C657F37C487 for ; Tue, 27 Jun 2000 18:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA97580; Tue, 27 Jun 2000 18:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id 4CC4037BAC7 for ; Tue, 27 Jun 2000 18:15:39 -0700 (PDT) (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 LAA05839 for ; Wed, 28 Jun 2000 11:15:34 +1000 (EST) (envelope-from gnb@itga.com.au) Received: from hellcat.itga.com.au (hellcat.itga.com.au [192.168.71.163]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id LAA03506; Wed, 28 Jun 2000 11:15:34 +1000 (EST) Received: (from gnb@localhost) by hellcat.itga.com.au (8.9.3/8.9.3) id LAA24918; Wed, 28 Jun 2000 11:15:34 +1000 (EST) (envelope-from gnb@itga.com.au) Message-Id: <200006280115.LAA24918@hellcat.itga.com.au> Date: Wed, 28 Jun 2000 11:15:34 +1000 (EST) From: Gregory Bond To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19553: "panic: zone: entry not free" in namei Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19553 >Category: kern >Synopsis: "panic: zone: entry not free" in namei() >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 27 18:20:03 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gregory Bond >Release: FreeBSD 4.0-STABLE i386 >Organization: ITG Australia Limited >Environment: FreeBSD 4.0-Stable (as of 200006260800 UTC) Kernel compiled with "options INVARIANTS" >Description: When using a FreeBSD 4 ftp client to ls a CD with symlinks, kernel panics with "zone: entry not free" This is quite scary because the traceback includes namei()..... Traceback, config file & dmesg attached below. hellcat## gdb -k kernel.debug.1 vmcore.1 GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"... IdlePTD 3342336 initial pcb at 2b7420 panicstr: zone: entry not free panic messages: --- panic: zone: entry not free syncing disks... done Uptime: 20m18s dumping to dev #ad/1, offset 131072 dump ata0: resetting devices .. done 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 1 1 10 9 8 7 6 5 4 3 2 1 --- #0 boot (howto=256) at ../../kern/kern_shutdown.c:302 302 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=256) at ../../kern/kern_shutdown.c:302 #1 0xc014ba11 in panic (fmt=0xc0265bf9 "zone: entry not free") at ../../kern/kern_shutdown.c:552 #2 0xc01f95a7 in zerror () at ../../vm/vm_zone.c:456 #3 0xc0173a78 in namei (ndp=0xc6240ec4) at ../../vm/vm_zone.h:91 #4 0xc0179b68 in readlink (p=0xc5c9f1e0, uap=0xc6240f80) at ../../kern/vfs_syscalls.c:1902 #5 0xc0235951 in syscall2 (frame={tf_fs = 671744047, tf_es = 671744047, tf_ds = -1078001617, tf_edi = 134657024, tf_esi = 134657100, tf_ebp = -1077945572, tf_isp = -970715180, tf_ebx = -1077946600, tf_edx = 10, tf_ecx = -1077947756, tf_eax = 58, tf_trapno = 12, tf_err = 2, tf_eip = 672018760, tf_cs = 31, tf_eflags = 663, tf_esp = -1077947664, tf_ss = 47}) at ../../i386/i386/trap.c:1126 #6 0xc02298e6 in Xint0x80_syscall () #7 0x66c4c083 in ?? () Cannot access memory at address 0x6602b70f. (kgdb) ^D machine i386 cpu I686_CPU ident Hellcat maxusers 32 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem #options MD_ROOT #MD is a potential root device options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, NFS required #options MSDOSFS #MSDOS Filesystem #options CD9660 #ISO 9660 Filesystem #options CD9660_ROOT #CD-ROM usable as root, CD9660 required options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options KTRACE #ktrace(1) support options SYSVSHM #SYSV-style shared memory options SYSVMSG #SYSV-style message queues options SYSVSEM #SYSV-style semaphores options P1003_1B #Posix P1003_1B real-time extensions options _KPOSIX_PRIORITY_SCHEDULING options ICMP_BANDLIM #Rate limit bad replies options KBD_INSTALL_CDEV # install a CDEV entry in /dev device isa device pci # Floppy drives device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 device fd1 at fdc0 drive 1 # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives options ATA_STATIC_ID #Static device numbering #options ATA_ENABLE_ATAPI_DMA #Enable DMA on ATAPI devices device adv # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sa # Sequential Access (tape etc) #device cd # CD device pass # Passthrough device (direct SCSI access) # atkbdc0 controls both the keyboard and the PS/2 mouse device atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 flags 0x1 device psm0 at atkbdc? irq 12 device vga0 at isa? # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? flags 0x100 # Floating point support - do not disable. device npx0 at nexus? port IO_NPX irq 13 # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 device sio1 at isa? disable port IO_COM2 irq 3 device sio2 at isa? disable port IO_COM3 irq 5 device sio3 at isa? disable port IO_COM4 irq 9 # Parallel port device ppc0 at isa? irq 7 device ppbus # Parallel port bus (required) device lpt # Printer #device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da device miibus # MII bus support device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # Pseudo devices - the number indicates how many units to allocated. pseudo-device loop # Network loopback pseudo-device ether # Ethernet support #pseudo-device sl 1 # Kernel SLIP #pseudo-device ppp 1 # Kernel PPP pseudo-device tun # Packet tunnel. pseudo-device pty # Pseudo-ttys (telnet etc) #pseudo-device md # Memory "disks" #pseudo-device gif 4 # IPv6 and IPv4 tunneling #pseudo-device faith 1 # IPv6-to-IPv4 relaying (translation) # The `bpf' pseudo-device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! pseudo-device bpf #Berkeley packet filter options SOFTUPDATES options DDB options INVARIANTS options INVARIANT_SUPPORT pseudo-device vn options MSGBUF_SIZE=40960 device pcm 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-STABLE #3: Tue Jun 27 13:45:49 EST 2000 toor@hellcat.itga.com.au:/usr/src/sys/compile/Hellcat Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 350797085 Hz CPU: Pentium II/Pentium II Xeon/Celeron (350.80-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183f9ff real memory = 67108864 (65536K bytes) avail memory = 62132224 (60676K bytes) Preloaded elf kernel "kernel" at 0xc031e000. Pentium Pro MTRR support enabled npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 pci1: at 0.0 irq 9 isab0: at device 4.0 on pci0 isa0: on isab0 atapci0: port 0xfcd0-0xfcdf at device 4.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 4.2 irq 11 chip1: port 0x2180-0x218f at device 4.3 on pci0 adv0: port 0xf800-0xf8ff mem 0xfedffc00-0xfedffcff irq 11 at device 11.0 on pci0 adv0: Warning EEPROM Checksum mismatch. Using default device parameters adv0: AdvanSys SCSI Host Adapter, SCSI ID 7, queue depth 16 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xfc00-0xfc7f mem 0xfedff800-0xfedff87f irq 9 at device 14.0 on pci0 xl0: Ethernet address: 00:10:5a:a1:7c:7a miibus0: on xl0 xlphy0: <3Com internal media interface> on miibus0 xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto fdc0: at port 0x3f0-0x3f5,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,0x64 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: irq 12 on atkbdc0 psm0: model MouseMan+, device ID 0 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A ppc0: at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port adv1: Invalid baseport of 0x220 specified. Neerest valid baseport is 0x230. Failing probe. sbc0: at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0 sbc0: setting card to irq 5, drq 1, 5 pcm0: on sbc0 adv1: Invalid baseport of 0x168 specified. Neerest valid baseport is 0x190. Failing probe. unknown0: at port 0x168-0x16f,0x36e-0x36f irq 10 on isa0 unknown1: at port 0x100 on isa0 adv1: Invalid baseport of 0x200 specified. Neerest valid baseport is 0x210. Failing probe. unknown2: at port 0x200-0x207 on isa0 ad0: 4104MB [8895/15/63] at ata0-master using UDMA33 ad2: 4104MB [8895/15/63] at ata1-master using UDMA33 acd0: CD-RW at ata1-slave using PIO3 Waiting 5 seconds for SCSI devices to settle Mounting root from ufs:/dev/ad0s1a WARNING: / was not properly dismounted >How-To-Repeat: This recipe will panic my system 100% of the time: Compile 4-Stable kernel with "options INVARIANTS" (and "options INVARIANT_SUPPORT" of course!) I've rebuilt the kernel from scratch (to get a debugging kernel) and this still fails. Mount WC 4.0 CD#1 on /cdrom. From another FreeBSD 4 machine, ftp to this host as a non-root, non-anonymous user. (I have not tried anon-ftp or root, I suspect no difference). [NB: Does _not_ panic if you ftp in from Solaris 2.6!] Inside ftp, do cd /cdrom/packages/Latest dir rsy* Boom, server panics. >Fix: None known. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 1:30: 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 A5DD737B870 for ; Wed, 28 Jun 2000 01:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA57013; Wed, 28 Jun 2000 01:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 01:30:04 -0700 (PDT) Message-Id: <200006280830.BAA57013@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: kern/19553: "panic: zone: entry not free" in namei Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19553; it has been noted by GNATS. From: David Malone To: Gregory Bond Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/19553: "panic: zone: entry not free" in namei Date: Wed, 28 Jun 2000 09:29:22 +0100 On Wed, Jun 28, 2000 at 11:15:34AM +1000, Gregory Bond wrote: > Kernel compiled with "options INVARIANTS" You often see panics if you compile with INVARIANTS and then load modules which have not been compiled with INVARIANTS. Could this be the problem? David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 1: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 B8BB437BE95 for ; Wed, 28 Jun 2000 01:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA56996; Wed, 28 Jun 2000 01:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from castle.jp.freebsd.org (castle.jp.freebsd.org [210.226.20.15]) by hub.freebsd.org (Postfix) with ESMTP id 3DB6737B63D for ; Wed, 28 Jun 2000 01:27:51 -0700 (PDT) (envelope-from matusita@jp.freebsd.org) Received: from localhost (localhost [127.0.0.1]) by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id RAA66909 for ; Wed, 28 Jun 2000 17:27:49 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Message-Id: <20000628172745Y.matusita@jp.FreeBSD.org> Date: Wed, 28 Jun 2000 17:27:45 +0900 From: Makoto MATSUSHITA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19558: amd doesn't know whether NFS feature is available or not Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19558 >Category: bin >Synopsis: amd doesn't know whether NFS feature is available or not >Confidential: yes >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 28 01:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Makoto MATSUSHITA >Release: FreeBSD 5.0-CURRENT i386 >Organization: Japan FreeBSD Users' Group >Environment: Both FreeBSD 5.0-CURRENT and 4.0-STABLE >Description: Assume that running kernel does not have NFS feature (no "options NFS" line in kernel config). If you type "mount nfsserver:/path/to/mountpoint /local/path", mount_nfs automatically loads /modules/nfs.ko and the attempts may success. Same scenario can be applied to fstab. Works perfect. However, the amd automounter, does not know how to load NFS module. You can see many warnings if the kernel does not have NFS feature nor you doesn't load NFS modules *before* starting amd. Maybe you say: hey, put 'nfs_load="YES"' to /boot/loader.conf.local. But why, why mount(8) and fstab(5) works but amd(8) doesn't work? I do not check other filesystems which is supported by amd and has already have its own kernel modules, but maybe the same. >How-To-Repeat: - Install /kernel without NFS feature. - Setup /etc/rc.conf{,local} to use amd. - Boot FreeBSD and see how /etc/rc is processed. >Fix: Teach vfsload() and its associated funcalls to amd. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 2:13: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sivka.carrier.kiev.ua (sivka.carrier.kiev.ua [193.193.193.101]) by hub.freebsd.org (Postfix) with ESMTP id 630FB37B92A; Wed, 28 Jun 2000 02:12:57 -0700 (PDT) (envelope-from samj@itcj.kiev.ua) Received: from tools.itci.kiev.ua (tools.itci.kiev.ua [62.244.54.249]) by sivka.carrier.kiev.ua (8/Kilkenny_is_better) with ESMTP id MEY21375; Wed, 28 Jun 2000 12:12:53 +0300 (EEST) (envelope-from samj@itcj.kiev.ua) Received: from primsrv ([62.244.54.220]) by tools.itci.kiev.ua (8.9.3/8.9.3) with SMTP id MAA18342; Wed, 28 Jun 2000 12:12:02 +0300 (EEST) (envelope-from samj@itcj.kiev.ua) Message-ID: <015701bfe0e0$f007ea90$dc36f43e@primsrv.itci.kiev.ua> From: "Yuriy" To: Cc: Subject: cuaab OR cuaa10 ? ! Date: Wed, 28 Jun 2000 12:12:05 +0300 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have problems with mgetty+ppp+scripts+tty sometimes . My script uses 'tty' utility for definition of port. But suddenly on some moment 'tty' determines port as cuaa10 instead of cuaaa. 'wtmp' contains records with even after user on cuaaa was disconnected until host will be reboot. 'w' does not show cuaa10 too. 'ps -ax' shows cuaa10. It breaks all statistics for cuaaa. As it is possible to explain it? Thanks _______ Yuriy Samartsev, Firm ITC Ltd, http://www.itci.net. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 2:28:53 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 0C79C37B897; Wed, 28 Jun 2000 02:28:52 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA64373; Wed, 28 Jun 2000 02:28:51 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 02:28:51 -0700 (PDT) From: Message-Id: <200006280928.CAA64373@freefall.freebsd.org> To: wpaul@marple.ctr.columbia.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/1881: file(1) misidentifies Sun3/m68k executables Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: file(1) misidentifies Sun3/m68k executables State-Changed-From-To: suspended->feedback State-Changed-By: nbm State-Changed-When: Wed Jun 28 02:28:16 PDT 2000 State-Changed-Why: Anyone know if this is still the case? http://www.freebsd.org/cgi/query-pr.cgi?pr=1881 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 2:29: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 5D1AC37B8FE; Wed, 28 Jun 2000 02:29:46 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA64538; Wed, 28 Jun 2000 02:29:45 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 02:29:45 -0700 (PDT) From: Message-Id: <200006280929.CAA64538@freefall.freebsd.org> To: wollman@khavrinen.lcs.mit.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/2061: DEBUG_FLAGS in bsd.lib.mk is broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: DEBUG_FLAGS in bsd.lib.mk is broken State-Changed-From-To: suspended->closed State-Changed-By: nbm State-Changed-When: Wed Jun 28 02:28:56 PDT 2000 State-Changed-Why: Testing indicates that DEBUG_FLAGS does indeed work as expected in later releases. http://www.freebsd.org/cgi/query-pr.cgi?pr=2061 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 2:30: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 1961337B8FE; Wed, 28 Jun 2000 02:30:16 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA64701; Wed, 28 Jun 2000 02:30:15 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 02:30:15 -0700 (PDT) From: Message-Id: <200006280930.CAA64701@freefall.freebsd.org> To: pst@jnx.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/2065: in tzsetup/sysinstall, allow user to type in timezone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: in tzsetup/sysinstall, allow user to type in timezone State-Changed-From-To: suspended->closed State-Changed-By: nbm State-Changed-When: Wed Jun 28 02:29:49 PDT 2000 State-Changed-Why: sysinstall now has a two-level timezone selection menu, which should be sufficient. http://www.freebsd.org/cgi/query-pr.cgi?pr=2065 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 2:31: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 1762337BF2A; Wed, 28 Jun 2000 02:31:41 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA64926; Wed, 28 Jun 2000 02:31:40 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 02:31:40 -0700 (PDT) From: Message-Id: <200006280931.CAA64926@freefall.freebsd.org> To: vax@linkdead.paranoia.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/2119: [PATCH] mount lies to child about argv0, which causes crunch to lose Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] mount lies to child about argv0, which causes crunch to lose State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Wed Jun 28 02:30:20 PDT 2000 State-Changed-Why: Feedback timed out, and testing indicates that the How-To-Repeat no longer misfunctions, and that mount is usable from crunchgen. http://www.freebsd.org/cgi/query-pr.cgi?pr=2119 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 3:22: 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 614D837B5A4; Wed, 28 Jun 2000 03:22:00 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71409; Wed, 28 Jun 2000 03:22:00 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 03:22:00 -0700 (PDT) From: Message-Id: <200006281022.DAA71409@freefall.freebsd.org> To: iedowse@maths.tcd.ie, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/6658: [PATCH] -stable getcwd(3) performs unnecessary lstats Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] -stable getcwd(3) performs unnecessary lstats State-Changed-From-To: suspended->closed State-Changed-By: nbm State-Changed-When: Wed Jun 28 03:21:28 PDT 2000 State-Changed-Why: We use the __getcwd syscall since 3.x. http://www.freebsd.org/cgi/query-pr.cgi?pr=6658 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 3:24: 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 6A64E37B5E3; Wed, 28 Jun 2000 03:24:04 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71599; Wed, 28 Jun 2000 03:24:04 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 03:24:04 -0700 (PDT) From: Message-Id: <200006281024.DAA71599@freefall.freebsd.org> To: mi@aldan.algebra.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/7059: sh dumps core on this script Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sh dumps core on this script State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Wed Jun 28 03:22:04 PDT 2000 State-Changed-Why: Originator confirms the problem doesn't manifest itself in 4.x, and my own testing shows that it doesn't do so in 3.4. http://www.freebsd.org/cgi/query-pr.cgi?pr=7059 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 3:25: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 A54DA37B5A4; Wed, 28 Jun 2000 03:25:40 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71810; Wed, 28 Jun 2000 03:25:40 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 03:25:40 -0700 (PDT) From: Message-Id: <200006281025.DAA71810@freefall.freebsd.org> To: Jos.Backus@nl.origin-it.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9055: When used without arguments, ``set'' and ``load'' will crash the bootloader. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: When used without arguments, ``set'' and ``load'' will crash the bootloader. State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Wed Jun 28 03:24:07 PDT 2000 State-Changed-Why: Originator is no longer contactable, and testing indicates the described problem doesn't occur in 3.x and beyond. http://www.freebsd.org/cgi/query-pr.cgi?pr=9055 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 3:26: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 ADD5537BE27; Wed, 28 Jun 2000 03:26:17 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA71894; Wed, 28 Jun 2000 03:26:17 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 03:26:17 -0700 (PDT) From: Message-Id: <200006281026.DAA71894@freefall.freebsd.org> To: chiuk@indiana.edu, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/3399: mv of symbolic link can move directory instead of link Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mv of symbolic link can move directory instead of link State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Wed Jun 28 03:25:48 PDT 2000 State-Changed-Why: Was there anything about this in POSIX? http://www.freebsd.org/cgi/query-pr.cgi?pr=3399 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 3:27: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 C862B37BE88; Wed, 28 Jun 2000 03:27:34 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA72118; Wed, 28 Jun 2000 03:27:34 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 03:27:34 -0700 (PDT) From: Message-Id: <200006281027.DAA72118@freefall.freebsd.org> To: clary@elec.uq.edu.au, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/4247: modification to /etc/security for FreeBSD diskless Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: modification to /etc/security for FreeBSD diskless State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Wed Jun 28 03:26:24 PDT 2000 State-Changed-Why: Different code is used here now, and it handles the diskless case. http://www.freebsd.org/cgi/query-pr.cgi?pr=4247 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 3:29: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 DA25537BE9E; Wed, 28 Jun 2000 03:29:23 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA72307; Wed, 28 Jun 2000 03:29:23 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 03:29:23 -0700 (PDT) From: Message-Id: <200006281029.DAA72307@freefall.freebsd.org> To: jason_smethers@bigfoot.com, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/5711: bin/cat code cleanup Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bin/cat code cleanup State-Changed-From-To: open->closed State-Changed-By: nbm State-Changed-When: Wed Jun 28 03:27:38 PDT 2000 State-Changed-Why: Feedback timeout. Since then, at least one sync with OpenBSD's cat was performed. http://www.freebsd.org/cgi/query-pr.cgi?pr=5711 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 5: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 3F0DC37B634 for ; Wed, 28 Jun 2000 05:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA91278; Wed, 28 Jun 2000 05:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 05:50:04 -0700 (PDT) Message-Id: <200006281250.FAA91278@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Nugent Subject: Re: kern/19553: "panic: zone: entry not free" in namei Reply-To: David Nugent Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19553; it has been noted by GNATS. From: David Nugent To: David Malone Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/19553: "panic: zone: entry not free" in namei Date: Wed, 28 Jun 2000 22:47:31 +1000 David Malone wrote: > > Kernel compiled with "options INVARIANTS" > > You often see panics if you compile with INVARIANTS and then load > modules which have not been compiled with INVARIANTS. Could this > be the problem? If it is, then we either still have a bug, or we have a bug in our documentation (maybe depending on which is easier to fix :-)). From src/sys/i386/conf/NOTES (in -current, was LINT): # The INVARIANT_SUPPORT option makes us compile in support for # verifying some of the internal structures. It is a prerequisite for # 'INVARIANTS', as enabling 'INVARIANTS' will make these functions be |# called. The intent is that you can set 'INVARIANTS' for single |# source files (by changing the source file or specifying it on the |# command line) if you have 'INVARIANT_SUPPORT' enabled. From my reading of this, it is more likely that problems will occur when mixing kernel/modules with differing options "INVARIANT_SUPPORT" than "INVARIANTS". Of course, this may well be what you meant. :) -- || David Nugent || TS Manager, ISP Limited || \\ davidn@austel.net | davidn@blaze.net.au | davidn@freebsd.org // .\\ Ph: +61396422322 Fax: +61396422063 Cell: +61404867638 //. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 6:22: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 6C67E37B688; Wed, 28 Jun 2000 06:22:30 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA96865; Wed, 28 Jun 2000 06:22:30 -0700 (PDT) (envelope-from alex@FreeBSD.org) Date: Wed, 28 Jun 2000 06:22:30 -0700 (PDT) From: Message-Id: <200006281322.GAA96865@freefall.freebsd.org> To: alex@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17863: Running DAP reboots computer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Running DAP reboots computer Responsible-Changed-From-To: freebsd-ports->freebsd-bugs Responsible-Changed-By: alex Responsible-Changed-When: Wed Jun 28 06:21:27 PDT 2000 Responsible-Changed-Why: I consider this a kernel bug and not a port problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=17863 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 6:26:53 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id 7213137B710; Wed, 28 Jun 2000 06:26:44 -0700 (PDT) (envelope-from mi@privatelabs.com) Received: from misha.privatelabs.com (root@misha.privatelabs.com [198.143.31.6]) by privatecube.privatelabs.com (8.9.3/8.9.2) with ESMTP id JAA21682; Wed, 28 Jun 2000 09:25:04 -0400 Received: from privatelabs.com (mi@localhost [127.0.0.1]) by misha.privatelabs.com (8.9.3/8.9.3) with ESMTP id JAA25654; Wed, 28 Jun 2000 09:22:05 -0400 (EDT) (envelope-from mi@privatelabs.com) From: mi@privatelabs.com Message-Id: <200006281322.JAA25654@misha.privatelabs.com> Date: Wed, 28 Jun 2000 09:22:02 -0400 (EDT) Subject: Re: bin/7059: sh dumps core on this script To: nbm@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org In-Reply-To: <200006281024.DAA71599@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28 Jun, nbm@FreeBSD.org wrote: = Synopsis: sh dumps core on this script = = State-Changed-From-To: feedback->closed = State-Changed-By: nbm = State-Changed-When: Wed Jun 28 03:22:04 PDT 2000 = State-Changed-Why: = Originator confirms the problem doesn't manifest itself in 4.x, and my = own testing shows that it doesn't do so in 3.4. = = http://www.freebsd.org/cgi/query-pr.cgi?pr=7059 So it will never be fixed on 2.2.x? -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 6:35:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from knight.cons.org (knight.cons.org [194.233.237.86]) by hub.freebsd.org (Postfix) with ESMTP id 5CC3E37B84F; Wed, 28 Jun 2000 06:35:04 -0700 (PDT) (envelope-from cracauer@knight.cons.org) Received: (from cracauer@localhost) by knight.cons.org (8.9.3/8.9.3) id PAA14226; Wed, 28 Jun 2000 15:34:45 +0200 (CEST) Date: Wed, 28 Jun 2000 15:34:44 +0200 From: Martin Cracauer To: mi@privatelabs.com Cc: nbm@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/7059: sh dumps core on this script Message-ID: <20000628153444.A14212@cons.org> References: <200006281024.DAA71599@freefall.freebsd.org> <200006281322.JAA25654@misha.privatelabs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200006281322.JAA25654@misha.privatelabs.com>; from mi@privatelabs.com on Wed, Jun 28, 2000 at 09:22:02AM -0400 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In <200006281322.JAA25654@misha.privatelabs.com>, mi@privatelabs.com wrote: > On 28 Jun, nbm@FreeBSD.org wrote: > = Synopsis: sh dumps core on this script > = > = State-Changed-From-To: feedback->closed > = State-Changed-By: nbm > = State-Changed-When: Wed Jun 28 03:22:04 PDT 2000 > = State-Changed-Why: > = Originator confirms the problem doesn't manifest itself in 4.x, and my > = own testing shows that it doesn't do so in 3.4. > = > = http://www.freebsd.org/cgi/query-pr.cgi?pr=7059 > > So it will never be fixed on 2.2.x? You can jst drop in the current or 4-stable bin/sh, except the Makefile. Martin -- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Martin Cracauer http://www.cons.org/cracauer/ BSD User Group Hamburg, Germany http://www.bsdhh.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 6:50: 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 2B0C337B84C for ; Wed, 28 Jun 2000 06:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA50115; Wed, 28 Jun 2000 06:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 06:50:03 -0700 (PDT) Message-Id: <200006281350.GAA50115@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: kern/19553: "panic: zone: entry not free" in namei Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19553; it has been noted by GNATS. From: David Malone To: David Nugent Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/19553: "panic: zone: entry not free" in namei Date: Wed, 28 Jun 2000 14:49:33 +0100 > If it is, then we either still have a bug, or we have a bug in our > documentation (maybe depending on which is easier to fix :-)). I thought I'd had problems with this as recently as a few months ago while trying to install NetBSD on my amiga via NFS over a slip link to my FreeBSD machine. Though, I have to admit I fixed some bugs in the slip driver about the same time - so that could be what I'm remembering. > From src/sys/i386/conf/NOTES (in -current, was LINT): > # The INVARIANT_SUPPORT option makes us compile in support for > # verifying some of the internal structures. It is a prerequisite for > # 'INVARIANTS', as enabling 'INVARIANTS' will make these functions be > |# called. The intent is that you can set 'INVARIANTS' for single > |# source files (by changing the source file or specifying it on the > |# command line) if you have 'INVARIANT_SUPPORT' enabled. > From my reading of this, it is more likely that problems will occur > when mixing kernel/modules with differing options "INVARIANT_SUPPORT" > than "INVARIANTS". Of course, this may well be what you meant. :) Could easily be ;-) I'll test it when I get home again, and see if I can reproduce it. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 7:40: 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 A261B37B55D for ; Wed, 28 Jun 2000 07:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA64847; Wed, 28 Jun 2000 07:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 07:40:05 -0700 (PDT) Message-Id: <200006281440.HAA64847@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mikhail Teterin Subject: Re: kern/19551: panic when enabling bridge_ipfw Reply-To: Mikhail Teterin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19551; it has been noted by GNATS. From: Mikhail Teterin To: freebsd-gnats-submit@FreeBSD.org Cc: luigi@iet.unipi.it Subject: Re: kern/19551: panic when enabling bridge_ipfw Date: Wed, 28 Jun 2000 10:32:52 -0400 (EDT) (See the end of this message for the location of the debuggable kernel and two vmcores). I decided to try giving the unconfigured interface an IP address and got another panic: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x30 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01df0a4 stack pointer = 0x10:0xc025e3b4 frame pointer = 0x10:0xc025e3b8 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net bio cam trap number = 12 panic: page fault Uptime: 21s dumping to dev #ad/1, offset 216 dump ata0: resetting devices .. ata0: mask=01 status0=50 status1=00 ata0-master: success setting up PIO4 mode on generic chip done 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 --- #0 boot (howto=260) at /opt/src/sys/kern/kern_shutdown.c:302 302 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=260) at /opt/src/sys/kern/kern_shutdown.c:302 #1 0xc0138358 in poweroff_wait (junk=0xc025842f, howto=0) at /opt/src/sys/kern/kern_shutdown.c:552 #2 0xc0226ed2 in trap_fatal (frame=0xc025e374, eva=48) at /opt/src/sys/i386/i386/trap.c:927 #3 0xc0226b91 in trap_pfault (frame=0xc025e374, usermode=0, eva=48) at /opt/src/sys/i386/i386/trap.c:820 #4 0xc022677b in trap (frame={tf_fs = 1074135056, tf_es = -1071316976, tf_ds = -966393840, tf_edi = 0, tf_esi = -966347776, tf_ebp = -1071258696, tf_isp = -1071258720, tf_ebx = -1071180740, tf_edx = 1074315328, tf_ecx = -827104320, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -1071779676, tf_cs = 8, tf_eflags = 66050, tf_esp = -966347776, tf_ss = -1071258664}) at /opt/src/sys/i386/i386/trap.c:426 #5 0xc01df0a4 in acquire_lock (lk=0xc027143c) at /opt/src/sys/ufs/ffs/ffs_softdep.c:265 #6 0xc01e2ebc in softdep_update_inodeblock (ip=0xc666b400, bp=0xc7a298c8, waitfor=0) at /opt/src/sys/ufs/ffs/ffs_softdep.c:3585 #7 0xc01de34e in ffs_update (vp=0xceb363c0, waitfor=0) at /opt/src/sys/ufs/ffs/ffs_inode.c:105 #8 0xc01e6110 in ffs_sync (mp=0xc65e3800, waitfor=2, cred=0xc05cb680, p=0xc029eee0) at /opt/src/sys/ufs/ffs/ffs_vfsops.c:987 #9 0xc016471f in sync (p=0xc029eee0, uap=0x0) at /opt/src/sys/kern/vfs_syscalls.c:549 #10 0xc0137d9f in boot (howto=256) at /opt/src/sys/kern/kern_shutdown.c:224 #11 0xc0138358 in poweroff_wait (junk=0xc025842f, howto=0) at /opt/src/sys/kern/kern_shutdown.c:552 #12 0xc0226ed2 in trap_fatal (frame=0xc025e540, eva=3227829326) at /opt/src/sys/i386/i386/trap.c:927 #13 0xc0226b91 in trap_pfault (frame=0xc025e540, usermode=0, eva=3227829326) at /opt/src/sys/i386/i386/trap.c:820 #14 0xc022677b in trap (frame={tf_fs = 16, tf_es = -1072234480, tf_ds = 1074135056, tf_edi = 1073872896, tf_esi = 0, tf_ebp = -1071258228, tf_isp = -1071258260, tf_ebx = -966216256, tf_edx = 521294, tf_ecx = 0, tf_eax = -1067659264, tf_trapno = 12, tf_err = 2, tf_eip = -1072359149, tf_cs = 8, tf_eflags = 66054, tf_esp = -1067170816, tf_ss = 0}) at /opt/src/sys/i386/i386/trap.c:426 #15 0xc0151913 in m_free (m=0xc668b5c0) at /opt/src/sys/kern/uipc_mbuf.c:509 #16 0xc01526f5 in m_pullup (n=0xc668b5c0, len=14) at /opt/src/sys/kern/uipc_mbuf.c:966 #17 0xc017df87 in transmit_event (pipe=0xc665f400) at /opt/src/sys/netinet/ip_dummynet.c:407 #18 0xc017e1cf in ready_event (q=0xc6684380) at /opt/src/sys/netinet/ip_dummynet.c:525 #19 0xc017e60b in dummynet (unused=0x0) at /opt/src/sys/netinet/ip_dummynet.c:660 #20 0xc013d839 in softclock () at /opt/src/sys/kern/kern_timeout.c:131 (kgdb) up 15 #15 0xc0151913 in m_free (m=0xc668b5c0) at /opt/src/sys/kern/uipc_mbuf.c:509 509 MFREE(m, n); (kgdb) p m $1 = (struct mbuf *) 0x40060e00 (kgdb) p n $2 = (struct mbuf *) 0x0 Somewhere in the depth of MFREE maze, I guess, the following happens: (kgdb) p _mm $7 = (struct mbuf *) 0x0 The kernel (with all debug symbols) and the two vmcores are available at: http://virtual-estates.com/kernel.ip_icmp.bz2 http://virtual-estates.com/vmcore.ip_icmp.bz2 http://virtual-estates.com/vmcore.m_free.bz2 -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 7:56:57 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 9EDA037B9CA; Wed, 28 Jun 2000 07:56:55 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA66735; Wed, 28 Jun 2000 07:56:54 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 07:56:54 -0700 (PDT) From: Message-Id: <200006281456.HAA66735@freefall.freebsd.org> To: nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org, nbm@FreeBSD.org Subject: Re: bin/6521: [MAYBE PATCH] "rmdir -p x/y/z/" fails Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [MAYBE PATCH] "rmdir -p x/y/z/" fails Responsible-Changed-From-To: freebsd-bugs->nbm Responsible-Changed-By: nbm Responsible-Changed-When: Wed Jun 28 07:55:31 PDT 2000 Responsible-Changed-Why: Similar fix committed, thanks. I'll keep this suspended until I MFC it. http://www.freebsd.org/cgi/query-pr.cgi?pr=6521 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 8: 4:50 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 3538E37BB3A; Wed, 28 Jun 2000 08:04:48 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA67807; Wed, 28 Jun 2000 08:04:48 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Wed, 28 Jun 2000 08:04:48 -0700 (PDT) From: Message-Id: <200006281504.IAA67807@freefall.freebsd.org> To: murduth@ludd.luth.se, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9444: mount_mfs uses lots of swap. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount_mfs uses lots of swap. State-Changed-From-To: open->feedback State-Changed-By: nbm State-Changed-When: Wed Jun 28 08:03:58 PDT 2000 State-Changed-Why: You can now use malloc disk (md), which doesn't have this problem. Is that an acceptable and sufficient solution? http://www.freebsd.org/cgi/query-pr.cgi?pr=9444 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 8:12: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from lucifer.bart.nl (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 2BB4037B900; Wed, 28 Jun 2000 08:11:57 -0700 (PDT) (envelope-from asmodai@lucifer.bart.nl) Received: (from asmodai@localhost) by lucifer.bart.nl (8.9.3/8.9.3) id RAA27362; Wed, 28 Jun 2000 17:11:35 +0200 (CEST) (envelope-from asmodai) Date: Wed, 28 Jun 2000 17:11:35 +0200 From: Jeroen Ruigrok van der Werven To: David Malone Cc: nbm@FreeBSD.ORG, ji@research.att.com, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/18605: ps does not work under 4.0-STABLE Message-ID: <20000628171135.F26523@lucifer.bart.nl> References: <200006261025.DAA03487@freefall.freebsd.org> <20000626124352.A68342@walton.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000626124352.A68342@walton.maths.tcd.ie>; from dwmalone@maths.tcd.ie on Mon, Jun 26, 2000 at 12:43:52PM +0100 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [20000626 13:48], David Malone (dwmalone@maths.tcd.ie) wrote: >On Mon, Jun 26, 2000 at 03:25:21AM -0700, nbm@FreeBSD.org wrote: > >> This seems like a standard out-of-sync kernel/userland problem. > >Some of these problems can also be caused by out of date bootblocks >or unusual booting methods. There really should be an FAQ entry >about these problems. Care to submit the text for this to -doc? Or push it in a PR? -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Looking for the Sun that eclipsed behind black feathered wings... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 8:13:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from lucifer.bart.nl (lucifer.bart.nl [194.158.168.74]) by hub.freebsd.org (Postfix) with ESMTP id 5F90637B900 for ; Wed, 28 Jun 2000 08:13:27 -0700 (PDT) (envelope-from asmodai@lucifer.bart.nl) Received: (from asmodai@localhost) by lucifer.bart.nl (8.9.3/8.9.3) id RAA27398; Wed, 28 Jun 2000 17:13:20 +0200 (CEST) (envelope-from asmodai) Date: Wed, 28 Jun 2000 17:13:20 +0200 From: Jeroen Ruigrok van der Werven To: Doug Barton Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/5789: wcd0 requires ATAPI_STATIC Message-ID: <20000628171320.G26523@lucifer.bart.nl> References: <200006261640.JAA68428@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <200006261640.JAA68428@freefall.freebsd.org>; from DougB@gorean.org on Mon, Jun 26, 2000 at 09:40:05AM -0700 Organisation: VIA Net.Works The Netherlands Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [20000626 18:42], Doug Barton (DougB@gorean.org) wrote: > > Yeah, might as well. You'll pardon me though if I can't help finding it > a little sad that in 2.3 years no one can be bothered to update the > comments in GENERIC and LINT. The problems is effectively dealt with in > 4.x+, so there's no point in keeping this open. I have tried to update a lot of this in recent weeks. I'll see how much I can get in 3.5-STABLE in the coming weeks. -- Jeroen Ruigrok van der Werven Network- and systemadministrator VIA Net.Works The Netherlands BSD: Technical excellence at its best http://www.via-net-works.nl Looking for the Sun that eclipsed behind black feathered wings... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 9: 0: 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 1513637BCB6 for ; Wed, 28 Jun 2000 09:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA75299; Wed, 28 Jun 2000 09:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 09:00:02 -0700 (PDT) Message-Id: <200006281600.JAA75299@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andy Farkas Subject: Re: kern/12758: idprio-related panic in -stable and -current Reply-To: Andy Farkas Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12758; it has been noted by GNATS. From: Andy Farkas To: Jos Backus Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/12758: idprio-related panic in -stable and -current Date: Thu, 29 Jun 2000 01:52:47 +1000 (EST) This PR is comming up to its first year anniversary! I just tried it on a 4.0-STABLE built Jun 28 2000 and got a "kernel trap 12 with interrupts disabled" followed by two(!) "Fatal trap 12: page fault while in kernel mode" dumps. Reproducable. It triggers when you kill the idprio'd process, which is a bit different Date: 22 Jul 1999 08:59:22 -0000 > From: Jos Backus > To: FreeBSD-gnats-submit@FreeBSD.ORG > Subject: kern/12758: idprio-related panic in -stable and -current [snip] > >How-To-Repeat: > > % primes 3 > /dev/null & > [1] 306 > % primes 3 > /dev/null & > [2] 307 > % su > # idprio 31 -306 > # idprio -t -306 > # panic: remrq > Debugger("panic") at ... > db> trace > Debugger(c01dba5b) at Debugger+0x38 > panic(c01c21fe,c012e00b2,c832a8c0,0,c012dfa4) at panic+0x74 > rem1(0,40000000,280ef774,bfbfd940,a) at rem1 > softclock(0,2f,2f,2f,a) at softclock+0xde > doreti_swi() at doreti_swi+0xf > > Apparently this only happens when the CPU load is above normal, hence > two instances of the primes program had to be started. > > >Fix: > > No idea. > > > >Release-Note: > >Audit-Trail: > >Unformatted: > -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 10: 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 C845537B8C1 for ; Wed, 28 Jun 2000 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA84650; Wed, 28 Jun 2000 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 10:00:03 -0700 (PDT) Message-Id: <200006281700.KAA84650@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Paul Herman Subject: Re: kern/17124: panic: vm_object_deallocate: object deallocated too many times Reply-To: Paul Herman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/17124; it has been noted by GNATS. From: Paul Herman To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/17124: panic: vm_object_deallocate: object deallocated too many times Date: Wed, 28 Jun 2000 18:53:28 +0200 (CEST) I cannot reproduce this in 4.0-STABLE, and with all the VM changes since 3.x, I think you can close this. Paul Herman (originator) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 10: 7:53 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 4009537BD31; Wed, 28 Jun 2000 10:07:48 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 28 Jun 2000 18:07:47 +0100 (BST) To: Jeroen Ruigrok van der Werven Cc: David Malone , nbm@FreeBSD.ORG, ji@research.att.com, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/18605: ps does not work under 4.0-STABLE In-reply-to: Your message of "Wed, 28 Jun 2000 17:11:35 +0200." <20000628171135.F26523@lucifer.bart.nl> X-Request-Do: Date: Wed, 28 Jun 2000 18:07:47 +0100 From: David Malone Message-ID: <200006281807.aa38991@salmon.maths.tcd.ie> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> This seems like a standard out-of-sync kernel/userland problem. > > > >Some of these problems can also be caused by out of date bootblocks > >or unusual booting methods. There really should be an FAQ entry > >about these problems. > Care to submit the text for this to -doc? Or push it in a PR? Sure - I'll see what I can write up. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 10:15: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 EDAD737B795; Wed, 28 Jun 2000 10:15:13 -0700 (PDT) (envelope-from alex@FreeBSD.org) Received: (from alex@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA87490; Wed, 28 Jun 2000 10:15:13 -0700 (PDT) (envelope-from alex@FreeBSD.org) Date: Wed, 28 Jun 2000 10:15:13 -0700 (PDT) From: Message-Id: <200006281715.KAA87490@freefall.freebsd.org> To: pherman@piro.net, alex@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/17124: panic: vm_object_deallocate: object deallocated too many times Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: panic: vm_object_deallocate: object deallocated too many times State-Changed-From-To: open->closed State-Changed-By: alex State-Changed-When: Wed Jun 28 10:14:35 PDT 2000 State-Changed-Why: Originator states, that he cannot reproduce the problem with 4.0-STABLE after all these VM changes since 3.x. http://www.freebsd.org/cgi/query-pr.cgi?pr=17124 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 12: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 DB72837C198 for ; Wed, 28 Jun 2000 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA07139; Wed, 28 Jun 2000 12:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BDCD237C2E8; Wed, 28 Jun 2000 12:49:41 -0700 (PDT) Message-Id: <20000628194941.BDCD237C2E8@hub.freebsd.org> Date: Wed, 28 Jun 2000 12:49:41 -0700 (PDT) From: nppsecure@swamp.dk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19564: PNP-Id for ESS1681 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19564 >Category: misc >Synopsis: PNP-Id for ESS1681 >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: Wed Jun 28 12:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Nicolai Petri >Release: Current >Organization: Atomic Software >Environment: >Description: The ESS 1681 soundcard on the IBM ThinkPad 760XL is not recognized properly. >How-To-Repeat: >Fix: The following entry should be added to the PNP_ID list in sbc.c : {0x81167316,"ESS ES1681"} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 14: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 ED29737C136 for ; Wed, 28 Jun 2000 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA16700; Wed, 28 Jun 2000 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 14:10:02 -0700 (PDT) Message-Id: <200006282110.OAA16700@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: bin/19514: patch to prevent tail'ing directories Reply-To: Kelly Yancey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19514; it has been noted by GNATS. From: Kelly Yancey To: Bruce Evans Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/19514: patch to prevent tail'ing directories Date: Wed, 28 Jun 2000 17:01:36 -0400 (EDT) On Tue, 27 Jun 2000, Bruce Evans wrote: > POSIX.2 (in the old draft that I have) specifically requires "tail -c" > to accept arbitrary data. tail(1) without -c is only required to handle > text files. head(1) is only required to handle text files. cat(1) is > required to handle all types of files. Hmm. Sounds like a misfeature of POSIX :( What sense can cat/head/tailing a directory possibly make. > > > patch alerts the user when they try to tail a directory. In > > addition, it also adds checks for reading symlink contents and > > whiteout entries, however I can't imagine how either of these > > scenarios would occur. > > At least the symlink case can't happen, so don't obfuscate the code > checking for it. Noted. Personally, I like leaving tidbits like that in my source code so I can remember why I did (or did not do) things. > > > --- usr.bin/tail/tail.c.orig Mon Jun 26 01:30:01 2000 > > +++ usr.bin/tail/tail.c Mon Jun 26 01:38:38 2000 > > @@ -171,6 +171,16 @@ > > ierr(); > > continue; > > } > > + if (sb.st_mode & S_IFDIR) > > + errx(1, "%s is a directory", fname); > > Exiting for a non-error is a bug. The current tail(1) doesn't even exit > for errors on individual files. > > Bruce Also noted. If the POSIX hadn't ruled the current (in my opinion, broken) behaviour to be the law, then I would fix the patch. As it stands, I regretfully have to ask for the PR be closed and declare this bug a feature. :( Kelly -- Kelly Yancey - kbyanc@posi.net - Belmont, CA System Administrator, eGroups.com http://www.egroups.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 14:20: 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 D82EE37C1AE for ; Wed, 28 Jun 2000 14:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA17620; Wed, 28 Jun 2000 14:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from byzantine.student.umd.edu (byzantine.student.umd.edu [129.2.228.41]) by hub.freebsd.org (Postfix) with ESMTP id F104737B619 for ; Wed, 28 Jun 2000 14:10:48 -0700 (PDT) (envelope-from howardjp@byzantine.student.umd.edu) Received: (from root@localhost) by byzantine.student.umd.edu (8.9.3/8.9.3) id RAA64907; Wed, 28 Jun 2000 17:10:43 -0400 (EDT) (envelope-from howardjp) Message-Id: <200006282110.RAA64907@byzantine.student.umd.edu> Date: Wed, 28 Jun 2000 17:10:43 -0400 (EDT) From: howardjp@wam.umd.edu Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/19567: [PATCH] Silly bug in periodic script (clean-msgs) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19567 >Category: conf >Synopsis: [PATCH] Silly bug in periodic script (clean-msgs) >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 Jun 28 14:20:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 5.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD m-net.wccnet.org 4.0-STABLE FreeBSD 4.0-STABLE #0: Thu Jun 15 19:05:23 EDT 2000 trex@m-net.wccnet.org:/usr/src/sys/compile/M-NET i386 >Description: The etc/periodic/daily/140 script checks the enable flag for the etc/periodic/daily/130 variable. >How-To-Repeat: N/A >Fix: --- 130.clean-msgs.orig Wed Jun 28 17:06:17 2000 +++ 130.clean-msgs Wed Jun 28 17:06:33 2000 @@ -13,7 +13,7 @@ source_periodic_confs fi -case "$daily_clean_preserve_enable" in +case "$daily_clean_msgs_enable" in [Yy][Ee][Ss]) if [ -d /var/msgs ] then >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 14:35:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from kronos.networkrichmond.com (kronos.networkrichmond.com [64.240.180.22]) by hub.freebsd.org (Postfix) with ESMTP id 8E0F337B6E7; Wed, 28 Jun 2000 14:35:25 -0700 (PDT) (envelope-from kbyanc@posi.net) X-Provider: Network Richmond, LLC. http://www.networkrichmond.com/ Received: from localhost (kbyanc@localhost) by kronos.networkrichmond.com (8.9.3/8.9.3/antispam) with ESMTP id RAA87640; Wed, 28 Jun 2000 17:35:19 -0400 (EDT) Date: Wed, 28 Jun 2000 17:35:19 -0400 (EDT) From: Kelly Yancey X-Sender: kbyanc@kronos.networkrichmond.com To: Jin Guojun Cc: bugs@FreeBSD.ORG, cshenton@uucom.com, Bryan.Bradsby@capnet.state.tx.us, hardware@FreeBSD.ORG Subject: Re: AMD k7-750 + ASUS K7V In-Reply-To: <200006272119.OAA06507@george.lbl.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 27 Jun 2000, Jin Guojun wrote: > > A friend had a similar install: k7-700 k7v. I think he had to disable > > bios virus checking and/or the following hack. Let bios boot without > > the floppy then fail. After it says "insert system disk" or whatever, > > insert the floppy and hit return. One of these or the combo got him running. > > A little summary: > > To disable the BIOS virus protection is the key to make installation working > on AMD-K7 + ASUS K7V for all versions after 3.5 and 4.x. > > But this seems a bug because 2.2.8-RELEASE can install on such new hardware. > When 2.2.x branch was out of archive, the K7 even has not born yet. > So, must be the new installation introducing a bug to cause the problem. > > Here to thank all people has replied for the help, > One quick addendum, I believe that is this fixed in -current. John Baldwin and I tackled this a couple of weeks ago. Kelly -- Kelly Yancey - kbyanc@posi.net - Belmont, CA System Administrator, eGroups.com http://www.egroups.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 15: 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 87B1C37C1DB for ; Wed, 28 Jun 2000 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA20984; Wed, 28 Jun 2000 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B8EED37C1A1; Wed, 28 Jun 2000 14:53:48 -0700 (PDT) Message-Id: <20000628215348.B8EED37C1A1@hub.freebsd.org> Date: Wed, 28 Jun 2000 14:53:48 -0700 (PDT) From: hannes@pop.nwnexus.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19568: Running cvsup 3.4->3.5 deletes softupdate sources Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19568 >Category: misc >Synopsis: Running cvsup 3.4->3.5 deletes softupdate sources >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 Jun 28 15:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: John Chapman >Release: >Organization: none >Environment: FreeBSD eccles.leffenet 3.4-STABLE FreeBSD 3.4-STABLE #7: Tue Jun 13 21:58:22 PDT 2000 john@eccles.leffenet:/usr/src/sys/compile/ECCLES >Description: Running cvsup this morning (27 June 2000) on a 3.4 system (last cvs update about two weeks ago) deletes the softupdate sources from /sys/contrib. The symlinks to them from /sys/ufs/ffs are retained, which then causes make world to fail, since there are no sources for softupdates in /sys/ufs/ffs, but merely dead symlinks. >How-To-Repeat: Ran cvsup on another, similar machine an hour later; same result. >Fix: I deleted the symlinks and copied the files from another system into /sys/ufs/ffs; make world then runs, and result appears to be OK. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 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 299F337B9BF for ; Wed, 28 Jun 2000 15:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA23052; Wed, 28 Jun 2000 15:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 15:10:03 -0700 (PDT) Message-Id: <200006282210.PAA23052@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: alex@big.endian.de (Alexander Langer) Subject: Re: misc/19568: Running cvsup 3.4->3.5 deletes softupdate sources Reply-To: alex@big.endian.de (Alexander Langer) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19568; it has been noted by GNATS. From: alex@big.endian.de (Alexander Langer) To: hannes@pop.nwnexus.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/19568: Running cvsup 3.4->3.5 deletes softupdate sources Date: Thu, 29 Jun 2000 00:07:05 +0200 Thus spake hannes@pop.nwnexus.com (hannes@pop.nwnexus.com): > Running cvsup this morning (27 June 2000) on a 3.4 system > (last cvs update about two weeks ago) deletes the softupdate Are you sure, you cvsup'ed RELENG_3? Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 15: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 42AA937B9E3 for ; Wed, 28 Jun 2000 15:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA23925; Wed, 28 Jun 2000 15:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 15:20:03 -0700 (PDT) Message-Id: <200006282220.PAA23925@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: alex@big.endian.de (Alexander Langer) Subject: Re: misc/19568: Running cvsup 3.4->3.5 deletes softupdate sources Reply-To: alex@big.endian.de (Alexander Langer) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19568; it has been noted by GNATS. From: alex@big.endian.de (Alexander Langer) To: hannes@pop.nwnexus.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/19568: Running cvsup 3.4->3.5 deletes softupdate sources Date: Thu, 29 Jun 2000 00:11:30 +0200 Correction of my last reply: There was a HEADS UP about softupdates some days ago (sent by John Polstra), which confirms, that it deletes the files. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 16:16:50 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.tar.com (ns.tar.com [204.95.187.2]) by hub.freebsd.org (Postfix) with ESMTP id D0A5437BA4A for ; Wed, 28 Jun 2000 16:16:26 -0700 (PDT) (envelope-from dick@tar.com) Received: from test.tar.com (test [204.95.187.4]) by ns.tar.com (8.9.3/8.9.3) with ESMTP id SAA88717; Wed, 28 Jun 2000 18:15:57 -0500 (CDT) (envelope-from dick@tar.com) Received: by test.tar.com (Postfix, from userid 1000) id 3F90D81D4A; Wed, 28 Jun 2000 18:15:56 -0500 (CDT) Date: Wed, 28 Jun 2000 18:15:56 -0500 From: "Richard Seaman, Jr." To: Andy Farkas Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/12758: idprio-related panic in -stable and -current Message-ID: <20000628181556.A402@tar.com> References: <200006281600.JAA75299@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="45Z9DzgjV8m4Oswq" X-Mailer: Mutt 1.0.1i In-Reply-To: <200006281600.JAA75299@freefall.freebsd.org>; from andyf@speednet.com.au on Wed, Jun 28, 2000 at 09:00:02AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii On Wed, Jun 28, 2000 at 09:00:02AM -0700, Andy Farkas wrote: > This PR is comming up to its first year anniversary! > > I just tried it on a 4.0-STABLE built Jun 28 2000 and got a "kernel trap > 12 with interrupts disabled" followed by two(!) "Fatal trap 12: page fault > while in kernel mode" dumps. Reproducable. > > It triggers when you kill the idprio'd process, which is a bit different > #include #include +#include /* For need_resched */ +#include /* For need_resched */ static int donice __P((struct proc *curp, struct proc *chgp, int n)); /* dosetrlimit non-static: Needed by SysVR4 emulator */ @@ -233,37 +235,54 @@ struct proc *curp; register struct rtprio_args *uap; { - register struct proc *p; - register struct pcred *pcred = curp->p_cred; struct rtprio rtp; int error; - error = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); - if (error) - return (error); + switch (uap->function) { + case RTP_LOOKUP: + error = dortprio(curp, uap->pid, &rtp, uap->function); + if (error) + return (error); + return (copyout(&rtp, uap->rtp, sizeof(struct rtprio))); + case RTP_SET: + error = copyin(uap->rtp, &rtp, sizeof(struct rtprio)); + if (error) + return (error); + return (dortprio(curp, uap->pid, &rtp, uap->function)); + } + return (EINVAL); +} - if (uap->pid == 0) +int dortprio(struct proc *curp, pid_t pid, struct rtprio *rtp, int function) +{ + register struct pcred *pcred = curp->p_cred; + register struct proc *p; + int c_class, p_class; + + if (pid == 0) p = curp; else - p = pfind(uap->pid); + p = pfind(pid); if (p == 0) return (ESRCH); - switch (uap->function) { - case RTP_LOOKUP: - return (copyout(&p->p_rtprio, uap->rtp, sizeof(struct rtprio))); - case RTP_SET: - if (pcred->pc_ucred->cr_uid && pcred->p_ruid && - pcred->pc_ucred->cr_uid != p->p_ucred->cr_uid && - pcred->p_ruid != p->p_ucred->cr_uid) - return (EPERM); - /* disallow setting rtprio in most cases if not superuser */ - if (suser(curp)) { - /* can't set someone else's */ - if (uap->pid) - return (EPERM); - /* can't set realtime priority */ + if (function == RTP_LOOKUP) { + *rtp = p->p_rtprio; + return (0); + } else if (function != RTP_SET) + return (EINVAL); + + if (pcred->pc_ucred->cr_uid && pcred->p_ruid && + pcred->pc_ucred->cr_uid != p->p_ucred->cr_uid && + pcred->p_ruid != p->p_ucred->cr_uid) + return (EPERM); + /* disallow setting rtprio in most cases if not superuser */ + if (suser(curp)) { + /* can't set someone else's */ + if (pid) + return (EPERM); + /* can't set realtime priority */ /* * Realtime priority has to be restricted for reasons which should be * obvious. However, for idle priority, there is a potential for @@ -272,29 +291,76 @@ * due to a CPU-bound normal process). Fix me! XXX */ #if 0 - if (RTP_PRIO_IS_REALTIME(rtp.type)) + if (RTP_PRIO_IS_REALTIME(rtp->type)) #endif - if (rtp.type != RTP_PRIO_NORMAL) + if (rtp->type != RTP_PRIO_NORMAL) return (EPERM); - } - switch (rtp.type) { + } + + /* + * We are implicitly assuming that RTP_PRIO_MIN and + * RTP_NORMAL_PRIO_MIN are zero. This is currently + * true. If this changes, we should explicitly test + * against the MIN values. + */ + switch (rtp->type) { #ifdef RTP_PRIO_FIFO - case RTP_PRIO_FIFO: + case RTP_PRIO_FIFO: #endif - case RTP_PRIO_REALTIME: - case RTP_PRIO_NORMAL: - case RTP_PRIO_IDLE: - if (rtp.prio > RTP_PRIO_MAX) - return (EINVAL); - p->p_rtprio = rtp; - return (0); - default: + case RTP_PRIO_REALTIME: + case RTP_PRIO_IDLE: + if (rtp->prio > RTP_PRIO_MAX) return (EINVAL); - } - + break; + case RTP_PRIO_NORMAL: + if (rtp->prio > RTP_NORMAL_PRIO_MAX) + return (EINVAL); + break; default: return (EINVAL); } + + if (p != curproc) { + maybe_resched(p); + } else { + /* + * XXX maybe_resched is broken for the REALTIME case if + * p == curproc. For now we work around it. Possibly + * we are the only potential caller of maybe_resched() + * involving priority changes to types other than + * RTP_PRIO_NORMAL. If so, perhaps there is no need to + * fix maybe_resched(). + */ + c_class = RTP_PRIO_BASE(p->p_rtprio.type); + p_class = RTP_PRIO_BASE(rtp->type); + if (p_class != c_class) { + if (p_class > c_class) + need_resched(); + } else if (p_class == RTP_PRIO_NORMAL) { + maybe_resched(p); + } else if (rtp->prio > p->p_rtprio.prio) { + need_resched(); + } + } + /* + * If p is on a runqueue and the priority has changed, we + * need to put it on a new runqueue. + */ + if ((p != curproc) && +#ifdef SMP + p->p_oncpu == 0xff && /* idle */ +#endif + p->p_stat == SRUN && + (p->p_flag & P_INMEM) && + (p->p_rtprio.type != rtp->type || + p->p_rtprio.prio != rtp->prio)) { + remrunqueue(p); + p->p_rtprio = *rtp; + setrunqueue(p); + } else + p->p_rtprio = *rtp; + + return (0); } #if defined(COMPAT_43) || defined(COMPAT_SUNOS) Index: kern/kern_synch.c =================================================================== RCS file: /home/ncvs/src/sys/kern/kern_synch.c,v retrieving revision 1.93 diff -u -r1.93 kern_synch.c --- kern/kern_synch.c 2000/05/26 02:04:35 1.93 +++ kern/kern_synch.c 2000/06/28 18:51:24 @@ -70,7 +70,6 @@ static int curpriority_cmp __P((struct proc *p)); static void endtsleep __P((void *)); -static void maybe_resched __P((struct proc *chk)); static void roundrobin __P((void *arg)); static void schedcpu __P((void *arg)); static void updatepri __P((struct proc *p)); @@ -103,6 +102,18 @@ * if p is on the same scheduler as curproc. Otherwise the process on the * more realtimeish scheduler has lowest priority. As usual, a higher * priority really means a lower priority. + * + * XXXX It is possible that p and curproc are the same when this is called. + * In this case a change in class will not be detected, and the comparison of + * the prio values when the classes are the same and they are not RTP_PRIO_NORMAL + * is meaningless since the prio will always be identical. This comparison + * should involve p and the curproc's priority before any changes (eg. its + * priority when it entered the kernel). + * + * XXXX In the case p_class == RTP_PRIO_NORMAL, this comparison may not be + * correct since we can get called after p->p_usrpri has been changed, but + * before p->p_priority has been adjusted. Possibly the correct comparison + * in this case is (p->p_usrpri - curpriority)? */ static int curpriority_cmp(p) @@ -123,7 +134,7 @@ * Arrange to reschedule if necessary, taking the priorities and * schedulers into account. */ -static void +void maybe_resched(chk) struct proc *chk; { Index: posix4/p1003_1b.c =================================================================== RCS file: /home/ncvs/src/sys/posix4/p1003_1b.c,v retrieving revision 1.6 diff -u -r1.6 p1003_1b.c --- posix4/p1003_1b.c 2000/05/01 20:26:16 1.6 +++ posix4/p1003_1b.c 2000/06/27 01:22:57 @@ -44,213 +44,213 @@ #include #include #include +#include /* For need_resched */ +#include /* For need_resched */ #include MALLOC_DEFINE(M_P31B, "p1003.1b", "Posix 1003.1B"); -/* p31b_proc: Return a proc struct corresponding to a pid to operate on. - * - * Enforce permission policy. - * - * The policy is the same as for sending signals except there - * is no notion of process groups. - * - * pid == 0 means my process. - * - * This is disabled until I've got a permission gate in again: - * only root can do this. - */ - -#if 0 -/* - * This is stolen from CANSIGNAL in kern_sig: - * - * Can process p, with pcred pc, do "write flavor" operations to process q? - */ -#define CAN_AFFECT(p, pc, q) \ - ((pc)->pc_ucred->cr_uid == 0 || \ - (pc)->p_ruid == (q)->p_cred->p_ruid || \ - (pc)->pc_ucred->cr_uid == (q)->p_cred->p_ruid || \ - (pc)->p_ruid == (q)->p_ucred->cr_uid || \ - (pc)->pc_ucred->cr_uid == (q)->p_ucred->cr_uid) -#else -#define CAN_AFFECT(p, pc, q) ((pc)->pc_ucred->cr_uid == 0) -#endif - -/* - * p31b_proc: Look up a proc from a PID. If proc is 0 it is - * my own proc. - */ -int p31b_proc(struct proc *p, pid_t pid, struct proc **pp) -{ - int ret = 0; - struct proc *other_proc = 0; - - if (pid == 0) - other_proc = p; - else - other_proc = pfind(pid); - - if (other_proc) - { - /* Enforce permission policy. - */ - if (CAN_AFFECT(p, p->p_cred, other_proc)) - *pp = other_proc; - else - ret = EPERM; - } - else - ret = ESRCH; +struct ksched { + struct timespec rr_interval; +}; - return ret; -} - -/* The system calls return ENOSYS if an entry is called that is - * not run-time supported. I am also logging since some programs - * start to use this when they shouldn't. That will be removed if annoying. - */ -int -syscall_not_present(struct proc *p, const char *s, struct nosys_args *uap) -{ - log(LOG_ERR, "cmd %s pid %d tried to use non-present %s\n", - p->p_comm, p->p_pid, s); - - /* a " return nosys(p, uap); " here causes a core dump. - */ - - return ENOSYS; -} -#if !defined(_KPOSIX_PRIORITY_SCHEDULING) +static struct ksched *ksched; -/* Not configured but loadable via a module: - */ +#define p4prio_to_rtpprio(P) (RTP_PRIO_MAX - (P)) +#define rtpprio_to_p4prio(P) (RTP_PRIO_MAX - (P)) +#define p4prio_to_normalprio(P) (RTP_NORMAL_PRIO_MAX - (P)) +#define normalprio_to_p4prio(P) (RTP_NORMAL_PRIO_MAX - (P)) + +/* These improve readability a bit for me: + */ +#define P1B_PRIO_MIN rtpprio_to_p4prio(RTP_PRIO_MAX) +#define P1B_PRIO_MAX rtpprio_to_p4prio(RTP_PRIO_MIN) +#define P1B_NORMAL_PRIO_MIN normalprio_to_p4prio(RTP_NORMAL_PRIO_MAX) +#define P1B_NORMAL_PRIO_MAX normalprio_to_p4prio(RTP_NORMAL_PRIO_MIN) static int sched_attach(void) { - return 0; -} + struct ksched *ksched = p31b_malloc(sizeof(*ksched)); -SYSCALL_NOT_PRESENT_GEN(sched_setparam) -SYSCALL_NOT_PRESENT_GEN(sched_getparam) -SYSCALL_NOT_PRESENT_GEN(sched_setscheduler) -SYSCALL_NOT_PRESENT_GEN(sched_getscheduler) -SYSCALL_NOT_PRESENT_GEN(sched_yield) -SYSCALL_NOT_PRESENT_GEN(sched_get_priority_max) -SYSCALL_NOT_PRESENT_GEN(sched_get_priority_min) -SYSCALL_NOT_PRESENT_GEN(sched_rr_get_interval) + ksched->rr_interval.tv_sec = 0; + ksched->rr_interval.tv_nsec = 1000000000L / roundrobin_interval(); -#else + p31b_setcfg(CTL_P1003_1B_PRIORITY_SCHEDULING, 1); -/* Configured in kernel version: - */ -static struct ksched *ksched; - -static int sched_attach(void) -{ - int ret = ksched_attach(&ksched); - - if (ret == 0) - p31b_setcfg(CTL_P1003_1B_PRIORITY_SCHEDULING, 1); - - return ret; + return (0); } int sched_setparam(struct proc *p, struct sched_setparam_args *uap) { + struct sched_param sched_param; + struct rtprio rtp; int e; - struct sched_param sched_param; - copyin(uap->param, &sched_param, sizeof(sched_param)); + e = copyin(uap->param, &sched_param, sizeof(sched_param)); + if (e != 0) + return (e); - (void) (0 - || (e = p31b_proc(p, uap->pid, &p)) - || (e = ksched_setparam(&p->p_retval[0], ksched, p, - (const struct sched_param *)&sched_param)) - ); + rtp = p->p_rtprio; + rtp.prio = sched_param.sched_priority; - return e; + return (dortprio (p, p->p_pid, &rtp, RTP_SET)); } int sched_getparam(struct proc *p, struct sched_getparam_args *uap) { - int e; + struct rtprio rtp; struct sched_param sched_param; + int e; - (void) (0 - || (e = p31b_proc(p, uap->pid, &p)) - || (e = ksched_getparam(&p->p_retval[0], ksched, p, &sched_param)) - ); + /* + * We could skip dortprio and just access p->p_rtprio directly here. + * But we go thru dortprio in case someone ever wants to add any + * credential checking to our ability to access this information. + * This would logically be placed in dortprio(). + */ + e = dortprio(p, 0, &rtp, RTP_LOOKUP); + if (e) + return (e); - if (!e) - copyout(&sched_param, uap->param, sizeof(sched_param)); + switch (rtp.type) + { + case RTP_PRIO_FIFO: + case RTP_PRIO_REALTIME: + case RTP_PRIO_IDLE: + sched_param.sched_priority = rtpprio_to_p4prio(rtp.prio); + break; + + case RTP_PRIO_NORMAL: + sched_param.sched_priority = normalprio_to_p4prio(rtp.prio); + break; + } - return e; + return (copyout(&sched_param, uap->param, sizeof(sched_param))); } + int sched_setscheduler(struct proc *p, struct sched_setscheduler_args *uap) { - int e; + int e = 0; + struct sched_param param; + struct rtprio rtp; + + e = copyin(uap->param, ¶m, sizeof(param)); + if (e != 0) + return (EINVAL); - struct sched_param sched_param; - copyin(uap->param, &sched_param, sizeof(sched_param)); - - (void) (0 - || (e = p31b_proc(p, uap->pid, &p)) - || (e = ksched_setscheduler(&p->p_retval[0], - ksched, p, uap->policy, - (const struct sched_param *)&sched_param)) - ); + switch(uap->policy) + { + case SCHED_RR: + rtp.prio = p4prio_to_rtpprio(param.sched_priority); + rtp.type = RTP_PRIO_REALTIME; + break; + case SCHED_FIFO: + rtp.prio = p4prio_to_rtpprio(param.sched_priority); + rtp.type = RTP_PRIO_FIFO; + break; + case SCHED_IDLE: + rtp.prio = p4prio_to_rtpprio(param.sched_priority); + rtp.type = RTP_PRIO_IDLE; + break; + case SCHED_OTHER: + rtp.prio = p4prio_to_normalprio(param.sched_priority); + rtp.type = RTP_PRIO_NORMAL; + break; + default: + return (EPERM); + } - return e; + return dortprio(p, uap->pid, &rtp, RTP_SET); } + int sched_getscheduler(struct proc *p, struct sched_getscheduler_args *uap) { + struct rtprio rtp; int e; - (void) (0 - || (e = p31b_proc(p, uap->pid, &p)) - || (e = ksched_getscheduler(&p->p_retval[0], ksched, p)) - ); - return e; + e = dortprio(p, uap->pid, &rtp, RTP_LOOKUP); + if (e) + return (e); + + p->p_retval[0] = rtp.type; + return (0); } + int sched_yield(struct proc *p, struct sched_yield_args *uap) { - return ksched_yield(&p->p_retval[0], ksched); + need_resched(); + return (0); } + +/* No credential checking here. Can't imagine we'd ever want it */ int sched_get_priority_max(struct proc *p, struct sched_get_priority_max_args *uap) { - return ksched_get_priority_max(&p->p_retval[0], - ksched, uap->policy); + int e = 0; + + switch (uap->policy) + { + case SCHED_FIFO: + case SCHED_RR: + case SCHED_IDLE: + p->p_retval[0] = P1B_PRIO_MAX; + break; + + case SCHED_OTHER: + p->p_retval[0] = P1B_NORMAL_PRIO_MAX; + break; + + default: + e = EINVAL; + } + + return e; + } + +/* No credential checking here. Can't imagine we'd ever want it */ int sched_get_priority_min(struct proc *p, struct sched_get_priority_min_args *uap) { - return ksched_get_priority_min(&p->p_retval[0], - ksched, uap->policy); + int e = 0; + + switch (uap->policy) + { + case SCHED_FIFO: + case SCHED_RR: + case SCHED_IDLE: + p->p_retval[0] = P1B_PRIO_MIN; + break; + + case SCHED_OTHER: + p->p_retval[0] = P1B_NORMAL_PRIO_MIN; + break; + + default: + e = EINVAL; + } + + return e; } + +/* No credential checking here. Can't imagine we'd ever want it */ int sched_rr_get_interval(struct proc *p, struct sched_rr_get_interval_args *uap) { int e; - (void) (0 - || (e = p31b_proc(p, uap->pid, &p)) - || (e = ksched_rr_get_interval(&p->p_retval[0], ksched, - p, uap->interval)) - ); - - return e; + e = copyin(uap->interval, &ksched->rr_interval, sizeof(uap->interval)); + if (e != 0) + return (EINVAL); + return 0; } - -#endif static void p31binit(void *notused) { Index: posix4/posix4.h =================================================================== RCS file: /home/ncvs/src/sys/posix4/posix4.h,v retrieving revision 1.6 diff -u -r1.6 posix4.h --- posix4/posix4.h 1999/12/27 10:22:09 1.6 +++ posix4/posix4.h 2000/06/27 11:38:31 @@ -41,21 +41,6 @@ #include #include -/* Generate syscall stubs for when something is optionally - * loadable as a module. References "syscall_not_present". - * XXX Good candidate for sys/syscall.h - */ -struct proc; -struct nosys_args; -extern int syscall_not_present(struct proc *, const char *, struct nosys_args *); - -#define SYSCALL_NOT_PRESENT_GEN(SC) \ -int SC (struct proc *p, struct SC##_args *uap) \ -{ \ - return syscall_not_present(p, #SC , (struct nosys_args *)uap); \ -} - - MALLOC_DECLARE(M_P31B); #define p31b_malloc(SIZE) malloc((SIZE), M_P31B, M_WAITOK) @@ -64,53 +49,5 @@ int p31b_proc __P((struct proc *, pid_t, struct proc **)); void p31b_setcfg __P((int, int)); - -#ifdef _KPOSIX_PRIORITY_SCHEDULING - -/* - * KSCHED_OP_RW is a vector of read/write flags for each entry indexed - * by the enum ksched_op. - * - * 1 means you need write access, 0 means read is sufficient. - */ - -enum ksched_op { - -#define KSCHED_OP_RW { 1, 0, 1, 0, 0, 0, 0, 0 } - - SCHED_SETPARAM, - SCHED_GETPARAM, - SCHED_SETSCHEDULER, - SCHED_GETSCHEDULER, - SCHED_YIELD, - SCHED_GET_PRIORITY_MAX, - SCHED_GET_PRIORITY_MIN, - SCHED_RR_GET_INTERVAL, - SCHED_OP_MAX -}; - -struct ksched; - -int ksched_attach(struct ksched **); -int ksched_detach(struct ksched *); - -int ksched_setparam(register_t *, struct ksched *, - struct proc *, const struct sched_param *); -int ksched_getparam(register_t *, struct ksched *, - struct proc *, struct sched_param *); - -int ksched_setscheduler(register_t *, struct ksched *, - struct proc *, int, const struct sched_param *); -int ksched_getscheduler(register_t *, struct ksched *, struct proc *); - -int ksched_yield(register_t *, struct ksched *); - -int ksched_get_priority_max(register_t *, struct ksched *, int); -int ksched_get_priority_min(register_t *, struct ksched *, int); - -int ksched_rr_get_interval(register_t *, struct ksched *, - struct proc *, struct timespec *); - -#endif /* _KPOSIX_PRIORITY_SCHEDULING */ #endif /* _P1003_1B_P1003_1B_H_ */ Index: posix4/sched.h =================================================================== RCS file: /home/ncvs/src/sys/posix4/sched.h,v retrieving revision 1.4 diff -u -r1.4 sched.h --- posix4/sched.h 1999/12/29 04:55:02 1.4 +++ posix4/sched.h 2000/06/26 20:09:45 @@ -49,6 +49,7 @@ #define SCHED_FIFO 1 #define SCHED_OTHER 2 #define SCHED_RR 3 +#define SCHED_IDLE 4 struct sched_param { Index: sys/proc.h =================================================================== RCS file: /home/ncvs/src/sys/sys/proc.h,v retrieving revision 1.106 diff -u -r1.106 proc.h --- sys/proc.h 2000/06/22 22:27:16 1.106 +++ sys/proc.h 2000/06/28 18:51:16 @@ -430,6 +430,7 @@ void procinit __P((void)); int p_trespass __P((struct proc *p1, struct proc *p2)); void resetpriority __P((struct proc *)); +void maybe_resched __P((struct proc *chk)); int roundrobin_interval __P((void)); void schedclock __P((struct proc *)); void setrunnable __P((struct proc *)); Index: sys/rtprio.h =================================================================== RCS file: /home/ncvs/src/sys/sys/rtprio.h,v retrieving revision 1.9 diff -u -r1.9 rtprio.h --- sys/rtprio.h 1999/12/29 04:24:46 1.9 +++ sys/rtprio.h 2000/06/27 01:28:31 @@ -56,6 +56,8 @@ /* priority range */ #define RTP_PRIO_MIN 0 /* Highest priority */ #define RTP_PRIO_MAX 31 /* Lowest priority */ +#define RTP_NORMAL_PRIO_MIN 0 /* Highest priority */ +#define RTP_NORMAL_PRIO_MAX 31 /* Lowest priority */ /* * rtprio() syscall functions @@ -68,6 +70,7 @@ u_short type; u_short prio; }; +int dortprio __P((struct proc *curp, pid_t pid, struct rtprio *rtp, int function)); #endif #ifndef _KERNEL @@ -75,6 +78,9 @@ __BEGIN_DECLS int rtprio __P((int, pid_t, struct rtprio *)); + __END_DECLS +#else + #endif /* !_KERNEL */ #endif /* !_SYS_RTPRIO_H_ */ --45Z9DzgjV8m4Oswq-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 16: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 4D4A437B554 for ; Wed, 28 Jun 2000 16:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA32963; Wed, 28 Jun 2000 16:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 16:40:03 -0700 (PDT) Message-Id: <200006282340.QAA32963@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: bin/19514: patch to prevent tail'ing directories Reply-To: Kelly Yancey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19514; it has been noted by GNATS. From: Kelly Yancey To: Bruce Evans Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/19514: patch to prevent tail'ing directories Date: Wed, 28 Jun 2000 19:32:53 -0400 (EDT) On Tue, 27 Jun 2000, Bruce Evans wrote: > POSIX.2 (in the old draft that I have) specifically requires "tail -c" > to accept arbitrary data. tail(1) without -c is only required to handle > text files. head(1) is only required to handle text files. cat(1) is > required to handle all types of files. > I just researched this in the SUS and found the same thing. So contrary to my previous post, do not close this PR yet. Instead, please apply the following patch instead. It keeps us SUS and POSIX compliant in this regards, but is still 'user-friendly'. Index: usr.bin/tail/tail.c =================================================================== RCS file: /home/cvs/src/usr.bin/tail/tail.c,v retrieving revision 1.6 diff -u -r1.6 tail.c --- usr.bin/tail/tail.c 1999/07/04 17:26:03 1.6 +++ usr.bin/tail/tail.c 2000/06/28 23:23:24 @@ -69,7 +69,7 @@ FILE *fp; long off; enum STYLE style; - int ch, first; + int ch, first, num; char *p; /* @@ -164,6 +164,7 @@ } } + num = 0; if (*argv) for (first = 1; fname = *argv++;) { if ((fp = fopen(fname, "r")) == NULL || @@ -171,7 +172,25 @@ ierr(); continue; } - if (argc > 1) { + if (style == FLINES || style == RLINES) { + /* + * SUS says that `line' mode is only required + * to support text files. We support everything + * that `makes sense'. + */ + if (S_ISDIR(sb.st_mode)) { + warnx("%s is a directory", fname); + continue; + } else if (S_ISLNK(sb.st_mode)) { + warnx("%s is a symlink", fname); + continue; + } else if (S_ISWHT(sb.st_mode)) { + warnx("%s is a whiteout entry", fname); + continue; + } + } + num++; + if (num > 1) { (void)printf("%s==> %s <==\n", first ? "" : "\n", fname); first = 0; Thanks, Kelly -- Kelly Yancey - kbyanc@posi.net - Belmont, CA System Administrator, eGroups.com http://www.egroups.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 16: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 B380C37B69C for ; Wed, 28 Jun 2000 16:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA33702; Wed, 28 Jun 2000 16:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 16:50:03 -0700 (PDT) Message-Id: <200006282350.QAA33702@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: bin/19536: patch to prevent head'ing directories Reply-To: Kelly Yancey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19536; it has been noted by GNATS. From: Kelly Yancey To: freebsd-gnats-submit@FreeBSD.org Cc: bde@zeta.org.au Subject: Re: bin/19536: patch to prevent head'ing directories Date: Wed, 28 Jun 2000 16:41:47 -0700 (PDT) Update to patch in response to comments from BDE. -Kelly Index: usr.bin/head/head.c =================================================================== RCS file: /home/cvs/src/usr.bin/head/head.c,v retrieving revision 1.10 diff -u -r1.10 head.c --- usr.bin/head/head.c 1999/08/28 01:01:58 1.10 +++ usr.bin/head/head.c 2000/06/28 23:36:45 @@ -45,6 +45,7 @@ "$FreeBSD: src/usr.bin/head/head.c,v 1.10 1999/08/28 01:01:58 peter Exp $"; #endif /* not lint */ +#include #include #include @@ -73,8 +74,9 @@ char *argv[]; { register int ch; + struct stat sb; FILE *fp; - int first, linecnt = -1, bytecnt = -1; + int first, linecnt = -1, bytecnt = -1, num = 0; char *ep; obsolete(argv); @@ -103,12 +105,24 @@ linecnt = 10; if (*argv) { for (first = 1; *argv; ++argv) { - if ((fp = fopen(*argv, "r")) == NULL) { + if ((fp = fopen(*argv, "r")) == NULL || + fstat(fileno(fp), &sb)) { warn("%s", *argv); eval = 1; continue; } - if (argc > 1) { + if (S_ISDIR(sb.st_mode)) { + warnx("%s is a directory", *argv); + continue; + } else if (S_ISLNK(sb.st_mode)) { + warnx("%s is a symlink", *argv); + continue; + } else if (S_ISWHT(sb.st_mode)) { + warnx("%s is a whiteout entry", *argv); + continue; + } + num++; + if (num > 1) { (void)printf("%s==> %s <==\n", first ? "" : "\n", *argv); first = 0; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 16:50: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 8E0C537BA69 for ; Wed, 28 Jun 2000 16:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA33712; Wed, 28 Jun 2000 16:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 16:50:06 -0700 (PDT) Message-Id: <200006282350.QAA33712@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kelly Yancey Subject: Re: bin/19537: patch to prevent cat'ing directories Reply-To: Kelly Yancey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19537; it has been noted by GNATS. From: Kelly Yancey To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/19537: patch to prevent cat'ing directories Date: Wed, 28 Jun 2000 16:47:19 -0700 (PDT) BDE kindly pointed out that POSIX specifies that for cat: The input files can be any file type. That includes directories, so this PR is bogus. Please close. Thanks, Kelly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 16:50: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 636BF37BA5F for ; Wed, 28 Jun 2000 16:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA33707; Wed, 28 Jun 2000 16:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 16:50:05 -0700 (PDT) Message-Id: <200006282350.QAA33707@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gregory Bond Subject: Re: kern/19553: "panic: zone: entry not free" in namei Reply-To: Gregory Bond Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19553; it has been noted by GNATS. From: Gregory Bond To: David Malone Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/19553: "panic: zone: entry not free" in namei Date: Thu, 29 Jun 2000 09:44:28 +1000 This is a multipart MIME message. --==_Exmh_6913581900 Content-Type: text/plain; charset=us-ascii > You often see panics if you compile with INVARIANTS and then load > modules which have not been compiled with INVARIANTS. Could this > be the problem? Well spotted. I was loading cd9660 from a module. Once I compiled it into the kernel (with INVARIANTS), the recipe no longer panics but works as expected. The trick is that isofs/cd9660/cd9660_vnops.c also uses namei_zone, but when compiled without INVARIANTS (in the module), the deallocator is not clearing the "in use" flag that the allocator in the kernel (compiled with INVARIANTS) is checking at the next allocation, which happens to be inside namei(). nfs.ko and union.ko also use namei_zone and would be vulnerable to the same problem. Perhaps a note in LINT next to the INVARIANTS entry explaining this? [Patch attached] And perhaps whatever mechanism is being worked on to manage the versioning of klds can take up this problem? And perhaps namei_zone should be called maxpathlen_zone ! :> Thanks all, this PR can be closed. --==_Exmh_6913581900 Content-Type: text/plain ; name="diffs"; charset=us-ascii Content-Description: diffs Content-Disposition: attachment; filename="diffs" Index: LINT =================================================================== RCS file: /usr/ncvs/src/sys/i386/conf/Attic/LINT,v retrieving revision 1.749.2.11 diff -u -r1.749.2.11 LINT --- LINT 2000/06/21 12:22:37 1.749.2.11 +++ LINT 2000/06/28 23:34:04 @@ -321,6 +321,9 @@ # for these conditions, which can only occur as a result of # programming errors. # +# Note that enabling INVARIANTS in the kernel and not in KLDs (in particular +# at least cd9660.ko, nfs.ko and union.ko) will cause kernel panics. +# options INVARIANTS # --==_Exmh_6913581900-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 17: 0: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 55AD437C453 for ; Wed, 28 Jun 2000 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA34646; Wed, 28 Jun 2000 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5059D37C2F1; Wed, 28 Jun 2000 16:55:38 -0700 (PDT) Message-Id: <20000628235538.5059D37C2F1@hub.freebsd.org> Date: Wed, 28 Jun 2000 16:55:38 -0700 (PDT) From: kevin@telco21.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/19569: stock IPFW rules have subtle udp hole Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19569 >Category: conf >Synopsis: stock IPFW rules have subtle udp hole >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 28 17:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Kevin Glavin >Release: 3.X, 4.X - probably 2.x also >Organization: >Environment: FreeBSD pod 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Sat Jun 24 16:55:34 GMT 2000 root@pod:/u2/usr/src/sys/compile/pod i386 >Description: ipfw stock rules have loosely defined rules for udp port 53 and the ntp port (123 I think). the rules are defined in such a fashion that once a packet is coming from (internet anywhere) port 53 to any port (on for example your outside interface) 'you' assume its a DNS lookup response or once a udp packet is going out to port 53 from any port on your outside interface 'you' assume its a dns query. This assumption, allows me to write a port scanner that binds as port 53 on the scanning machine and scan all udp ports on FreeBSD machines that use these rules to allow DNS/NTP but are assuming that they have blocked all other UDP access So if I am running another udp based service that I thought was protected by a ipfw rules on the outside interface it may actually be wide open once the attacking client bound to port 53 to initiate contact with the service. >How-To-Repeat: as part of stock install, compile kernel to use IPFW with the 'simple' rules enabled to nat an internal 192.168.X network of home PC's >Fix: Fix that works on certain configurations is to tightly specify the rules as # Allow DNS queries out in the world : note query port set to 53 in named .conf $fwcmd add pass udp from any 53 to ${oip} 53 $fwcmd add pass udp from ${oip} 53 to any 53 ## now internet based clients bound to port 53 can only connect to named ## instead of having free reign. #same thing for NTP # Allow NTP queries out in the world $fwcmd add pass udp from any 123 to ${oip} 123 $fwcmd add pass udp from ${oip} 123 to any 123 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 18: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 1EB2637BAD6 for ; Wed, 28 Jun 2000 18:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA48981; Wed, 28 Jun 2000 18:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 18:50:02 -0700 (PDT) Message-Id: <200006290150.SAA48981@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andy Farkas Subject: Re: kern/12758: idprio-related panic in -stable and -current Reply-To: Andy Farkas Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12758; it has been noted by GNATS. From: Andy Farkas To: "Richard Seaman, Jr." Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/12758: idprio-related panic in -stable and -current Date: Thu, 29 Jun 2000 11:45:31 +1000 (EST) Richard Seaman, Jr. wrote: > I'm attaching some patches against 5.0-current, though I think they might > apply cleanly to a 4.0 system like yours (I don't have a 4.0 system, sorry). The patches applied cleanly except for conf/files (-stable has v1.340.2.8) but the 1 line deletetion was easy to apply manually. The system no longer panics when doing the test. > -- > Richard Seaman, Jr. email: dick@tar.com > 5182 N. Maple Lane phone: 262-367-5450 > Nashotah WI 53058 fax: 262-367-5852 > -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 20: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 BF90A37BA18 for ; Wed, 28 Jun 2000 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA61484; Wed, 28 Jun 2000 20:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 20:10:01 -0700 (PDT) Message-Id: <200006290310.UAA61484@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: kern/19553: "panic: zone: entry not free" in namei Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19553; it has been noted by GNATS. From: Bruce Evans To: Gregory Bond Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/19553: "panic: zone: entry not free" in namei Date: Thu, 29 Jun 2000 13:01:33 +1000 (EST) On Wed, 28 Jun 2000, Gregory Bond wrote: > To: David Malone > > You often see panics if you compile with INVARIANTS and then load > > modules which have not been compiled with INVARIANTS. Could this > > be the problem? > > Well spotted. > > I was loading cd9660 from a module. Once I compiled it into the kernel (with > INVARIANTS), the recipe no longer panics but works as expected. > > The trick is that isofs/cd9660/cd9660_vnops.c also uses namei_zone, but when > compiled without INVARIANTS (in the module), the deallocator is not clearing > the "in use" flag that the allocator in the kernel (compiled with INVARIANTS) > is checking at the next allocation, which happens to be inside namei(). > > nfs.ko and union.ko also use namei_zone and would be vulnerable to the same > problem. > > Perhaps a note in LINT next to the INVARIANTS entry explaining this? [Patch > attached] No, this is a bug in INVARIANTS. It is caused by bogus ifdefs on INVARIANTS in vm_zone.h. All ifdefs on kernel options in header files are wrong, but these ifdefs are wronger than others since INVARIANTS is supposed to be settable for single source files. The correct fix seems to be to clear the "in use" flag unconditionally, although this will bloat the zone allocator a little. INVARIANTS support in vm_zone.c is also broken. Some things conditional on INVARIANTS need to be conditional on INVARIANT_SUPPORT in case vm_zone.c is not one of the source files compiled with INVARIANTS configured. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 21: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 E64FE37BAF9 for ; Wed, 28 Jun 2000 21:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA70933; Wed, 28 Jun 2000 21:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 21:30:02 -0700 (PDT) Message-Id: <200006290430.VAA70933@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gregory Bond Subject: Re: kern/19553: "panic: zone: entry not free" in namei Reply-To: Gregory Bond Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19553; it has been noted by GNATS. From: Gregory Bond To: Bruce Evans Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/19553: "panic: zone: entry not free" in namei Date: Thu, 29 Jun 2000 14:27:11 +1000 Actually, thinking about it some more the whole concept of invariants in the zone allocator is currently busted, because it relies on the fact that memory returned to zfree() will not have a certain bit pattern in the second longword. There is no way to guarantee that in general. About all you can usefully do is mark stuff as it goes on the free list and check it as it comes off, which will find some problems with the zone internal freelist mgmt, plus I guess find a fairly small proportion of use-after-zfree() problems (where the subsequent use changes the second longword). But you can't reliably find zfree()-after-zfree() or failure-to-zfree() or zfree()-to-the- wrong-zone or zfree()-after-malloc() or or or or.... So perhaps we orta either ditch the invariants in vm_zone.[ch] altogether. Or change the zone implementation to use a hidden longword at the start of each zalloc'd chunk. This longword would either be the next free entry (for free chunks) or a pointer to the owning vm_zone object (for allocated chunks). The downside here is of course size - a couple hundred K of kernel memory on my fairly unloaded system (I have ~30k zone chunks active according to "sysctl vm.zone"). If people think this is reasonable, I can put something together, but I suspect the cost is too high. Greg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 22: 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 7E0C537C25C for ; Wed, 28 Jun 2000 22:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA73869; Wed, 28 Jun 2000 22:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 212CE37BAF9; Wed, 28 Jun 2000 21:51:42 -0700 (PDT) Message-Id: <20000629045142.212CE37BAF9@hub.freebsd.org> Date: Wed, 28 Jun 2000 21:51:42 -0700 (PDT) From: ahampi@yahoo.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19572: executing command cd ../cdrom after mount-unmount-mount causes trap 12 and kernel panic. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19572 >Category: kern >Synopsis: executing command cd ../cdrom after mount-unmount-mount causes trap 12 and kernel panic. >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 28 22:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Aravind Kumar H.G. >Release: FreeBSD 4.0 >Organization: - >Environment: FreeBSD 4.0 release FreeBSD 4.0 release#0:Mon March 20 225022 GMT 2000 root@monster.cdrom.com >Description: Executing cd ../cdrom from /cdrom directory after cycle of mount-umount- mount cycle causes trap 12 (page fault while in kernel mode) and hence causes kernel panic. >How-To-Repeat: chdir to /cdrom (which) is default mount point for cdrom as per fstab. mount /cdrom and do ls now umount -f /cdrom (force as we will be /cdrom) doing ls will give error( . not a directory) do mount /cdrom to mount the cdrom once again (we are still in /cdrom dir) now do ls will give error once again now do cd ../ (tab in case of bash or esc in case of csh) to do file completion. This will result in trap 12 (page fault in kernel mode) and thus results in kernel panic. >Fix: No idea. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 28 22:14: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from server.baldwin.cx (server.geekhouse.net [64.81.6.52]) by hub.freebsd.org (Postfix) with ESMTP id F16C537BB1E; Wed, 28 Jun 2000 22:13:59 -0700 (PDT) (envelope-from john@baldwin.cx) Received: from john.baldwin.cx (root@john.baldwin.cx [192.168.1.18]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id WAA00828; Wed, 28 Jun 2000 22:13:51 -0700 (PDT) (envelope-from john@baldwin.cx) Received: (from john@localhost) by john.baldwin.cx (8.9.3/8.9.3) id WAA04737; Wed, 28 Jun 2000 22:14:22 -0700 (PDT) (envelope-from john) Message-Id: <200006290514.WAA04737@john.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 28 Jun 2000 22:14:22 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Kelly Yancey Subject: Re: AMD k7-750 + ASUS K7V Cc: hardware@FreeBSD.ORG, Bryan.Bradsby@capnet.state.tx.us, cshenton@uucom.com, bugs@FreeBSD.ORG, Jin Guojun Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28-Jun-00 Kelly Yancey wrote: > On Tue, 27 Jun 2000, Jin Guojun wrote: > >> > A friend had a similar install: k7-700 k7v. I think he had to disable >> > bios virus checking and/or the following hack. Let bios boot without >> > the floppy then fail. After it says "insert system disk" or whatever, >> > insert the floppy and hit return. One of these or the combo got him running. >> >> A little summary: >> >> To disable the BIOS virus protection is the key to make installation working >> on AMD-K7 + ASUS K7V for all versions after 3.5 and 4.x. >> >> But this seems a bug because 2.2.8-RELEASE can install on such new hardware. >> When 2.2.x branch was out of archive, the K7 even has not born yet. >> So, must be the new installation introducing a bug to cause the problem. >> >> Here to thank all people has replied for the help, >> > > One quick addendum, I believe that is this fixed in -current. John > Baldwin and I tackled this a couple of weeks ago. Except that I b0rked it in that the jne after the failing cmp to test for instructions with the 0x0f prefix jumped to the wrong target. Rev 1.19 that I committed today should actually work. :P > Kelly -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use 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 Wed Jun 28 23:40: 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 7511237BA82 for ; Wed, 28 Jun 2000 23:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA88509; Wed, 28 Jun 2000 23:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 28 Jun 2000 23:40:04 -0700 (PDT) Message-Id: <200006290640.XAA88509@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gregory Bond Subject: Re: misc/19467: OpenSSH (as an rsync tunnel) blocks forever Reply-To: Gregory Bond Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19467; it has been noted by GNATS. From: Gregory Bond To: David Hanney Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/19467: OpenSSH (as an rsync tunnel) blocks forever Date: Thu, 29 Jun 2000 16:31:36 +1000 > This mightnt have been clear from the PR but I was using OpenSSH 4.0 at > Both ends. > If you do the same I hope you'll be able to duplicate the problem? I can confirm that using rsync in 4.0-Stable with openSSH (from the crupto repository on internat.freebsd.org) at both ends freezes doing moderate transfews - even less than 10Mb. It seems to need lots of files, tho. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 1: 7: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 6CEB037B59B; Thu, 29 Jun 2000 01:07:18 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Received: (from nbm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04413; Thu, 29 Jun 2000 01:07:18 -0700 (PDT) (envelope-from nbm@FreeBSD.org) Date: Thu, 29 Jun 2000 01:07:18 -0700 (PDT) From: Message-Id: <200006290807.BAA04413@freefall.freebsd.org> To: murduth@ludd.luth.se, nbm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9444: mount_mfs uses lots of swap. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount_mfs uses lots of swap. State-Changed-From-To: feedback->closed State-Changed-By: nbm State-Changed-When: Thu Jun 29 01:04:52 PDT 2000 State-Changed-Why: The originator considers the malloc disk acceptable, and asked that this PR be closed. http://www.freebsd.org/cgi/query-pr.cgi?pr=9444 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 2: 0: 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 9917337B711 for ; Thu, 29 Jun 2000 02:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA10112; Thu, 29 Jun 2000 02:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cartier.cirx.org (cartier.cirx.org [211.72.15.243]) by hub.freebsd.org (Postfix) with ESMTP id 00C1F37B79D for ; Thu, 29 Jun 2000 01:52:19 -0700 (PDT) (envelope-from clive@cartier.cirx.org) Received: (from clive@localhost) by cartier.cirx.org (8.9.3/8.9.3) id QAA11846; Thu, 29 Jun 2000 16:52:15 +0800 (CST) (envelope-from clive) Message-Id: <200006290852.QAA11846@cartier.cirx.org> Date: Thu, 29 Jun 2000 16:52:15 +0800 (CST) From: clive@CirX.ORG Reply-To: clive@CirX.ORG To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/19574: Let badsect recognize character device. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19574 >Category: i386 >Synopsis: Let badsect recognize character device. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 29 02:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Clive Lin >Release: FreeBSD 5.0-CURRENT i386 >Organization: This site doesnt' exist >Environment: FreeBSD 5.0-CURRENT #0: Sun Jun 25 21:22:16 CST 2000 root@cartier.cirx.org:/usr/local/src/sys/compile/CARTIER >Description: 1) There's no block device in 5.0-C. 2) But our sbin/badsect still look for block device. 3) So why not fix the bug instead of buying a new hard drive ? :-> 4) Since on -current the only bug fingured out is about style(9), I think it's ok to send-pr. >How-To-Repeat: 1) Use any FreeBSD version that has no block device. 2) Prepare a slice that doesn't store important data. 3) Mkdir BAD within the slice root. 4) badsect BAD [any sector number within this slice] *) If it's hard to figure out which sector is within the slice test wanted, then prepare a hard drive that really has bad sector. After some accessing, the bad sector number will be reported on the console. >Fix: Apply patch. Index: badsect.c =================================================================== RCS file: /home/ncvs/src/sbin/badsect/badsect.c,v retrieving revision 1.7 diff -u -r1.7 badsect.c --- badsect.c 1999/08/28 00:12:28 1.7 +++ badsect.c 2000/06/29 08:39:56 @@ -118,11 +118,17 @@ err(3, "%s", name); name_dir_end = name + strlen(name); while ((dp = readdir(dirp)) != NULL) { + /* + * Opening of a mounted on device is not allowed. + * Attempt to open the raw device instead. + */ + if (dp->d_name[0] != 'r') + continue ; strcpy(name_dir_end, dp->d_name); if (lstat(name, &devstat) < 0) err(4, "%s", name); if (stbuf.st_dev == devstat.st_rdev && - (devstat.st_mode & IFMT) == IFBLK) + (devstat.st_mode & IFMT) == IFCHR) break; } closedir(dirp); @@ -131,12 +137,6 @@ (u_long)stbuf.st_rdev, argv[1]); exit(5); } - /* - * Opening of a mounted on device is not allowed. - * Attempt to open the raw device instead. - */ - memcpy(name_dir_end + 1, name_dir_end, strlen(name_dir_end) + 1); - *name_dir_end = 'r'; if ((fsi = open(name, O_RDONLY)) < 0) err(6, "%s", name); fs = &sblock; >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 Jun 29 2:30: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 C4B3037B761; Thu, 29 Jun 2000 02:30:15 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA15031; Thu, 29 Jun 2000 02:30:15 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Thu, 29 Jun 2000 02:30:15 -0700 (PDT) From: Message-Id: <200006290930.CAA15031@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/11247: fetch doesn't notice FTP error after RETR starts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fetch doesn't notice FTP error after RETR starts Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jun 29 02:20:46 PDT 2000 Responsible-Changed-Why: fetch(1) is mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=11247 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 2:31:30 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 E0BC637B52D; Thu, 29 Jun 2000 02:31:28 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA15218; Thu, 29 Jun 2000 02:31:28 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Thu, 29 Jun 2000 02:31:28 -0700 (PDT) From: Message-Id: <200006290931.CAA15218@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/11283: fetch http-timeout/timestamp bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fetch http-timeout/timestamp bug Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jun 29 02:30:51 PDT 2000 Responsible-Changed-Why: fetch(1) is mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=11283 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 2:32: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 5C4A437B52D; Thu, 29 Jun 2000 02:32:34 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA15368; Thu, 29 Jun 2000 02:32:34 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Thu, 29 Jun 2000 02:32:34 -0700 (PDT) From: Message-Id: <200006290932.CAA15368@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/11296: fetch(1) fails to resolve names in http mode under SOCKS5 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fetch(1) fails to resolve names in http mode under SOCKS5 Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jun 29 02:32:16 PDT 2000 Responsible-Changed-Why: fetch(1) is mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=11296 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 2:35: 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 B146937B5A2; Thu, 29 Jun 2000 02:34:58 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA15610; Thu, 29 Jun 2000 02:34:58 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Thu, 29 Jun 2000 02:34:58 -0700 (PDT) From: Message-Id: <200006290934.CAA15610@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: misc/15001: 'fetch' doesn't work for http when behind Inktomi Traffic-Server Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'fetch' doesn't work for http when behind Inktomi Traffic-Server Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jun 29 02:33:24 PDT 2000 Responsible-Changed-Why: fetch(1) is mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=15001 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 2:35:57 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 0C68B37B52D; Thu, 29 Jun 2000 02:35:56 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA15718; Thu, 29 Jun 2000 02:35:55 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Thu, 29 Jun 2000 02:35:55 -0700 (PDT) From: Message-Id: <200006290935.CAA15718@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/19008: fetch -p doesn't use passive mode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fetch -p doesn't use passive mode Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jun 29 02:35:01 PDT 2000 Responsible-Changed-Why: fetch(1) is mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=19008 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 2:37: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 0ECF537B944; Thu, 29 Jun 2000 02:37:41 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA15937; Thu, 29 Jun 2000 02:37:41 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Thu, 29 Jun 2000 02:37:41 -0700 (PDT) From: Message-Id: <200006290937.CAA15937@freefall.freebsd.org> To: mi@aldan.algebra.com, des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/4172: suggest reconnection option added to fetch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: suggest reconnection option added to fetch State-Changed-From-To: feedback->open State-Changed-By: des State-Changed-When: Thu Jun 29 02:37:09 PDT 2000 State-Changed-Why: Still an issue. Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jun 29 02:37:09 PDT 2000 Responsible-Changed-Why: fetch(1) is mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=4172 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 3:18: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 E08E137BA3A; Thu, 29 Jun 2000 03:18:49 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA19975; Thu, 29 Jun 2000 03:18:49 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Thu, 29 Jun 2000 03:18:49 -0700 (PDT) From: Message-Id: <200006291018.DAA19975@freefall.freebsd.org> To: dchapes@ddm.on.ca, des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/6371: [PATCH?] fetch(1) uses HTTP_PROXY for ftp requests when FTP_PROXY undefined Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH?] fetch(1) uses HTTP_PROXY for ftp requests when FTP_PROXY undefined State-Changed-From-To: suspended->open State-Changed-By: des State-Changed-When: Thu Jun 29 03:18:24 PDT 2000 State-Changed-Why: Still an issue. Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jun 29 03:18:24 PDT 2000 Responsible-Changed-Why: fetch(1) is mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=6371 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 3:23:51 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from sophia.inria.fr (sophia.inria.fr [138.96.32.20]) by hub.freebsd.org (Postfix) with ESMTP id 14C0A37BFDF for ; Thu, 29 Jun 2000 03:23:46 -0700 (PDT) (envelope-from Emmanuel.Duros@UDcast.com) Received: from UDcast.com by sophia.inria.fr (8.8.8/8.8.5) with ESMTP id MAA23698; Thu, 29 Jun 2000 12:23:43 +0200 (MET DST) X-Authentication-Warning: sophia.inria.fr: Host chouette.inria.fr [138.96.24.103] claimed to be UDcast.com Message-ID: <395B23AF.143F5D58@UDcast.com> Date: Thu, 29 Jun 2000 12:23:43 +0200 From: Emmanuel Duros Organization: UniDirectional broadcast corp X-Mailer: Mozilla 4.73 [en] (X11; I; SunOS 5.6 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Cc: Patrick Cipiere Subject: mrouted and tcpdump (igmp reports) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear all, tcpdump outputs weird (inexistent) packets when using mrouted. I have noticed this behaviour with FreeBSD 3.4-R and 2.2.7-R. I do not know if it also occurs with 4.x-R (this might be good to check). Basically, tcpdump shows packets with unknown Ethernet types and wrong dst and src Ethernet addresses. Furthermore these packets are not sent over the lan itself. I you feel like reproducing this, here is what to do: - start mrouted on a multi-homed station - start tcpdump displaying the link layer level (let's say fxp0) - start mtest and join a Mcast group on fxp0 Every time there is an IGMP report sent via fxp0 we have an extra badly-formated packet displayed with tcpdump. This packet does not go through the lan (other hosts do not see it). Here is an example: $ tcpdump -n -e -i fxp0 11:43:40.604722 0:d0:c1:1:59:76 1:0:5e:0:0:4 0800 46: 193.48.223.27 > 224.0.0.4: igmp dvmrp Probe [tos 0xc0] [ttl 1] 11:43:50.604750 0:d0:c1:1:59:76 1:0:5e:0:0:4 0800 46: 193.48.223.27 > 224.0.0.4: igmp dvmrp Probe [tos 0xc0] [ttl 1] 11:43:58.249665 0:0:1:2:44:3a 46:0:0:20:5f:4f c130 32: df1b e001 0101 9404 0000 1600 08fd e001 0101 11:43:58.249708 0:d0:c1:1:59:76 1:0:5e:1:1:1 0800 46: 193.48.223.27 > 224.1.1.1: igmp v2 report 224.1.1.1 [ttl 1] 11:44:01.274806 0:d0:c1:1:59:76 1:0:5e:0:0:4 0800 46: 193.48.223.27 > 224.0.0.4: igmp dvmrp Probe [tos 0xc0] [ttl 1] 11:44:02.434710 0:0:1:2:44:2f 46:0:0:20:5f:5a c130 32: df1b e001 0101 9404 0000 1600 08fd e001 0101 11:44:02.434754 0:d0:c1:1:59:76 1:0:5e:1:1:1 0800 46: 193.48.223.27 > 224.1.1.1: igmp v2 report 224.1.1.1 [ttl 1] The first 2 lines show dvmrp probes, all is ok. Then I start mtest and I join 224.1.1.1 on fxp0 The weird output comes up, the ethernet header (src and dst addr, ether type) is completely wrong. The following line shows the igmp report. There are several things to note here: 1- the weird line always appears right before the igmp report with *very short* time in between. 2- the weird ethernet frame is in fact the payload of the correctly formated Ehternet (igmp report) ! It is like the IP igmp packet was delivered the berkley package filter without layer 2 encapsulation. Let's have a look at the Eth frame.: The Eth type is c130 followed by df1b that is the IP addr 193.48.223.27 We also have the sequence e001 0101 that is 224.1.1.1 We can easily conclude that the IP packet is mapped onto an Ethernet header... I though this was a bug with the fxp0 driver, I made this test with different drivers and I got the same result: it is not directly related to drivers. This *ONLY* occures when using mrouted AND for IGMP repports. Without mrouted IGMP reports are correctly displayed. My understanding is that the pb might be in some related code to Mcast routing and not with drivers. I tried to find some bpf code in /sys/netinet but this was unsuccessful. I also had a look at /sys/net, same result. I hope my investigation will be of some use for you. Please, keep me inform if you fix this ! Regards Emmanuel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 3:37: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 3223537BA06; Thu, 29 Jun 2000 03:37:43 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA21494; Thu, 29 Jun 2000 03:37:43 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Thu, 29 Jun 2000 03:37:43 -0700 (PDT) From: Message-Id: <200006291037.DAA21494@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/9250: [PATCH] allow fetch to do ftp directory listings Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] allow fetch to do ftp directory listings Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jun 29 03:37:31 PDT 2000 Responsible-Changed-Why: fetch(1) is mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=9250 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 3: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 DA12F37BAE2; Thu, 29 Jun 2000 03:38:41 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA21640; Thu, 29 Jun 2000 03:38:41 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Thu, 29 Jun 2000 03:38:41 -0700 (PDT) From: Message-Id: <200006291038.DAA21640@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/18106: fetch(1) sends incorrect 'Host' header for FTP URLs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fetch(1) sends incorrect 'Host' header for FTP URLs Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jun 29 03:38:18 PDT 2000 Responsible-Changed-Why: fetch(1) is mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=18106 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 3:44: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 4A97C37BA06; Thu, 29 Jun 2000 03:44:55 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA22446; Thu, 29 Jun 2000 03:44:55 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Thu, 29 Jun 2000 03:44:55 -0700 (PDT) From: Message-Id: <200006291044.DAA22446@freefall.freebsd.org> To: cejkar@dcse.fee.vutbr.cz, des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/18688: libfetch: Restart does not work in active FTP mode (r.: des) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: libfetch: Restart does not work in active FTP mode (r.: des) State-Changed-From-To: open->feedback State-Changed-By: des State-Changed-When: Thu Jun 29 03:44:19 PDT 2000 State-Changed-Why: Patch applied to -CURRENT, thanks! Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jun 29 03:44:19 PDT 2000 Responsible-Changed-Why: libfetch is mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=18688 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 3:48: 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 538AE37BB11; Thu, 29 Jun 2000 03:47:56 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA22724; Thu, 29 Jun 2000 03:47:56 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Thu, 29 Jun 2000 03:47:56 -0700 (PDT) From: Message-Id: <200006291047.DAA22724@freefall.freebsd.org> To: mb@imp.ch, des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/19350: fetch needs the option '-b' to work properly with a transparent HTTP-Proxy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fetch needs the option '-b' to work properly with a transparent HTTP-Proxy State-Changed-From-To: open->feedback State-Changed-By: des State-Changed-When: Thu Jun 29 03:47:00 PDT 2000 State-Changed-Why: This will no longer be a problem with the libfetch-based fetch(1). Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Thu Jun 29 03:47:00 PDT 2000 Responsible-Changed-Why: fetch(1) is mine. http://www.freebsd.org/cgi/query-pr.cgi?pr=19350 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 4: 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 A341037BB11 for ; Thu, 29 Jun 2000 04:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA24176; Thu, 29 Jun 2000 04:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 29 Jun 2000 04:00:04 -0700 (PDT) Message-Id: <200006291100.EAA24176@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: dickey@herndon4.his.com Subject: Re: misc/12612: ncurses ash shipped with 3.2-R missi Reply-To: dickey@herndon4.his.com Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/12612; it has been noted by GNATS. From: dickey@herndon4.his.com To: freebsd-gnats-submit@FreeBSD.org, reichert@numachi.com Cc: dickey@herndon4.his.com Subject: Re: misc/12612: ncurses ash shipped with 3.2-R missi Date: Thu, 29 Jun 2000 06:55:54 -0400 It looks more like a problem with the linker - the acs_map is declared 'C' (common) according to the grep. > Navigation Bar > > Problem Report misc/12612 > > ncurses ash shipped with 3.2-R missing symbols? ... >Which building a nscurses-based perl module, I get the error: > Undefined symbol "acs_map" at /usr/libdata/perl/5.00503/DynaLoader.pm line 169 >. > >Research reveals: > >john-whorfin% nm /usr/lib/libncurses.* | grep acs_map > U acs_map >00000200 C acs_map >000108d8 B acs_map >000108d8 B acs_map To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 4: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 2B38D37BB33 for ; Thu, 29 Jun 2000 04:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA31215; Thu, 29 Jun 2000 04:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 29 Jun 2000 04:40:02 -0700 (PDT) Message-Id: <200006291140.EAA31215@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Richard Seaman, Jr." Subject: Re: kern/12758: idprio-related panic in -stable and -current Reply-To: "Richard Seaman, Jr." Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12758; it has been noted by GNATS. From: "Richard Seaman, Jr." To: Andy Farkas Cc: "Richard Seaman, Jr." , freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/12758: idprio-related panic in -stable and -current Date: Thu, 29 Jun 2000 06:32:24 -0500 On Thu, Jun 29, 2000 at 11:45:31AM +1000, Andy Farkas wrote: > The patches applied cleanly except for conf/files (-stable has v1.340.2.8) > but the 1 line deletetion was easy to apply manually. > > The system no longer panics when doing the test. Thanks for confirming this. The patches definately need more work. At a minimum there's a missing splhigh, and a PRISON_CHECK should probably be added to rtprio (or dortprio), though there may be other changes needed too. -- Richard Seaman, Jr. email: dick@tar.com 5182 N. Maple Lane phone: 262-367-5450 Nashotah WI 53058 fax: 262-367-5852 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 7: 0: 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 325C237BC62 for ; Thu, 29 Jun 2000 07:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA03757; Thu, 29 Jun 2000 07:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rat-thing.netizen.com.au (minerva-as54.labyrinth.net.au [202.182.82.54]) by hub.freebsd.org (Postfix) with ESMTP id ABE4037BA1D for ; Thu, 29 Jun 2000 06:56:53 -0700 (PDT) (envelope-from benno@rat-thing.netizen.com.au) Received: (from benno@localhost) by rat-thing.netizen.com.au (8.9.3/8.9.3) id XAA11767; Thu, 29 Jun 2000 23:56:58 +1000 (EST) (envelope-from benno) Message-Id: <200006291356.XAA11767@rat-thing.netizen.com.au> Date: Thu, 29 Jun 2000 23:56:58 +1000 (EST) From: benno@netizen.com.au Reply-To: benno@netizen.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/19576: [patch] add magic to file(1) to recognise SID tunes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19576 >Category: misc >Synopsis: [patch] add magic to file(1) to recognise SID tunes >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 Jun 29 07:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Benno Rice >Release: FreeBSD 5.0-CURRENT i386 >Organization: Netizen Pty Ltd >Environment: FreeBSD rat-thing.netizen.com.au 5.0-CURRENT FreeBSD 5.0-CURRENT #16: Mon May 29 09:24:20 EST 2000 benno@rat-thing.netizen.com.au:/usr/src/sys/compile/RATTHING i386 >Description: file(1) does not currently recognise SID tunes. >How-To-Repeat: run file on a SID tune file (.sid file) >Fix: Apply the following patch to usr.bin/file/Magdir/audio: --- audio Thu Jun 29 23:53:49 2000 +++ audio.new Thu Jun 29 23:53:46 2000 @@ -94,3 +94,6 @@ 0 string GF1PATCH110\0ID#000002\0 GUS patch 0 string GF1PATCH100\0ID#000002\0 Old GUS patch + +# Commodore 64 SID tunes +0 string PSID Commodore 64 SID tune >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 Jun 29 7: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 C9D9437BD38 for ; Thu, 29 Jun 2000 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA07649; Thu, 29 Jun 2000 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 29 Jun 2000 07:20:01 -0700 (PDT) Message-Id: <200006291420.HAA07649@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: alex@big.endian.de (Alexander Langer) Subject: Re: misc/19576: [patch] add magic to file(1) to recognise SID tunes Reply-To: alex@big.endian.de (Alexander Langer) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19576; it has been noted by GNATS. From: alex@big.endian.de (Alexander Langer) To: benno@netizen.com.au Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/19576: [patch] add magic to file(1) to recognise SID tunes Date: Thu, 29 Jun 2000 16:16:06 +0200 Thus spake benno@netizen.com.au (benno@netizen.com.au): > + > +# Commodore 64 SID tunes > +0 string PSID Commodore 64 SID tune That is a little few: alex:~ $ cat psid.txt ; file psid.txt PSID AUDIO FORMAT ================= The psid audio format is a nice thing. psid.txt: Commodore 64 SID tune Can't you extend this? Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 7:30: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 4829937BD79 for ; Thu, 29 Jun 2000 07:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA08991; Thu, 29 Jun 2000 07:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 29 Jun 2000 07:30:03 -0700 (PDT) Message-Id: <200006291430.HAA08991@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Benno Rice Subject: Re: misc/19576: [patch] add magic to file(1) to recognise SID tunes Reply-To: Benno Rice Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19576; it has been noted by GNATS. From: Benno Rice To: Alexander Langer Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/19576: [patch] add magic to file(1) to recognise SID tunes Date: Fri, 30 Jun 2000 00:25:11 +1000 On Thu, Jun 29, 2000 at 04:16:06PM +0200, Alexander Langer wrote: > Thus spake benno@netizen.com.au (benno@netizen.com.au): > > > + > > +# Commodore 64 SID tunes > > +0 string PSID Commodore 64 SID tune > > That is a little few: [snip] > Can't you extend this? How about: --- audio Thu Jun 29 23:53:49 2000 +++ audio.new Fri Jun 30 00:22:07 2000 @@ -94,3 +94,6 @@ 0 string GF1PATCH110\0ID#000002\0 GUS patch 0 string GF1PATCH100\0ID#000002\0 Old GUS patch + +# Commodore 64 SID tunes +0 string PSID\0 Commodore 64 SID tune I'd extend it further, but it seems to vary beyond that point. If this isn't sufficient, I can actually go hunting for some sort of spec. =) -- Benno Rice "No, no. We're *sweet* and XNFP Aries Dark Subculture- *innocent* evil bastards." friendly Internet Geek benno@netizen.com.au "Defend your joy" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 7:40:12 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 60F8F37BE82 for ; Thu, 29 Jun 2000 07:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA10029; Thu, 29 Jun 2000 07:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 29 Jun 2000 07:40:07 -0700 (PDT) Message-Id: <200006291440.HAA10029@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexander Langer Subject: Re: misc/19576: [patch] add magic to file(1) to recognise SID tunes Reply-To: Alexander Langer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19576; it has been noted by GNATS. From: Alexander Langer To: Benno Rice Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/19576: [patch] add magic to file(1) to recognise SID tunes Date: Thu, 29 Jun 2000 16:36:20 +0200 Thus spake Benno Rice (benno@netizen.com.au): > +# Commodore 64 SID tunes > +0 string PSID\0 Commodore 64 SID tune > I'd extend it further, but it seems to vary beyond that point. > If this isn't sufficient, I can actually go hunting for some sort of spec. =) Seems better, but go hunting :) Alex -- cat: /home/alex/.sig: No such file or directory To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 7:40: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 6673337BE38 for ; Thu, 29 Jun 2000 07:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA10020; Thu, 29 Jun 2000 07:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp.www-service.de (smtp.www-service.de [212.77.161.16]) by hub.freebsd.org (Postfix) with SMTP id 8017C37BDC9 for ; Thu, 29 Jun 2000 07:31:50 -0700 (PDT) (envelope-from thz@Lennartz-electronic.de) Received: (qmail 31724 invoked from network); 29 Jun 2000 14:31:45 -0000 Received: from p3e9e1221.dip.t-dialin.net (HELO fw.tue.le) (62.158.18.33) by smtp.www-service.de with SMTP; 29 Jun 2000 14:31:45 -0000 Received: from mezcal.tue.le (mezcal.tue.le [192.168.201.20]) by fw.tue.le (8.8.8/8.8.8) with ESMTP id QAA00888 for ; Thu, 29 Jun 2000 16:28:58 +0200 (CEST) (envelope-from thz@mezcal.tue.le) Received: (from thz@localhost) by mezcal.tue.le (8.9.3/8.9.3) id QAA03096; Thu, 29 Jun 2000 16:28:58 +0200 (CEST) (envelope-from thz) Message-Id: <200006291428.QAA03096@mezcal.tue.le> Date: Thu, 29 Jun 2000 16:28:58 +0200 (CEST) From: thz@Lennartz-electronic.de Reply-To: thz@Lennartz-electronic.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19579: ahc/aic7892: SCSI timeouts with heavy writes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19579 >Category: kern >Synopsis: ahc/aic7892: SCSI timeouts with heavy writes >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 29 07:40:05 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Thomas Zenker >Release: FreeBSD 4.0-STABLE i386 >Organization: Lennartz-electronic >Environment: brandnew SUPER PIIIDM3 motherboard with onboard aic7892 SCSI controller. 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-STABLE #2: Wed Jun 14 08:21:34 CEST 2000 thz@swd2.tue.le:/usr/src/sys/compile/SWD2 Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 599713928 Hz CPU: Pentium III/Pentium III Xeon (599.71-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x681 Stepping = 1 Features=0x387fbff real memory = 268304384 (262016K bytes) avail memory = 257912832 (251868K bytes) Preloaded elf kernel "kernel" at 0xc0307000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci4: on pcib1 pci4: at 0.0 irq 11 pcib2: at device 2.0 on pci0 pci2: on pcib2 pcib3: at device 31.0 on pci2 pci3: on pcib3 pci3: (vendor=0x8086, dev=0x1161) at 0.0 ahc0: port 0xb800-0xb8ff mem 0xff7ff000-0xff7fffff irq 10 at device 4.0 on pci3 ahc0: aic7892 Wide Channel A, SCSI Id=7, 16/255 SCBs pcib4: at device 30.0 on pci0 pci1: on pcib4 fxp0: port 0xaf00-0xaf3f mem 0xff500000-0xff5fffff,0xff6ff000-0xff6fffff irq 11 at device 8.0 on pci1 fxp0: Ethernet address 00:30:48:10:3d:19 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: at device 31.1 on pci0 atapci0: Busmastering DMA not enabled pci0: (vendor=0x8086, dev=0x2413) at 31.3 irq 9 fdc0: at port 0x3f0-0x3f5,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,0x64 on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3c0-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 on isa0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppi0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port plip0: on ppbus0 Waiting 15 seconds for SCSI devices to settle Mounting root from ufs:/dev/da0s1a da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da0: 8761MB (17942584 512 byte sectors: 255H 63S/T 1116C) cd0 at ahc0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 20.000MB/s transfers (20.000MHz, offset 15) >Description: During heavy writes appear timeout messages from ahc driver (see below). The driver will never recover and falls from one timeout to the next one until pack gets invalidated. Changing drives with known good ones does NOT help (even different type/vendor) Changing cables/terminators with known good ones does NOT help Drive and cables work fine on an ASUS P2B-S with aic7890 controller. Disabling writeback cache in the drive does NOT help The problem shows up ONLY for fast massive writes. The disk can be read with dd if=/dev/da0s1 of=/dev/null without problems. During the time of last write on scsi-bus and the timeout, the disk seems to stay selected: the activity led on the drive stays on until it gets the BDR from ahc driver. timeouts disappear with: - disabling tagged queuing - disabling processor caching or changing it to writethru in BIOS (really to slow down the processor) See also to compare: PR misc/18786, PR i386/19226 Driver messages: (da0:ahc0:0:0:0): SCB 0x2c - timed out while idle, SEQADDR == 0xa (da0:ahc0:0:0:0): Queuing a BDR SCB (da0:ahc0:0:0:0): SCB 0x2c - timed out in Data-out phase, SEQADDR == 0x167 (da0:ahc0:0:0:0): no longer in timeout, status = 34b ahc0: Issued Channel A Bus Reset. 49 SCBs aborted (da0:ahc0:0:0:0): SCB 0x2c - timed out while idle, SEQADDR == 0x9 (da0:ahc0:0:0:0): Queuing a BDR SCB (da0:ahc0:0:0:0): Bus Device Reset Message Sent (da0:ahc0:0:0:0): no longer in timeout, status = 34b ahc0: Bus Device Reset on A:0. 48 SCBs aborted ahc0:A:0: ahc_intr - referenced scb not valid during seqint 0x71 scb(14) ahc0: WARNING no command for scb 14 (cmdcmplt) QOUTPOS = 113 (da0:ahc0:0:0:0): SCB 0x2c - timed out while idle, SEQADDR == 0xa (da0:ahc0:0:0:0): Queuing a BDR SCB (da0:ahc0:0:0:0): Bus Device Reset Message Sent (da0:ahc0:0:0:0): no longer in timeout, status = 34b ahc0: Bus Device Reset on A:0. 15 SCBs aborted ahc0:A:0: ahc_intr - referenced scb not valid during seqint 0x71 scb(14) ahc0: WARNING no command for scb 14 (cmdcmplt) QOUTPOS = 188 ... Invalidating pack ... devstat_end_transaction: HELP!! busy_count for da0 if < 0 ... >How-To-Repeat: - iozone 300 - dd if=/dev/zero of=testfile count=10000b >Fix: Workaround: disabling tagged queuing eliminates the problem at the cost of dropping the write performance. >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 Jun 29 7: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 3D4C037B585 for ; Thu, 29 Jun 2000 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA11315; Thu, 29 Jun 2000 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 29 Jun 2000 07:50:01 -0700 (PDT) Message-Id: <200006291450.HAA11315@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: misc/19576: [patch] add magic to file(1) to recognise SID tunes Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/19576; it has been noted by GNATS. From: Sheldon Hearn To: Benno Rice Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: misc/19576: [patch] add magic to file(1) to recognise SID tunes Date: Thu, 29 Jun 2000 16:46:54 +0200 On Thu, 29 Jun 2000 07:30:03 MST, Benno Rice wrote: > > Can't you extend this? > > How about: > > --- audio Thu Jun 29 23:53:49 2000 > +++ audio.new Fri Jun 30 00:22:07 2000 Nonono. We've been down the local modifications road and it isn't pretty. Please contact file(1)'s maintainer. Having changes incorporated into the official distribution is a much better idea, even if it does take a little longer to filter into FreeBSD. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 12: 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 12ECE37BF0C for ; Thu, 29 Jun 2000 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA46548; Thu, 29 Jun 2000 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6881437B82D; Thu, 29 Jun 2000 11:52:32 -0700 (PDT) Message-Id: <20000629185232.6881437B82D@hub.freebsd.org> Date: Thu, 29 Jun 2000 11:52:32 -0700 (PDT) From: jss@subatomix.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/19584: strtofflags, fflagstostr not MFC'd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19584 >Category: bin >Synopsis: strtofflags, fflagstostr not MFC'd >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 Jun 29 12:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jeffrey S. Sharp >Release: 4.0-STABLE >Organization: >Environment: FreeBSD vulcan.ciscor.com 4.0-STABLE FreeBSD 4.0-STABLE #9: Thu Jun 8 20:12:39 CDT 2000 root@vulcan.ciscor.com:/usr/src/sys/compile/VULCAN i386 >Description: Someone (joe?) forgot to MFC the prototypes for fflagstostr and strtofflags into unistd.h on RELENG_4. >How-To-Repeat: cvsup from RELENG_4. >Fix: Add prototypes for fflagstostr and strtofflags to src/include/unistd.h on RELENG_4 >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 Jun 29 13: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 CE11837C0E8 for ; Thu, 29 Jun 2000 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA58612; Thu, 29 Jun 2000 13:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from byzantine.student.umd.edu (byzantine.student.umd.edu [129.2.228.41]) by hub.freebsd.org (Postfix) with ESMTP id 6E78537C16C for ; Thu, 29 Jun 2000 13:00:47 -0700 (PDT) (envelope-from howardjp@byzantine.student.umd.edu) Received: (from howardjp@localhost) by byzantine.student.umd.edu (8.9.3/8.9.3) id QAA01615; Thu, 29 Jun 2000 16:00:45 -0400 (EDT) (envelope-from howardjp) Message-Id: <200006292000.QAA01615@byzantine.student.umd.edu> Date: Thu, 29 Jun 2000 16:00:45 -0400 (EDT) From: howardjp@wam.umd.edu Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/19587: [PATCH] 'Nother bug in periodic scripts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19587 >Category: conf >Synopsis: [PATCH] 'Nother bug in periodic scripts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 29 13:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 5.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD byzantine.student.umd.edu 5.0-CURRENT FreeBSD 5.0-CURRENT #15: Sun Jun 18 21:23:23 EDT 2000 howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE i386 >Description: This may not be a bug, but the etc/periodic/daily/460.status-mail-rejects only checks the two most recent log files for problems. If someone has a busy mail server and rotates the logs more often than once a day, they will miss notifications. Also (and this may seem like a non-issue), the script is less portable this way. The patch below should correct this. >How-To-Repeat: N/A >Fix: --- 460.status-mail-rejects.orig Thu Jun 29 15:42:10 2000 +++ 460.status-mail-rejects Thu Jun 29 15:42:42 2000 @@ -8,7 +8,7 @@ echo Checking for rejected mail hosts: start=`date -v-1d '+%b %d' | sed 's/0\(.\)$/ \1/'` - zcat -fc /var/log/maillog.0* /var/log/maillog | grep reject= | + zcat -fc /var/log/maillog.* /var/log/maillog | grep reject= | perl -ne "print \"\$2\n\" if /^$start.*ruleset=check_\S+,\s+arg1=(<[^@]+@)?([^>,]+).*reject=/o;" | sort | uniq -c | sort -nr >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 Jun 29 20: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 6CBFA37C1E9 for ; Thu, 29 Jun 2000 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA37363; Thu, 29 Jun 2000 20:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from lorax.ubergeeks.com (lorax.ubergeeks.com [209.145.74.241]) by hub.freebsd.org (Postfix) with ESMTP id 3B6AD37B5D6 for ; Thu, 29 Jun 2000 20:48:34 -0700 (PDT) (envelope-from adrian@lorax.ubergeeks.com) Received: (from adrian@localhost) by lorax.ubergeeks.com (8.9.3/8.8.8) id XAA05206; Thu, 29 Jun 2000 23:48:16 -0400 (EDT) (envelope-from adrian) Message-Id: <200006300348.XAA05206@lorax.ubergeeks.com> Date: Thu, 29 Jun 2000 23:48:16 -0400 (EDT) From: adrian@ubergeeks.com Reply-To: adrian@ubergeeks.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19592: pccard_ether does not honor dhcp_{program,flags} settings in rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19592 >Category: bin >Synopsis: pccard_ether does not honor dhcp_{program,flags} from rc.conf >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 29 20:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Adrian Filipi-Martin >Release: FreeBSD 4.0-STABLE i386 >Organization: Ubergeeks Consulting >Environment: 4-stable from 06/29/00. >Description: If you set either of the dhcp_program or dhcp_flags variables to non-default values in /etc/rc.conf _AND_ use DHCP with a PCCARD device, your settings will not be used. >How-To-Repeat: Set either dhcp_program or dhcp_flags in /etc/rc.conf, e.g. dhcp_flags="-D", and then insert your pccard network device. The changes will not be used. In contrast the settings are used in rc.network. >Fix: Apply the included patch. Note it also adds some unnecessary {}'s for the sake of stylistic consistency lower down in the script. --- pccard_ether.orig Thu Jun 29 19:00:37 2000 +++ pccard_ether Thu Jun 29 23:31:34 2000 @@ -23,18 +23,18 @@ [Nn][Oo] | '') ;; [Dd][Hh][Cc][Pp]) - if [ -r /sbin/dhclient ]; then + if [ -r ${dhcp_program:=/sbin/dhclient} ]; then if [ -s /var/run/dhclient.pid ]; then kill `cat /var/run/dhclient.pid` rm /var/run/dhclient.pid fi - /sbin/dhclient $interface + ${dhcp_program} ${dhcp_flags} ${interface} elif [ -r /usr/local/sbin/dhcpc ]; then if [ -s /var/run/dhcpc.pid ]; then kill `cat /var/run/dhcpc.pid` rm /var/run/dhcpc.pid fi - /usr/local/sbin/dhcpc $interface $* + /usr/local/sbin/dhcpc ${interface} $* else echo "DHCP client software not available (isc-dhcp2)" fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 21: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 A464D37B74F for ; Thu, 29 Jun 2000 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA43670; Thu, 29 Jun 2000 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 01A1237B5B5; Thu, 29 Jun 2000 21:42:06 -0700 (PDT) Message-Id: <20000630044206.01A1237B5B5@hub.freebsd.org> Date: Thu, 29 Jun 2000 21:42:06 -0700 (PDT) From: pstern@ptialaska.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/19593: on ppp connection the default route is lost at random intervals Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19593 >Category: i386 >Synopsis: on ppp connection the default route is lost at random intervals >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 Jun 29 21:50:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: peter stern >Release: 4.0-RELEASE F4.0 >Organization: >Environment: FreeBSD jago.65north.com 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC i386 >Description: At random intervals, sometimes after only 5 minutes, sometimes up to several hours after the dial up connection is established, the default route disappears and must be added manually. It happens whether I am using nat or not or if filters are being used or not. It occurs while connections are actively moving data. Modem connection is via a Courier v.90 connecting to ISP running USR Total control or Cisco AS5200 servers. Sameple entry from ppp.conf PAP: set phone 5555555 set login set authname XXXXX set authkey XXXXX set timeout 12000 set filter in 0 permit tcp dst eq 113 set filter out 0 permit tcp src eq 113 set filter in 1 permit tcp src eq telnet estab set filter out 1 permit tcp dst eq telnet set filter in 2 permit tcp src eq ftp estab set filter out 2 permit tcp dst eq ftp set filter in 3 permit tcp src eq ftp-data dst gt 1023 set filter out 3 permit tcp dst eq ftp-data set filter in 4 permit tcp src eq 43 set filter out 4 permit tcp dst eq 43 set filter in 5 permit udp src eq 43 set filter out 5 permit udp dst eq 43 set filter in 6 permit udp src eq 53 set filter out 6 permit udp dst eq 53 set filter in 7 permit udp src eq 407 set filter out 7 permit udp dst eq 407 set filter in 8 permit icmp set filter out 8 permit icmp set filter in 9 permit udp dst gt 33433 set filter out 9 permit udp dst gt 33433 set filter in 10 permit tcp src eq 22 estab set filter out 11 permit tcp dst eq 22 set filter in 12 permit tcp src eq 25 set filter out 12 permit tcp dst eq 25 set filter in 13 permit tcp src eq 80 estab set filter out 13 permit tcp dst eq 80 set filter in 14 permit tcp src eq 143 estab set filter out 14 permit tcp dst eq 143 set filter in 15 permit tcp src eq 443 estab set filter out 15 permit tcp dst eq 443 set filter in 16 permit tcp src eq 407 set filter out 16 permit tcp dst eq 407 set filter in 17 permit tcp src eq 1417 dst lt 1421 set filter out 17 permit tcp dst gt 1416 set filter in 18 permit 0/0 209.193.8.96/27 set filter out 18 permit 209.193.8.96/27 0/0 set filter in 19 permit tcp src eq 5998 set filter out 19 permit tcp dst eq 5998 set filter in 20 permit tcp src eq 5999 set filter out 20 permit tcp dst eq 5999 Sample ppp.linkup # Otherwise, simply add peer as default gateway. # MYADDR: # delete 0 add 0 0 HISADDR I have a static IP assigned via radius upon connecting. The route appears to be fine upon initial connection. output of inet rnf inet ROOT:jago:/etc/ppp >netstat -rnf inet Routing tables Internet: Destination Gateway Flags Netif Expire default 208.151.118.1 UGSc tun0 127.0.0.1 127.0.0.1 UH lo0 208.151.118.1 208.151.111.225 UH tun0 209.193.8.96/27 link#1 UC fxp0 => 209.193.8.97 0:a0:c9:5b:6:9d UHLW lo0 209.193.8.99 0:90:27:62:2:27 UHLW fxp0 839 209.193.8.111 0:a0:c9:73:e3:20 UHLW fxp0 1042 When it drops, the default entry disappears. The tun0 entry with my static ip and the gateway ip remains. This is getting to be very frustating. The problem began with FreeBSD 3.5 and has gotten worse with 4.0 Thanks peter >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 Jun 29 22:36:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mail-blue.research.att.com (mail-blue.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id DDEE637B77B for ; Thu, 29 Jun 2000 22:36:10 -0700 (PDT) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id CA72B4CE08; Fri, 30 Jun 2000 01:36:00 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id BAA14943; Fri, 30 Jun 2000 01:35:58 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id WAA22273; Thu, 29 Jun 2000 22:35:58 -0700 (PDT) Message-Id: <200006300535.WAA22273@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: emmanuel.duros@udcast.com Subject: Re: mrouted and tcpdump (igmp reports) Cc: freebsd-bugs@freebsd.org, patrick.cipiere@udcast.com Date: Thu, 29 Jun 2000 22:35:57 -0700 Versions: dmail (solaris) 2.2g/makemail 2.9a Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This happens when multicasts get looped back, due to ip_mloopback()'s historical abuse of looutput(). I thought it was fixed when if_simloop() was introduced, but perhaps not since you say it happens in 3.4. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 29 22:50: 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 DDEA037B77F for ; Thu, 29 Jun 2000 22:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA50889; Thu, 29 Jun 2000 22:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 29 Jun 2000 22:50:02 -0700 (PDT) Message-Id: <200006300550.WAA50889@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fenner Subject: Re: bin/19377: tcpdump and tun-Device Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19377; it has been noted by GNATS. From: Bill Fenner To: ue@nathan.ruhr.de Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/19377: tcpdump and tun-Device Date: Thu, 29 Jun 2000 22:42:16 -0700 Can you follow up with the output of tcpdump -d -i tun0 port foo tcpdump -d -i tun0 not port foo Thanks, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 0:22: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 2D53337B62B; Fri, 30 Jun 2000 00:22:41 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA62138; Fri, 30 Jun 2000 00:22:41 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 30 Jun 2000 00:22:41 -0700 (PDT) From: Message-Id: <200006300722.AAA62138@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, joe@FreeBSD.org Subject: Re: bin/19584: strtofflags, fflagstostr not MFC'd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: strtofflags, fflagstostr not MFC'd Responsible-Changed-From-To: freebsd-bugs->joe Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Jun 30 00:22:26 PDT 2000 Responsible-Changed-Why: Joe's changes. http://www.freebsd.org/cgi/query-pr.cgi?pr=19584 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 0:23: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 0BD7637C387; Fri, 30 Jun 2000 00:23:39 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA62280; Fri, 30 Jun 2000 00:23:38 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 30 Jun 2000 00:23:38 -0700 (PDT) From: Message-Id: <200006300723.AAA62280@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: conf/19587: [PATCH] 'Nother bug in periodic scripts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] 'Nother bug in periodic scripts Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Jun 30 00:23:19 PDT 2000 Responsible-Changed-Why: Over to the effective maintainer. ;-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19587 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 0:24: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 B6B3137B62B; Fri, 30 Jun 2000 00:24:13 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA62378; Fri, 30 Jun 2000 00:24:13 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 30 Jun 2000 00:24:13 -0700 (PDT) From: Message-Id: <200006300724.AAA62378@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, imp@FreeBSD.org Subject: Re: bin/19592: pccard_ether does not honor dhcp_{program,flags} from rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pccard_ether does not honor dhcp_{program,flags} from rc.conf Responsible-Changed-From-To: freebsd-bugs->imp Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Jun 30 00:23:50 PDT 2000 Responsible-Changed-Why: Warner, this one comes with a patch. :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19592 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 0:26:53 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 4B11B37B7C1; Fri, 30 Jun 2000 00:26:52 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA62631; Fri, 30 Jun 2000 00:26:52 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 30 Jun 2000 00:26:52 -0700 (PDT) From: Message-Id: <200006300726.AAA62631@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: i386/19593: on ppp connection the default route is lost at random intervals Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: on ppp connection the default route is lost at random intervals Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Jun 30 00:26:01 PDT 2000 Responsible-Changed-Why: Brian, could you take a look? I'm not sure whether this is a usage issue or a bug. The originator does seem to have provided all the necessary info, though. http://www.freebsd.org/cgi/query-pr.cgi?pr=19593 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 1:54:27 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from poseidon.dcs.napier.ac.uk (poseidon.dcs.napier.ac.uk [146.176.161.4]) by hub.freebsd.org (Postfix) with ESMTP id 9C1B037B7C9 for ; Fri, 30 Jun 2000 01:54:20 -0700 (PDT) (envelope-from bsc4093@dcs.napier.ac.uk) Received: from artemis (artemis [146.176.161.5]) by poseidon.dcs.napier.ac.uk (8.9.3/8.9.3) with SMTP id JAA28006 for ; Fri, 30 Jun 2000 09:52:51 +0100 (BST) Date: Fri, 30 Jun 2000 09:51:20 +0100 (BST) From: Robin Carey X-Sender: bsc4093@artemis To: bugs@freebsd.org Subject: FBSD-4.0/pcm driver 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 Seems FreeBSD-4.0 errata is missing the following: After installing the system, I discover that all of the sound-card related character devices (e.g. audio0, midi0, dsp0, e.t.c.) are missing and ./MAKEDEV snd fails with some kind of error. Thanks for not bothering to reply to my last E-mail/question to "questions". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 2: 6:18 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from ns1.sunesi.net (ns1.sunesi.net [196.15.192.194]) by hub.freebsd.org (Postfix) with ESMTP id 5C23737B8C7 for ; Fri, 30 Jun 2000 02:06:15 -0700 (PDT) (envelope-from nbm@sunesi.net) Received: from nbm by ns1.sunesi.net with local (Exim 3.03 #1) id 137wkI-000KLd-00; Fri, 30 Jun 2000 11:05:58 +0200 Date: Fri, 30 Jun 2000 11:05:58 +0200 From: Neil Blakey-Milner To: Robin Carey Cc: bugs@freebsd.org Message-ID: <20000630110558.A78154@mithrandr.moria.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bcc: Subject: Re: FBSD-4.0/pcm driver Reply-To: In-Reply-To: ; from bsc4093@dcs.napier.ac.uk on Fri, Jun 30, 2000 at 09:51:20AM +0100 Organization: Sunesi Clinical Systems X-Operating-System: FreeBSD 3.3-RELEASE i386 X-URL: http://rucus.ru.ac.za/~nbm/ On Fri 2000-06-30 (09:51), Robin Carey wrote: > Seems FreeBSD-4.0 errata is missing the following: > > After installing the system, I discover that all of the sound-card related > character devices (e.g. audio0, midi0, dsp0, e.t.c.) are missing and > ./MAKEDEV snd fails with some kind of error. > > Thanks for not bothering to reply to my last E-mail/question to > "questions". cd /dev && sh MAKEDEV snd0 You'll get more of a response if you give the exact error, and not 'with some kind of error'. This is also answered in the FAQ. Please continue to use questions@FreeBSD.org for questions. Neil -- Neil Blakey-Milner Sunesi Clinical Systems nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 2: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 5CCDF37B7C9 for ; Fri, 30 Jun 2000 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA76539; Fri, 30 Jun 2000 02:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ice.42.org (ice.42.org [194.246.250.222]) by hub.freebsd.org (Postfix) with ESMTP id EAC3037B7C9 for ; Fri, 30 Jun 2000 02:18:25 -0700 (PDT) (envelope-from sec@ice.42.org) Received: by ice.42.org (Postfix, from userid 1000) id DA5AD98; Fri, 30 Jun 2000 11:18:14 +0200 (CEST) Message-Id: <20000630091814.DA5AD98@ice.42.org> Date: Fri, 30 Jun 2000 11:18:14 +0200 (CEST) From: sec@42.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19598: traceroutes default of 30 Hops is too low Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19598 >Category: bin >Synopsis: traceroutes default of 30 Hops is too low >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 Jun 30 02:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Stefan `Sec` Zehl >Release: FreeBSD 4.0-STABLE i386 >Organization: >Environment: FreeBSD ice 4.0-STABLE FreeBSD 4.0-STABLE #6: Wed Jun 21 00:58:17 CEST 2000 root@ice:/usr/export/src/sys/compile/ICE i386 >Description: traceroute defaults to at most 30 hops. I am beginning to see sites wich are farther away than that. I think it's about time to change the default to a higher number... >How-To-Repeat: Got to and traceroute to 194.246.250.222. This route takes 37 hops to arrive. >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 Jun 30 2:40: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 6DAD837C418; Fri, 30 Jun 2000 02:40:26 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA78443; Fri, 30 Jun 2000 02:40:26 -0700 (PDT) (envelope-from brian@FreeBSD.org) Date: Fri, 30 Jun 2000 02:40:26 -0700 (PDT) From: Message-Id: <200006300940.CAA78443@freefall.freebsd.org> To: howardjp@wam.umd.edu, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/19567: [PATCH] Silly bug in periodic script (clean-msgs) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Silly bug in periodic script (clean-msgs) State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Fri Jun 30 02:40:01 PDT 2000 State-Changed-Why: Patch applied to -current - thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=19567 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 5:49:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id 1634F37B8E5; Fri, 30 Jun 2000 05:49:52 -0700 (PDT) (envelope-from marki@paradise.net.nz) Received: from paradise.net.nz (203-79-95-26.apx0.paradise.net.nz [203.79.95.26]) by deborah.paradise.net.nz (8.10.1/8.10.1) with ESMTP id e5UCnni10370; Sat, 1 Jul 2000 00:49:49 +1200 (NZST) Message-ID: <395C9767.3CB72C03@paradise.net.nz> Date: Sat, 01 Jul 2000 00:49:43 +1200 From: Mark Ibell X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org, freebsd-stable@freebsd.org Subject: telnet/tcp problems in 4.0-RELEASE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, We have a FreeBSD 4.0-RELEASE (GENERIC kernel) box at work that has exhibitted some strange telnetd behaviour. For example, when you try to telnet in you get a login prompt straight away but after entering a password have to wait for exactly 150 seconds (2m30s) until the shell prompt is reached. Even more curiously, once logged in if you try to telnet (or ftp for that matter) out, a 75 second delay is experienced. This has happened a couple of times now and a reboot fixes the problem. DNS has been checked carefully (nslookup queries work fine), so I'm pretty sure it's not that. I've seen a couple of vague references to this problem but nothing quite so clearly defined. There is no problem on boot, so I can only guess the system gets itself into a state over time. Guess I'd better upgrade to 4.0-STABLE... Cheers, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 6:40: 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 C2BC537BAB2 for ; Fri, 30 Jun 2000 06:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA24169; Fri, 30 Jun 2000 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sabre.velocet.net (sabre.velocet.net [198.96.118.66]) by hub.freebsd.org (Postfix) with ESMTP id DE02637BA55 for ; Fri, 30 Jun 2000 06:39:46 -0700 (PDT) (envelope-from dgilbert@office.tor.velocet.net) Received: from office.tor.velocet.net (trooper.velocet.net [216.126.82.226]) by sabre.velocet.net (Postfix) with ESMTP id E4A7F137F1A for ; Fri, 30 Jun 2000 09:39:41 -0400 (EDT) Received: (from dgilbert@localhost) by office.tor.velocet.net (8.9.3/8.9.3) id JAA79483; Fri, 30 Jun 2000 09:39:14 -0400 (EDT) (envelope-from dgilbert) Message-Id: <200006301339.JAA79483@office.tor.velocet.net> Date: Fri, 30 Jun 2000 09:39:14 -0400 (EDT) From: dgilbert@velocet.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19603: Damn! who do I hit for this :). Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19603 >Category: kern >Synopsis: 20 ethernet interfaces not compatible with option BRIDGE >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 30 06:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: David Gilbert >Release: FreeBSD 4.0-STABLE i386 >Organization: Velocet Communications >Environment: Freebsd-4.0-STABLE as of recently, but this appears to affect all branches of the stable and CURRENT tree. >Description: With 20 dc interfaces in my machine and "option BRIDGE" in the kernel, I was crashing whenever I typed ifconfig -a... and about once a day otherwise. This was stack smashing for some reason >How-To-Repeat: option BRIDGE in a kernel and 20 interfaces (it would appear any type of ethernet interface will do) in the kernel. (I'm guessing that bridging doesn't work with vlans? sigh. would be nice). >Fix: I'm not 100% happy with this fix. The bdg_stats structure is used in: SYSCTL_STRUCT(_net_link_ether, PF_BDG, bdgstats, CTLFLAG_RD, &bdg_stats , bdg_stats, "bridge statistics"); and I'm not sure how to handle that. The most eggregarious error, however, is that BDG_MAX_PORTS was defined and the status structure was still defined with a constant 16 entries (not only that, but absolutely no bounds checking was done, *ever*). It would seem smart that this should be dynamic. I thought about that... and I just completely don't know what SYSCTL_STRUCT does ... But even if I did, it would only be half the job to allocate things here --- you really need to think about what happens when devices come or leave (leaving is fine, I suppose). Besides cardbus, we have hotswap PCI to worry about :). --- bridge.h.orig Fri Jun 30 09:24:59 2000 +++ bridge.h Fri Jun 30 09:25:13 2000 @@ -92,7 +92,7 @@ } ; struct bdg_stats { - struct bdg_port_stat s[16]; + struct bdg_port_stat s[BDG_MAX_PORTS]; } ; --- bridge.c.orig Fri Jun 30 09:24:37 2000 +++ bridge.c Fri Jun 30 09:25:13 2000 @@ -440,6 +440,9 @@ eth_addr = bdg_addresses ; printf("BRIDGE 990810, have %d interfaces\n", if_index); + if(if_index > BDG_MAX_PORTS) + panic("bdginit: too many ports, raise BDG_MAX_PORTS"); + for (i = 0 , ifp = ifnet.tqh_first ; i < if_index ; i++, ifp = ifp->if_link.tqe_next) if (ifp->if_type == IFT_ETHER) { /* ethernet ? */ >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 Jun 30 6:50: 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 A457437BA36 for ; Fri, 30 Jun 2000 06:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA63235; Fri, 30 Jun 2000 06:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 30 Jun 2000 06:50:04 -0700 (PDT) Message-Id: <200006301350.GAA63235@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/19603: Damn! who do I hit for this :). Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19603; it has been noted by GNATS. From: Sheldon Hearn To: dgilbert@velocet.ca Cc: FreeBSD-gnats-submit@FreeBSD.ORG, luigi@FreeBSD.org Subject: Re: kern/19603: Damn! who do I hit for this :). Date: Fri, 30 Jun 2000 15:48:34 +0200 On Fri, 30 Jun 2000 09:39:14 -0400, dgilbert@velocet.ca wrote: > With 20 dc interfaces in my machine and "option BRIDGE" in the kernel, > I was crashing whenever I typed ifconfig -a... and about once a day > otherwise. This was stack smashing for some reason I think that this is Luigi's domain, but I don't want to assign the PR to him when I'm not sure. Luigi, wanna take this one? :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 7: 0: 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 449CF37B9F6 for ; Fri, 30 Jun 2000 07:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA71978; Fri, 30 Jun 2000 07:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 30 Jun 2000 07:00:03 -0700 (PDT) Message-Id: <200006301400.HAA71978@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Luigi Rizzo Subject: Re: kern/19603: Damn! who do I hit for this :). Reply-To: Luigi Rizzo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/19603; it has been noted by GNATS. From: Luigi Rizzo To: Sheldon Hearn Cc: dgilbert@velocet.ca, FreeBSD-gnats-submit@FreeBSD.ORG, luigi@FreeBSD.ORG Subject: Re: kern/19603: Damn! who do I hit for this :). Date: Fri, 30 Jun 2000 16:00:32 +0200 (CEST) > > > On Fri, 30 Jun 2000 09:39:14 -0400, dgilbert@velocet.ca wrote: > > > With 20 dc interfaces in my machine and "option BRIDGE" in the kernel, > > I was crashing whenever I typed ifconfig -a... and about once a day > > otherwise. This was stack smashing for some reason > > I think that this is Luigi's domain, but I don't want to assign the PR > to him when I'm not sure. > > Luigi, wanna take this one? :-) i don't think this is related to bridging, there are no bridging hooks in ifconfig. To confirm this i would remove the "option BRIDGE" from the kernel and check if ifconfig -a still kills the system. A quick look at the ifconfig code seems to suggest that it could be the sysctl interface ? cheers luigi -----------------------------------+------------------------------------- Luigi RIZZO, luigi@iet.unipi.it . Dip. di Ing. dell'Informazione http://www.iet.unipi.it/~luigi/ . Universita` di Pisa TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy) Mobile +39-347-0373137 -----------------------------------+------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 7: 1:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from orbitel.bg (ns.orbitel.bg [195.24.32.2]) by hub.freebsd.org (Postfix) with SMTP id BC2BC37BA53 for ; Fri, 30 Jun 2000 07:01:26 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 10392 invoked from network); 30 Jun 2000 14:01:23 -0000 Received: from penchev.staff.orbitel.bg (HELO ringwraith.oblivion.bg) (192.168.0.98) by ns.orbitel.bg with SMTP; 30 Jun 2000 14:01:23 -0000 Received: (qmail 54647 invoked by uid 1001); 30 Jun 2000 14:01:18 -0000 Date: Fri, 30 Jun 2000 17:01:18 +0300 From: Peter Pentchev To: freebsd-bugs@freebsd.org Subject: [roam@orbitel.bg: Re: kern/19544: panic in delete_pipe (ipfw pipe delete)] Message-ID: <20000630170118.K1373@ringwraith.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hmm I think I sent this to the wrong address a while ago. G'luck, Peter Pentchev ---------------------------------------------- I am the thought you are now thinking. ----- Forwarded message from Peter Pentchev ----- Date: Tue, 27 Jun 2000 18:52:41 +0300 From: Peter Pentchev To: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/19544: panic in delete_pipe (ipfw pipe delete) User-Agent: Mutt/1.2i In-Reply-To: ; from olgeni@uli.it on Tue, Jun 27, 2000 at 02:12:05PM +0200 I think the attached patch solves this problem; at least, it works for me. G'luck, Peter Pentchev ---------------------------------------------- This sentence was in the past tense. On Tue, Jun 27, 2000 at 02:12:05PM +0200, Jimmy Olgeni wrote: > > >Description: > If there are no dummynet pipes configured in the system, an attempt to delete > any pipe with "ipfw pipe delete" will result in a kernel panic (trap 12). > > >Fix: diff -c sys/netinet/ip_dummynet.c.orig sys/netinet/ip_dummynet.c *** ip_dummynet.c.orig Tue Jun 27 18:40:50 2000 --- ip_dummynet.c Tue Jun 27 18:35:11 2000 *************** *** 1546,1551 **** --- 1546,1554 ---- struct dn_pipe *a, *b; struct dn_flow_set *fs; + if (all_pipes == NULL) + return EINVAL; /* no pipes defined, nothing to do */ + /* locate pipe */ for (a = NULL , b = all_pipes ; b && b->pipe_nr < p->pipe_nr ; a = b , b = b->next) ; *************** *** 1581,1586 **** --- 1584,1592 ---- free(b, M_IPFW); } else { /* this is a dummynet queue (dn_flow_set) */ struct dn_flow_set *a, *b; + + if (all_flow_sets == NULL) + return EINVAL; /* no flow sets defined, nothing to do */ /* locate set */ for (a = NULL, b = all_flow_sets ; b && b->fs_nr < p->fs.fs_nr ; ----- End forwarded message ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 7: 3:26 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 50A0437BDBD for ; Fri, 30 Jun 2000 07:03:23 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id QAA02698; Fri, 30 Jun 2000 16:03:03 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Luigi Rizzo Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/19603: Damn! who do I hit for this :). In-reply-to: Your message of "Fri, 30 Jun 2000 07:00:03 PDT." <200006301400.HAA71978@freefall.freebsd.org> Date: Fri, 30 Jun 2000 16:03:03 +0200 Message-ID: <2696.962373783@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I think that this is Luigi's domain, but I don't want to assign the PR > > to him when I'm not sure. > > > > Luigi, wanna take this one? :-) > > i don't think this is related to bridging, there are no bridging > hooks in ifconfig. To confirm this i would remove > the "option BRIDGE" from the kernel and check if ifconfig -a > still kills the system. Isn't this the old store about the non-iterative ioctl (or sysctl ?) used for picking up interface info ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 7: 5:50 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 75ADF37BA36; Fri, 30 Jun 2000 07:05:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA74051; Fri, 30 Jun 2000 07:05:49 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 30 Jun 2000 07:05:49 -0700 (PDT) From: Message-Id: <200006301405.HAA74051@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, luigi@FreeBSD.org Subject: Re: kern/19603: 20 ethernet interfaces not compatible with option BRIDGE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 20 ethernet interfaces not compatible with option BRIDGE Responsible-Changed-From-To: freebsd-bugs->luigi Responsible-Changed-By: sheldonh Responsible-Changed-When: Fri Jun 30 07:05:23 PDT 2000 Responsible-Changed-Why: Luigi is, after all, the right person for the job. :-) http://www.freebsd.org/cgi/query-pr.cgi?pr=19603 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 7:10:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp1.bb.din.or.jp (smtp1.bb.din.or.jp [210.135.65.186]) by hub.freebsd.org (Postfix) with ESMTP id A3D3437BA36; Fri, 30 Jun 2000 07:10:03 -0700 (PDT) (envelope-from iron@bb.din.or.jp) Received: from smtp.bb.din.or.jp (ppp24-021.din.or.jp [210.189.110.52]) by smtp1.bb.din.or.jp (8.9.3+Sun/3.7W) with SMTP id XAA08468; Fri, 30 Jun 2000 23:01:33 +0900 (JST) Message-ID: <200006302303.1389@iron.bb.din.or.jp> Date: Fri, 30 Jun 2000 23:03:04 +0900 From: =?ISO-2022-JP?B?GyRCMkJHNRsoQg==?= To: iron@bb.din.or.jp Subject: =?ISO-2022-JP?B?GyRCIiM9UEQlN1A4MyROJCIka0p9ISYhJiEmISMbKEI=?= MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Mailer: Gen Mail 0.9b Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $B$O$8$a$^$7$F!"2BG5$H8@$$$^$9!#(B $B:#!";d$OITNQ$7$F$$$^$9!#(B $BLs(B10$B%v7n$[$IA0$KAj/$J$/$J$j!"(B $BOC$r$7$F$$$F$b$I$3$+Nd$?$$46$8$G!&!&(B $B0JA0$H$OMM;R$,0c$&$s$G$9!#(B $B$d$C$Q$j1s5wN%$N$;$$$G$7$g$&$+!#(B $B=PD%B2$NJ}$C$F$_$s$J:G=i$+$iM7$SL\E*$G=w$N;R$HIU$-9g$&$N$G$7$g$&$+!#(B $B;d!"@5D>$$$C$FBg?M$NCK$N?M$N9M$($,H=$j$^$;$s!#(B $B;d$O$3$N$^$^$GNI$$$N$G$7$g$&$+!#(B $B$"$J$?$O!"$I$&;W$$$^$9$+!#(B $B$3$s$J;d$O%3%3$K$$$^$9!#(B http://www5.plala.or.jp/ver/yoshino/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 8:40:12 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 A5D0637C072 for ; Fri, 30 Jun 2000 08:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA89210; Fri, 30 Jun 2000 08:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from demond.dyn.dhs.org (HSE-Toronto-ppp116949.sympatico.ca [216.209.82.6]) by hub.freebsd.org (Postfix) with ESMTP id 2879D37BB7B for ; Fri, 30 Jun 2000 08:39:06 -0700 (PDT) (envelope-from demond@demond.dyn.dhs.org) Received: (from demond@localhost) by demond.dyn.dhs.org (8.9.3/8.9.3) id LAA15329; Fri, 30 Jun 2000 11:40:43 -0400 (EDT) (envelope-from demond) Message-Id: <200006301540.LAA15329@demond.dyn.dhs.org> Date: Fri, 30 Jun 2000 11:40:43 -0400 (EDT) From: demond@demond.dyn.dhs.org Reply-To: demond@demond.dyn.dhs.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19605: FreeBSD 4.0-RELEASE panics on incorrect use of ioctl() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19605 >Category: kern >Synopsis: FreeBSD 4.0-RELEASE panics on incorrect use of ioctl() >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 Jun 30 08:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Lubomir Radev >Release: FreeBSD 4.0-RELEASE i386 >Organization: >Environment: FreeBSD 4.0-RELEASE i386 >Description: I tested this on several 4.0-RELEASE boxes (as unprivileged user): #include #include #include #include main() { struct ifconf ifc; int sd = socket(PF_INET, SOCK_DGRAM, 0); ioctl(sd, SIOCGIFCONF, (char *)&ifc); } The result: kernel panic & reboot. Other FreeBSD versions don't seem to be affected. >How-To-Repeat: See above. >Fix: Wish I had time to investigate... The problem is obviously caused by incorrect ioctl() use (not supplying proper buffer in ifconf struct). >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 Jun 30 8:48:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id BF6F637BFE6; Fri, 30 Jun 2000 08:48:23 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id e5UFmFH74628; Fri, 30 Jun 2000 08:48:16 -0700 (PDT) Date: Fri, 30 Jun 2000 08:48:15 -0700 (PDT) From: Doug White To: Mark Ibell Cc: freebsd-bugs@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: telnet/tcp problems in 4.0-RELEASE In-Reply-To: <395C9767.3CB72C03@paradise.net.nz> 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 Sat, 1 Jul 2000, Mark Ibell wrote: > We have a FreeBSD 4.0-RELEASE (GENERIC kernel) box at work that has > exhibitted some strange telnetd behaviour. For example, when you try to > telnet in you get a login prompt straight away but after entering a > password have to wait for exactly 150 seconds (2m30s) until the shell > prompt is reached. > > Even more curiously, once logged in if you try to telnet (or ftp for > that matter) out, a 75 second delay is experienced. This has happened a > couple of times now and a reboot fixes the problem. DNS has been checked > carefully (nslookup queries work fine), so I'm pretty sure it's not > that. Did you verify that reverse lookups were working properly? That's the point where it reverse-resolves the IP address that connected to get a hostname. Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | 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 Fri Jun 30 11:13:33 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 D3FDC37BB6C; Fri, 30 Jun 2000 11:13:27 -0700 (PDT) (envelope-from jin@portnoy.lbl.gov) Received: (from jin@localhost) by portnoy.lbl.gov (8.10.0/8.10.0) id e5UIDPj05227; Fri, 30 Jun 2000 11:13:25 -0700 (PDT) Date: Fri, 30 Jun 2000 11:13:25 -0700 (PDT) From: Jin Guojun (DSD staff) Message-Id: <200006301813.e5UIDPj05227@portnoy.lbl.gov> To: jhb@FreeBSD.ORG, kbyanc@posi.net Subject: Re: AMD k7-750 + ASUS K7V Cc: Bryan.Bradsby@capnet.state.tx.us, bugs@FreeBSD.ORG, cshenton@uucom.com, hardware@FreeBSD.ORG, jin@george.lbl.gov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John Baldwin wrote: } > } >> > A friend had a similar install: k7-700 k7v. I think he had to disable } >> > bios virus checking and/or the following hack. Let bios boot without } >> > the floppy then fail. After it says "insert system disk" or whatever, } >> > insert the floppy and hit return. One of these or the combo got him running } . } >> } >> A little summary: } >> } >> To disable the BIOS virus protection is the key to make installation working } >> on AMD-K7 + ASUS K7V for all versions after 3.5 and 4.x. } >> } >> But this seems a bug because 2.2.8-RELEASE can install on such new hardware. } >> When 2.2.x branch was out of archive, the K7 even has not born yet. } >> So, must be the new installation introducing a bug to cause the problem. } >> } >> Here to thank all people has replied for the help, } >> } > } > One quick addendum, I believe that is this fixed in -current. John } > Baldwin and I tackled this a couple of weeks ago. } } Except that I b0rked it in that the jne after the failing cmp to test } for instructions with the 0x0f prefix jumped to the wrong target. } Rev 1.19 that I committed today should actually work. :P The 5.0-20000630-CURRENT boots on this platform now with/without "boot virus detection"; but it failed at starting the MENU : the screen is blue forever, if hit the ENTER key, it says : Probing devices: please wait (this can take a while) and then reboot the system with/without "boot virus detection" enabled. It is a generic failure on all platforms. On a generic system, the above message will show up and following another message at the bottom -- Fatal Error: Unable to open disk md1 -- PRESS ANY KEY TO REBOOT This version installation floppies also failed on K6-II with VA-503+ M/B, It (deadly) hangs on the changing kern.flp to mfsroot.flp. -Jin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 11:16:28 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id 480A437C33A; Fri, 30 Jun 2000 11:16:19 -0700 (PDT) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id LAA07840; Fri, 30 Jun 2000 11:16:09 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <200006301816.LAA07840@freeway.dcfinc.com> Subject: Re: telnet/tcp problems in 4.0-RELEASE In-Reply-To: <395C9767.3CB72C03@paradise.net.nz> from Mark Ibell at "Jul 1, 0 00:49:43 am" To: marki@paradise.net.nz (Mark Ibell) Date: Fri, 30 Jun 2000 11:16:09 -0700 (MST) Cc: freebsd-bugs@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Reply-To: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] 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 As I recall, Mark Ibell wrote: > We have a FreeBSD 4.0-RELEASE (GENERIC kernel) box at work that has > exhibitted some strange telnetd behaviour. For example, when you try > to telnet in you get a login prompt straight away but after entering a > password have to wait for exactly 150 seconds (2m30s) until the shell > prompt is reached. Sounds like you've enabled one of the networked authentication methods (NIS? Kerberos?) on the server, but don't actually have such services available. So, the server times out its query and defaults back to the password file. -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 13:30: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mail-green.research.att.com (H-135-207-30-103.research.att.com [135.207.30.103]) by hub.freebsd.org (Postfix) with ESMTP id E743F37B76D for ; Fri, 30 Jun 2000 13:30:02 -0700 (PDT) (envelope-from ji@research.att.com) Received: from amontillado.research.att.com (amontillado.research.att.com [135.207.24.32]) by mail-green.research.att.com (Postfix) with ESMTP id E08C61E00B for ; Fri, 30 Jun 2000 16:29:57 -0400 (EDT) Received: from bual.research.att.com (bual.research.att.com [135.207.24.19]) by amontillado.research.att.com (8.8.7/8.8.7) with ESMTP id QAA24091 for ; Fri, 30 Jun 2000 16:29:56 -0400 (EDT) From: John Ioannidis Received: (from ji@localhost) by bual.research.att.com (8.7.5/8.7) id QAA29869 for freebsd-bugs@freebsd.org; Fri, 30 Jun 2000 16:29:56 -0400 (EDT) Date: Fri, 30 Jun 2000 16:29:56 -0400 (EDT) Message-Id: <200006302029.QAA29869@bual.research.att.com> To: freebsd-bugs@freebsd.org Subject: swapper process accumulating time in 4.0-STABLE with NO_SWAPPING Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm running a 4.0-STABLE kernel with options NO_SWAPPING, yet after less than three days of uptime, the swapper has accumulated 14 seconds of CPU time. Where is this coming from? Why is there a swapper process even running? Observe: $ strings /kernel | grep ^___ | grep SWAP ___options NO_SWAPPING $ uptime 4:26PM up 2 days, 21:20, 6 users, load averages: 0.07, 0.04, 0.00 $ ps alx | grep swapper 0 0 0 0 -18 0 0 0 sched DLs ?? 0:00.14 (swapper) $ sysctl -a | grep swap vm.swap_enabled: 0 vm.swap_async_max: 4 vm.stats.vm.v_swapin: 0 vm.stats.vm.v_swapout: 0 vm.stats.vm.v_swappgsin: 0 vm.stats.vm.v_swappgsout: 0 vm.swap_idle_enabled: 0 vm.defer_swapspace_pageouts: 0 vm.disable_swapspace_pageouts: 0 vfs.nfs.diskless_swappath: If we're not swapping, why does the swapper thread have to run at all? /ji To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 15: 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 3B05637B55F for ; Fri, 30 Jun 2000 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA74087; Fri, 30 Jun 2000 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6FBF337B50B; Fri, 30 Jun 2000 14:56:12 -0700 (PDT) Message-Id: <20000630215612.6FBF337B50B@hub.freebsd.org> Date: Fri, 30 Jun 2000 14:56:12 -0700 (PDT) From: gerti-freebsd@bitart.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/19611: ee silently overwrites write-protected files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19611 >Category: bin >Synopsis: ee silently overwrites write-protected files >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 Jun 30 15:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Gerd Knops >Release: 4.0 stable >Organization: BITart Consulting >Environment: FreeBSD zeus.interfaxx.com 4.0-STABLE FreeBSD 4.0-STABLE #0: Sun Jun 25 08:38:26 CDT 2000 gerti@newcentral.interfaxx.com:/usr/obj/usr/src/sys/CENTRAL i386 >Description: ee run under root silently overwrites write-protected files. >How-To-Repeat: Obvious. >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 Jun 30 17: 5:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id EB29C37C58A; Fri, 30 Jun 2000 17:05:24 -0700 (PDT) (envelope-from marki@paradise.net.nz) Received: from paradise.net.nz (203-79-95-117.apx0.paradise.net.nz [203.79.95.117]) by deborah.paradise.net.nz (8.10.1/8.10.1) with ESMTP id e6105Fi16237; Sat, 1 Jul 2000 12:05:16 +1200 (NZST) Message-ID: <395D320F.55D3043C@paradise.net.nz> Date: Sat, 01 Jul 2000 11:49:35 +1200 From: Mark Ibell X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Doug White Cc: freebsd-bugs@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: telnet/tcp problems in 4.0-RELEASE References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doug White wrote: > > On Sat, 1 Jul 2000, Mark Ibell wrote: > > > We have a FreeBSD 4.0-RELEASE (GENERIC kernel) box at work that has > > exhibitted some strange telnetd behaviour. For example, when you try to > > telnet in you get a login prompt straight away but after entering a > > password have to wait for exactly 150 seconds (2m30s) until the shell > > prompt is reached. > > > > Even more curiously, once logged in if you try to telnet (or ftp for > > that matter) out, a 75 second delay is experienced. This has happened a > > couple of times now and a reboot fixes the problem. DNS has been checked > > carefully (nslookup queries work fine), so I'm pretty sure it's not > > that. > > Did you verify that reverse lookups were working properly? That's the > point where it reverse-resolves the IP address that connected to get a > hostname. I did quite a bit of this sort of testing and unfortunately came up blank :( Thanks, Mark > > Doug White | FreeBSD: The Power to Serve > dwhite@resnet.uoregon.edu | www.FreeBSD.org > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 17: 5:43 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from deborah.paradise.net.nz (deborah.paradise.net.nz [203.96.152.32]) by hub.freebsd.org (Postfix) with ESMTP id 019CB37C523; Fri, 30 Jun 2000 17:05:23 -0700 (PDT) (envelope-from marki@paradise.net.nz) Received: from paradise.net.nz (203-79-95-117.apx0.paradise.net.nz [203.79.95.117]) by deborah.paradise.net.nz (8.10.1/8.10.1) with ESMTP id e6105Di00363; Sat, 1 Jul 2000 12:05:13 +1200 (NZST) Message-ID: <395D317A.D56E2AC@paradise.net.nz> Date: Sat, 01 Jul 2000 11:47:06 +1200 From: Mark Ibell X-Mailer: Mozilla 4.73 [en] (X11; I; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Sean O'Connell" , freebsd-bugs@freebsd.org, freebsd-stable@freebsd.org Subject: Re: telnet/tcp problems in 4.0-RELEASE References: <395C9767.3CB72C03@paradise.net.nz> <20000630094706.F48683@stat.Duke.EDU> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sean O'Connell wrote: > > Mark Ibell stated: > : Hi, > : > : We have a FreeBSD 4.0-RELEASE (GENERIC kernel) box at work that has > : exhibitted some strange telnetd behaviour. For example, when you try to > : telnet in you get a login prompt straight away but after entering a > : password have to wait for exactly 150 seconds (2m30s) until the shell > : prompt is reached. > : > : Even more curiously, once logged in if you try to telnet (or ftp for > : that matter) out, a 75 second delay is experienced. This has happened a > : couple of times now and a reboot fixes the problem. DNS has been checked > : carefully (nslookup queries work fine), so I'm pretty sure it's not > : that. > : > : I've seen a couple of vague references to this problem but nothing quite > : so clearly defined. There is no problem on boot, so I can only guess the > : system gets itself into a state over time. > : > : Guess I'd better upgrade to 4.0-STABLE... > > Yep. Going to stable is a good idea. If you aren't using IPv6, > you might want to pull that out of your kernel config > > #option INET6 > #pseudo-device gif > #pseudo-device faith > > there were some issues with gethostbyname and ip4to6 in RELEASE. hmmm - I might try that. > > This sounds like a dns problem though. Do reverse look ups > work? Telnet usually does a forward and a reverse lookup. Also, > make sure that this isn't an autonegotiation (speed and duplex) error > on the NIC. yep - forward and reverse lookups work for all machines involved. I don't think that it's a NIC negotiation problem either because ftp/http into the machine work fine. Curiously, even telnet localhost experiences the same delay! Thanks, Mark > > Good luck, > S > ----------------------------------------------------------------------- > Sean O'Connell Email: sean@stat.Duke.EDU > Institute of Statistics and Decision Sciences Phone: (919) 684-5419 > Duke University Fax: (919) 684-8594 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 17: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 5E06037B599 for ; Fri, 30 Jun 2000 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA41143; Fri, 30 Jun 2000 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 30 Jun 2000 17:10:02 -0700 (PDT) Message-Id: <200007010010.RAA41143@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Gerald Pfeifer Subject: Re: kern/11287: rfork(RFMEM...) doesn't share LDTs set by i386_set_ldt, breaking wine Reply-To: Gerald Pfeifer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11287; it has been noted by GNATS. From: Gerald Pfeifer To: freebsd-gnats-submit@freebsd.org Cc: =?ISO-8859-1?Q?J=FCrgen_Lock?= , Luoqi Chen Subject: Re: kern/11287: rfork(RFMEM...) doesn't share LDTs set by i386_set_ldt, breaking wine Date: Sat, 1 Jul 2000 02:05:25 +0200 (CEST) Jürgen, Luoqi, as far as I can see this PR can be closed now? o For 3.3 we have patches in the Wine port thanks to Jürgen. o 3.4 and 3.5 already have the change in the kernel? o 4.0 and above as well as 5-STABLE already have approriate changes in the kernel itself. Can you please confirm the above or correct me, so that I can update the README in the Wine port accordingly? Gerald -- Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/ Have a look at http://petition.eurolinux.org -- it's not about Linux, btw! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 17:52: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 1C19737BC13; Fri, 30 Jun 2000 17:52:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Received: (from will@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA62172; Fri, 30 Jun 2000 17:52:13 -0700 (PDT) (envelope-from will@FreeBSD.org) Date: Fri, 30 Jun 2000 17:52:13 -0700 (PDT) From: Message-Id: <200007010052.RAA62172@freefall.freebsd.org> To: dgilbert@velocet.ca, will@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/7562: Running wine can cause other applications to fail Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Running wine can cause other applications to fail State-Changed-From-To: suspended->closed State-Changed-By: will State-Changed-When: Fri Jun 30 17:51:38 PDT 2000 State-Changed-Why: Requested by maintainer of current WINE port, who states that originator no longer experiences this problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=7562 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 18:24:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 5970237B742; Fri, 30 Jun 2000 18:24:29 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.10.1/8.10.1) with ESMTP id e611ONC79813; Fri, 30 Jun 2000 18:24:24 -0700 (PDT) Date: Fri, 30 Jun 2000 18:24:23 -0700 (PDT) From: Doug White To: Mark Ibell Cc: freebsd-bugs@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: telnet/tcp problems in 4.0-RELEASE In-Reply-To: <395D320F.55D3043C@paradise.net.nz> 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 Sat, 1 Jul 2000, Mark Ibell wrote: > Doug White wrote: > > > > On Sat, 1 Jul 2000, Mark Ibell wrote: > > > > > We have a FreeBSD 4.0-RELEASE (GENERIC kernel) box at work that has > > > exhibitted some strange telnetd behaviour. For example, when you try to > > > telnet in you get a login prompt straight away but after entering a > > > password have to wait for exactly 150 seconds (2m30s) until the shell > > > prompt is reached. > > > > > > Even more curiously, once logged in if you try to telnet (or ftp for > > > that matter) out, a 75 second delay is experienced. This has happened a > > > couple of times now and a reboot fixes the problem. DNS has been checked > > > carefully (nslookup queries work fine), so I'm pretty sure it's not > > > that. > > > > Did you verify that reverse lookups were working properly? That's the > > point where it reverse-resolves the IP address that connected to get a > > hostname. > > I did quite a bit of this sort of testing and unfortunately came up > blank :( Again, did you check *REVERSE* lookups? Try logging into one of the broken 'servers' and do 'host (client IP address' and see what you get. Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | 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 Fri Jun 30 18:28: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id BFF2137B85C; Fri, 30 Jun 2000 18:28:03 -0700 (PDT) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id SAA09125; Fri, 30 Jun 2000 18:27:56 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <200007010127.SAA09125@freeway.dcfinc.com> Subject: Re: telnet/tcp problems in 4.0-RELEASE In-Reply-To: <395D317A.D56E2AC@paradise.net.nz> from Mark Ibell at "Jul 1, 0 11:47:06 am" To: marki@paradise.net.nz (Mark Ibell) Date: Fri, 30 Jun 2000 18:27:55 -0700 (MST) Cc: sean@stat.Duke.EDU, freebsd-bugs@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Reply-To: chad@DCFinc.com X-Mailer: ELM [version 2.4ME+ PL40 (25)] 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 As I recall, Mark Ibell wrote: > Sean O'Connell wrote: >> This sounds like a dns problem though. Do reverse look ups >> work? Telnet usually does a forward and a reverse lookup. Also, >> make sure that this isn't an autonegotiation (speed and duplex) error >> on the NIC. How about ident? Some telnet daemons want to validate your connection by using ident. If yours does, and your client doesn't respond, it'll hang like you're seeing as it times out the attempt. -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org larson1@home.net DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 19: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 8AE3837B675 for ; Fri, 30 Jun 2000 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA92362; Fri, 30 Jun 2000 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5E76037B655; Fri, 30 Jun 2000 19:16:59 -0700 (PDT) Message-Id: <20000701021659.5E76037B655@hub.freebsd.org> Date: Fri, 30 Jun 2000 19:16:59 -0700 (PDT) From: nicblais@hotmail.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19612: SBLive produces 75% static and 25% actual sound in all progs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19612 >Category: kern >Synopsis: SBLive produces 75% static and 25% actual sound in all progs >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 Jun 30 19:20:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Nicolas Blais >Release: 4.0-STABLE >Organization: CF/DND >Environment: Sorry, I can't share that information. But it's mostly a generic configuration. Single cpu and 256MB ram. >Description: Every program that outputs sounds to the pcm0 (which is my sb live), produces a lot of static and a little of real sound. Xmms, wsoundserver, mpg123, all produce static. I wish this could be fixed, I remember my sb16 worked perfectly in 3.1 so I'm guessing it wouldn't be hard to fixed. >How-To-Repeat: Actually, this problem was reported by many. >Fix: sorry. >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 Jun 30 20: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 A054437B7DD for ; Fri, 30 Jun 2000 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA07506; Fri, 30 Jun 2000 20:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E83CD37B553; Fri, 30 Jun 2000 20:29:12 -0700 (PDT) Message-Id: <20000701032912.E83CD37B553@hub.freebsd.org> Date: Fri, 30 Jun 2000 20:29:12 -0700 (PDT) From: patrick@kessen.yi.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19614: missing blowfish in current kernel tree (30 june 2000) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19614 >Category: kern >Synopsis: missing blowfish in current kernel tree (30 june 2000) >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 Jun 30 20:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Patrick Kessen >Release: 4.0-20000608-stable >Organization: >Environment: root@kessen / > uname -a FreeBSD kessen.yi.org 4.0-20000608-STABLE FreeBSD 4.0-20000608-STABLE #0: Tue Jun 27 02:51:03 CEST 2000 admin@gateway.kessen.home:/usr/src/sys/compile/GATEWAY i386 >Description: I ftped the current kernel sources from ftp.freebsd.org and set-up a config file, after make depend I started make only to find out that the /usr/src/sys/crypto directory is missing and more important the blowfish directory that should be in it. without this the kernel doesn't compile. >How-To-Repeat: get the sources and try to build the kernel. >Fix: I copied the crypto dir from my original /usr/src/sys directory to the current tree. >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 Jun 30 20:40: 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 91B9337BBC4 for ; Fri, 30 Jun 2000 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA09207; Fri, 30 Jun 2000 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 25CDA37B76A; Fri, 30 Jun 2000 20:40:00 -0700 (PDT) Message-Id: <20000701034000.25CDA37B76A@hub.freebsd.org> Date: Fri, 30 Jun 2000 20:40:00 -0700 (PDT) From: patrick@kessen.yi.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19616: current kernel build failes on miibus Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19616 >Category: kern >Synopsis: current kernel build failes on miibus >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 Jun 30 20:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Patrick Kessen >Release: 4.0-20000608-stable >Organization: >Environment: FreeBSD kessen.yi.org 4.0-20000608-STABLE FreeBSD 4.0-20000608-STABLE #0: Tue Jun 27 02:51:03 CEST 2000 admin@gateway.kessen.home:/usr/src/sys/compile/GATEWAY i386 >Description: After fixing the blowfish and bioscall.s prob in the current tree the next prob occurs when using MIIBUS in the current kernel (30-june-2000) cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-pro totypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat -extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I/usr/include -mpref erred-stack-boundary=2 -c /usr/src/sys/modules/mii/../../dev/mii/ukphy_subr.c cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-pro totypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat -extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I/usr/include -mpref erred-stack-boundary=2 -c miibus_if.c miibus_if.c: In function `MIIBUS_READREG': miibus_if.c:27: warning: implicit declaration of function `DEVOPMETH' miibus_if.c:27: `miibus_readreg' undeclared (first use in this function) miibus_if.c:27: (Each undeclared identifier is reported only once miibus_if.c:27: for each function it appears in.) miibus_if.c: In function `MIIBUS_WRITEREG': miibus_if.c:38: `miibus_writereg' undeclared (first use in this function) miibus_if.c: In function `MIIBUS_STATCHG': miibus_if.c:49: `miibus_statchg' undeclared (first use in this function) miibus_if.c: In function `MIIBUS_MEDIAINIT': miibus_if.c:60: `miibus_mediainit' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/modules/mii. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/GATEWAY. >How-To-Repeat: get the current sources, put the crypto/blowfish dir into /usr/src/sys, copy /usr/src/sys/i386/i386/biocall.s from the original tree over the current one (otherwise the build will fail in an earlier stage) put MIIBUS support in the kernel config file: device miibus and try to compile the kernel. >Fix: I haven't found a fix for this yet. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 30 20:40: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 761A837B84B for ; Fri, 30 Jun 2000 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA09198; Fri, 30 Jun 2000 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id ABEDA37BF58; Fri, 30 Jun 2000 20:34:48 -0700 (PDT) Message-Id: <20000701033448.ABEDA37BF58@hub.freebsd.org> Date: Fri, 30 Jun 2000 20:34:48 -0700 (PDT) From: patrick@kessen.yi.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/19615: cannot build current kernel (30-june-2000) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19615 >Category: kern >Synopsis: cannot build current kernel (30-june-2000) >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 Jun 30 20:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Patrick Kessen >Release: 4.0-20000608-stable >Organization: >Environment: FreeBSD kessen.yi.org 4.0-20000608-STABLE FreeBSD 4.0-20000608-STABLE #0: Tue Jun 27 02:51:03 CEST 2000 admin@gateway.kessen.home:/usr/src/sys/compile/GATEWAY i386 >Description: I got the current kernel sourcetree from ftp.freebsd.org (30-june-2000) and I set-up a configfile. after make depend and copying the /usr/src/sys/crypto dir from an older kerneltree (it was missing in the current one and without it the kernel doesn't compile, see earlier reported prob) I started make. I get the following error: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmis sing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -a nsi -nostdinc -I- -I. -I../.. -I/usr/include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bios.c cc -c -x assembler-with-cpp -DLOCORE -O -Wall -Wredundant-decls -Wnested-externs -Wst rict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I/usr/include -D_KERN EL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../i386/i386/bioscall.s /tmp/cca13049.s: Assembler messages: /tmp/cca13049.s:773: Error: operands given don't match any known 386 instruction /tmp/cca13049.s:838: Error: operands given don't match any known 386 instruction *** Error code 1 Stop in /usr/src/sys/compile/GATEWAY. >How-To-Repeat: get the current kernel sources, copy the crypto/blowfish over from your old /usr/src/sys dir and make a kernel config file and build it. >Fix: I copied the src/sys/i386/i386/bioscall.s file from my original srctree to the current tree. I did a diff check between the current and the 4.0-20000608-stable one that I now use and the output is: root@kessen / > diff bioscall.old bioscall.new 26c26 < * $FreeBSD: src/sys/i386/i386/bioscall.s,v 1.6 1999/08/28 00:43:41 peter Exp $ --- > * $FreeBSD: src/sys/i386/i386/bioscall.s,v 1.7 2000/05/22 17:02:53 obrien Exp $ 68c68 < lcall _bioscall_vector --- > lcall *_bioscall_vector 133c133 < lcall _bioscall_vector /* 16-bit call */ --- > lcall *_bioscall_vector /* 16-bit call */ hmm. I don't see a problem, maybe I used diff wrongly but this solves the problem anyway. >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 Jun 30 21: 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 1730637B86D for ; Fri, 30 Jun 2000 21:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA11024; Fri, 30 Jun 2000 21:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from tino.adsl.wakwak.com (tino.adsl.wakwak.com [211.9.241.190]) by hub.freebsd.org (Postfix) with ESMTP id 2429D37B84B for ; Fri, 30 Jun 2000 20:51:25 -0700 (PDT) (envelope-from root@tino.adsl.wakwak.com) Received: (from tino@localhost) by tino.adsl.wakwak.com (8.9.3/8.9.3) id MAA00892; Sat, 1 Jul 2000 12:50:51 +0900 (JST) (envelope-from root) Message-Id: <200007010350.MAA00892@tino.adsl.wakwak.com> Date: Sat, 1 Jul 2000 12:50:51 +0900 (JST) From: tino@tino.adsl.wakwak.com Reply-To: tino@tino.adsl.wakwak.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19617: Add VIA VT6102 NIC Support Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19617 >Category: kern >Synopsis: Add VIA VT6102 NIC Support >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: Fri Jun 30 21:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Toshihiro Inoue >Release: FreeBSD 3.5-RELEASE i386 >Organization: >Environment: 3.5-RELEASE FreeBSD 3.5-RELEASE #3 >Description: Add VIA VT6102 NIC Support >How-To-Repeat: >Fix: --- sys/pci/if_vrreg.h.orig Fri Jun 30 21:44:14 2000 +++ sys/pci/if_vrreg.h Sat Jul 1 12:25:26 2000 @@ -446,6 +446,7 @@ */ #define VIA_DEVICEID_RHINE 0x3043 #define VIA_DEVICEID_RHINE_II 0x6100 +#define VIA_DEVICEID_RHINE_II_2 0x3065 /* * Delta Electronics device ID. --- sys/pci/if_vr.c.orig Sat Jul 1 12:23:38 2000 +++ sys/pci/if_vr.c Sat Jul 1 12:26:39 2000 @@ -113,6 +113,8 @@ "VIA VT3043 Rhine I 10/100BaseTX" }, { VIA_VENDORID, VIA_DEVICEID_RHINE_II, "VIA VT86C100A Rhine II 10/100BaseTX" }, + { VIA_VENDORID, VIA_DEVICEID_RHINE_II_2, + "VIA VT6102 Rhine II 10/100BaseTX" }, { DELTA_VENDORID, DELTA_DEVICEID_RHINE_II, "Delta Electronics Rhine II 10/100BaseTX" }, { ADDTRON_VENDORID, ADDTRON_DEVICEID_RHINE_II, >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 Jul 1 3:35:43 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 4C67237B787; Sat, 1 Jul 2000 03:35:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA46795; Sat, 1 Jul 2000 03:35:41 -0700 (PDT) (envelope-from kris@FreeBSD.org) Date: Sat, 1 Jul 2000 03:35:41 -0700 (PDT) From: Message-Id: <200007011035.DAA46795@freefall.freebsd.org> To: rbt@zort.on.ca, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/19489: UPDATE: net/gnut Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: UPDATE: net/gnut State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Sat Jul 1 03:35:18 PDT 2000 State-Changed-Why: Duplicate of ports/19559 http://www.freebsd.org/cgi/query-pr.cgi?pr=19489 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 1 5:40: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 671BD37B9BE for ; Sat, 1 Jul 2000 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA60969; Sat, 1 Jul 2000 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sunny.pacific.net.au (sunny.pacific.net.au [210.23.129.40]) by hub.freebsd.org (Postfix) with ESMTP id 9DD5E37B7D4 for ; Sat, 1 Jul 2000 05:35:31 -0700 (PDT) (envelope-from david@burren.cx) Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id WAA03747 for ; Sat, 1 Jul 2000 22:35:23 +1000 (EST) Received: from skua.burren.cx (ppp23.dyn148.pacific.net.au [210.23.148.23]) by wisma.pacific.net.au with ESMTP id WAA16752 for ; Sat, 1 Jul 2000 22:35:20 +1000 (EST) Received: (qmail 2763 invoked by uid 455); 1 Jul 2000 12:31:07 -0000 Message-Id: <20000701123107.2762.qmail@pingu.burren.cx> Date: 1 Jul 2000 12:31:07 -0000 From: david@burren.cx Reply-To: david@burren.cx To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/19624: make {DFL,MAX}SSIZ kernel options Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19624 >Category: kern >Synopsis: make {DFL,MAX}SSIZ kernel options >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: Sat Jul 01 05:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: David Burren >Release: FreeBSD 4.0-RELEASE i386 >Organization: >Environment: >Description: This patch makes DFLSSIZ and MAXSSIZ tunable kernel options in the same manner as DFLDSIZ and MAXDSIZ. >How-To-Repeat: >Fix: *** sys/conf/options.orig Sat Jul 1 21:39:04 2000 --- sys/conf/options Sat Jul 1 21:38:58 2000 *************** *** 223,228 **** --- 223,230 ---- # Resource limits. DFLDSIZ opt_rlimit.h MAXDSIZ opt_rlimit.h + DFLSSIZ opt_rlimit.h + MAXSSIZ opt_rlimit.h # Net stuff. BOOTP opt_bootp.h *** sys/kern/kern_exec.c.orig Sat Jul 1 21:40:42 2000 --- sys/kern/kern_exec.c Sat Jul 1 21:34:18 2000 *************** *** 26,31 **** --- 26,33 ---- * $FreeBSD: src/sys/kern/kern_exec.c,v 1.107 2000/01/20 07:12:52 imp Exp $ */ + #include "opt_rlimit.h" + #include #include #include >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 Jul 1 7: 0: 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 7B47637BA22 for ; Sat, 1 Jul 2000 07:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA23441; Sat, 1 Jul 2000 07:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4D0DE37B6FF; Sat, 1 Jul 2000 06:58:18 -0700 (PDT) Message-Id: <20000701135818.4D0DE37B6FF@hub.freebsd.org> Date: Sat, 1 Jul 2000 06:58:18 -0700 (PDT) From: pdp@nl.demon.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/19625: /usr/sbin/periodic mishandles system config files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19625 >Category: bin >Synopsis: /usr/sbin/periodic mishandles system config 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: Sat Jul 01 07:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Phil Pennock >Release: 3.4 and 4.0 >Organization: Demon Internet Netherlands >Environment: N/A >Description: /etc/rc.conf contains _overrides_ to /etc/defaults/rc.conf /usr/sbin/periodic doesn't read /etc/rc.conf if it could read /etc/defaults/rc.conf >How-To-Repeat: Read the shell-script - /usr/sbin/periodic >Fix: Patch src/usr.sbin/periodic/periodic.sh --- periodic.sh.orig Wed Apr 26 18:28:11 2000 +++ periodic.sh Sat Jul 1 15:56:31 2000 @@ -22,7 +22,8 @@ # to see if there are additional dirs to check if [ -r /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf -elif [ -r /etc/rc.conf ]; then +fi +if [ -r /etc/rc.conf ]; then . /etc/rc.conf fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 1 7:20: 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 DA09C37B9A3 for ; Sat, 1 Jul 2000 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA26308; Sat, 1 Jul 2000 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 1 Jul 2000 07:20:01 -0700 (PDT) Message-Id: <200007011420.HAA26308@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: bin/19625: /usr/sbin/periodic mishandles system config files Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19625; it has been noted by GNATS. From: "Chris D. Faulhaber" To: pdp@nl.demon.net Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/19625: /usr/sbin/periodic mishandles system config files Date: Sat, 1 Jul 2000 10:12:42 -0400 (EDT) On Sat, 1 Jul 2000 pdp@nl.demon.net wrote: > Patch src/usr.sbin/periodic/periodic.sh > > --- periodic.sh.orig Wed Apr 26 18:28:11 2000 > +++ periodic.sh Sat Jul 1 15:56:31 2000 > @@ -22,7 +22,8 @@ > # to see if there are additional dirs to check > if [ -r /etc/defaults/rc.conf ]; then > . /etc/defaults/rc.conf > -elif [ -r /etc/rc.conf ]; then > +fi > +if [ -r /etc/rc.conf ]; then > . /etc/rc.conf > fi > rc.conf is sourced from /etc/defaults/rc.conf already (see source_rc_confs variable and the routine at the end of /etc/defaults/rc.conf). ----- 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 Sat Jul 1 7:20: 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 0F48637BA9E for ; Sat, 1 Jul 2000 07:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA26322; Sat, 1 Jul 2000 07:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 1 Jul 2000 07:20:02 -0700 (PDT) Message-Id: <200007011420.HAA26322@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Phil Pennock Subject: Re: bin/19625: /usr/sbin/periodic mishandles system config files Reply-To: Phil Pennock Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/19625; it has been noted by GNATS. From: Phil Pennock To: "Chris D. Faulhaber" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/19625: /usr/sbin/periodic mishandles system config files Date: Sat, 1 Jul 2000 16:18:17 +0200 On Sat 01 Jul 2000 (10:12 -0400), Chris D. Faulhaber wrote: > rc.conf is sourced from /etc/defaults/rc.conf already (see > source_rc_confs variable and the routine at the end of > /etc/defaults/rc.conf). *groan* This is what I get for working on a Saturday. Sorry for wasting your time with this crap. -- Phil Pennock Demon Internet Nederland -- Network Operations Centre -- Systems Administrator Libertes philosophica. Sales: +31 20 422 20 00 Support: 0800 33 6666 8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 1 7:26:33 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 9F1F537B9A3; Sat, 1 Jul 2000 07:26:26 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA26887; Sat, 1 Jul 2000 07:26:26 -0700 (PDT) (envelope-from jedgar@FreeBSD.org) Date: Sat, 1 Jul 2000 07:26:26 -0700 (PDT) From: Message-Id: <200007011426.HAA26887@freefall.freebsd.org> To: pdp@nl.demon.net, jedgar@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/19625: /usr/sbin/periodic mishandles system config files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/sbin/periodic mishandles system config files State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Sat Jul 1 07:24:36 PDT 2000 State-Changed-Why: Problem is a non-issue. Submitter's knowledge has been updated. http://www.freebsd.org/cgi/query-pr.cgi?pr=19625 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 1 8:40: 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 B6A9537B70F for ; Sat, 1 Jul 2000 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA44569; Sat, 1 Jul 2000 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 1 Jul 2000 08:40:03 -0700 (PDT) Message-Id: <200007011540.IAA44569@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: i386/19574: Let badsect recognize character device. Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/19574; it has been noted by GNATS. From: Bruce Evans To: clive@CirX.ORG Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: i386/19574: Let badsect recognize character device. Date: Sun, 2 Jul 2000 01:34:19 +1000 (EST) On Thu, 29 Jun 2000 clive@CirX.ORG wrote: > >Description: > > 1) There's no block device in 5.0-C. > 2) But our sbin/badsect still look for block device. The patch leaves a lot of dead code related to block devices. > Index: badsect.c > =================================================================== > RCS file: /home/ncvs/src/sbin/badsect/badsect.c,v > retrieving revision 1.7 > diff -u -r1.7 badsect.c > --- badsect.c 1999/08/28 00:12:28 1.7 > +++ badsect.c 2000/06/29 08:39:56 > @@ -118,11 +118,17 @@ > err(3, "%s", name); > name_dir_end = name + strlen(name); > while ((dp = readdir(dirp)) != NULL) { > + /* > + * Opening of a mounted on device is not allowed. Opening it read-only is now allowed. Otherwise badsect wouldn't work at all. > + * Attempt to open the raw device instead. All disk devices are now raw. > + */ > + if (dp->d_name[0] != 'r') > + continue ; The non-'r' name should be preferred. statfs(2) should be used instead of the readdir() loop. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jul 1 13:40: 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 160D037BA1B for ; Sat, 1 Jul 2000 13:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA06390; Sat, 1 Jul 2000 13:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cc158233-a.catv1.md.home.com (cc158233-a.catv1.md.home.com [24.3.25.17]) by hub.freebsd.org (Postfix) with ESMTP id 21FA437BA10 for ; Sat, 1 Jul 2000 13:33:31 -0700 (PDT) (envelope-from sjr@home.net) Received: (from sjr@localhost) by cc158233-a.catv1.md.home.com (8.9.3/8.9.3) id QAA37056; Sat, 1 Jul 2000 16:33:26 -0400 (EDT) (envelope-from sjr) Message-Id: <200007012033.QAA37056@cc158233-a.catv1.md.home.com> Date: Sat, 1 Jul 2000 16:33:26 -0400 (EDT) From: sjr@home.com Reply-To: sjr@home.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/19629: /etc/rc.sysctl can't set all syctls Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19629 >Category: conf >Synopsis: /etc/rc.sysctl can't set all syctls >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 01 13:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 4.0-20000624-STABLE i386 >Organization: >Environment: >Description: /etc/rc.sysctl doesn't appear to be able to set the firewall variables (or anything else that is modloaded after it is sourced). >How-To-Repeat: Add net.inet.ip.fw.verbose=1 to /etc/sysctl.conf on a system where ipfw is modloaded. After the system boots, verbose is still set to zero. >Fix: While there are probably several different ways of solving this problem, the easiest is probably to rerun rc.sysctl at the end of rc. --- rc.orig Sat Jul 1 16:31:35 2000 +++ rc Sat Jul 1 16:32:16 2000 @@ -538,6 +538,12 @@ network_pass4 fi +# Set any sysctl variables that couldn't be set before. +# +if [ -r /etc/rc.sysctl ]; then + . /etc/rc.sysctl +fi + # Raise kernel security level. This should be done only after `fsck' has # repaired local file systems if you want the securelevel to be greater than 1. # >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 Jul 1 14: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 DB40E37B942 for ; Sat, 1 Jul 2000 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA12511; Sat, 1 Jul 2000 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 88D1737BA6A; Sat, 1 Jul 2000 14:03:32 -0700 (PDT) Message-Id: <20000701210332.88D1737BA6A@hub.freebsd.org> Date: Sat, 1 Jul 2000 14:03:32 -0700 (PDT) From: dwhite@freebsd.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/19630: systat consumes 100% CPU stuck in read() loop Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19630 >Category: bin >Synopsis: systat consumes 100% CPU stuck in read() loop >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 Jul 01 14:10:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Doug White >Release: 4.0-RELEASE >Organization: eGroups >Environment: FreeBSD nat1.egroups.com 4.0-RELEASE FreeBSD 4.0-RELEASE #1: Wed Jun 28 12:22:28 PDT 2000 root@test.corp.onelist.com:/usr/src/sys/compile/NATBOX i386 466MHz Celeron, 256MB RAM >Description: After about a minute of running 'systat -vm 2', systat consumes 100% CPU, 50% user 50% system. Running truss on it finds that it is getting EAGAIN trying to read stdin. Truss output is available at http://www.freebsd.org/~dwhite/systat.truss, as it is too large to post here. I started truss after systat so the initialization is cut off, but it shows the problem. >How-To-Repeat: Run systat -vm 2 and wait about a minute. >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 Jul 1 16: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 05C5D37B788 for ; Sat, 1 Jul 2000 16:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45832; Sat, 1 Jul 2000 16:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1C98B37B788; Sat, 1 Jul 2000 16:29:55 -0700 (PDT) Message-Id: <20000701232955.1C98B37B788@hub.freebsd.org> Date: Sat, 1 Jul 2000 16:29:55 -0700 (PDT) From: fred@condo.chico.ca.us To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19631: Disk status in daily report is hard to read because space is reported in K. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19631 >Category: misc >Synopsis: Disk status in daily report is hard to read because space is reported in K. >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: Sat Jul 01 16:30:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Fred Condo >Release: 4.0-STABLE >Organization: >Environment: FreeBSD absinthe.condo.chico.ca.us 4.0-STABLE FreeBSD 4.0-STABLE #6 Sat Jul 1 10:40:13 PDT 2000 fred@absinthe.condo.chico.ca.us:/usr/src/sys/compile/ABSINTHE i386 >Description: /etc/periodic/daily/400.disk-status runs daily and includes the output of df -k to show disk usage. Since modern disks are big, it is hard to read the disk sizes. It would be more readable to use the new df -h option, which reports disk sizes in M and G. >How-To-Repeat: Read the daily reports sent to root. >Fix: Change the df command to: df -h -t nonfs >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 Jul 1 23: 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 9A71837BCFA for ; Sat, 1 Jul 2000 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA04387; Sat, 1 Jul 2000 23:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from camus.cybercable.fr (camus.cybercable.fr [212.198.0.200]) by hub.freebsd.org (Postfix) with SMTP id D59D137B753 for ; Sat, 1 Jul 2000 22:58:20 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 6786044 invoked from network); 2 Jul 2000 05:58:18 -0000 Received: from r224m65.cybercable.tm.fr (HELO gits.dyndns.org) ([195.132.224.65]) (envelope-sender ) by camus.cybercable.fr (qmail-ldap-1.03) with SMTP for ; 2 Jul 2000 05:58:18 -0000 Received: (from root@localhost) by gits.dyndns.org (8.9.3/8.9.3) id HAA71231; Sun, 2 Jul 2000 07:58:17 +0200 (CEST) (envelope-from root) Message-Id: <200007020558.HAA71231@gits.dyndns.org> Date: Sun, 2 Jul 2000 07:58:17 +0200 (CEST) From: clefevre@citeweb.net Reply-To: clefevre@citeweb.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/19635: add -c for grand total to df(1), like du(1) does Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19635 >Category: bin >Synopsis: add -c for grand total to df(1), like du(1) does >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: Sat Jul 01 23:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Cyrille Lefevre >Release: FreeBSD 4.0-STABLE i386 >Organization: ACME >Environment: FreeBSD gits 4.0-STABLE FreeBSD 4.0-STABLE #11: Wed Jun 28 06:32:13 CEST 2000 root@gits:/disk2/4.0-stable/src/sys/compile/CUSTOM i386 >Description: add -c for grand total to df(1), like du(1) does. sample of output : # df -c Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/da0s1a 1904559 1249983 502212 71% / /dev/da1s1c 2031922 1336326 533043 71% /disk2 /dev/da2s1a 1904559 1484367 267828 85% /disk1 /dev/da3s1a 1904559 1414623 337572 81% /disk4 procfs 4 4 0 100% /proc total 7745603 5485303 1640655 77% >How-To-Repeat: n/a >Fix: Index: /usr/src/bin/df/df.1 =================================================================== RCS file: /home/ncvs/src/bin/df/df.1,v retrieving revision 1.18.2.2 diff -u -b -r1.18.2.2 df.1 --- /usr/src/bin/df/df.1 2000/07/01 03:02:08 1.18.2.2 +++ /usr/src/bin/df/df.1 2000/07/02 05:38:45 @@ -44,7 +44,7 @@ .Fl b | h | H | k | .Fl m | P .Oc -.Op Fl ain +.Op Fl acin .Op Fl t Ar type .Op Ar file | Ar filesystem ... .Sh DESCRIPTION @@ -71,6 +71,8 @@ this overrides the .Ev BLOCKSIZE specification from the environment. +.It Fl c +Display a grand total. .It Fl g Use 1073741824-byte (1-Gbyte) blocks rather than the default. Note that this overrides the Index: /usr/src/bin/df/df.c =================================================================== RCS file: /home/ncvs/src/bin/df/df.c,v retrieving revision 1.23.2.1 diff -u -b -r1.23.2.1 df.c --- /usr/src/bin/df/df.c 2000/06/13 03:19:40 1.23.2.1 +++ /usr/src/bin/df/df.c 2000/07/02 05:38:40 @@ -103,11 +103,12 @@ void prthuman __P((struct statfs *, long)); void prthumanval __P((double)); void prtstat __P((struct statfs *, int)); +void addstat __P((struct statfs *, struct statfs *)); int ufs_df __P((char *, int)); unit_t unit_adjust __P((double *)); void usage __P((void)); -int aflag = 0, hflag, iflag, nflag; +int aflag = 0, cflag = 0, hflag, iflag, nflag; struct ufs_args mdev; int @@ -116,17 +117,22 @@ char *argv[]; { struct stat stbuf; - struct statfs statfsbuf, *mntbuf; + struct statfs statfsbuf, *mntbuf, totalbuf = { 0 }; long mntsize; int ch, err, i, maxwidth, rv, width; char *mntpt, *mntpath, **vfslist; + totalbuf.f_bsize = DEV_BSIZE; + strncpy (totalbuf.f_mntfromname, "total", MNAMELEN); vfslist = NULL; - while ((ch = getopt(argc, argv, "abgHhikmnPt:")) != -1) + while ((ch = getopt(argc, argv, "abcgHhikmnPt:")) != -1) switch (ch) { case 'a': aflag = 1; break; + case 'c': + cflag = 1; + break; case 'b': /* FALLTHROUGH */ case 'P': @@ -191,9 +197,14 @@ } } for (i = 0; i < mntsize; i++) { - if (aflag || (mntbuf[i].f_flags & MNT_IGNORE) == 0) + if (aflag || (mntbuf[i].f_flags & MNT_IGNORE) == 0) { prtstat(&mntbuf[i], maxwidth); + if (cflag) + addstat(&totalbuf, &mntbuf[i]); + } } + if (cflag) + prtstat(&totalbuf, maxwidth); exit(rv); } @@ -256,7 +267,11 @@ if (argc == 1) maxwidth = strlen(statfsbuf.f_mntfromname) + 1; prtstat(&statfsbuf, maxwidth); + if (cflag) + addstat(&totalbuf, &statfsbuf); } + if (cflag) + prtstat(&totalbuf, maxwidth); return (rv); } @@ -380,6 +395,7 @@ static int headerlen, timesthrough; static char *header; long used, availblks, inodes; + int total; if (maxwidth < 11) maxwidth = 11; @@ -411,14 +427,32 @@ } (void)printf(" %5.0f%%", availblks == 0 ? 100.0 : (double)used / (double)availblks * 100.0); + total = !*sfsp->f_mntonname && + !strncmp(sfsp->f_mntfromname, "total", MNAMELEN); if (iflag) { inodes = sfsp->f_files; used = inodes - sfsp->f_ffree; (void)printf(" %7ld %7ld %5.0f%% ", used, sfsp->f_ffree, inodes == 0 ? 100.0 : (double)used / (double)inodes * 100.0); - } else + } else if (!total) (void)printf(" "); - (void)printf(" %s\n", sfsp->f_mntonname); + if (!total) + (void)printf(" %s", sfsp->f_mntonname); + (void)printf("\n"); +} + +void +addstat(totalfsp, statfsp) + struct statfs *totalfsp, *statfsp; +{ + totalfsp->f_blocks += (statfsp->f_blocks * statfsp->f_bsize) / + totalfsp->f_bsize; + totalfsp->f_bfree += (statfsp->f_bfree * statfsp->f_bsize) / + totalfsp->f_bsize; + totalfsp->f_bavail += (statfsp->f_bavail * statfsp->f_bsize) / + totalfsp->f_bsize; + totalfsp->f_files += statfsp->f_files; + totalfsp->f_ffree += statfsp->f_ffree; } /* @@ -506,6 +540,6 @@ { (void)fprintf(stderr, - "usage: df [-b | -H | -h | -k | -m | -P] [-ain] [-t type] [file | filesystem ...]\n"); + "usage: df [-b | -H | -h | -k | -m | -P] [-acin] [-t type] [file | filesystem ...]\n"); exit(EX_USAGE); } >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 Jul 1 23: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 CADCE37BD3B for ; Sat, 1 Jul 2000 23:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA09355; Sat, 1 Jul 2000 23:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7B0D937B53F; Sat, 1 Jul 2000 23:42:27 -0700 (PDT) Message-Id: <20000702064227.7B0D937B53F@hub.freebsd.org> Date: Sat, 1 Jul 2000 23:42:27 -0700 (PDT) From: fred@condo.chico.ca.us To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/19636: sshd in STABLE times out on authenticate with Mac F-Secure client 1.0.1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19636 >Category: misc >Synopsis: sshd in STABLE times out on authenticate with Mac F-Secure client 1.0.1 >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 Jul 01 23:50:04 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Fred Condo >Release: 4.0-STABLE >Organization: >Environment: FreeBSD absinthe.condo.chico.ca.us 4.0-STABLE FreeBSD 4.0-STABLE #6: Sat Jul 1 10:40:13 PDT 2000 fred@absinthe.condo.chico.ca.us:/usr/src/sys/compile/ABSINTHE i386 >Description: Changes to openssh committed around 9 June 2000 seem to be incompatible with the Mac F-Secure SSH client version 1.0.1. The client times out on authentication with either password or RSA authentication. Eventually sshd sends a TCP reset. The client is a version-1 ssh client. Presumably the same problem occurs with the Windows version of this client (not tested). >How-To-Repeat: Build the 4.0-STABLE sshd; try to log in with Mac F-Secure SSH 1.0.1. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message