From owner-freebsd-bugs Sat May 8 14: 0:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83963152A5 for ; Sat, 8 May 1999 14:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA36639; Sat, 8 May 1999 14:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dan-h.fio.cz (fio.vol.cz [195.250.146.50]) by hub.freebsd.org (Postfix) with ESMTP id CB7A5151B2 for ; Sat, 8 May 1999 13:59:49 -0700 (PDT) (envelope-from dan@obluda.cz) Received: (from dan@localhost) by dan-h.fio.cz (8.9.2/8.9.0) id WAA14714; Sat, 8 May 1999 22:59:06 +0200 (CEST) Received: (from dan@localhost) by dan-h.fio.cz (8.9.2/8.9.0) id QAA10290; Sat, 8 May 1999 16:22:36 +0200 (CEST) Message-Id: <199905081422.QAA10290@dan-h.fio.cz> Date: Sat, 8 May 1999 16:22:36 +0200 (CEST) From: dan@obluda.cz Reply-To: dan@obluda.cz To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11594: INETD hangup problem report Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11594 >Category: bin >Synopsis: hang problem in INETD >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 8 14:00:04 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dan Lukes >Release: FreeBSD 3.1-RELEASE i386 >Organization: Obludarium >Environment: a system with inetd running >Description: INETD hang if maximum number of child on all configured services is reached Childs thats ends after it remain "zombie" forever. When the maximum child for a service is running, the service is disabled (see last command of addchild() ). It remove the service's socket descriptor from allsock (used in select() ) and do nsock-- (the number of enabled services). After the last service is disabled by this mechanism, the nsock is zero and allsock contain no descriptor but pipe descriptor for communicating with signal handler functions. Lets inspect the neverending "for(;;)" in main(): if (nsock == 0) { (void) sigblock(SIGBLOCK); while (nsock == 0) sigpause(0L); (void) sigsetmask(0L); } Entering the while() is the last action in program's life as no signal handler never change the nsock variable directly, so while never end. Signal handlers writes the "I'm has been invoked!" mark in pipe only. The code processing those marks on the other end of pipe is never invoked. This is true for SIGCHLD also, so wait() is never called and childs remain in "zombie" status until inetd exit. >How-To-Repeat: Create inetd.conf with one "wait" service only. Run (restart) inetd. Connect to service. The inetd is in neverending loop now until terminated. >Fix: I see no reason for existence problematic code in source code. The allsock variable ever contain at least the read end of pipe descriptor, so the list of socket is never empty. Well, it's not so good to wait in select() for output from signal handler routines as the select() will terminate with errno=EINTR when signal arrive, but "continue" immediately wrap execution back to new select(). It immediately detect the pipe's end is ready for reading (if EINTR has been caused by one of "our" signal). I thing the one system call overhead can be ignored. The suggested fix: *** inetd.c.ORIG Tue Jan 5 12:56:35 1999 --- inetd.c Sat May 8 13:19:20 1999 *************** *** 447,458 **** int n, ctrl; fd_set readable; - if (nsock == 0) { - (void) sigblock(SIGBLOCK); - while (nsock == 0) - sigpause(0L); - (void) sigsetmask(0L); - } readable = allsock; if ((n = select(maxsock + 1, &readable, (fd_set *)0, (fd_set *)0, (struct timeval *)0)) <= 0) { --- 447,452 ---- Note, I look to old FreeBSD's sources and it's very old error. IMHO, it may come from original Berkeley sources and may appear in other systems derived from those sources too. This problem report MAY fix the problem report i386/10468 >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 May 8 14:49:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail1.bezeqint.net (mail1.bezeqint.net [192.115.106.20]) by hub.freebsd.org (Postfix) with ESMTP id 4D879150FF for ; Sat, 8 May 1999 14:49:41 -0700 (PDT) (envelope-from Important_for@YourLife.com) Received: from yourlife.com ([212.25.115.5]) by mail1.bezeqint.net (Sun Internet Mail Server sims.3.5.1999.03.02.17.58.p5) with SMTP id <0FBF00MDNK99I4@mail1.bezeqint.net> for bugs@freebsd.org; Sun, 9 May 1999 00:42:53 +0300 (IDT) Date: Sun, 09 May 1999 00:42:53 +0300 (IDT) Date-warning: Date header was inserted by mail1.bezeqint.net From: Important_for@YourLife.com Subject: Why Jews Don't Beleive in ... To: Important_for@YourLife.com Message-id: <0FBF00MV9OBDI4@mail1.bezeqint.net> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dear Friend, Did you ever wonder why the Jewish people don't believe in the New Testament? How come for 2000 years the Jewish people have been dedicated to Judaism to the point of allowing themselves to be killed rather than convert to Christianity? In their 20 page scholarly work entitled "Why don't the Jewish people don't recognize the New Testament?", theological scholars Eliyahoo Silver and Isaac Even Zahav demonstrate that Christianity is based on mistaken premises, misperceptions, and misunderstanding of what God is really all about. These conclusions and insights may seem strange to many since they go against everything many people have learned all their lives. But, many have seen that in fact Truth is stranger than fiction, Truth has no friends, but we must accept the Truth; not my truth, not your truth....but God's Truth. Here are some excerpts from Eliyahoo Silver's and Isaac Even Zahav's scholarly work entitled "Why don't the Jewish people recognize the New Testament?" regarding the Oneness of God, Jesus as Messiah, Virgin Birth, and the Covenent God made with Noah The Oneness of God "The Jewish God is one, as it is written; "Hear Israel, Y-H-W-H is our God, Y-H-W-H is one." Deut. 6:4. So according to the Bible there is one God, and that One God is One. One means One; not two, not three, not three in one, not two in one, not three divisions of one, but One whole One Alone. ........ The ancient idol worshipping cultures believed that there are many different gods, but God made it very clear in the Bible that He is the One and only God. Christianity believes that God is divided into three parts; the father, the son and the holy ghost. They try to make one out of these three, because God clearly says in the Bible that He is One. However, by definition God is an ever present, all powerful, omniscient, intangible, and unlimited Being, therefore, by dividing God into 3 parts, by definition you thus limit Him. This cannot be so. Deut. 4:39: "Know therefore this day and consider it in your heart that the Lord He is God in heaven above, and upon the earth beneath; there is none else." Deut. 32:39: "See now that I, even I, am He, and there is no god with me." Isaiah 43:10: "I am He, before Me no god was created, neither shall there be after Me." Isaiah 44:6:"Thus saith the Y-H-W-H, the king of Israel, and his redeemer, the Lord of hosts; I am the first and I am the last, and beside me there is no god." Isaiah 45:18:"I am the Y-H-W-H and there is none else." Please notice that nowhere in the here is spoken about a trinity. The concept of trinity is nowhere to be found in the Old Testament or the New Testament. ... There is One God, and that One God is One. One means One. That is not two, not three, not three in one, not two in One, but One." Jesus as the Messiah "Who and what is the Messiah? Let us see according to the holy Hebrew scriptures what the Messiah is supposed to do as required and defined by God himself through His prophets. In Isaiah 2:4 it is written that in the messianic days the swords will be beaten into plowshares and the spears into pruninghooks. Isaiah 60:18: "Violence shall no more be heard in thy land, wasting nor destruction within your borders, but you shall call your walls Salvation and your gates Praise." Zechariah 14:11: "And there shall be no more destruction but Jerusalem will be safely inhabited. Amos 9:14-15: "And I will bring again the captivity of my people of Israel and they shall build the waste cities and inhabit them; and I will plant them upon their land, and they shall no more be pulled out of their land which I have given them, says Y-H-W-H your God." ... ... And then a Jew stands up and claims that he is the Messiah, the savior that is announced by the prophets. But he did not do what he was supposed to do, set the Jews free from their oppressors, the Romans, and establish an era of peace and tranquillity for the Jews and all mankind. Instead he gets killed and all that there is left of him is a collection of writings, called the New Testament. But he claimed that he would establish this all in THAT generation: See Mark 13:24-30 and Matthew 16:27-28; "Verily I say unto you; there be some standing here that shall not taste of death till they see the son of man coming in his kingdom." ... Unnecessary to say that he failed totally. ... .... By the Living Word of God Himself it is clear that the Messiah must redeem Israel and bring universal peace. However, this is not done by Jesus. On the contrary, after he was executed as a common criminal the temple got destroyed, and the Jewish people were exiled, and since then violent war after war has swept over the earth. In order to get around this problem, the christian church invented the second coming. However, nowhere in the Hebrew scriptures is it written that the messiah would come once, get killed, and come again in a second coming. This is a pure rationalization of Jesus failure to function in any way as a Messiah. ..." Virgin Birth "The angel tells Joseph (Matthew 1:22-23) that this is done in order to fulfill the word of the prophet; "Behold, a virgin shall be with child, and shall bring forth a son, and they shall call his name Emmanuel. ...This prophecy is quoted as being from Isaiah 7:14. There it says; "Behold a virgin shall conceive and bare a son and shall call his name Emmanuel." But for the Jewish reader that knows Hebrew, this also raises problems. The Hebrew word in Isaiah 7:14 that the King James translation translates as virgin is the Hebrew word "Almah". But, in Hebrew, the word "Almah" means young woman, NOT virgin. The Hebrew word for virgin is "Betulah". Therefore the word virgin in the king James translation of Isaiah 7:14 is a mistranslation. ... Nowhere in the Old Testament is a prophecy that the messiah will be born unto a virgin. In fact, virgins nowhere give birth in the Old Testament. This concept is only to be found in pagan mythology. By the way, if this was realy a virgin birth, than the requirement to be Messiah of being a direct paternal descandant of king David was not fullfilled.... To the Jews, what does this say about the reliability of the New Testament? " The Noachide and Israelite Covenants In conclusion Eliyahu Silver and Isaac Ewen Zahav point out that Gentiles must follow and live according to the Covenant that God made with Noah which requires descendants of Noah to follow seven catagories of laws known as the Seven Noachide Laws. Thus Noachidism is the proper religion of Gentiles. The seven catagories of Noachide commandments are: 1) Establish courts of law. 2) Do not blaspheme. 3) Do not worship idols. 4) Do not murder. 5) Do not commit adultery. 6) Do not steal. 7) Do not eat the limb of a live animal" Please learn these by memory and know these this day for this is what God commands you as descandants of Noah. For the Jewish people is is pointed out "The Jewish people have a different mission in life; "And you shall be unto me a kingdom of priests, a Holy nation." Exodus 19:6. For this reason the Jewish people have to live according 613 commandments commanded to them in their Holy book called the Torah and the Gentiles must be commited never to lead Jews astray from liveing by the Holy Torah. For more information on Noacidism how to join the Noachide movement if you are a Gentile, or, on Judaism and how to join a Jewish group if you are a Jew, we recomend you visit these oher great web sites. For Gentiles who want to join/form Noachide groups in your area http://www.fastlane.net/~bneinoah/world.html To learn the Seven Noachide Laws and their ramificiations in todays society gopher://gopher.chabad.org/11/outlook/7laws For Jews to learn the Torah so they can live a good Blessed Jewish life http://www.torah.org/programs/outsideinisrael.html For Jews to learn Torah on Mount Zion, Israel http://www.mznet.org/ For Jews worldwide to learn Torah or to experience a Sabbath in a warm, loving home http://www.chabad.org/ To read the full 20 page essay "Why the Jews don't believe in the New Testament" http://www.noachidetorah.home-page.org/ Current policy, music and insights of the re-established House of David http://www.thehouseofdavid.home-page.org/ To read the full copy of Eliyahu Silver's and Isaac Ewen Zahav's 20 page booklet titled: "Why don't the Jewish people recognize the new testament?" refer to our web sites at http://noachidetorah.mainpage.net/ or http://www.noachidetorah.allhere.com/ or search the keyword "CovenentDavid" in at least three search engines. Please feel free to download and share with your friends as we are sure this work will be a collectors item one day. To get Merit with God, make sure to tell this truth to all your friends, neighbors and collegues who are Gentiles that they must live by the Noachide Covenent and all the Jewish people that they must live in accordance with the Torah. The best way to live life is to serve God... properly and in Truth. Spread the Truth to all and God will shower us with His Blessing!!! The only way to acheive peace on earth is to live by God's rules so that God will then bestow peace upon us. This is the only way there will be peace on earth. To contact the writer by mail write Eliyahoo Silver P.O.B. 1651, zip code 91000, Jerusalem, Israel, or write the publisher by mail write Eliyahoo Silver C/O M. Ariel Cohen POB 32097 Jerusalem, Israel 91320. Thanks for subscribing to our mailing list of society and religion. We are sorry that it has been over two years for some who signed our mailing list and you may have forgotten about it but we hope you enjoy our message anyway. If you wish to be removed from future mailings, please simply and politely reply with the subject "Remove" to nocensores@altavista.net or nocensores@iname.com or Covenentdavid@iname.com or houseofdavid@joinme.com and you will happily be removed from any and all future mailings at no cost to you. Feel free to have your friends add themselves to our mailing lists by sending in their emails as many are already doing. "And it shall come to pass in the end of days, that the mountain of Y-H-W-H's house shall be established as the top of the mountains, and shall be exalted above the hills, and all nations shall flow unto it. And many peoples shall go and say ' Come ye, and let us go up to the mountain of Y-H-W-H, To the House of the God of Jacob, and He will teach us of His ways, and we will walk in His paths', for out of Zion shall come forth the Torah and the Word of Y-H-W-H from Jerusalem. And He shall judge between the nations, and shall decide for many peoples, and they shall beat their swords into plowshares, and their spears into pruninghooks, nation shall not lift up sword againt nation, neither shall they learn war anymore" Isaiah 2:2-4 Blessings from Mount Zion, Jerusalem, Israel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 8 19:10:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B9341566F for ; Sat, 8 May 1999 19:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA56877; Sat, 8 May 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5C7ED14DA8; Sat, 8 May 1999 19:06:42 -0700 (PDT) Message-Id: <19990509020642.5C7ED14DA8@hub.freebsd.org> Date: Sat, 8 May 1999 19:06:42 -0700 (PDT) From: crawford@cs.ucdavis.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11597: cmouse complaints: "/kernel: psmintr: out of sync (00c0 != 0008)". FAQ150 outdated. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11597 >Category: i386 >Synopsis: cmouse complaints: "/kernel: psmintr: out of sync (00c0 != 0008)". FAQ150 outdated. >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 May 8 19:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rick Crawford >Release: 3.1 >Organization: >Environment: FreeBSD 3.1-Release #0 Mon. Feb. 15 11:08GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: 6 month old Gateway with what seems to be Intellimouse (2 button + roller), ps/2 interface. syslog logs numerous complaints from line 1851 of /usr/src/sys/i386/isa/psm.c of form: "/kernel: psmintr: out of sync (00c0 != 0008)" Mouse operation is balky -- movement often is interpreted as cut/paste, yet intentional cut/paste is difficult. Not clear if these are separate problems from the out of sync msgs. >How-To-Repeat: start moused; move mouse >Fix: The old FAQ150 workaround of giving moused "flags" of 0x100 doesn't work -- moused no longer accepts that as input arg. Quick hardcoded hacks to moused.c didn't help. >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 May 8 21: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 962CB15772 for ; Sat, 8 May 1999 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 VAA62965; Sat, 8 May 1999 21:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail-gw3adm.rcsntx.swbell.net (mail-gw3.rcsntx.swbell.net [151.164.30.53]) by hub.freebsd.org (Postfix) with ESMTP id 15DF31546E for ; Sat, 8 May 1999 20:51:26 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (ppp-207-193-10-49.hstntx.swbell.net [207.193.10.49]) by mail-gw3adm.rcsntx.swbell.net (8.8.5/8.8.5) with ESMTP id WAA06585 for ; Sat, 8 May 1999 22:51:21 -0500 (CDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id WAA01708; Sat, 8 May 1999 22:52:45 -0500 (CDT) (envelope-from chris) Message-Id: <199905090352.WAA01708@holly.dyndns.org> Date: Sat, 8 May 1999 22:52:45 -0500 (CDT) From: Chris Costello Reply-To: chris@calldei.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11598: ppp(8) broken. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11598 >Category: bin >Synopsis: ppp(8) broken. >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 May 8 21:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 4.0-CURRENT i386 >Organization: None, whatsoever. >Environment: FreeBSD 4.0-CURRENT, CVSupped within 6 hours of 10:50 PM, May 8. >Description: mbuf code causes a core dump - either in Prepend code or Alloc code. >How-To-Repeat: run ppp from the time specified under environment. >Fix: Unfortunately, I don't have a fix. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 9 8: 0: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2E3D14ECB for ; Sun, 9 May 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA92426; Sun, 9 May 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mgate07.so-net.ne.jp (mgate07.so-net.ne.jp [210.132.247.37]) by hub.freebsd.org (Postfix) with ESMTP id 5160715691 for ; Sun, 9 May 1999 07:57:16 -0700 (PDT) (envelope-from sanewo@ba2.so-net.ne.jp) Received: from mail.ba2.so-net.ne.jp (mail.ba2.so-net.ne.jp [210.132.247.97]) by mgate07.so-net.ne.jp (8.8.8+3.0Wbeta9/3.6W99042816) with ESMTP id XAA06603 for ; Sun, 9 May 1999 23:57:12 +0900 (JST) Received: from ba2.so-net.ne.jp (root@p84b42b.sng2.ap.so-net.ne.jp [210.132.180.43]) by mail.ba2.so-net.ne.jp (8.8.8+3.0Wbeta9/3.7W99040113) with ESMTP id XAA12270 for ; Sun, 9 May 1999 23:57:07 +0900 (JST) Received: (from root@localhost) by ba2.so-net.ne.jp (8.9.3/8.9.3) id XAA06294; Sun, 9 May 1999 23:57:07 +0900 (JST) (envelope-from sanewo) Message-Id: <199905091457.XAA06294@ba2.so-net.ne.jp> Date: Sun, 9 May 1999 23:57:07 +0900 (JST) From: sanewo@ba2.so-net.ne.jp Reply-To: sanewo@ba2.so-net.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11608: vnconfig not supporting swap-backed vn device except via config file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11608 >Category: bin >Synopsis: vnconfig not supporting swap-backed vn device except via config file >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 May 9 08:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Takanori Saneto >Release: FreeBSD 4.0-CURRENT i386 >Organization: An individual >Environment: 4.0-CURRENT as of 1999-May-08 >Description: Without using config file (/etc/vntab), there is no way to configure vn device so it is swap-backed. To let vn device know it should be swap-backed, ``vn_file'' argument should be NULL. In vnconfig command, in the case of not using config file, vn_file will always be filled from argv, thus cannot be NULL. In the case of using config file, if ``regular-file'' part is in the form of "%xxx", it is interpreted as a swap-size spec and vn_file will be NULL. (this feature is not documented, BTW) >How-To-Repeat: >Fix: Possible fix is as follows: Index: /usr/src/usr.sbin/vnconfig/vnconfig.c =================================================================== RCS file: /sd0/FreeBSD/cvs/src/usr.sbin/vnconfig/vnconfig.c,v retrieving revision 1.9 diff -u -r1.9 vnconfig.c --- vnconfig.c 1999/03/14 09:20:01 1.9 +++ vnconfig.c 1999/05/08 12:42:21 @@ -196,7 +196,7 @@ if (argc < optind + 1) usage(); vndisks[0].dev = argv[optind++]; - vndisks[0].file = argv[optind++]; + if (!size) vndisks[0].file = argv[optind++]; vndisks[0].flags = flags; vndisks[0].size = size; vndisks[0].autolabel = autolabel; >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 May 9 8:10: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0791F15518 for ; Sun, 9 May 1999 08:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA93593; Sun, 9 May 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mgate06.so-net.ne.jp (mgate06.so-net.ne.jp [210.132.247.36]) by hub.freebsd.org (Postfix) with ESMTP id DFF0C154FB for ; Sun, 9 May 1999 08:09:00 -0700 (PDT) (envelope-from sanewo@ba2.so-net.ne.jp) Received: from mail.ba2.so-net.ne.jp (mail.ba2.so-net.ne.jp [210.132.247.97]) by mgate06.so-net.ne.jp (8.8.8+3.0Wbeta9/3.6W99042816) with ESMTP id AAA19583 for ; Mon, 10 May 1999 00:08:59 +0900 (JST) Received: from ba2.so-net.ne.jp (root@p84b42b.sng2.ap.so-net.ne.jp [210.132.180.43]) by mail.ba2.so-net.ne.jp (8.8.8+3.0Wbeta9/3.7W99040113) with ESMTP id AAA16079 for ; Mon, 10 May 1999 00:08:56 +0900 (JST) Received: (from root@localhost) by ba2.so-net.ne.jp (8.9.3/8.9.3) id AAA07029; Mon, 10 May 1999 00:08:56 +0900 (JST) (envelope-from sanewo) Message-Id: <199905091508.AAA07029@ba2.so-net.ne.jp> Date: Mon, 10 May 1999 00:08:56 +0900 (JST) From: sanewo@ba2.so-net.ne.jp Reply-To: sanewo@ba2.so-net.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11609: vnconfig -v reports page numbers, not bytes. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11609 >Category: bin >Synopsis: vnconfig -v reports page numbers, not bytes. >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 May 9 08:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Takanori Saneto >Release: FreeBSD 4.0-CURRENT i386 >Organization: an individual >Environment: FreeBSD 4.0-CURRENT as of 1999-May-08 >Description: With -v, vnconfig reports size of device. It reads ``bytes'', but it's actually the number of pages. >How-To-Repeat: See the value specified by -S option and the value printed by -v. >Fix: Index: /usr/src/usr.sbin/vnconfig/vnconfig.c =================================================================== RCS file: /sd0/FreeBSD/cvs/src/usr.sbin/vnconfig/vnconfig.c,v retrieving revision 1.9 diff -u -u -r1.9 vnconfig.c --- vnconfig.c 1999/03/14 09:20:01 1.9 +++ vnconfig.c 1999/05/09 15:03:46 @@ -294,7 +294,7 @@ } else { if (verbose) { printf( - "%s: %d bytes on %s\n", + "%s: %d pages on %s\n", dev, vnio.vn_size, file ); } >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 May 9 11:15:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 882F515AC5; Sun, 9 May 1999 11:15:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21960; Sun, 9 May 1999 11:15:48 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 9 May 1999 11:15:48 -0700 (PDT) From: Message-Id: <199905091815.LAA21960@freefall.freebsd.org> To: jin@iss-p5.lbl.gov, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: ports/7384: /usr/lib/libncurses.so.3.1 is old Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/lib/libncurses.so.3.1 is old State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 9 11:15:04 PDT 1999 State-Changed-Why: Satoshi marked this port MANUAL_PACKAGE_BUILD quite some time ago. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 9 14: 8:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ED0C215866; Sun, 9 May 1999 14:08:11 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA38167; Sun, 9 May 1999 14:08:11 -0700 (PDT) (envelope-from brian@FreeBSD.org) Date: Sun, 9 May 1999 14:08:11 -0700 (PDT) From: Message-Id: <199905092108.OAA38167@freefall.freebsd.org> To: chris@calldei.com, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11598: ppp(8) broken. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ppp(8) broken. State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Sun May 9 14:07:27 PDT 1999 State-Changed-Why: mbuf_Prepend() and fsm_Input() (and things it calls) now handle NULL mbufs correctly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 9 18:44:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail2.online.de (mail2.online.de [193.158.2.44]) by hub.freebsd.org (Postfix) with ESMTP id E687114F1B for ; Sun, 9 May 1999 18:44:18 -0700 (PDT) (envelope-from kjwolf@online.de) Received: from [193.158.146.162] (helo=solling.seismic.de) by mail2.online.de with esmtp (Exim 2.05 #15) id 10gf5c-0005f2-00 for freebsd-bugs@freebsd.org; Mon, 10 May 1999 03:42:41 +0200 Received: (from kjwolf@localhost) by solling.seismic.de (8.9.2/8.9.2) id CAA03736 for freebsd-bugs@freebsd.org; Mon, 10 May 1999 02:36:09 +0200 (CEST) (envelope-from kjwolf) From: Klaus-Juergen Wolf Message-Id: <199905100036.CAA03736@solling.seismic.de> Subject: Problem with /usr/share/misc/magic To: freebsd-bugs@freebsd.org Date: Mon, 10 May 1999 02:36:09 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! As I've seen, an entry in /usr/src/usr.bin/file/Magdir/ms-dos overrides the entries /usr/src/usr.bin/file/Magdir/wordperfect. (FreeBSD-STABLE) I think, the WordPerfect entry in ms-dos should be removed. cu k.j. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 9 19: 0:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from gw.caamora.com.au (jonath5.lnk.telstra.net [139.130.41.237]) by hub.freebsd.org (Postfix) with ESMTP id AE8E214C97 for ; Sun, 9 May 1999 19:00:13 -0700 (PDT) (envelope-from jon@gw.caamora.com.au) Received: (from jon@localhost) by gw.caamora.com.au (8.8.8/8.8.8) id MAA14851; Mon, 10 May 1999 12:00:11 +1000 (EST) (envelope-from jon) Message-ID: <19990510120010.C12959@caamora.com.au> Date: Mon, 10 May 1999 12:00:10 +1000 From: jonathan michaels To: Klaus-Juergen Wolf , freebsd-bugs@FreeBSD.ORG Subject: Re: Problem with /usr/share/misc/magic Mail-Followup-To: Klaus-Juergen Wolf , freebsd-bugs@FreeBSD.ORG References: <199905100036.CAA03736@solling.seismic.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199905100036.CAA03736@solling.seismic.de>; from Klaus-Juergen Wolf on Mon, May 10, 1999 at 02:36:09AM +0200 X-Operating-System: FreeBSD gw.caamora.com.au 2.2.7-RELEASE i386 X-Mood: i'm alive, if it counts Organisation: Caamora, PO Box 144, Rosebery NSW 1445 Australia Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 10, 1999 at 02:36:09AM +0200, Klaus-Juergen Wolf wrote: > Hi! > > As I've seen, an entry in /usr/src/usr.bin/file/Magdir/ms-dos overrides > the entries /usr/src/usr.bin/file/Magdir/wordperfect. (FreeBSD-STABLE) > > I think, the WordPerfect entry in ms-dos should be removed. why ? more importantly, what or how, those of us who use the msdos version of wordperfect are going to be effected by this proposed change. as my old english literature professor once said (he was commenting on the differences between wordperfect v4 and a then new apple mac word processing toy) "if you want to do wordprocssing, use a word procesor. if you want to play games and fiddle with gadgets use one of those new fangled apple toys" well its been some 25 years but its close to what he said and it seems to me to be as true now as it was back then. if you can explain to me why you think this is important and that it won't effect my usage of wordperfect msdos v5.0 then id say ok .. but remember, please, that not every body is fawning over those (in my opinion dangeriously useless) graphical user interfaces. regards jonathan not a ludite, i just can't stand gui's for personal use reasons. -- =============================================================================== Jonathan Michaels PO Box 144, Rosebery, NSW 1445 Australia =========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 9 20:34:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail2.online.de (mail2.online.de [193.158.2.44]) by hub.freebsd.org (Postfix) with ESMTP id BC3A714DEC for ; Sun, 9 May 1999 20:34:28 -0700 (PDT) (envelope-from kjwolf@online.de) Received: from [193.158.146.100] (helo=solling.seismic.de) by mail2.online.de with esmtp (Exim 2.05 #15) id 10ggh5-0006mD-00; Mon, 10 May 1999 05:25:27 +0200 Received: (from kjwolf@localhost) by solling.seismic.de (8.9.2/8.9.2) id FAA05752; Mon, 10 May 1999 05:08:16 +0200 (CEST) (envelope-from kjwolf) From: Klaus-Juergen Wolf Message-Id: <199905100308.FAA05752@solling.seismic.de> Subject: Re: Problem with /usr/share/misc/magic In-Reply-To: <19990510120010.C12959@caamora.com.au> from jonathan michaels at "May 10, 1999 12: 0:10 pm" To: jon@caamora.com.au (jonathan michaels) Date: Mon, 10 May 1999 05:08:16 +0200 (CEST) Cc: freebsd-bugs@freebsd.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Mon, May 10, 1999 at 02:36:09AM +0200, Klaus-Juergen Wolf wrote: > > Hi! > > > > As I've seen, an entry in /usr/src/usr.bin/file/Magdir/ms-dos overrides > > the entries /usr/src/usr.bin/file/Magdir/wordperfect. (FreeBSD-STABLE) > > > > I think, the WordPerfect entry in ms-dos should be removed. > > why ? > > more importantly, what or how, those of us who use the msdos > version of wordperfect are going to be effected by this > proposed change. The first line of the definitions (and the only line for the definition in the file ms-dos) is exactly the same, it won't influence any detection of "MS-DOS specific" WordPerfect documents if you remove that line from ms-dos. But it will allow the more detailed detection rules in the file wordperfect to work. > if you can explain to me why you think this is important and > that it won't effect my usage of wordperfect msdos v5.0 then id > say ok .. but remember, please, that not every body is fawning > over those (in my opinion dangeriously useless) graphical user > interfaces. I do think any change that makes a thing work is better than doing nothing and leaving the whole thing in a non-sensual state. cu k.j. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 9 21:31:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A47814F33; Sun, 9 May 1999 21:31:51 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Received: (from nectar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA65422; Sun, 9 May 1999 21:31:51 -0700 (PDT) (envelope-from nectar@FreeBSD.org) Date: Sun, 9 May 1999 21:31:51 -0700 (PDT) From: Message-Id: <199905100431.VAA65422@freefall.freebsd.org> To: nectar@nectar.com, nectar@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11433: dump munges device names greater than 16 bytes in /etc/dumpdates Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dump munges device names greater than 16 bytes in /etc/dumpdates State-Changed-From-To: open->closed State-Changed-By: nectar State-Changed-When: Sun May 9 21:31:23 PDT 1999 State-Changed-Why: /etc/dumpdates format was changed to allow 32 bytes for the raw device name. The revisions were: src/include/protocols/dumprestore.h 1.6 (CURRENT) src/include/protocols/dumprestore.h 1.5.2.1 (STABLE) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 9 21:46:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from gw.caamora.com.au (jonath5.lnk.telstra.net [139.130.41.237]) by hub.freebsd.org (Postfix) with ESMTP id B088A150D8 for ; Sun, 9 May 1999 21:46:33 -0700 (PDT) (envelope-from jon@gw.caamora.com.au) Received: (from jon@localhost) by gw.caamora.com.au (8.8.8/8.8.8) id OAA15061; Mon, 10 May 1999 14:46:25 +1000 (EST) (envelope-from jon) Message-ID: <19990510144625.E12959@caamora.com.au> Date: Mon, 10 May 1999 14:46:25 +1000 From: jonathan michaels To: Klaus-Juergen Wolf Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Problem with /usr/share/misc/magic Mail-Followup-To: Klaus-Juergen Wolf , freebsd-bugs@FreeBSD.ORG References: <19990510120010.C12959@caamora.com.au> <199905100308.FAA05752@solling.seismic.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199905100308.FAA05752@solling.seismic.de>; from Klaus-Juergen Wolf on Mon, May 10, 1999 at 05:08:16AM +0200 X-Operating-System: FreeBSD gw.caamora.com.au 2.2.7-RELEASE i386 X-Mood: i'm alive, if it counts Organisation: Caamora, PO Box 144, Rosebery NSW 1445 Australia Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hello, On Mon, May 10, 1999 at 05:08:16AM +0200, Klaus-Juergen Wolf wrote: > > On Mon, May 10, 1999 at 02:36:09AM +0200, Klaus-Juergen Wolf wrote: thank you fro your responce, the information is most helpfull. i was afraid of loosing a much needed functionality. i'm not a big fan of gui's, in particular, i find teh machintosh and microsoft versions very difficult to work with and x11 is not significantly better. but, it is a step in teh right directon. regards and thank you. jonathan -- =============================================================================== Jonathan Michaels PO Box 144, Rosebery, NSW 1445 Australia =========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 10 1:23:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from custos.callcenter.systemhaus.net (unknown [62.152.9.34]) by hub.freebsd.org (Postfix) with ESMTP id 67C94156FA; Mon, 10 May 1999 01:23:51 -0700 (PDT) (envelope-from wefa@callcenter.systemhaus.net) Received: (from smap@localhost) by custos.callcenter.systemhaus.net (8.8.5/8.8.5) id KAA12399; Mon, 10 May 1999 10:23:45 +0200 (CEST) Received: from kassandra.otelo-call.de(194.233.120.15) by custos.otelo-call.de via smap (V2.1) id xma012397; Mon, 10 May 99 10:23:39 +0200 Received: from otc.otelo-call.de (otc.otelo-call.de [194.233.120.22]) by kassandra.otelo-call.de (8.8.5/8.8.5) with ESMTP id KAA05144; Mon, 10 May 1999 10:23:39 +0200 (CEST) Received: from OTC/SpoolDir by otc.otelo-call.de (Mercury 1.31); 10 May 99 10:23:39 +0100 Received: from SpoolDir by OTC (Mercury 1.31); 10 May 99 10:23:17 +0100 From: "Christoph Weber-Fahr" Organization: O.tel.o Communications GmbH To: dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org Date: Mon, 10 May 1999 10:23:14 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: kern/11357: unable to record kernel -c changes (yes!) In-reply-to: <199905080428.VAA15804@freefall.freebsd.org> X-mailer: Pegasus Mail for Windows (v2.54) Message-ID: <36563744459B@otc.otelo-call.de> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 7 May 99 , 21:28 you wrote: > Synopsis: unable to record kernel -c changes (yes!) > > State-Changed-From-To: open->closed > State-Changed-By: dcs > State-Changed-When: Fri May 7 21:26:11 PDT 1999 > State-Changed-Why: > Kget's error message is just an inconsequential warning. > kget >/boot/kernel.conf will work even if it displays that message. Obviously it does ... but this is not the problem I reported, just some hint on a possible source of it. The problem is: unable to record kernel -c changes If it worked as advertized, kernel -c changes would get written back somewhere automatically, even if that somewhere is, as documented in ERRATA.TXT, not the place it should be. In my system they don't get written back at all. This problem is actually here, verifiable, repeatable. If you need more information on this, please tell me. So, could you, please, at least reopen that PR ? Regards, Christoph Weber-Fahr ________________________________________________________ Christoph Weber-Fahr wefa@callcenter.systemhaus.net O.tel.o Communications GmbH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 10 2:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CD7D1513E for ; Mon, 10 May 1999 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA97552; Mon, 10 May 1999 02:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from vlsi.cs.caltech.edu (vlsi.cs.caltech.edu [131.215.131.129]) by hub.freebsd.org (Postfix) with ESMTP id 39F4514CB4 for ; Mon, 10 May 1999 02:16:14 -0700 (PDT) (envelope-from root@obelix.cs.caltech.edu) Received: from obelix.cs.caltech.edu (obelix.cs.caltech.edu [131.215.78.67]) by vlsi.cs.caltech.edu (8.9.1/8.9.1) with ESMTP id CAA00895 for ; Mon, 10 May 1999 02:16:03 -0700 (PDT) Received: (from root@localhost) by obelix.cs.caltech.edu (8.8.8/8.8.7) id CAA23966; Mon, 10 May 1999 02:16:01 -0700 (PDT) Message-Id: <199905100916.CAA23966@obelix.cs.caltech.edu> Date: Mon, 10 May 1999 02:16:01 -0700 (PDT) From: The System Mangler Reply-To: mika@cs.caltech.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11623: quot uses 32-bit integers for its calculations Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11623 >Category: bin >Synopsis: quot uses 32-bit integers for its calculations >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 May 10 02:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: The System Mangler >Release: FreeBSD 3.0-CURRENT i386 >Organization: Asynchronous Systems Architecture Project Department of Computer Science California Institute of Technology >Environment: By now old 3.0-CURRENT (mid/late 1998 version) >Description: When running quot, if you have users who use more than 2GB on a single disk, the information gets screwed up in the predictable 2's complement way. To be honest, I am not sure if this is a bug in the program (i.e., maybe it is supposed to be able to handle the situation). The comments are too sparse for me to make out exactly what the ksz-indexed arrays are for. Maybe it's already been fixed? This is my version: static const char rcsid[] = "$Id: quot.c,v 1.8 1998/01/17 16:45:03 bde Exp $"; >How-To-Repeat: Find a disk with hogs on it, run quot. >Fix: Convert the program to use larger data types. >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 May 10 2:40: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FA3014E5E for ; Mon, 10 May 1999 02:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA99743; Mon, 10 May 1999 02:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 May 1999 02:40:03 -0700 (PDT) Message-Id: <199905100940.CAA99743@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Warren Toomey Subject: Re: i386/11575: sio.c silo overflows during X usage Reply-To: Warren Toomey Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11575; it has been noted by GNATS. From: Warren Toomey To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: i386/11575: sio.c silo overflows during X usage Date: Mon, 10 May 1999 19:36:47 +1000 (EST) I have found a workaround to this problem. I have a 3DImage975 AGP video card, and I'm using the XFree86 3.3.3.1 SVGA X server which has acceleration for this card. If I disable this acceleration, there are no sio.c silo overflows in FreeBSD-3.1-STABLE. Relevant kernel dmesgs and X server output when running with no acceleration: vga0: rev 0xf3 int a irq 12 on pci1.1.0 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa XFree86 Version 3.3.3.1 / X Window System (protocol Version 11, revision 0, vendor release 6300) Release Date: December 29 1998 Operating System: FreeBSD 3.0-CURRENT i386 [ELF] Configured drivers: SVGA: server for SVGA graphics adaptors (Patchlevel 0): tvga8200lx, tvga8800cs, tvga8900b, tvga8900c, tvga8900cl, tvga8900d, tvga9000, tvga9000i, tvga9100b, tvga9200cxr, tgui9400cxi, tgui9420, tgui9420dgi, tgui9430dgi, tgui9440agi, cyber9320, tgui9660, tgui9680, tgui9682, tgui9685, cyber9382, cyber9385, cyber9388, cyber9397, cyber9520, 3dimage975, 3dimage985, generic Using syscons driver with X support (version 2.0) (using VT number 4) XF86Config: /etc/XF86Config (--) Trident chipset version: 0xf3 (3DImage975) (--) SVGA: Revision 0. (--) SVGA: TV interface is NTSC (--) SVGA: DAC is enabled for TV (--) SVGA: VGA display is connected. (--) SVGA: Using Trident programmable clocks (--) SVGA: chipset: 3dimage975 (--) SVGA: videoram: 4096k (**) SVGA: Option "noaccel" (**) SVGA: Using 16 bpp, Depth 16, Color weight: 565 (--) SVGA: Maximum allowed dot-clock: 230.000 MHz (**) SVGA: Mode "1024x768": mode clock = 65.000 (**) SVGA: Mode "800x600": mode clock = 50.000 (**) SVGA: Mode "640x480": mode clock = 36.000 (--) SVGA: Virtual resolution set to 1024x768 (--) SVGA: Using Linear Frame Buffer at 0x0d8000000, Size 4MB (**) SVGA: Disabled Graphics Engine. so perhaps something in the acceleration code is causing silo overflows. Perhaps it's because the use of the AGP bus locks out interrupts from the UART? I haven't had any mouse problems, tho. Thanks, Warren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 10 6:20: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58B331521F for ; Mon, 10 May 1999 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 GAA29679; Mon, 10 May 1999 06:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5334E1504A; Mon, 10 May 1999 06:12:52 -0700 (PDT) Message-Id: <19990510131252.5334E1504A@hub.freebsd.org> Date: Mon, 10 May 1999 06:12:52 -0700 (PDT) From: mattiasa@stacken.kth.se To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: conf/11626: /var/log/kerberos is rotated Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11626 >Category: conf >Synopsis: /var/log/kerberos is rotated >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 May 10 06:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mattias Amnefelt >Release: >Organization: >Environment: >Description: A kerberos server normaly saves its logs in /var/log/kerberos.log This file is automaticly rotated by newsyslog once per day. This logfile really shouldn't be touched by the system default. >How-To-Repeat: >Fix: ed /etc/newsyslog.conf /kerberos d w q >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 May 10 8:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B535B1565E for ; Mon, 10 May 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA04814; Mon, 10 May 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8F51114CEB; Mon, 10 May 1999 08:06:19 -0700 (PDT) Message-Id: <19990510150619.8F51114CEB@hub.freebsd.org> Date: Mon, 10 May 1999 08:06:19 -0700 (PDT) From: lampa@fee.vutbr.cz To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11627: Bad CHAR_MAX/MIN definition in Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11627 >Category: i386 >Synopsis: Bad CHAR_MAX/MIN definition in >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 10 08:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Petr Lampa >Release: 3.0 >Organization: Dept. of Computer Science >Environment: FreeBSD www.fee.vutbr.cz 3.0-CURRENT FreeBSD 3.0-CURRENT #1 >Description: The definition of CHAR_MAX/MIN in /usr/include/machine/limits.h (sys/i386/limits.h) doesn't reflect -funsigned-char compile switch ... >How-To-Repeat: >Fix: # ifdef __CHAR_UNSIGNED__ # define CHAR_MIN 0 # define CHAR_MAX UCHAR_MAX # else # define CHAR_MIN SCHAR_MIN # define CHAR_MAX SCHAR_MAX # endif >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 May 10 11: 0:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6750715D84 for ; Mon, 10 May 1999 11:00:14 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA27469 for freebsd-bugs@freebsd.org; Mon, 10 May 1999 11:00:08 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 10 May 1999 11:00:08 -0700 (PDT) Message-Id: <199905101800.LAA27469@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge f [1997/11/24] bin/5139 portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT o [1998/05/13] bin/6627 TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 [PATCH] Fix for Cyrix I8254 bug o [1998/05/19] kern/6689 kern_physio.c splits requests breaking cd o [1998/06/11] kern/6914 FreeBSD 2.2.6-RELEASE and NFS is UNSTABLE o [1998/06/14] i386/6944 icu_ipl.s does has a case commented as ca o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/17] kern/7649 fenner [MFC] /sys/netinet/if_ether.c: "permanent o [1998/09/03] kern/7822 Machine Reboots without reason o [1998/09/06] kern/7843 Unable to install FreeBSD on Tekram DC-39 o [1998/09/08] i386/7859 fatal trap 12 in midi_synth_input o [1998/09/14] kern/7927 Fatal trap 12: page fault while in kernel o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 peter gcc -pipe xxx.s hangs o [1998/10/06] i386/8179 Install failure with motherbord using SIS o [1998/10/08] i386/8214 Install 3.0-19981006-BETA fails o [1998/10/16] kern/8345 mmap(2) hangs when dealing with certain f o [1998/10/27] kern/8473 Excessive virtual memory consumption with o [1998/11/01] kern/8532 3.0-RELEASE panics with standard SMP kern o [1998/11/04] conf/8576 server goes down when client mount its fi a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/21] i386/8787 install process hangs while adding defaul o [1998/11/24] ports/8829 torstenb Fix port: security/ssh o [1998/11/24] kern/8851 mounting an unconfigured device causes a o [1998/11/25] kern/8861 under heavy (multi interface) traffic ep0 o [1998/12/01] i386/8922 can't detect wdc1 on Abit LX6 motherboard o [1998/12/05] kern/8973 trap 12: page fault while in kernel mode o [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1998/12/14] kern/9081 3.0-RELEASE dies starting AP on dual PPro a [1998/12/22] kern/9178 -current ipfw.ko with ELF kernel doesn't o [1998/12/30] kern/9249 Panic on 2.2.8-STABLE when accessing wcd o [1999/01/02] kern/9282 2nd IDE controller on Ali chipset motherb o [1999/01/03] kern/9294 IDE controller not being detected even wi o [1999/01/03] ports/9295 torstenb Y2K problem with inn port o [1999/01/05] kern/9334 cp fails for 2048 Bytes/sector media o [1999/01/13] kern/9479 timeout while detect SCSI disks in recent o [1999/01/26] i386/9709 Kernel page faults during boot with 2GB R o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/02] misc/9885 BIND 8.1.2 core dumping o [1999/02/04] kern/9909 Writing incomplete blocks to /dev/nrst0 h o [1999/02/11] bin/10035 3.0-STABLE, rc.shutdown is still ignored. o [1999/02/14] docs/10088 doc Documentation search results o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm o [1999/02/21] i386/10188 Cannot get system to boot after Installti o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/03/01] kern/10332 System freezes during certain SCSI activi o [1999/03/01] bin/10344 Core dump in gethostbyaddr for 199.93.70. o [1999/03/02] kern/10357 spontaneous crashes o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro o [1999/03/05] i386/10400 missing some library files... o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/12] misc/10566 obrien patch dhcpc problem on /etc/pccard_ether o [1999/03/17] kern/10636 ipfw problems o [1999/03/19] i386/10683 I have a buslogic BT-948 FW controller. W o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/23] kern/10752 Kernel panic (?) trap 12: page fault whil o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/29] kern/10866 ahc2740 panic o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/03/31] kern/10886 kernel tries to initialize xl driver in 3 o [1999/03/31] i386/10895 kernel panic on boot o [1999/04/05] i386/10958 failed to "make world" after "cd /usr/sr o [1999/04/05] kern/10959 3.1-STABLE crashes due to a floppy mount o [1999/04/05] ports/10965obrien lcc-3.6 unable to compile anything o [1999/04/05] misc/10972 NTPv$ 92e fails to buuild on stable-3.1 p o [1999/04/08] kern/11023 Synchronous PPP not functional in leased o [1999/04/08] gnu/11038 tar needs bzip2 from ports o [1999/04/09] kern/11047 I cannot read from the kern.flp floppy I o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/14] kern/11132 panic: ufs_dirbad: bad dir o [1999/04/14] kern/11146 2nd ISA Cyclades-Y not recognised under 3 o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 kernel mode page fault o [1999/04/19] misc/11216 Power fail versus Fsck changed my life. o [1999/04/19] kern/11226 Invalid files on disk after fsync o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/21] ports/11263chuckr lister.lo listed twice in a2ps-4.12's lib o [1999/04/21] i386/11268 DEC FDDI PCI Adapter doesn't work... o [1999/04/22] i386/11278 FreeBSD Version 3.1 reboots repeatedly (c f [1999/04/22] i386/11281 make world on -stable failed o [1999/04/23] i386/11298 Enabling IDE DMA on Opti Viper-M crashes o [1999/04/26] kern/11330 page fault in generic_bzero o [1999/04/26] bin/11335 find hangs in `nfsrcv' on local filesyste o [1999/04/26] conf/11343 worm; problems with installation and boot o [1999/04/26] docs/11348 doc Correction to previous Y2K information o [1999/04/26] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/04/27] ports/11359ports rvplayer 5.0 (Linux) cases ncr PCI SCSI d o [1999/04/28] bin/11374 MAN program problems o [1999/04/29] kern/11380 PAO3 won't recognize a USR/Megahertz PCMC o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/03] kern/11470 V3 NFS problem o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/06] kern/11533 NFS v3 locks up on large file transfers o [1999/05/10] i386/11627 Bad CHAR_MAX/MIN definition in 122 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte f [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo f [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in o [1996/10/15] kern/1812 dg vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor f [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/09] kern/3244 ipfw flush closes connections o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] gnu/3441 obrien C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe f [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/07] kern/4487 Kernel panic executing a directory o [1997/09/08] bin/4497 Reverse DNS fails for some CIDR *.IN-ADDR o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/24] kern/4843 48 meg double fault moved to 64 meg in 2. o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/04] bin/4939 uuxqt unable to execute rnews program o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] bin/5084 wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/20] bin/5105 mount_cd9660 or mount -t cd9660 fails to o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk s [1997/12/02] bin/5189 rcmd(3) only allows one hardcoded connect o [1997/12/03] misc/5207 Examples for /etc are not in /usr/share/e o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/05] bin/5661 /sbin/dump never finishes o [1998/02/09] bin/5693 groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] bin/5733 cp -r cannot copy un-writable directories o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 f [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/12] kern/5991 panic: free vnode isn't o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/14] bin/6004 cron in -CURRENT sometimes fails to proce o [1998/03/14] bin/6005 -CURRENT cron dies after short periods of o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/20] bin/6074 imp Incremental dumps are backing up unchange o [1998/03/22] i386/6099 des LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/07] kern/6242 vnode disk driver too unstable in -STABLE o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/16] bin/6317 with -8E flags telnet still goes to comma o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac a [1998/05/01] kern/6481 se Patches for VIA Socket 7 chipsets o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] kern/6574 ipfw crash with DIAGANOSTICS o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 jkh "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/16] kern/7299 USER_LDT hangs Linux-emulated Netscape o [1998/07/17] bin/7309 jb pthread_attr_setscope() missing o [1998/07/18] i386/7311 "Probing devices" hangs computer with err o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/13] bin/7602 df stay in disk wait o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 o [1998/08/20] i386/7698 scotty/tkined library error s [1998/08/22] kern/7713 fenner [MFC] problem with reusing ports with mul o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/08/30] kern/7781 Problem with setpassent(), getpwnam() and o [1998/08/31] kern/7793 kernel wedges when netscape exits o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 fenner libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] i386/7898 erich linux_lib-2.4 lacks libc.so.6 o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/13] kern/7925 sendmail, inetd SIGSEGV after forking aft o [1998/09/15] ports/7931 torstenb Ssh allows root login with no password f [1998/09/15] bin/7943 des ftpd: ~ is ~root! o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/19] conf/7989 if we enable firewall and natd we losing o [1998/09/22] conf/8031 [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded f [1998/09/29] ports/8088 torstenb short writes using ssh-1.2.* o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/11] ports/8276 hosokawa samba's WINS database gets removed during o [1998/10/12] bin/8281 writev() in libc_r causes loop o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/16] conf/8350 Problems with /etc/rc.firewall o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg o [1998/10/22] kern/8416 vm_fault might deadlock when locking back s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/23] gnu/8425 3.0's gdb can't read 3.0's kernel to debu o [1998/10/23] bin/8426 gprof still expects gmon.out o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/24] bin/8440 3.0-RELEASE has wrong permissions on game o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/30] kern/8500 FreeBSD 3.0 thread scheduler is broken o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/04] bin/8573 nvi 1.79 SIGSEGVs on any address in .exrc o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/06] kern/8585 bktr driver does not correctly identify I o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 peter exmh2 has problems with some date formats s [1998/11/09] misc/8623 wollman [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads o [1998/11/18] bin/8739 atoi and modunload o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/21] bin/8790 [PATCH] Buffer overrun in nvi-1.79 (explo o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console o [1998/11/27] i386/8870 Installworld falls over in /usr/src/sys/i o [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/12/01] kern/8919 using Acceleport 8r o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/03] kern/8952 close() blocks forever after fork() in th o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/07] ports/9002 torstenb mirror reuses obsolete temporary db file o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/13] bin/9066 init ignore rc.shutdown o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] bin/9162 [Patch] pthreads GC breaks signal handlin o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/22] kern/9171 maxusers 1024 results in unbootable kerne f [1998/12/22] ports/9177 erich linux_lib buggy and outdated o [1998/12/24] ports/9191 obrien tcplist port dosnt work o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/29] i386/9237 pthread_exit doesn't exit o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/03] bin/9292 Cron's logs are in /var/cron, not /var/lo o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9362 "lpc start queue" doesn't work in 3.0-R & o [1999/01/07] kern/9367 src/sys/dev/dpt/dpt_control.c can cause a o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/09] kern/9413 profiling does not work with elf kernels o [1999/01/10] i386/9431 wd.c Does nto recognize certain LBA disks o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/11] i386/9441 dset doesn't work with ELF kernels o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/12] bin/9464 Fix for fetch ignoring FTP_PASSIVE_MODE e o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 doc many typos in groff_mm(7) o [1999/01/23] ports/9641 steve tiff port upgraded to 3.4-beta37 o [1999/01/24] ports/9665 ache cannot start apache server o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/25] ports/9688 cwt The current tcl80 port has problems, does o [1999/01/26] bin/9695 a typo in /usr/obj/aout/usr/src/tmp/usr/i o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/01/31] bin/9849 mknod is missing from libc_r o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W o [1999/02/03] kern/9894 FreeBSD crash totaly when "mount /dev/fd o [1999/02/04] misc/9903 thread enabled program can't use popen/sy o [1999/02/04] kern/9910 Heavy traffic renders FreeBSD acting as f s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/06] gnu/9938 NetBSD *1.4* was not defined in mdoc macr o [1999/02/07] i386/9942 File "libkrb.so.3" missing and needed by o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/10] kern/10013 msdos floppy disk mounts o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] kern/10029 many vm_fault: pager read errors o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/11] bin/10039 Binaries from a "fixit" CD can't find ld- o [1999/02/12] docs/10059 dillon MALLOC(9) manpage not updated to reflect o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/13] bin/10071 flags given to chflags depend on sequence o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En a [1999/02/14] ports/10094jfitz autogeneration of msql user failed o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/16] kern/10125 yokota Screen saver crashes a [1999/02/17] docs/10135 doc Change to Documention Regarding Upgrades o [1999/02/18] kern/10145 ELF interpreter loading in chrooted situa o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/22] kern/10209 natd stopped to worked since i upgraded f o [1999/02/23] kern/10226 Filesystem stress test crashes FreeBSD 3. o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/25] kern/10266 gibbs SCSI scanner times out when scanning o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/01] bin/10341 memory leak in setenv(3) o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/02] bin/10366 /usr/libexec/ld-elf.so.1: Invalid File Fo o [1999/03/03] ports/10373nate Increasing kernel file descriptors causes o [1999/03/03] kern/10376 yokota Screen saver panics o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/04] kern/10387 2.2.7 hangs when trying to write on defec o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/06] misc/10418 libpam is built before libradius/libtacpl o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/07] i386/10468 tftpd becomes zombie after one use hangin o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/09] bin/10511 incorrect return value in kvm_read(3) and o [1999/03/10] i386/10533 A bug in the meteor driver causes kernel o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/13] kern/10570 adrian Route delete with many routes on single i o [1999/03/13] ports/10579phk Error with Network discovery in tkined (p o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10615 make installworld DESTDIR=/some/dir o [1999/03/16] kern/10616 MSP3400C audio chip from Hauppauge WinTV- o [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/19] kern/10676 3.1-RELEASE deadlocks under load with pro o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/22] gnu/10740 Fatal GCC error o [1999/03/23] kern/10747 ipfirewall `deny' rules act as `reject' f o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/24] kern/10780 executing gzipped shell scripts panics th o [1999/03/25] bin/10784 `make aout-to-elf-build' died in /usr/src o [1999/03/25] bin/10785 make aout-to-elf-install died in info tar o [1999/03/25] kern/10789 Second config of kernel doesn't overwrite o [1999/03/26] bin/10805 h2ph incorrectly deals with #error and #w o [1999/03/26] bin/10807 host(1) is broken - multiple options in o o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 wd.c STILL cannot recognize correct disk o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] misc/10879 Cannot build aout binaries under 3.1-RELE o [1999/03/30] bin/10880 Profiler libraries missing o [1999/03/31] kern/10889 kernel panics during ipfw flush with dumm o [1999/04/01] bin/10912 Fix to prevent infinite loops on missing o [1999/04/03] i386/10928 su reboots the system after one day uptim o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/04] ports/10943ports "ports/print/teTeX-beta# make install" fa o [1999/04/04] ports/10946se kdm 1.1 does not work correctly - XBINDIR o [1999/04/04] conf/10947 Entering daylight time at 2am loses /etc/ o [1999/04/05] bin/10963 brian date -v dosen't quite work o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10985 make .NOTPARALLEL special target is broke o [1999/04/06] bin/10991 lpd hangs system if printer not ready on f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/07] bin/11008 3.1 fbsdboot.exe is broken. install.bat i o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/10] ports/11059ache ports/security/pgp does not extract o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts f [1999/04/12] kern/11100 ken Pioneer SCSI CD changer not detected by s o [1999/04/13] kern/11115 Sockets die in LAST_ACK and FIN_WAIT_1 st s [1999/04/13] ports/11116billf gtk interversion compatibility never work o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/14] bin/11137 /bin/ps output loses the values for all p o [1999/04/16] kern/11164 The ie network driver panics during the i o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/17] docs/11182 doc [Patch] doc/en/handbook/kernelconfig/chap o [1999/04/18] kern/11199 3.1-RELEASE kernel page fault (trap 12) u o [1999/04/18] i386/11200 AMD PCnet lnc0/lnc1 problem o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/19] bin/11221 comm doesn't obey current locale collatio s [1999/04/20] ports/11239obrien mutt 0.95.4 fails to detect sendmail loca o [1999/04/20] bin/11247 fetch doesn't notice FTP error after RETR o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/22] kern/11280 3.1-STABLE panics under heavy SCSI load, o [1999/04/22] bin/11283 fetch http-timeout/timestamp bug o [1999/04/23] i386/11291 anic: ffs_alloccg: map corrupted o [1999/04/23] bin/11296 fetch(1) fails to resolve names in http m o [1999/04/23] kern/11299 Recent kernels have broken symbol tables, o [1999/04/24] bin/11303 whereis(1) doesn't properly handle names o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] kern/11367 Kernel crashing after mounting read only o [1999/04/28] bin/11371 make world as of 27Apr99 in current kills o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/01] kern/11435 IPFW had no per-uid or per-gid rule suppo o [1999/05/02] docs/11438 doc clueless how to discover my NE2000 clone o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/03] bin/11464 union copies likely broken for alpha egcs o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/03] kern/11469 Adaptec 1542B version 3.10 not recognized o [1999/05/03] pending/11472gnats-adminunprivilaged user takes all file descript o [1999/05/04] kern/11490 VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] ports/11521ports Broken openssl port & Apache 1.3.6 o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 [PATCH] Networking patches to increase # o [1999/05/06] ports/11535ports Problems with cyrillic support. o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/08] i386/11575 sio.c silo overflows during X usage o [1999/05/08] bin/11594 hang problem in INETD o [1999/05/09] ports/11612dburr Fix: editors/AbiWord 594 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables a [1995/05/27] gnu/450 tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for o [1995/12/17] kern/900 dg ext2fs triggers divide by zero trap in vn a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/08/19] kern/1514 dg mlock fails on readonly regions o [1996/08/20] kern/1516 dg vm_fault.c contains dead code or too many o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 dwhite ppp server doc submission s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad o [1996/12/08] bin/2184 peter sendmail has lots of trouble with local d s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/26] bin/2291 [PATCH?] race condition in /etc/master.pa s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/15] bin/2499 des fetch ftp://bla bla doesn't bail in disk o [1997/01/21] bin/2556 Patch for calendar.c o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/01/31] bin/2630 [PATCH] xargs does excessive and inconsis o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/10] bin/2703 jmg vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/23] kern/2806 new kernel tags script o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/05] bin/3506 [PATCH] more did not show iso-8859-n char o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3558 make reinstall collapses on install-info s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. a [1997/05/30] docs/3720 nik Addition for supported Hardware o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/16] conf/3886 peter install does not build sendmail host stat o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/24] bin/4163 archie ftp core dumps after hitting control-C s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty f [1997/08/03] kern/4221 brian Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user a [1997/08/09] kern/4255 SMP kernel freezes on machines with >2 CP o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) a [1997/08/13] gnu/4290 ache man wrong viewed koi8-r manpages and neqn o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti f [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/23] docs/4833 msmith Manual page missing for pccardc o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] bin/5047 ipfw(8) IP address resolving problem if o o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM o [1997/11/26] misc/5153 jkh release file checksums in wrong file s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde s [1998/01/08] bin/5451 roberto [PATCH] halt/reboot does not execute /etc o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/15] docs/5487 doc Adding documentation for scsi(8) usage wi o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long s [1998/03/18] ports/6053 kuriyama new port request: korean/hanIM o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 peter another squid ports o [1998/03/30] ports/6181 dburr New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/04/20] bin/6359 routed does sent router discovry solicita s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/09] conf/6559 jkh Upgrade processing clobber's ~root/{.cshr o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue f [1998/05/16] bin/6653 The rc script sometimes produces errors w s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w o [1998/05/18] docs/6681 doc docu. addition o [1998/05/19] ports/6699 ports New port: the Generic NQS system s [1998/05/21] conf/6711 [PATCH ?] I've seen that fortune before a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/11] bin/6919 can not run multiple instances of /sbin/r o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/13] bin/6937 [PATCH] rc.firewall can't be run from net o [1998/06/13] bin/6939 restore does not set the correct uid on d o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b s [1998/06/24] bin/7063 mount fails if $PWD does not exist o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/28] bin/7101 /sbin/ipfw unexpected variant treatment o s [1998/06/29] bin/7117 flex -I option is broken s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top s [1998/07/05] kern/7177 [PATCH] Support for "Video Highway Xtreme s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco f [1998/07/07] i386/7201 (cpu == CPU_686) in pmap.c shoud also app s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra o [1998/07/11] bin/7254 release: multiple versions of write_mfs_i o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/15] bin/7294 lpr -r file fails to remove file because o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad o [1998/07/21] conf/7348 Default answer 'NO' in network configurat o [1998/07/21] bin/7352 libc generates spurious warnings when use a [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. a [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7485 vanilla New port: Xterminal-0.2 s [1998/08/06] i386/7510 [PATCH] syscons and vidcontrol to support s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 NIS Makefile.dist: NOPUSH replaced by REM o [1998/08/13] bin/7607 GTAGS patch for nvi has posibility of buf o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] ports/7680 billf New port of tn5250 o [1998/08/19] conf/7682 Cron logfile in the wrong place o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang a [1998/08/25] misc/7741 enhancement to tcpdump to print LCP/PAP/C o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/27] misc/7759 proflibs installation error, libcrypt_p.a o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr a [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] ports/7814 andreas postgreqsl docs are broke o [1998/09/02] i386/7816 [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] bin/7855 cpp should define __ELF__ if objformat = o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] misc/7873 poor initial configuration and documentat f [1998/09/09] ports/7875 dwhite NEW PORT: lcdproc o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/12] bin/7907 ipfw command line parsing o [1998/09/13] docs/7914 doc no elf(5) manpage o [1998/09/14] conf/7928 Patch to allow execution of an IPFW shell o [1998/09/15] ports/7932 torstenb man zshall doesn't work o [1998/09/16] bin/7944 `restore f foo' gets sigsegv o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8011 libc_r does not have pread() or pwrite() o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd f [1998/09/28] ports/8078 luigi port audio/nas fails for me o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] bin/8164 [patch] repquota incorrectly reports quot o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/08] ports/8217 ache www/netscape4-*: avoid `ns-install' o [1998/10/12] bin/8295 order of options in printcap causes some f [1998/10/13] bin/8301 des "ls -B" and "ls -b" misprint o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] bin/8348 [PATCH] zforce(1) is broken: fix o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 f [1998/10/17] bin/8367 /stand/sysintall is screwing up my /etc/r o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/21] bin/8405 There is extra ping.o o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/23] kern/8428 Is FreeBSD 3.0-RELEASE support 640MByte M o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] kern/8444 pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/26] kern/8456 SMP kernel fails with Everex PO-6200 Dual o [1998/10/27] bin/8466 bind man pages not installed by 3.0 make a [1998/10/27] docs/8472 billf da(4) references nonexistent da(9) o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/10/31] ports/8521 itojun Some manpages are not usable with tiff-3. o [1998/11/01] conf/8531 sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/02] docs/8547 doc Various updates to authors.sgml, printing o [1998/11/03] kern/8550 strip kernel before moving it during make o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> s [1998/11/03] kern/8560 des [REMINDER] bpfilter is deprecated and sho o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] ports/8620 asami New option to colorls - -K, color only to o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/09] bin/8637 fgetpos()/fsetpos() don't work for >2GB f o [1998/11/10] docs/8640 doc proposed change of 4.5 o [1998/11/11] misc/8654 SYSV options allow WINE to run, but Netsc s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8665 billf /usr/bin/mail -u user not worked if exist o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/15] kern/8703 NFS Freezes when copying files from 3.0 t o [1998/11/18] kern/8747 [PATCH] fixes for systags.sh o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 doc some suggested text for describing passwo o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/28] bin/8880 billf cp missing verbose switch o [1998/11/28] bin/8881 billf mv missing verbose switch o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/30] bin/8905 suggested change of 'ipfw show' layout o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] ports/8920 sada netscape java displaying on ncd xterm cra o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/04] kern/8960 lnc driver does not set IFF_MULTICAST o [1998/12/04] bin/8966 yp_mkdb does not accept standard automoun o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/08] kern/9026 natd o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and o [1998/12/12] bin/9064 [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/19] bin/9135 tar doesn't back up device files o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/20] ports/9150 nate Ports depending on jdk need to know where o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] conf/9246 allscreens_flags in /etc/rc.conf not work o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/01] bin/9263 Database of units(3) misses euro-currency o [1999/01/02] bin/9281 awk asumes memory that is returned from m o [1999/01/03] i386/9283 ioctl(SNDCTL_DSP_SETFMT) on /dev/audio (p o [1999/01/03] bin/9285 pw strips comments from group file o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] ports/9289 kris New Port - ASPostit (Dockable version of o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] bin/9349 make doesn't diagnose non-numeric argumen o [1999/01/06] docs/9352 doc wrong macro names in groff_[ms|mm|mmse].7 o [1999/01/07] bin/9374 Improved functionality for find(1) o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/12] docs/9455 doc cvsup and ftp server in Czech Republic o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] bin/9471 [PATCH] msgs: /var/msgs/bounds: No such f o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/14] bin/9501 Several cvs contrib files are not Y2K com o [1999/01/14] bin/9502 `me' macro documentation incorrectly defi o [1999/01/14] ports/9508 andreas Update majorcool to current version 1.3.2 o [1999/01/16] misc/9524 /usr/share/examples/libvgl/demo looks lik o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] misc/9582 configApache command doesn't work for /st o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/20] kern/9591 Linux compat getrlimit/setrlimit constant o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/21] bin/9613 [PATCH] IPFW command-line parsing error o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/23] misc/9638 Typo error in Italian locale o [1999/01/23] misc/9639 /etc/security reports missing passwords o a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9703 typo in login.conf o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() s [1999/01/28] bin/9758 billf ftpd allows anonymous logins when /etc/no o [1999/01/28] kern/9764 allow /bin/df not to list certain entries o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] docs/9773 doc Handbook 4.7.1.4. "Testing the port" is i o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/29] misc/9778 Need to handle conflicting pthread.h and o [1999/01/29] misc/9782 minor problem with telnet and /etc/gettyt o [1999/01/29] ports/9786 cwt tk80 port doesn't create man page links o [1999/01/29] ports/9787 cwt tcl80 port doesn't make man page links o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] bin/9793 locate.updatedb is noisy o [1999/01/30] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] bin/9809 finger output format wrong f [1999/01/30] ports/9811 nectar New port: lang/gnomeguile o [1999/01/30] ports/9812 nectar New port: devel/libgtopbindings o [1999/01/31] docs/9837 doc fix to doc/handbook/porting.sgml o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] conf/9845 Propose adding options to rc.conf and rc. o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/01] kern/9877 Patch to remove some kernel compile warni o [1999/02/01] kern/9878 Some patches to remove compiler warnings o [1999/02/02] ports/9880 kris New port - x11-toolkits/gtkglarea o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] bin/9893 NFS umount of regular file impossible o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/05] ports/9921 peter exmh2 ports update o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9953 hosokawa Samba 2.0.2 update o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/09] ports/9993 kris New Port - graphics/libunfig o [1999/02/09] ports/9998 kris New port - graphics/mtv (MpegTV player) o [1999/02/10] i386/10004 instalation of current version from FTP s o [1999/02/10] misc/10005 Update /etc/motd o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/10] docs/10017 doc Added a site and bug fix o [1999/02/10] bin/10019 Keyinfo and keyinit may use the wrong nam o [1999/02/11] kern/10022 kernel cannot detect WinChips correctly. o [1999/02/11] ports/10023kris New port - net/gtkcookie o [1999/02/11] conf/10024 etc/mtree/BSD.local.dist: lib/perl5 no lo o [1999/02/11] bin/10027 kdump prints garbage when command name is o [1999/02/11] bin/10030 Kerberized telnet fails to encrypt when a o [1999/02/11] docs/10038 doc Added a site and bug fix (part two) o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/13] bin/10064 /bin/sh called from make dumps core o [1999/02/14] kern/10077 dd'ing a ccd stripped partition sometimes o [1999/02/14] docs/10084 doc new FreeBSD user group in Yogyakarta City o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] kern/10095 missing VGA description o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] docs/10108 doc Addition to fstab.5 o [1999/02/15] gnu/10112 /usr/src/gnu/usr.bin/patch sorely out of o [1999/02/15] kern/10113 yokota [PATCH] syscons: switch to previous conso o [1999/02/15] conf/10115 /etc/login.conf still implies LOGIN_CAP_A o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] i386/10121 Serial port parity setting problems with o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10129torstenb mirror/patch-ac sets /usr/local/bin/perl5 o [1999/02/17] bin/10131 bug in strptime(3) o [1999/02/18] i386/10143 Rebooted without prompting o [1999/02/18] docs/10146 doc Release Notes and LINT for 3.1 include ha o [1999/02/18] misc/10148 atime behavior differs with empty files f o [1999/02/18] kern/10149 New PCI device o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10162se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] ports/10164jmz XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] bin/10165 CVS does not know to ignore .So files o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178torstenb USE_SOCKS=YES option broken for security/ o [1999/02/21] conf/10179 /etc/make.conf has too many entries o [1999/02/21] docs/10180 doc Another mirror site not listed... o [1999/02/21] docs/10182 doc http://www.freebsd.org/cgi/query-pr.cgi?p o [1999/02/22] ports/10196torstenb Better startup scripts for ssh o [1999/02/22] ports/10215rvb net/coda_client and net/coda_server o [1999/02/23] ports/10227peter wrong sendmail path in rdist6-port o [1999/02/23] i386/10229 system time goes slow o [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/02/25] conf/10244 100 character limit on any pathname in sy o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [1999/02/25] docs/10256 doc handbook on cvsup... o [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/02/28] bin/10300 dmesg exits on signal 10 o [1999/02/28] kern/10314 yokota green screen saver page faults and reboot o [1999/03/01] kern/10324 ip_fw allows divert rules even though not o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] i386/10328 wd(4) manpage correction o [1999/03/01] docs/10331 doc pccardd(8) claims FreeBSD does not suppor o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] misc/10349 For long .Dt fields, rendering is broken- o [1999/03/01] bin/10350 mail(1) has some ugly code in it... o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames o [1999/03/02] bin/10368 'pgtok redefined' error in ps(1) o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/03] docs/10378 doc option -s missing in lptcontrol.8 a [1999/03/04] ports/10385billf New port: apache13-modperl o [1999/03/04] docs/10388 doc Obsolete information in Handbook o [1999/03/04] ports/10389ports Create new port mod_jserv and JSDK 2.0 o [1999/03/05] ports/10396asami SPIN is in the wrong category o [1999/03/05] docs/10403 doc CDE is no longer sold by Xi Graphics. o [1999/03/05] ports/10404hosokawa Samba PLIST not up to date. o [1999/03/05] ports/10407hosokawa incomplete mirrors suggested for samba o [1999/03/05] docs/10408 doc [quasi-patch] Grammar nitpicks in Handboo o [1999/03/06] ports/10415hosokawa samba-2.0.3 port make package fails and s o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10454obrien Update: emulators/spim o [1999/03/06] kern/10455 pcaudio breakage o [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] docs/10472 doc Mailing list for discussion of Xircom dri o [1999/03/07] docs/10474 doc A command line in a man document is incom o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] docs/10488 doc Error in entry for 02/27 in calendar.hist o [1999/03/08] bin/10493 ipfw's undocumented feature o [1999/03/08] docs/10500 doc spell error s [1999/03/09] bin/10508 obrien isc-dhcp puts garbage to text options, V2 o [1999/03/09] docs/10512 doc ENOBUFS returnable from writev(2) but not o [1999/03/10] bin/10522 make world died due -Werror o [1999/03/10] bin/10524 3.1-19990309-STABLE install problem o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/10] kern/10537 extraneous verbose output from cam_xpt.c o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10546 Intel Pro/100 PC card has CIS string > CI o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] gnu/10555 jraynard [PATCH] awk dumps core o [1999/03/12] bin/10556 make(1) man page update o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/12] kern/10565 Slow timekeeping on certain motherboards/ o [1999/03/13] bin/10568 obrien dhcp client receives garbage (dhclient pr o [1999/03/13] bin/10573 [PATCH] Typo in dump reporting o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/14] bin/10590 new option to silince confirmation but no o [1999/03/14] ports/10592ports New ports: japanese/exmh2 (ja-exmh-2.0.2) o [1999/03/14] i386/10595 [PATCH] spanish language support for vidf o [1999/03/15] kern/10597 Patch to make HP 8100 CD-RW work with acd o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10606 Probablue odd error message if LS-120 is o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/16] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] docs/10624 doc typos/innacuracies in wfd(4) man page o [1999/03/16] i386/10632 bug in driver that implements performance o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/17] ports/10639rse ports/web/wml must be upgraded and unbrok o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/17] kern/10642 exports(5) mentions KERBNFS but that's no a [1999/03/18] ports/10648mharo Update: net/bnc o [1999/03/18] bin/10657 Unable to install from CDROM or DOS parti o [1999/03/18] docs/10659 doc Many syscall man pages have an IMPLEMENTA o [1999/03/18] docs/10660 doc User Group not listed o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] docs/10664 doc Notes on 2.2.8 -> 3.1 migration o [1999/03/18] misc/10667 Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] i386/10672 blank line inserted by vipw into master.p o [1999/03/19] kern/10673 Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682asami List mirror sites in MASTER_SITE_BACKUP - f [1999/03/20] ports/10699jmacd Update to logo port a [1999/03/20] misc/10700 periodic weekly (/etc/weekly) fails to re f [1999/03/20] ports/10702ports Add NCD audio support for emiclock ports o [1999/03/21] docs/10704 doc strange sentence in doc/handbook/ctm.sgml o [1999/03/21] bin/10705 enhancement to "newsyslog" f [1999/03/21] ports/10707ports [ADD] port for doxygen o [1999/03/22] kern/10728 sos WCD driver does not recognize a recovered o [1999/03/22] ports/10734pst Update of gdb port to 4.17 o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] docs/10762 doc geocrawler.com mailing list archives o [1999/03/23] i386/10766 obsolete device name wcd is still left un o [1999/03/24] i386/10779 zp slot 0 sees 3Com 589 PCMCIA card but z o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/25] i386/10796 Out of memory error during make buildworl o [1999/03/26] misc/10803 whois(1) client enchancements a [1999/03/26] misc/10804 billf whois(1) enhancement o [1999/03/26] ports/10806phk Update net/scotty to 2.1.10 o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/27] docs/10819 doc Documentation add o [1999/03/27] bin/10825 daily script not executed or executed twi o [1999/03/28] ports/10832jfitz mSQL 2.x not freely available anymore o [1999/03/28] ports/10837asami New license mechanism for ports. o [1999/03/28] docs/10840 doc [PATCH] Add pcic double-loading bug fix t o [1999/03/28] docs/10841 doc typos in man page screen.4 (c -> n) f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/28] docs/10847 doc lpbb.4's PostScript output format is brok o [1999/03/29] docs/10850 doc submitting a documentation change for sed o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/29] kern/10860 bpf overwrites source ethernet addresses o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/30] ports/10874ports [PATCH] html2ps doesn't handle `file:/... o [1999/03/30] docs/10877 doc manpage for objformat incorrectly mention o [1999/03/30] bin/10878 host(1) dumps core o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/03/31] bin/10899 /usr/bin/fetch usage message fix o [1999/04/01] bin/10904 sa(8) exits non-zero even on success o [1999/04/01] bin/10905 sa(8) is hard coded for 8 character user o [1999/04/01] gnu/10910 Integration of Objective C patches into g o [1999/04/01] i386/10913 Characters in console get switched to oth o [1999/04/01] bin/10914 "xargs" parsing bug o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/02] bin/10921 I wished from(1) would count the number o o [1999/04/02] bin/10923 /usr/bin/cpp is an out-of-date wrapper fo o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10930 [PATCH] Auto-login support for getty o [1999/04/03] bin/10931 biff b o [1999/04/04] ports/10945jmz X11 "sessreg" program does not update /va o [1999/04/05] ports/10961ports gzipped manpages and .so macro in ports o [1999/04/05] misc/10964 rc.firewall external file specification t o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/06] kern/10988 kbd: missing separation cursor keys/keypa o [1999/04/06] bin/10992 pthread_kill() doesn't deliver signals to o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/07] i386/11006 Sysinstall silently makes FreeBSD's parti o [1999/04/07] docs/11011 doc missing man page for arc4 related functio o [1999/04/07] docs/11015 doc handbook/mirrors-ftp.html missing NZ serv o [1999/04/08] kern/11018 detection of sc0 and atkbd fails o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] docs/11028 doc new text for FAQ to explain branches o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] bin/11031 [PATCH] mount and umount support for mort o [1999/04/08] bin/11032 h2ph's cpp #warning/#error directive proc o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048obrien variable not initialized in fwtk-lib lead o [1999/04/09] bin/11051 ps's -U option should accept a list of us o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/10] ports/11072ports Port of remote printing utilities added o [1999/04/10] misc/11074 /usr/share/mk double in the cvs o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] ports/11086ports Updating AStyle port o [1999/04/11] docs/11087 doc Portland FreeBSD users group o [1999/04/11] docs/11089 doc freebsd user group, sydney o [1999/04/11] docs/11090 doc User's group in Melbourne Australia o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/12] docs/11098 tom FAQ Update: Database systems for FreeBSD o [1999/04/12] docs/11102 tom [Patch] Handbook: Minor spelling correcti o [1999/04/12] kern/11109 ipfw.ko Makefile contains CFLAGS+= -DDIVE o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] bin/11121 w(1) cannot handle more than one user on o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/13] ports/11127ports New port: Giram o [1999/04/14] ports/11134billf existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] ports/11138jmz New version of Xevil 2.01, I created a po o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/15] misc/11149 Web page entry for BAFUG is incorrect o [1999/04/15] docs/11150 doc [Patch] doc/en/handbook/security/chapters o [1999/04/15] docs/11153 doc [Patch] en/handbook/ports/chapter.sgml is o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 o [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/16] kern/11178 [PATCH] minor fix to /usr/include/sys/mbu o [1999/04/16] ports/11181jseger Update: x11/xscreensaver o [1999/04/17] ports/11183ports new port: x11/enlightenment-conf-0.15 o [1999/04/17] docs/11184 doc [Patch] doc/en/handbook/eresources/chapte o [1999/04/17] docs/11190 doc [Patch] doc/en/handbook/introduction/chap o [1999/04/18] i386/11201 brian mktime possible bug o [1999/04/18] i386/11204 config -g -> no kernel, only kernel.debug o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/18] i386/11207 sys/i386/isa/rp.c: fixed breaking and war o [1999/04/19] kern/11213 lutimes() is the same as utimes() o [1999/04/19] docs/11215 doc [Patch] doc/en/handbook/disks/chapter.sgm o [1999/04/19] kern/11222 MFS does not sync from reboot syscall a [1999/04/19] ports/11229billf /usr/local/sbin/mtr does not work on 3.1- o [1999/04/20] docs/11233 doc Update doc: doc/ru/FAQ/preface.sgml o [1999/04/20] docs/11234 doc Update doc: doc/ru/FAQ/install.sgml o [1999/04/20] kern/11235 Need to submit new driver o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] conf/11243 mountd startup can lose flags o [1999/04/20] bin/11248 Shuffle o [1999/04/20] ports/11250ports PORTS: upgrade lesstif to 0.88.1 o [1999/04/21] docs/11258 doc suggestion to refine npx.4 o [1999/04/21] ports/11264chuckr a2ps-letter port installs non-listed liba o [1999/04/21] ports/11267ports [New port] textproc/fconv (the return) o [1999/04/21] ports/11270jfitz Update to the rexx-imc port o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by o [1999/04/22] misc/11289 makeflp.bat suggestion: create "kernel" d o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/24] kern/11302 HP LaserJet 4L doesn't work with ppBus o [1999/04/24] ports/11304ports New port syncal-0.5, syncing of ical and o [1999/04/25] bin/11315 [PATCH] declerations missing in libatm.h o [1999/04/25] misc/11316 [PATCH] HTTP proxy support for sysinstall o [1999/04/25] ports/11317ache Update: www/lynx-current o [1999/04/25] ports/11319ports Netscape4-navigator wasn't FORTIFY'ing o [1999/04/26] ports/11334jseger port graphics/xpm fails to build o [1999/04/27] ports/11353asami Feature additions to bsd.port.mk. o [1999/04/27] ports/11354jmz Port fix: x11/XFree86 o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/28] bin/11370 more segfaults if you give it a real file o [1999/04/28] misc/11373 errata.txt for 3.1 o [1999/04/29] misc/11383 $Id$ missing in some files in etc [PATCH] o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] ports/11402jfitz Update net/mrtg o [1999/04/30] kern/11410 code typo in ad1848.c: the != operator ha o [1999/04/30] kern/11411 code typo in clones.c: "if ((mpu_config = o [1999/04/30] kern/11412 code typo in ip_fil.c: missing NULL check o [1999/04/30] kern/11413 code typo in pci.c: the != operator has h o [1999/04/30] kern/11414 code typo in pcf.c: the != operator has h o [1999/04/30] kern/11415 code typo in wst.c: the != operator has h o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/04/30] ports/11421jfitz upgrade p5-Date-Manip 5.33 -> 5.34 o [1999/05/01] ports/11430se incorrect int type causes floating point o [1999/05/02] misc/11443 Updated Slovak keyboard map, with cr's st o [1999/05/02] misc/11446 Central European keyboard map o [1999/05/02] misc/11447 Czech keyboard map o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/02] ports/11450andreas sysutils/star port doesn't honor CFLAGS, o [1999/05/02] ports/11457foxfair New port: security/nessus o [1999/05/02] ports/11460erich Update to the xlispstat port o [1999/05/03] ports/11468ports New port: xcin-devel o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/04] ports/11486ports New port: gedit-0.5.1 o [1999/05/04] pending/11491gnats-adminnew port of shujit java compiler o [1999/05/04] pending/11501gnats-adminpdflib bug fixed o [1999/05/04] ports/11504chuckr Update ports math/octave o [1999/05/05] docs/11506 doc some typos in dhclient.conf.5 o [1999/05/05] ports/11510nik new version of www/sitecopy (0.6.0) o [1999/05/05] conf/11511 [PATCH] up-to-date newsyslog.conf o [1999/05/05] ports/11512ports new port: x11-toolkits/wxGTK o [1999/05/05] kern/11516 NetGear 10/100 Ethernet 21140-based Ether o [1999/05/05] kern/11517 ../../kern/kern_ntptime.c:533: warning: i o [1999/05/05] kern/11518 ../../pci/if_tx.c:1376: warning: no previ o [1999/05/05] kern/11519 dead code in ncr driver o [1999/05/05] ports/11520ports Freewais port does not respect ${PREFIX} o [1999/05/06] bin/11539 touch.c usage sync with touch(1) o [1999/05/06] bin/11552 sendmail local delivery (mail.local) can' o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/06] kern/11555 Spelling mistakes in ata-dma.c o [1999/05/07] conf/11556 Configuration Hardware for TIS firewall o [1999/05/07] docs/11561 doc a typo in dhclient.conf.5 man-pages o [1999/05/07] misc/11569 Automatically run fsck when the file syst o [1999/05/07] ports/11570obrien Update: devel/xwpe o [1999/05/08] ports/11580ports New port :japanese/gtkicq o [1999/05/08] ports/11581fenner netperf port - rfc1644 forgotten o [1999/05/08] docs/11582 doc bug in ip(4) manpage o [1999/05/08] ports/11587ports inappropriate internet time calculation o [1999/05/08] docs/11589 doc Missing #includes in aio_read(2) o [1999/05/08] ports/11592jseger Update: graphics/ImageMagick o [1999/05/08] docs/11596 doc namei(9) says inode, not vnode o [1999/05/08] i386/11597 cmouse complaints: "/kernel: psmintr: out o [1999/05/08] ports/11599ports New port: japanese/xdvik-vflib o [1999/05/09] ports/11600ports New port: phalanx-21 o [1999/05/09] ports/11601ports new port: ifmail-os-2.14.5 o [1999/05/09] ports/11602ports new port: gup-0.4 o [1999/05/09] ports/11603ports New port: dbview-1.0.3 o [1999/05/09] docs/11607 doc RLIMIT_MEMLOCK not implemented o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt o [1999/05/09] ports/11610ports New ports : net/coda5_doc o [1999/05/09] ports/11611billf Update port: net/ntop o [1999/05/09] ports/11614kris Update: net/xwhois o [1999/05/09] docs/11615 doc Handbook: linux emulation documentation o o [1999/05/09] pending/11618gnats-adminXemacs21 port o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/10] conf/11626 /var/log/kerberos is rotated 998 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 10 12:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 480CB155F2 for ; Mon, 10 May 1999 12:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA58212; Mon, 10 May 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E169315C21; Mon, 10 May 1999 12:05:49 -0700 (PDT) Message-Id: <19990510190549.E169315C21@hub.freebsd.org> Date: Mon, 10 May 1999 12:05:49 -0700 (PDT) From: will@iki.fi To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11629: File descriptor table sharing is broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11629 >Category: kern >Synopsis: File descriptor table sharing is broken >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 May 10 12:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ville-Pertti Keinonen >Release: Should affect all FreeBSD versions since 2.2.x, verified to cause problems on 3.0, 3.1 and 4.0-current >Organization: >Environment: Not relevant >Description: Shared file descriptor tables (created by rfork and aio) are not properly supported, there is no protection against file descriptor allocation races, accessing uninitialized files or closing files from under blocked operations. This can cause accesses to unallocated memory, deadlocks and panics. A more detailed description is included in a tarball available at http://www.hut.fi/~will/freebsd_fdtabsh1.tar.gz >How-To-Repeat: Examples are included in the tarball. >Fix: A patch is also included in the tarball. >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 May 10 18:13: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46C6E1577C; Mon, 10 May 1999 18:13:04 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA03246; Mon, 10 May 1999 18:13:03 -0700 (PDT) (envelope-from bde@FreeBSD.org) Date: Mon, 10 May 1999 18:13:03 -0700 (PDT) From: Message-Id: <199905110113.SAA03246@freefall.freebsd.org> To: akm@theinternet.com.au, bde@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11146: 2nd ISA Cyclades-Y not recognised under 3.1-stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 2nd ISA Cyclades-Y not recognised under 3.1-stable State-Changed-From-To: open->closed State-Changed-By: bde State-Changed-When: Mon May 10 18:07:47 PDT 1999 State-Changed-Why: Main problem was apparently a hardware conflict. False positives in software conflict checking fixed in userconfig.c revs 1.142 and 1.126.2.4. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 10 18:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7317B15C7C for ; Mon, 10 May 1999 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA03710; Mon, 10 May 1999 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from tt.uninet.ee (tt.uninet.ee [194.204.0.239]) by hub.freebsd.org (Postfix) with ESMTP id 38ED41577C for ; Mon, 10 May 1999 18:15:20 -0700 (PDT) (envelope-from taavi@tt.uninet.ee) Received: (from taavi@localhost) by tt.uninet.ee (8.9.3/8.8.8) id EAA99296; Tue, 11 May 1999 04:15:19 +0300 (EEST) (envelope-from taavi) Message-Id: <199905110115.EAA99296@tt.uninet.ee> Date: Tue, 11 May 1999 04:15:19 +0300 (EEST) From: Taavi Talvik Reply-To: taavi@tt.uninet.ee To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11631: /usr/src/usr.sbin/i4b/isdnmonitor/main.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11631 >Category: bin >Synopsis: /usr/src/usr.sbin/i4b/isdnmonitor/main.c >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 May 10 18:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Taavi Talvik >Release: FreeBSD 4.0-CURRENT i386 >Organization: Uninet >Environment: make buildworld broken cur current cvsupped Tue May 11 01:11:02 GMT 1999 broken in /usr/src/usr.sbin/i4b/isdnmonitor/main.c >Description: major and minor conflict with defines in sys/types.h >How-To-Repeat: make buildworld >Fix: 103,104c103,104 < static int major = 0; < static int minor = 0; --- > static int i4b_major = 0; > static int i4b_minor = 0; 453,454c453,454 < major = I4B_GET_2B(msg, I4B_MON_IDATA_VERSMAJOR); < minor = I4B_GET_2B(msg, I4B_MON_IDATA_VERSMINOR); --- > i4b_major = I4B_GET_2B(msg, I4B_MON_IDATA_VERSMAJOR); > i4b_minor = I4B_GET_2B(msg, I4B_MON_IDATA_VERSMINOR); 459c459 < major, minor, nctrl, rights); --- > i4b_major, i4b_minor, nctrl, rights); >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 May 10 19:34:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7495B15D6F; Mon, 10 May 1999 19:34:16 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA09863; Mon, 10 May 1999 19:34:16 -0700 (PDT) (envelope-from alc@FreeBSD.org) Date: Mon, 10 May 1999 19:34:16 -0700 (PDT) From: Message-Id: <199905110234.TAA09863@freefall.freebsd.org> To: aron@cs.rice.edu, alc@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10632: bug in driver that implements performance monitoring code Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: bug in driver that implements performance monitoring code State-Changed-From-To: open->closed State-Changed-By: alc State-Changed-When: Mon May 10 19:20:18 PDT 1999 State-Changed-Why: Fixed in 1.18 and 1.17.2.1 of src/sys/i386/i386/perfmon.c. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 10 20: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 921261554E for ; Mon, 10 May 1999 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA11841; Mon, 10 May 1999 20:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D4F931522E; Mon, 10 May 1999 19:59:46 -0700 (PDT) Message-Id: <19990511025946.D4F931522E@hub.freebsd.org> Date: Mon, 10 May 1999 19:59:46 -0700 (PDT) From: banman@wwdg.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: conf/11634: It detects my two Linksys etherfast 10/100 NIC's as pn1/pn0 but says cannot map ports, won't work. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11634 >Category: conf >Synopsis: It detects my two Linksys etherfast 10/100 NIC's as pn1/pn0 but says cannot map ports, won't work. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 10 20:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ryan Banas >Release: 3.1 >Organization: none >Environment: FreeBSD 3.1-STABLE FreeBSD 3.1-STABLE #2: Sun Apr 11 00:33:11 CDT 1999 :/usr/src/sys/compile/MYKERNEL i386 >Description: I have 2 Linksys Etherfast NIC's, PCI PNP. I have edited my kernel and added the necessary PNP support, it seems to show these two cards as pn1/pn0 on bootup, but after each it says "cannot map ports". I have a cable modem on one NIC, and the other is to my LAN. I want to use my machine as a gateway for my network, at the current moment, my network is 'offline'. I'd like to get FreeBSD working, but first I need the NIC's working. I've been at this for about 2 weeks, and cannot find any documentation. ANY help is EXTREMELY appriciated, with anything to do with cable modem setup under FreeBSD 3.1 or getting this two network cards working. Thanks. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 10 20:14:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id 305CD1591E; Mon, 10 May 1999 20:14:54 -0700 (PDT) To: banman@wwdg.com, wpaul@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG From: wpaul@FreeBSD.ORG Subject: Re: conf/11634 Message-Id: <19990511031454.305CD1591E@hub.freebsd.org> Date: Mon, 10 May 1999 20:14:54 -0700 (PDT) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: It detects my two Linksys etherfast 10/100 NIC's as pn1/pn0 but says cannot map ports, won't work. State-Changed-From-To: open->closed State-Changed-By: wpaul State-Changed-When: Mon May 10 20:03:42 PDT 1999 State-Changed-Why: This PR is totally worthless. You did not say what kind of machine you have, nor did yousay if either of these cards have ever worked in it before with any other OS. PCI devices have nothing to do with PNP. Stop playing with it. A lot of people hear that PCI devices are 'plug and play' and assume this has something to do with ISA PNP cards. This is not the case: ISA PNC cards are completely different devices. Put the term 'PNP' out of your mind: it has nothing to do with your problem. PCI bus 10/100 ethernet cards are all bus master devices. This means they must be installed in PCI bus master slots. We have no wayt of knowing whether you put them in bus master slots or not since you didn't give us any information about your machine For all we know your machine may have only one bus master slot, or maybe even noen at all. You didn't say if you tried only one card at a time or if you tried putting the cards in different slots. You didn't tell us what kind of hardware you have. All you said was "it's broken; fix it." I refuse to accept such kinds of reports since I have had to deal with more than enough of them already. Consequently, this PR is being closed. When you figure out how to file a proper bug report, you can open another one. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 10 21:12:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (Postfix) with ESMTP id 0C13514FE4 for ; Mon, 10 May 1999 21:12:29 -0700 (PDT) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:vR/liGMU5qaem9sbVw7YKyVetnaaGhPH@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.3/3.7Wpl2) with ESMTP id NAA30265; Tue, 11 May 1999 13:12:26 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id NAA09712; Tue, 11 May 1999 13:16:16 +0900 (JST) Message-Id: <199905110416.NAA09712@zodiac.mech.utsunomiya-u.ac.jp> To: Simon Karpen Cc: freebsd-bugs@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: kern/11490: VESA+VM86+Splash == unstable system In-reply-to: Your message of "Tue, 04 May 1999 20:10:01 MST." <199905050310.UAA74589@freefall.freebsd.org> References: <199905050310.UAA74589@freefall.freebsd.org> Date: Tue, 11 May 1999 13:16:15 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >From: Simon Karpen >To: freebsd-gnats-submit@freebsd.org >Cc: >Subject: Re: kern/11490: VESA+VM86+Splash == unstable system >Date: Tue, 4 May 1999 23:04:49 -0400 (EDT) > > This is an update to the PR. > > I'm not sure exactly how yet, but the problem appears to be > strongly related to Realplayer 5.0 for Linux, running with > Linux emulation. > > Also, a correct e-mail address is slk@acm.rpi.edu. > > > I'm going to cvsup to the latest stable and do more testing. Is there any further news? Does your system reboot while you are in the X session? Or, when you try to switch between the X session and text vtys? Is your text console in the standard 80x25 mode or else? What if you compile in VESA and VM86 into the kernel but don't load a splash screen? Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 10 21:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DCE6158DA for ; Mon, 10 May 1999 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA20390; Mon, 10 May 1999 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from squirrel.tgsoft.com (cx20270-a.pwy1.sdca.home.com [24.0.169.3]) by hub.freebsd.org (Postfix) with SMTP id 3AB99158DA for ; Mon, 10 May 1999 21:46:34 -0700 (PDT) (envelope-from thompson@tgsoft.com) Received: (qmail 4125 invoked by uid 128); 11 May 1999 04:45:36 -0000 Message-Id: <19990511044536.4124.qmail@squirrel.tgsoft.com> Date: 11 May 1999 04:45:36 -0000 From: thompson@tgsoft.com Reply-To: thompson@tgsoft.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11637: build of kdump in stable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11637 >Category: bin >Synopsis: build of kdump fails >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 May 10 21:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: mark thompson >Release: FreeBSD 3.1-STABLE i386 >Organization: tgsoft >Environment: CVSupped today (May 10, 1999) >Description: ===% usr.bin/kdump cc -nostdinc -O -pipe -pipe -pipe -I/w/CVS/release/src/usr.bin/kdump/../ktrace -I/w/CVS/release/src/usr.bin/kdump/../.. -I/usr/obj/w/CVS/release/src/tmp/usr/include -c /w/CVS/release/src/usr.bin/kdump/kdump.c /bin/sh /w/CVS/release/src/usr.bin/kdump/mkioctls % ioctl.c cc -nostdinc -O -pipe -pipe -pipe -I/w/CVS/release/src/usr.bin/kdump/../ktrace -I/w/CVS/release/src/usr.bin/kdump/../.. -I/usr/obj/w/CVS/release/src/tmp/usr/include -c ioctl.c In file included from ioctl.c:62: /usr/obj/w/CVS/release/src/tmp/usr/include/netinet/altq_afmap.h:39: field `af_flowinfo' has incomplete type *** Error code 1 >How-To-Repeat: make buildworld >Fix: Appears that you need to include if_altq.h before altq_afmap.h. Seems like you would have to fix this in mkioctls >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 May 10 22:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1885F1501F for ; Mon, 10 May 1999 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22273; Mon, 10 May 1999 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 May 1999 22:20:02 -0700 (PDT) Message-Id: <199905110520.WAA22273@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/11637: build of kdump in stable Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11637; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@FreeBSD.ORG, thompson@tgsoft.com Cc: Subject: Re: bin/11637: build of kdump in stable Date: Tue, 11 May 1999 15:10:28 +1000 >===% usr.bin/kdump >cc -nostdinc -O -pipe -pipe -pipe -I/w/CVS/release/src/usr.bin/kdump/../ktrace -I/w/CVS/release/src/usr.bin/kdump/../.. -I/usr/obj/w/CVS/release/src/tmp/usr/include -c /w/CVS/release/src/usr.bin/kdump/kdump.c >/bin/sh /w/CVS/release/src/usr.bin/kdump/mkioctls % ioctl.c >cc -nostdinc -O -pipe -pipe -pipe -I/w/CVS/release/src/usr.bin/kdump/../ktrace -I/w/CVS/release/src/usr.bin/kdump/../.. -I/usr/obj/w/CVS/release/src/tmp/usr/include -c ioctl.c >In file included from ioctl.c:62: >/usr/obj/w/CVS/release/src/tmp/usr/include/netinet/altq_afmap.h:39: field `af_flowinfo' has incomplete type >*** Error code 1 >>Fix: > >Appears that you need to include if_altq.h before altq_afmap.h. Seems like >you would have to fix this in mkioctls No. From mkioctls history: ---------------------------- revision 1.6 date: 1998/10/16 15:33:17; author: bde; state: Exp; lines: +50 -12 Generate code to interpret ioctl numbers for all ioctls defined in headers under /usr/include, not just for the ones in . The generated file includes all headers that seem to define ioctls, so build errors will probably occur if headers become less self- sufficient than they are already. This is a feature. Build errors shall not be fixed by adding more includes here. ... ---------------------------- Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 10 22:30: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 179DA151F5 for ; Mon, 10 May 1999 22:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22992; Mon, 10 May 1999 22:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 May 1999 22:30:02 -0700 (PDT) Message-Id: <199905110530.WAA22992@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: mark thompson Subject: Re: bin/11637: build of kdump in stable Reply-To: mark thompson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11637; it has been noted by GNATS. From: mark thompson To: bde@zeta.org.au Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/11637: build of kdump in stable Date: 11 May 1999 05:29:54 -0000 Generate code to interpret ioctl numbers for all ioctls defined in headers under /usr/include, not just for the ones in . The generated file includes all headers that seem to define ioctls, so build errors will probably occur if headers become less self- sufficient than they are already. This is a feature. Build errors shall not be fixed by adding more includes here. Charming. So someone needs to fix netinet/altq_afmap.h. -mark -- -mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 1: 5:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2238515D35; Tue, 11 May 1999 01:05:31 -0700 (PDT) (envelope-from dg@FreeBSD.org) Received: (from dg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA40836; Tue, 11 May 1999 01:05:30 -0700 (PDT) (envelope-from dg@FreeBSD.org) Date: Tue, 11 May 1999 01:05:30 -0700 (PDT) From: Message-Id: <199905110805.BAA40836@freefall.freebsd.org> To: tegge@not.fast.no, dg@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/8416: vm_fault might deadlock when locking backing store vnode Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vm_fault might deadlock when locking backing store vnode State-Changed-From-To: open->closed State-Changed-By: dg State-Changed-When: Tue May 11 01:04:23 PDT 1999 State-Changed-Why: The more extensive fix in -current has been back-ported. Please verify ASAP that it fixes the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 1:16: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F6B715120; Tue, 11 May 1999 01:16:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA42556; Tue, 11 May 1999 01:16:03 -0700 (PDT) (envelope-from imp@FreeBSD.org) Date: Tue, 11 May 1999 01:16:03 -0700 (PDT) From: Message-Id: <199905110816.BAA42556@freefall.freebsd.org> To: rivers@dignus.com, imp@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11469: Adaptec 1542B version 3.10 not recognized. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Adaptec 1542B version 3.10 not recognized. State-Changed-From-To: open->closed State-Changed-By: imp State-Changed-When: Tue May 11 02:14:46 MDT 1999 State-Changed-Why: This has been corrected in -current. It ill go into -stable at the latest after the current stable freeze is over, hopefully before so that it can be in 3.2. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 4: 5:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60FBE14CAA; Tue, 11 May 1999 04:05:44 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA73077; Tue, 11 May 1999 04:05:44 -0700 (PDT) (envelope-from jkh@FreeBSD.org) Date: Tue, 11 May 1999 04:05:44 -0700 (PDT) From: Message-Id: <199905111105.EAA73077@freefall.freebsd.org> To: mtaylor@cybernet.com, jkh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9367: src/sys/dev/dpt/dpt_control.c can cause a panic on boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: src/sys/dev/dpt/dpt_control.c can cause a panic on boot State-Changed-From-To: open->closed State-Changed-By: jkh State-Changed-When: Tue May 11 03:58:07 PDT 1999 State-Changed-Why: Applied (modulo redoing the patch; please check to see how this diff output got so mangled). Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 5:19:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DAD4D1551B; Tue, 11 May 1999 05:19:14 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA37037; Tue, 11 May 1999 05:19:14 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Tue, 11 May 1999 05:19:14 -0700 (PDT) From: Message-Id: <199905111219.FAA37037@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/11594: hang problem in INETD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: hang problem in INETD Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Tue May 11 05:18:50 PDT 1999 Responsible-Changed-Why: I'll investigate this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 5:22:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71B721588C; Tue, 11 May 1999 05:22:31 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA74936; Tue, 11 May 1999 05:22:31 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Tue, 11 May 1999 05:22:31 -0700 (PDT) From: Message-Id: <199905111222.FAA74936@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: i386/10468: tftpd becomes zombie after one use hanging on inetd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tftpd becomes zombie after one use hanging on inetd Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Tue May 11 05:21:24 PDT 1999 Responsible-Changed-Why: There's a high probability that this is the same bug as bin/11594, which I'm handling. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 7:24:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C515C15A88; Tue, 11 May 1999 07:23:31 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA95347; Tue, 11 May 1999 07:23:31 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Tue, 11 May 1999 07:23:31 -0700 (PDT) From: Message-Id: <199905111423.HAA95347@freefall.freebsd.org> To: des@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/11539: touch.c usage sync with touch(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: touch.c usage sync with touch(1) Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: des Responsible-Changed-When: Tue May 11 07:23:18 PDT 1999 Responsible-Changed-Why: So I remember to MFC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 9:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57DA015A7F for ; Tue, 11 May 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA58776; Tue, 11 May 1999 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from thrush.omix.com (thrush.omix.com [206.40.77.44]) by hub.freebsd.org (Postfix) with ESMTP id C2BBE15406 for ; Tue, 11 May 1999 09:43:53 -0700 (PDT) (envelope-from byron@thrush.omix.com) Received: (from byron@localhost) by thrush.omix.com (8.9.2/8.9.2) id JAA78323; Tue, 11 May 1999 09:46:05 -0700 (PDT) (envelope-from byron) Message-Id: <199905111646.JAA78323@thrush.omix.com> Date: Tue, 11 May 1999 09:46:05 -0700 (PDT) From: byron@omix.com Reply-To: byron@omix.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/11650: 3.1-STABLE make buildworld fails durring gnu/usr.bin/bc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11650 >Category: i386 >Synopsis: 3.1-STABLE make buildworld fails durring gnu/usr.bin/bc >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 11 09:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Byron Brummer >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: 3.1-STABLE source tree current as of May 10. >Description: "make buildworld" for 3.1-STABLE fails while building gnu/usr.bin/bc. Here is the relevant make output: ===> doc /usr/obj/usr/src/gnu/usr.bin/awk created for /usr/src/gnu/usr.bin/awk ===> doc /usr/obj/usr/src/gnu/usr.bin/awk/doc created for /usr/src/gnu/usr.bin/awk/doc cd /usr/src/gnu/usr.bin/bc; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -D_BUILD_TOOLS cleandepend; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -D_BUILD_TOOLS all; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -D_BUILD_TOOLS -B install cleandir obj rm -f .depend /usr/obj/usr/src/gnu/usr.bin/bc/GPATH /usr/obj/usr/src/gnu/usr.bin/bc/GRTAGS /usr/obj/usr/src/gnu/usr.bin/bc/GSYMS /usr/obj/usr/src/gnu/usr.bin/bc/GTAGS bison -y -d -o bc.c /usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/bc.y conflicts: 1 shift/reduce cc -I/usr/local/include -L/usr/local/lib -I/usr/X11R6/include/ -L/usr/X11R6/lib -I. -I/usr/src/gnu/usr.bin/bc -I/usr/src/gnu/usr.bin/bc/../../../contrib/bc/h -DHAVE_CONFIG_H -I/usr/obj/usr/src/tmp/usr/include -c bc.c /usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/bc.y: In function `yyparse': /usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/bc.y:108: `interactive' undeclared (first use this function) /usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/bc.y:108: (Each undeclared identifier is reported only once /usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/bc.y:108: for each function it appears in.) /usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/bc.y:108: `quiet' undeclared (first use this function) /usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/bc.y:170: `break_label' undeclared (first use this function) /usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/bc.y:174: `genstr' undeclared (first use this function) /usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/bc.y:181: `continue_label' undeclared (first use this function) /usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/bc.y:200: `next_label' undeclared (first use this function) /usr/src/gnu/usr.bin/bc/../../../contrib/bc/bc/bc.y:244: `if_label' undeclared (first use this function) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. >How-To-Repeat: Cvsup 3.1-STABLE source on a 3.1-RELEASE system and run "make buildworld" in /usr/src. >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 May 11 10: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from enst.enst.fr (enst.enst.fr [137.194.2.16]) by hub.freebsd.org (Postfix) with ESMTP id DE0E0157FB; Tue, 11 May 1999 09:59:57 -0700 (PDT) (envelope-from beyssac@enst.fr) Received: from bofh.enst.fr (bofh.enst.fr [137.194.32.191]) by enst.enst.fr (8.9.1a/8.9.1) with ESMTP id SAA20871; Tue, 11 May 1999 18:59:56 +0200 (MET DST) Received: by bofh.enst.fr (Postfix, from userid 12426) id 0BCC0D226; Tue, 11 May 1999 18:59:56 +0200 (CEST) Message-ID: <19990511185956.A12679@enst.fr> Date: Tue, 11 May 1999 18:59:56 +0200 From: Pierre Beyssac To: freebsd-bugs@freebsd.org, bob@pmr.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was looking into PR kern/10872, hoping to find an easily fixable occurence of NULL mbuf pointer. But it doesn't seem to be. It's labelled "Panic in sorecieve() due to NULL mbuf pointer", but from the debug data filed with the PR it seems the actual problem is with so_rcv.sb_cc being 0, which triggers a KASSERT in uipc_socket.c: if (m == 0 || (((flags & MSG_DONTWAIT) == 0 && so->so_rcv.sb_cc < uio->uio_resid) && (so->so_rcv.sb_cc < so->so_rcv.sb_lowat || ((flags & MSG_WAITALL) && uio->uio_resid <= so->so_rcv.sb_hiwat)) && m->m_nextpkt == 0 && (pr->pr_flags & PR_ATOMIC) == 0)) { KASSERT(m != 0 || !so->so_rcv.sb_cc, ("receive 1")); (more data can be found in the PR) I can't seem to be able to reproduce the problem on -current with the script provided by Bob, and I don't have a -stable box to try it on either. Plus, I don't have (yet) much of a clue regarding the semantics of sb_cc. I continue investigating this stuff, but if anyone has more clue than I have, he's welcome to send me some directions to look into :-) -- Pierre Beyssac pb@enst.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 10:10: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0E091518D for ; Tue, 11 May 1999 10:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA59894; Tue, 11 May 1999 10:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 10:10:02 -0700 (PDT) Message-Id: <199905111710.KAA59894@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Pierre Beyssac Subject: Re: kern/10872: Panic in sorecieve() Reply-To: Pierre Beyssac Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10872; it has been noted by GNATS. From: Pierre Beyssac To: freebsd-bugs@freebsd.org, bob@pmr.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Date: Tue, 11 May 1999 18:59:56 +0200 I was looking into PR kern/10872, hoping to find an easily fixable occurence of NULL mbuf pointer. But it doesn't seem to be. It's labelled "Panic in sorecieve() due to NULL mbuf pointer", but from the debug data filed with the PR it seems the actual problem is with so_rcv.sb_cc being 0, which triggers a KASSERT in uipc_socket.c: if (m == 0 || (((flags & MSG_DONTWAIT) == 0 && so->so_rcv.sb_cc < uio->uio_resid) && (so->so_rcv.sb_cc < so->so_rcv.sb_lowat || ((flags & MSG_WAITALL) && uio->uio_resid <= so->so_rcv.sb_hiwat)) && m->m_nextpkt == 0 && (pr->pr_flags & PR_ATOMIC) == 0)) { KASSERT(m != 0 || !so->so_rcv.sb_cc, ("receive 1")); (more data can be found in the PR) I can't seem to be able to reproduce the problem on -current with the script provided by Bob, and I don't have a -stable box to try it on either. Plus, I don't have (yet) much of a clue regarding the semantics of sb_cc. I continue investigating this stuff, but if anyone has more clue than I have, he's welcome to send me some directions to look into :-) -- Pierre Beyssac pb@enst.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 10:28:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 9F4ED14D87; Tue, 11 May 1999 10:28:46 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id 275B51F72; Wed, 12 May 1999 01:28:42 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Pierre Beyssac Cc: freebsd-bugs@freebsd.org, bob@pmr.com, FreeBSD-gnats-submit@freebsd.org Subject: kern/10872: Panic in sorecieve() In-reply-to: Your message of "Tue, 11 May 1999 18:59:56 +0200." <19990511185956.A12679@enst.fr> Date: Wed, 12 May 1999 01:28:42 +0800 From: Peter Wemm Message-Id: <19990511172845.275B51F72@spinner.netplex.com.au> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Pierre Beyssac wrote: > I was looking into PR kern/10872, hoping to find an easily fixable > occurence of NULL mbuf pointer. But it doesn't seem to be. I just looked at the PR. He's running: ahc0: rev 0x00 int a irq 12 on pci0.10.0 ahc0: aic7870 Single Channel A, SCSI Id=7, 16/255 SCBs ncr0: rev 0x01 int a irq 11 on pci0.12.0 ncr1: rev 0x03 int a irq 9 on pci0.13.0 It should be noted that freefall had a severe case of problems like this that all but disappeared when the ncr cards were swapped for an ahc2940U2W. Quite how this should make such a dramatic difference is a bit of a mystery. We were seeing really strange things like a bit of the kernel stack being partly trashed and messing up some local variables.. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 10:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CF4815001 for ; Tue, 11 May 1999 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA61223; Tue, 11 May 1999 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 10:30:02 -0700 (PDT) Message-Id: <199905111730.KAA61223@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Wemm Subject: kern/10872: Panic in sorecieve() Reply-To: Peter Wemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10872; it has been noted by GNATS. From: Peter Wemm To: Pierre Beyssac Cc: freebsd-bugs@freebsd.org, bob@pmr.com, FreeBSD-gnats-submit@freebsd.org Subject: kern/10872: Panic in sorecieve() Date: Wed, 12 May 1999 01:28:42 +0800 Pierre Beyssac wrote: > I was looking into PR kern/10872, hoping to find an easily fixable > occurence of NULL mbuf pointer. But it doesn't seem to be. I just looked at the PR. He's running: ahc0: rev 0x00 int a irq 12 on pci0.10.0 ahc0: aic7870 Single Channel A, SCSI Id=7, 16/255 SCBs ncr0: rev 0x01 int a irq 11 on pci0.12.0 ncr1: rev 0x03 int a irq 9 on pci0.13.0 It should be noted that freefall had a severe case of problems like this that all but disappeared when the ncr cards were swapped for an ahc2940U2W. Quite how this should make such a dramatic difference is a bit of a mystery. We were seeing really strange things like a bit of the kernel stack being partly trashed and messing up some local variables.. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 10:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5449215045 for ; Tue, 11 May 1999 10:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA61916; Tue, 11 May 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fasterix.frmug.org (d109.paris-84.cybercable.fr [212.198.84.109]) by hub.freebsd.org (Postfix) with ESMTP id D05E414D87 for ; Tue, 11 May 1999 10:39:19 -0700 (PDT) (envelope-from pb@fasterix.frmug.org) Received: (from pb@localhost) by fasterix.frmug.org (8.9.3/8.9.3/pb-19990315) id TAA82788; Tue, 11 May 1999 19:39:08 +0200 (CEST) Message-Id: <199905111739.TAA82788@fasterix.frmug.org> Date: Tue, 11 May 1999 19:39:08 +0200 (CEST) From: Pierre Beyssac Reply-To: pb@fasterix.freenix.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11651: inetd's childs staying around after a scan Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11651 >Category: bin >Synopsis: inetd's childs staying around after a scan >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 11 10:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pierre Beyssac >Release: FreeBSD 4.0-CURRENT i386 >Organization: individual >Environment: -current as of May 1st inetd using hosts.allow and hosts.deny >Description: Summary: several forked childs for the echo datagram service staying around. One of them logs EBADF errors in select(2). The others are stuck in a recvfrom. Details: I was recently the victim of a UDP (+ probably TCP) scan. After the fact, I noticed that I had many (about 20) hung inetd around, all childs of the "main" inetd (unfortunately I've been unable to find a way to reproduce the problem so far). Most of them are stuck at the following place: recvfrom() in the echo datagram service (the weird thing being that the echo datagram service is not supposed to fork): 0x280a9330 in _recvfrom () (gdb) where #0 0x280a9330 in _recvfrom () #1 0x804b88f in echo_dg (s=13, sep=0x8057900) at /u2/usr/src/usr.sbin/inetd/inetd.c:1670 #2 0x8049fba in main (argc=1, argv=0xbfbfde0c, envp=0xbfbfde14) at /u2/usr/src/usr.sbin/inetd/inetd.c:656 #3 0x8049689 in _start () One of the forked inetd's (not the father) periodically logs the following, which alerted me to the problem: May 7 03:23:32 fasterix inetd[24557]: select: Bad file descriptor Same process in gdb: #0 0x280a8630 in nanosleep () #1 0x280c3c2b in sleep () #2 0x8049a6d in main (argc=1, argv=0xbfbfde0c, envp=0xbfbfde14) at /u2/usr/src/usr.sbin/inetd/inetd.c:485 #3 0x8049689 in _start () Breakpoint 2, main (argc=1, argv=0xbfbfde0c, envp=0xbfbfde14) at /u2/usr/src/usr.sbin/inetd/inetd.c:484 484 syslog(LOG_WARNING, "select: %m"); (gdb) print maxsock $1 = 20 (gdb) print allsock $2 = {fds_bits = {2097144, 0 }} Equivalent bitmask: 1 1111 1111 1111 1111 1000 fstat yields the following for all child processes: root inetd 24557 root / 2 drwxr-xr-x 1024 r root inetd 24557 wd / 2 drwxr-xr-x 1024 r root inetd 24557 text /u2 500641 -r-xr-xr-x 21548 r root inetd 24557 0 / 107 crw-rw-rw- null rw root inetd 24557 1 / 107 crw-rw-rw- null rw root inetd 24557 2 / 107 crw-rw-rw- null rw root inetd 24557 3* local dgram c49d73c0 <-> c49d7fc0 root inetd 24557 13* internet dgram udp c4455840 root inetd 24557 21* internet dgram udp c4455660 root inetd 24557 22* pipe c49d2d40 <-> c49d2de0 0 rw >How-To-Repeat: Unknown yet. It's not enough to just flood echo/chargen and friends with datagrams. Note that the forking/not forking behaviour seems to be affected by libwrap configuratin as shown by the following from inetd.c: #ifdef LIBWRAP_INTERNAL dofork = 1; #else dofork = (sep->se_bi == 0 || sep->se_bi->bi_fork); #endif >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 May 11 10:41:43 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from luke.pmr.com (luke.pmr.com [207.170.114.132]) by hub.freebsd.org (Postfix) with ESMTP id 6DC0C15A4C; Tue, 11 May 1999 10:41:26 -0700 (PDT) (envelope-from bob@luke.pmr.com) Received: (from bob@localhost) by luke.pmr.com (8.9.3/8.9.2) id MAA28921; Tue, 11 May 1999 12:41:17 -0500 (CDT) (envelope-from bob) Date: Tue, 11 May 1999 12:41:17 -0500 From: Bob Willcox To: Pierre Beyssac Cc: freebsd-bugs@freebsd.org, bob@pmr.com, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Message-ID: <19990511124117.A28606@luke.pmr.com> Reply-To: Bob Willcox References: <19990511185956.A12679@enst.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990511185956.A12679@enst.fr>; from Pierre Beyssac on Tue, May 11, 1999 at 06:59:56PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 11, 1999 at 06:59:56PM +0200, Pierre Beyssac wrote: > I was looking into PR kern/10872, hoping to find an easily fixable > occurence of NULL mbuf pointer. But it doesn't seem to be. > > It's labelled "Panic in sorecieve() due to NULL mbuf pointer", but > from the debug data filed with the PR it seems the actual problem > is with so_rcv.sb_cc being 0, which triggers a KASSERT in uipc_socket.c: > > if (m == 0 || (((flags & MSG_DONTWAIT) == 0 && > so->so_rcv.sb_cc < uio->uio_resid) && > (so->so_rcv.sb_cc < so->so_rcv.sb_lowat || > ((flags & MSG_WAITALL) && uio->uio_resid <= so->so_rcv.sb_hiwat)) && > m->m_nextpkt == 0 && (pr->pr_flags & PR_ATOMIC) == 0)) { > KASSERT(m != 0 || !so->so_rcv.sb_cc, ("receive 1")); > > (more data can be found in the PR) Hmm, I haven't looked at this in a few weeks (I downgraded my amanda backup server to 2.2.8 to work around the problem till I could find a fix). The problem as I have seen it is that the mbuf chain pointer (m) is NULL and so_rcv.sb_cc is not zero. Its as though somewhere either the mbuf chain pointer gets zapped with NULL or something fails to properly update so_rcv.sb_cc as mbufs are processed. I believe one can expand the KASSERT macro and rewrite the line: KASSERT(m != 0 || !so->so_rcv.sb_cc, ("receive 1")); as do { if (!(m != 0 || !so->so_rcv.sb_cc)) panic("receive 1"); } while (0); which can be simplified into: do { if (m == 0 && so->so_rcv.sb_cc != 0) panic("receive 1"); } while (0); by removing the ! from the expression and adjusting it accordingly. > > I can't seem to be able to reproduce the problem on -current with > the script provided by Bob, and I don't have a -stable box to try > it on either. I have been able to reproduce it on both -stable and -current (but not 2.2.8). I have a full-duplex 100Mb ethernet switch that my systems are on. On slower networks it may not fail. It seems to be timing dependent. > > Plus, I don't have (yet) much of a clue regarding the semantics of > sb_cc. I continue investigating this stuff, but if anyone has more > clue than I have, he's welcome to send me some directions to look > into :-) > -- > Pierre Beyssac pb@enst.fr -- Bob Willcox The man who follows the crowd will usually get no bob@luke.pmr.com further than the crowd. The man who walks alone is Austin, TX likely to find himself in places no one has ever been. -- Alan Ashley-Pitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 10:47:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from luke.pmr.com (luke.pmr.com [207.170.114.132]) by hub.freebsd.org (Postfix) with ESMTP id 1699815133; Tue, 11 May 1999 10:47:17 -0700 (PDT) (envelope-from bob@luke.pmr.com) Received: (from bob@localhost) by luke.pmr.com (8.9.3/8.9.2) id MAA29031; Tue, 11 May 1999 12:47:07 -0500 (CDT) (envelope-from bob) Date: Tue, 11 May 1999 12:47:07 -0500 From: Bob Willcox To: Peter Wemm Cc: freebsd-bugs@freebsd.org, bob@pmr.com, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Message-ID: <19990511124707.B28606@luke.pmr.com> Reply-To: Bob Willcox References: <19990511185956.A12679@enst.fr> <19990511172845.275B51F72@spinner.netplex.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990511172845.275B51F72@spinner.netplex.com.au>; from Peter Wemm on Wed, May 12, 1999 at 01:28:42AM +0800 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, May 12, 1999 at 01:28:42AM +0800, Peter Wemm wrote: > Pierre Beyssac wrote: > > I was looking into PR kern/10872, hoping to find an easily fixable > > occurence of NULL mbuf pointer. But it doesn't seem to be. > > I just looked at the PR. He's running: > > ahc0: rev 0x00 int a irq 12 on pci0.10.0 > ahc0: aic7870 Single Channel A, SCSI Id=7, 16/255 SCBs > ncr0: rev 0x01 int a irq 11 on pci0.12.0 > ncr1: rev 0x03 int a irq 9 on pci0.13.0 > > It should be noted that freefall had a severe case of problems like this > that all but disappeared when the ncr cards were swapped for an ahc2940U2W. I wish that were so. I wound up replacing the entire system (everything except the tape library and drive) with one that has 2 ncr adapters in it (one for the holding disks and the other for the tape library/drive) and still got the panic. > > Quite how this should make such a dramatic difference is a bit of a > mystery. We were seeing really strange things like a bit of the kernel > stack being partly trashed and messing up some local variables.. This problem seems to be very timing sensative. I will try to recreate it again here on my -current test system. Bob > > Cheers, > -Peter -- Bob Willcox The man who follows the crowd will usually get no bob@luke.pmr.com further than the crowd. The man who walks alone is Austin, TX likely to find himself in places no one has ever been. -- Alan Ashley-Pitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 10:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 521E21512E for ; Tue, 11 May 1999 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA62876; Tue, 11 May 1999 10:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 10:50:02 -0700 (PDT) Message-Id: <199905111750.KAA62876@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bob Willcox Subject: Re: kern/10872: Panic in sorecieve() Reply-To: Bob Willcox Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10872; it has been noted by GNATS. From: Bob Willcox To: Pierre Beyssac Cc: freebsd-bugs@freebsd.org, bob@pmr.com, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Date: Tue, 11 May 1999 12:41:17 -0500 On Tue, May 11, 1999 at 06:59:56PM +0200, Pierre Beyssac wrote: > I was looking into PR kern/10872, hoping to find an easily fixable > occurence of NULL mbuf pointer. But it doesn't seem to be. > > It's labelled "Panic in sorecieve() due to NULL mbuf pointer", but > from the debug data filed with the PR it seems the actual problem > is with so_rcv.sb_cc being 0, which triggers a KASSERT in uipc_socket.c: > > if (m == 0 || (((flags & MSG_DONTWAIT) == 0 && > so->so_rcv.sb_cc < uio->uio_resid) && > (so->so_rcv.sb_cc < so->so_rcv.sb_lowat || > ((flags & MSG_WAITALL) && uio->uio_resid <= so->so_rcv.sb_hiwat)) && > m->m_nextpkt == 0 && (pr->pr_flags & PR_ATOMIC) == 0)) { > KASSERT(m != 0 || !so->so_rcv.sb_cc, ("receive 1")); > > (more data can be found in the PR) Hmm, I haven't looked at this in a few weeks (I downgraded my amanda backup server to 2.2.8 to work around the problem till I could find a fix). The problem as I have seen it is that the mbuf chain pointer (m) is NULL and so_rcv.sb_cc is not zero. Its as though somewhere either the mbuf chain pointer gets zapped with NULL or something fails to properly update so_rcv.sb_cc as mbufs are processed. I believe one can expand the KASSERT macro and rewrite the line: KASSERT(m != 0 || !so->so_rcv.sb_cc, ("receive 1")); as do { if (!(m != 0 || !so->so_rcv.sb_cc)) panic("receive 1"); } while (0); which can be simplified into: do { if (m == 0 && so->so_rcv.sb_cc != 0) panic("receive 1"); } while (0); by removing the ! from the expression and adjusting it accordingly. > > I can't seem to be able to reproduce the problem on -current with > the script provided by Bob, and I don't have a -stable box to try > it on either. I have been able to reproduce it on both -stable and -current (but not 2.2.8). I have a full-duplex 100Mb ethernet switch that my systems are on. On slower networks it may not fail. It seems to be timing dependent. > > Plus, I don't have (yet) much of a clue regarding the semantics of > sb_cc. I continue investigating this stuff, but if anyone has more > clue than I have, he's welcome to send me some directions to look > into :-) > -- > Pierre Beyssac pb@enst.fr -- Bob Willcox The man who follows the crowd will usually get no bob@luke.pmr.com further than the crowd. The man who walks alone is Austin, TX likely to find himself in places no one has ever been. -- Alan Ashley-Pitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 10:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5260A15133 for ; Tue, 11 May 1999 10:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA62881; Tue, 11 May 1999 10:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 10:50:03 -0700 (PDT) Message-Id: <199905111750.KAA62881@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bob Willcox Subject: Re: kern/10872: Panic in sorecieve() Reply-To: Bob Willcox Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10872; it has been noted by GNATS. From: Bob Willcox To: Peter Wemm Cc: freebsd-bugs@freebsd.org, bob@pmr.com, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Date: Tue, 11 May 1999 12:47:07 -0500 On Wed, May 12, 1999 at 01:28:42AM +0800, Peter Wemm wrote: > Pierre Beyssac wrote: > > I was looking into PR kern/10872, hoping to find an easily fixable > > occurence of NULL mbuf pointer. But it doesn't seem to be. > > I just looked at the PR. He's running: > > ahc0: rev 0x00 int a irq 12 on pci0.10.0 > ahc0: aic7870 Single Channel A, SCSI Id=7, 16/255 SCBs > ncr0: rev 0x01 int a irq 11 on pci0.12.0 > ncr1: rev 0x03 int a irq 9 on pci0.13.0 > > It should be noted that freefall had a severe case of problems like this > that all but disappeared when the ncr cards were swapped for an ahc2940U2W. I wish that were so. I wound up replacing the entire system (everything except the tape library and drive) with one that has 2 ncr adapters in it (one for the holding disks and the other for the tape library/drive) and still got the panic. > > Quite how this should make such a dramatic difference is a bit of a > mystery. We were seeing really strange things like a bit of the kernel > stack being partly trashed and messing up some local variables.. This problem seems to be very timing sensative. I will try to recreate it again here on my -current test system. Bob > > Cheers, > -Peter -- Bob Willcox The man who follows the crowd will usually get no bob@luke.pmr.com further than the crowd. The man who walks alone is Austin, TX likely to find himself in places no one has ever been. -- Alan Ashley-Pitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 10:53:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from enst.enst.fr (enst.enst.fr [137.194.2.16]) by hub.freebsd.org (Postfix) with ESMTP id 078DB1512E; Tue, 11 May 1999 10:53:13 -0700 (PDT) (envelope-from beyssac@enst.fr) Received: from bofh.enst.fr (bofh.enst.fr [137.194.32.191]) by enst.enst.fr (8.9.1a/8.9.1) with ESMTP id TAA23056; Tue, 11 May 1999 19:53:12 +0200 (MET DST) Received: by bofh.enst.fr (Postfix, from userid 12426) id B78A4D226; Tue, 11 May 1999 19:53:11 +0200 (CEST) Message-ID: <19990511195311.R427@enst.fr> Date: Tue, 11 May 1999 19:53:11 +0200 From: Pierre Beyssac To: Bob Willcox Cc: freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() References: <19990511185956.A12679@enst.fr> <19990511124117.A28606@luke.pmr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <19990511124117.A28606@luke.pmr.com>; from Bob Willcox on Tue, May 11, 1999 at 12:41:17PM -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 11, 1999 at 12:41:17PM -0500, Bob Willcox wrote: > fix). The problem as I have seen it is that the mbuf chain pointer (m) > is NULL and so_rcv.sb_cc is not zero. Its as though somewhere either > the mbuf chain pointer gets zapped with NULL or something fails to This can happen when the system is out of mbufs. Sadly there are many places in the kernel where the condition is not trapped at all. How many mbufs does netstat -m report on your system? Maybe I couldn't reproduce it because my kernel is configured with maxusers 128, which yields more mbufs. You can try that as a temporary fix. > properly update so_rcv.sb_cc as mbufs are processed. > > I believe one can expand the KASSERT macro and rewrite the line: > if (m == 0 && so->so_rcv.sb_cc != 0) Oops, you're right. I stupidly looked at so_snd.sb_cc in the debug output, which is 0. I prefer that, it'll probably be easier to fix. -- Pierre Beyssac pb@enst.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 11: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D8AA159D2 for ; Tue, 11 May 1999 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA63641; Tue, 11 May 1999 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 11:00:02 -0700 (PDT) Message-Id: <199905111800.LAA63641@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Pierre Beyssac Subject: Re: kern/10872: Panic in sorecieve() Reply-To: Pierre Beyssac Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10872; it has been noted by GNATS. From: Pierre Beyssac To: Bob Willcox Cc: freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Date: Tue, 11 May 1999 19:53:11 +0200 On Tue, May 11, 1999 at 12:41:17PM -0500, Bob Willcox wrote: > fix). The problem as I have seen it is that the mbuf chain pointer (m) > is NULL and so_rcv.sb_cc is not zero. Its as though somewhere either > the mbuf chain pointer gets zapped with NULL or something fails to This can happen when the system is out of mbufs. Sadly there are many places in the kernel where the condition is not trapped at all. How many mbufs does netstat -m report on your system? Maybe I couldn't reproduce it because my kernel is configured with maxusers 128, which yields more mbufs. You can try that as a temporary fix. > properly update so_rcv.sb_cc as mbufs are processed. > > I believe one can expand the KASSERT macro and rewrite the line: > if (m == 0 && so->so_rcv.sb_cc != 0) Oops, you're right. I stupidly looked at so_snd.sb_cc in the debug output, which is 0. I prefer that, it'll probably be easier to fix. -- Pierre Beyssac pb@enst.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 11: 0:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from luke.pmr.com (luke.pmr.com [207.170.114.132]) by hub.freebsd.org (Postfix) with ESMTP id 934C615574; Tue, 11 May 1999 11:00:11 -0700 (PDT) (envelope-from bob@luke.pmr.com) Received: (from bob@localhost) by luke.pmr.com (8.9.3/8.9.2) id NAA29220; Tue, 11 May 1999 13:00:04 -0500 (CDT) (envelope-from bob) Date: Tue, 11 May 1999 13:00:04 -0500 From: Bob Willcox To: Pierre Beyssac Cc: Bob Willcox , freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Message-ID: <19990511130004.A29148@luke.pmr.com> Reply-To: Bob Willcox References: <19990511185956.A12679@enst.fr> <19990511124117.A28606@luke.pmr.com> <19990511195311.R427@enst.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990511195311.R427@enst.fr>; from Pierre Beyssac on Tue, May 11, 1999 at 07:53:11PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 11, 1999 at 07:53:11PM +0200, Pierre Beyssac wrote: > On Tue, May 11, 1999 at 12:41:17PM -0500, Bob Willcox wrote: > > fix). The problem as I have seen it is that the mbuf chain pointer (m) > > is NULL and so_rcv.sb_cc is not zero. Its as though somewhere either > > the mbuf chain pointer gets zapped with NULL or something fails to > > This can happen when the system is out of mbufs. Sadly there are > many places in the kernel where the condition is not trapped at > all. > > How many mbufs does netstat -m report on your system? Maybe I > couldn't reproduce it because my kernel is configured with maxusers > 128, which yields more mbufs. You can try that as a temporary fix. I have just updated my -current test system (cvsuped as of this morning) and will see if I can still reproduce it there. If so I will try changing the maxusers to see if that has any effect. > > > properly update so_rcv.sb_cc as mbufs are processed. > > > > I believe one can expand the KASSERT macro and rewrite the line: > > if (m == 0 && so->so_rcv.sb_cc != 0) > > Oops, you're right. I stupidly looked at so_snd.sb_cc in the debug > output, which is 0. > > I prefer that, it'll probably be easier to fix. Good. :-) > -- > Pierre Beyssac pb@enst.fr -- Bob Willcox The man who follows the crowd will usually get no bob@luke.pmr.com further than the crowd. The man who walks alone is Austin, TX likely to find himself in places no one has ever been. -- Alan Ashley-Pitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 11:10: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACC391512E for ; Tue, 11 May 1999 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA64151; Tue, 11 May 1999 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 11:10:01 -0700 (PDT) Message-Id: <199905111810.LAA64151@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bob Willcox Subject: Re: kern/10872: Panic in sorecieve() Reply-To: Bob Willcox Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10872; it has been noted by GNATS. From: Bob Willcox To: Pierre Beyssac Cc: Bob Willcox , freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Date: Tue, 11 May 1999 13:00:04 -0500 On Tue, May 11, 1999 at 07:53:11PM +0200, Pierre Beyssac wrote: > On Tue, May 11, 1999 at 12:41:17PM -0500, Bob Willcox wrote: > > fix). The problem as I have seen it is that the mbuf chain pointer (m) > > is NULL and so_rcv.sb_cc is not zero. Its as though somewhere either > > the mbuf chain pointer gets zapped with NULL or something fails to > > This can happen when the system is out of mbufs. Sadly there are > many places in the kernel where the condition is not trapped at > all. > > How many mbufs does netstat -m report on your system? Maybe I > couldn't reproduce it because my kernel is configured with maxusers > 128, which yields more mbufs. You can try that as a temporary fix. I have just updated my -current test system (cvsuped as of this morning) and will see if I can still reproduce it there. If so I will try changing the maxusers to see if that has any effect. > > > properly update so_rcv.sb_cc as mbufs are processed. > > > > I believe one can expand the KASSERT macro and rewrite the line: > > if (m == 0 && so->so_rcv.sb_cc != 0) > > Oops, you're right. I stupidly looked at so_snd.sb_cc in the debug > output, which is 0. > > I prefer that, it'll probably be easier to fix. Good. :-) > -- > Pierre Beyssac pb@enst.fr -- Bob Willcox The man who follows the crowd will usually get no bob@luke.pmr.com further than the crowd. The man who walks alone is Austin, TX likely to find himself in places no one has ever been. -- Alan Ashley-Pitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 12: 0:51 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 28DFA151E4; Tue, 11 May 1999 12:00:28 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id PAA01598; Tue, 11 May 1999 15:02:19 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Tue, 11 May 1999 15:02:19 -0400 (EDT) From: Bill Fumerola To: imp@FreeBSD.ORG Cc: rivers@dignus.com, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/11469: Adaptec 1542B version 3.10 not recognized. In-Reply-To: <199905110816.BAA42556@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 Tue, 11 May 1999 imp@FreeBSD.ORG wrote: > This has been corrected in -current. It ill go into -stable at the > latest after the current stable freeze is over, hopefully before so > that it can be in 3.2. These are mutually exclusive events. Once the freeze is over, 3.2 has already been tagged. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 12: 2:45 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id B782C151E4 for ; Tue, 11 May 1999 12:02:42 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id NAA37024; Tue, 11 May 1999 13:01:46 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id NAA12856; Tue, 11 May 1999 13:01:57 -0600 (MDT) Message-Id: <199905111901.NAA12856@harmony.village.org> To: Bill Fumerola Subject: Re: kern/11469: Adaptec 1542B version 3.10 not recognized. Cc: rivers@dignus.com, freebsd-bugs@FreeBSD.ORG In-reply-to: Your message of "Tue, 11 May 1999 15:02:19 EDT." References: Date: Tue, 11 May 1999 13:01:56 -0600 From: Warner Losh Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message Bill Fumerola writes: : On Tue, 11 May 1999 imp@FreeBSD.ORG wrote: : : > This has been corrected in -current. It ill go into -stable at the : > latest after the current stable freeze is over, hopefully before so : > that it can be in 3.2. : : These are mutually exclusive events. Once the freeze is over, 3.2 has : already been tagged. I meant that I'd include it before 3.2 was tagged, if Jordan would let me, or I'd merge it just after the the freeze was over if not. Jordan will let me. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 12:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F72B156D7 for ; Tue, 11 May 1999 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 MAA69759; Tue, 11 May 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from annwn.phys.washington.edu (annwn.phys.washington.edu [128.95.93.180]) by hub.freebsd.org (Postfix) with ESMTP id 81A7F14BEE for ; Tue, 11 May 1999 12:24:12 -0700 (PDT) (envelope-from somsky@annwn.phys.washington.edu) Received: (from somsky@localhost) by annwn.phys.washington.edu (8.9.3/8.9.3) id MAA00397; Tue, 11 May 1999 12:24:11 -0700 (PDT) (envelope-from somsky) Message-Id: <199905111924.MAA00397@annwn.phys.washington.edu> Date: Tue, 11 May 1999 12:24:11 -0700 (PDT) From: "William R. Somsky" Reply-To: somsky@annwn.phys.washington.edu To: FreeBSD-gnats-submit@freebsd.org Cc: somsky@annwn.phys.washington.edu X-Send-Pr-Version: 3.2 Subject: misc/11653: patch to allow DHCP configuration of interfaces through rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11653 >Category: misc >Synopsis: patch to allow DHCP configuration of interfaces through rc.conf >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: Tue May 11 12:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: William R. Somsky >Release: FreeBSD 3.1-STABLE i386 >Organization: University of Washington, Department of Physics >Environment: Workstations in a DHCP environment with fixed (not PCMCIA/removable) ethernet cards. >Description: In some instances, it is desireable to have a workstation with fixed (not PCMCIA/removable) ethernet cards to use DHCP for its interface configuration. This patch allows an entry of ifconfig_="DHCP" in the rc.conf file to mark the interface to be configured via DHCP and to do so upon system booting. >How-To-Repeat: >Fix: This patch takes the code for starting DHCP from etc/pccard_ether, and places a copy of it, with appropriate "if"'s into rc.network. Once this patch is installed, an interface such as xl0 may be configured using DHCP by putting ifconfig_xl0="DHCP" in the rc.conf file. *** rc.network.orig Tue May 11 12:10:26 1999 --- rc.network Tue May 11 12:11:11 1999 *************** *** 57,63 **** fi # Do the primary ifconfig if specified eval ifconfig_args=\$ifconfig_${ifn} ! if [ -n "${ifconfig_args}" ] ; then ifconfig ${ifn} ${ifconfig_args} fi # Check to see if aliases need to be added --- 57,79 ---- fi # Do the primary ifconfig if specified eval ifconfig_args=\$ifconfig_${ifn} ! if [ "${ifconfig_args}" = "DHCP" ] ; then ! if [ -f /sbin/dhclient ] ; then ! if [ -s /var/run/dhclient.pid ] ; then ! kill `cat /var/run/dhclient.pid` ! rm /var/run/dhclient.pid ! fi ! /sbin/dhclient ! elif [ -f /usr/local/sbin/dhcpc ] ; then ! if [ -s /var/run/dhcpc.pid ] ; then ! kill `cat /var/run/dhcpc.pid` ! rm /var/run/dhcpc.pid ! fi ! /usr/local/sbin/dhcpc $* ! else ! echo "DHCP client software not available (isc-dhcp2)" ! fi ! elif [ -n "${ifconfig_args}" ] ; then ifconfig ${ifn} ${ifconfig_args} fi # Check to see if aliases need to be added >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 May 11 12:47: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D3FA915046; Tue, 11 May 1999 12:47:02 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA71231; Tue, 11 May 1999 12:47:02 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Tue, 11 May 1999 12:47:02 -0700 (PDT) From: Message-Id: <199905111947.MAA71231@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: misc/11653: patch to allow DHCP configuration of interfaces through rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: patch to allow DHCP configuration of interfaces through rc.conf Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: billf Responsible-Changed-When: Tue May 11 12:46:40 PDT 1999 Responsible-Changed-Why: Over to the local DHCP poobah. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 12:52: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ns1.hybrid.com (ns1.hybrid.com [198.13.10.1]) by hub.freebsd.org (Postfix) with SMTP id 30EF314FF9 for ; Tue, 11 May 1999 12:51:56 -0700 (PDT) (envelope-from kenw@hybrid.com) Received: from enterprise.hybrid.com (enterprise.hybrid.com [166.117.10.2]) by ns1.hybrid.com (8.6.9/8.6.9) with SMTP id MAA07665 for ; Tue, 11 May 1999 12:52:11 -0700 Received: by enterprise.hybrid.com with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52) id <01BE9BAC.FCFF1BD0@enterprise.hybrid.com>; Tue, 11 May 1999 12:51:29 -0700 Message-ID: From: Kenneth Woo To: "'freebsd-bugs@FreeBSD.ORG'" Subject: Date: Tue, 11 May 1999 12:51:28 -0700 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.995.52 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 I have been reading you statement for the y2k compliance, the question that I have is, which version of FreeBSD has all the fixes incorporated? Thanks Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 13:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD62A15030 for ; Tue, 11 May 1999 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA73740; Tue, 11 May 1999 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id DE34A14C18; Tue, 11 May 1999 13:13:22 -0700 (PDT) Message-Id: <19990511201322.DE34A14C18@hub.freebsd.org> Date: Tue, 11 May 1999 13:13:22 -0700 (PDT) From: banman@wwdg.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: conf/11654: Linksys PCI 10/100 Ethernet cards not wokring. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11654 >Category: conf >Synopsis: Linksys PCI 10/100 Ethernet cards not wokring. >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 May 11 13:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ryan Banas >Release: 3.1 RELEASE >Organization: None >Environment: FreeBSD 3.1-RELEASE FreeBSD 3.1-RELEASE #4: Sat May 8 11:25:27 CDT 1999 :/usr/src/sys/compile/MYKERNEL i386 >Description: Due to ignorance on my behalf, here is full information: Machine is a Dell P2-400, 128MB of ram, 1 ATAPI 40x CD-ROM, 1 4x/8x Mitsumi ATAPI CD-R, TB Montego Soundcard, 2 Linksys Etherfast 10/100 PCI cards, IBM 7200RPM 512k 10GB HDD, and an STB NVidia 8MB RIVA AGP Video card. Both of these cards have been tested, and both do work properly under DOS, Windows95/98 and Windows NT 4.0. I could not find any information in the booklets and documentation that was supplied by Dell, thus I am not sure about bus mastering slots, but since the cards have worked fine under the other operating systems, I'm guessing I have them in the appropriate PCI slots. I have tried different slots previously and they seem to work in any slot as far as I can see. My kernel seems ok, and upon bootup, the Linksys ethernet cards are found as pn1 and pn0. However, after each identifaction line, the text, "Could not map ports" is printed below. And after logging in as root, there is no pn0 or pn1 interfaces. I have one of these ethernet cards connected to the HUB of my LAN, and the other directly to my cable modem. I can't seem to figure out why this message has occured. >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 May 11 14: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 71CA914DFC for ; Tue, 11 May 1999 14:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA76099; Tue, 11 May 1999 14:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 14:00:02 -0700 (PDT) Message-Id: <199905112100.OAA76099@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "James Van Vleet" Subject: Re: conf/9874: idle-timeout facilities in /etc/login.conf are unfunctional( Reply-To: "James Van Vleet" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/9874; it has been noted by GNATS. From: "James Van Vleet" To: , Cc: Subject: Re: conf/9874: idle-timeout facilities in /etc/login.conf are unfunctional( Date: Tue, 11 May 1999 21:58:29 +0100 This is one of quite a few variables that are not implemented at all. If there is no current work to fix that, perhaps they should be removed the man pages (or at least mentioned in the bugs section). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 14:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80828150A9 for ; Tue, 11 May 1999 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 OAA76668; Tue, 11 May 1999 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 14:10:02 -0700 (PDT) Message-Id: <199905112110.OAA76668@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Paul Subject: Re: conf/11654: Linksys PCI 10/100 Ethernet cards not wokring. Reply-To: Bill Paul Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/11654; it has been noted by GNATS. From: Bill Paul To: banman@wwdg.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: conf/11654: Linksys PCI 10/100 Ethernet cards not wokring. Date: Tue, 11 May 1999 17:05:45 -0400 (EDT) Of all the gin joints in all the towns in all the world, banman@wwdg.com had to walk into mine and say: > Machine is a Dell P2-400, 128MB of ram, 1 ATAPI 40x CD-ROM, 1 4x/8x > Mitsumi ATAPI CD-R, TB Montego Soundcard, 2 Linksys Etherfast 10/100 PCI > cards, IBM 7200RPM 512k 10GB HDD, and an STB NVidia 8MB RIVA AGP Video > card. > > Both of these cards have been tested, and both do work properly under > DOS, Windows95/98 and Windows NT 4.0. > I could not find any information in the booklets and documentation that > was supplied by Dell, thus I am not sure about bus mastering slots, but > since the cards have worked fine under the other operating systems, I'm > guessing I have them in the appropriate PCI slots. I have tried different > slots previously and they seem to work in any slot as far as I can see. But have you tried them one at a time instead of both at once. > My kernel seems ok, and upon bootup, the Linksys ethernet cards are found > as pn1 and pn0. However, after each identifaction line, the text, > "Could not map ports" is printed below. This means the call to pci_map_port() failed. However I don't know *why* it failed. Finding out why requires me (or someone smarted than me) having access to your system in order to track down the bug. There's nothing the driver can do to make pci_map_port() work; either it works or it doesn't. If it doesn't, then the problem is either some peculiar configuration of your PCI BIOS or some bug in the PCI support code. No, this is not normal. Yes you are a special case. No, I can't figure out what the problem is from here because I can't duplicate it on any of my hardware (none of my machines demonstrate this behavior). The best I can do is a workaround. The correct thing is to have somebody who has more insight into the workings of the PCI code than I address this issue, but since it that could take forever, I'm going to offer you a hack. Actually, there are two hacks: 1) Try the patch included at the end of this message. This attempts to read the I/O address of the NIC directly from the PCI registers on the card. THIS SHOULD NOT BE BE NECESSARY: pci_map_port() is supposed to do this for you. To apply the patch, do the following: o save this message to a file, e.g. /tmp/pn.patch o log in as root o cd /sys/pci o patch < /tmp/pn.patch Then compile a new kernel: o cd /sys/i386/conf o config GENERIC o cd /sys/compile/GENERIC o make depend; make; make install o reboot Obviously, you need the kernel source code for this. Warning: do not cut & paste the patch from this message as that will mess up the white space. Also, if ther patch(1) utility gives you some warnings about the lines being offset, don't worry. As long as it doesn't give you an outright failure message it should work okay. 2) Edit /sys/pci/if_pn.c and comment out or remove the line that says: #define PN_USEIOSPACE This will cause the code to try and use PCI memory mapped I/O instead of programmed I/O. This uses pci_map_mem() instead of pci_map_port(). I don't know if this will work, but I'm curious to see what it does. Note: when you try workaround 1), the kernel will print some additional lines after it says 'cannot map ports.' I would like you to show me what those lines say. -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness" ============================================================================= *** if_pn.c 1999/05/05 19:04:09 1.52 --- if_pn.c 1999/05/11 20:46:27 *************** *** 1050,1056 **** if (!pci_map_port(config_id, PN_PCI_LOIO, (u_short *)&(sc->pn_bhandle))) { printf ("pn%d: couldn't map ports\n", unit); ! goto fail; } #ifdef __i386__ sc->pn_btag = I386_BUS_SPACE_IO; --- 1050,1062 ---- if (!pci_map_port(config_id, PN_PCI_LOIO, (u_short *)&(sc->pn_bhandle))) { printf ("pn%d: couldn't map ports\n", unit); ! printf ("pn%d: address was: %x\n", unit, ! (u_int32_t)sc->pn_bhandle); ! sc->pn_bhandle = ! pci_conf_read(config_id, PN_PCI_LOIO) & 0xFFFFFFF0; ! printf ("pn%d: forcing I/O address to: %x\n", ! unit, (u_int32_t)sc->pn_bhandle); ! /*goto fail;*/ } #ifdef __i386__ sc->pn_btag = I386_BUS_SPACE_IO; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 14:40: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2FE515031 for ; Tue, 11 May 1999 14:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA79057; Tue, 11 May 1999 14:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E1EE14C8A for ; Tue, 11 May 1999 14:37:49 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA78957; Tue, 11 May 1999 14:37:49 -0700 (PDT) (envelope-from billf@FreeBSD.org) Message-Id: <199905112137.OAA78957@freefall.freebsd.org> Date: Tue, 11 May 1999 14:37:49 -0700 (PDT) From: Reply-To: billf@FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/11655: PCI controller not detected. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11655 >Category: i386 >Synopsis: PCI controller not detected. >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 May 11 14:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Bill Fumerola >Release: FreeBSD 3.1-STABLE i386 >Organization: Comuter Horizons Corp. >Environment: 4.0-CURRENT snapshot from May 09, 1999 from current.freebsd.org >Description: I have a SIIG UltraATA Controller (aka UltraIDE Pro PCI) The model number from SIIG is CN2449, though their information on their web site is substandard, if anything. http://www.siig.com/prodinfo/eide/ultraeide.htm The controller reports itself at 0xC800 and IRQ 10 It is currently the only controller in the machine, the onboard IDE has been disabled in the BIOS. >How-To-Repeat: Verbose bootlog to follow, captured from serial console. Please read the information after the bootlog as well. Incidently, wpaul is my patron saint. boot -v BIOS basemem (636K) != RTC basemem (640K), setting to BIOS value Copyright (c) 1992-1999 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-19990509-CURRENT #0: Sun May 9 11:46:28 GMT 1999 root@usw2.freebsd.org:/usr/src/sys/compile/BOOTMFS Calibrating clock(s) ... TSC clock: 199434149 Hz, i8254 clock: 1193196 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method Timecounter "TSC" frequency 199432649 Hz CPU: Pentium Pro (199.43-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x619 Stepping=9 Features=0xf9ff real memory = 67108864 (65536K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x0061d000 - 0x03ffdfff, 60690432 bytes (14817 pages) config> intro Kernel Configuration Menu Skip kernel configuration and continue with installation Start kernel configuration in full-screen visual mode Start kernel configuration in CLI mode Here you have the chance to go into kernel configuration mode, makingany changes which may be necessary to properly adjust the kernel tomatch your hardware configuration.If you are installing FreeBSD for the first time, select Visual Mode(press Down-Arrow then ENTER).If you need to do more specialized kernel configuration and are anexperienced FreeBSD user, select CLI mode.If you are certain that you do not need to configure your kernelthen simply press ENTER or Q now.sio0: system console avail memory = 59023360 (57640K bytes) Found BIOS32 Service Directory header at 0xc00fd9b0 Entry = 0xfd9c0 (0xc00fd9c0) Rev = 0 Len = 1 PCI BIOS entry at 0xd9e1 DMI header at 0xc00f9e60 Version 2.0 Table at 0xf9e71, 35 entries, 1166 bytes Other BIOS signatures found: ACPI: 00000000 $PnP: 000fa460 Preloaded elf kernel "kernel" at 0xc0608000. Preloaded mfs_root "/mfsroot" at 0xc06080a8. Pentium Pro MTRR support enabled, default memory type is uncacheable Math emulator present Initializing PnP override table Probing for PnP devices: Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 No Plug-n-Play devices were found pci_open(1): mode 1 addr port (0x0cf8) is 0x80000050 pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=12378086) npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard found-> vendor=0x8086, dev=0x1237, revid=0x02 class=06-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7000, revid=0x01 class=06-01-00, hdrtype=0x00, mfdev=1 subordinatebus=0 secondarybus=0 found-> vendor=0x8086, dev=0x7010, revid=0x00 class=01-01-80, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 map[0]: type 4, range 32, base 0000ff80, size 4 found-> vendor=0x102b, dev=0x0519, revid=0x01 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=11 map[0]: type 1, range 32, base ffbec000, size 14 map[1]: type 3, range 32, base ff000000, size 23 found-> vendor=0x1191, dev=0x0005, revid=0x01 class=01-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=10 map[0]: type 4, range 32, base 0000fff0, size 3 map[1]: type 4, range 32, base 0000ffe4, size 2 map[2]: type 4, range 32, base 0000ffa8, size 3 map[3]: type 4, range 32, base 0000ffe0, size 2 map[4]: type 4, range 32, base 0000ff90, size 4 found-> vendor=0x10b7, dev=0x9050, revid=0x00 class=02-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[0]: type 4, range 32, base 0000ff00, size 6 pci0: on pcib0 chip0: at device 0.0 on pci0 isab0: at device 7.0 on pci0 ide_pci0: at device 7.1 on pci0 xl0: <3Com 3c905-TX Fast Etherlink XL> at device 19.0 on pci0 xl0: interrupting at irq 9 xl0: Ethernet address: 00:60:97:d4:3e:3d xl0: media options word: e040 xl0: probing for a PHY xl0: checking address: 0 xl0: checking address: 1 xl0: checking address: 2 xl0: checking address: 3 xl0: checking address: 4 xl0: checking address: 5 xl0: checking address: 6 xl0: checking address: 7 xl0: checking address: 8 xl0: checking address: 9 xl0: checking address: 10 xl0: checking address: 11 xl0: checking address: 12 xl0: checking address: 13 xl0: checking address: 14 xl0: checking address: 15 xl0: checking address: 16 xl0: checking address: 17 xl0: checking address: 18 xl0: checking address: 19 xl0: checking address: 20 xl0: checking address: 21 xl0: checking address: 22 xl0: checking address: 23 xl0: checking address: 24 xl0: found PHY at address 24, vendor id: 2000 device id: 5c01 xl0: PHY type: xl0: found MII xl0: PHY status word: 7849 xl0: 10Mbps half-duplex mode supported xl0: 10Mbps full-duplex mode supported xl0: 100Mbps half-duplex mode supported xl0: 100Mbps full-duplex mode supported xl0: autoneg supported xl0: autoneg not complete, no carrier (forcing half-duplex, 10Mbps) eisa0: on motherboard isa0: on motherboard fdc0: interrupting at irq 6 fdc0: at port 0x3f0-0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> at fdc0 drive 0 haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! haveseen_isadev() called - FIXME! bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed for card at 0x330 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed for card at 0x334 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed for card at 0x230 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed for card at 0x234 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed for card at 0x130 bt0: Failed Status Reg Test - ff bt_isa_probe: Probe failed for card at 0x134 haveseen_isadev() called - FIXME! aha0: status reg test failed ff haveseen_isadev() called - FIXME! aha0: status reg test failed ff haveseen_isadev() called - FIXME! aha0: status reg test failed ff haveseen_isadev() called - FIXME! aha0: status reg test failed ff haveseen_isadev() called - FIXME! aha0: status reg test failed ff haveseen_isadev() called - FIXME! aha0: status reg test failed ff mcd0: timeout getting status atkbdc0: at port 0x60 on isa0 atkbd0: on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: interrupting at irq 1 psm0: current command byte:0065 kbdc: TEST_AUX_PORT status:0000 kbdc: RESET_AUX return code:00fa kbdc: RESET_AUX status:00aa kbdc: RESET_AUX ID:0000 psm: status 00 00 64 psm: status 10 03 55 psm: status 10 03 55 psm: status 10 03 55 psm: status 10 00 64 psm: data 00 00 00 psm: data 00 00 00 psm: status 00 00 64 psm0: on atkbdc0 psm0: model IntelliMouse, device ID 3, 3 buttons psm0: config:00000000, flags:00000000, packet size:4 psm0: syncmask:c8, syncbits:00 psm0: interrupting at irq 12 vga0: on isa0 fb0: vga0, vga, type:VGA (5), flags:0x7007f fb0: port:0x3b0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0x0 size:0k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 60 4f 50 83 55 81 bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 60 4f 50 83 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 60 4f 50 83 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff sc0: on isa0 sc0: fb0 kbd0 sc0: VGA color <16 virtual consoles, flags=0x0> sio0: irq maps: 0x43 0x53 0x43 0x43 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A, console sio0: interrupting at irq 4 sio1: irq maps: 0x43 0x4b 0x43 0x43 sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio1: interrupting at irq 3 sio2: not probed (disabled) sio3: not probed (disabled) ppc: parallel port found at 0x378 ppc: chipset forced to generic ppc0: SPP ppc0 at port 0x378-0x37f irq 7 flags 0x40 on isa0 ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode plip: irq 7 plip0: on ppbus 0 lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 ppc0: interrupting at irq 7 ie0: unknown board_id: f000 BIOS Geometries: 0:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 1:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 2:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 3:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 4:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 5:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 6:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 7:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 0 accounted for Device configuration finished. Considering MFS root f/s. rootfs is 2880 Kbyte compiled in MFS start_init: trying /sbin/init start_init: trying /sbin/oinit start_init: trying /sbin/init.bak start_init: trying /stand/sysinstall /stand/sysinstall running as init on serial console >Fix: Unknown to this developer. This machine does currently have a Redmond based operating system up and running without and special driver. The BTX boot loader on the kern.flp also reported the drives attached to this controller. I'm a really willing test dummy, and a pretty good sport. Please feed me with instructions to test and/or make this work. I'm only dependent on the snapshot servers making builds in order to test changes which require commits to the tree. Thank you for your time folks, this is a pretty popular controller, and supporting it is a Good Thing. >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 May 11 15: 0: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2AF11525C for ; Tue, 11 May 1999 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 PAA80238; Tue, 11 May 1999 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 15:00:01 -0700 (PDT) Message-Id: <199905112200.PAA80238@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: i386/11655: PCI controller not detected. Reply-To: Bill Fumerola Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11655; it has been noted by GNATS. From: Bill Fumerola To: Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: i386/11655: PCI controller not detected. Date: Tue, 11 May 1999 17:54:43 -0400 (EDT) On Tue, 11 May 1999 billf@FreeBSD.ORG wrote: > The controller reports itself at 0xC800 and IRQ 10 > It is currently the only controller in the machine, the onboard > IDE has been disabled in the BIOS. Bus#[00] Device#[0F] ROM#[C800] IRQ[10]d IO#[ FFF0, FFE4, FFA8, FFE0, FF90] is some data I can pull from the adapter bios as well. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 15:30:57 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from luke.pmr.com (luke.pmr.com [207.170.114.132]) by hub.freebsd.org (Postfix) with ESMTP id B74BF15A38; Tue, 11 May 1999 15:30:42 -0700 (PDT) (envelope-from bob@luke.pmr.com) Received: (from bob@localhost) by luke.pmr.com (8.9.3/8.9.2) id RAA34133; Tue, 11 May 1999 17:30:19 -0500 (CDT) (envelope-from bob) Date: Tue, 11 May 1999 17:30:19 -0500 From: Bob Willcox To: Pierre Beyssac Cc: Bob Willcox , freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Message-ID: <19990511173019.A33995@luke.pmr.com> Reply-To: Bob Willcox References: <19990511185956.A12679@enst.fr> <19990511124117.A28606@luke.pmr.com> <19990511195311.R427@enst.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <19990511195311.R427@enst.fr>; from Pierre Beyssac on Tue, May 11, 1999 at 07:53:11PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, I can easily recreate the panic with -current as of this morning. I tried the "maxusers 128" change and that did not help. I have attached a slightly modified test shell script that I have been using. I run this shell script on three other systems simultaneously, all writing to the same SCSI disk on the test system (this sort of simulates amanda activity with multiple systems all dumping to the holding disk). As I mentioned in an earlier note, these systems are all connected together via a 100mbps full-duplex switching hub. Two of them are running 3.1-stable and the other is running 2.2.8-release. I run the tests simultaneously on the three systems as follows: On obiwan: ./panic_test 5 10000 lando /stuff/tmp/obiwan On deathstar: ./panic_test 5 10000 lando /stuff/tmp/deathstar On luke: ./panic_test 5 10000 lando /stuff/tmp/luke (I've got kind of a Star Wars theme going here) Usually within about 5 minutes lando panics. Note that I have built lando's kernel with the options INVARIANTS and INVARIANT_SUPPORT. If you don't, you'll still get a panic (sbdrop) but it will occur later on during the close of the socket instead of the "receive 1" panic due to the KASSERT() that we've been talking about. One more thing...I never got low on mbufs prior to the panic. Thanks, Bob On Tue, May 11, 1999 at 07:53:11PM +0200, Pierre Beyssac wrote: > On Tue, May 11, 1999 at 12:41:17PM -0500, Bob Willcox wrote: > > fix). The problem as I have seen it is that the mbuf chain pointer (m) > > is NULL and so_rcv.sb_cc is not zero. Its as though somewhere either > > the mbuf chain pointer gets zapped with NULL or something fails to > > This can happen when the system is out of mbufs. Sadly there are > many places in the kernel where the condition is not trapped at > all. > > How many mbufs does netstat -m report on your system? Maybe I > couldn't reproduce it because my kernel is configured with maxusers > 128, which yields more mbufs. You can try that as a temporary fix. > > > properly update so_rcv.sb_cc as mbufs are processed. > > > > I believe one can expand the KASSERT macro and rewrite the line: > > if (m == 0 && so->so_rcv.sb_cc != 0) > > Oops, you're right. I stupidly looked at so_snd.sb_cc in the debug > output, which is 0. > > I prefer that, it'll probably be easier to fix. > -- > Pierre Beyssac pb@enst.fr -- Bob Willcox The man who follows the crowd will usually get no bob@luke.pmr.com further than the crowd. The man who walks alone is Austin, TX likely to find himself in places no one has ever been. -- Alan Ashley-Pitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 15:33:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from luke.pmr.com (luke.pmr.com [207.170.114.132]) by hub.freebsd.org (Postfix) with ESMTP id 4477B14CE9; Tue, 11 May 1999 15:33:20 -0700 (PDT) (envelope-from bob@luke.pmr.com) Received: (from bob@localhost) by luke.pmr.com (8.9.3/8.9.2) id RAA34182; Tue, 11 May 1999 17:33:17 -0500 (CDT) (envelope-from bob) Date: Tue, 11 May 1999 17:33:17 -0500 From: Bob Willcox To: Pierre Beyssac Cc: Bob Willcox , freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Message-ID: <19990511173317.A34161@luke.pmr.com> Reply-To: Bob Willcox References: <19990511185956.A12679@enst.fr> <19990511124117.A28606@luke.pmr.com> <19990511195311.R427@enst.fr> <19990511130004.A29148@luke.pmr.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="LZvS9be/3tNcYl/X" X-Mailer: Mutt 0.95.1i In-Reply-To: <19990511130004.A29148@luke.pmr.com>; from Bob Willcox on Tue, May 11, 1999 at 01:00:04PM -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Oops, I forgot to attach the test shell script as promised to that last note. So here it is this time. Bob -- Bob Willcox The man who follows the crowd will usually get no bob@luke.pmr.com further than the crowd. The man who walks alone is Austin, TX likely to find himself in places no one has ever been. -- Alan Ashley-Pitt --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=panic_test #!/bin/sh if [ $# -ne 4 ]; then echo "Usage: panic_test loopcnt blkcnt host path" exit 1 fi lpcnt=$1 blkcnt=$2 host=$3 path=$4 i=1 while [ $i -le $lpcnt ] do cmd="dd count=$blkcnt bs=32k if=/dev/zero|rsh $host \"dd bs=32k of=$path\"" echo "$i: $cmd" eval $cmd i=`expr $i + 1` done --LZvS9be/3tNcYl/X-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 15:40: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EF28D14FB7 for ; Tue, 11 May 1999 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA82948; Tue, 11 May 1999 15:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 15:40:02 -0700 (PDT) Message-Id: <199905112240.PAA82948@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bob Willcox Subject: Re: kern/10872: Panic in sorecieve() Reply-To: Bob Willcox Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10872; it has been noted by GNATS. From: Bob Willcox To: Pierre Beyssac Cc: Bob Willcox , freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Date: Tue, 11 May 1999 17:30:19 -0500 Well, I can easily recreate the panic with -current as of this morning. I tried the "maxusers 128" change and that did not help. I have attached a slightly modified test shell script that I have been using. I run this shell script on three other systems simultaneously, all writing to the same SCSI disk on the test system (this sort of simulates amanda activity with multiple systems all dumping to the holding disk). As I mentioned in an earlier note, these systems are all connected together via a 100mbps full-duplex switching hub. Two of them are running 3.1-stable and the other is running 2.2.8-release. I run the tests simultaneously on the three systems as follows: On obiwan: ./panic_test 5 10000 lando /stuff/tmp/obiwan On deathstar: ./panic_test 5 10000 lando /stuff/tmp/deathstar On luke: ./panic_test 5 10000 lando /stuff/tmp/luke (I've got kind of a Star Wars theme going here) Usually within about 5 minutes lando panics. Note that I have built lando's kernel with the options INVARIANTS and INVARIANT_SUPPORT. If you don't, you'll still get a panic (sbdrop) but it will occur later on during the close of the socket instead of the "receive 1" panic due to the KASSERT() that we've been talking about. One more thing...I never got low on mbufs prior to the panic. Thanks, Bob On Tue, May 11, 1999 at 07:53:11PM +0200, Pierre Beyssac wrote: > On Tue, May 11, 1999 at 12:41:17PM -0500, Bob Willcox wrote: > > fix). The problem as I have seen it is that the mbuf chain pointer (m) > > is NULL and so_rcv.sb_cc is not zero. Its as though somewhere either > > the mbuf chain pointer gets zapped with NULL or something fails to > > This can happen when the system is out of mbufs. Sadly there are > many places in the kernel where the condition is not trapped at > all. > > How many mbufs does netstat -m report on your system? Maybe I > couldn't reproduce it because my kernel is configured with maxusers > 128, which yields more mbufs. You can try that as a temporary fix. > > > properly update so_rcv.sb_cc as mbufs are processed. > > > > I believe one can expand the KASSERT macro and rewrite the line: > > if (m == 0 && so->so_rcv.sb_cc != 0) > > Oops, you're right. I stupidly looked at so_snd.sb_cc in the debug > output, which is 0. > > I prefer that, it'll probably be easier to fix. > -- > Pierre Beyssac pb@enst.fr -- Bob Willcox The man who follows the crowd will usually get no bob@luke.pmr.com further than the crowd. The man who walks alone is Austin, TX likely to find himself in places no one has ever been. -- Alan Ashley-Pitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 15:40: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 102AC14FF4 for ; Tue, 11 May 1999 15:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA82954; Tue, 11 May 1999 15:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 15:40:03 -0700 (PDT) Message-Id: <199905112240.PAA82954@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bob Willcox Subject: Re: kern/10872: Panic in sorecieve() Reply-To: Bob Willcox Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10872; it has been noted by GNATS. From: Bob Willcox To: Pierre Beyssac Cc: Bob Willcox , freebsd-bugs@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/10872: Panic in sorecieve() Date: Tue, 11 May 1999 17:33:17 -0500 --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Oops, I forgot to attach the test shell script as promised to that last note. So here it is this time. Bob -- Bob Willcox The man who follows the crowd will usually get no bob@luke.pmr.com further than the crowd. The man who walks alone is Austin, TX likely to find himself in places no one has ever been. -- Alan Ashley-Pitt --LZvS9be/3tNcYl/X Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=panic_test #!/bin/sh if [ $# -ne 4 ]; then echo "Usage: panic_test loopcnt blkcnt host path" exit 1 fi lpcnt=$1 blkcnt=$2 host=$3 path=$4 i=1 while [ $i -le $lpcnt ] do cmd="dd count=$blkcnt bs=32k if=/dev/zero|rsh $host \"dd bs=32k of=$path\"" echo "$i: $cmd" eval $cmd i=`expr $i + 1` done --LZvS9be/3tNcYl/X-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 15:41:54 1999 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 7623514FF4; Tue, 11 May 1999 15:41:49 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id PAA19117; Tue, 11 May 1999 15:41:48 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 11 May 1999 15:41:46 -0700 (PDT) From: Doug White To: "Howard F. Hu" Cc: cvs-committers@FreeBSD.org, bugs@FreeBSD.org Subject: Re: cvs commit: doc/FAQ admin.sgml In-Reply-To: <199905081603.JAA95241@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 Sat, 8 May 1999, Howard F. Hu wrote: > foxfair 1999/05/08 09:03:13 PDT > > Modified files: > FAQ admin.sgml > Log: > PR: 9707 > Submitted by: Wolfram Schneider > Add a new entry to FAQ. Please assign FAQ-related PRs to me. Thanks. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 15:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 189A115000 for ; Tue, 11 May 1999 15:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA83313; Tue, 11 May 1999 15:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 15:50:03 -0700 (PDT) Message-Id: <199905112250.PAA83313@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fenner Subject: Re: kern/10872: Panic in sorecieve() Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10872; it has been noted by GNATS. From: Bill Fenner To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/10872: Panic in sorecieve() Date: Tue, 11 May 1999 15:40:09 -0700 I've seen odd disagreements with sb_cc being non-zero and causing this panic on a 2.2.2 system; I thought it had gone away but I also don't have that machine any more. I tried tracking it for a while but really didn't get anywhere (well, I got a lot of places, just nowhere useful...) Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 16:17:45 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 365B115234; Tue, 11 May 1999 16:17:43 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id QAA60004; Tue, 11 May 1999 16:17:49 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: Doug White Cc: "Howard F. Hu" , cvs-committers@FreeBSD.org, bugs@FreeBSD.org Subject: Re: cvs commit: doc/FAQ admin.sgml In-reply-to: Your message of "Tue, 11 May 1999 15:41:46 PDT." Date: Tue, 11 May 1999 16:17:49 -0700 Message-ID: <60001.926464669@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Please assign FAQ-related PRs to me. Thanks. That's fine, but please work with the new faq team who's on faq@freebsd.org in clearing them since they're going to have a lot of changes coming in soon. As I said before (several times), the single FAQ-maintainer idea isn't working at all and it's time to try something new. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 16:40:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7FF614E85 for ; Tue, 11 May 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA86575; Tue, 11 May 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 67C291526A; Tue, 11 May 1999 16:33:10 -0700 (PDT) Message-Id: <19990511233310.67C291526A@hub.freebsd.org> Date: Tue, 11 May 1999 16:33:10 -0700 (PDT) From: anguiano@cs.ucdavis.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11657: obrien showing off gnats Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11657 >Category: kern >Synopsis: obrien showing off gnats >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue May 11 16:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ricardo Anguiano >Release: 2.2.8-CURRENT >Organization: UCD >Environment: blah >Description: foo >How-To-Repeat: foo^2 >Fix: patch >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 May 11 17:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F80B1530C for ; Tue, 11 May 1999 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA88739; Tue, 11 May 1999 17:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7F31A1517B; Tue, 11 May 1999 17:02:15 -0700 (PDT) Message-Id: <19990512000215.7F31A1517B@hub.freebsd.org> Date: Tue, 11 May 1999 17:02:15 -0700 (PDT) From: i.think@nemox.looksharp.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11658: msdos file corruption in -current as of 5/10/99 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11658 >Category: i386 >Synopsis: msdos file corruption in -current as of 5/10/99 >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 May 11 17:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrew Tamm >Release: 4.0 Current >Organization: >Environment: FreeBSD descartes.TAMM 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Tue May 11 15:25:38 EDT 1999 nemox@descartes.TAMM:/usr/src/sys/compile/DESCARTES i386 >Description: I am getting file corruption when accessing my mp3s on one of my drives. The drive is formatted FAT32 and is approximatly 4.5 gigs. When I load a mp3 using mpg123, I recieve an error similiar ( it is different on each mp3 ) to this: Playing MPEG stream from GENESI~1.MP3 ... MPEG 1.0 layer III, 112 kbit/s, 44100 Hz joint-stereo Illegal Audio-MPEG-Header 0x00000000 at offset 0x1124. Skipped 4023 bytes in input. mpg123: Can't rewind stream by 673 bits! mpg123: Can't rewind stream by 528 bits! ^C [0:05] Decoding of GENESI~1.MP3 finished. If I use mcopy to copy the file off of the FAT32 drive and onto a FFS formatted drive the file will play perfectly. Playing MPEG stream from genesi~1.mp3 ... MPEG 1.0 layer III, 112 kbit/s, 44100 Hz joint-stereo ^C [0:03] Decoding of genesi~1.mp3 finished. md5 returns different checksums on the different versions of this file. on FAT32 partition ( using mount ) MD5 (GENESI~1.MP3) = 57fe3498d16654bd8725c7a6e88e423c on FFS partition ( copied off of FAT32 partition with mcopy ) MD5 (genesi~1.mp3) = 49b53fee8f659c07c776006b54722ba4 Hard drive information from dmesg: wdc0 at port 0x1f0-0x1f7 irq 14 on isa0 wdc0: unit 0 (wd0): wd0: 11497MB (23547888 sectors), 23361 cyls, 16 heads, 63 S/T, 512 B/S This error was not present until I upgraded to 4.0-CURRENT from 3.1-RELEASE I can upload the files if you would like. If you need any more information, please email me back and tell me what you need I am not on the list so please include my address in replies, also. >How-To-Repeat: The problem is repeatable on my system and has been tested to make sure it is not an error in the mp3 file itself. >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 May 11 18: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 264531518B for ; Tue, 11 May 1999 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA91959; Tue, 11 May 1999 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 18:00:02 -0700 (PDT) Message-Id: <199905120100.SAA91959@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Costello Subject: Re: i386/11658: msdos file corruption in -current as of 5/10/99 Reply-To: Chris Costello Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11658; it has been noted by GNATS. From: Chris Costello To: i.think@nemox.looksharp.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/11658: msdos file corruption in -current as of 5/10/99 Date: Tue, 11 May 1999 19:52:25 -0500 On Tue, May 11, 1999, i.think@nemox.looksharp.net wrote: > > >Number: 11658 > >Category: i386 > >Synopsis: msdos file corruption in -current as of 5/10/99 > >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 May 11 17:10:00 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Andrew Tamm > >Release: 4.0 Current > >Organization: > >Environment: > FreeBSD descartes.TAMM 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Tue May 11 15:25:38 EDT 1999 nemox@descartes.TAMM:/usr/src/sys/compile/DESCARTES i386 > > >Description: > I am getting file corruption when accessing my mp3s on one of my > drives. The drive is formatted FAT32 and is approximatly 4.5 gigs. > When I load a mp3 using mpg123, I recieve an error similiar ( it is > different on each mp3 ) to this: MS-DOS is broken. It uses CRLF (\r\n) in its files. mpg123 is misinterpreting the file because it has \r\n instead of \n. There are no problems with the FAT support. -- Chris Costello If at first you don't succeed, call it version 1.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 22: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0045615254 for ; Tue, 11 May 1999 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA09594; Tue, 11 May 1999 22:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 May 1999 22:00:01 -0700 (PDT) Message-Id: <199905120500.WAA09594@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: kern/11657: obrien showing off gnats Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11657; it has been noted by GNATS. From: "Daniel C. Sobral" To: anguiano@cs.ucdavis.edu Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/11657: obrien showing off gnats Date: Wed, 12 May 1999 13:22:53 +0900 anguiano@cs.ucdavis.edu wrote: > > >Number: 11657 > >Category: kern > >Synopsis: obrien showing off gnats ^^^^^^^^^^^^^^^^^^^^^^^^ > >Confidential: no ^^ > >Severity: non-critical > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: doc-bug ^^^^^^^ Personally, I think obrien showing off gnats is a doc-change-request. And possibly confidential. :-) -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "Proof of Trotsky's farsightedness is that _none_ of his predictions have come true yet." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 11 22: 2:45 1999 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 2B6DD15208; Tue, 11 May 1999 22:02:42 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id WAA13674; Tue, 11 May 1999 22:02:41 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 11 May 1999 22:02:40 -0700 (PDT) From: Doug White To: "Jordan K. Hubbard" Cc: "Howard F. Hu" , cvs-committers@FreeBSD.org, bugs@FreeBSD.org Subject: Re: cvs commit: doc/FAQ admin.sgml In-Reply-To: <60001.926464669@zippy.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 11 May 1999, Jordan K. Hubbard wrote: > > Please assign FAQ-related PRs to me. Thanks. > > That's fine, but please work with the new faq team who's on > faq@freebsd.org in clearing them since they're going to have a lot of > changes coming in soon. As I said before (several times), the single > FAQ-maintainer idea isn't working at all and it's time to try > something new. Yeah, I noticed the new FAQ delegation. They pestered me for info. :) Okay, then, assign the patches to faq@freebsd.org. I want *somone* pestered about those, since I don't have the time to read -bugs and I can commit patches fairly quickly. Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | 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 May 12 1:36:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8100615CEB; Wed, 12 May 1999 01:36:18 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA29511; Wed, 12 May 1999 01:36:18 -0700 (PDT) (envelope-from sos@FreeBSD.org) Date: Wed, 12 May 1999 01:36:18 -0700 (PDT) From: Message-Id: <199905120836.BAA29511@freefall.freebsd.org> To: gnb@itga.com.au, sos@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos-bugs@FreeBSD.org Subject: Re: kern/10597: Patch to make HP 8100 CD-RW work with acd driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch to make HP 8100 CD-RW work with acd driver State-Changed-From-To: open->closed State-Changed-By: sos State-Changed-When: Wed May 12 01:34:31 PDT 1999 State-Changed-Why: Both 3.2-RELEASE and 4.0-current has this fixed, although not as this patch. Responsible-Changed-From-To: freebsd-bugs->sos-bugs Responsible-Changed-By: sos Responsible-Changed-When: Wed May 12 01:34:31 PDT 1999 Responsible-Changed-Why: I'm the ATAPI guy. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 12 2: 0:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45C1515D5E for ; Wed, 12 May 1999 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 CAA31255; Wed, 12 May 1999 02:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 76C29152D1; Wed, 12 May 1999 01:54:36 -0700 (PDT) Message-Id: <19990512085436.76C29152D1@hub.freebsd.org> Date: Wed, 12 May 1999 01:54:36 -0700 (PDT) From: ecl6ql@sun.leeds.ac.uk To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11664: lnc1 NIC fail to work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11664 >Category: i386 >Synopsis: lnc1 NIC fail to work >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 May 12 02:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Qin Li >Release: 3.2-BETA >Organization: University of Leeds >Environment: FreeBSD atmtest-pc20.leeds.ac.uk 3.2-BETA FreeBSD 3.2-BETA #2: Tue May 11 21:56:39 BST 1999 root@atmtest-pc43.leeds.ac.uk:/usr/src/sys/compile/LDAP i386 >Description: May 12 10:44:31 atmtest-pc20 /kernel: lnc1: rev 0x1 6 int a irq 11 on pci0.19.0 May 12 10:44:31 atmtest-pc20 /kernel: lnc1: Memory allocated above 16Mb limit May 12 10:44:31 atmtest-pc20 /kernel: lnc1: PCnet-PCI II address 00:00:21:b1:29: 12 May 12 10:44:32 atmtest-pc20 /kernel: lnc1: Missed packet -- no receive buffer May 12 10:44:32 atmtest-pc20 /kernel: lnc1: Missed packet -- no receive buffer May 12 10:44:32 atmtest-pc20 /kernel: lnc1: Device timeout -- Resetting May 12 10:44:33 atmtest-pc20 /kernel: lnc1: Missed packet -- no receive buffer >How-To-Repeat: Problem happens upon bootup. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 12 4:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6AE215C80 for ; Wed, 12 May 1999 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA48033; Wed, 12 May 1999 04:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3D10614F79; Wed, 12 May 1999 04:22:42 -0700 (PDT) Message-Id: <19990512112242.3D10614F79@hub.freebsd.org> Date: Wed, 12 May 1999 04:22:42 -0700 (PDT) From: tomita@cs.titech.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/11666: ypserv fails to reply host name resolution with DNS Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11666 >Category: bin >Synopsis: ypserv fails to reply host name resolution with DNS >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 May 12 04:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yoshinori TOMITA >Release: 2.2.8R >Organization: Tokyo Institute of Technology >Environment: FreeBSD zero.cs.titech.ac.jp 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Mon Mar 15 16:24:55 JST 1999 tomita@shoji.cs.titech.ac.jp:/usr/src/sys/compile/Lake-Sho jiKo i386 >Description: Our environment: In /etc/host.conf, the order is hosts, nis, bind. In NIS hosts file, we have YP_INTERDOMAIN entry. So, host name lookup will also be done by DNS when not found in hosts file. When resolving non-existing host name such as "baka.aho.manuke.", ypserv will look up this name via DNS with the name "baka.aho.manuke..cs.titech.ac.jp", here cs.titech.ac.jp is our domain name and described in /etc/resolved.conf. This DNS query fails because the hostname syntax is wrong. But ypserve will not see this failure and will not reply to the client which issued hostname resolution request. After all, the client will get "yp_match: clnt_call: RPC: Timed out" and continue name resolution infinitely. In kerberos environment, when login to the FreeBSD machine, kerberos server name such as "kerberos-1.SOMETHING" will be requested to resolve. The request will be processed by ypserv as the form like "kerberos-1.SOMETHING..cs.titech.ac.jp". As written above, this query infinitely continues and nobody can login. [ LOG of ypserv -d] ypserv: procedure ypproc_match called from 131.112.17.142:3896 ypserv: client is referencing map "hosts.byname". ypserv: looking up key [baka.aho.manuke.] ypserv: doing DNS lookup of baka.aho.manuke. ypserv: queueing async DNS name lookup (24621) ypserv: running dns queue ypserv: got dns reply from 131.112.17.129 ypserv: retrying with: baka.aho.manuke..cs.titech.ac.jp ypserv: res_mkquery failed I guess ypserv does not think of the case when res_mkquery() failes or yp_send_dns_query() failes twice. We cound not observ this problem on ypserv of 2.2.5R, but we did not track down deeply because we are not interested in 2.2.5R any longer. [ tested on 2.2.5R, the environment may differ from 2.2.8R ] # ping baka.aho.tonma..hoge ypserv: Procedure ypproc_match called from 127.0.0.1:676 ypserv: Client is referencing map "hosts.byname". ypserv: queue overflow -- releasing last slot ypserv: Looking up key [baka.aho.tonma..hoge] ypserv: Doing DNS lookup of baka.aho.tonma..hoge ypserv: res_mkquery failed ypserv: DNS query failed ping: cannot resolve baka.aho.tonma..hoge: Unknown server error >How-To-Repeat: With the following two command, ping baka.aho.manuke ping baka.aho.manuke. >Fix: I append one if-condition to ypserv.c but this does not solve the problem perfectly. # Just suppressing DNS lookup when host name ends with "." /* * Do DNS lookups for hosts maps if database lookup failed. */ if( argp->key.keydat_val[argp->key.keydat_len-1] != '.' ) #ifdef DB_CACHE if (result.stat != YP_TRUE && (yp_testflag(argp->map, argp->domain, YP_INTERDOMAIN) || (strstr(argp->map, "hosts") && do_dns))) { #else if (do_dns && result.stat != YP_TRUE && strstr(argp->map, "hosts")) { #endif char nbuf[YPMAXRECORD]; >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 May 12 5:14:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from imap.ncsa.es (imap.ncsa.es [194.179.50.6]) by hub.freebsd.org (Postfix) with ESMTP id E8A0515D01; Wed, 12 May 1999 05:14:18 -0700 (PDT) (envelope-from jesusr@ncsa.es) Received: from ender.ncsa.es (ender.ncsa.es [194.179.50.15]) by imap.ncsa.es (8.9.3/8.9.1) with ESMTP id OAA16910; Wed, 12 May 1999 14:13:44 +0200 (CEST) Message-ID: X-Mailer: XFMail 1.3 [p0] 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, 12 May 1999 14:13:19 +0200 (CEST) Reply-To: jesusr@ncsa.es Organization: Nexus Comunicaciones, S.A. From: Jesus Rodriguez To: Doug White Subject: Re: cvs commit: doc/FAQ admin.sgml Cc: bugs@FreeBSD.org, cvs-committers@FreeBSD.org, "Howard F. Hu" , "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 12-May-99 Doug White wrote: > Okay, then, assign the patches to faq@freebsd.org. I want *somone* > pestered about those, since I don't have the time to read -bugs and I can > commit patches fairly quickly. I can care about faq commits and pr's. JesusR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 12 7:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E801F15D4A for ; Wed, 12 May 1999 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 HAA63479; Wed, 12 May 1999 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 May 1999 07:50:02 -0700 (PDT) Message-Id: <199905121450.HAA63479@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: conf/11654: Linksys PCI 10/100 Ethernet cards not wokring. Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/11654; it has been noted by GNATS. From: "Daniel C. Sobral" To: banman@wwdg.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: conf/11654: Linksys PCI 10/100 Ethernet cards not wokring. Date: Wed, 12 May 1999 23:32:37 +0900 banman@wwdg.com wrote: > > >Description: > Due to ignorance on my behalf, here is full information: > Machine is a Dell P2-400, 128MB of ram, 1 ATAPI 40x CD-ROM, 1 4x/8x > Mitsumi ATAPI CD-R, TB Montego Soundcard, 2 Linksys Etherfast 10/100 PCI > cards, IBM 7200RPM 512k 10GB HDD, and an STB NVidia 8MB RIVA AGP Video > card. God bless the ignorants, for it seems they are the only ones who provide full information. (Well, not true, actually... :-) but so few people do that, that I wished to commend you on it. :) You could have provided the motherboard chipset and BIOS model/version, though. :-) Also, this message you saw can probably be retrieved through dmesg. The dmesg could possibly provide important clues. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "Proof of Trotsky's farsightedness is that _none_ of his predictions have come true yet." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 12 8: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F6F915096 for ; Wed, 12 May 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA64475; Wed, 12 May 1999 08:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4275C15383; Wed, 12 May 1999 07:57:31 -0700 (PDT) Message-Id: <19990512145731.4275C15383@hub.freebsd.org> Date: Wed, 12 May 1999 07:57:31 -0700 (PDT) From: murphyp1@msu.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/11669: gcc 2.7.2.1 gets bad magic error linking aout binary Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11669 >Category: bin >Synopsis: gcc 2.7.2.1 gets bad magic error linking aout binary >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 12 08:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Patrick Murphy >Release: 3.1-RELEASE >Organization: Michigan State University >Environment: FreeBSD voyager.ais.msu.edu 3.1-RELEASE FreeBSD 3.1-RELEASE #4: Fri Apr 2 13:59:12 EST 1999 murphyp1@voyager.ais.msu.edu:/usr/src/sys/compile/VOYAGER i386 >Description: I am using the gcc 2.7.2.1 compiler provided with FreeBSD to build a program that needs to link with the interbase FreeBSD port which was built for 2.2.8 (it is in aout format). I can compile fine with the -aout flag, but when the link step is run I get the following error message: cc -o d20upd01 -aout d20upd01.o d20misc.o d20trmio.o -lgds -L/usr/interbase/lib/ ld: /usr/lib/libgcc.a(): bad magic *** Error code 1 Stop. I have also tried setting the OBJFORMAT to aout and have verified that the ld version being invoked is the one in /usr/libexec/aout. I do have aout support (2.2 Compatability) loaded on my system. I can run aout binaries just fine. The interbase DB works as does netscape. I also tried copying the /usr/lib/libgcc.a file from another 3.1-RELEASE box but that did not correct the problem either. I did compile a small test program that does not use the interbase library with -aout, and it will not link either. That full compile output is below: cc -g -aout -c d65mkupd.c cc -g -aout -c d65misc.c cc -o d65mkupd -g -aout d65mkupd.o d65misc.o ld: /usr/lib/libgcc.a(): bad magic *** Error code 1 Stop. >How-To-Repeat: setenv OBJFORMAT aout cc -g -aout -c d65mkupd.c cc -g -aout -c d65misc.c cc -o d65mkupd -g -aout d65mkupd.o d65misc.o >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 12 8:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7353614E1E for ; Wed, 12 May 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA68749; Wed, 12 May 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5496714C59; Wed, 12 May 1999 08:35:57 -0700 (PDT) Message-Id: <19990512153557.5496714C59@hub.freebsd.org> Date: Wed, 12 May 1999 08:35:57 -0700 (PDT) From: quichem@merit.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/11670: /usr/include/arpa/nameser.h uses a C++ keyword Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11670 >Category: misc >Synopsis: /usr/include/arpa/nameser.h uses a C++ keyword >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 12 08:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mukesh Agrawal >Release: 3.1 >Organization: Merit Network >Environment: FreeBSD drummond.merit.edu 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Fri Mar 12 21:20:09 EST 1999 geeb@drummond.merit.edu:/usr/src/sys/compile/GATED i386 >Description: I'm including this file from a C++ source file. On line 143, the type ns_rr is defined to contain a field called "class". This causes an error with the C++ compiler (gcc 2.7.2.1). The include directive is inside an 'extern "C"' block, so that isn't the solution. >How-To-Repeat: try to compile a C++ program that includes /usr/include/arpa/nameser.h >Fix: rename the field >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 May 12 10:30:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C425C15E95 for ; Wed, 12 May 1999 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA78901; Wed, 12 May 1999 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2B9621544F; Wed, 12 May 1999 10:28:26 -0700 (PDT) Message-Id: <19990512172826.2B9621544F@hub.freebsd.org> Date: Wed, 12 May 1999 10:28:26 -0700 (PDT) From: malachai@iname.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/11671: "vidfont -r" fails, asking for font size Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11671 >Category: bin >Synopsis: "vidfont -r" fails, asking for font size >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 12 10:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Shawn Halpenny >Release: 3.1-STABLE i386 >Organization: >Environment: >Description: Using "vidfont -r" to restore the console font to that defined in /etc/rc.conf fails. The font remains unchanged and the message Which font size? ``""'' is displayed. >How-To-Repeat: vidfont -r >Fix: Problem is that the regular expression used to grab the name from the font field in rc.conf takes all non-spaces after the '=', meaning any enclosing quotation marks are included. While the regular expression could be modified, it might be better to simply strip out quotes from the matched text (then if quotes are ever optional for values in rc.conf, this will still work without complicating the regex). This is the patch: --- /usr/src/usr.sbin/kbdmap/kbdmap.pl Tue Apr 6 09:28:37 1999 +++ /usr/sbin/kbdmap Wed May 12 13:13:32 1999 @@ -87,6 +87,7 @@ /^#/ && next; if (/^\s*font[0-9]+x[0-9]+\s*=\s*(\S+)/) { $font_current = $1 if $1 ne "NO"; + $font_current =~ s/"//g; } } close F; >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 May 12 11:38:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id CDDA314C7F for ; Wed, 12 May 1999 11:38:05 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA28375; Wed, 12 May 1999 14:38:44 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Wed, 12 May 1999 14:38:44 -0400 (EDT) From: Bill Fumerola To: Chris Costello Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: i386/11658: msdos file corruption in -current as of 5/10/99 In-Reply-To: <199905120100.SAA91959@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 Tue, 11 May 1999, Chris Costello wrote: > > I am getting file corruption when accessing my mp3s on one of my > > drives. The drive is formatted FAT32 and is approximatly 4.5 gigs. > > When I load a mp3 using mpg123, I recieve an error similiar ( it is > > different on each mp3 ) to this: > > MS-DOS is broken. It uses CRLF (\r\n) in its files. mpg123 > is misinterpreting the file because it has \r\n instead of \n. > There are no problems with the FAT support. FWIW, I play mp3s off of my msdos parition all the time, using mpg123. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 12 13:30: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D4531507F for ; Wed, 12 May 1999 13:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA93745; Wed, 12 May 1999 13:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D9A1F14D1D; Wed, 12 May 1999 13:21:33 -0700 (PDT) Message-Id: <19990512202133.D9A1F14D1D@hub.freebsd.org> Date: Wed, 12 May 1999 13:21:33 -0700 (PDT) From: sderdau@ne.mediaone.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11674: can't do make imake build or anything since I did /usr/src make upgrade Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11674 >Category: i386 >Synopsis: can't do make imake build or anything since I did /usr/src make upgrade >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: Wed May 12 13:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Stephen A. Derdau >Release: 3.1 >Organization: >Environment: FreeBSD sderdau.ne.mediaone.net 3.1-RELEASE FreeBSD 3.1-RELEASE #3: Tue May 11 06:48:00 EDT 1999 root@sderdau.ne.mediaone.net:/usr/src/sys/compile/DERDAU i386 >Description: here is example: make ===> src Warning: Object directory not changed from original /var/downloads/mkmf/src ===> templates # make install ===> src install -c -s -o root -g wheel -m 555 mkmf usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop. *** Error code 1 Stop. >How-To-Repeat: just do make , build or anything . >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 12 14:20: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E685315AE5 for ; Wed, 12 May 1999 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 OAA96520; Wed, 12 May 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rzmail.uni-trier.de (rzmail.uni-trier.de [136.199.8.220]) by hub.freebsd.org (Postfix) with ESMTP id 995781504D for ; Wed, 12 May 1999 14:10:24 -0700 (PDT) (envelope-from blank@uni-trier.de) Received: from uni-trier.de (blank@rzppp-59.uni-trier.de [136.199.4.59]) by rzmail.uni-trier.de (8.8.5/8.6.9) with ESMTP id XAA17386 for ; Wed, 12 May 1999 23:10:20 +0200 (CEST) Received: (from blank@localhost) by uni-trier.de (8.9.3/8.9.3) id XAA10148; Wed, 12 May 1999 23:09:38 +0200 (CEST) (envelope-from blank) Message-Id: <199905122109.XAA10148@uni-trier.de> Date: Wed, 12 May 1999 23:09:38 +0200 (CEST) From: blank@uni-trier.de Reply-To: blank@uni-trier.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11675: Another quirk entry for scsi_sa.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11675 >Category: kern >Synopsis: Another quirk entry for scsi_sa.c >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 May 12 14:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sascha Blank >Release: FreeBSD 3.2-BETA i386 >Organization: >Environment: A FreeBSD-3.2 BETA system current as of May 12th 1999. My tape drive is a TANDBERG TDC 4100 with firmware revision 07:28; it is connected to my system through a NCR 815 SCSI controller. ident /usr/src/sys/cam/scsi/scsi_sa.c says: scsi_sa.c: $Id: scsi_sa.c,v 1.16.2.4 1999/05/11 05:40:43 mjacob Exp $ >Description: A few days ago a quirk entry for the TANDBERG TDC 4200 tape drive has been added to scsi_sa.c. The same entry quirk applies to its companion, the TDC 4100 drive as well. >How-To-Repeat: nothing to do. >Fix: This diff is meant to be for STABLE as well as CURRENT. *** scsi_sa.c.orig Wed May 12 22:55:32 1999 --- scsi_sa.c Wed May 12 22:56:25 1999 *************** *** 251,256 **** --- 251,260 ---- }, { { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "TANDBERG", + " TDC 4100", "*"}, SA_QUIRK_NOCOMP|SA_QUIRK_1FM, 512 + }, + { + { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "TANDBERG", " TDC 4200", "*"}, SA_QUIRK_NOCOMP|SA_QUIRK_1FM, 512 }, { >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 May 12 14:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07D7414F54 for ; Wed, 12 May 1999 14:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA98268; Wed, 12 May 1999 14:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 May 1999 14:50:02 -0700 (PDT) Message-Id: <199905122150.OAA98268@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Jacob Subject: Re: kern/11675: Another quirk entry for scsi_sa.c Reply-To: Matthew Jacob Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11675; it has been noted by GNATS. From: Matthew Jacob To: blank@uni-trier.de Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11675: Another quirk entry for scsi_sa.c Date: Wed, 12 May 1999 14:39:46 -0700 (PWT) I'm actually thinking that we should apply SA_QUIRK_1FM to all Tandberg units. The only question in my mind is whether to leave it at 'fixed' or not, and if fixed, whether it should 1024 or 512. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 12 15:54: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0259014BFF; Wed, 12 May 1999 15:54:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA03250; Wed, 12 May 1999 15:54:04 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Wed, 12 May 1999 15:54:04 -0700 (PDT) From: Message-Id: <199905122254.PAA03250@freefall.freebsd.org> To: anguiano@cs.ucdavis.edu, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11657: obrien showing off gnats Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: obrien showing off gnats State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Wed May 12 15:53:50 PDT 1999 State-Changed-Why: Not a valid PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 12 21: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99535152B2 for ; Wed, 12 May 1999 21:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA23287; Wed, 12 May 1999 21:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cartserver.com (www2.cartserver.com [209.68.60.164]) by hub.freebsd.org (Postfix) with ESMTP id 63D5514D91 for ; Wed, 12 May 1999 20:59:20 -0700 (PDT) (envelope-from sigma@cartserver.com) Received: (from root@localhost) by cartserver.com (8.9.2/8.6.12) id AAA13748; Thu, 13 May 1999 00:03:47 -0400 (EDT) Message-Id: <199905130403.AAA13748@cartserver.com> Date: Thu, 13 May 1999 00:03:47 -0400 (EDT) From: Kevin Martin Reply-To: sigma@cartserver.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11679: httpd and perl5 processes stuck in "nochan" eating CPU Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11679 >Category: kern >Synopsis: httpd and perl5 processes stuck in "nochan" eating CPU >Confidential: yes >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 12 21:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kevin Martin >Release: FreeBSD 3.1-STABLE i386 >Organization: pair Networks, Inc >Environment: Xeon 500 Mhz, 512Mb RAM, SCSI and IDE drives, running typical mod_ssl installation. >Description: httpd and perl5 processes enter "nochan" status and eat unlimited CPU capacity, while doing no useful work. Can only be cleaned up by "kill -9". We have developed a script to monitor for this and perform the kills. However, it is affecting performance and causing blank pages to be returned from runaway httpd processes. We have also seen this under FreeBSD 2.2.7-STABLE for extremely busy servers with lots of CGI activity. >How-To-Repeat: Just let the server run, even with only 2 hits/second. >Fix: Unknown; these processes are becoming stranded somehow by the kernel. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 12 21:10: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7483C14D91 for ; Wed, 12 May 1999 21:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA23986; Wed, 12 May 1999 21:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cartserver.com (www2.cartserver.com [209.68.60.164]) by hub.freebsd.org (Postfix) with ESMTP id 1012D14D91 for ; Wed, 12 May 1999 21:02:38 -0700 (PDT) (envelope-from sigma@cartserver.com) Received: (from root@localhost) by cartserver.com (8.9.2/8.6.12) id AAA14193; Thu, 13 May 1999 00:07:05 -0400 (EDT) Message-Id: <199905130407.AAA14193@cartserver.com> Date: Thu, 13 May 1999 00:07:05 -0400 (EDT) From: sigma@pair.com Reply-To: sigma@pair.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11680: server freezes, all processes stuck in "inode" status Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11680 >Category: kern >Synopsis: server freezes, all processes stuck in "inode" status >Confidential: yes >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 12 21:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kevin Martin >Release: FreeBSD 3.1-STABLE i386 >Organization: pair Networks, Inc >Environment: Xeon 500 Mhz, 512Mb RAM, Adaptec Ultra2 SCSI with two Ultra2 drives. >Description: Once or twice a day, under light load (avg under 0.30), the server will freeze up and no longer be able to start new processes or continue doing any useful work. If "top" happens to be left running, it will always show "inode" as the status for all processes. >How-To-Repeat: Leave server running, wait. >Fix: Unknown. This is impacting a major commerce server after it was upgraded from 2.1.7 to 3.1-STABLE. We will probably have to fall back to 2.2.8 :( >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 May 12 21:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 767E814FB8 for ; Wed, 12 May 1999 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA25519; Wed, 12 May 1999 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 May 1999 21:40:02 -0700 (PDT) Message-Id: <199905130440.VAA25519@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kevin Day Subject: Re: kern/11680: server freezes, all processes stuck in "inode" status Reply-To: Kevin Day Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11680; it has been noted by GNATS. From: Kevin Day To: sigma@pair.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11680: server freezes, all processes stuck in "inode" status Date: Wed, 12 May 1999 23:34:36 -0500 (CDT) > >Description: > > Once or twice a day, under light load (avg under 0.30), the server > will freeze up and no longer be able to start new processes or > continue doing any useful work. If "top" happens to be left > running, it will always show "inode" as the status for all processes. > Two questions, to see if you're seeing the same thing I am. 1) Are you using this system as an NFS client? 2) If you break into the debugger when it's frozen (ctrl-alt-escape) and type 'ps', is at least one process stuck in 'vmopar'? Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 0: 0: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 542C4153D8 for ; Thu, 13 May 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA37182; Thu, 13 May 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B884B153BE; Wed, 12 May 1999 23:53:40 -0700 (PDT) Message-Id: <19990513065340.B884B153BE@hub.freebsd.org> Date: Wed, 12 May 1999 23:53:40 -0700 (PDT) From: dnsadmin@aeonflux.ent To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 wont work under 3.1R Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11681 >Category: i386 >Synopsis: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 wont work under 3.1R >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 May 13 00:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: James F. Porter >Release: 3.1R >Organization: Aeon Flux Enterprises, Inc. >Environment: FreeBSD www2.aeonflux.net 3.1-RELEASE FreeBSD 3.1-RELEASE #3: Fri Apr 30 16:38:58 EDT 1999 root@www2.aeonflux.net:/usr/src/sys/c ompile/WWW2 i386 >Description: We run a variety of PC's with the AHA 2940UW controller. ALL systems work perfectly as long as we don't use a BIOS revision higher than 1.26. Bios revisions above that including the current 1.34.3 latest AHA 2940UW shipping bios keep generating SCSI BUS Resets. And the system never loads even if you are NOT booting from the SCSI device. The O/S cycles thru ah0 0:0:0:0 thru 0:0:15:0 and then starts over. It doesn't even matter whether a drive is connected or not. This is a major problem for us (we're an small ISP) as we can no longer obtain cards with the 1.26 or earlier bios and Adaptec as specifically said that the 1.34.3 should be used because of all the fixes in it. >How-To-Repeat: simply put ANY Adaptec 2940UW PCI SCSI controller in a PC with a bios revision higher than 1.26 and the problem automatically repeats. >Fix: none. we need one desperately as this is holding up our entire upgrade program. >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 May 13 1:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEB3515419 for ; Thu, 13 May 1999 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA44600; Thu, 13 May 1999 01:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ardbeg.komma.de (ardbeg.komma.de [194.77.233.18]) by hub.freebsd.org (Postfix) with ESMTP id 2F6EB15415 for ; Thu, 13 May 1999 01:27:53 -0700 (PDT) (envelope-from pmh@komma.de) Received: (from pmh@localhost) by ardbeg.komma.de (8.9.3/8.9.3) id KAA05834; Thu, 13 May 1999 10:27:50 +0200 (CEST) Message-Id: <199905130827.KAA05834@ardbeg.komma.de> Date: Thu, 13 May 1999 10:27:50 +0200 (CEST) From: pmh@komma.de Reply-To: pmh@komma.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/11683: inconsistency wrt lpt/olpt/nlpt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11683 >Category: i386 >Synopsis: olpt/nlpt name change not in man pages >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu May 13 01:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Patrick M. Hausen >Release: FreeBSD 3.2-BETA i386 >Organization: Private site >Environment: FreeBSD 3.2-BETA i386 as of 05/12/99 >Description: The kernel config file changed the names of the parallel port drivers to olpt (the deprecated one) and lpt (new). The man pages still refer to the drivers as lpt and nlpt resp. Fix before -RELEASE would be great. BTW: a kernel with olpt in it doesn't even link. Why keep it around anyway? >How-To-Repeat: Install 3.2-BETA >Fix: Left as an exercise to the reader [tm] >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 May 13 1:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0569515419 for ; Thu, 13 May 1999 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA45805; Thu, 13 May 1999 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 May 1999 01:50:01 -0700 (PDT) Message-Id: <199905130850.BAA45805@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Greenman Subject: Re: kern/11680: server freezes, all processes stuck in "inode" status Reply-To: David Greenman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11680; it has been noted by GNATS. From: David Greenman To: sigma@pair.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11680: server freezes, all processes stuck in "inode" status Date: Thu, 13 May 1999 01:40:04 -0700 >>Synopsis: server freezes, all processes stuck in "inode" status ...might be a duplicate of PR 8416. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 5:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D489B14CDF for ; Thu, 13 May 1999 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 FAA60103; Thu, 13 May 1999 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.rwth-aachen.de (mail.RWTH-Aachen.DE [137.226.144.9]) by hub.freebsd.org (Postfix) with ESMTP id D297A14BF9 for ; Thu, 13 May 1999 05:31:09 -0700 (PDT) (envelope-from ost@comnets.rwth-aachen.de) Received: from comnets.rwth-aachen.de (s4m034.dialup.RWTH-Aachen.DE) by mail.rwth-aachen.de (PMDF V5.1-12 #30440) with ESMTP id <01JB5HF9I7ZI00028V@mail.rwth-aachen.de> for FreeBSD-gnats-submit@freebsd.org; Thu, 13 May 1999 14:31:39 +0200 Received: (from ost@localhost) by comnets.rwth-aachen.de (8.9.2/8.9.2) id OAA00755; Thu, 13 May 1999 14:13:33 +0200 (CEST envelope-from ost) Message-Id: <199905131213.OAA00755@comnets.rwth-aachen.de> Date: Thu, 13 May 1999 14:13:33 +0200 (CEST) From: ost@comnets.rwth-aachen.de Reply-To: ost@comnets.rwth-aachen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11686: APM: Always "Resume failure" from suspend/standby Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11686 >Category: kern >Synopsis: APM: Always "Resume failure" from suspend/standby >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 May 13 05:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Martin Ostermann >Release: FreeBSD 3.1-RELEASE i386 >Organization: Home >Environment: Toshiba 210CS Laptop, Kernel with PAO-patches (but same problem without the patches, too). APM Suspend/Resume works fine with either Win95 or Linux. Updated to latest available BIOS version (v6.30, dated 1997) >Description: The machine never correctly resumes from suspend or standby states, but instead reports a "RESUME failure" and does a normal reboot. In Standby state, it doesn't react on any keys pressed (I believe it should, as it does in Win95 and Linux.) >How-To-Repeat: Suspend with either 'amp -z', 'apm -Z', or power button if BIOS resume mode is enabled. Try Resume with either power button or suspend timer. >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 May 13 6:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5198B14DB3 for ; Thu, 13 May 1999 06:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA62910; Thu, 13 May 1999 06:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 May 1999 06:30:03 -0700 (PDT) Message-Id: <199905131330.GAA62910@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Justin T. Gibbs" Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 wont work under 3.1R Reply-To: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11681; it has been noted by GNATS. From: "Justin T. Gibbs" To: dnsadmin@aeonflux.ent Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 wont work under 3.1R Date: Thu, 13 May 1999 07:13:34 -0600 >We run a variety of PC's with the AHA 2940UW controller. ALL systems >work perfectly as long as we don't use a BIOS revision higher than >1.26. You'll have to be a bit more specific as I have several 2940UW controllers with BIOS revisions in the 30's and they all work fine. My guess is that you are encountering an interration between a specific rev of the aic7880 and the chipset on your motherboard. A dmesg from a boot -v (or possible a boot -v sent to a serial console so you can capture it all) will give me a clue about your problem, but I may only be able to help you out if you can send me a bare bones system (MB, controller, case, powersupply) for a day or two so I can analyze the problem with a PCI bus analyzer. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 8: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5330F1513A for ; Thu, 13 May 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA25967; Thu, 13 May 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (Postfix) with ESMTP id D2F571513A for ; Thu, 13 May 1999 07:50:35 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id HAA12466 for ; Thu, 13 May 1999 07:50:34 -0700 (PDT) (envelope-from gdonl@tsc.tdk.com) Received: from gvpc85.gv.tsc.tdk.com (gvpc85.gv.tsc.tdk.com [192.168.240.85]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id HAA13014 for ; Thu, 13 May 1999 07:50:33 -0700 (PDT) Received: (from gdonl@localhost) by gvpc85.gv.tsc.tdk.com (8.9.3/8.9.3) id HAA27110; Thu, 13 May 1999 07:50:32 -0700 (PDT) (envelope-from Don.Lewis@tsc.tdk.com) Message-Id: <199905131450.HAA27110@gvpc85.gv.tsc.tdk.com> Date: Thu, 13 May 1999 07:50:32 -0700 (PDT) From: Don Lewis Reply-To: gdonl@tsc.tdk.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11687: buglet in login_class() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11687 >Category: bin >Synopsis: buglet in login_class() >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 May 13 08:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Lewis >Release: FreeBSD 3.2-BETA i386 >Organization: TDK Semiconductor >Environment: >Description: The internal substvar() routine in login_class() has a small bug that could cause it to scribble one character outside the memory that it allocates from the heap. >How-To-Repeat: If the first byte location before the variable contains a backslash character, substvar() may think it is processing an escape sequence and slide the buffer one character outside its allocated space. The problem is that substvar does something like this (simplified): np = malloc(...); p = strcpy(np, var); if (p > var && *(p-1) == '\\') memmove(p - 1, p, l + 1); The return value from "strcpy(np, var)" is "np", not "var", so pointer comparisons between "p" and "var" are not valid. Also, the buffer being modifed is np. The intent of this test is to check to see if the preceeding character was a backslash only if we aren't at the beginning of the buffer. >Fix: --- login_class.c.orig Fri Sep 4 18:08:36 1998 +++ login_class.c Thu May 13 06:51:40 1999 @@ -163,7 +163,7 @@ while (*(p += strcspn(p, "~$")) != '\0') { int l = strlen(p); - if (p > var && *(p-1) == '\\') /* Escaped: */ + if (p > np && *(p-1) == '\\') /* Escaped: */ memmove(p - 1, p, l + 1); /* Slide-out the backslash */ else if (*p == '~') { int v = pch && *(p+1) != '/'; /* Avoid double // */ >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 May 13 8:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5B5014DB6 for ; Thu, 13 May 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA29024; Thu, 13 May 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp04.nwnexus.com (smtp04.nwnexus.com [206.63.63.52]) by hub.freebsd.org (Postfix) with ESMTP id D1DAF14C81 for ; Thu, 13 May 1999 08:36:01 -0700 (PDT) (envelope-from wrsomsky@halcyon.com) Received: from gramarye (evt-lx100-ip43.nwnexus.net [204.57.235.43]) by smtp04.nwnexus.com (8.8.8/8.8.8) with ESMTP id IAA10660 for ; Thu, 13 May 1999 08:35:57 -0700 (PDT) Received: (from wrsomsky@localhost) by gramarye (8.9.3/8.9.3) id IAA00937; Thu, 13 May 1999 08:33:41 -0700 (PDT) (envelope-from wrsomsky) Message-Id: <199905131533.IAA00937.gramarye.wrsomsky@halcyon.com> Date: Thu, 13 May 1999 08:33:41 -0700 (PDT) From: "William R. Somsky" Reply-To: wrsomsky@halcyon.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/11689: Change "netstat" mode in daily "status-network" script Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11689 >Category: misc >Synopsis: Change "netstat" mode in daily "status-network" script >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 13 08:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: William R. Somsky >Release: FreeBSD 3.2-BETA i386 >Organization: >Environment: demand-dialed ppp; /etc/host.conf set to hosts:bind order; >Description: On a machine with demand-dialed ppp, invocation of the daily "420.status-network" script causes the machine to dial the network to perform the number-to-name resolution of the "netstat -i" within the script. >How-To-Repeat: Invoke /etc/periodic/daily/420.status-network on a machine with demand-dialed ppp. >Fix: Suggest that the "netstat -i" in the script be changed to "netstat -in" (print as numbers). Suggested patch below: *** 420.status-network:orig Sun Aug 17 10:55:33 1997 --- 420.status-network Thu May 13 08:15:53 1999 *************** *** 7,11 **** echo "" echo "Network interface status:" ! netstat -i fi --- 7,11 ---- echo "" echo "Network interface status:" ! netstat -in 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 May 13 9:17:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A253815207; Thu, 13 May 1999 09:17:36 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA32565; Thu, 13 May 1999 09:17:36 -0700 (PDT) (envelope-from ache@FreeBSD.org) Date: Thu, 13 May 1999 09:17:36 -0700 (PDT) From: Message-Id: <199905131617.JAA32565@freefall.freebsd.org> To: gdonl@tsc.tdk.com, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11687: buglet in login_class() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: buglet in login_class() State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Thu May 13 09:17:01 PDT 1999 State-Changed-Why: fix commited To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 9:32: 2 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05C1C14F0C for ; Thu, 13 May 1999 09:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA33466; Thu, 13 May 1999 09:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id B29FD15207 for ; Thu, 13 May 1999 09:26:01 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.2/8.9.2/UCB) id TAA43127; Thu, 13 May 1999 19:25:45 +0300 (EEST) (envelope-from ru) Message-Id: <199905131625.TAA43127@relay.ucb.crimea.ua> Date: Thu, 13 May 1999 19:25:45 +0300 (EEST) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11690: [32-CANDIDATE] /sbin/natd portrange documentation and bugfix Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11690 >Category: bin >Synopsis: [32-CANDIDATE] /sbin/natd portrange documentation and bugfix >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 13 09:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ruslan Ermilov >Release: FreeBSD 3.1-STABLE i386 >Organization: United Commercial Bank >Environment: Both HEAD and RELENG_3 >Description: 1. Logic error in checking the condition 2. portrange feature is not documented in manpage >How-To-Repeat: Look at code. >Fix: Index: natd.8 =================================================================== RCS file: /usr/FreeBSD-CVS/src/sbin/natd/natd.8,v retrieving revision 1.16.2.2 diff -u -r1.16.2.2 natd.8 --- natd.8 1999/05/04 12:12:01 1.16.2.2 +++ natd.8 1999/05/13 16:22:37 @@ -114,19 +114,31 @@ According to rfc 1918, unregistered source addresses are 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16. -.It Fl redirect_port Ar proto targetIP:targetPORT [aliasIP:]aliasPORT [remoteIP[:remotePORT]] -Redirect incoming connections arriving to given port to another host and port. +.It Fl redirect_port Ar proto targetIP:targetPORT[-targetPORT] [aliasIP:]aliasPORT[-aliasPORT] [remoteIP[:remotePORT[-remotePORT]]] +Redirect incoming connections arriving to given port(s) to another host +and port(s). Proto is either tcp or udp, targetIP is the desired target IP -number, targetPORT is the desired target PORT number, aliasPORT -is the requested PORT number and aliasIP is the aliasing address. +number, targetPORT is the desired target PORT number or range, aliasPORT +is the requested PORT number or range, and aliasIP is the aliasing address. RemoteIP and remotePORT can be used to specify the connection more accurately if necessary. +The targetPORT range and aliasPORT range need not be the same numerically, +but must have the same size. +If remotePORT is not specified, it is assumed to be all ports. +If remotePORT is specified, it must match the size of targetPORT, or be 0 +(all ports). For example, the argument .Ar tcp inside1:telnet 6666 means that tcp packets destined for port 6666 on this machine will be sent to the telnet port on the inside1 machine. + +.Ar tcp inside2:2300-2399 3300-3399 + +will redirect incoming connections on ports 3300-3399 to host +inside2, ports 2300-2399. +The mapping is 1:1 meaning port 3300 maps to 2300, 3301 maps to 2301, etc. .It Fl redirect_address Ar localIP publicIP Redirect traffic for public IP address to a machine on the local Index: natd.c =================================================================== RCS file: /usr/FreeBSD-CVS/src/sbin/natd/natd.c,v retrieving revision 1.11.2.3 diff -u -r1.11.2.3 natd.c --- natd.c 1999/03/30 10:18:00 1.11.2.3 +++ natd.c 1999/05/13 16:16:46 @@ -1380,7 +1380,7 @@ numLocalPorts = GETNUMPORTS(portRange); /* - * Extract public port and optinally address. + * Extract public port and optionally address. */ ptr = strtok (NULL, " \t"); if (!ptr) @@ -1431,7 +1431,7 @@ errx (1, "redirect_port: port ranges must be equal in size"); /* Remote port range is allowed to be '0' which means all ports. */ - if (numRemotePorts != numLocalPorts && numRemotePorts != 1 && remotePort != 0) + if (numRemotePorts != numLocalPorts && !(numRemotePorts == 1 && remotePort == 0)) errx (1, "redirect_port: remote port must be 0 or equal to local port range in size"); for (i = 0 ; i < numPublicPorts ; ++i) { >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 9:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 312F214EE1 for ; Thu, 13 May 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA35613; Thu, 13 May 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 551B414C47 for ; Thu, 13 May 1999 09:44:34 -0700 (PDT) (envelope-from root@amigo.faf.fa.disney.com) Received: from pain10.corp.disney.com (root@pain10.corp.disney.com [153.7.110.100]) by mail.disney.com (8.9.1/8.9.1) with SMTP id JAA10550 for ; Thu, 13 May 1999 09:44:30 -0700 (PDT) Received: from louie.fa.disney.com by pain.corp.disney.com with ESMTP; Thu, 13 May 1999 09:43:45 -0700 Received: from snowhite.faf.fa.disney.com (snowhite.faf.fa.disney.com [153.7.115.1]) by louie.fa.disney.com (8.9.2/8.9.2) with ESMTP id JAA10869 for ; Thu, 13 May 1999 09:44:29 -0700 (PDT) Received: from amigo.faf.fa.disney.com (amigo.faf.fa.disney.com [153.7.115.230]) by snowhite.faf.fa.disney.com (8.9.2/8.9.2) with ESMTP id MAA05650 for ; Thu, 13 May 1999 12:44:27 -0400 (EDT) (envelope-from root@amigo.faf.fa.disney.com) Received: (from root@localhost) by amigo.faf.fa.disney.com (8.9.2/8.9.2) id MAA68220; Thu, 13 May 1999 12:44:28 -0400 (EDT) (envelope-from root@amigo.faf.fa.disney.com) Message-Id: <199905131644.MAA68220@amigo.faf.fa.disney.com> Date: Thu, 13 May 1999 12:44:28 -0400 (EDT) From: Jim.Pirzyk@disney.com Reply-To: Jim.Pirzyk@disney.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11691: Bug in command 'atm show arp' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11691 >Category: bin >Synopsis: 'atm show arp' has ATM addresses in wrong byte order for SPANS >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 May 13 09:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 3.1-RELEASE i386 >Organization: >Environment: A FreeBSD host running SPANS atm. Need to have mutiple atm hosts connected to the same atm switch and VCs already established to those hosts. >Description: When doing an 'atm show arp' while running SPANS signaling manager, the ATM address is not being displayed in the correct order. This is different than the order being displayed by the SPANS signaling modules in the kernel. The good order is by the spans_addr_print in /usr/src/sys/netatm/spans/spans_util.c The bad code is in: /usr/src/lib/libatm/atm_addr.c >How-To-Repeat: run the 'atm show arp' on the command line. Then grep for SPANS in /var/log/messages and look at the two atm addresses, they should start in the same order. >Fix: *** atm_addr.c.orig Tue Sep 15 04:22:33 1998 --- atm_addr.c Thu May 13 12:35:13 1999 *************** *** 305,311 **** u2.c[3] = atm_spans->aas_addr[7]; if (!(u1.w == 0 && u2.w == 0)) ! sprintf(str, "0x%08x.%08x", u1.w, u2.w); break; case T_ATM_PVC_ADDR: --- 305,311 ---- u2.c[3] = atm_spans->aas_addr[7]; if (!(u1.w == 0 && u2.w == 0)) ! sprintf(str, "0x%08x.%08x", ntohl(u1.w), ntohl(u2.w)); break; case T_ATM_PVC_ADDR: >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 May 13 9:59:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AC72414C81; Thu, 13 May 1999 09:59:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA36685; Thu, 13 May 1999 09:59:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) Date: Thu, 13 May 1999 09:59:53 -0700 (PDT) From: Message-Id: <199905131659.JAA36685@freefall.freebsd.org> To: ru@ucb.crimea.ua, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11690: [32-CANDIDATE] /sbin/natd portrange documentation and bugfix Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [32-CANDIDATE] /sbin/natd portrange documentation and bugfix State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Thu May 13 09:59:24 PDT 1999 State-Changed-Why: Applied to -current Waiting for approval in -stable (code freeze) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 10:10:23 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19E4915615 for ; Thu, 13 May 1999 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA37854; Thu, 13 May 1999 10:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B096414C47; Thu, 13 May 1999 10:04:58 -0700 (PDT) Message-Id: <19990513170458.B096414C47@hub.freebsd.org> Date: Thu, 13 May 1999 10:04:58 -0700 (PDT) From: cliff@steam.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11692: 3.1-stable deadlock Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11692 >Category: kern >Synopsis: 3.1-stable deadlock >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 May 13 10:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Cliff Skolnick >Release: 3.1-stable, 3.2-beta >Organization: steam.com >Environment: FreeBSD lazlo.internal.steam.com 3.2-BETA FreeBSD 3.2-BETA #1: Wed May 12 22:00: 42 PDT 1999 >Description: Since commited patches fix 8416, this is a PR on it's own. My system is a PII 350 with 128MB of memory and 512MB swap, 3 SCSI buses (a 2940 and a 3940), an intel etherexpress 10/100, and a zynx 4 port 10/100 card. This problem started the begining of this month after an installworld and kernel update. This system had been running 3.1 since 3.1-release and 2.2.x since mid summer without a single crash, well except for that bad SCSI cable in september which was my fault. The problem does not occur until there is some paging activity. It also usually seems to happen when users with large mailboxes are writing to their mail spools. Usually there are 2-6 people reading mail on the machine at any given time, 15 active users in total. 20% of the users use PINE accessing the spool directly, 20% use pine but accessing the spool via IMAP, and 60% use IMAP only from other systems (at times also with a shell open on the system but not reading mail). It seems the first two pine categories are much more likely to cause the problem, but those users also are the ones with bigger spool files. The last deadlock was me running screen, pine, and compiling egcs. There was one other user logged into the system with an idle shell open, the other user was also reading mail via IMAP from netscape. This is not really a heavy load for this system, but with 128MB it will probably start to use swap at this point. The same machine runs: samba, active mounts - no tranfers in progress apache, no requests being served DNS, constant traffic, but not high volume sendmail, was attempting a few local and about 10 remote deliveries at the time. Procmail is used for local delivery. IMAP had two connections active, my pine session and the netscape session on a remote machine No X server is ever run on this machine, ssh, telnet and an occasional console login is how this machine is used. Routing, it's the router between a few very low use LANs and the firewall router. kernel config file and dmesg.boot follows: Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-BETA #1: Wed May 12 22:00:42 PDT 1999 cliff@lazlo.internal.steam.com:/usr/src/sys/compile/lazlo Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Xeon/Celeron (350.80-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x651 Stepping=1 Features=0x183fbff> real memory = 134217728 (131072K bytes) avail memory = 127610880 (124620K bytes) Preloaded elf kernel "kernel" at 0xc02c7000. Probing for devices on PCI bus 0: chip0: rev 0x02 on pci0.0.0 chip1: rev 0x02 on pci0.1.0 chip2: rev 0x02 on pci0.7.0 chip3: rev 0x02 on pci0.7.3 ahc0: rev 0x01 int a irq 10 on pci0.16.0 ahc0: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs chip4: rev 0x01 on pci0.17.0 chip5: rev 0x02 on pci0.19.0 fxp0: rev 0x02 int a irq 10 on pci0.20 .0 fxp0: Ethernet address 00:a0:c9:8b:2e:60 Probing for devices on PCI bus 1: vga0: rev 0x5c on pci1.0.0 Probing for devices on PCI bus 2: ahc1: rev 0x00 int a irq 11 on pci2.4.0 ahc1: aic7880 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc2: rev 0x00 int a irq 9 on pci2.5.0 ahc2: aic7880 Wide Channel B, SCSI Id=7, 16/255 SCBs Probing for devices on PCI bus 3: de0: rev 0x22 int a irq 15 on pci3.4.0 de0: ZNYX ZX34X 21140A [10-100Mb/s] pass 2.2 de0: address 00:c0:95:e0:37:e8 de1: rev 0x22 int a irq 10 on pci3.5.0 de1: ZNYX ZX34X 21140A [10-100Mb/s] pass 2.2 de1: address 00:c0:95:e0:37:e9 de2: rev 0x22 int a irq 11 on pci3.6.0 de2: ZNYX ZX34X 21140A [10-100Mb/s] pass 2.2 de2: address 00:c0:95:e0:37:ea de3: rev 0x22 int a irq 9 on pci3.7.0 de3: ZNYX ZX34X 21140A [10-100Mb/s] pass 2.2 de3: address 00:c0:95:e0:37:eb Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 not found sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in ppc0 at 0x378 irq 7 on isa ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold plip0: on ppbus 0 vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface IP Filter: initialized. Default = pass all, Logging = enabled Waiting 5 seconds for SCSI devices to settle de0: enabling 100baseTX port de1: enabling 100baseTX port sa0 at ahc0 bus 0 target 4 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 3.300MB/s transfers da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 2157MB (4419464 512 byte sectors: 255H 63S/T 275C) da1 at ahc1 bus 0 target 0 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da1: 4340MB (8888924 512 byte sectors: 255H 63S/T 553C) da3 at ahc2 bus 0 target 2 lun 0 da3: Fixed Direct Access SCSI-2 device da3: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da3: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) da5 at ahc2 bus 0 target 4 lun 0 da5: Fixed Direct Access SCSI-2 device da5: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da5: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) da4 at ahc2 bus 0 target 3 lun 0 da4: Fixed Direct Access SCSI-2 device da4: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da4: 8683MB (17783240 512 byte sectors: 255H 63S/T 1106C) da2 at ahc1 bus 0 target 1 lun 0 da2: Fixed Direct Access SCSI-2 device da2: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing Enabled da2: 4340MB (8888924 512 byte sectors: 255H 63S/T 553C) changing root device to da0s1a cd0 at ahc0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 10.000MB/s transfers (10.000MHz, offset 15) cd0: Attempt to query device size failed: NOT READY, Medium not present machine "i386" cpu "I686_CPU" ident GENERIC maxusers 64 options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=5000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative #options USERCONFIG #boot -c editor #options VISUAL_USERCONFIG #visual boot -c editor options LKM options IPFILTER #kernel ipfilter support options IPFILTER_LOG #ipfilter logging options QUOTA #enable disk quotas # debugger stuff options DDB options DDB_UNATTENDED # do the panic thing, not just die config kernel root on da0 # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 #options "CMD640" # work around CMD640 chip deficiency #controller wdc0 at isa? port "IO_WD1" bio irq 14 #disk wd0 at wdc0 drive 0 #disk wd1 at wdc0 drive 1 #controller wdc1 at isa? port "IO_WD2" bio irq 15 #disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 #options ATAPI #Enable ATAPI support for IDE bus #options ATAPI_STATIC #Don't do it as an LKM #device acd0 #IDE CD-ROM #device wfd0 #IDE Floppy (e.g. LS-120) # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. #controller ncr0 #controller ahb0 controller ahc0 #controller isp0 # This controller offers a number of configuration options, too many to # document here - see the LINT file in this directory and look up the # dpt0 entry there for much fuller documentation on this. #controller dpt0 #controller adv0 at isa? port ? cam irq ? #controller adw0 #controller bt0 at isa? port ? cam irq ? #controller aha0 at isa? port ? cam irq ? controller scbus0 device da0 device sa0 device pass0 device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 #device mcd0 at isa? port 0x300 bio irq 10 #controller matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) # device apm0 at isa? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 #device sio2 at isa? disable port "IO_COM3" tty irq 5 #device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? net irq 7 controller ppbus0 #device nlpt0 at ppbus? device plip0 at ppbus? #device ppi0 at ppbus? #controller vpo0 at ppbus? # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device ax0 device de0 device fxp0 #device mx0 #device pn0 #device rl0 #device tl0 #device tx0 #device vr0 #device vx0 #device wb0 #device xl0 #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 #device ep0 at isa? port 0x300 net irq 10 #device ex0 at isa? port? net irq? #device fe0 at isa? port 0x300 net irq ? #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 net irq 10 drq 0 #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device cs0 at isa? port 0x300 net irq ? pseudo-device loop pseudo-device ether pseudo-device sl 2 pseudo-device ppp 2 pseudo-device tun 2 pseudo-device pty 64 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory and message queues. # options SYSVSHM options SYSVMSG options SYSVSEM # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 16 #Berkeley packet filter # USB support #controller uhci0 #controller ohci0 #controller usb0 # # for the moment we have to specify the priorities of the device # drivers explicitly by the ordering in the list below. This will # be changed in the future. # #device ums0 #device ukbd0 #device ulpt0 #device uhub0 #device ucom0 #device umodem0 #device hid0 #device ugen0 # #options USB_DEBUG #options USBVERBOSE >How-To-Repeat: problem will usually deadlock the machine within 24 hours of use. >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 May 13 11: 0: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FCE314ED9 for ; Thu, 13 May 1999 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA42148; Thu, 13 May 1999 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 May 1999 11:00:02 -0700 (PDT) Message-Id: <199905131800.LAA42148@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: DNS Administrator Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 wont work under 3.1R Reply-To: DNS Administrator Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11681; it has been noted by GNATS. From: DNS Administrator To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 wont work under 3.1R Date: Thu, 13 May 1999 13:53:45 -0400 This is right off the Adaptec main chip: AHA-2940UW, 945300-01 E, 9746 This is off the BIOS prom. 589217, r E, 9100, @ 1996, v1.32 The card works just fine in any Novel or Windows system. We upgraded the bios to 1.34.3 in an attempt to make it work. The system NEVER reaches a boot prompt it simply hangs retesting the SCSI bus with/without a drive attached. If you can give me a method to get a dmesg without reaching a prompt. >From: "Justin T. Gibbs" > To: dnsadmin@aeonflux.ent > Cc: freebsd-gnats-submit@FreeBSD.ORG > Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 wont work under 3.1R > Date: Thu, 13 May 1999 07:13:34 -0600 > > >We run a variety of PC's with the AHA 2940UW controller. ALL systems > >work perfectly as long as we don't use a BIOS revision higher than > >1.26. > > You'll have to be a bit more specific as I have several 2940UW controllers > with BIOS revisions in the 30's and they all work fine. My guess is that > you are encountering an interration between a specific rev of the aic7880 > and the chipset on your motherboard. A dmesg from a boot -v (or possible a > boot -v sent to a serial console so you can capture it all) will give me > a clue about your problem, but I may only be able to help you out if you > can send me a bare bones system (MB, controller, case, powersupply) for a > day or two so I can analyze the problem with a PCI bus analyzer. > > -- > Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 12:13:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (Postfix) with ESMTP id 0011E14FFB for ; Thu, 13 May 1999 12:13:38 -0700 (PDT) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.9.2/8.9.1) with ESMTP id NAA18284; Thu, 13 May 1999 13:13:35 -0600 (MDT) (envelope-from gibbs@plutotech.com) Message-Id: <199905131913.NAA18284@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: DNS Administrator Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 wont work under 3.1R In-reply-to: Your message of "Thu, 13 May 1999 11:00:02 PDT." <199905131800.LAA42148@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 13 May 1999 13:03:49 -0600 From: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > This is right off the Adaptec main chip: AHA-2940UW, 945300-01 E, 9746 > This is off the BIOS prom. 589217, r E, 9100, @ 1996, v1.32 > > The card works just fine in any Novel or Windows system. We upgraded the > bios to 1.34.3 in an attempt to make it work. The system NEVER reaches a > boot prompt it simply hangs retesting the SCSI bus with/without a drive > attached. You mean the login prompt? Get a null modem cable, hook up the 'broken' machine's com1 port to a non-broken machine that can run a terminal program on a serial port. Use USERCONFIG to set the flags on SIO0 to "0x10" or perhaps "0x30", and record what comes out of the broken machines serial port (at 9600baud) when you do a boot -v. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 12:14:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CE8AA14F6F; Thu, 13 May 1999 12:14:04 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA48568; Thu, 13 May 1999 12:14:04 -0700 (PDT) (envelope-from dt@FreeBSD.org) Date: Thu, 13 May 1999 12:14:04 -0700 (PDT) From: Message-Id: <199905131914.MAA48568@freefall.freebsd.org> To: dnelson@emsphone.com, dt@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8637: fgetpos()/fsetpos() don't work for >2GB filesize Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fgetpos()/fsetpos() don't work for >2GB filesize State-Changed-From-To: open->closed State-Changed-By: dt State-Changed-When: Thu May 13 12:13:16 PDT 1999 State-Changed-Why: Fixed, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 12:30:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 61464155DE for ; Thu, 13 May 1999 12:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA50570; Thu, 13 May 1999 12:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from midten.fast.no (midten.fast.no [195.139.251.11]) by hub.freebsd.org (Postfix) with ESMTP id E0E6A14BDE for ; Thu, 13 May 1999 12:22:51 -0700 (PDT) (envelope-from tegge@not.fast.no) Received: from not.fast.no (IDENT:tegge@not.fast.no [195.139.251.12]) by midten.fast.no (8.9.1/8.9.1) with ESMTP id VAA75174 for ; Thu, 13 May 1999 21:22:51 +0200 (CEST) Received: (from tegge@localhost) by not.fast.no (8.9.3/8.8.8) id VAA59119; Thu, 13 May 1999 21:22:51 +0200 (CEST) (envelope-from tegge@not.fast.no) Message-Id: <199905131922.VAA59119@not.fast.no> Date: Thu, 13 May 1999 21:22:51 +0200 (CEST) From: Tor Egge Reply-To: tegge@not.fast.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11696: Signal handling is broken in libc_r. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11696 >Category: bin >Synopsis: Signal handling is broken in libc_r. >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 May 13 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tor Egge >Release: FreeBSD 3.2-BETA i386 >Organization: Fast Search & Transfer ASA >Environment: FreeBSD response.fast.no 3.2-BETA FreeBSD 3.2-BETA #1: Wed May 12 21:58:39 CEST 1999 root@response.fast.no:/usr/src/sys/compile/INDEX_SMP_SERIAL_DDB_NOIPFW i386 >Description: Signal handling is broken in libc_r. - Calls to PTHREAD_NEW_STATE() are not protected by _thread_kern_sched_defer(). This is not signal safe, since the queues might be changed by the signal handler. - TAILQ_FOREACH() is used for traveral over _waitingq, where the current element is removed from the _waitingq queue and added to a priority queue inside the loop. This breaks traversal of _waitingq. - The current thread state is modified without protection by _thread_kern_in_sched. This is not signal safe, since any signal making the thread runnable again will cause an incorrect call to PTHREAD_WAITQ_REMOVE(), then a call to PTHREAD_PRIOQ_INSERT_TAIL(). Later on, _thread_kern_sched() might call PTHREAD_PRIOQ_INSERT_HEAD() or PTHREAD_PRIOQ_INSERT_TAIL() with the current thread as argument. - During signal handling, thread_run is temporarily set to the thread receiving a signal without taking into account that the interrupted thread might have been inside a critical region modifying a priority or waiting queue. - Not taking into account that a signal might have made a thread runnable before or after the scan of waiting threads in _thread_kern_select(). This might cause the process to hang in select(), waiting for something to happen, while a thread is marked as runnable. >How-To-Repeat: Go to a directory with more than 10 GB free space. Compile and run the appended program. It causes some signals to be sent to the running process, due to emulating pread() by using aio_read(). cc -pthread -D_THREAD_SAFE -D_PTHREADS -O2 -static -g -o aiotest aiotest.c #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include struct myaio { struct aiocb cb; struct { int busy; pthread_mutex_t mutex; pthread_cond_t cond; } cond; struct myaio *next; struct myaio *prev; ssize_t retval; size_t reterrno; time_t started; }; static struct myaio *activeaios; static struct myaio *freeaios; static int freecnt; static pthread_mutex_t aiomutex = PTHREAD_MUTEX_INITIALIZER; static pthread_cond_t aiocond = PTHREAD_COND_INITIALIZER; static int aiostartcnt; static int aioendcnt; static volatile sig_atomic_t gotusr1; static pthread_once_t aiothread_once = PTHREAD_ONCE_INIT; static pthread_t aiothread; static int aiothread_running; static void runaiothread(void); ssize_t pread(const int fd, void *buf, const size_t buflen, const off_t off) { struct myaio *aio; int ret; size_t retval; int reterrno; pthread_mutex_lock(&aiomutex); if (freeaios != NULL) { assert(freecnt > 0); freecnt--; aio = freeaios; freeaios = aio->next; aio->next = NULL; aio->prev = NULL; } else { assert(freecnt == 0); pthread_once(&aiothread_once, runaiothread); while (aiothread_running == 0) pthread_cond_wait(&aiocond, &aiomutex); pthread_mutex_unlock(&aiomutex); aio = (struct myaio *) malloc(sizeof(struct myaio)); memset(aio, 0, sizeof(struct myaio)); pthread_mutex_init(&aio->cond.mutex, NULL); pthread_cond_init(&aio->cond.cond, NULL); aio->next = NULL; aio->prev = NULL; pthread_mutex_lock(&aiomutex); } assert(aio->cond.busy == 0); aio->cond.busy = 1; aio->cb.aio_fildes = fd; aio->cb.aio_offset = off; aio->cb.aio_buf = buf; aio->cb.aio_nbytes = buflen; aio->cb.aio_sigevent.sigev_notify = SIGEV_SIGNAL; aio->cb.aio_sigevent.sigev_signo = SIGUSR1; aio->cb.aio_sigevent.sigev_value.sival_ptr = &aio->cb; aio->cb.aio_lio_opcode = LIO_READ; aio->cb.aio_reqprio = 0; aio->retval = 0; aio->started = time(0); aio->prev = NULL; aio->next = activeaios; if (activeaios != NULL) activeaios->prev = aio; activeaios = aio; aiostartcnt++; ret = aio_read(&aio->cb); pthread_mutex_unlock(&aiomutex); assert(ret == 0); pthread_mutex_lock(&aio->cond.mutex); while (aio->cond.busy != 0) { pthread_cond_wait(&aio->cond.cond, &aio->cond.mutex); } pthread_mutex_unlock(&aio->cond.mutex); retval = aio->retval; reterrno = aio->reterrno; #if 0 assert((size_t) aio->retval == buflen); #endif pthread_mutex_lock(&aiomutex); assert(aio->next == NULL); assert(aio->prev == NULL); assert(aio != activeaios); assert(aio != freeaios); aio->next = freeaios; aio->prev = NULL; freeaios = aio; freecnt++; pthread_mutex_unlock(&aiomutex); errno = reterrno; return retval; } static void usr1handler(int sig) { (void) sig; gotusr1 = 1; } void processusr1(void) { struct myaio *aio, *naio; int reterrno; int now; int qpos; pthread_mutex_lock(&aiomutex); now = time(0); qpos = 0; for (aio = activeaios; aio != NULL; aio =naio, qpos++) { naio = aio->next; if (now - aio->started > 15) { printf("ERROR: aio used more than %d seconds: cb=%p, buflen=%u" ", qpos=%d %s, aiocnt=%d,%d\n", (int) (now - aio->started - 1), (void *) &aio->cb, aio->cb.aio_nbytes, qpos, aio->next == NULL ? "" : "(more elements)", aiostartcnt, aioendcnt); } reterrno = aio_error(&aio->cb); if (reterrno == EINPROGRESS) continue; else if (reterrno < 0) { assert(errno == EINVAL); assert(now - aio->started < 10); } else { aioendcnt++; assert(aio->prev != NULL || aio == activeaios); aio->retval = aio_return(&aio->cb); aio->reterrno = reterrno; if (aio->next != NULL) aio->next->prev = aio->prev; if (aio->prev != NULL) aio->prev->next = aio->next; if (aio == activeaios) activeaios = aio->next; aio->prev = NULL; aio->next = NULL; pthread_mutex_lock(&aio->cond.mutex); aio->cond.busy = 0; pthread_cond_signal(&aio->cond.cond); pthread_mutex_unlock(&aio->cond.mutex); } } pthread_mutex_unlock(&aiomutex); } void *aiothreadmeat(void *dummy) { sigset_t sigs_to_block; struct sigaction act; act.sa_handler=usr1handler; sigemptyset(&act.sa_mask); act.sa_flags=0; sigaction(SIGUSR1,&act,NULL); sigemptyset(&sigs_to_block); sigaddset(&sigs_to_block, SIGUSR1); pthread_sigmask(SIG_UNBLOCK, &sigs_to_block, NULL); pthread_mutex_lock(&aiomutex); aiothread_running = 1; pthread_cond_broadcast(&aiocond); pthread_mutex_unlock(&aiomutex); gotusr1 = 1; while (1) { if (gotusr1 != 0) { gotusr1 = 0; processusr1(); } sleep(1); gotusr1 = 1; } abort(); } static void runaiothread(void) { pthread_create(&aiothread, NULL, aiothreadmeat, NULL); } /* 10000 MB test file */ #define FILESIZE 10000 static off_t filesize; int writefile(void) { char *buf; size_t buflen; int fd; int count; ssize_t wgot; struct stat stbuf; buflen = 1024 * 1024; buf = malloc(buflen); assert(buf != NULL); filesize = (off_t) FILESIZE * (off_t) buflen; fd = open("largefile", O_RDWR | O_CREAT, 0666); assert(fd >= 0); fstat(fd, &stbuf); if (stbuf.st_size < filesize) { for (count = 0; count < FILESIZE; count++) { wgot = write(fd, buf, buflen); assert(wgot == buflen); } } return fd; } static pthread_mutex_t cntmutex = PTHREAD_MUTEX_INITIALIZER; static int startreadcnt; static int donereadcnt; void *readthread(void *data) { int fd; size_t buflen; char *buf; ssize_t rgot; off_t loc; sigset_t sigs_to_block; fd = (int) data; buflen = 1024; buf = malloc(buflen); assert(buf != NULL); sigemptyset(&sigs_to_block); sigaddset(&sigs_to_block, SIGUSR1); pthread_sigmask(SIG_BLOCK, &sigs_to_block, NULL); sleep(1); while (1) { loc = (off_t) (random() % (FILESIZE * 1024)) * (off_t) 1024; pthread_mutex_lock(&cntmutex); startreadcnt++; pthread_mutex_unlock(&cntmutex); rgot = pread(fd, buf, buflen, loc); if (rgot != buflen) { printf("rgot=%d, buflen=%d, loc=%qd, startreadcnt=%d,%d\n", rgot, buflen, loc, startreadcnt, donereadcnt); } assert(rgot == buflen); pthread_mutex_lock(&cntmutex); donereadcnt++; pthread_mutex_unlock(&cntmutex); } return NULL; } int main(int argc, char **argv) { int fd; int cnt; pthread_t curthread; int startcntcopy, donecntcopy; sigset_t sigs_to_block; struct timeval stime; struct timeval now; struct timeval report; struct timeval delta; double fdelta; double rate; struct timeval tvsel; fd = writefile(); sigemptyset(&sigs_to_block); sigaddset(&sigs_to_block, SIGUSR1); pthread_sigmask(SIG_BLOCK, &sigs_to_block, NULL); srandom(time(NULL)); gettimeofday(&stime, NULL); report = stime; report.tv_sec++; for (cnt = 0; cnt < 250; cnt++) { pthread_create(&curthread, NULL, readthread, (void *) fd); } while (1) { #if 0 sleep(1); /* XXX: Does not work */ #else gettimeofday(&now, NULL); if (now.tv_sec < report.tv_sec || (now.tv_sec == report.tv_sec && now.tv_usec < report.tv_usec)) { if (report.tv_usec >= now.tv_usec) { tvsel.tv_sec = report.tv_sec - now.tv_sec; tvsel.tv_usec = report.tv_usec - now.tv_usec; } else { tvsel.tv_sec = report.tv_sec -now.tv_sec - 1; tvsel.tv_usec = report.tv_usec + 1000000 - now.tv_usec; } select(1, NULL, NULL, NULL, &tvsel); continue; } report.tv_sec++; #endif gettimeofday(&now, NULL); if (now.tv_usec >= stime.tv_usec) { delta.tv_sec = now.tv_sec - stime.tv_sec; delta.tv_usec = now.tv_usec - stime.tv_usec; } else { delta.tv_sec = now.tv_sec - stime.tv_sec - 1; delta.tv_usec = now.tv_usec + 1000000 - stime.tv_usec; } fdelta = delta.tv_sec + ((double) delta.tv_usec) / 1000000.0; pthread_mutex_lock(&cntmutex); startcntcopy = startreadcnt; donecntcopy = donereadcnt; pthread_mutex_unlock(&cntmutex); rate = (double) donecntcopy / (double) fdelta; printf("%d(+%d) read operations time=%6.3f, rate=%6.3f\n", donecntcopy, startcntcopy - donecntcopy, fdelta, rate); fflush(stdout); } } >Fix: Index: uthread/uthread_cond.c =================================================================== RCS file: /home/ncvs/src/lib/libc_r/uthread/uthread_cond.c,v retrieving revision 1.12.2.1 diff -u -r1.12.2.1 uthread_cond.c --- uthread_cond.c 1999/05/09 07:48:26 1.12.2.1 +++ uthread_cond.c 1999/05/12 21:35:06 @@ -356,6 +356,16 @@ if (cond == NULL || *cond == NULL) rval = EINVAL; else { + /* + * Guard against preemption by a scheduling signal. + * A change of thread state modifies the waiting + * and priority queues. In addition, we must assure + * that all threads currently waiting on the condition + * variable are signaled and are not timedout by a + * scheduling signal that causes a preemption. + */ + _thread_kern_sched_defer(); + /* Lock the condition variable structure: */ _SPINLOCK(&(*cond)->lock); @@ -390,6 +400,10 @@ /* Unlock the condition variable structure: */ _SPINUNLOCK(&(*cond)->lock); + + /* Reenable preemption and yield if necessary. + */ + _thread_kern_sched_undefer(); } /* Return the completion status: */ Index: uthread/uthread_fd.c =================================================================== RCS file: /home/ncvs/src/lib/libc_r/uthread/uthread_fd.c,v retrieving revision 1.9.2.1 diff -u -r1.9.2.1 uthread_fd.c --- uthread_fd.c 1999/05/09 07:48:33 1.9.2.1 +++ uthread_fd.c 1999/05/12 21:36:07 @@ -169,6 +169,17 @@ */ if ((ret = _thread_fd_table_init(fd)) == 0) { /* + * Guard against being preempted by a scheduling signal. + * To support priority inheritence mutexes, we need to + * maintain lists of mutex ownerships for each thread as + * well as lists of waiting threads for each mutex. In + * order to propagate priorities we need to atomically + * walk these lists and cannot rely on a single mutex + * lock to provide protection against modification. + */ + _thread_kern_sched_defer(); + + /* * Lock the file descriptor table entry to prevent * other threads for clashing with the current * thread's accesses: @@ -254,6 +265,12 @@ /* Unlock the file descriptor table entry: */ _SPINUNLOCK(&_thread_fd_table[fd]->lock); + + /* + * Renable preemption and yield if a scheduling signal + * arrived while in the critical region: + */ + _thread_kern_sched_undefer(); } /* Nothing to return. */ @@ -440,6 +457,17 @@ */ if ((ret = _thread_fd_table_init(fd)) == 0) { /* + * Guard against being preempted by a scheduling signal. + * To support priority inheritence mutexes, we need to + * maintain lists of mutex ownerships for each thread as + * well as lists of waiting threads for each mutex. In + * order to propagate priorities we need to atomically + * walk these lists and cannot rely on a single mutex + * lock to provide protection against modification. + */ + _thread_kern_sched_defer(); + + /* * Lock the file descriptor table entry to prevent * other threads for clashing with the current * thread's accesses: @@ -525,6 +553,12 @@ /* Unlock the file descriptor table entry: */ _SPINUNLOCK(&_thread_fd_table[fd]->lock); + + /* + * Renable preemption and yield if a scheduling signal + * arrived while in the critical region: + */ + _thread_kern_sched_undefer(); } /* Nothing to return. */ Index: uthread/uthread_kern.c =================================================================== RCS file: /home/ncvs/src/lib/libc_r/uthread/uthread_kern.c,v retrieving revision 1.15.2.2 diff -u -r1.15.2.2 uthread_kern.c --- uthread_kern.c 1999/05/09 07:48:40 1.15.2.2 +++ uthread_kern.c 1999/05/13 17:04:45 @@ -49,6 +49,8 @@ #include #include "pthread_private.h" +int _thread_kern_new_state = 0; + /* Static function prototype definitions: */ static void _thread_kern_select(int wait_reqd); @@ -65,6 +67,7 @@ pthread_t pthread; pthread_t pthread_h = NULL; pthread_t last_thread = NULL; + pthread_t next_pthread; struct itimerval itimer; struct timespec ts; struct timespec ts1; @@ -159,7 +162,9 @@ * timeout value for threads waiting for a time. */ _waitingq_check_reqd = 0; /* reset flag before loop */ - TAILQ_FOREACH(pthread, &_waitingq, pqe) { + for (pthread = TAILQ_FIRST(&_waitingq); + pthread != NULL; pthread = next_pthread) { + next_pthread = TAILQ_NEXT(pthread, pqe); /* Check if this thread is ready: */ if (pthread->state == PS_RUNNING) { PTHREAD_WAITQ_REMOVE(pthread); @@ -462,6 +467,13 @@ void _thread_kern_sched_state(enum pthread_state state, char *fname, int lineno) { + /* + * Flag the pthread kernel as executing scheduler code + * to avoid a scheduler signal from interrupting this + * execution and calling the scheduler again. + */ + _thread_kern_in_sched = 1; + /* Change the state of the current thread: */ _thread_run->state = state; _thread_run->fname = fname; @@ -476,6 +488,13 @@ _thread_kern_sched_state_unlock(enum pthread_state state, spinlock_t *lock, char *fname, int lineno) { + /* + * Flag the pthread kernel as executing scheduler code + * to avoid a scheduler signal from interrupting this + * execution and calling the scheduler again. + */ + _thread_kern_in_sched = 1; + /* Change the state of the current thread: */ _thread_run->state = state; _thread_run->fname = fname; @@ -502,6 +521,7 @@ int nfds = -1; int settimeout; pthread_t pthread; + pthread_t next_pthread; ssize_t num; struct timespec ts; struct timespec ts1; @@ -536,7 +556,9 @@ * or times: */ _waitingq_check_reqd = 0; /* reset flag before loop */ - TAILQ_FOREACH (pthread, &_waitingq, pqe) { + for (pthread = TAILQ_FIRST(&_waitingq); + pthread != NULL; pthread = next_pthread) { + next_pthread = TAILQ_NEXT(pthread, pqe); /* Assume that this state does not time out: */ settimeout = 0; @@ -569,6 +591,7 @@ */ PTHREAD_WAITQ_REMOVE(pthread); PTHREAD_PRIOQ_INSERT_TAIL(pthread); + wait_reqd = 0; break; /* File descriptor read wait: */ @@ -809,6 +832,13 @@ */ _thread_kern_in_select = 1; + /* Just poll if a thread has been made runnable by a signal */ + if (_waitingq_check_reqd != 0) { + tv.tv_sec = 0; + tv.tv_usec = 0; + p_tv = &tv; + } + /* * Wait for a file descriptor to be ready for read, write, or * an exception, or a timeout to occur: @@ -877,7 +907,10 @@ * descriptors that are flagged as available by the * _select syscall: */ - TAILQ_FOREACH (pthread, &_waitingq, pqe) { + for (pthread = TAILQ_FIRST(&_waitingq); + pthread != NULL; + pthread = next_pthread) { + next_pthread = TAILQ_NEXT(pthread, pqe); /* Process according to thread state: */ switch (pthread->state) { /* @@ -1229,6 +1262,7 @@ _thread_kern_sched_undefer(void) { pthread_t pthread; + pthread_t next_pthread; int need_resched = 0; /* @@ -1244,7 +1278,9 @@ /* Clear the flag before checking the waiting queue: */ _waitingq_check_reqd = 0; - TAILQ_FOREACH(pthread, &_waitingq, pqe) { + for (pthread = TAILQ_FIRST(&_waitingq); + pthread != NULL; pthread = next_pthread) { + next_pthread = TAILQ_NEXT(pthread, pqe); if (pthread->state == PS_RUNNING) { PTHREAD_WAITQ_REMOVE(pthread); PTHREAD_PRIOQ_INSERT_TAIL(pthread); Index: uthread/uthread_sig.c =================================================================== RCS file: /home/ncvs/src/lib/libc_r/uthread/uthread_sig.c,v retrieving revision 1.15.2.1 diff -u -r1.15.2.1 uthread_sig.c --- uthread_sig.c 1999/05/09 07:48:49 1.15.2.1 +++ uthread_sig.c 1999/05/13 17:05:04 @@ -89,6 +89,7 @@ char c; int i; pthread_t pthread; + pthread_t next_pthread; /* * Check if the pthread kernel has unblocked signals (or is about to) @@ -196,20 +197,48 @@ * if there are multiple waiters, we'll give it to the * first one we find. */ - TAILQ_FOREACH(pthread, &_waitingq, pqe) { - if ((pthread->state == PS_SIGWAIT) && - sigismember(pthread->data.sigwait, sig)) { - /* Change the state of the thread to run: */ - PTHREAD_SIG_NEW_STATE(pthread,PS_RUNNING); - - /* Return the signal number: */ - pthread->signo = sig; - - /* - * Do not attempt to deliver this signal - * to other threads. - */ - return; + if (_thread_run->sched_defer_count != 0 || + _thread_kern_in_sched != 0) { + /* + * Waiting list might be inconsistent, thus we + * have to scan the whole thread list. + */ + for (pthread = _thread_link_list; + pthread != NULL; + pthread = pthread->nxt) { + if ((pthread->state == PS_SIGWAIT) && + sigismember(pthread->data.sigwait, sig)) { + /* Change the state of the thread to run: */ + PTHREAD_SIG_NEW_STATE(pthread,PS_RUNNING); + + /* Return the signal number: */ + pthread->signo = sig; + + /* + * Do not attempt to deliver this signal + * to other threads. + */ + return; + } + } + } else { + for (pthread = TAILQ_FIRST(&_waitingq); + pthread != NULL; pthread = next_pthread) { + next_pthread = TAILQ_NEXT(pthread, pqe); + if ((pthread->state == PS_SIGWAIT) && + sigismember(pthread->data.sigwait, sig)) { + /* Change the state of the thread to run: */ + PTHREAD_SIG_NEW_STATE(pthread,PS_RUNNING); + + /* Return the signal number: */ + pthread->signo = sig; + + /* + * Do not attempt to deliver this signal + * to other threads. + */ + return; + } } } @@ -223,6 +252,10 @@ pthread = pthread->nxt) { pthread_t pthread_saved = _thread_run; + /* Current thread inside critical region ? */ + if (_thread_run->sched_defer_count > 0) + pthread->sched_defer_count++; + _thread_run = pthread; _thread_signal(pthread,sig); @@ -232,6 +265,10 @@ */ _dispatch_signals(); _thread_run = pthread_saved; + + /* Current thread inside critical region ? */ + if (_thread_run->sched_defer_count > 0) + pthread->sched_defer_count--; } } >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 May 13 12:33:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CF58B14D5E; Thu, 13 May 1999 12:33:23 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA51569; Thu, 13 May 1999 12:33:23 -0700 (PDT) (envelope-from dt@FreeBSD.org) Date: Thu, 13 May 1999 12:33:23 -0700 (PDT) From: Message-Id: <199905131933.MAA51569@freefall.freebsd.org> To: kew@timesink.spk.wa.us, dt@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11371: make world as of 27Apr99 in current kills C++ progs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make world as of 27Apr99 in current kills C++ progs State-Changed-From-To: open->closed State-Changed-By: dt State-Changed-When: Thu May 13 12:31:56 PDT 1999 State-Changed-Why: That was a transient problem in -current. Please don't fill PRs for such problems, only discuss them in the freebsd-current mailing list. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 12:40:53 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9D89214DCB; Thu, 13 May 1999 12:40:51 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA52344; Thu, 13 May 1999 12:40:51 -0700 (PDT) (envelope-from dt@FreeBSD.org) Date: Thu, 13 May 1999 12:40:51 -0700 (PDT) From: Message-Id: <199905131940.MAA52344@freefall.freebsd.org> To: daleg@preferred.com, dt@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/9942: File "libkrb.so.3" missing and needed by many programs. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: File "libkrb.so.3" missing and needed by many programs. State-Changed-From-To: open->closed State-Changed-By: dt State-Changed-When: Thu May 13 12:39:33 PDT 1999 State-Changed-Why: This is a known problem with packages in 3.0 release. It should not happen again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 12:46:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E12014E5D; Thu, 13 May 1999 12:46:25 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA52936; Thu, 13 May 1999 12:46:25 -0700 (PDT) (envelope-from dt@FreeBSD.org) Date: Thu, 13 May 1999 12:46:25 -0700 (PDT) From: Message-Id: <199905131946.MAA52936@freefall.freebsd.org> To: pb@ludd.luth.se, dt@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9894: FreeBSD crash totaly when "mount /dev/fd /mnt/fd" but don't freeze. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD crash totaly when "mount /dev/fd /mnt/fd" but don't freeze. State-Changed-From-To: open->closed State-Changed-By: dt State-Changed-When: Thu May 13 12:45:25 PDT 1999 State-Changed-Why: Duplicate of PR 1067, fixed by Tor Egge in a later release. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 12:49:43 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70B7114DCB; Thu, 13 May 1999 12:49:42 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA53298; Thu, 13 May 1999 12:49:42 -0700 (PDT) (envelope-from dt@FreeBSD.org) Date: Thu, 13 May 1999 12:49:42 -0700 (PDT) From: Message-Id: <199905131949.MAA53298@freefall.freebsd.org> To: root@random.nask.waw.pl, dt@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/9441: dset doesn't work with ELF kernels Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dset doesn't work with ELF kernels State-Changed-From-To: open->closed State-Changed-By: dt State-Changed-When: Thu May 13 12:48:38 PDT 1999 State-Changed-Why: As you know, dset has been removed and replaced by kget. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 12:58:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AB4F14E5D; Thu, 13 May 1999 12:58:48 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA54240; Thu, 13 May 1999 12:58:48 -0700 (PDT) (envelope-from dt@FreeBSD.org) Date: Thu, 13 May 1999 12:58:48 -0700 (PDT) From: Message-Id: <199905131958.MAA54240@freefall.freebsd.org> To: cmetz@inner.net, dt@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/8425: 3.0's gdb can't read 3.0's kernel to debug dumps Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.0's gdb can't read 3.0's kernel to debug dumps State-Changed-From-To: open->closed State-Changed-By: dt State-Changed-When: Thu May 13 12:56:04 PDT 1999 State-Changed-Why: In 3.1-RELEASE and later, the kernel is in elf format by default. It was possible to build elf kernel or aout gdb in 3.0-RELEASE, as a workaround. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 13:10: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0732514FC8 for ; Thu, 13 May 1999 13:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA55062; Thu, 13 May 1999 13:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 May 1999 13:10:02 -0700 (PDT) Message-Id: <199905132010.NAA55062@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "James Van Vleet" Subject: Re: bin/7944: `restore f foo' gets sigsegv Reply-To: "James Van Vleet" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7944; it has been noted by GNATS. From: "James Van Vleet" To: , Cc: Subject: Re: bin/7944: `restore f foo' gets sigsegv Date: Thu, 13 May 1999 21:02:29 +0100 I have run this in 3.1-RELEASE, no problems. Looks like this should be closed... -James To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 13:10:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E05E31504C for ; Thu, 13 May 1999 13:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA55071; Thu, 13 May 1999 13:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from midten.fast.no (midten.fast.no [195.139.251.11]) by hub.freebsd.org (Postfix) with ESMTP id 03C3914FC8 for ; Thu, 13 May 1999 13:06:42 -0700 (PDT) (envelope-from tegge@not.fast.no) Received: from not.fast.no (IDENT:tegge@not.fast.no [195.139.251.12]) by midten.fast.no (8.9.1/8.9.1) with ESMTP id WAA76064 for ; Thu, 13 May 1999 22:06:41 +0200 (CEST) Received: (from tegge@localhost) by not.fast.no (8.9.3/8.8.8) id WAA59935; Thu, 13 May 1999 22:06:41 +0200 (CEST) (envelope-from tegge@not.fast.no) Message-Id: <199905132006.WAA59935@not.fast.no> Date: Thu, 13 May 1999 22:06:41 +0200 (CEST) From: Tor Egge Reply-To: tegge@not.fast.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11697: Disk failure hangs system Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11697 >Category: kern >Synopsis: Disk failure hangs system >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 May 13 13:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tor Egge >Release: FreeBSD 3.1-STABLE i386 >Organization: Fast Search & Transfer ASA >Environment: FreeBSD 3.1-STABLE #0: Sat May 1 19:00:19 CEST 1999 root@response.fast.no:/usr/src/sys/compile/INDEX_SMP_SERIAL_DDB i386 ahc1: rev 0x00 int a irq 17 on pci0.14.0 ahc1: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs da13 at ahc1 bus 0 target 9 lun 0 da13: Fixed Direct Access SCSI-2 device da13: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da13: 17366MB (35566499 512 byte sectors: 255H 63S/T 2213C) >Description: ---------------------- Unexpected busfree. LASTPHASE == 0x80 SEQADDR == 0x15b (da13:ahc1:0:9:0): Invalidating pack (da13:ahc1:0:9:0): Invalidating pack (da13:ahc1:0:9:0): Invalidating pack vm_fault: pager read error, pid 63486 (mkserv) (da13:ahc1:0:9:0): Invalidating pack Stopped at siointr1+0x6d: jmp siointr1+0x159 db> trace siointr1(e3c8d800,e02890b0,0,f2e0da2c,e0206144) at siointr1+0x6d siointr(0,f2e00010,0,1,e0289014) at siointr+0x1d Xfastintr4(ebd13528,e3e12800,ebd13528,c8000040,e0e7e8c8) at Xfastintr4+0x24 biodone(ebd13528,ebd13528,ebd13528,c8000040,e3e08000) at biodone+0x2d0 dastrategy(ebd13528,200202b4,f2e0daa8,e018167d,f2e0dacc) at dastrategy+0xab spec_strategy(f2e0dacc,f2e0dab4,e01e73a9,f2e0dacc,f2e0dad8) at spec_strategy+0x3e spec_vnoperate(f2e0dacc,f2e0dad8,e016d46f,f2e0dacc,2000) at spec_vnoperate+0x15 ufs_vnoperatespec(f2e0dacc) at ufs_vnoperatespec+0x15 bwrite(ebd13528,f2e0daf0,e0171879,f2e0db34,f2e0dafc) at bwrite+0xaf vop_stdbwrite(f2e0db34,f2e0dafc,e018167d,f2e0db34,f2e0db08) at vop_stdbwrite+0xe vop_defaultop(f2e0db34,f2e0db08,e01e73a9,f2e0db34,f2e0db3c) at vop_defaultop+0x15 spec_vnoperate(f2e0db34,f2e0db3c,e016de03,f2e0db34,200) at spec_vnoperate+0x15 ufs_vnoperatespec(f2e0db34,200,ebd13528,1,0) at ufs_vnoperatespec+0x15 vfs_bio_awrite(ebd13528,200,a200a000,1,f2e00010) at vfs_bio_awrite+0x103 getnewbuf(f1cea900,d10050,0,0,2000) at getnewbuf+0x2ec getblk(f1cea900,d10050,2000,0,0) at getblk+0x244 bread(f1cea900,d10050,2000,0,f2e0dc48) at bread+0x21 ffs_vget(e3e8c200,54ee7,f2e0dccc,f283ee40,f2e0df14) at ffs_vget+0x1bc ufs_lookup(f2e0dd24,f2e0dd38,e017055c,f2e0dd24,f3009c47) at ufs_lookup+0x936 ufs_vnoperate(f2e0dd24,f3009c47,f283ee40,f2e0df14,0) at ufs_vnoperate+0x15 vfs_cache_lookup(f2e0dd80,f2e0dd90,e01729fd,f2e0dd80,f1c6ce00) at vfs_cache_lookup+0x248 ufs_vnoperate(f2e0dd80,f1c6ce00,f2e0df14,f2e0def0,0) at ufs_vnoperate+0x15 lookup(f2e0def0,0,f2e0df84,f2e0def0,7273752f) at lookup+0x2c1 namei(f2e0def0,0,f2e0df84,f2d5c840,286) at namei+0x133 vn_open(f2e0def0,3,584,f2d5c840,e0254064) at vn_open+0x1f6 open(f2d5c840,f2e0df84,dfbfd594,dfbfc7e0,dfbfbfe4) at open+0xad syscall(27,27,dfbfbfe4,dfbfc7e0,dfbfc7b4) at syscall+0x187 Xint0x80_syscall() at Xint0x80_syscall+0x4c db> panic panic: from debugger mp_lock = 01000002; cpuid = 1; lapic.id = 00000000 boot() called on cpu#1 syncing disks... ------------- The SCSI bus is freed at the wrong moment, probably due to the device resetting. Then the command is retried, but is aborted AGAIN due to a selection timeout (indicating that the device had not completed resetting). This might be caused by bad firmware on the disk or a too weak power supply. I assume this is bad firmware. Combined with the VFS code being conservative (not wanting to throw away buffer contents on fatal write errors (which might lead to file system corruption if this is a transient error)), this sometimes lead to the buffer queues being filled with dirty buffers associated with the invalidated disk pack. Combined with what appears to be a bug in the routine waitfreebuffers, this could lead to an infinite busy loop in the kernel inside a splbio() protect region of code. >How-To-Repeat: Use Quantum disks. >Fix: Index: vfs_bio.c =================================================================== RCS file: /home/ncvs/src/sys/kern/vfs_bio.c,v retrieving revision 1.193.2.5 diff -u -r1.193.2.5 vfs_bio.c --- vfs_bio.c 1999/04/20 19:54:20 1.193.2.5 +++ vfs_bio.c 1999/05/12 19:57:13 @@ -577,7 +577,8 @@ if (bp->b_flags & B_LOCKED) bp->b_flags &= ~B_ERROR; - if ((bp->b_flags & (B_READ | B_ERROR)) == B_ERROR) { + if ((bp->b_flags & (B_READ | B_ERROR)) == B_ERROR && + bp->b_error != ENXIO) { bp->b_flags &= ~B_ERROR; bdirty(bp); } else if ((bp->b_flags & (B_NOCACHE | B_INVAL | B_ERROR | B_FREEBUF)) || @@ -1219,7 +1220,7 @@ waitfreebuffers(int slpflag, int slptimeo) { while (numfreebuffers < hifreebuffers) { flushdirtybuffers(slpflag, slptimeo); - if (numfreebuffers < hifreebuffers) + if (numfreebuffers >= hifreebuffers) break; needsbuffer |= VFS_BIO_NEED_FREE; if (tsleep(&needsbuffer, (PRIBIO + 4)|slpflag, "biofre", slptimeo)) >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 May 13 15:10: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 91F5714E6E for ; Thu, 13 May 1999 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA65542; Thu, 13 May 1999 15:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 May 1999 15:10:02 -0700 (PDT) Message-Id: <199905132210.PAA65542@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cy Schubert Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Reply-To: Cy Schubert Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11681; it has been noted by GNATS. From: Cy Schubert To: freebsd-gnats-submit@freebsd.org Cc: dnsadmin@aeonflux.net, "Justin T. Gibbs" Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Date: Thu, 13 May 1999 14:59:56 -0700 I had the same problem, as follows on 3.1R: 1. Upgraded my system BIOS to fix a minor Y2K bug. 2. Installed a 2940UW (replacing a 1542CF) with BIOS 1.34.x. 3. System would not boot with the timeouts ah0 0:0:0:0 thru 0:0:15:0 as described in the PR. 4. Backed out of the system BIOS upgrade performed in step 1, restoring the original system BIOS that came with the moterboard. This fixed the problem. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Cy.Schubert@gems8.gov.bc.ca Province of BC "e**(i*pi)+1=0" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 15:30: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A9D9151C9 for ; Thu, 13 May 1999 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA66743; Thu, 13 May 1999 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 May 1999 15:30:02 -0700 (PDT) Message-Id: <199905132230.PAA66743@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Justin T. Gibbs" Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Reply-To: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11681; it has been noted by GNATS. From: "Justin T. Gibbs" To: Cy Schubert - ITSD Open Systems Group Cc: freebsd-gnats-submit@freebsd.org, dnsadmin@aeonflux.net, "Justin T. Gibbs" Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Date: Thu, 13 May 1999 16:16:34 -0600 >4. Backed out of the system BIOS upgrade performed in step 1, >restoring > the original system BIOS that came with the moterboard. This >fixed > the problem. Hmm. Then this may be as simple as setting the bus master enable bit in the driver. I already do this in -current and will be bringing that change over shortly. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 16: 0: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEF3815256 for ; Thu, 13 May 1999 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA69213; Thu, 13 May 1999 16:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 May 1999 16:00:02 -0700 (PDT) Message-Id: <199905132300.QAA69213@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cy Schubert Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Reply-To: Cy Schubert Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11681; it has been noted by GNATS. From: Cy Schubert To: "Justin T. Gibbs" Cc: Cy Schubert - ITSD Open Systems Group , freebsd-gnats-submit@freebsd.org, dnsadmin@aeonflux.net Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Date: Thu, 13 May 1999 15:54:19 -0700 I have a QDI Explorer I. QDI has a Y2K patch for the Explorer II. Their tech told me (also verified by their Web Site) that there is no Y2K BIOS for the Explorer I but assured me that Explorer II Y2K BIOS will work with Explorer I motherboards. Two weeks later I purchased a 2940UW and FreeBSD wouldn't boot. I restored the old BIOS and FreeBSD was able to boot. I suspect that there may be some timing problems on the bus or as you suggest a bus mastering problem. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Cy.Schubert@gems8.gov.bc.ca Province of BC "e**(i*pi)+1=0" In message <199905132226.QAA25150@pluto.plutotech.com>, "Justin T. Gibbs" write s: > >4. Backed out of the system BIOS upgrade performed in step 1, > >restoring > > the original system BIOS that came with the moterboard. This > >fixed > > the problem. > > Hmm. Then this may be as simple as setting the bus master enable bit > in the driver. I already do this in -current and will be bringing > that change over shortly. > > -- > Justin > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 13 20:40: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C4B114D79 for ; Thu, 13 May 1999 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 UAA87292; Thu, 13 May 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0F72A14C06; Thu, 13 May 1999 20:30:04 -0700 (PDT) Message-Id: <19990514033004.0F72A14C06@hub.freebsd.org> Date: Thu, 13 May 1999 20:30:04 -0700 (PDT) From: francisco@natserv.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/11706: FreeBSD will not install with certain Adaptec/motherboard combo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11706 >Category: bin >Synopsis: FreeBSD will not install with certain Adaptec/motherboard combo >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 13 20:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: francisco reyes >Release: 2.7, 3.1 >Organization: natserv inc >Environment: >Description: Certain combination of Adaptect 2940AU and motherboard will fail to install with AHC0 timeouts. >How-To-Repeat: >Fix: Swapped 2940AU with a 2940U from another computer. The 2940AU did work without problems on the other computer where the 2940U used to be. >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 May 14 2:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A24215489 for ; Fri, 14 May 1999 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA16755; Fri, 14 May 1999 02:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5196A14E2A; Fri, 14 May 1999 02:46:00 -0700 (PDT) Message-Id: <19990514094600.5196A14E2A@hub.freebsd.org> Date: Fri, 14 May 1999 02:46:00 -0700 (PDT) From: junkmale@xtra.co.nz To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11707: ncr isn't recognized in 3.1-19990512-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11707 >Category: kern >Synopsis: ncr isn't recognized in 3.1-19990512-STABLE >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 May 14 02:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: 2.2.8-stable >Organization: The FreeBSD Diary >Environment: $ $ uname -a FreeBSD fred.nz.freebsd.org 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Mon Nov 30 06:34:08 GMT 1998 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 Probing for devices on PCI bus 0: chip0 rev 2 on pci0:0:0 ncr0 rev 1 int a irq 11 on pci0:1:0 ncr0 waiting for scsi devices to settle (ncr0:0:0): "DEC RZ25M (C) DEC 0680" type 0 fixed SCSI 2 >Description: The box has 2.2.8-stable, which recognizes ncr0. I've tried several 3.1 builds (from release to stable, to many snapshots over the past weeks). None of them find the disk. Nothing is listed on the ALT-F2 screen with respect to disks. No probing is done for any PCI devices. I spoke with Stefan Esser about this back in late April, but felt it was time to raise a PR. >How-To-Repeat: Boot from the floppies for 3.1-19990512-STABLE enter visual config mode remove conflicts select custom install Partitions "No disks found!" >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 May 14 3:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9B57154B0 for ; Fri, 14 May 1999 03:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA18838; Fri, 14 May 1999 03:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 May 1999 03:30:02 -0700 (PDT) Message-Id: <199905141030.DAA18838@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: DNS Administrator Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Reply-To: DNS Administrator Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11681; it has been noted by GNATS. From: DNS Administrator To: Cy Schubert - ITSD Open Systems Group , freebsd-gnats-submit@freebsd.org Cc: "Justin T. Gibbs" Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Date: Fri, 14 May 1999 06:20:51 -0400 >3. System would not boot with the timeouts ah0 0:0:0:0 thru >0:0:15:0 > as described in the PR. Well I'm humbled. Or irritated as it may be. The 2940UW bios 1.34.3 works now on my current configuration. I guess we'll have to stop bying the < $150 motherboards and stick with only ASUS boards. The only modification I had to make was to turn off in the bios > 1 gig support for DOS. Everything works fine now. It is puzzling though why the 1.25 bios cards work on the cheaper boards. Not once have we ever had problems with them Thanks to all who contributed. James. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 14 7:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3AE0515583 for ; Fri, 14 May 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA00583; Fri, 14 May 1999 07:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 May 1999 07:40:02 -0700 (PDT) Message-Id: <199905141440.HAA00583@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Justin T. Gibbs" Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Reply-To: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11681; it has been noted by GNATS. From: "Justin T. Gibbs" To: DNS Administrator Cc: Cy Schubert - ITSD Open Systems Group , freebsd-gnats-submit@freebsd.org, "Justin T. Gibbs" Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Date: Fri, 14 May 1999 08:24:55 -0600 >>3. System would not boot with the timeouts ah0 0:0:0:0 thru >>0:0:15:0 >> as described in the PR. > >Well I'm humbled. Or irritated as it may be. The 2940UW bios 1.34.3 works >now on my current configuration. I guess we'll have to stop bying the < >$150 motherboards and stick with only ASUS boards. The only modification I >had to make was to turn off in the bios > 1 gig support for DOS. >Everything works fine now. It is puzzling though why the 1.25 bios cards >work on the cheaper boards. Not once have we ever had problems with them It's not necessarily puzzling at all. This is probably an interraction between the revision of the aic7880 on the newer SCSI controllers and the particular PCI chipset used on the cheaper motherboards. As I mentioned before, if you send me a system for a day or two, I can probably make it work. This would benefit anyone using motherboards with that chipset... -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 14 8:20:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65B0A1511B; Fri, 14 May 1999 08:20:14 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA04338; Fri, 14 May 1999 08:20:14 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Fri, 14 May 1999 08:20:14 -0700 (PDT) From: Message-Id: <199905141520.IAA04338@freefall.freebsd.org> To: kbyanc@www2.freedomnet.com, des@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/7510: [PATCH] syscons and vidcontrol to support 90 column text modes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] syscons and vidcontrol to support 90 column text modes State-Changed-From-To: suspended->closed State-Changed-By: des State-Changed-When: Fri May 14 08:19:39 PDT 1999 State-Changed-Why: Closed at originator's request. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 14 9:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 944AE14CEF for ; Fri, 14 May 1999 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA08427; Fri, 14 May 1999 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 May 1999 09:20:02 -0700 (PDT) Message-Id: <199905141620.JAA08427@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: DNS Administrator Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Reply-To: DNS Administrator Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11681; it has been noted by GNATS. From: DNS Administrator To: "Justin T. Gibbs" Cc: Cy Schubert - ITSD Open Systems Group , freebsd-gnats-submit@freebsd.org, "Justin T. Gibbs" Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 Date: Fri, 14 May 1999 12:12:29 -0400 >It's not necessarily puzzling at all. This is probably an interraction >between the revision of the aic7880 on the newer SCSI controllers and >the particular PCI chipset used on the cheaper motherboards. As I >mentioned before, if you send me a system for a day or two, I can >probably make it work. This would benefit anyone using motherboards >with that chipset... I may be able to do that in a week or two. The system we had to get going under 3.1 was a critical webserver. I was up all night getting back on the air. Give me a address. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 14 10:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC1AA152ED for ; Fri, 14 May 1999 10:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA12044; Fri, 14 May 1999 10:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 May 1999 10:10:03 -0700 (PDT) Message-Id: <199905141710.KAA12044@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Valentin Nechayev Subject: Re: kern/10226: Filesystem stress test crashes FreeBSD 3.1 Reply-To: Valentin Nechayev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10226; it has been noted by GNATS. From: Valentin Nechayev To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/10226: Filesystem stress test crashes FreeBSD 3.1 Date: Fri, 14 May 1999 20:01:58 +0300 It seems to me that this problem is fixed in current -stable, due to kern/8416 fixing. > On running stress test, filesystem activity stops; no file can be opened, > each process which try to open file hangs in 'inode' state -- NVA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 14 11:46:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC6BA14E18; Fri, 14 May 1999 11:46:27 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Received: (from wosch@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA19122; Fri, 14 May 1999 11:46:27 -0700 (PDT) (envelope-from wosch@FreeBSD.org) Date: Fri, 14 May 1999 11:46:27 -0700 (PDT) From: Message-Id: <199905141846.LAA19122@freefall.freebsd.org> To: hgoldste@bbs.mpcs.com, wosch@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9793: locate.updatedb is noisy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: locate.updatedb is noisy State-Changed-From-To: open->closed State-Changed-By: wosch State-Changed-When: Fri May 14 11:45:45 PDT 1999 State-Changed-Why: src/usr.bin/locate/locate/updatedb.sh rev 1.15 fixed in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 14 14:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9A9415095 for ; Fri, 14 May 1999 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA30858; Fri, 14 May 1999 14:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 65D4415095; Fri, 14 May 1999 14:22:27 -0700 (PDT) Message-Id: <19990514212227.65D4415095@hub.freebsd.org> Date: Fri, 14 May 1999 14:22:27 -0700 (PDT) From: rse@engelschall.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11713: memory leak and/or crash in uthread's destructor-calling function Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11713 >Category: i386 >Synopsis: memory leak and/or crash in uthread's destructor-calling function >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 May 14 14:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ralf S. Engelschall >Release: 3.1 >Organization: Cable & Wireless ECRC >Environment: FreeBSD en1.engelschall.com 3.1-RELEASE FreeBSD 3.1-RELEASE #4: Sun Feb 28 18:55:02 CET 1999 rse@en1.engelschall.com:/usr/src/sys/compile/EN1 i386 >Description: The uthread constructor calling function _thread_cleanupspecific in /usr/src/lib/libc_r/uthread/uthread_spec.c does the final free too late. The override with NULL has to occur after the free and not before. >How-To-Repeat: I've seen this by poking around in the sources and not by using the stuff. But I guess a memory leak or even a crash could occur because of the free(NULL) when pthread_key_create() was used in an application. >Fix: --- uthread_spec.c.orig Fri May 14 23:14:53 1999 +++ uthread_spec.c Fri May 14 23:15:32 1999 @@ -124,8 +124,8 @@ } } } - _thread_run->specific_data = NULL; free(_thread_run->specific_data); + _thread_run->specific_data = NULL; } static inline const void ** >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 14 14:37:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AFA6D152AF; Fri, 14 May 1999 14:37:39 -0700 (PDT) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA31222; Fri, 14 May 1999 14:37:39 -0700 (PDT) (envelope-from nate@FreeBSD.org) Date: Fri, 14 May 1999 14:37:39 -0700 (PDT) From: Message-Id: <199905142137.OAA31222@freefall.freebsd.org> To: rse@engelschall.com, nate@FreeBSD.org, freebsd-bugs@FreeBSD.org, nate@FreeBSD.org Subject: Re: i386/11713: memory leak and/or crash in uthread's destructor-calling function Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: memory leak and/or crash in uthread's destructor-calling function State-Changed-From-To: open->suspended State-Changed-By: nate State-Changed-When: Fri May 14 14:36:50 PDT 1999 State-Changed-Why: Fix applied to -current, will be merged into -stable if jdk OK's it. Responsible-Changed-From-To: freebsd-bugs->nate Responsible-Changed-By: nate Responsible-Changed-When: Fri May 14 14:36:50 PDT 1999 Responsible-Changed-Why: I applied the fix. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 14 20:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 164D61512F for ; Fri, 14 May 1999 20:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA61879; Fri, 14 May 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from hunkular.glarp.com (hunkular.glarp.com [199.117.25.251]) by hub.freebsd.org (Postfix) with ESMTP id 3BC8014D69 for ; Fri, 14 May 1999 20:36:36 -0700 (PDT) (envelope-from huntting@hunkular.glarp.com) Received: (from huntting@localhost) by hunkular.glarp.com (8.9.2/8.9.2) id VAA11460; Fri, 14 May 1999 21:36:36 -0600 (MDT) (envelope-from huntting) Message-Id: <199905150336.VAA11460@hunkular.glarp.com> Date: Fri, 14 May 1999 21:36:36 -0600 (MDT) From: Brad Huntting Reply-To: huntting@hunkular.glarp.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11719: scsi scanning causes "cam_periph_mapmem" kernel message Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11719 >Category: kern >Synopsis: scsi scanning causes "cam_periph_mapmem" kernel message >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 May 14 20:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brad Huntting >Release: FreeBSD 3.1-RELEASE i386 >Organization: marginal >Environment: I have a UMAX Vista-S6E SCSI scanner connected to a single processor 686 system with on board Adaptech SCSI which attaches itself to /dev/pass4. I'm using "scanimage" and "xscanimage" from the graphics/sane ports collection to try to scan a simple image. >Description: When I use scanimage or xscanimage (part of the "sane" port), the software is able to scan small images (low res/preview/line art) ok, but at a 100dpi it fails and quietly outputs a truncated image file. In the process it causes the kernel to spit out the error: cam_periph_mapmem: attempt to map 130050 bytes, which is greater than DFLTPHYS Ktrace shows that the following ioctl() caused the message: 10955 scanimage CALL open(0xefbf552c,0x2,0x2809c294) 10955 scanimage NAMI "/dev/pass4" 10955 scanimage RET open 4 ... (fork) ... 10956 scanimage CALL madvise(0x8076000,0x1000,0x5) 10956 scanimage RET madvise 0 10956 scanimage CALL ioctl(0x4,CAMIOCOMMAND,0x8076000) 10956 scanimage RET ioctl -1 errno 7 Argument list too long I recompiled sane with -g, and got as far as learning that the error occurs during the first call to the libsane.so function sane_read(). Unfortunately that's as far as I've gotten. >How-To-Repeat: Well, if the error occurs with all SCSI scanners using /dev/pass* then this is pretty easy to duplicate: Just install "sane", and try to scan any full page image at 100dpi resolution. >Fix: Nothing 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 May 14 20:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9825114E62 for ; Fri, 14 May 1999 20:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA62606; Fri, 14 May 1999 20:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 May 1999 20:50:03 -0700 (PDT) Message-Id: <199905150350.UAA62606@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/11719: scsi scanning causes "cam_periph_mapmem" kernel message Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11719; it has been noted by GNATS. From: "Kenneth D. Merry" To: huntting@hunkular.glarp.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11719: scsi scanning causes "cam_periph_mapmem" kernel message Date: Fri, 14 May 1999 21:46:31 -0600 (MDT) Brad Huntting wrote... > > >Number: 11719 > >Category: kern > >Synopsis: scsi scanning causes "cam_periph_mapmem" kernel message > >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 May 14 20:40:01 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Brad Huntting > >Release: FreeBSD 3.1-RELEASE i386 > >Organization: > marginal > >Environment: > > I have a UMAX Vista-S6E SCSI scanner connected to a single > processor 686 system with on board Adaptech SCSI which > attaches itself to /dev/pass4. I'm using "scanimage" and > "xscanimage" from the graphics/sane ports collection to > try to scan a simple image. > > >Description: > > When I use scanimage or xscanimage (part of the "sane" > port), the software is able to scan small images (low > res/preview/line art) ok, but at a 100dpi it fails and > quietly outputs a truncated image file. In the process it > causes the kernel to spit out the error: > > cam_periph_mapmem: attempt to map 130050 bytes, which is greater than DFLTPHYS > This is a bug in SANE, not FreeBSD. In any case, it has been fixed in the ports tree. Grab the latest version of the SANE port from the ports tree and recompile. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 14 21:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0760015049 for ; Fri, 14 May 1999 21:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA67739; Fri, 14 May 1999 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7EC6314E6F; Fri, 14 May 1999 21:49:56 -0700 (PDT) Message-Id: <19990515044956.7EC6314E6F@hub.freebsd.org> Date: Fri, 14 May 1999 21:49:56 -0700 (PDT) From: ocrow@bmrc.berkeley.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11720: FreeBSD 2.2.8 can't load fixit disk Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11720 >Category: i386 >Synopsis: FreeBSD 2.2.8 can't load fixit disk >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 May 14 21:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oliver Crow >Release: 2.2.8-RELEASE, 2.2.8-STABLE >Organization: UC Berkeley >Environment: FreeBSD gecko.bmrc.berkeley.edu 2.2.8-RELEASE FreeBSD 2.2.8-RELEASE #0: Fri Mar 19 17:55:18 GMT 1999 ocrow@gecko.bmrc.berkeley.edu:/usr/src/sys/compile/CURRENT i386 >Description: This is a confirmation of essentially the same information already supplied in these bug reports: i386/8435 i386/9244 Booting from the boot floppy then trying to launch the fixit floppy fails. It is not possible to get a fixit shell. In the message console (console 2), a message appears after attempting to load the fixit floppy: "mount msdosfs: bad bpb" The problem appears to occur in 2.2.8-RELEASE and 2.2.8-STABLE. I have tested with 2 different machines and 2 sets of floppy disk media. >How-To-Repeat: Following the instructions for booting the fixit floppy, boot from the boot floppy (boot.flp), then select the menu option "Fixit", then select "Floppy". Sysinstall then repeatedly prompts for the fixit.flp, but does not start a new shell. >Fix: A work around is to use 3.1-RELEASE floppies -- kern.flp, mfsroot.flp and fixit.flp, which seem to work fine. >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 May 14 22: 0: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7B0D915049 for ; Fri, 14 May 1999 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA68257; Fri, 14 May 1999 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 May 1999 22:00:02 -0700 (PDT) Message-Id: <199905150500.WAA68257@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brad.Huntting@qwest.com Subject: Re: kern/11719: scsi scanning causes "cam_periph_mapmem" kernel message Reply-To: Brad.Huntting@qwest.com Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11719; it has been noted by GNATS. From: Brad.Huntting@qwest.com To: "Kenneth D. Merry" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11719: scsi scanning causes "cam_periph_mapmem" kernel message Date: Fri, 14 May 1999 22:54:37 -0600 > This is a bug in SANE, not FreeBSD. In any case, it has been fixed in the > ports tree. Grab the latest version of the SANE port from the ports tree > and recompile. thanx! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 15 3:42:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from anon.lcs.mit.edu (anon.lcs.mit.edu [18.26.0.254]) by hub.freebsd.org (Postfix) with SMTP id 4FD0A14E58 for ; Sat, 15 May 1999 03:42:11 -0700 (PDT) (envelope-from serge69@nym.alias.net) Date: 15 May 1999 10:42:10 -0000 Message-ID: <19990515104210.25299.qmail@nym.alias.net> From: Sergey Subject: Kernel PANIC in 3.1-R and higher To: , , MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, All! I was told that panic message: panic: lockmgr: locking against myself syncing disks... panic: lockmgr: locking against myself was caused by bug in softupdates code. Does anyone have a patch? Version of ffs_softdep.c from May 12 still doesn't work. $Id: ffs_softdep.c,v 1.20.2.2 1999/05/12 02:13:03 dg Exp $ With best regards, Sergey. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 15 7:39:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp2.niftyserve.or.jp (smtp2.nifty.ne.jp [202.219.63.54]) by hub.freebsd.org (Postfix) with ESMTP id 58B6F14E40; Sat, 15 May 1999 07:39:38 -0700 (PDT) (envelope-from QZW07013@nifty.ne.jp) Received: from LocalHost (atgi0730.ppp.infoweb.ne.jp [210.131.79.142]) by smtp2.niftyserve.or.jp (8.8.8+2.7Wbeta7/3.6W-981208) with SMTP id XAA25825; Sat, 15 May 1999 23:40:34 +0900 (JST) Message-ID: <003c01be9ee2$3875e300$8e4f83d2@LocalHost> From: =?iso-2022-jp?B?GyRCMGY4NkAvRjsbKEI=?= To: , "freebsd-bugs" , Subject: =?iso-2022-jp?B?GyRCIVYbKEJGcmVlQlNEGyRCIVclViE8JUglRyUjJTklLyQrGyhC?= =?iso-2022-jp?B?GyRCJGkkYjUvRjAkRyQtJEokJCROJEckOSQsISkbKEI=?= Date: Sat, 15 May 1999 23:43:57 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" X-Mailer: Microsoft Outlook Express 5.00.2014.211 Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $B$O$8$a$^$7$F!"!V#U#N#I#X!W!V#F#r#e#e#B#S#D!W6&$KA4$/$N=i?4H$7$h$&$H$9$k(B $B$H!"(B $B!V%U%)!<%^%C%H$5$l$F$^$;$s!"=i4|2=$7$^$9$+!)!W(B $B$HJ9$$$F$/$k$N$G$9$,!"%V!<%H%G%#%9%/$,$^$H$b$K:n@.$G$-$F$$$J$$$N$G$7$g$&$+!)(B $B;n$7$K!"%V!<%H%G%#%9%/$r:n@.$9$k;~$N%U%m%C%T!<$r#D#O#S!?#V%U%)!<%^%C%H(B ($B#1!%#4#4#M#B(B)$B$G$b!"#P#C#9#8%U%)!<%^%C%H(B($B#1!%#2#5#M#B(B)$B$G$b$K!";n$7$F8+$?$N$G(B $B$9$,F1$8$G$7$?!#(B $B#C#P#U%"%/%;%i%l!<%?$b!"A}@_%a%b%j$b!"30IU$1%O!<%I%G%#%9%/$b!"A4It30$7$F(B $B%N!<%^%k$KLa$7$F:F5/F0$7$F$bF1$8$G$7$?!#(B $B99$K!"FbB!$N#I#D#E%O!<%I%G%#%9%/$r@Z$jN%$7$F!"%;%+%s%I%-%c%C%7%e%a%b%j$^(B $B$G!"30$7$F$_$?$N$G$9$,!"$=$l$G$bF1$8$G$7$?!#(B $B!V#W#i#n#d#o#w#s!W$G:n@.$7$?%U%m%C%T!<$r!V#W#i#n#d#o#w#s!W$G;2>H$G$-$J$$$H(B $B8@$&$H$3$m$+$i4{$K2x$7$/$J$$$G$7$g$&$+!)(B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 15 7:54:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 08CA614FBF; Sat, 15 May 1999 07:54:06 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id PAA41597; Sat, 15 May 1999 15:54:12 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sat, 15 May 1999 15:54:11 +0100 (BST) From: Doug Rabson To: =?iso-2022-jp?B?GyRCMGY4NkAvRjsbKEI=?= Cc: jseger@freebsd.org, freebsd-bugs , dfr@freebsd.org Subject: Re: =?iso-2022-jp?B?GyRCIVYbKEJGcmVlQlNEGyRCIVclViE8JUglRyUjJTklLyQrGyhC?= =?iso-2022-jp?B?GyRCJGkkYjUvRjAkRyQtJEokJCROJEckOSQsISkbKEI=?= In-Reply-To: <003c01be9ee2$3875e300$8e4f83d2@LocalHost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=X-UNKNOWN Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 15 May 1999, [iso-2022-jp] $B0f86@/F;(B wrote: I'm sorry, I can't read Japanese. Could you provide an English translation? -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 15 9:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15C6714FF1 for ; Sat, 15 May 1999 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA15646; Sat, 15 May 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from whisky.wu-wien.ac.at (whisky.wu-wien.ac.at [137.208.16.37]) by hub.freebsd.org (Postfix) with ESMTP id 9FB6614EC4 for ; Sat, 15 May 1999 09:29:48 -0700 (PDT) (envelope-from gonter@whisky.wu-wien.ac.at) Received: (from gonter@localhost) by whisky.wu-wien.ac.at (8.9.1/8.9.1) id SAA00436; Sat, 15 May 1999 18:29:47 +0200 (CEST) (envelope-from gonter) Message-Id: <199905151629.SAA00436@whisky.wu-wien.ac.at> Date: Sat, 15 May 1999 18:29:47 +0200 (CEST) From: Gerhard Gonter Reply-To: gonter@whisky.wu-wien.ac.at To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11724: vm_fault and panic upon mount of msdos FS after failed mount Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11724 >Category: kern >Synopsis: vm_fault and panic upon mount of msdos FS after failed mount >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 May 15 09:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gerhard Gonter >Release: FreeBSD 3.0-RELEASE i386 >Organization: WU-Wien >Environment: FreeBSD 3.0-RELEASE >Description: Trying to mount a MSDOS file system without -t msdos will result in a "incorrect superblock" message. Using the -t msdos option after that results in a panic message and reboot: vm_fault: fault on nonfault entry, addr: f60cc00 >How-To-Repeat: # assume da0s1 is a primary partition with a MSDOS file system: mount /dev/da0s1 /C mount -t msdos /dev/da0s1 /C >Fix: Fix unknown. Workaround: remove any MSDOS file systems ;) >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 May 15 10:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9E64152B4 for ; Sat, 15 May 1999 10:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA20781; Sat, 15 May 1999 10:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0494615290; Sat, 15 May 1999 10:18:06 -0700 (PDT) Message-Id: <19990515171806.0494615290@hub.freebsd.org> Date: Sat, 15 May 1999 10:18:06 -0700 (PDT) From: surfpuerto@go.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/11725: When I start my machine ait says"warning: / was not properly dismounted" and stays there for hours.I tried booting in single mode and it doesn't work.plrase help me Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11725 >Category: misc >Synopsis: When I start my machine ait says"warning: / was not properly dismounted" and stays there for hours.I tried booting in single mode and it doesn't work.plrase help me >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 15 10:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Manuel Garibay >Release: 2.0 >Organization: Puerto Net >Environment: >Description: >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 May 16 1:30:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE3D614D3D; Sun, 16 May 1999 01:30:31 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA79740; Sun, 16 May 1999 01:30:31 -0700 (PDT) (envelope-from dt@FreeBSD.org) Date: Sun, 16 May 1999 01:30:31 -0700 (PDT) From: Message-Id: <199905160830.BAA79740@freefall.freebsd.org> To: i.think@nemox.looksharp.net, dt@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/11658: msdos file corruption in -current as of 5/10/99 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: msdos file corruption in -current as of 5/10/99 State-Changed-From-To: open->feedback State-Changed-By: dt State-Changed-When: Sun May 16 01:28:50 PDT 1999 State-Changed-Why: Should be fixed in src/sys/vm/vnode_pager.c revision 1.110. Please confirm. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 1:35:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9012915152; Sun, 16 May 1999 01:35:12 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA79969; Sun, 16 May 1999 01:35:12 -0700 (PDT) (envelope-from dt@FreeBSD.org) Date: Sun, 16 May 1999 01:35:12 -0700 (PDT) From: Message-Id: <199905160835.BAA79969@freefall.freebsd.org> To: gonter@whisky.wu-wien.ac.at, dt@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11724: vm_fault and panic upon mount of msdos FS after failed mount Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vm_fault and panic upon mount of msdos FS after failed mount State-Changed-From-To: open->closed State-Changed-By: dt State-Changed-When: Sun May 16 01:32:23 PDT 1999 State-Changed-Why: Fixed by luoqi in rev 1.188 of src/sys/kern/vfs_bio.c. Upgrade to FreeBSD 3.1 or later. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 7:20: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E9CC15022 for ; Sun, 16 May 1999 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA61044; Sun, 16 May 1999 07:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from pacer.nlc.net.au (pacer.nlc.net.au [203.24.133.16]) by hub.freebsd.org (Postfix) with ESMTP id 3F05814F90 for ; Sun, 16 May 1999 07:19:27 -0700 (PDT) (envelope-from john@pacer.nlc.net.au) Received: (from john@localhost) by pacer.nlc.net.au (8.9.3/8.9.3) id AAA00567; Mon, 17 May 1999 00:19:15 +1000 (EST) (envelope-from john) Message-Id: <199905161419.AAA00567@pacer.nlc.net.au> Date: Mon, 17 May 1999 00:19:15 +1000 (EST) From: john@nlc.net.au Reply-To: john@nlc.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/11732: COMPAT defines missing from /etc/make.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11732 >Category: misc >Synopsis: New COMPAT defines missing from /etc/make.conf >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 May 16 07:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Saunders >Release: FreeBSD 4.0-CURRENT i386 >Organization: NORTHLINK COMMUNICATIONS PTY LTD >Environment: 4.0-CURRENT >Description: 4.0-CURRENT has added COMPAT22 and COMPAT3x to the build system to cater for the installation of compatibility a.out libraries. However these defines presumably need to be added to /etc/make.conf after the COMPAT1X, COMPAT20 and COMPAT21 defines. >How-To-Repeat: Not applicable. >Fix: --- make.conf.orig Mon May 17 00:18:33 1999 +++ make.conf Mon May 17 00:18:47 1999 @@ -47,6 +47,8 @@ #COMPAT1X= yes #COMPAT20= yes #COMPAT21= yes +#COMPAT22= yes +#COMPAT3x= yes # # # If you do not want additional documentation (some of which are >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 May 16 13: 0: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C88E6151D2 for ; Sun, 16 May 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA85774; Sun, 16 May 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1464B1512C; Sun, 16 May 1999 12:52:09 -0700 (PDT) Message-Id: <19990516195209.1464B1512C@hub.freebsd.org> Date: Sun, 16 May 1999 12:52:09 -0700 (PDT) From: sobomax@altavista.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11736: On fast machines kernel reports negative i586_bzero bandwith values due to datatype overflow Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11736 >Category: kern >Synopsis: On fast machines kernel reports negative i586_bzero bandwith values due to datatype overflow >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 16 13:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Maxim Sobolev >Release: 4.0-CURRENT >Organization: Vega International Capital >Environment: >Description: On the fast machine with lot of cache (K6-2 250MHz, 1024KBcache respectevly in my case) i586_bzero bandwith in bytes may exceed 2^31 (signed long datatype maximum value - i.e > 2.147.483.648 bytes/s) and kernel in verbose mode will report negative bandwith. >How-To-Repeat: 1. Take a relatively fast machine 2. Boot with -v option 3. Look at the dmesg output ;) >Fix: --- npx.c.orig Sat May 15 01:14:13 1999 +++ npx.c Sat May 15 02:01:51 1999 @@ -696,8 +696,8 @@ if (usec <= 0) usec = 1; if (bootverbose) - printf("%s bandwidth = %ld bytes/sec\n", - funcname, (long)(BUFSIZE * (int64_t)1000000 / usec)); + printf("%s bandwidth = %ld Kbytes/sec\n", + funcname, (long)(BUFSIZE * (int64_t)1000000 / (1024*usec))); free(buf, M_TEMP); return (usec); } >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 May 16 13:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4262815004 for ; Sun, 16 May 1999 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA87402; Sun, 16 May 1999 13:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6BF4414C24; Sun, 16 May 1999 13:23:48 -0700 (PDT) Message-Id: <19990516202348.6BF4414C24@hub.freebsd.org> Date: Sun, 16 May 1999 13:23:48 -0700 (PDT) From: dwhite@resnet.uoregon.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11737: MFS panics on mount in checkalias() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11737 >Category: kern >Synopsis: MFS panics on mount in checkalias() >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 May 16 13:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Doug White >Release: 4.0-CURRENT >Organization: Pacific Crest Networks >Environment: Current sup'd as of 12:30AM May 16 1999 PDT >Description: System panics with at Trap 12 when attempting to mount a MFS filesystem. A DDB trace at the time of the panic is inside of checkalias(). >How-To-Repeat: Run mount -t mfs /dev/da0s1b /tmp on any -current system. >Fix: Luoqi Chen suggested changing NUMCDEV in src/sys/kern/kern_conf.c to 255. v1.39 of kern_conf.c has NUMCDEV at 256. Tested here and works fine. Apparently MFS uses CDEV 255 for it's own twisted purposes. >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 May 16 13:31:59 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from descartes.TAMM (lwby-199ppp162.epix.net [205.238.199.162]) by hub.freebsd.org (Postfix) with ESMTP id BEC2515004; Sun, 16 May 1999 13:31:52 -0700 (PDT) (envelope-from i.think@nemox.looksharp.net) Received: from nemox.looksharp.net (nemox@localhost.TAMM [127.0.0.1]) by descartes.TAMM (8.9.3/8.9.2) with ESMTP id QAA00276; Sun, 16 May 1999 16:28:58 -0400 (EDT) (envelope-from i.think@nemox.looksharp.net) Message-ID: <373F2A8A.83D8AF75@nemox.looksharp.net> Date: Sun, 16 May 1999 16:28:58 -0400 From: NemoX X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: dt@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: i386/11658: msdos file corruption in -current as of 5/10/99 References: <199905160830.BAA79740@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org dt@FreeBSD.org wrote: > Synopsis: msdos file corruption in -current as of 5/10/99 > > State-Changed-From-To: open->feedback > State-Changed-By: dt > State-Changed-When: Sun May 16 01:28:50 PDT 1999 > State-Changed-Why: > Should be fixed in src/sys/vm/vnode_pager.c revision 1.110. Please confirm. confirmed. Problem Solved. Thanks Houston. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 14: 3:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0692515024; Sun, 16 May 1999 14:03:55 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA89913; Sun, 16 May 1999 14:03:55 -0700 (PDT) (envelope-from dt@FreeBSD.org) Date: Sun, 16 May 1999 14:03:55 -0700 (PDT) From: Message-Id: <199905162103.OAA89913@freefall.freebsd.org> To: i.think@nemox.looksharp.net, dt@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/11658: msdos file corruption in -current as of 5/10/99 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: msdos file corruption in -current as of 5/10/99 State-Changed-From-To: feedback->closed State-Changed-By: dt State-Changed-When: Sun May 16 14:02:29 PDT 1999 State-Changed-Why: Originator confirm that problem fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 17: 3:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from maui.net (maui.net [207.175.210.2]) by hub.freebsd.org (Postfix) with ESMTP id 34FD114A12 for ; Sun, 16 May 1999 17:03:16 -0700 (PDT) (envelope-from simko@maui.net) Received: from maui.net (U1-45.Kahului.Maui.Net [207.175.210.173]) by maui.net (8.8.7/8.8.5) with ESMTP id OAA28822 for ; Sun, 16 May 1999 14:03:13 -1000 (HST) Message-ID: <373F5CC3.E5F028D5@maui.net> Date: Sun, 16 May 1999 14:03:16 -1000 From: Michael Shimko X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG Subject: make world failed after cvsup update Content-Type: multipart/mixed; boundary="------------585298C1D95812584BB3E893" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------585298C1D95812584BB3E893 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Attached is a text file descibing my 'make world' failure. Something about a psuedo-op section not valid for this target......??? I've included my cvsup config file and make error message. Thanks for you help. Michael P. Shimko shimko@maui.net --------------585298C1D95812584BB3E893 Content-Type: text/plain; charset=us-ascii; name="freebsd.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="freebsd.txt" Dear freebsd: I've recently attempted to upgrade my 2.2.6 Release of FreeBSD to 3.1.0 Release via the cvsup utility. Atfter successfully creating the source tree i ran 'make world' which failed. Below are my cvsup config file and error message from make. There's an unknown psuedo-op section for this build target....I don't understand. What went wrong and how do I fix it so I can run 'make world' successfully? CVSUP CONFIG: ------------- *default tag=RELENG_3_1_0_RELEASE *default host=cvsup2.FreeBSD.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default release=cvs delete use-rel-suffix compress src-all cvs-crypto ERROR MESSAGE FROM MAKE: ------------------------ >>> Rebuilding bootstrap libraries -------------------------------------------------------------- cd /usr/src; PATH=/usr/obj/usr/src/tmp/sbin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/bin:/usr/obj/usr/src/tmp/usr/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/bin:/usr/X11R6/bin:/root/bin BISON_SIMPLE=/usr/obj/usr/src/tmp/usr/share/misc/bison.simple COMPILER_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/obj/usr/src/tmp/usr/bin GCC_EXEC_PREFIX=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib/ LD_LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib LIBRARY_PATH=/usr/obj/usr/src/tmp/usr/lib:/usr/obj/usr/src/tmp/usr/lib NOEXTRADEPEND=t OBJFORMAT_PATH=/usr/obj/usr/src/tmp/usr/libexec:/usr/libexec /usr/obj/usr/src/tmp/usr/bin/make DESTDIR=/usr/obj/usr/src/tmp -f Makefile.inc1 bootstrap-libraries cd /usr/src/lib/csu/i386-elf; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED cleandepend; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED all; /usr/obj/usr/src/tmp/usr/bin/make -DNOINFO -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -B install cleandir obj rm -f .depend /usr/obj/usr/src/lib/csu/i386-elf/GPATH /usr/obj/usr/src/lib/csu/i386-elf/GRTAGS /usr/obj/usr/src/lib/csu/i386-elf/GSYMS /usr/obj/usr/src/lib/csu/i386-elf/GTAGS cc -O -pipe -elf -Wall -Wno-unused -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/csu/i386-elf/crt1.c -o crt1.o cc -O -pipe -elf -Wall -Wno-unused -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/csu/i386-elf/crtbegin.c -o crtbegin.o /usr/src/lib/csu/i386-elf/crtbegin.c:30: section attributes are not supported for this target /usr/src/lib/csu/i386-elf/crtbegin.c:31: section attributes are not supported for this target {standard input}: Assembler messages: {standard input}:73: Error: Unknown pseudo-op: `.section' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ----------------------------------------------------------------------------- Please help..... Thank you. Michael P. Shimko shimko@maui.net --------------585298C1D95812584BB3E893-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 17: 6:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5201014A12; Sun, 16 May 1999 17:06:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA04831; Sun, 16 May 1999 17:06:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 16 May 1999 17:06:35 -0700 (PDT) From: Message-Id: <199905170006.RAA04831@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/11472: unprivilaged user takes all file descriptors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unprivilaged user takes all file descriptors Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sun May 16 17:04:54 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 17:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CE4514BDB for ; Sun, 16 May 1999 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA05427; Sun, 16 May 1999 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from monkeyboy.gshapiro.net (monkeyboy.gshapiro.net [209.220.147.179]) by hub.freebsd.org (Postfix) with ESMTP id B1F5E14BDB for ; Sun, 16 May 1999 17:05:25 -0700 (PDT) (envelope-from gshapiro@monkeyboy.gshapiro.net) Received: (from gshapiro@localhost) by monkeyboy.gshapiro.net (8.10.0.PreAlpha1/8.10.0.PreAlpha1) id RAA52215; Sun, 16 May 1999 17:04:53 -0700 (PDT) Message-Id: <199905170004.RAA52215@monkeyboy.gshapiro.net> Date: Sun, 16 May 1999 17:04:53 -0700 (PDT) From: gshapiro+freebsd-gnats@sendmail.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11739: 3.1-STABLE build failure (mkdep inetd fails -- missing tcpd.h) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11739 >Category: bin >Synopsis: 3.1-STABLE build failure (mkdep inetd fails -- missing tcpd.h) >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 May 16 17:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Gregory Neil Shapiro >Release: FreeBSD 3.1-STABLE i386 >Organization: >Environment: 3.1-STABLE source as of 5/15. >Description: When attempting to 'make buildworld' with the 3.1-STABLE source, mkdep fails when it reads usr.sbin/inetd. It can't locate tcpd.h for the new TCP Wrappers support. ===> usr.sbin/inetd rm -f .depend mkdep -f .depend -a -nostdinc -DLOGIN_CAP -DLIBWRAP -I/usr/obj/usr/src/tmp/usr/include /usr/src/usr.sbin/inetd/inetd.c /usr/src/usr.sbin/inetd/inetd.c:136: tcpd.h: No such file or directory mkdep: compile failed *** Error code 1 >How-To-Repeat: Try a fresh compile. >Fix: The patch below is necessary to get ${DESTDIR}/usr/include/tcpd.h *** Makefile.inc1~orig Sat May 8 21:06:06 1999 --- Makefile.inc1 Sun May 16 16:02:38 1999 *************** *** 515,520 **** --- 515,521 ---- -p ${DESTDIR}/usr/include .endif cd ${.CURDIR}/include; ${MAKE} -B all install + cd ${.CURDIR}/contrib/tcp_wrappers; ${MAKE} beforeinstall cd ${.CURDIR}/gnu/include; ${MAKE} install cd ${.CURDIR}/gnu/lib/libmp; ${MAKE} beforeinstall cd ${.CURDIR}/gnu/lib/libobjc; ${MAKE} beforeinstall *** contrib/tcp_wrappers/Makefile~orig Tue Apr 20 12:20:00 1999 --- contrib/tcp_wrappers/Makefile Sun May 16 16:05:58 1999 *************** *** 809,814 **** --- 809,818 ---- -DPARANOID $(TABLES) -DNETGROUP -DPROCESS_OPTIONS -DRFC931_TIMEOUT=10 \ -Dvsyslog=myvsyslog -DREAL_DAEMON_DIR=\"$(REAL_DAEMON_DIR)\" + beforeinstall: + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/tcpd.h \ + ${DESTDIR}/usr/include + # Internal compilation dependencies. clean_exit.o: cflags >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 May 16 17:13:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8A36514C0F; Sun, 16 May 1999 17:13:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA05770; Sun, 16 May 1999 17:13:37 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 16 May 1999 17:13:37 -0700 (PDT) From: Message-Id: <199905170013.RAA05770@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/11676: PCIless kernel will not compile with ATAPI support. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PCIless kernel will not compile with ATAPI support. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sun May 16 17:12:15 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 17:14:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3C8514C25; Sun, 16 May 1999 17:14:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA06039; Sun, 16 May 1999 17:14:51 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 16 May 1999 17:14:51 -0700 (PDT) From: Message-Id: <199905170014.RAA06039@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/11677: SCSI device quirk entry. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SCSI device quirk entry. Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sun May 16 17:14:22 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 17:22:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 784F114BDB; Sun, 16 May 1999 17:22:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07000; Sun, 16 May 1999 17:22:14 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 16 May 1999 17:22:14 -0700 (PDT) From: Message-Id: <199905170022.RAA07000@freefall.freebsd.org> To: huntting@hunkular.glarp.com, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11719: scsi scanning causes "cam_periph_mapmem" kernel message Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: scsi scanning causes "cam_periph_mapmem" kernel message State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 16 17:21:44 PDT 1999 State-Changed-Why: This problem has been fixed in the current sane port. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 17:23:35 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF25214BDB; Sun, 16 May 1999 17:23:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07140; Sun, 16 May 1999 17:23:34 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 16 May 1999 17:23:34 -0700 (PDT) From: Message-Id: <199905170023.RAA07140@freefall.freebsd.org> To: netch@lucky.net, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10226: Filesystem stress test crashes FreeBSD 3.1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Filesystem stress test crashes FreeBSD 3.1 State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 16 17:23:06 PDT 1999 State-Changed-Why: Fixed along with PR #8416. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 17:25:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AB40214BDB; Sun, 16 May 1999 17:25:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07291; Sun, 16 May 1999 17:25:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 16 May 1999 17:25:43 -0700 (PDT) From: Message-Id: <199905170025.RAA07291@freefall.freebsd.org> To: surfpuerto@go.com, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11725: When I start my machine ait says"warning: / was not properly dismounted" and stays there for hours.I tried booting in single mode and it doesn't work.plrase help me Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: When I start my machine ait says"warning: / was not properly dismounted" and stays there for hours.I tried booting in single mode and it doesn't work.plrase help me State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 16 17:24:58 PDT 1999 State-Changed-Why: Please ask questions by mailing freebsd-questions@freebsd.org. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 17:29: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE43914C8A; Sun, 16 May 1999 17:29:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07689; Sun, 16 May 1999 17:29:08 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 16 May 1999 17:29:08 -0700 (PDT) From: Message-Id: <199905170029.RAA07689@freefall.freebsd.org> To: ben@ben.com, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/7944: `restore f foo' gets sigsegv Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: `restore f foo' gets sigsegv State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Sun May 16 17:27:02 PDT 1999 State-Changed-Why: As Mr. Vleet pointed out this has been fixed in later releases. You might consider upgrading to 3.x or just grabbing a later copy of the restore sources if you can't afford to upgrade. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 17:32: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C70C614C8A; Sun, 16 May 1999 17:31:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA07902; Sun, 16 May 1999 17:31:59 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 16 May 1999 17:31:59 -0700 (PDT) From: Message-Id: <199905170031.RAA07902@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-bugs@FreeBSD.org, gibbs@FreeBSD.org Subject: Re: i386/11681: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 wont work under 3.1R Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Adaptec 2940 UW SCSI Controller BIOS 1.34.3 wont work under 3.1R Responsible-Changed-From-To: freebsd-bugs->gibbs Responsible-Changed-By: steve Responsible-Changed-When: Sun May 16 17:30:01 PDT 1999 Responsible-Changed-Why: Looks like Mr. Gibbs is taking care of this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 16 18:20:45 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from monkeyboy.gshapiro.net (monkeyboy.gshapiro.net [209.220.147.179]) by hub.freebsd.org (Postfix) with ESMTP id C269414FC7; Sun, 16 May 1999 18:20:43 -0700 (PDT) (envelope-from gshapiro@monkeyboy.gshapiro.net) Received: (from gshapiro@localhost) by monkeyboy.gshapiro.net (8.10.0.PreAlpha1/8.10.0.PreAlpha1) id SAA16045; Sun, 16 May 1999 18:20:11 -0700 (PDT) From: Gregory Neil Shapiro MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14143.28360.621138.444757@monkeyboy.gshapiro.net> Date: Sun, 16 May 1999 18:20:08 -0700 (PDT) To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: gshapiro+freebsd-gnats@sendmail.org Subject: Re: bin/11739: 3.1-STABLE build failure (mkdep inetd fails -- missing tcpd.h) In-Reply-To: <199905170010.RAA05423@freefall.freebsd.org> References: <199905170004.RAA52215@monkeyboy.gshapiro.net> <199905170010.RAA05423@freefall.freebsd.org> X-Mailer: VM 6.71 under 21.2 "Dionysos" XEmacs Lucid (beta14) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My reasoning was correct, my patch was not. Throw out the previous patch and use this one: *** Makefile.inc1~orig Sat May 8 21:06:06 1999 --- Makefile.inc1 Sun May 16 18:15:32 1999 *************** *** 569,574 **** --- 569,575 ---- cd ${.CURDIR}/lib/libss; ${MAKE} -B hdrs beforeinstall cd ${.CURDIR}/lib/libutil; ${MAKE} beforeinstall cd ${.CURDIR}/lib/libvgl; ${MAKE} beforeinstall + cd ${.CURDIR}/lib/libwrap; ${MAKE} beforeinstall cd ${.CURDIR}/lib/libz; ${MAKE} beforeinstall cd ${.CURDIR}/usr.bin/f2c; ${MAKE} beforeinstall cd ${.CURDIR}/usr.bin/lex; ${MAKE} beforeinstall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 17 0:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D29CF15409 for ; Mon, 17 May 1999 00:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA44935; Mon, 17 May 1999 00:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 17 May 1999 00:40:03 -0700 (PDT) Message-Id: <199905170740.AAA44935@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/11739: 3.1-STABLE build failure (mkdep inetd fails -- missing tcpd.h) Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11739; it has been noted by GNATS. From: Ruslan Ermilov To: gshapiro+freebsd-gnats@sendmail.org Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/11739: 3.1-STABLE build failure (mkdep inetd fails -- missing tcpd.h) Date: Mon, 17 May 1999 10:34:13 +0300 On Sun, May 16, 1999 at 05:04:53PM -0700, gshapiro+freebsd-gnats@sendmail.org wrote: > > >Number: 11739 > >Category: bin > >Synopsis: 3.1-STABLE build failure (mkdep inetd fails -- missing tcpd.h) > >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 May 16 17:10:01 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Gregory Neil Shapiro > >Release: FreeBSD 3.1-STABLE i386 > >Organization: > >Environment: > This only occurs when `buildworld' is attempted with -DNOCLEAN. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 17 3:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F37A14ED2 for ; Mon, 17 May 1999 03:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA62725; Mon, 17 May 1999 03:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id A199415066 for ; Mon, 17 May 1999 03:35:49 -0700 (PDT) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <40342>; Mon, 17 May 1999 20:20:32 +1000 Message-Id: <99May17.202032est.40342@border.alcanet.com.au> Date: Mon, 17 May 1999 20:35:32 +1000 From: Peter Jeremy Reply-To: peter.jeremy@alcatel.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/11746: Add support for Solaris mailboxes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11746 >Category: bin >Synopsis: Add support for Solaris mailboxes >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 May 17 03:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Alcatel Australian Limited >Environment: FreeBSD 2.x and 4.x (and hence presumably 3.x), together with Solaris 2.x >Description: Solaris 2.x mailboxes are similar in format to FreeBSD, with the exception that the timestamp in the `From ' line does not include a seconds field eg: From owner-freebsd-current@FreeBSD.ORG Fri May 14 13:47 EST 1999 as a result the FreeBSD mail(1) does not recognize the mailbox entry as a valid mail item. A slight change to head.c allows mail(1) to recognize both. The Solaris mailx(1) recognizes both formats. >How-To-Repeat: Use FreeBSD mail(1) to access a mailbox created on a Solaris box. >Fix: --- head.c Fri May 27 22:32:06 1994 +++ /tmp/head.c Mon May 17 20:04:01 1999 @@ -162,15 +162,18 @@ * ':' A colon * 'N' A new line */ -char ctype[] = "Aaa Aaa O0 00:00:00 0000"; -char tmztype[] = "Aaa Aaa O0 00:00:00 AAA 0000"; +static char ctype[] = "Aaa Aaa O0 00:00:00 0000"; +static char tmztype[] = "Aaa Aaa O0 00:00:00 AAA 0000"; +static char ctype1[] = "Aaa Aaa O0 00:00 0000"; +static char tmztype1[] = "Aaa Aaa O0 00:00 AAA 0000"; int isdate(date) char date[]; { - return cmatch(date, ctype) || cmatch(date, tmztype); + return (cmatch(date, ctype) || cmatch(date, tmztype) || + cmatch(date, ctype1) || cmatch(date, tmztype1)); } /* >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 May 17 5:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C62FE152DB for ; Mon, 17 May 1999 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 FAA77347; Mon, 17 May 1999 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 4C953152D1 for ; Mon, 17 May 1999 05:38:01 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id PAA00200; Mon, 17 May 1999 15:37:33 +0300 (EEST) (envelope-from ru) Message-Id: <199905171237.PAA00200@relay.ucb.crimea.ua> Date: Mon, 17 May 1999 15:37:33 +0300 (EEST) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/11747: [PATCH] manpath.config is not updated for Perl5.00503 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11747 >Category: conf >Synopsis: [PATCH] manpath.config is not updated for Perl5.00503 >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 May 17 05:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ruslan Ermilov >Release: FreeBSD 3.2-STABLE i386 >Organization: United Commercial Bank >Environment: 3.2-STABLE. >Description: See ``Fix''. >How-To-Repeat: Upgrade to the 3.2-STABLE. >Fix: Index: manpath.config =================================================================== RCS file: /usr/FreeBSD-CVS/src/gnu/usr.bin/man/manpath/manpath.config,v retrieving revision 1.8.2.1 diff -u -r1.8.2.1 manpath.config --- manpath.config 1999/02/05 10:43:24 1.8.2.1 +++ manpath.config 1999/05/17 12:32:56 @@ -17,7 +17,7 @@ MANDATORY_MANPATH /usr/share/man MANDATORY_MANPATH /usr/share/perl/man MANDATORY_MANPATH /usr/local/man -MANDATORY_MANPATH /usr/local/lib/perl5/5.00502/man +MANDATORY_MANPATH /usr/local/lib/perl5/5.00503/man MANDATORY_MANPATH /usr/X11R6/man # # set up PATH to MANPATH mapping >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 May 17 11: 0:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 51C0C14F84 for ; Mon, 17 May 1999 11:00:07 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA06403 for freebsd-bugs@freebsd.org; Mon, 17 May 1999 11:00:02 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 17 May 1999 11:00:02 -0700 (PDT) Message-Id: <199905171800.LAA06403@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge f [1997/11/24] bin/5139 portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT o [1998/05/13] bin/6627 TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 [PATCH] Fix for Cyrix I8254 bug o [1998/05/19] kern/6689 kern_physio.c splits requests breaking cd o [1998/06/11] kern/6914 FreeBSD 2.2.6-RELEASE and NFS is UNSTABLE o [1998/06/14] i386/6944 icu_ipl.s does has a case commented as ca o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/17] kern/7649 fenner [MFC] /sys/netinet/if_ether.c: "permanent o [1998/09/03] kern/7822 Machine Reboots without reason o [1998/09/06] kern/7843 Unable to install FreeBSD on Tekram DC-39 o [1998/09/08] i386/7859 fatal trap 12 in midi_synth_input o [1998/09/14] kern/7927 Fatal trap 12: page fault while in kernel o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 peter gcc -pipe xxx.s hangs o [1998/10/06] i386/8179 Install failure with motherbord using SIS o [1998/10/08] i386/8214 Install 3.0-19981006-BETA fails o [1998/10/16] kern/8345 mmap(2) hangs when dealing with certain f o [1998/10/27] kern/8473 Excessive virtual memory consumption with o [1998/11/01] kern/8532 3.0-RELEASE panics with standard SMP kern o [1998/11/04] conf/8576 server goes down when client mount its fi a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/21] i386/8787 install process hangs while adding defaul o [1998/11/24] ports/8829 torstenb Fix port: security/ssh o [1998/11/24] kern/8851 mounting an unconfigured device causes a o [1998/11/25] kern/8861 under heavy (multi interface) traffic ep0 o [1998/12/01] i386/8922 can't detect wdc1 on Abit LX6 motherboard o [1998/12/05] kern/8973 trap 12: page fault while in kernel mode o [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1998/12/14] kern/9081 3.0-RELEASE dies starting AP on dual PPro a [1998/12/22] kern/9178 -current ipfw.ko with ELF kernel doesn't o [1998/12/30] kern/9249 Panic on 2.2.8-STABLE when accessing wcd o [1999/01/02] kern/9282 2nd IDE controller on Ali chipset motherb o [1999/01/03] kern/9294 IDE controller not being detected even wi o [1999/01/05] kern/9334 cp fails for 2048 Bytes/sector media o [1999/01/13] kern/9479 timeout while detect SCSI disks in recent o [1999/01/26] i386/9709 Kernel page faults during boot with 2GB R o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/02] misc/9885 BIND 8.1.2 core dumping o [1999/02/04] kern/9909 Writing incomplete blocks to /dev/nrst0 h o [1999/02/11] bin/10035 3.0-STABLE, rc.shutdown is still ignored. o [1999/02/14] docs/10088 doc Documentation search results o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm o [1999/02/21] i386/10188 Cannot get system to boot after Installti o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/03/01] kern/10332 System freezes during certain SCSI activi o [1999/03/01] bin/10344 Core dump in gethostbyaddr for 199.93.70. o [1999/03/02] kern/10357 spontaneous crashes o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro o [1999/03/05] i386/10400 missing some library files... o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/12] misc/10566 obrien patch dhcpc problem on /etc/pccard_ether o [1999/03/17] kern/10636 ipfw problems o [1999/03/19] i386/10683 I have a buslogic BT-948 FW controller. W o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/23] kern/10752 Kernel panic (?) trap 12: page fault whil o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/29] kern/10866 ahc2740 panic o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/03/31] kern/10886 kernel tries to initialize xl driver in 3 o [1999/03/31] i386/10895 kernel panic on boot o [1999/04/05] i386/10958 failed to "make world" after "cd /usr/sr o [1999/04/05] kern/10959 3.1-STABLE crashes due to a floppy mount o [1999/04/05] ports/10965obrien lcc-3.6 unable to compile anything o [1999/04/05] misc/10972 NTPv$ 92e fails to buuild on stable-3.1 p o [1999/04/08] kern/11023 Synchronous PPP not functional in leased o [1999/04/08] gnu/11038 tar needs bzip2 from ports o [1999/04/09] kern/11047 I cannot read from the kern.flp floppy I o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/14] kern/11132 panic: ufs_dirbad: bad dir o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 kernel mode page fault o [1999/04/19] misc/11216 Power fail versus Fsck changed my life. o [1999/04/19] kern/11226 Invalid files on disk after fsync o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/21] ports/11263chuckr lister.lo listed twice in a2ps-4.12's lib o [1999/04/21] i386/11268 DEC FDDI PCI Adapter doesn't work... o [1999/04/22] i386/11278 FreeBSD Version 3.1 reboots repeatedly (c f [1999/04/22] i386/11281 make world on -stable failed o [1999/04/23] i386/11298 Enabling IDE DMA on Opti Viper-M crashes o [1999/04/26] kern/11330 page fault in generic_bzero o [1999/04/26] bin/11335 find hangs in `nfsrcv' on local filesyste o [1999/04/26] conf/11343 worm; problems with installation and boot o [1999/04/26] docs/11348 doc Correction to previous Y2K information o [1999/04/26] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/04/27] ports/11359ports rvplayer 5.0 (Linux) cases ncr PCI SCSI d o [1999/04/28] bin/11374 MAN program problems o [1999/04/29] kern/11380 PAO3 won't recognize a USR/Megahertz PCMC o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/03] kern/11470 V3 NFS problem o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/06] kern/11533 NFS v3 locks up on large file transfers o [1999/05/10] i386/11627 Bad CHAR_MAX/MIN definition in o [1999/05/10] kern/11629 File descriptor table sharing is broken o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/13] i386/11681 gibbs Adaptec 2940 UW SCSI Controller BIOS 1.34 o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB o [1999/05/16] kern/11737 MFS panics on mount in checkalias() o [1999/05/17] pending/11744gnats-adminperllib fails to build 126 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte f [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo f [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in o [1996/10/15] kern/1812 dg vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor f [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/09] kern/3244 ipfw flush closes connections o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] gnu/3441 obrien C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe f [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/07] kern/4487 Kernel panic executing a directory o [1997/09/08] bin/4497 Reverse DNS fails for some CIDR *.IN-ADDR o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/24] kern/4843 48 meg double fault moved to 64 meg in 2. o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/04] bin/4939 uuxqt unable to execute rnews program o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] bin/5084 wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/20] bin/5105 mount_cd9660 or mount -t cd9660 fails to o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk s [1997/12/02] bin/5189 rcmd(3) only allows one hardcoded connect o [1997/12/03] misc/5207 Examples for /etc are not in /usr/share/e o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/05] bin/5661 /sbin/dump never finishes o [1998/02/09] bin/5693 groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] bin/5733 cp -r cannot copy un-writable directories o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 f [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/12] kern/5991 panic: free vnode isn't o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/14] bin/6004 cron in -CURRENT sometimes fails to proce o [1998/03/14] bin/6005 -CURRENT cron dies after short periods of o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/20] bin/6074 imp Incremental dumps are backing up unchange o [1998/03/22] i386/6099 des LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/07] kern/6242 vnode disk driver too unstable in -STABLE o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/16] bin/6317 with -8E flags telnet still goes to comma o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac a [1998/05/01] kern/6481 se Patches for VIA Socket 7 chipsets o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] kern/6574 ipfw crash with DIAGANOSTICS o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 jkh "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/16] kern/7299 USER_LDT hangs Linux-emulated Netscape o [1998/07/17] bin/7309 jb pthread_attr_setscope() missing o [1998/07/18] i386/7311 "Probing devices" hangs computer with err o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/13] bin/7602 df stay in disk wait o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 o [1998/08/20] i386/7698 scotty/tkined library error s [1998/08/22] kern/7713 fenner [MFC] problem with reusing ports with mul o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/08/30] kern/7781 Problem with setpassent(), getpwnam() and o [1998/08/31] kern/7793 kernel wedges when netscape exits o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 fenner libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] i386/7898 erich linux_lib-2.4 lacks libc.so.6 o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/13] kern/7925 sendmail, inetd SIGSEGV after forking aft o [1998/09/15] ports/7931 torstenb Ssh allows root login with no password f [1998/09/15] bin/7943 des ftpd: ~ is ~root! o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/19] conf/7989 if we enable firewall and natd we losing o [1998/09/22] conf/8031 [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded f [1998/09/29] ports/8088 torstenb short writes using ssh-1.2.* o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/11] ports/8276 hosokawa samba's WINS database gets removed during o [1998/10/12] bin/8281 writev() in libc_r causes loop o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/16] conf/8350 Problems with /etc/rc.firewall o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/23] bin/8426 gprof still expects gmon.out o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/24] bin/8440 3.0-RELEASE has wrong permissions on game o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/30] kern/8500 FreeBSD 3.0 thread scheduler is broken o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/04] bin/8573 nvi 1.79 SIGSEGVs on any address in .exrc o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/06] kern/8585 bktr driver does not correctly identify I o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 peter exmh2 has problems with some date formats s [1998/11/09] misc/8623 wollman [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads o [1998/11/18] bin/8739 atoi and modunload o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/21] bin/8790 [PATCH] Buffer overrun in nvi-1.79 (explo o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console o [1998/11/27] i386/8870 Installworld falls over in /usr/src/sys/i o [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/12/01] kern/8919 using Acceleport 8r o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/03] kern/8952 close() blocks forever after fork() in th o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/07] ports/9002 torstenb mirror reuses obsolete temporary db file o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/13] bin/9066 init ignore rc.shutdown o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] bin/9162 [Patch] pthreads GC breaks signal handlin o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/22] kern/9171 maxusers 1024 results in unbootable kerne f [1998/12/22] ports/9177 erich linux_lib buggy and outdated o [1998/12/24] ports/9191 obrien tcplist port dosnt work o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/29] i386/9237 pthread_exit doesn't exit o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/03] bin/9292 Cron's logs are in /var/cron, not /var/lo o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9362 "lpc start queue" doesn't work in 3.0-R & o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/09] kern/9413 profiling does not work with elf kernels o [1999/01/10] i386/9431 wd.c Does nto recognize certain LBA disks o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/12] bin/9464 Fix for fetch ignoring FTP_PASSIVE_MODE e o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 doc many typos in groff_mm(7) o [1999/01/24] ports/9665 ache cannot start apache server o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/25] ports/9688 cwt The current tcl80 port has problems, does o [1999/01/26] bin/9695 a typo in /usr/obj/aout/usr/src/tmp/usr/i o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/01/31] bin/9849 mknod is missing from libc_r o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W o [1999/02/04] misc/9903 thread enabled program can't use popen/sy o [1999/02/04] kern/9910 Heavy traffic renders FreeBSD acting as f s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/06] gnu/9938 NetBSD *1.4* was not defined in mdoc macr o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/10] kern/10013 msdos floppy disk mounts o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] kern/10029 many vm_fault: pager read errors o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/11] bin/10039 Binaries from a "fixit" CD can't find ld- o [1999/02/12] docs/10059 dillon MALLOC(9) manpage not updated to reflect o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/13] bin/10071 flags given to chflags depend on sequence o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En a [1999/02/14] ports/10094jfitz autogeneration of msql user failed o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/16] kern/10125 yokota Screen saver crashes a [1999/02/17] docs/10135 doc Change to Documention Regarding Upgrades o [1999/02/18] kern/10145 ELF interpreter loading in chrooted situa o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/22] kern/10209 natd stopped to worked since i upgraded f o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/25] kern/10266 gibbs SCSI scanner times out when scanning o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/01] bin/10341 memory leak in setenv(3) o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/02] bin/10366 /usr/libexec/ld-elf.so.1: Invalid File Fo o [1999/03/03] ports/10373nate Increasing kernel file descriptors causes o [1999/03/03] kern/10376 yokota Screen saver panics o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/04] kern/10387 2.2.7 hangs when trying to write on defec o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/06] misc/10418 libpam is built before libradius/libtacpl o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/09] bin/10511 incorrect return value in kvm_read(3) and o [1999/03/10] i386/10533 A bug in the meteor driver causes kernel o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/13] ports/10579phk Error with Network discovery in tkined (p o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10615 make installworld DESTDIR=/some/dir o [1999/03/16] kern/10616 MSP3400C audio chip from Hauppauge WinTV- o [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/19] kern/10676 3.1-RELEASE deadlocks under load with pro o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/22] gnu/10740 Fatal GCC error o [1999/03/23] kern/10747 ipfirewall `deny' rules act as `reject' f o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/24] kern/10780 executing gzipped shell scripts panics th o [1999/03/25] bin/10784 `make aout-to-elf-build' died in /usr/src o [1999/03/25] bin/10785 make aout-to-elf-install died in info tar o [1999/03/25] kern/10789 Second config of kernel doesn't overwrite o [1999/03/26] bin/10805 h2ph incorrectly deals with #error and #w o [1999/03/26] bin/10807 host(1) is broken - multiple options in o o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 wd.c STILL cannot recognize correct disk o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] misc/10879 Cannot build aout binaries under 3.1-RELE o [1999/03/30] bin/10880 Profiler libraries missing o [1999/03/31] kern/10889 kernel panics during ipfw flush with dumm o [1999/04/01] bin/10912 Fix to prevent infinite loops on missing o [1999/04/03] i386/10928 su reboots the system after one day uptim o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/04] ports/10943ports "ports/print/teTeX-beta# make install" fa o [1999/04/04] ports/10946se kdm 1.1 does not work correctly - XBINDIR o [1999/04/04] conf/10947 Entering daylight time at 2am loses /etc/ o [1999/04/05] bin/10963 brian date -v dosen't quite work o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10985 make .NOTPARALLEL special target is broke o [1999/04/06] bin/10991 lpd hangs system if printer not ready on f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/07] bin/11008 3.1 fbsdboot.exe is broken. install.bat i o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/10] ports/11059ache ports/security/pgp does not extract o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] kern/11115 Sockets die in LAST_ACK and FIN_WAIT_1 st s [1999/04/13] ports/11116billf gtk interversion compatibility never work o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/14] bin/11137 /bin/ps output loses the values for all p o [1999/04/16] kern/11164 The ie network driver panics during the i o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/18] kern/11199 3.1-RELEASE kernel page fault (trap 12) u o [1999/04/18] i386/11200 AMD PCnet lnc0/lnc1 problem o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/19] bin/11221 comm doesn't obey current locale collatio s [1999/04/20] ports/11239obrien mutt 0.95.4 fails to detect sendmail loca o [1999/04/20] bin/11247 fetch doesn't notice FTP error after RETR o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/22] kern/11280 3.1-STABLE panics under heavy SCSI load, o [1999/04/22] bin/11283 fetch http-timeout/timestamp bug o [1999/04/23] i386/11291 anic: ffs_alloccg: map corrupted o [1999/04/23] bin/11296 fetch(1) fails to resolve names in http m o [1999/04/23] kern/11299 Recent kernels have broken symbol tables, o [1999/04/24] bin/11303 whereis(1) doesn't properly handle names o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] kern/11367 Kernel crashing after mounting read only o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/01] kern/11435 IPFW had no per-uid or per-gid rule suppo o [1999/05/02] docs/11438 doc clueless how to discover my NE2000 clone o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/03] bin/11464 union copies likely broken for alpha egcs o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/03] misc/11472 unprivilaged user takes all file descript o [1999/05/04] kern/11490 VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] ports/11515ports new port: net/brouted o [1999/05/05] ports/11521ports Broken openssl port & Apache 1.3.6 o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 [PATCH] Networking patches to increase # o [1999/05/06] ports/11535ports Problems with cyrillic support. o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/08] i386/11575 sio.c silo overflows during X usage o [1999/05/08] docs/11595 doc The gencommercial.pl script ignores the l o [1999/05/10] ports/11636jfitz p5-Mail-Folder missing dependencies o [1999/05/11] i386/11650 3.1-STABLE make buildworld fails durring o [1999/05/11] bin/11651 inetd's childs staying around after a sca o [1999/05/11] conf/11654 Linksys PCI 10/100 Ethernet cards not wok o [1999/05/11] i386/11655 PCI hdd controller not detected. o [1999/05/11] ports/11656andreas lyx-port needs a patch until the next LyX o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [1999/05/12] docs/11667 doc fstab options for cd9660 mount not mentio o [1999/05/12] kern/11675 Another quirk entry for scsi_sa.c o [1999/05/12] kern/11679 httpd and perl5 processes stuck in "nocha o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] bin/11696 Signal handling is broken in libc_r. o [1999/05/13] kern/11697 Disk failure hangs system o [1999/05/13] bin/11706 FreeBSD will not install with certain Ada o [1999/05/14] i386/11720 FreeBSD 2.2.8 can't load fixit disk o [1999/05/16] misc/11732 New COMPAT defines missing from /etc/make o [1999/05/16] bin/11739 3.1-STABLE build failure (mkdep inetd fai o [1999/05/16] docs/11740 doc [Patch] doc/en/handbook/patch/chapter.sgm o [1999/05/17] pending/11745gnats-admintypo in ld.c 601 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables a [1995/05/27] gnu/450 tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for o [1995/12/17] kern/900 dg ext2fs triggers divide by zero trap in vn a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/08/19] kern/1514 dg mlock fails on readonly regions o [1996/08/20] kern/1516 dg vm_fault.c contains dead code or too many o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 dwhite ppp server doc submission s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad o [1996/12/08] bin/2184 peter sendmail has lots of trouble with local d s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/26] bin/2291 [PATCH?] race condition in /etc/master.pa s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/15] bin/2499 des fetch ftp://bla bla doesn't bail in disk o [1997/01/21] bin/2556 Patch for calendar.c o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/01/31] bin/2630 [PATCH] xargs does excessive and inconsis o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/10] bin/2703 jmg vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/23] kern/2806 new kernel tags script o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/05] bin/3506 [PATCH] more did not show iso-8859-n char o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3558 make reinstall collapses on install-info s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. a [1997/05/30] docs/3720 nik Addition for supported Hardware o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/16] conf/3886 peter install does not build sendmail host stat o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/24] bin/4163 archie ftp core dumps after hitting control-C s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty f [1997/08/03] kern/4221 brian Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user a [1997/08/09] kern/4255 SMP kernel freezes on machines with >2 CP o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) a [1997/08/13] gnu/4290 ache man wrong viewed koi8-r manpages and neqn o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti f [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] bin/5047 ipfw(8) IP address resolving problem if o o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM o [1997/11/26] misc/5153 jkh release file checksums in wrong file s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde s [1998/01/08] bin/5451 roberto [PATCH] halt/reboot does not execute /etc o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/15] docs/5487 doc Adding documentation for scsi(8) usage wi o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long s [1998/03/18] ports/6053 kuriyama new port request: korean/hanIM o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 peter another squid ports o [1998/03/30] ports/6181 dburr New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/04/20] bin/6359 routed does sent router discovry solicita s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue f [1998/05/16] bin/6653 The rc script sometimes produces errors w s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w o [1998/05/18] docs/6681 doc docu. addition o [1998/05/19] ports/6699 ports New port: the Generic NQS system s [1998/05/21] conf/6711 [PATCH ?] I've seen that fortune before a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/11] bin/6919 can not run multiple instances of /sbin/r o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/13] bin/6937 [PATCH] rc.firewall can't be run from net o [1998/06/13] bin/6939 restore does not set the correct uid on d o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b s [1998/06/24] bin/7063 mount fails if $PWD does not exist o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/28] bin/7101 /sbin/ipfw unexpected variant treatment o s [1998/06/29] bin/7117 flex -I option is broken s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top s [1998/07/05] kern/7177 [PATCH] Support for "Video Highway Xtreme s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco f [1998/07/07] i386/7201 (cpu == CPU_686) in pmap.c shoud also app s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra o [1998/07/11] bin/7254 release: multiple versions of write_mfs_i o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/15] bin/7294 lpr -r file fails to remove file because o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad o [1998/07/21] conf/7348 Default answer 'NO' in network configurat o [1998/07/21] bin/7352 libc generates spurious warnings when use a [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. a [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7485 vanilla New port: Xterminal-0.2 s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 NIS Makefile.dist: NOPUSH replaced by REM o [1998/08/13] bin/7607 GTAGS patch for nvi has posibility of buf o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] ports/7680 billf New port of tn5250 o [1998/08/19] conf/7682 Cron logfile in the wrong place o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang a [1998/08/25] misc/7741 enhancement to tcpdump to print LCP/PAP/C o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/27] misc/7759 proflibs installation error, libcrypt_p.a o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr a [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] ports/7814 andreas postgreqsl docs are broke o [1998/09/02] i386/7816 [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] bin/7855 cpp should define __ELF__ if objformat = o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] misc/7873 poor initial configuration and documentat f [1998/09/09] ports/7875 dwhite NEW PORT: lcdproc o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/12] bin/7907 ipfw command line parsing o [1998/09/13] docs/7914 doc no elf(5) manpage o [1998/09/14] conf/7928 Patch to allow execution of an IPFW shell o [1998/09/15] ports/7932 torstenb man zshall doesn't work o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8011 libc_r does not have pread() or pwrite() o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] bin/8164 [patch] repquota incorrectly reports quot o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/08] ports/8217 ache www/netscape4-*: avoid `ns-install' o [1998/10/12] bin/8295 order of options in printcap causes some f [1998/10/13] bin/8301 des "ls -B" and "ls -b" misprint o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] bin/8348 [PATCH] zforce(1) is broken: fix o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 f [1998/10/17] bin/8367 /stand/sysintall is screwing up my /etc/r o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/21] bin/8405 There is extra ping.o o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/23] kern/8428 Is FreeBSD 3.0-RELEASE support 640MByte M o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] kern/8444 pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/26] kern/8456 SMP kernel fails with Everex PO-6200 Dual o [1998/10/27] bin/8466 bind man pages not installed by 3.0 make a [1998/10/27] docs/8472 billf da(4) references nonexistent da(9) o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/10/31] ports/8521 itojun Some manpages are not usable with tiff-3. o [1998/11/01] conf/8531 sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/03] kern/8550 strip kernel before moving it during make o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> s [1998/11/03] kern/8560 des [REMINDER] bpfilter is deprecated and sho o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] ports/8620 asami New option to colorls - -K, color only to o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/10] docs/8640 doc proposed change of 4.5 o [1998/11/11] misc/8654 SYSV options allow WINE to run, but Netsc s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8665 billf /usr/bin/mail -u user not worked if exist o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/15] kern/8703 NFS Freezes when copying files from 3.0 t o [1998/11/18] kern/8747 [PATCH] fixes for systags.sh o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 doc some suggested text for describing passwo o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/28] bin/8880 billf cp missing verbose switch o [1998/11/28] bin/8881 billf mv missing verbose switch o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/30] bin/8905 suggested change of 'ipfw show' layout o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] ports/8920 sada netscape java displaying on ncd xterm cra o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/04] kern/8960 lnc driver does not set IFF_MULTICAST o [1998/12/04] bin/8966 yp_mkdb does not accept standard automoun o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/08] kern/9026 natd o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and o [1998/12/12] bin/9064 [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/19] bin/9135 tar doesn't back up device files o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/20] ports/9150 nate Ports depending on jdk need to know where o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] conf/9246 allscreens_flags in /etc/rc.conf not work o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/01] bin/9263 Database of units(3) misses euro-currency o [1999/01/02] bin/9281 awk asumes memory that is returned from m o [1999/01/03] i386/9283 ioctl(SNDCTL_DSP_SETFMT) on /dev/audio (p o [1999/01/03] bin/9285 pw strips comments from group file o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] ports/9289 kris New Port - ASPostit (Dockable version of o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] bin/9349 make doesn't diagnose non-numeric argumen o [1999/01/06] docs/9352 doc wrong macro names in groff_[ms|mm|mmse].7 o [1999/01/07] bin/9374 Improved functionality for find(1) o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] bin/9471 [PATCH] msgs: /var/msgs/bounds: No such f o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/14] bin/9501 Several cvs contrib files are not Y2K com o [1999/01/14] bin/9502 `me' macro documentation incorrectly defi o [1999/01/14] ports/9508 andreas Update majorcool to current version 1.3.2 o [1999/01/16] misc/9524 /usr/share/examples/libvgl/demo looks lik o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] misc/9582 configApache command doesn't work for /st o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/20] kern/9591 Linux compat getrlimit/setrlimit constant o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/21] bin/9613 [PATCH] IPFW command-line parsing error o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/23] misc/9638 Typo error in Italian locale o [1999/01/23] misc/9639 /etc/security reports missing passwords o a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9703 typo in login.conf o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() s [1999/01/28] bin/9758 billf ftpd allows anonymous logins when /etc/no o [1999/01/28] kern/9764 allow /bin/df not to list certain entries o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] docs/9773 doc Handbook 4.7.1.4. "Testing the port" is i o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/29] misc/9778 Need to handle conflicting pthread.h and o [1999/01/29] misc/9782 minor problem with telnet and /etc/gettyt o [1999/01/29] ports/9786 cwt tk80 port doesn't create man page links o [1999/01/29] ports/9787 cwt tcl80 port doesn't make man page links o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] bin/9809 finger output format wrong f [1999/01/30] ports/9811 nectar New port: lang/gnomeguile o [1999/01/30] ports/9812 nectar New port: devel/libgtopbindings o [1999/01/31] docs/9837 doc fix to doc/handbook/porting.sgml o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] conf/9845 Propose adding options to rc.conf and rc. o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/01] kern/9877 Patch to remove some kernel compile warni o [1999/02/01] kern/9878 Some patches to remove compiler warnings o [1999/02/02] ports/9880 kris New port - x11-toolkits/gtkglarea o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] bin/9893 NFS umount of regular file impossible o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/05] ports/9921 peter exmh2 ports update o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9953 hosokawa Samba 2.0.2 update o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/09] ports/9993 kris New Port - graphics/libunfig o [1999/02/09] ports/9998 kris New port - graphics/mtv (MpegTV player) o [1999/02/10] i386/10004 instalation of current version from FTP s o [1999/02/10] misc/10005 Update /etc/motd o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/10] docs/10017 doc Added a site and bug fix o [1999/02/10] bin/10019 Keyinfo and keyinit may use the wrong nam o [1999/02/11] kern/10022 kernel cannot detect WinChips correctly. o [1999/02/11] ports/10023kris New port - net/gtkcookie o [1999/02/11] conf/10024 etc/mtree/BSD.local.dist: lib/perl5 no lo o [1999/02/11] bin/10027 kdump prints garbage when command name is o [1999/02/11] bin/10030 Kerberized telnet fails to encrypt when a o [1999/02/11] docs/10038 doc Added a site and bug fix (part two) o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/13] bin/10064 /bin/sh called from make dumps core o [1999/02/14] kern/10077 dd'ing a ccd stripped partition sometimes o [1999/02/14] docs/10084 doc new FreeBSD user group in Yogyakarta City o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] kern/10095 missing VGA description o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] docs/10108 doc Addition to fstab.5 o [1999/02/15] gnu/10112 /usr/src/gnu/usr.bin/patch sorely out of o [1999/02/15] kern/10113 yokota [PATCH] syscons: switch to previous conso o [1999/02/15] conf/10115 /etc/login.conf still implies LOGIN_CAP_A o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] i386/10121 Serial port parity setting problems with o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10129torstenb mirror/patch-ac sets /usr/local/bin/perl5 o [1999/02/17] bin/10131 bug in strptime(3) o [1999/02/18] i386/10143 Rebooted without prompting o [1999/02/18] docs/10146 doc Release Notes and LINT for 3.1 include ha o [1999/02/18] misc/10148 atime behavior differs with empty files f o [1999/02/18] kern/10149 New PCI device o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10162se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] ports/10164jmz XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] bin/10165 CVS does not know to ignore .So files o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178torstenb USE_SOCKS=YES option broken for security/ o [1999/02/21] conf/10179 /etc/make.conf has too many entries o [1999/02/21] docs/10180 doc Another mirror site not listed... o [1999/02/21] docs/10182 doc http://www.freebsd.org/cgi/query-pr.cgi?p o [1999/02/22] ports/10196torstenb Better startup scripts for ssh o [1999/02/22] ports/10215rvb net/coda_client and net/coda_server o [1999/02/23] ports/10227peter wrong sendmail path in rdist6-port o [1999/02/23] i386/10229 system time goes slow o [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/02/25] conf/10244 100 character limit on any pathname in sy o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [1999/02/25] docs/10256 doc handbook on cvsup... o [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/02/28] bin/10300 dmesg exits on signal 10 o [1999/02/28] kern/10314 yokota green screen saver page faults and reboot o [1999/03/01] kern/10324 ip_fw allows divert rules even though not o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] i386/10328 wd(4) manpage correction o [1999/03/01] docs/10331 doc pccardd(8) claims FreeBSD does not suppor o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] misc/10349 For long .Dt fields, rendering is broken- o [1999/03/01] bin/10350 mail(1) has some ugly code in it... o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames o [1999/03/02] bin/10368 'pgtok redefined' error in ps(1) o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/03] docs/10378 doc option -s missing in lptcontrol.8 a [1999/03/04] ports/10385billf New port: apache13-modperl o [1999/03/04] docs/10388 doc Obsolete information in Handbook o [1999/03/04] ports/10389ports Create new port mod_jserv and JSDK 2.0 o [1999/03/05] ports/10396asami SPIN is in the wrong category o [1999/03/05] docs/10403 doc CDE is no longer sold by Xi Graphics. o [1999/03/05] ports/10404hosokawa Samba PLIST not up to date. o [1999/03/05] ports/10407hosokawa incomplete mirrors suggested for samba o [1999/03/05] docs/10408 doc [quasi-patch] Grammar nitpicks in Handboo o [1999/03/06] ports/10415hosokawa samba-2.0.3 port make package fails and s o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10454obrien Update: emulators/spim o [1999/03/06] kern/10455 pcaudio breakage o [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] docs/10472 doc Mailing list for discussion of Xircom dri o [1999/03/07] docs/10474 doc A command line in a man document is incom o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] docs/10488 doc Error in entry for 02/27 in calendar.hist o [1999/03/08] bin/10493 ipfw's undocumented feature o [1999/03/08] docs/10500 doc spell error s [1999/03/09] bin/10508 obrien isc-dhcp puts garbage to text options, V2 o [1999/03/09] docs/10512 doc ENOBUFS returnable from writev(2) but not o [1999/03/10] bin/10522 make world died due -Werror o [1999/03/10] bin/10524 3.1-19990309-STABLE install problem o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/10] kern/10537 extraneous verbose output from cam_xpt.c o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10546 Intel Pro/100 PC card has CIS string > CI o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] gnu/10555 jraynard [PATCH] awk dumps core o [1999/03/12] bin/10556 make(1) man page update o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/12] kern/10565 Slow timekeeping on certain motherboards/ o [1999/03/13] bin/10568 obrien dhcp client receives garbage (dhclient pr o [1999/03/13] bin/10573 [PATCH] Typo in dump reporting o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/14] bin/10590 new option to silince confirmation but no o [1999/03/14] i386/10595 [PATCH] spanish language support for vidf o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10606 Probablue odd error message if LS-120 is o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/16] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] docs/10624 doc typos/innacuracies in wfd(4) man page o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/17] ports/10639rse ports/web/wml must be upgraded and unbrok o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/17] kern/10642 exports(5) mentions KERBNFS but that's no o [1999/03/18] bin/10657 Unable to install from CDROM or DOS parti o [1999/03/18] docs/10659 doc Many syscall man pages have an IMPLEMENTA o [1999/03/18] docs/10660 doc User Group not listed o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] docs/10664 doc Notes on 2.2.8 -> 3.1 migration o [1999/03/18] misc/10667 Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] i386/10672 blank line inserted by vipw into master.p o [1999/03/19] kern/10673 Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682asami List mirror sites in MASTER_SITE_BACKUP - f [1999/03/20] ports/10699jmacd Update to logo port a [1999/03/20] misc/10700 periodic weekly (/etc/weekly) fails to re f [1999/03/20] ports/10702ports Add NCD audio support for emiclock ports o [1999/03/21] docs/10704 doc strange sentence in doc/handbook/ctm.sgml o [1999/03/21] bin/10705 enhancement to "newsyslog" f [1999/03/21] ports/10707ports [ADD] port for doxygen o [1999/03/22] kern/10728 sos WCD driver does not recognize a recovered o [1999/03/22] ports/10734pst Update of gdb port to 4.17 o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] docs/10762 doc geocrawler.com mailing list archives o [1999/03/23] i386/10766 obsolete device name wcd is still left un o [1999/03/24] i386/10779 zp slot 0 sees 3Com 589 PCMCIA card but z o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/25] i386/10796 Out of memory error during make buildworl o [1999/03/26] misc/10803 whois(1) client enchancements a [1999/03/26] misc/10804 billf whois(1) enhancement o [1999/03/26] ports/10806phk Update net/scotty to 2.1.10 o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/27] docs/10819 doc Documentation add o [1999/03/27] bin/10825 daily script not executed or executed twi o [1999/03/28] ports/10832jfitz mSQL 2.x not freely available anymore o [1999/03/28] ports/10837asami New license mechanism for ports. o [1999/03/28] docs/10840 doc [PATCH] Add pcic double-loading bug fix t f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/28] docs/10847 doc lpbb.4's PostScript output format is brok o [1999/03/29] docs/10850 doc submitting a documentation change for sed o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/29] kern/10860 bpf overwrites source ethernet addresses o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/30] ports/10874ports [PATCH] html2ps doesn't handle `file:/... o [1999/03/30] docs/10877 doc manpage for objformat incorrectly mention o [1999/03/30] bin/10878 host(1) dumps core o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/03/31] bin/10899 /usr/bin/fetch usage message fix o [1999/04/01] bin/10904 sa(8) exits non-zero even on success o [1999/04/01] bin/10905 sa(8) is hard coded for 8 character user o [1999/04/01] gnu/10910 Integration of Objective C patches into g o [1999/04/01] i386/10913 Characters in console get switched to oth o [1999/04/01] bin/10914 "xargs" parsing bug o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/02] bin/10921 I wished from(1) would count the number o o [1999/04/02] bin/10923 /usr/bin/cpp is an out-of-date wrapper fo o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10930 [PATCH] Auto-login support for getty o [1999/04/03] bin/10931 biff b o [1999/04/04] ports/10945jmz X11 "sessreg" program does not update /va o [1999/04/05] ports/10961ports gzipped manpages and .so macro in ports o [1999/04/05] misc/10964 rc.firewall external file specification t o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/06] kern/10988 kbd: missing separation cursor keys/keypa o [1999/04/06] bin/10992 pthread_kill() doesn't deliver signals to o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/07] i386/11006 Sysinstall silently makes FreeBSD's parti o [1999/04/07] docs/11015 doc handbook/mirrors-ftp.html missing NZ serv o [1999/04/08] kern/11018 detection of sc0 and atkbd fails o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] docs/11028 doc new text for FAQ to explain branches o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] bin/11031 [PATCH] mount and umount support for mort o [1999/04/08] bin/11032 h2ph's cpp #warning/#error directive proc o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048obrien variable not initialized in fwtk-lib lead o [1999/04/09] bin/11051 ps's -U option should accept a list of us o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/10] misc/11074 /usr/share/mk double in the cvs o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] ports/11086ports Updating AStyle port o [1999/04/11] docs/11087 doc Portland FreeBSD users group o [1999/04/11] docs/11089 doc freebsd user group, sydney o [1999/04/11] docs/11090 doc User's group in Melbourne Australia o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/12] docs/11098 tom FAQ Update: Database systems for FreeBSD o [1999/04/12] docs/11102 tom [Patch] Handbook: Minor spelling correcti o [1999/04/12] kern/11109 ipfw.ko Makefile contains CFLAGS+= -DDIVE o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] bin/11121 w(1) cannot handle more than one user on o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/13] ports/11127ports New port: Giram o [1999/04/14] ports/11134billf existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] ports/11138jmz New version of Xevil 2.01, I created a po o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/15] misc/11149 Web page entry for BAFUG is incorrect o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 o [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/16] kern/11178 [PATCH] minor fix to /usr/include/sys/mbu o [1999/04/16] ports/11181jseger Update: x11/xscreensaver o [1999/04/18] i386/11201 brian mktime possible bug o [1999/04/18] i386/11204 config -g -> no kernel, only kernel.debug o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/18] i386/11207 sys/i386/isa/rp.c: fixed breaking and war o [1999/04/19] kern/11213 lutimes() is the same as utimes() o [1999/04/19] kern/11222 MFS does not sync from reboot syscall a [1999/04/19] ports/11229billf /usr/local/sbin/mtr does not work on 3.1- o [1999/04/20] kern/11235 Need to submit new driver o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] conf/11243 mountd startup can lose flags o [1999/04/20] bin/11248 Shuffle o [1999/04/20] ports/11250ports PORTS: upgrade lesstif to 0.88.1 o [1999/04/21] docs/11258 doc suggestion to refine npx.4 o [1999/04/21] ports/11264chuckr a2ps-letter port installs non-listed liba o [1999/04/21] ports/11267ports [New port] textproc/fconv (the return) o [1999/04/21] ports/11270jfitz Update to the rexx-imc port o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by o [1999/04/22] misc/11289 makeflp.bat suggestion: create "kernel" d o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/24] kern/11302 HP LaserJet 4L doesn't work with ppBus o [1999/04/24] ports/11304ports New port syncal-0.5, syncing of ical and o [1999/04/25] bin/11315 [PATCH] declerations missing in libatm.h o [1999/04/25] misc/11316 [PATCH] HTTP proxy support for sysinstall o [1999/04/25] ports/11317ache Update: www/lynx-current o [1999/04/25] ports/11319ports Netscape4-navigator wasn't FORTIFY'ing o [1999/04/26] ports/11334jseger port graphics/xpm fails to build o [1999/04/27] ports/11353asami Feature additions to bsd.port.mk. o [1999/04/27] ports/11354jmz Port fix: x11/XFree86 o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/28] bin/11370 more segfaults if you give it a real file o [1999/04/28] misc/11373 errata.txt for 3.1 o [1999/04/29] misc/11383 $Id$ missing in some files in etc [PATCH] o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] ports/11402jfitz Update net/mrtg o [1999/04/30] kern/11410 code typo in ad1848.c: the != operator ha o [1999/04/30] kern/11411 code typo in clones.c: "if ((mpu_config = o [1999/04/30] kern/11412 code typo in ip_fil.c: missing NULL check o [1999/04/30] kern/11413 code typo in pci.c: the != operator has h o [1999/04/30] kern/11414 code typo in pcf.c: the != operator has h o [1999/04/30] kern/11415 code typo in wst.c: the != operator has h o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/04/30] ports/11421jfitz upgrade p5-Date-Manip 5.33 -> 5.34 o [1999/05/01] ports/11430se incorrect int type causes floating point o [1999/05/01] ports/11436ports New port: Nessus security scanner o [1999/05/02] misc/11443 Updated Slovak keyboard map, with cr's st o [1999/05/02] misc/11446 Central European keyboard map o [1999/05/02] misc/11447 Czech keyboard map o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/02] ports/11450andreas sysutils/star port doesn't honor CFLAGS, o [1999/05/02] ports/11460erich Update to the xlispstat port o [1999/05/03] ports/11468ports New port: xcin-devel o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/04] ports/11486ports New port: gedit-0.5.1 o [1999/05/04] ports/11491ports new port of shujit java compiler o [1999/05/04] ports/11501dirk pdflib bug fixed o [1999/05/04] ports/11504chuckr Update ports math/octave o [1999/05/05] docs/11506 doc some typos in dhclient.conf.5 o [1999/05/05] ports/11510nik new version of www/sitecopy (0.6.0) o [1999/05/05] conf/11511 [PATCH] up-to-date newsyslog.conf o [1999/05/05] ports/11512ports new port: x11-toolkits/wxGTK o [1999/05/05] kern/11516 NetGear 10/100 Ethernet 21140-based Ether o [1999/05/05] kern/11517 ../../kern/kern_ntptime.c:533: warning: i o [1999/05/05] kern/11518 ../../pci/if_tx.c:1376: warning: no previ o [1999/05/05] kern/11519 dead code in ncr driver o [1999/05/05] ports/11520ports Freewais port does not respect ${PREFIX} o [1999/05/06] bin/11552 sendmail local delivery (mail.local) can' o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/06] kern/11555 Spelling mistakes in ata-dma.c o [1999/05/07] conf/11556 Configuration Hardware for TIS firewall o [1999/05/07] docs/11561 doc a typo in dhclient.conf.5 man-pages o [1999/05/07] misc/11569 Automatically run fsck when the file syst o [1999/05/07] ports/11570obrien Update: devel/xwpe o [1999/05/08] ports/11581fenner netperf port - rfc1644 forgotten o [1999/05/08] docs/11582 doc bug in ip(4) manpage o [1999/05/08] ports/11587ports inappropriate internet time calculation o [1999/05/08] docs/11589 doc Missing #includes in aio_read(2) o [1999/05/08] ports/11592jseger Update: graphics/ImageMagick o [1999/05/08] docs/11596 doc namei(9) says inode, not vnode o [1999/05/08] i386/11597 cmouse complaints: "/kernel: psmintr: out o [1999/05/08] ports/11599ports New port: japanese/xdvik-vflib o [1999/05/09] ports/11600ports New port: phalanx-21 o [1999/05/09] ports/11601ports new port: ifmail-os-2.14.5 o [1999/05/09] ports/11602ports new port: gup-0.4 o [1999/05/09] ports/11603ports New port: dbview-1.0.3 o [1999/05/09] docs/11607 doc RLIMIT_MEMLOCK not implemented o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt o [1999/05/09] ports/11611billf Update port: net/ntop o [1999/05/09] ports/11614kris Update: net/xwhois o [1999/05/09] docs/11615 doc Handbook: linux emulation documentation o o [1999/05/09] ports/11618ports new port: editors/xemacs21 o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/10] conf/11626 /var/log/kerberos is rotated o [1999/05/10] bin/11631 /usr/src/usr.sbin/i4b/isdnmonitor/main.c o [1999/05/10] bin/11637 build of kdump fails o [1999/05/10] ports/11638ports [New port] ja-emacs-manual o [1999/05/11] ports/11641ports New port: net/firewalk o [1999/05/11] docs/11643 doc handbook should state alternatives o [1999/05/11] docs/11645 doc The dir(5) manpage does not mention the u o [1999/05/11] ports/11647ports New port: biology/deft (Density Functiona o [1999/05/11] ports/11649ports New port: biology/ortep3 o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/11] misc/11653 obrien patch to allow DHCP configuration of inte o [1999/05/11] ports/11660kris Update: x11-clocks/astime o [1999/05/12] ports/11663ports Update to port slush o [1999/05/12] ports/11665ports ports tarballs (mopac7, psi88) cannot be o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] misc/11670 /usr/include/arpa/nameser.h uses a C++ ke o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/12] ports/11672ports New port: intel2gas-1.2 o [1999/05/12] i386/11674 can't do make imake build or anything sin o [1999/05/12] kern/11676 PCIless kernel will not compile with ATAP o [1999/05/12] kern/11677 SCSI device quirk entry. o [1999/05/13] ports/11682ports new port : devel/t1lib o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] ports/11684ports new port: korean/hanIM o [1999/05/13] ports/11685ports new port: korean/linux_locale o [1999/05/13] docs/11688 doc clarify send-pr categories... o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/13] bin/11691 'atm show arp' has ATM addresses in wrong o [1999/05/13] docs/11695 doc [Patch] src/share/man/man7/hier.7 is out o [1999/05/13] ports/11699ports new port: FastCGI development kit o [1999/05/13] ports/11700obrien DDD port seems broken o [1999/05/13] docs/11704 doc Missing subject of 2nd sentence of third o [1999/05/14] docs/11708 doc dumpon(8) references old device names o [1999/05/14] docs/11709 doc swapon(8) references strange devices o [1999/05/14] ports/11712ports Rosegarden Port is out to date o [1999/05/14] ports/11714ports New port: cls-1.0 (safe version of clear) o [1999/05/14] ports/11717andreas Update to sysutils/star o [1999/05/14] ports/11718ports New port: sdd o [1999/05/15] ports/11722billf textproc/htdig upgrade from 3.1.1 to 3.1. o [1999/05/15] ports/11723ports new port for sslproxy o [1999/05/15] ports/11726ports Update: net/gftp o [1999/05/15] ports/11727ports Character combinations halting bind8 o [1999/05/15] ports/11728ports WAIS support for gopher o [1999/05/16] ports/11731ports new port: dopewars-1.4.2 o [1999/05/16] docs/11733 doc Update doc: doc/ru/FAQ/admin.sgml o [1999/05/16] ports/11734ports New Port: tya JIT compiler for Java o [1999/05/16] kern/11736 On fast machines kernel reports negative o [1999/05/17] ports/11742ports Problems with japanese/dvipsk* support. o [1999/05/17] ports/11743ports inn-2.2 (nonfatal) premature stop of buil o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/17] conf/11747 [PATCH] manpath.config is not updated for 1021 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 17 23:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E94C715337 for ; Mon, 17 May 1999 23:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA94888; Mon, 17 May 1999 23:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 17 May 1999 23:30:03 -0700 (PDT) Message-Id: <199905180630.XAA94888@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Costello Subject: Re: conf/11747: [PATCH] manpath.config is not updated for Perl5.00503 Reply-To: Chris Costello Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/11747; it has been noted by GNATS. From: Chris Costello To: Ruslan Ermilov Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/11747: [PATCH] manpath.config is not updated for Perl5.00503 Date: Tue, 18 May 1999 01:26:20 -0500 On Mon, May 17, 1999, Ruslan Ermilov wrote: > --- manpath.config 1999/02/05 10:43:24 1.8.2.1 > +++ manpath.config 1999/05/17 12:32:56 > @@ -17,7 +17,7 @@ > MANDATORY_MANPATH /usr/share/man > MANDATORY_MANPATH /usr/share/perl/man > MANDATORY_MANPATH /usr/local/man > -MANDATORY_MANPATH /usr/local/lib/perl5/5.00502/man > +MANDATORY_MANPATH /usr/local/lib/perl5/5.00503/man > MANDATORY_MANPATH /usr/X11R6/man > # > # set up PATH to MANPATH mapping This applies to -CURRENT as well. -- Chris Costello A computer's attention span is only as long as its extension cord. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 18 0:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27DDD14FC2 for ; Tue, 18 May 1999 00:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA99526; Tue, 18 May 1999 00:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 18 May 1999 00:20:03 -0700 (PDT) Message-Id: <199905180720.AAA99526@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: conf/11747: [PATCH] manpath.config is not updated for Perl5.00503 Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/11747; it has been noted by GNATS. From: Ruslan Ermilov To: Chris Costello Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: conf/11747: [PATCH] manpath.config is not updated for Perl5.00503 Date: Tue, 18 May 1999 10:15:18 +0300 On Tue, May 18, 1999 at 01:26:20AM -0500, Chris Costello wrote: > > This applies to -CURRENT as well. > Nope. Only to RELENG_3. # cvs log -N -r1.10 manpath.config RCS file: /usr/FreeBSD-CVS/src/gnu/usr.bin/man/manpath/manpath.config,v Working file: manpath.config head: 1.10 branch: locks: strict access list: keyword substitution: kv total revisions: 16; selected revisions: 1 description: ---------------------------- revision 1.10 date: 1999/05/13 15:47:04; author: ache; state: Exp; lines: +2 -2 upgrade to perl 5.00503 ========================================================================== -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 18 2: 4:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2DC6714A09; Tue, 18 May 1999 02:04:16 -0700 (PDT) (envelope-from hm@FreeBSD.org) Received: (from hm@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA08984; Tue, 18 May 1999 02:04:16 -0700 (PDT) (envelope-from hm@FreeBSD.org) Date: Tue, 18 May 1999 02:04:16 -0700 (PDT) From: Message-Id: <199905180904.CAA08984@freefall.freebsd.org> To: taavi@tt.uninet.ee, hm@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11631: /usr/src/usr.sbin/i4b/isdnmonitor/main.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/src/usr.sbin/i4b/isdnmonitor/main.c State-Changed-From-To: open->closed State-Changed-By: hm State-Changed-When: Tue May 18 02:00:59 PDT 1999 State-Changed-Why: This problem was fixed in the FreeBSD-current source as well as in the i4b source by committing a patch posted to the current mailinglist from Steve Kargl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 18 7:59:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.emsinfo.com (ns.emsinfo.com [208.4.10.10]) by hub.freebsd.org (Postfix) with ESMTP id ADAE1155DC for ; Tue, 18 May 1999 07:58:28 -0700 (PDT) (envelope-from Chris_Paluch@emsinfo.com) Received: from mailfire.emsinfo.com (mailfire.emsinfo.com [208.4.10.66]) by ns.emsinfo.com (8.8.8/8.8.8) with SMTP id JAA07213 for ; Tue, 18 May 1999 09:53:38 -0500 (CDT) Received: from axp150.emsinfo.com by mailfire.emsinfo.com via smtpd (for ns.emsinfo.com [208.4.10.10]) with SMTP; 18 May 1999 14:42:20 UT Received: from smtp1.emsinfo.com (smtp1.emsinfo.com [149.100.0.101]) by axp150.emsinfo.com (8.7.5/8.7.3) with SMTP id JAA19657 for ; Tue, 18 May 1999 09:58:24 -0500 (CDT) Received: by smtp1.emsinfo.com with Microsoft Mail id <37419CEE@smtp1.emsinfo.com>; Tue, 18 May 99 10:01:34 PDT From: Chris Paluch To: "'freebsd-bugs@FreeBSD.ORG'" Subject: Year 2000 Question Date: Tue, 18 May 99 09:58:00 PDT Message-ID: <37419CEE@smtp1.emsinfo.com> X-Mailer: Microsoft Mail V3.0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I read your web page concerning FreeBSD and the Year 2000, but no where does it talk about which versions should be okay and what versions will have problems?? I'm currently running 2.1.5. Will I have a problem? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 18 8:20:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27ADD14CC8 for ; Tue, 18 May 1999 08:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA18320; Tue, 18 May 1999 08:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 18 May 1999 08:20:04 -0700 (PDT) Message-Id: <199905181520.IAA18320@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: kern/10889: kernel panics during ipfw flush with dummynet pipes configured Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10889; it has been noted by GNATS. From: Ruslan Ermilov To: freebsd-gnats-submit@freebsd.org, maxim@cris.crimea.ua, luigi@freebsd.org Cc: Subject: Re: kern/10889: kernel panics during ipfw flush with dummynet pipes configured Date: Tue, 18 May 1999 18:13:29 +0300 --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Looking into "ip_dummynet.c,v 1.7.2.5 1999/05/04 16:23:57 luigi", we can see: /* * when a firewall rule is deleted, scan all pipes and remove the flow-id * from packets matching this rule. */ void dn_rule_delete(void *r) Looking into "ip_fw.c,v 1.103.2.3 1999/04/26 14:59:02 luigi", we see that dn_rule_delete() is called whenever one rule is deleted, but it is not called when flushing rules. This may cause the kernel to panic. The ip_fw.c.patch fixes this bug. The second patch (ipfw.c.patch) does the following: 1. Documents pipe commands 2. Implements "pipe flush" command 3. Fixes the "floating exception" bug for "pipe configure" command. The patches are against RELENG_3, but also suitable for CURRENT as well. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ip_fw.c.patch" Index: ip_fw.c =================================================================== RCS file: /usr/FreeBSD-CVS/src/sys/netinet/ip_fw.c,v retrieving revision 1.103.2.3 diff -u -r1.103.2.3 ip_fw.c --- ip_fw.c 1999/04/26 14:59:02 1.103.2.3 +++ ip_fw.c 1999/05/18 14:22:30 @@ -1169,6 +1169,9 @@ fcp = ip_fw_chain.lh_first) { s = splnet(); LIST_REMOVE(fcp, chain); +#ifdef DUMMYNET + dn_rule_delete(fcp) ; +#endif FREE(fcp->rule, M_IPFW); FREE(fcp, M_IPFW); splx(s); --J2SCkAp4GZ/dPZZf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ipfw.c.patch" Index: ipfw.c =================================================================== RCS file: /usr/FreeBSD-CVS/src/sbin/ipfw/ipfw.c,v retrieving revision 1.64.2.1 diff -u -r1.64.2.1 ipfw.c --- ipfw.c 1999/01/25 19:17:07 1.64.2.1 +++ ipfw.c 1999/05/18 13:55:14 @@ -572,16 +572,17 @@ warnx("error: %s", buf); } fprintf(stderr, "usage: ipfw [options]\n" -" flush\n" +" [pipe] flush\n" " add [number] rule\n" -" delete number ...\n" -" list [number ...]\n" -" show [number ...]\n" +" [pipe] delete number ...\n" +" [pipe] list [number ...]\n" +" [pipe] show [number ...]\n" " zero [number ...]\n" +" pipe number config [pipecfg]\n" " rule: action proto src dst extras...\n" " action:\n" " {allow|permit|accept|pass|deny|drop|reject|unreach code|\n" -" reset|count|skipto num|divert port|tee port|fwd ip} [log]\n" +" reset|count|skipto num|divert port|tee port|fwd ip|pipe num} [log]\n" " proto: {ip|tcp|udp|icmp|}\n" " src: from [not] {any|ip[{/bits|:mask}]} [{port|port-port},[port],...]\n" " dst: to [not] {any|ip[{/bits|:mask}]} [{port|port-port},[port],...]\n" @@ -593,7 +594,12 @@ " {established|setup}\n" " tcpflags [!]{syn|fin|rst|ack|psh|urg},...\n" " ipoptions [!]{ssrr|lsrr|rr|ts},...\n" -" icmptypes {type[,type]}...\n"); +" icmptypes {type[,type]}...\n" +" pipecfg:\n" +" {bw|bandwidth} {bit/s|Kbit/s|Mbit/s|Bytes/s|KBytes/s|MBytes/s}\n" +" delay \n" +" queue {packets|Bytes|KBytes}\n" +" plr \n"); exit(EX_USAGE); } @@ -965,6 +971,10 @@ } else if (!strncmp(*av,"plr",strlen(*av)) ) { double d = strtod(av[1], NULL); + if (d > 1) + d = 1; + else if (d < 0) + d = 0; pipe.plr = (int)(d*0x7fffffff) ; av+=2; ac-=2; } else if (!strncmp(*av,"queue",strlen(*av)) ) { @@ -1439,10 +1449,14 @@ do_flush = 1; } if ( do_flush ) { - if (setsockopt(s,IPPROTO_IP,IP_FW_FLUSH,NULL,0) < 0) - err(EX_UNAVAILABLE, "setsockopt(%s)", "IP_FW_FLUSH"); + if (setsockopt(s, IPPROTO_IP, + do_pipe ? IP_DUMMYNET_FLUSH : IP_FW_FLUSH, NULL, 0)) + err(EX_UNAVAILABLE, "setsockopt(IP_%s_FLUSH)", + do_pipe ? "DUMMYNET" : "FW"); + if (!do_quiet) - printf("Flushed all rules.\n"); + printf("Flushed all %s.\n", + do_pipe ? "pipes" : "rules"); } } else if (!strncmp(*av, "zero", strlen(*av))) { zero(ac,av); --J2SCkAp4GZ/dPZZf-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 18 10: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B126D15730 for ; Tue, 18 May 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA29389; Tue, 18 May 1999 10:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from www.educentre.com (unknown [194.242.136.26]) by hub.freebsd.org (Postfix) with ESMTP id 4E91914F60 for ; Tue, 18 May 1999 09:58:00 -0700 (PDT) (envelope-from dave@educentre.com) Received: (from dave@localhost) by www.educentre.com (8.9.2/8.9.2) id RAA18485; Tue, 18 May 1999 17:57:56 +0100 (BST) (envelope-from dave) Message-Id: <199905181657.RAA18485@www.educentre.com> Date: Tue, 18 May 1999 17:57:56 +0100 (BST) From: dave@educentre.com Reply-To: dave@educentre.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11765: performance bug: network devices fxp : de perform Very slowly when both cards are in a single machine Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11765 >Category: kern >Synopsis: performance bug: network devices fxp & de perform Very slowly when both cards are in a single machine >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 May 18 10:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David Hanney >Release: FreeBSD 3.1-STABLE i386 >Organization: educentre >Environment: FreeBSD www.educentre.com 3.1-STABLE FreeBSD 3.1-STABLE #3: Mon May 17 15:58:26 BST 1999 dave@www.educentre.com:/usr/src/sys/compile/EDUCENTRE i386 >Description: If you have a de network card (Kingston) and an fxp network card (Intel) in a single machine then you can't get more than 14K/s xfer speed down the de network card. >How-To-Repeat: Machine A is multihomed. It has an fxp network card (e.g. used to talk to the net) and a de network card (used to talk to machine B) Machine B is singehomed. It has a de network card used only for talking with machine A. FTP GET on machine B from A (or vice versa) goes at max speed of 14K/s down a short:) length of UTP crossover. both de cards are talking 10baset/utp half duplex >Fix: Swapping the fxp card with machine B's de card (so that each machine contains just one type of card) restores performance to expected levels. >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 May 18 12:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B7E914EDA for ; Tue, 18 May 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43032; Tue, 18 May 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 52587150E6; Tue, 18 May 1999 12:10:04 -0700 (PDT) Message-Id: <19990518191004.52587150E6@hub.freebsd.org> Date: Tue, 18 May 1999 12:10:04 -0700 (PDT) From: mitch@hardwarestreet.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11766: Can not traceroute through ipnat. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11766 >Category: kern >Synopsis: Can not traceroute through ipnat. >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 May 18 12:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mitch Wright >Release: FreeBSD 3.1-RELEASE #0 >Organization: HardwareStreet.com >Environment: bash-2.02# uname -a FreeBSD bc.internetstreet.net 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Sun Mar 28 09:54:29 PST 1999 mitch@bc.netline.com:/usr/src/sys/compile/BC i386 >Description: I have enabled the IPFILTER options in the kernel and am making use of ipnat. Most things work as expected; however, traceroute does not. It simply times out after hitting the NAT box and goes no further. I've cvsup'd the latest sources, but that hasn't seemed to help. >How-To-Repeat: The obvious.... enable IPFILTER in your kernel and set up ipnat. The rules I am using are quite simple.. map fxp1 10.20.30.0/24 -> 207.20.86.209/32 portmap tcp/udp 10000:65000 map fxp1 10.20.30.0/24 -> 207.20.86.209/32 # map fxp1 10.20.30.0/24 -> 207.20.86.209/32 proxy port ftp ftp/tcp >Fix: Well... I think it is simply a matter of updating the version of ipfilter being used. A similar (same?) bug is mentioned in the HISTORY file of the latest ipfilter (3.2.10). >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 May 18 12:20:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E989F1571D for ; Tue, 18 May 1999 12:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA43042; Tue, 18 May 1999 12:20:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 18 May 1999 12:20:05 -0700 (PDT) Message-Id: <199905181920.MAA43042@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Steve Sapovits Subject: Re: kern/10752: Kernel panic (?) trap 12: page fault while in kernel mode Reply-To: Steve Sapovits Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10752; it has been noted by GNATS. From: Steve Sapovits To: freebsd-gnats-submit@freebsd.org, seth@freebie.dp.ny.frb.org Cc: Subject: Re: kern/10752: Kernel panic (?) trap 12: page fault while in kernel mode Date: Tue, 18 May 1999 15:16:53 -0400 I'm also getting what appears to be a similar or identical panic. I recently upgraded to 3.1 from 2.2.5. The panic started after a few days and has recurred consistently every few days, sometimes (infrequently) more than once per day. I run 3.1 on an old 486 I use almost entirely as a gateway machine to access the internet and my company's network. I also run an X Window manager (fvwm) off that box most of the time. Fault trap 12: fault while in kernel mode fault virtual address = 0xb8 fault code = supervisor read, page not present instruction pointer = 0x8:0xf0154817 stack pointer = 0x10:0xf028d9ac frame pointer = 0x10:0xf028d9c0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres1, def321, gran 1 processor flags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty bio cam trap number = 12 panic: page fault May 18 09:26:49 lowly /kernel: Copyright (c) 1992-1999 FreeBSD Inc. May 18 09:26:49 lowly /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 May 18 09:26:49 lowly /kernel: The Regents of the University of California. Allrights reserved. May 18 09:26:49 lowly /kernel: FreeBSD 3.1-RELEASE #4: Sun Apr 18 08:01:58 EDT 1999 May 18 09:26:49 lowly /kernel: root@frumble.busytown.org:/usr/src/sys/compile/lowly May 18 09:26:49 lowly /kernel: Timecounter "i8254" frequency 1193182 Hz May 18 09:26:49 lowly /kernel: CPU: i486DX (486-class CPU) May 18 09:26:49 lowly /kernel: real memory = 16777216 (16384K bytes) May 18 09:26:49 lowly /kernel: avail memory = 13520896 (13204K bytes) May 18 09:26:50 lowly /kernel: Preloaded elf kernel "kernel" at 0xf030d000. May 18 09:26:50 lowly /kernel: Probing for devices on the ISA bus: May 18 09:26:50 lowly /kernel: sc0 on isa May 18 09:26:50 lowly /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> May 18 09:26:50 lowly /kernel: ed0 at 0x300-0x31f irq 9 on isa May 18 09:26:50 lowly /kernel: ed0: address 00:c0:93:00:b1:72, type NE2000 (16 bit) May 18 09:26:50 lowly /kernel: atkbdc0 at 0x60-0x6f on motherboard May 18 09:26:50 lowly /kernel: atkbd0 irq 1 on isa May 18 09:26:51 lowly /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa May 18 09:26:51 lowly /kernel: sio0: type 16450 May 18 09:26:51 lowly /kernel: sio2 at 0x3e8-0x3ef irq 5 on isa May 18 09:26:51 lowly /kernel: sio2: type 16550A May 18 09:26:51 lowly /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa May 18 09:26:51 lowly /kernel: fd0: 1.44MB 3.5in May 18 09:26:51 lowly /kernel: fd1: 1.2MB 5.25in May 18 09:26:51 lowly /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa May 18 09:26:51 lowly /kernel: wdc0: unit 0 (wd0): May 18 09:26:51 lowly /kernel: wd0: 81MB (166152 sectors), 903 cyls, 4 heads, 46 S/T, 512 May 18 09:26:51 lowly /kernel: B/S May 18 09:26:51 lowly /kernel: wdc0: unit 1 (wd1): May 18 09:26:52 lowly /kernel: wd1: 203MB (415872 sectors), 684 cyls, 16 heads,38 S/T, 512 B/S May 18 09:26:52 lowly /kernel: ppc0 at 0x378 irq 7 on isa May 18 09:26:52 lowly /kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode May 18 09:26:52 lowly /kernel: nlpt0: on ppbus 0 May 18 09:26:52 lowly /kernel: nlpt0: Interrupt-driven port May 18 09:26:52 lowly /kernel: ppi0: on ppbus 0 May 18 09:26:52 lowly /kernel: plip0: on ppbus 0 May 18 09:26:52 lowly /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa May 18 09:26:52 lowly /kernel: npx0 on motherboard May 18 09:26:52 lowly /kernel: npx0: INT 16 interface May 18 09:26:52 lowly /kernel: IP packet filtering initialized, divert enabled,rule-based forwarding disabled, default to accept, logging disabled May 18 09:26:53 lowly /kernel: changing root device to wd0s1a -- Steve Sapovits | PLATINUM technology | steve.sapovits@platinum.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 18 12:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 137AB14E8C for ; Tue, 18 May 1999 12:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA44200; Tue, 18 May 1999 12:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 18 May 1999 12:30:03 -0700 (PDT) Message-Id: <199905181930.MAA44200@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Seth Subject: Re: kern/10752: Kernel panic (?) trap 12: page fault while in kernel mode Reply-To: Seth Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10752; it has been noted by GNATS. From: Seth To: Steve Sapovits Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/10752: Kernel panic (?) trap 12: page fault while in kernel mode Date: Tue, 18 May 1999 15:24:30 -0400 (EDT) Just FYI, I haven't had a panic since I moved from -RELEASE to -STABLE (about a month or so ago?)... the -STABLE I was running was an earlier 3.1 variety. I just moved to 3.2-STABLE yesterday and, despite a problem with the adaptec 7890 (since resolved by v.1.5.2.5 of ahc_pci.c), everything went smoothly. If you're still on 3.1-RELEASE, I suggest trying -STABLE... it worked for me. SB On Tue, 18 May 1999, Steve Sapovits wrote: > > I'm also getting what appears to be a similar or identical panic. > I recently upgraded to 3.1 from 2.2.5. The panic started after a > few days and has recurred consistently every few days, sometimes > (infrequently) more than once per day. I run 3.1 on an old 486 I > use almost entirely as a gateway machine to access the internet and > my company's network. I also run an X Window manager (fvwm) off that > box most of the time. > > Fault trap 12: fault while in kernel mode > > fault virtual address = 0xb8 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xf0154817 > stack pointer = 0x10:0xf028d9ac > frame pointer = 0x10:0xf028d9c0 > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres1, def321, gran 1 > processor flags = interrupt enabled, resume, IOPL = 0 > current process = Idle > interrupt mask = net tty bio cam > trap number = 12 > panic: page fault > > > May 18 09:26:49 lowly /kernel: Copyright (c) 1992-1999 FreeBSD Inc. > May 18 09:26:49 lowly /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 > May 18 09:26:49 lowly /kernel: The Regents of the University of California. Allrights reserved. > May 18 09:26:49 lowly /kernel: FreeBSD 3.1-RELEASE #4: Sun Apr 18 08:01:58 EDT 1999 > May 18 09:26:49 lowly /kernel: root@frumble.busytown.org:/usr/src/sys/compile/lowly > May 18 09:26:49 lowly /kernel: Timecounter "i8254" frequency 1193182 Hz > May 18 09:26:49 lowly /kernel: CPU: i486DX (486-class CPU) > May 18 09:26:49 lowly /kernel: real memory = 16777216 (16384K bytes) > May 18 09:26:49 lowly /kernel: avail memory = 13520896 (13204K bytes) > May 18 09:26:50 lowly /kernel: Preloaded elf kernel "kernel" at 0xf030d000. > May 18 09:26:50 lowly /kernel: Probing for devices on the ISA bus: > May 18 09:26:50 lowly /kernel: sc0 on isa > May 18 09:26:50 lowly /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> > May 18 09:26:50 lowly /kernel: ed0 at 0x300-0x31f irq 9 on isa > May 18 09:26:50 lowly /kernel: ed0: address 00:c0:93:00:b1:72, type NE2000 (16 bit) > May 18 09:26:50 lowly /kernel: atkbdc0 at 0x60-0x6f on motherboard > May 18 09:26:50 lowly /kernel: atkbd0 irq 1 on isa > May 18 09:26:51 lowly /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa > May 18 09:26:51 lowly /kernel: sio0: type 16450 > May 18 09:26:51 lowly /kernel: sio2 at 0x3e8-0x3ef irq 5 on isa > May 18 09:26:51 lowly /kernel: sio2: type 16550A > May 18 09:26:51 lowly /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa > May 18 09:26:51 lowly /kernel: fd0: 1.44MB 3.5in > May 18 09:26:51 lowly /kernel: fd1: 1.2MB 5.25in > May 18 09:26:51 lowly /kernel: wdc0 at 0x1f0-0x1f7 irq 14 on isa > May 18 09:26:51 lowly /kernel: wdc0: unit 0 (wd0): > May 18 09:26:51 lowly /kernel: wd0: 81MB (166152 sectors), 903 cyls, 4 heads, 46 S/T, 512 > May 18 09:26:51 lowly /kernel: B/S > May 18 09:26:51 lowly /kernel: wdc0: unit 1 (wd1): > May 18 09:26:52 lowly /kernel: wd1: 203MB (415872 sectors), 684 cyls, 16 heads,38 S/T, 512 B/S > May 18 09:26:52 lowly /kernel: ppc0 at 0x378 irq 7 on isa > May 18 09:26:52 lowly /kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode > May 18 09:26:52 lowly /kernel: nlpt0: on ppbus 0 > May 18 09:26:52 lowly /kernel: nlpt0: Interrupt-driven port > May 18 09:26:52 lowly /kernel: ppi0: on ppbus 0 > May 18 09:26:52 lowly /kernel: plip0: on ppbus 0 > May 18 09:26:52 lowly /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa > May 18 09:26:52 lowly /kernel: npx0 on motherboard > May 18 09:26:52 lowly /kernel: npx0: INT 16 interface > May 18 09:26:52 lowly /kernel: IP packet filtering initialized, divert enabled,rule-based forwarding disabled, default to accept, logging disabled > May 18 09:26:53 lowly /kernel: changing root device to wd0s1a > > -- > Steve Sapovits | PLATINUM technology | steve.sapovits@platinum.com > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 18 12:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E3691535B for ; Tue, 18 May 1999 12:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA47406; Tue, 18 May 1999 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 18 May 1999 12:50:02 -0700 (PDT) Message-Id: <199905181950.MAA47406@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fumerola Subject: Re: kern/11766: Can not traceroute through ipnat. Reply-To: Bill Fumerola Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11766; it has been noted by GNATS. From: Bill Fumerola To: mitch@hardwarestreet.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/11766: Can not traceroute through ipnat. Date: Tue, 18 May 1999 15:40:58 -0400 (EDT) On Tue, 18 May 1999 mitch@hardwarestreet.com wrote: > Well... I think it is simply a matter of updating the version of > ipfilter being used. A similar (same?) bug is mentioned in the HISTORY > file of the latest ipfilter (3.2.10). Hmmm.. this seems to have suffered from bitrot, maybe it's time for me to learn 'cvs import' better. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 18 13:20: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DA36154B5 for ; Tue, 18 May 1999 13:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA50167; Tue, 18 May 1999 13:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from yacht.domestic.de (stg-145-253-106-64.arcor-ip.net [145.253.106.64]) by hub.freebsd.org (Postfix) with ESMTP id EA53614ED9 for ; Tue, 18 May 1999 13:11:28 -0700 (PDT) (envelope-from joki@yacht.domestic.de) Received: (from joki@localhost) by yacht.domestic.de (8.9.3/8.9.3) id SAA00788; Tue, 18 May 1999 18:12:55 +0200 (CEST) (envelope-from joki) Message-Id: <199905181612.SAA00788@yacht.domestic.de> Date: Tue, 18 May 1999 18:12:55 +0200 (CEST) From: kuebart@mathematik.uni-ulm.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/11767: sppp does not implement VJ compression Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11767 >Category: misc >Synopsis: sppp does not implement VJ compression >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: Tue May 18 13:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Joachim Kuebart >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD-current as of May 13, 1999. The patch supplied was tested using i4bisppp(4) over an ISDN line. This code uses the generic sppp(4) driver. >Description: VJ header compression is not implemented in sppp(4). >How-To-Repeat: Connect to any modern ISDN router using a network device built upon sppp(4) (e.g. i4bisppp(4)). The IPCP option COMPRESSION is being rejected. >Fix: Note that the patch below modifies the ioctl's used e.g. by spppcontrol(8), so you need to recompile this tool, too. Also, slcompress.h and along with that some other header files need to be #include'd by spppcontrol.c and /sys/net/i4b_isppp.c. cvs diff: Diffing /usr/src/sbin/spppcontrol Index: /usr/src/sbin/spppcontrol/spppcontrol.c =================================================================== RCS file: /usr/CVS-Repository/src/sbin/spppcontrol/spppcontrol.c,v retrieving revision 1.6 diff -u -r1.6 spppcontrol.c --- spppcontrol.c 1999/02/28 22:19:47 1.6 +++ spppcontrol.c 1999/05/16 23:56:01 @@ -32,10 +32,15 @@ #include #include #include +#include #include #include #include +#include +#include +#include +#include #include #include cvs diff: Diffing /sys/i4b/driver Index: /sys/i4b/driver/i4b_isppp.c =================================================================== RCS file: /usr/CVS-Repository/src/sys/i4b/driver/i4b_isppp.c,v retrieving revision 1.2 diff -u -r1.2 i4b_isppp.c --- i4b_isppp.c 1999/03/07 16:08:13 1.2 +++ i4b_isppp.c 1999/05/16 23:42:16 @@ -63,6 +63,10 @@ #include #include #include +#include +#include +#include +#include #ifdef __FreeBSD__ #include #else cvs diff: Diffing /sys/net Index: /sys/net/if_sppp.h =================================================================== RCS file: /usr/CVS-Repository/src/sys/net/if_sppp.h,v retrieving revision 1.14 diff -u -r1.14 if_sppp.h --- if_sppp.h 1999/03/30 13:28:26 1.14 +++ if_sppp.h 1999/05/17 15:47:35 @@ -46,6 +46,9 @@ #define IPCP_HISADDR_SEEN 1 /* have seen his address already */ #define IPCP_MYADDR_DYN 2 /* my address is dynamically assigned */ #define IPCP_MYADDR_SEEN 4 /* have seen his address already */ +#define IPCP_VJ 8 /* We can use VJ compression */ + int max_state; /* Max-Slot-Id */ + int compress_cid; /* Comp-Slot-Id */ }; #define AUTHNAMELEN 32 @@ -100,6 +103,7 @@ struct sipcp ipcp; /* IPCP params */ struct sauth myauth; /* auth params, i'm peer */ struct sauth hisauth; /* auth params, i'm authenticator */ + struct slcompress pp_comp; /* for VJ compession */ /* * These functions are filled in by sppp_attach(), and are * expected to be used by the lower layer (hardware) drivers Index: /sys/net/if_spppsubr.c =================================================================== RCS file: /usr/CVS-Repository/src/sys/net/if_spppsubr.c,v retrieving revision 1.55 diff -u -r1.55 if_spppsubr.c --- if_spppsubr.c 1999/03/30 13:28:26 1.55 +++ if_spppsubr.c 1999/05/18 15:43:23 @@ -22,6 +22,8 @@ #include +#define SPPP_VJ + #if defined(__FreeBSD__) && __FreeBSD__ >= 3 #include "opt_inet.h" #include "opt_ipx.h" @@ -55,6 +57,10 @@ #include #include #include +#include +#include +#include +#include #if defined(__FreeBSD__) && __FreeBSD__ >= 3 #include @@ -142,6 +148,8 @@ #define PPP_ISO 0x0023 /* ISO OSI Protocol */ #define PPP_XNS 0x0025 /* Xerox NS Protocol */ #define PPP_IPX 0x002b /* Novell IPX Protocol */ +#define PPP_VJ_COMP 0x002d /* VJ compressed TCP/IP */ +#define PPP_VJ_UCOMP 0x002f /* VJ uncompressed TCP/IP */ #define PPP_LCP 0xc021 /* Link Control Protocol */ #define PPP_PAP 0xc023 /* Password Authentication Protocol */ #define PPP_CHAP 0xc223 /* Challenge-Handshake Auth Protocol */ @@ -172,6 +180,8 @@ #define IPCP_OPT_COMPRESSION 2 /* IP compression protocol (VJ) */ #define IPCP_OPT_ADDRESS 3 /* local IP address */ +#define IPCP_COMP_VJ 0x2d /* Code for VJ compression */ + #define PAP_REQ 1 /* PAP name/password request */ #define PAP_ACK 2 /* PAP acknowledge */ #define PAP_NAK 3 /* PAP fail */ @@ -516,7 +526,35 @@ inq = &ipintrq; } break; +#ifdef SPPP_VJ + case PPP_VJ_COMP: + if (sp->state[IDX_IPCP] == STATE_OPENED) { + int len; + + if ((len = sl_uncompress_tcp( + (u_char **)&m->m_data, m->m_len, + TYPE_COMPRESSED_TCP, &sp->pp_comp)) <= 0) + goto drop; + m->m_len = m->m_pkthdr.len = len; + schednetisr (NETISR_IP); + inq = &ipintrq; + } + break; + case PPP_VJ_UCOMP: + if (sp->state[IDX_IPCP] == STATE_OPENED) { + int len; + + if ((len = sl_uncompress_tcp( + (u_char **)&m->m_data, m->m_len, + TYPE_UNCOMPRESSED_TCP, &sp->pp_comp)) <= 0) + goto drop; + m->m_len = m->m_pkthdr.len = len; + schednetisr (NETISR_IP); + inq = &ipintrq; + } + break; #endif +#endif #ifdef IPX case PPP_IPX: /* IPX IPXCP not implemented yet */ @@ -626,6 +664,9 @@ struct ppp_header *h; struct ifqueue *ifq; int s, rv = 0; +#ifdef SPPP_VJ + int ipproto = PPP_IP; +#endif int debug = ifp->if_flags & IFF_DEBUG; s = splimp(); @@ -692,6 +733,30 @@ ifq = &sp->pp_fastq; else if (INTERACTIVE (ntohs (tcp->th_dport))) ifq = &sp->pp_fastq; + +#ifdef SPPP_VJ + /* + * Do IP Header compression + */ + if (sp->pp_mode != IFF_CISCO && (sp->ipcp.flags & IPCP_VJ) && + ip->ip_p == IPPROTO_TCP) + switch (sl_compress_tcp(m, ip, &sp->pp_comp, + sp->ipcp.compress_cid)) { + case TYPE_COMPRESSED_TCP: + ipproto = PPP_VJ_COMP; + break; + case TYPE_UNCOMPRESSED_TCP: + ipproto = PPP_VJ_UCOMP; + break; + case TYPE_IP: + ipproto = PPP_IP; + break; + default: + m_freem(m); + splx(s); + return (EINVAL); + } +#endif } #endif @@ -735,7 +800,11 @@ * not ready to carry IP packets, and return * ENETDOWN, as opposed to ENOBUFS. */ +#ifdef SPPP_VJ + h->protocol = htons(ipproto); +#else h->protocol = htons(PPP_IP); +#endif if (sp->state[IDX_IPCP] != STATE_OPENED) rv = ENETDOWN; } @@ -823,6 +892,10 @@ sp->pp_up = lcp.Up; sp->pp_down = lcp.Down; +#ifdef SPPP_VJ + sl_compress_init(&sp->pp_comp, -1); +#endif + sppp_lcp_init(sp); sppp_ipcp_init(sp); sppp_pap_init(sp); @@ -2516,7 +2589,8 @@ STDDCL; u_long myaddr, hisaddr; - sp->ipcp.flags &= ~(IPCP_HISADDR_SEEN|IPCP_MYADDR_SEEN|IPCP_MYADDR_DYN); + sp->ipcp.flags &= ~(IPCP_HISADDR_SEEN | IPCP_MYADDR_SEEN | + IPCP_MYADDR_DYN | IPCP_VJ); sppp_get_ip_addrs(sp, &myaddr, &hisaddr, 0); /* @@ -2533,6 +2607,11 @@ return; } +#ifdef SPPP_VJ + sp->ipcp.opts |= (1 << IPCP_OPT_COMPRESSION); + sp->ipcp.max_state = MAX_STATES - 1; + sp->ipcp.compress_cid = 1; +#endif if (myaddr == 0L) { /* * I don't have an assigned address, so i need to @@ -2576,6 +2655,9 @@ int rlen, origlen, debug = ifp->if_flags & IFF_DEBUG; u_long hisaddr, desiredaddr; int gotmyaddr = 0; +#ifdef SPPP_VJ + int desiredcomp; +#endif len -= 4; origlen = len; @@ -2596,6 +2678,16 @@ if (debug) addlog(" %s ", sppp_ipcp_opt_name(*p)); switch (*p) { +#ifdef SPPP_VJ + case IPCP_OPT_COMPRESSION: + if (len >= 6 && p[1] == 6) { + /* correctly formed compression option */ + continue; + } + if (debug) + addlog("[invalid] "); + break; +#endif case IPCP_OPT_ADDRESS: if (len >= 6 && p[1] == 6) { /* correctly formed address option */ @@ -2634,6 +2726,25 @@ if (debug) addlog(" %s ", sppp_ipcp_opt_name(*p)); switch (*p) { +#ifdef SPPP_VJ + case IPCP_OPT_COMPRESSION: + desiredcomp = p[2] << 8 | p[3]; + /* We only support VJ */ + if (desiredcomp == IPCP_COMP_VJ) { + if (debug) + addlog("VJ [ack] "); + sp->ipcp.flags |= IPCP_VJ; + sl_compress_init(&sp->pp_comp, p[4]); + sp->ipcp.max_state = p[4]; + sp->ipcp.compress_cid = p[5]; + continue; + } + if (debug) + addlog("%#04x [not supported] ", desiredcomp); + p[2] = IPCP_COMP_VJ >> 8; + p[3] = IPCP_COMP_VJ; + break; +#endif case IPCP_OPT_ADDRESS: /* This is the address he wants in his end */ desiredaddr = p[2] << 24 | p[3] << 16 | @@ -2744,6 +2855,11 @@ if (debug) addlog(" %s ", sppp_ipcp_opt_name(*p)); switch (*p) { +#ifdef SPPP_VJ + case IPCP_OPT_COMPRESSION: + sp->ipcp.opts &= ~(1 << IPCP_OPT_COMPRESSION); + break; +#endif case IPCP_OPT_ADDRESS: /* * Peer doesn't grok address option. This is @@ -2770,6 +2886,9 @@ u_char *buf, *p; struct ifnet *ifp = &sp->pp_if; int debug = ifp->if_flags & IFF_DEBUG; +#ifdef SPPP_VJ + int desiredcomp; +#endif u_long wantaddr; len -= 4; @@ -2786,6 +2905,24 @@ if (debug) addlog(" %s ", sppp_ipcp_opt_name(*p)); switch (*p) { +#ifdef SPPP_VJ + case IPCP_OPT_COMPRESSION: + if (len >= 6 && p[1] == 6) { + desiredcomp = p[2] << 8 | p[3]; + if (debug) + addlog("[wantcomp %#04x] ", + desiredcomp); + if (desiredcomp == IPCP_COMP_VJ) { + sl_compress_init(&sp->pp_comp, p[4]); + sp->ipcp.max_state = p[4]; + sp->ipcp.compress_cid = p[5]; + addlog("[agree] "); + } else + sp->ipcp.opts &= + ~(1 << IPCP_OPT_COMPRESSION); + } + break; +#endif case IPCP_OPT_ADDRESS: /* * Peer doesn't like our local IP address. See @@ -2857,6 +2994,17 @@ char opt[6 /* compression */ + 6 /* address */]; u_long ouraddr; int i = 0; + +#ifdef SPPP_VJ + if (sp->ipcp.opts & (1 << IPCP_OPT_COMPRESSION)) { + opt[i++] = IPCP_OPT_COMPRESSION; + opt[i++] = 6; + opt[i++] = IPCP_COMP_VJ >> 8; + opt[i++] = IPCP_COMP_VJ; + opt[i++] = sp->ipcp.max_state; + opt[i++] = sp->ipcp.compress_cid; + } +#endif if (sp->ipcp.opts & (1 << IPCP_OPT_ADDRESS)) { sppp_get_ip_addrs(sp, &ouraddr, 0, 0); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 18 14:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BFFA1550E for ; Tue, 18 May 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA59223; Tue, 18 May 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 18 May 1999 14:50:01 -0700 (PDT) Message-Id: <199905182150.OAA59223@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Greenman Subject: Re: kern/11765: performance bug: network devices fxp : de perform Very slowly when both cards are in a single machine Reply-To: David Greenman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11765; it has been noted by GNATS. From: David Greenman To: dave@educentre.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11765: performance bug: network devices fxp : de perform Very slowly when both cards are in a single machine Date: Tue, 18 May 1999 14:45:51 -0700 >>Description: > >If you have a de network card (Kingston) >and an fxp network card (Intel) in a single >machine then you can't get more than 14K/s >xfer speed down the de network card. > >>How-To-Repeat: > >Machine A is multihomed. >It has an fxp network card (e.g. used to talk to the net) >and a de network card (used to talk to machine B) > >Machine B is singehomed. >It has a de network card used only for talking with machine A. > >FTP GET on machine B from A (or vice versa) goes at max speed of 14K/s >down a short:) length of UTP crossover. >both de cards are talking 10baset/utp half duplex > >>Fix: > >Swapping the fxp card with machine B's de card >(so that each machine contains just one type of card) >restores performance to expected levels. Sounds like an autonegotiation/duplex problem. I suggest forcing both sides to 100/full. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 18 17:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 782941524C for ; Tue, 18 May 1999 17:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA70907; Tue, 18 May 1999 17:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7B5A114D59; Tue, 18 May 1999 17:15:56 -0700 (PDT) Message-Id: <19990519001556.7B5A114D59@hub.freebsd.org> Date: Tue, 18 May 1999 17:15:56 -0700 (PDT) From: knothole@delanet.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11772: kern.flp gives "Disk error 0x4 No /boot/loader " Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11772 >Category: i386 >Synopsis: kern.flp gives "Disk error 0x4 No /boot/loader " >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 May 18 17:20:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Davis >Release: 3.2 >Organization: >Environment: n/a >Description: Installing from floppies on an IBM PS2 Model 90 XP 486 (a 486/50 with 24 megs RAM, 400 Mb SCSI hard drive and 2.88 floppy), when I try to boot the kern.flp, I get all this: _________________________ Disk error 0x4 (lba=0x10) Disk error 0x4 (lba=0x10) No /boot/loader >How-To-Repeat: try to boot again >Fix: Where is a list of disk errors and what they mean? >Release-Note: >Audit-Trail: >Unformatted: >> FreeBSD/i386 BOOT Default: 0:fd(0,a)/kernel boot: Disk error 0x4 (lbs=0x10) No /kernel >> FreeBSD/i386 BOOT Default: 0:fd(0,a)/kernel boot: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 18 20:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4C7C214CB9 for ; Tue, 18 May 1999 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 UAA89652; Tue, 18 May 1999 20:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C8F7B14BE7; Tue, 18 May 1999 20:31:47 -0700 (PDT) Message-Id: <19990519033147.C8F7B14BE7@hub.freebsd.org> Date: Tue, 18 May 1999 20:31:47 -0700 (PDT) From: pulsifer@cs.uh.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11773: mouse works at setup time. Under X it goes to the lower left corner of the screen and doen not move. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11773 >Category: i386 >Synopsis: mouse works at setup time. Under X it goes to the lower left corner of the screen and doen not move. >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 May 18 20:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Joseph Pulsifer >Release: 3.1 >Organization: Personal use >Environment: FreeBSD hades.jpulsifer.com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11:08 :08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: I have installed 3.1 several times in order to get the mouse to work proprly. The system is a 233 MHz Pentium installed on a DFI P5BV3+ motherboard with a PS/2 mouse port. The mouse moves properly when the drivers are installed. Mouse device mse0 Bus Mouse Type Auto Port PS/2 X configuration Mouse Port /dev/sysmouse Protocol SysMouse or MouseSystems VideoCard Card selected Matrox Mystique G200 4MB >How-To-Repeat: run xinit and move the mouse >Fix: none >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 May 18 21:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE55A14E07 for ; Tue, 18 May 1999 21:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA93374; Tue, 18 May 1999 21:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 18 May 1999 21:20:02 -0700 (PDT) Message-Id: <199905190420.VAA93374@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Andy Farkas Subject: Re: i386/11772: kern.flp gives "Disk error 0x4 No /boot/loader " Reply-To: Andy Farkas Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11772; it has been noted by GNATS. From: Andy Farkas To: knothole@delanet.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/11772: kern.flp gives "Disk error 0x4 No /boot/loader " Date: Wed, 19 May 1999 14:09:41 +1000 (EST) > >Description: Installing from floppies on an IBM PS2 Model 90 XP 486 > (a 486/50 with 24 megs RAM, 400 Mb SCSI hard drive and 2.88 floppy), > when I try to boot the kern.flp, I get all this: PS/2's with Microchannel architecture are not supported. -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speed Internet Services 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 Tue May 18 22: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6771414DEB for ; Tue, 18 May 1999 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA96172; Tue, 18 May 1999 22:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 18 May 1999 22:00:02 -0700 (PDT) Message-Id: <199905190500.WAA96172@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kazutaka YOKOTA Subject: Re: i386/11773: mouse works at setup time. Under X it goes to the lower left corner of the screen and doen not move. Reply-To: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11773; it has been noted by GNATS. From: Kazutaka YOKOTA To: pulsifer@cs.uh.edu Cc: freebsd-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: i386/11773: mouse works at setup time. Under X it goes to the lower left corner of the screen and doen not move. Date: Wed, 19 May 1999 13:58:09 +0900 >>Number: 11773 >>Category: i386 >>Synopsis: mouse works at setup time. Under X it goes to the lower left > corner of the screen and doen not move. >>Confidential: no >>Severity: serious >>Priority: medium [...] >>Originator: Joseph Pulsifer >>Release: 3.1 >>Organization: >Personal use >>Environment: >FreeBSD hades.jpulsifer.com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Mon Feb 15 11: >08 >:08 GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 >>Description: >I have installed 3.1 several times in order to get the mouse to work proprly. >The system is a 233 MHz Pentium installed on a DFI P5BV3+ motherboard >with a PS/2 mouse port. The mouse moves properly when the drivers are >installed. > >Mouse device mse0 > Bus Mouse The PS/2 mouse device is psm0, not mse0. mse0 is for the bus mouse which is a totally different beast. > Type Auto This is fine. > Port PS/2 Yes, and this port is named "psm0" in /dev. >X configuration >Mouse >Port /dev/sysmouse >Protocol SysMouse or MouseSystems These are fine. Now, in order to test your PS/2 mouse and `mouse' daemon, please do the following when you are not running X. 1. Become root. 2. Kill the `moused' daemon, if it is already running. 3. Run the `moused' daemon as follows; it will print some info. moused -i all -p /dev/psm0 If you see the message something like: /dev/psm0 ps/2 sysmouse generic then, it is OK. 4. Then run the `moused' daemon in the foreground mode in order to see how it works. vidcontrol -m on moused -f -p /dev/psm0 Move the mouse and see if the mouse pointer will move in the text console screen. If it moves as you expect, then all is fine now. Hit ^C to stop the daemon. 5. Run the daemon in the background mode again. moused -p /dev/psm0 7. Then, edit /etc/rc.conf and make sure the following variables are correctly set so that the `moused' daemon will start up properly next time. moused_enable="YES" moused_type="auto" moused_port="/dev/psm0" moused_flags="" 8. Start X. Hope this will help. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 5:40: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98055154A6 for ; Wed, 19 May 1999 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 FAA17489; Wed, 19 May 1999 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1E72814EA6; Wed, 19 May 1999 05:39:06 -0700 (PDT) Message-Id: <19990519123906.1E72814EA6@hub.freebsd.org> Date: Wed, 19 May 1999 05:39:06 -0700 (PDT) From: lha@stacken.kth.se To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11779: kernel panic in module_release Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11779 >Category: kern >Synopsis: kernel panic in module_release >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 19 05:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Love >Release: current >Organization: Stacken >Environment: FreeBSD mulet.e.kth.se 4.0-CURRENT FreeBSD 4.0-CURRENT #2: Wed May 19 14:26:24 CEST 1999 root@mulet.e.kth.se:/usr/src/sys/compile/MULET i386 >Description: page fault in module_release when doing a kld_unload The pagefault is in the last TAILQ_REMOVE in module_release (kern/kern_module.c:1.17) stacktrace: module_release linker_file_unload kld_unload syscall >How-To-Repeat: load and unload a kld >Fix: The following patch seams to fix the bug, and this code was remove in patch kern/kern_module.c: 1.16 to 1.17 by peter --- kern_module.c.old Wed May 19 14:08:25 1999 +++ kern_module.c Wed May 19 14:16:08 1999 @@ -136,6 +136,7 @@ container = linker_current_file; if (container) TAILQ_INSERT_TAIL(&container->modules, newmod, flink); + newmod->file = container; return 0; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 6:40: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E037B154D9 for ; Wed, 19 May 1999 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA25764; Wed, 19 May 1999 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3792114E2A; Wed, 19 May 1999 06:34:03 -0700 (PDT) Message-Id: <19990519133403.3792114E2A@hub.freebsd.org> Date: Wed, 19 May 1999 06:34:03 -0700 (PDT) From: pho@login.dknet.dk To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11780: 3.2-RELEASE boot floppy doesn't boot on Fujitsu ErgoPro Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11780 >Category: kern >Synopsis: 3.2-RELEASE boot floppy doesn't boot on Fujitsu ErgoPro >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 19 06:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Holm >Release: 3.2-RELEASE >Organization: >Environment: >Description: When I try to boot with the boot floppy (kern.flp) on a Fujitsu ErgoPro I get: /boot.config -P Keyboard: no _ BTX loader 1.00 BTX version 1.01 It seems as though the whole floppy is read and then nothing happens. I tried the same floppy on a Compaq Deskpro and booted without any problems. I'm currently running 3.1-RELEASE on the Fujitsu. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 9: 2: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from surf.iae.nl (surf.IAE.nl [194.151.66.2]) by hub.freebsd.org (Postfix) with ESMTP id 4510014C28; Wed, 19 May 1999 09:01:59 -0700 (PDT) (envelope-from arikkert@surf.IAE.nl) Received: by surf.iae.nl (Postfix, from userid 12701) id 79DD69757; Wed, 19 May 1999 18:01:58 +0200 (MET DST) Received: from localhost (localhost [127.0.0.1]) by surf.iae.nl (Postfix) with SMTP id 216009BC; Wed, 19 May 1999 18:01:58 +0200 (MET DST) Date: Wed, 19 May 1999 18:01:57 +0200 (MET DST) From: Andre Rikkert de Koe To: freebsd-bugs@freebsd.org, freebsd-hackers@freebsd.org Subject: timeconsuming processes on FreeBSD 3.1 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 sent this question to newsgroup comp.unix.bsd.freebsd.misc but I found the two answers I got not sufficient. The answers were like "it's inherent to Unix" and "Just kill those processes". So now I'm trying the mailing list. ------------ Hello FreeBSD users, We are an ISP and we recently installed FreeBSD 3.1 on our main logonserver. Since than almost every day we find timeconsuming processes running while the user isn't even logged in (anymore). These programs are mostly tin and lynx and such interactive programs. We are sure that they were started to run in foreground. However in the top-example "brouwert" was not logged in at that moment. Only thing we can do is to kill the proces. Does anyone has a clue what's the cause of this ? last pid: 67601; load averages: 1.37, 1.44, 1.38 up 8+05:09:52 14:31:33 261 processes: 5 running, 254 sleeping, 1 stopped, 1 zombie Mem: 160M Active, 36M Inact, 35M Wired, 12M Cache, 8344K Buf, 5572K Free Swap: 570M Total, 55M Used, 516M Free, 10% Inuse PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 39448 brouwert 84 0 2240K 1668K RUN 74:51 79.59% 79.59% lynx 67582 arikkert 47 0 2004K 1052K RUN 0:01 37.00% 1.81% top 60019 root 2 0 10520K 10224K RUN 0:32 0.98% 0.98% named {rest of top-output is cut} Andre Rikkert de Koe Internet Access Eindhoven email : arikkert@iae.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 9:22:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 83BEE14DA5; Wed, 19 May 1999 09:22:07 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id LAA60181; Wed, 19 May 1999 11:22:03 -0500 (CDT) (envelope-from dan) Date: Wed, 19 May 1999 11:22:02 -0500 From: Dan Nelson To: Andre Rikkert de Koe Cc: freebsd-bugs@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: timeconsuming processes on FreeBSD 3.1 Message-ID: <19990519112202.A59883@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: ; from "Andre Rikkert de Koe" on Wed May 19 18:01:57 GMT 1999 X-OS: FreeBSD 4.0-CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In the last episode (May 19), Andre Rikkert de Koe said: > We are an ISP and we recently installed FreeBSD 3.1 on our main > logonserver. Since than almost every day we find timeconsuming > processes running while the user isn't even logged in (anymore). > These programs are mostly tin and lynx and such interactive programs. > We are sure that they were started to run in foreground. However in > the top-example "brouwert" was not logged in at that moment. Only > thing we can do is to kill the proces. > > Does anyone has a clue what's the cause of this ? It's usually due to a bug in the application. When a user exits, the stdin/stdout filedescriptors on any backgrounded processes go away. That makes any read() calls return with an error. If the application doesn't check the return value of its read(), it can go into a tight loop it'll never exit. You can check to see if this is the problem by running truss -p 39448 . Check to see if it's doing the same read() or write() over and over. Tin used to have this bug, but I thought it was fixed long ago. Lynx shoudln't have any problems either. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 9:28:56 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 30EFE14DA5; Wed, 19 May 1999 09:28:52 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id MAA13768; Wed, 19 May 1999 12:28:50 -0400 (EDT) (envelope-from wollman) Date: Wed, 19 May 1999 12:28:50 -0400 (EDT) From: Garrett Wollman Message-Id: <199905191628.MAA13768@khavrinen.lcs.mit.edu> To: Andre Rikkert de Koe Cc: freebsd-bugs@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: timeconsuming processes on FreeBSD 3.1 In-Reply-To: References: Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > logonserver. Since than almost every day we find timeconsuming processes > running while the user isn't even logged in (anymore). These programs are > mostly tin and lynx and such interactive programs. We are sure that they Some broken interactive programs don't bother to check whether the terminal I/O they do succeeds or not, and will happily sit there spinning at a revoked tty forever. It is possible for these programs to persist after logout if they either (1) ignore SIGHUP or (2) were started in such a way as to block the propagation of SIGHUP to them (some shells can do this). -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 9:30: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B287E15054 for ; Wed, 19 May 1999 09:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA05485; Wed, 19 May 1999 09:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id B7856154DF for ; Wed, 19 May 1999 09:29:02 -0700 (PDT) (envelope-from root@amigo.faf.fa.disney.com) Received: from pain10.corp.disney.com (root@pain10.corp.disney.com [153.7.110.100]) by mail.disney.com (8.9.1/8.9.1) with SMTP id JAA29205 for ; Wed, 19 May 1999 09:29:01 -0700 (PDT) Received: from louie.fa.disney.com by pain.corp.disney.com with ESMTP; Wed, 19 May 1999 09:28:17 -0700 Received: from snowhite.faf.fa.disney.com (snowhite.faf.fa.disney.com [153.7.115.1]) by louie.fa.disney.com (8.9.2/8.9.2) with ESMTP id JAA13960 for ; Wed, 19 May 1999 09:29:00 -0700 (PDT) Received: from amigo.faf.fa.disney.com (amigo.faf.fa.disney.com [153.7.115.230]) by snowhite.faf.fa.disney.com (8.9.2/8.9.2) with ESMTP id MAA28331 for ; Wed, 19 May 1999 12:28:58 -0400 (EDT) (envelope-from root@amigo.faf.fa.disney.com) Received: (from root@localhost) by amigo.faf.fa.disney.com (8.9.3/8.9.2) id MAA00436; Wed, 19 May 1999 12:28:59 -0400 (EDT) (envelope-from root@amigo.faf.fa.disney.com) Message-Id: <199905191628.MAA00436@amigo.faf.fa.disney.com> Date: Wed, 19 May 1999 12:28:59 -0400 (EDT) From: Jim.Pirzyk@disney.com Reply-To: Jim.Pirzyk@disney.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11782: boot -s does not work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11782 >Category: kern >Synopsis: boot -s still goes into multi-user mode >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 19 09:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: System upgraded to 3.2-RELEASE from 3.1-RELEASE >Description: Cannot boot directly into single user mode. >How-To-Repeat: at the boot: prompt, type '-s' >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 9:50:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id 1928015156; Wed, 19 May 1999 09:50:28 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id QAA04469; Wed, 19 May 1999 16:44:39 +0200 From: Luigi Rizzo Message-Id: <199905191444.QAA04469@labinfo.iet.unipi.it> Subject: Re: timeconsuming processes on FreeBSD 3.1 To: dnelson@emsphone.com (Dan Nelson) Date: Wed, 19 May 1999 16:44:39 +0200 (MET DST) Cc: arikkert@surf.IAE.nl, freebsd-bugs@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG In-Reply-To: <19990519112202.A59883@dan.emsphone.com> from "Dan Nelson" at May 19, 99 11:21:43 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 192 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > These programs are mostly tin and lynx and such interactive programs. ... "ee" and "pico" are two more. ee is particularly annoying since it is one of the "supported" editors... luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 11:40: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D09EA151A2 for ; Wed, 19 May 1999 11:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA21577; Wed, 19 May 1999 11:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CD89514E16; Wed, 19 May 1999 11:32:23 -0700 (PDT) Message-Id: <19990519183223.CD89514E16@hub.freebsd.org> Date: Wed, 19 May 1999 11:32:23 -0700 (PDT) From: this@that.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/11785: how long is this line supposed to be? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11785 >Category: bin >Synopsis: how long is this line supposed to be? >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed May 19 11:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: your name too >Release: 123 >Organization: a company of some sort >Environment: just checking this out >Description: just checking this out some more >How-To-Repeat: and again, checking it out >Fix: don't know >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 11:47: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C22114F13; Wed, 19 May 1999 11:47:01 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA22131; Wed, 19 May 1999 11:47:01 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Wed, 19 May 1999 11:47:01 -0700 (PDT) From: Message-Id: <199905191847.LAA22131@freefall.freebsd.org> To: this@that.com, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11785: how long is this line supposed to be? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: how long is this line supposed to be? State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Wed May 19 11:45:52 PDT 1999 State-Changed-Why: bogus PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 12:30: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B8C315341 for ; Wed, 19 May 1999 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 MAA27863; Wed, 19 May 1999 12:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6E26914D57; Wed, 19 May 1999 12:24:13 -0700 (PDT) Message-Id: <19990519192413.6E26914D57@hub.freebsd.org> Date: Wed, 19 May 1999 12:24:13 -0700 (PDT) From: ivan.decorte@village.uunet.be To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/11788: booting problems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11788 >Category: misc >Synopsis: booting problems >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 19 12:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ivan De Corte >Release: 2.2.8 >Organization: Home >Environment: >Description: With Partition Magic 4.0,not able to run FreeBSD on HD 4.3Gb,first partition=win98 2.3Gb.Second partition 2Gb is showing FreeBSD after install. By rebooting with BootMagic...nothing.Advise? Is EasyBoot compatibel with win98? >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 13:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96EE314F62 for ; Wed, 19 May 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35657; Wed, 19 May 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fdy2.demon.co.uk (fdy2.demon.co.uk [194.222.102.143]) by hub.freebsd.org (Postfix) with ESMTP id D1B221527B for ; Wed, 19 May 1999 13:43:48 -0700 (PDT) (envelope-from rjs@fdy2.demon.co.uk) Received: (from rjs@localhost) by fdy2.demon.co.uk (8.8.8/8.8.8) id VAA00469; Wed, 19 May 1999 21:36:35 +0100 (BST) (envelope-from rjs) Message-Id: <199905192036.VAA00469@fdy2.demon.co.uk> Date: Wed, 19 May 1999 21:36:35 +0100 (BST) From: Robert Swindells Reply-To: rjs@fdy2.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11789: ELF machine definition missing for ARM Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11789 >Category: kern >Synopsis: ELF machine definition missing for ARM >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 May 19 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Robert Swindells >Release: FreeBSD 4.0-CURRENT >Organization: GenRad Ltd >Environment: N/A >Description: The machine description for ARM is missing from /usr/include/sys/elf_common.h >How-To-Repeat: N/A >Fix: RCS file: /u5/cvsroot/FreeBSD/src/sys/sys/elf_common.h,v retrieving revision 1.4 diff -r1.4 elf_common.h 111a112 > #define EM_ARM 40 /* ARM */ >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 May 19 15: 0: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA87214CA7 for ; Wed, 19 May 1999 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 PAA42041; Wed, 19 May 1999 15:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from iss-p1.lbl.gov (iss-p1.lbl.gov [131.243.2.47]) by hub.freebsd.org (Postfix) with ESMTP id 3ECD214FA5 for ; Wed, 19 May 1999 14:56:57 -0700 (PDT) (envelope-from jin@iss-p1.lbl.gov) Received: (from jin@localhost) by iss-p1.lbl.gov (8.9.3/8.9.3) id OAA15139; Wed, 19 May 1999 14:56:56 -0700 (PDT) (envelope-from jin) Message-Id: <199905192156.OAA15139@iss-p1.lbl.gov> Date: Wed, 19 May 1999 14:56:56 -0700 (PDT) From: Jin Guojun (FTG staff) Reply-To: j_guojun@lbl.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/11790: boot manager bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11790 >Category: misc >Synopsis: boot manager bug >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 19 15:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jin Guojun (FTG staff) >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: Software: FreeBSD 3.2-RELEASE Hardware: ASUS P5A, ASUS P2B familar, FIC 503+, etc. CPU K6, K6-III, P-III, Celetron, etc. IDE 540MB to 8GB hard drives floppy drives too >Description: At FreeBSD boot prompt, the boot process can hang at two places: (1) at boot prompt F1 ... F2 FreeBSD F3 ... it chooses the FreeBSD only, but nothing else. (2) at boot processing Hit [Enter] to boot immediately, or any other key for command prompt Booting [kernel] ...... Hanging !!!!!!!!! Once the booting hangs, the system cannot be soft reset. A hardware reset must be performed. The hanging happens at installation time when using a floppy drive. It also hangs on booting from hard drives. The hanging has no certain pattern. Normally, it happens when hitting the [Enter] too quick and too many times; sometime, it happens without any key stroking. >How-To-Repeat: Observe booting on above Hardwares, as well as other hardware combinations. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 16:54:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (Postfix) with ESMTP id E939815670; Wed, 19 May 1999 16:54:29 -0700 (PDT) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id JAA16992; Thu, 20 May 1999 09:24:28 +0930 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA00052; Thu, 20 May 1999 09:25:19 +0930 Date: Thu, 20 May 1999 09:25:19 +0930 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Andre Rikkert de Koe Cc: freebsd-bugs@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: timeconsuming processes on FreeBSD 3.1 In-Reply-To: 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 Wed, 19 May 1999, Andre Rikkert de Koe wrote: > I sent this question to newsgroup comp.unix.bsd.freebsd.misc but I found > the two answers I got not sufficient. The answers were like "it's inherent > to Unix" and "Just kill those processes". > So now I'm trying the mailing list. As pointed out by other posters, this is the symptom of buggy software which doesn't properly check for errors on reads or writes. Make sure you're running the most recent versions of these programs - I would have expected these problems would have been (mostly) fixed by now. If your users don't need to run long-term CPU-intensive jobs, you can place them in a login class with a CPU time limit in /etc/login.conf - this will kill their processes once they consume more CPU time than this. Alternatively, you could write a little shell script which periodically checks for 'rogue' processes: say any program on a known 'bad list' which is using up significant amounts of CPU. You could also terminate processes which are owned by a user who isn't logged in, which may be suitable for your needs. I've seen this done but I can't remember whether it was a capability provided by the base system or an external script. Kris ----- "That suit's sharper than a page of Oscar Wilde witticisms that's been rolled up into a point, sprinkled with lemon juice and jabbed into someone's eye" "Wow, that's sharp!" - Ace Rimmer and the Cat, _Red Dwarf_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 17:11:34 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9150B14EFC; Wed, 19 May 1999 17:11:33 -0700 (PDT) (envelope-from mph@FreeBSD.org) Received: (from mph@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA50530; Wed, 19 May 1999 17:11:33 -0700 (PDT) (envelope-from mph@FreeBSD.org) Date: Wed, 19 May 1999 17:11:33 -0700 (PDT) From: Message-Id: <199905200011.RAA50530@freefall.freebsd.org> To: chad@dcfinc.com, mph@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10705: enhancement to "newsyslog" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: enhancement to "newsyslog" State-Changed-From-To: open->closed State-Changed-By: mph State-Changed-When: Wed May 19 20:11:03 EDT 1999 State-Changed-Why: Requested by submitter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 17:44:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from fw.bby.com.au (ns.bby.com.au [192.83.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 51C3315816; Wed, 19 May 1999 17:44:08 -0700 (PDT) (envelope-from gnb@itga.com.au) Received: (from daemon@localhost) by fw.bby.com.au (8.8.8/8.6.9) id KAA13993; Thu, 20 May 1999 10:44:06 +1000 (EST) Received: from lightning.itga.com.au(192.168.71.20) via SMTP by fw.bby.com.au, id smtpd013990; Thu May 20 00:44:04 1999 Received: from lightning (lightning [192.168.71.20]) by lightning.itga.com.au (8.9.1a/8.9.1) with ESMTP id KAA14033; Thu, 20 May 1999 10:44:04 +1000 (EST) Message-Id: <199905200044.KAA14033@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: Dan Nelson Cc: Andre Rikkert de Koe , freebsd-bugs@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: timeconsuming processes on FreeBSD 3.1 In-reply-to: Your message of Wed, 19 May 1999 11:22:02 -0500. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 May 1999 10:44:03 +1000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > It's usually due to a bug in the application. When a user exits, the > stdin/stdout filedescriptors on any backgrounded processes go away. > That makes any read() calls return with an error. If the application > doesn't check the return value of its read(), it can go into a tight > loop it'll never exit. There's another failure mode that has the same results. When a user logs out, the process is supposed to receive a SIGHUP (the HUP is from "HangUP" as in modems!). Applications are supposed to exit gracefully on receipt of SIGHUP, and if the application does nothing in the code it does work. Some applications try and be clever: they catch SIGHUP and attempt to write to stout/sterr when they get a signal. This write will fail, and stupic applications catch this error and then attempt to write a diagnostic, which fails, so they catch this error and attempt to write a diagnostic, which fails, ...... Of course, none of _my_ programs have ever made that mistake..... Not. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 19:37:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62FD515063; Wed, 19 May 1999 19:37:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA62083; Wed, 19 May 1999 19:37:38 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Wed, 19 May 1999 19:37:38 -0700 (PDT) From: Message-Id: <199905200237.TAA62083@freefall.freebsd.org> To: john@nlc.net.au, obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11732: New COMPAT defines missing from /etc/make.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: New COMPAT defines missing from /etc/make.conf State-Changed-From-To: open->closed State-Changed-By: obrien State-Changed-When: Wed May 19 19:37:14 PDT 1999 State-Changed-Why: already committed. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 21:18:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from may.nue.org (may.nue.org [163.138.156.31]) by hub.freebsd.org (Postfix) with ESMTP id 99CC514D1A for ; Wed, 19 May 1999 21:18:15 -0700 (PDT) (envelope-from amagai@nue.org) Received: by may.nue.org (8.9.3/nue.mxn1); Thu, 20 May 1999 13:18:15 +0900 (JST) <199905200418.NAA10350@may.nue.org> from Date: Thu, 20 May 1999 13:18:15 +0900 (JST) Message-Id: <199905200418.NAA10350@may.nue.org> To: freebsd-bugs@FreeBSD.org From: amagai@nue.org Subject: Re: pending/11754: tx driver, SIOCGIFADDR ioctl does not work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org My pr 11754 was not accepted by gnats, what's happened... By the way, SIOCGIFADDR ioctl does not work on tx (SMC chip) network driver. The SIOCGIFADDR ioctl [src/pci/if_tx.c, epic_ifioctl] invokes ether_ioctl() [src/net/if_ethersubr.c]. Here, MAC address is copied out, as follows. bcopy(((struct arpcom *)ifp->if_softc)->ac_enaddr, (caddr_t) sa->sa_data, ETHER_ADDR_LEN); So, "struct arpcom arpcom" must be a first element of softc structure. /* $OpenBSD: if_txvar.h,v 1.3 1998/10/10 04:30:09 jason Exp $ */ /* $Id: if_txvar.h,v 1.1.4.1 1999/04/23 05:47:53 semenu Exp $ */ ================================================================ --- if_txvar.h' Tue May 18 15:40:12 1999 +++ if_txvar.h Tue May 18 15:41:15 1999 @@ -329,6 +329,7 @@ bus_space_tag_t sc_st; bus_space_handle_t sc_sh; #else /* __FreeBSD__ */ + struct arpcom arpcom; #if defined(EPIC_USEIOSPACE) u_int32_t iobase; #else @@ -338,7 +339,6 @@ #if !defined(EPIC_NOIFMEDIA) struct ifmedia ifmedia; #endif - struct arpcom arpcom; u_int32_t unit; struct epic_rx_buffer rx_buffer[RX_RING_SIZE]; struct epic_tx_buffer tx_buffer[TX_RING_SIZE]; ================================================================ Amagai Yoshiji NUE: New Unified Environment Research Project. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 19 21:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6885E14C88 for ; Wed, 19 May 1999 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA74810; Wed, 19 May 1999 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6688014D1A; Wed, 19 May 1999 21:42:41 -0700 (PDT) Message-Id: <19990520044241.6688014D1A@hub.freebsd.org> Date: Wed, 19 May 1999 21:42:41 -0700 (PDT) From: aheffner@lakefield.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11795: unload in boot loader can panic when using splash_bmp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11795 >Category: kern >Synopsis: unload in boot loader can panic when using splash_bmp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 19 21:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mike Heffner >Release: 3.2-STABLE >Organization: >Environment: FreeBSD enterprise.muriel.penguinpowered.com 3.2-BETA FreeBSD 3.2-BETA #0: Tue May 18 17:34:49 CDT 1999 spock@enterprise.muriel.penguinpowered.com:/usr/src/sys/compile/COOLWHIP i386 >Description: When using splash screens, loading the raw module object code splash_image_data with the file name of the splash screen image, should set the module name (m_name) to that of the image file name. It does within the scope of command_load(), but when leaving this function, the value is lost. When you attempt to unload modules, it will panic while trying to free() the name (mp->m_name) of the splash_image_data module. This panic occurs in mod_discard(). The system will immediately reboot. >How-To-Repeat: Use splash_image_data along with splash_bmp modules, and drop to the command prompt. Enter 'unload' to unload the modules. You should get: panic: free: guard1 fail @ 0x----- < some memory address you can also tell if it will fail when you check dmesg: Preloaded splash_image_data " " at 0xc032709c. should be: Preloaded splash_image_data "/path/to/splash.bmp" at 0xc032709c. >Fix: This might not be the _best_ fix, but it works: You need to change /usr/src/sys/boot/common/module.c with this diff: $ diff module.c.fixed module.c 267c267 < mp->m_name = strdup(name); --- > mp->m_name = name; and then recompile the /usr/src/boot sources. >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 May 19 23:50:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96C501555E for ; Wed, 19 May 1999 23:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA91303; Wed, 19 May 1999 23:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6EE2014E7D; Wed, 19 May 1999 23:44:10 -0700 (PDT) Message-Id: <19990520064410.6EE2014E7D@hub.freebsd.org> Date: Wed, 19 May 1999 23:44:10 -0700 (PDT) From: alex@wnm.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11796 >Category: misc >Synopsis: Bad lines in 3.2-RELEASE inetd.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 19 23:50:04 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alex Charalabidis >Release: 3.2-RELEASE >Organization: WebNet Memphis >Environment: FreeBSD bofh.wnm.net 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 >Description: The default /etc/inetd.conf contains commented out lines for enabling identd. Both relevant lines refer to the 'ident' service, which is, according to /etc/services, really 'auth', as it should be. >How-To-Repeat: Try running identd without having noticed the glitch. :) >Fix: Edit /etc/inetd.conf >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 May 20 0:20: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F1E56150FC for ; Thu, 20 May 1999 00:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA94454; Thu, 20 May 1999 00:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B225C14FFF; Thu, 20 May 1999 00:15:47 -0700 (PDT) Message-Id: <19990520071547.B225C14FFF@hub.freebsd.org> Date: Thu, 20 May 1999 00:15:47 -0700 (PDT) From: mahe@twam.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/11797: Partial saves in vipw have mode rw-rw-rw- Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11797 >Category: misc >Synopsis: Partial saves in vipw have mode rw-rw-rw- >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 20 00:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Loic Mahe' >Release: 3.1-RELEASE >Organization: TWAM Informatique >Environment: FreeBSD twamx.twam 3.1-RELEASE FreeBSD 3.1-RELEASE #2: Mon May 17 08:50:55 CEST 1999 root@twamx.twam:/usr/src/sys/compile/NOYAU i386 >Description: When I use vipw and I make a "save as", for example : $> vipw $> :w vipw.tmp $> :q Then the new file (vipw.tmp) has the following rights : rw-rw-rw-. This occurs with umask 022 and 077. It occurs with a full "save as" (see the previous example) or a partial "save as" : :1,5w vipw.tmp >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 May 20 1:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C08801504F for ; Thu, 20 May 1999 01:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA00264; Thu, 20 May 1999 01:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 20 May 1999 01:10:01 -0700 (PDT) Message-Id: <199905200810.BAA00264@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: kern/11782: boot -s does not work Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11782; it has been noted by GNATS. From: Ruslan Ermilov To: Jim.Pirzyk@disney.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11782: boot -s does not work Date: Thu, 20 May 1999 11:06:58 +0300 On Wed, May 19, 1999 at 12:28:59PM -0400, Jim.Pirzyk@disney.com wrote: > > System upgraded to 3.2-RELEASE from 3.1-RELEASE > Cannot boot directly into single user mode. > at the boot: prompt, type '-s' > Are you trying to boot your kernel from the boot blocks or from the third-stage boot loader? If you're trying to boot your kernel in single user from the loader, the correct way of doing this is to specify: +------------ | Type '?' for a list of commands, 'help' for more detailed help. | disk1s1a:> boot -s +------------ and not just ``-s''. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 7:30:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from phoenix.unacom.com (phoenix.unacom.com [206.113.48.50]) by hub.freebsd.org (Postfix) with SMTP id BBD811506F for ; Thu, 20 May 1999 07:30:03 -0700 (PDT) (envelope-from geniusj@phoenix.unacom.com) Received: (qmail 7430 invoked by uid 1000); 20 May 1999 04:39:14 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 May 1999 04:39:14 -0000 Date: Thu, 20 May 1999 00:39:11 -0400 (EDT) From: The Tech-Admin Dude To: Luigi Rizzo Cc: Dan Nelson , arikkert@surf.IAE.nl, freebsd-bugs@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: timeconsuming processes on FreeBSD 3.1 In-Reply-To: <199905191444.QAA04469@labinfo.iet.unipi.it> 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I could add another one, top(1) frequently does that on this machine.. so whatever answers you get, be sure to forward them to me :). On Wed, 19 May 1999, Luigi Rizzo wrote: > > > These programs are mostly tin and lynx and such interactive programs. > ... > > "ee" and "pico" are two more. ee is particularly annoying since it > is one of the "supported" editors... > > luigi > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message > -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use Charset: noconv iQA/AwUBN0OR8tGMB8VPlu8bEQL+BQCff4avQlzKP31XOIdO2tZ7zqz1840AoODY C8dkgIiGnfIBg+Nc/QHq+k1U =6Rxx -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 7:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BEFC1527A for ; Thu, 20 May 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA42120; Thu, 20 May 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E5F20151AF; Thu, 20 May 1999 07:43:17 -0700 (PDT) Message-Id: <19990520144317.E5F20151AF@hub.freebsd.org> Date: Thu, 20 May 1999 07:43:17 -0700 (PDT) From: alumina@sensyu.ne.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11799: BusLogic 946c probe timeout on celeron300A (450MHz). Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11799 >Category: i386 >Synopsis: BusLogic 946c probe timeout on celeron300A (450MHz). >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 May 20 07:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yoshiji Emoto >Release: 3.1 and 3.2 RELEASE >Organization: I'm free now. >Environment: FreeBSD celerie 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Mon Apr 12 19:17:38 JST 1999 root@cylphia.cmxs.bbs:/3rd/opt/src/sys/compile/RBOOT_CELERIE i386 FreeBSD celerie.cmxs.bbs 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Thu May 20 12:32:28 JST 1999 alumina@celerie.cmxs.bbs:/opt/src/sys/compile/CELERIE i386 >Description: I had changed CPU from Celeron 266 (400MHz) to Celeron 300A (450MHz) a SCSI device (HDD, CDROM etc) probe timeout. no problem as for Celeron 266 (400MHz) with 3.1-RELEASE. -----probe message (at 3.2-RELEASE). bt0: rev 0x00 int d irq 11 on pci0.9.0 bt0: BT-946C FW Rev. 4.25J Narrow SCSI Host Adapter, SCSI ID 7, 100 CCBs : : : Waiting 15 seconds for SCSI devices to settle de0: enabling 100baseTX port bt0: bt_cmd: Timeout waiting for command (d) to complete. bt0: status = 0x10, intstat = 0x81, rlen 33 bt0: btfetchtransinfo - Inquire Setup Info Failed 3c bt0: btfetchtransinfo - Inquire Setup Info Failed 7 bt0: btfetchtransinfo - Inquire Setup Info Failed 7 (probe1:bt0:0:1:0): CCB 0xc5895380 - timed out (probe1:bt0:0:1:0): CCB 0xc5895380 - timed out bt0: No longer in timeout bt0: bt_cmd: Timeout waiting for command (d) to complete. bt0: status = 0x10, intstat = 0x81, rlen 33 bt0: btfetchtransinfo - Inquire Setup Info Failed 3c changing root device to wd0s3a da0 at bt0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device bt0: bt_cmd: Timeout waiting for command (d) to complete. bt0: status = 0x10, intstat = 0x81, rlen 33 bt0: btfetchtransinfo - Inquire Setup Info Failed 3c da0: 3.300MB/s transfers, Tagged Queueing Enabled da0: 1034MB (2118144 512 byte sectors: 128H 32S/T 517C) cd1 at bt0 bus 0 target 4 lun 0 cd1: Removable CD-ROM SCSI-2 device bt0: bt_cmd: Timeout waiting for command (d) to complete. bt0: status = 0x10, intstat = 0x81, rlen 33 bt0: btfetchtransinfo - Inquire Setup Info Failed 3c cd1: 3.300MB/s transfers cd1: cd present [245541 x 2048 byte records] cd0 at bt0 bus 0 target 2 lun 0 cd0: Removable CD-ROM SCSI-2 device bt0: bt_cmd: Timeout waiting for command (d) to complete. bt0: status = 0x10, intstat = 0x81, rlen 33 bt0: btfetchtransinfo - Inquire Setup Info Failed 3c cd0: 3.300MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present da1 at bt0 bus 0 target 1 lun 0 da1: Removable Optical SCSI-2 device da1: 10.000MB/s transfers (10.000MHz, offset 10) da1: Attempt to query device size failed: NOT READY, Medium not present >How-To-Repeat: machine boot on the celeron300A (450MHz) with BusLogic 946c SCSI card. >Fix: to longer timeout. or probe code change to interrupt driven mechanism(?). >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 May 20 8: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D389815268 for ; Thu, 20 May 1999 08:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA43268; Thu, 20 May 1999 08:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 20 May 1999 08:00:02 -0700 (PDT) Message-Id: <199905201500.IAA43268@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/11651: inetd's childs staying around after a scan Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11651; it has been noted by GNATS. From: Sheldon Hearn To: freebsd-gnats-submit@freebsd.org Cc: Pierre Beyssac , markm@freebsd.org Subject: Re: bin/11651: inetd's childs staying around after a scan Date: Thu, 20 May 1999 16:52:35 +0200 Hi Pierre, This was caused by an oversight in our handling of internal service wrapping. The feature was disabled by markm when the problem was discovered, since neither he nor I felt like looking at it at the time. The problem is that the code as compiled with -DLIBWRAP_INTERNAL forks for _all_ services, even internals whose se_bi flag is _not_ set. This invalidates the assumption made at line 657 (inetd.c v1.49). Please would you try the following patch. I've tested it for external, forking internal and non-forking internal services for each of the following three cases: no wrapping -DLIBWRAP -DLIBWRAP -DLIBWRAP_INTERNAL So it should work fine for you. Ciao, Sheldon. Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/inetd/Makefile,v retrieving revision 1.8 diff -u -d -r1.8 Makefile --- Makefile 1999/05/07 06:48:01 1.8 +++ Makefile 1999/05/20 14:34:35 @@ -5,7 +5,7 @@ MAN8= inetd.8 MLINKS= inetd.8 inetd.conf.5 -COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP +COPTS+= -Wall -DLOGIN_CAP -DLIBWRAP -DLIBWRAP_INTERNAL #COPTS+= -DSANITY_CHECK DPADD+= ${LIBUTIL} ${LIBWRAP} Index: inetd.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/inetd/inetd.c,v retrieving revision 1.49 diff -u -d -r1.49 inetd.c --- inetd.c 1999/05/11 12:50:14 1.49 +++ inetd.c 1999/05/20 14:14:02 @@ -556,11 +556,7 @@ ctrl = sep->se_fd; (void) sigblock(SIGBLOCK); pid = 0; -#ifdef LIBWRAP_INTERNAL - dofork = 1; -#else dofork = (sep->se_bi == 0 || sep->se_bi->bi_fork); -#endif if (dofork) { if (sep->se_count++ == 0) (void)gettimeofday(&sep->se_time, (struct timezone *)NULL); @@ -746,7 +742,8 @@ #endif if (sep->se_socktype != SOCK_STREAM) recv(0, buf, sizeof (buf), 0); - _exit(EX_OSERR); + if (dofork) + _exit(EX_OSERR); } } if (sep->se_accept && sep->se_socktype == SOCK_STREAM) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 8:10: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DDD1A152A2 for ; Thu, 20 May 1999 08:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA44072; Thu, 20 May 1999 08:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B3529152C9; Thu, 20 May 1999 08:02:40 -0700 (PDT) Message-Id: <19990520150240.B3529152C9@hub.freebsd.org> Date: Thu, 20 May 1999 08:02:40 -0700 (PDT) From: bluepatch@hotmail.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/11800: Problem with scsi AHA2940 and sony SDT-2000 tape Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11800 >Category: misc >Synopsis: Problem with scsi AHA2940 and sony SDT-2000 tape >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 May 20 08:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Francis M. >Release: 3.X-RELEASE >Organization: none >Environment: sorry. It's a standard Release with the default kernel (just installed) on a AMD K6 II 400 with 128Mb of RAM >Description: I have an adaptec 2940 (with the latest BIOS) and 2 PCs : an AMD K6 II 400MHz with 128Mb of RAM and an old one : 486 DX4 100MHz with 16Mb of RAM (with have 3 PCI ports). I install a standard 3.X-RELEASE on both (I tested with 2.X releases and it was difficult to make it work, so won't speak about it). 1) I put the Adaptec ont the 486 freshly installed (3.0 or 3.1 or 3.2) with a tape connected : a Sony SDT-2000 DAT tape (with or without terminator). => it works, I can make full backups of my disks. 2) I have windows 98 on the K6 II, I use the tape (via the 2940) and it works perfectly (with windows backup). 3) (here is the point) I install FreeBSD 3.X-RELEASE, all hardware is recognized (like on the 486) but when I do something like "mt rewind" or "cat /dev/rsa0 > /dev/null" or " tar cvf /dev/rsa0 /usr/local" : the tape starts, reads some bytes and then (after about 5 or 10 seconds) stops and I have problems reported on my screen : "Timeout ...". I am sure that both the SCSI card and the DAT tape work fine (because they do the job under windows 98). I tested all options of the 2940's BIOS (like initiate wide negociation, transfer speed, sunc transfer, etc.) but it's always the same... It works on my 486 DX4 100MHz but ont on my K6 II 400MHz (!). >How-To-Repeat: use the tape... >Fix: First I'd like to understand the difference beween these machines.... I can give you more info if you want, but it is apparently an SCSI problem wich occurs when communicating with the tape. I've heard that you changed the SCSI driver in 3.2 but it's really the same for me... Thanks in advance. >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 May 20 9: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C89D215670 for ; Thu, 20 May 1999 09:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA49892; Thu, 20 May 1999 09:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 473B815217; Thu, 20 May 1999 08:53:45 -0700 (PDT) Message-Id: <19990520155345.473B815217@hub.freebsd.org> Date: Thu, 20 May 1999 08:53:45 -0700 (PDT) From: dalcocer@home.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11801: Remounting CD on IDE CDROM after eject fails: read_toc failed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11801 >Category: i386 >Synopsis: Remounting CD on IDE CDROM after eject fails: read_toc failed >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 May 20 09:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dario Alcocer >Release: FreeBSD 3.1-RELEASE >Organization: >Environment: FreeBSD pino.localdomain 3.1-RELEASE FreeBSD 3.1-RELEASE #3: Tue May 18 04:30:37 PDT 1999 root@pino.localdomain:/usr/src/sys/compile/PINO i386 >Description: Remounting any CD-ROM on an IDE-CDROM drive fails if CD is ejected and reinserted. The kernel error message is: acd0: read_toc failed IDE-CDROM drive is a Cyberdrive 24x, jumpered as slave drive on primary IDE channel. Portion of dmesg: wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 814MB (1667232 sectors), 1654 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (atapi): , removable, accel, dma, iordy acd0: drive speed 4125KB/sec, 128KB cache acd0: supported read types: CD-R, CD-RW, CD-DA acd0: Audio: play, 255 volume levels acd0: Mechanism: ejectable tray acd0: Medium: CD-ROM 120mm data disc loaded, unlocked >How-To-Repeat: 1. Open IDE CDROM drive tray, insert any ISO-9660 CD (for example, insert FreeBSD disk 1.) 2. Push tray in. 3. mount /cdrom 4. umount /cdrom 5. Open CDROM drive tray, then close again. 6. mount /cdrom 7. You should see the following message on the console screen: acd0: read_toc failed The only way I have found to work around the problem is to do a hard reset (i.e. shutdown -h now, turn off machine, turn on machine.) Note that a soft reset (shutdown -r now) will not make the problem go away. >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 May 20 9:40: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F07CE15238 for ; Thu, 20 May 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA54060; Thu, 20 May 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 20 May 1999 09:40:01 -0700 (PDT) Message-Id: <199905201640.JAA54060@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: kern/11795: unload in boot loader can panic when using splash_bmp Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11795; it has been noted by GNATS. From: "Daniel C. Sobral" To: aheffner@lakefield.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/11795: unload in boot loader can panic when using splash_bmp Date: Fri, 21 May 1999 01:36:53 +0900 aheffner@lakefield.net wrote: > > This might not be the _best_ fix, but it works: > You need to change /usr/src/sys/boot/common/module.c > with this diff: > $ diff module.c.fixed module.c > 267c267 > < mp->m_name = strdup(name); > --- > > mp->m_name = name; Actually this is not as trivial. My fault, anyway. I forgot to merge version 1.9. :-( I'll fix it asap. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "If at first you don't succeed, skydiving is not for you." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 9:56:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D61814FF1; Thu, 20 May 1999 09:56:45 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Received: (from dcs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA55767; Thu, 20 May 1999 09:56:45 -0700 (PDT) (envelope-from dcs@FreeBSD.org) Date: Thu, 20 May 1999 09:56:45 -0700 (PDT) From: Message-Id: <199905201656.JAA55767@freefall.freebsd.org> To: aheffner@lakefield.net, dcs@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11795: unload in boot loader can panic when using splash_bmp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unload in boot loader can panic when using splash_bmp State-Changed-From-To: open->closed State-Changed-By: dcs State-Changed-When: Thu May 20 09:56:07 PDT 1999 State-Changed-Why: Unfortunate oversight. Fixes merged from current. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 10: 0:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ninsei.com (24.64.11.127.ab.wave.home.com [24.64.11.127]) by hub.freebsd.org (Postfix) with SMTP id AB80415558 for ; Thu, 20 May 1999 10:00:50 -0700 (PDT) (envelope-from dreamer@freelow.ninsei.com) Received: (qmail 19140 invoked by uid 1001); 20 May 1999 17:00:47 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 May 1999 17:00:47 -0000 Date: Thu, 20 May 1999 11:00:46 -0600 (MDT) From: Steven Young To: Andre Rikkert de Koe Cc: freebsd-bugs@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: timeconsuming processes on FreeBSD 3.1 In-Reply-To: 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 Wed, 19 May 1999, Andre Rikkert de Koe wrote: > We are an ISP and we recently installed FreeBSD 3.1 on our main > logonserver. Since than almost every day we find timeconsuming processes > running while the user isn't even logged in (anymore). These programs are I believe the easiest solution to this problem is to install idled - it will (I gather) kill off processes owned by users no longer logged in, etc. Also a good way to prevent them running those infernal bots that are the bane of system administrators everywhere. Steve. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 11:20: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5F24153DA for ; Thu, 20 May 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA64409; Thu, 20 May 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gabor-bsd.gabor.org (ras-c5800-2-52-174.dialup.wisc.edu [128.104.52.174]) by hub.freebsd.org (Postfix) with ESMTP id 8CB6D15238 for ; Thu, 20 May 1999 11:10:57 -0700 (PDT) (envelope-from gabor@gabor-bsd.gabor.org) Received: (from gabor@localhost) by gabor-bsd.gabor.org (8.9.1/8.9.1) id NAA00724; Thu, 20 May 1999 13:10:56 -0500 (CDT) (envelope-from gabor) Message-Id: <199905201810.NAA00724@gabor-bsd.gabor.org> Date: Thu, 20 May 1999 13:10:56 -0500 (CDT) From: gabor@acm.org Reply-To: gabor@acm.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/11804: manpath.config.sample problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11804 >Category: conf >Synopsis: whereis and manpath produces warning >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 May 20 11:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: & Kincses >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: FreeBSD 3.2-RELEASE >Description: `whereis' and `manpath' both produce: Warning: couldn't stat file /usr/local/lib/perl5/5.00502/man! >How-To-Repeat: Obvious. >Fix: Remove line from manpath.config.sample: MANDATORY_MANPATH /usr/local/lib/perl5/5.00502/man (Alternatively add perl5 to standard distribution. I remember this being somewhat of a hot topic.) >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 May 20 12: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 66F86152A8 for ; Thu, 20 May 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA68229; Thu, 20 May 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 8035C14CC0 for ; Thu, 20 May 1999 11:54:29 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.00 #1) id 10kXxb-0009LJ-00 for FreeBSD-gnats-submit@freebsd.org; Thu, 20 May 1999 20:54:27 +0200 Message-Id: <35916.927226467@axl.noc.iafrica.com> Date: Thu, 20 May 1999 20:54:27 +0200 From: Sheldon Hearn Reply-To: Sheldon Hearn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11805: [PATCH] argument missing from kzip.1 synopsis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11805 >Category: bin >Synopsis: [PATCH] argument missing from kzip.1 synopsis >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Thu May 20 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sheldon Hearn >Release: FreeBSD 4.0-CURRENT i386 >Organization: UUNET South Africa >Environment: FreeBSD 4.0-CURRENT i386 >Description: The kzip.1 manpage is missing an argument in its synopsis. The kzip program takes the name of a kernel as an argument. This is reflected in usage() but not in the manpage. >How-To-Repeat: N/A >Fix: The following diff syncs the kzip.1 manpage with the program's usage and real operation. Index: kzip.8 =================================================================== RCS file: /home/ncvs/src/usr.bin/kzip/kzip.8,v retrieving revision 1.5 diff -u -d -r1.5 kzip.8 --- kzip.8 1998/03/23 07:44:18 1.5 +++ kzip.8 1999/05/20 18:49:34 @@ -35,6 +35,7 @@ .Nm .Op Fl v .Op Fl l Ar loadaddr +.Ar kernel .Sh DESCRIPTION This program compresses a kernel using .Xr gzip 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 Thu May 20 12:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEF8215439 for ; Thu, 20 May 1999 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 MAA72052; Thu, 20 May 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from assaris.sics.se (assaris.sics.se [193.10.66.108]) by hub.freebsd.org (Postfix) with ESMTP id DBED115670 for ; Thu, 20 May 1999 12:25:48 -0700 (PDT) (envelope-from assar@sics.se) Received: (from assar@localhost) by assaris.sics.se (8.9.3/8.7.3) id VAA37960; Thu, 20 May 1999 21:29:07 +0200 (CEST) Message-Id: <199905201929.VAA37960@assaris.sics.se> Date: Thu, 20 May 1999 21:29:07 +0200 (CEST) From: assar@sics.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/11806: inthand_remove doesn't remove unshared interrupts correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11806 >Category: i386 >Synopsis: inthand_remove doesn't remove unshared interrupts correctly >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 May 20 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Assar Westerlund >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD 4.0-current >Description: When inthand_remove is called on an unshared interrupt it doesn't manage to reset back the handler to the one handling stray interrupts. This also manifests itself with the machine panic:ing after removing pccards or sleeping it. >How-To-Repeat: zzz or remove pccard >Fix: Index: sys/i386/isa/intr_machdep.c =================================================================== RCS file: /src/fbsd-repository/src/sys/i386/isa/intr_machdep.c,v retrieving revision 1.21 diff -u -w -u -w -r1.21 intr_machdep.c --- intr_machdep.c 1999/05/04 21:18:20 1.21 +++ intr_machdep.c 1999/05/17 02:15:18 @@ -823,12 +823,11 @@ oldspl = splq(1 << irq); - /* we want to remove the list head, which was known to intr_mux */ - icu_unset(irq, intr_mux); /* check whether the new list head is the only element on list */ head = intreclist_head[irq]; if (head != NULL) { + icu_unset(irq, intr_mux); if (head->next != NULL) { /* install the multiplex handler with new list head as argument */ errcode = icu_setup(irq, intr_mux, head, 0, 0); @@ -842,6 +841,8 @@ if (errcode == 0) update_intrname(irq, head->name); } + } else { + icu_unset(irq, idesc->handler); } splx(oldspl); } >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 May 20 13:40:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from neuman.interaccess.com (neuman.interaccess.com [207.70.126.130]) by hub.freebsd.org (Postfix) with ESMTP id 6B3E115824 for ; Thu, 20 May 1999 13:40:11 -0700 (PDT) (envelope-from ourpressrelease@yahoo.com) Received: from bsbpub (d136.focal6.interaccess.com [207.208.186.136]) by neuman.interaccess.com (8.9.0/8.9.0) with SMTP id PAA29556; Thu, 20 May 1999 15:39:37 -0500 (CDT) Date: Thu, 20 May 1999 15:39:37 -0500 (CDT) Message-Id: <199905202039.PAA29556@neuman.interaccess.com> From: "Important Info." To: Subject: 40% Off Sale on Black Books 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 Quantities Are Limited . . . Place Your Order Today. 800-305-1458 - MUST MENTION SALE WHEN ORDERING TO GET DISCOUNT Disounted Books --------------- "Pulpit Confessions: Exposing The Black Church" by N. Moore (0965829928) Was $16.00 - NOW $9.60 ______________________________ "Brothers Beware: Games Black Women Play" by A. Marshall (0965829936) Was $12.00 - NOW $7.20 ______________________________ "Louis Farrakhan: Made In America" by A. Marshall (0965572900) Was $19.95 - NOW $11.97 ______________________________ "How To Juggle Women Without Getting Killed or Going Broke" (0965829944) Was $12.00 - NOW $7.20 ______________________________ Also Available $50 for 50,000 African American Email Addresses (Free Black Entreprneur list included for a limited time) CALL TODAY - (800) 305-1458 MUST MENTION THIS SALE WHEN ORDERING FREE COD CHARGES - $3 SHIPPING To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 13:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B1D7157D0 for ; Thu, 20 May 1999 13:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA79371; Thu, 20 May 1999 13:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 20 May 1999 13:50:03 -0700 (PDT) Message-Id: <199905202050.NAA79371@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Pierre Beyssac Subject: Re: bin/11651: inetd's childs staying around after a scan Reply-To: Pierre Beyssac Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11651; it has been noted by GNATS. From: Pierre Beyssac To: Sheldon Hearn , freebsd-gnats-submit@freebsd.org Cc: Pierre Beyssac , markm@freebsd.org Subject: Re: bin/11651: inetd's childs staying around after a scan Date: Thu, 20 May 1999 22:48:19 +0200 On Thu, May 20, 1999 at 04:52:35PM +0200, Sheldon Hearn wrote: > Please would you try the following patch. I've tested it for external, > forking internal and non-forking internal services for each of the > following three cases: > > no wrapping > -DLIBWRAP > -DLIBWRAP -DLIBWRAP_INTERNAL Thanks a lot for the patch! It fixes the problem even in the latter case (which was the default in -current at the time I recompiled inetd). -- Pierre Beyssac pb@fasterix.frmug.org pb@fasterix.freenix.org {Free,Net,Open}BSD, Linux : il y a moins bien, mais c'est plus cher Free domains: http://www.eu.org/ or mail dns-manager@EU.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 13:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07C4D157D2 for ; Thu, 20 May 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA79364; Thu, 20 May 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from flanker.uubf.itu.edu.tr (flanker.uubf.itu.edu.tr [160.75.14.253]) by hub.freebsd.org (Postfix) with ESMTP id 9085B15090 for ; Thu, 20 May 1999 13:42:48 -0700 (PDT) (envelope-from sener@flanker.uubf.itu.edu.tr) Received: (from sener@localhost) by flanker.uubf.itu.edu.tr (8.9.3/8.9.2) id XAA16217; Thu, 20 May 1999 23:46:05 +0300 (EEST) (envelope-from sener) Message-Id: <199905202046.XAA16217@flanker.uubf.itu.edu.tr> Date: Thu, 20 May 1999 23:46:05 +0300 (EEST) From: sener@flanker.uubf.itu.edu.tr Reply-To: sener@flanker.uubf.itu.edu.tr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11808: r/w mounted write protected floppies cause freeze or panic Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11808 >Category: kern >Synopsis: read/write mounted write-protected floppies cause freeze or panic >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu May 20 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tunc Sener >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: FreeBSD pinknoise.gargoyle.org 4.0-CURRENT FreeBSD 4.0-CURRENT #16: Mon May 10 20:17:05 EEST 1999 gargoyle@pinknoise.gargoyle.org:/oldbsdroot/usr/cvs/src/sys/compile/PinkNoiz i386 fdc0: at port 0x3f0-0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> at fdc0 drive 0 >Description: When i try to write on a read-write mounted write-protected floppy system freezes if floppy is DOS formatted. Strangely if my current working directory is not in floppy, everything is ok until i cd and ls in floppy..system freezes and no panic or dump is performed. This may be the same problem as kern/10959. On a FFS floppy kernel panicked when i did the same thing. IdlePTD 3522560 initial pcb at 2dae40 panicstr: sched_sync: fsync failed vp 0xc4981e40 tag 19 panic messages: --- panic: sched_sync: fsync failed vp 0xc4981e40 tag 19 syncing disks... 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 giving up dumping to dev 30001, offset 196608 dump 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=256) at ../../kern/kern_shutdown.c:288 288 dumppcb.pcb_cr3 = rcr3(); (kgdb) where #0 boot (howto=256) at ../../kern/kern_shutdown.c:288 #1 0xc0156cb9 in panic ( fmt=0xc0273c80 "sched_sync: fsync failed vp %p tag %d") at ../../kern/kern_shutdown.c:450 #2 0xc017b33e in sched_sync () at ../../kern/vfs_subr.c:956 #3 0xc014a11e in kproc_start (udata=0xc0273c68) at ../../kern/init_main.c:301 #4 0xc0226fdc in fork_trampoline () Cannot access memory at address 0x35cc00. >How-To-Repeat: Mount a write protected floppy, either DOS or FFS format. Write to it( rm /floppy/*) and ls...DOS one will freeze if your current directory is floppy. FFS one will complain even if you dont write anything onto it. fd0c: hard error writing fsbn 16 of 16-18 (ST0 40 ST1 2 ST2 0 cyl 0 hd 0 sec 17) fd0c: hard error writing fsbn 240 (ST0 40 ST1 2 ST2 0 cyl 6 hd 1 sec 7) fd0c: hard error writing fsbn 16 of 16-18 (ST0 40 ST1 2 ST2 0 cyl 0 hd 0 sec 17) ..and will panic if you try to write onto it. >Fix: Be careful when mounting floppies? :) >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 May 20 14:34:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.destek.net (ns.Destek.Net [192.156.97.193]) by hub.freebsd.org (Postfix) with ESMTP id AB62F14E5F for ; Thu, 20 May 1999 14:34:08 -0700 (PDT) (envelope-from marc@synergy.destek.net) Received: from synergy.destek.net (synergy.Destek.Net [192.156.97.237]) by ns.destek.net (8.9.3/8.9.1a) with ESMTP id RAA19105 for ; Thu, 20 May 1999 17:34:07 -0400 (EDT) Received: from synergy.destek.net (localhost.destek.net [127.0.0.1]) by synergy.destek.net (8.9.3/8.9.1a) with ESMTP id RAA15873 for ; Thu, 20 May 1999 17:35:11 -0400 (EDT) Message-Id: <199905202135.RAA15873@synergy.destek.net> To: freebsd-bugs@freebsd.org Subject: ENHANCEMENT - ping(8) utility MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" Content-ID: <6594.927236098.0@synergy.destek.net> Date: Thu, 20 May 1999 17:35:11 -0400 From: Marc Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <6594.927236098.1@synergy.destek.net> Hello - Attached are some context diffs for the ping(8) utility. What I have added is the command line option -A which when used will inject an audiable bell for each packet that is not recieved before the next packet is sent. In essence, the inverse of the -a option. These were generated against FreeBSD 2.2.8-stable. - Marc ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <6594.927236098.2@synergy.destek.net> *** ping.c Thu May 20 17:15:47 1999 --- ping.c.old Thu Feb 25 10:50:37 1999 *************** *** 124,130 **** #define F_MTTL 0x0800 #define F_MIF 0x1000 #define F_AUDIBLE 0x2000 - #define F_MISSED 0x4000 /* * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum --- 124,129 ---- *************** *** 140,146 **** int s; /* socket file descriptor */ u_char outpack[MAXPACKET]; char BSPACE = '\b'; /* characters written for flood */ - char BBELL = '\a'; /* characters written for MISSED and AUDIBLE */ char DOT = '.'; char *hostname; int ident; /* process id to identify our packets */ --- 139,144 ---- *************** *** 219,229 **** preload = 0; datap = &outpack[8 + PHDR_LEN]; ! while ((ch = getopt(argc, argv, "AI:LQRT:c:adfi:l:np:qrs:v")) != -1) { switch(ch) { - case 'A': - options |= F_MISSED; - break; case 'a': options |= F_AUDIBLE; break; --- 217,224 ---- preload = 0; datap = &outpack[8 + PHDR_LEN]; ! while ((ch = getopt(argc, argv, "I:LQRT:c:adfi:l:np:qrs:v")) != -1) { switch(ch) { case 'a': options |= F_AUDIBLE; break; *************** *** 558,566 **** intvl.tv_sec = MAXWAIT; } (void)gettimeofday(&last, NULL); - - if (ntransmitted != nreceived+1 && options & F_MISSED) - (void)write(STDOUT_FILENO, &BBELL, 1); } } finish(); --- 553,558 ---- *************** *** 721,727 **** if (dupflag) (void)printf(" (DUP!)"); if (options & F_AUDIBLE) ! (void)write(STDOUT_FILENO, &BBELL, 1); /* check the data */ cp = (u_char*)&icp->icmp_data[PHDR_LEN]; dp = &outpack[8 + PHDR_LEN]; --- 713,719 ---- if (dupflag) (void)printf(" (DUP!)"); if (options & F_AUDIBLE) ! (void)printf("\a"); /* check the data */ cp = (u_char*)&icp->icmp_data[PHDR_LEN]; dp = &outpack[8 + PHDR_LEN]; *** ping.8 Thu May 20 17:20:20 1999 --- ping.8.old Thu May 20 17:17:17 1999 *************** *** 42,48 **** packets to network hosts .Sh SYNOPSIS .Nm ping ! .Op Fl AQRadfnqrv .Op Fl c Ar count .Op Fl i Ar wait .Op Fl l Ar preload --- 42,48 ---- packets to network hosts .Sh SYNOPSIS .Nm ping ! .Op Fl QRadfnqrv .Op Fl c Ar count .Op Fl i Ar wait .Op Fl l Ar preload *************** *** 75,87 **** .Dq pad bytes used to fill out the packet. The options are as follows: .Bl -tag -width indent - .It Fl A - Audible missed packet. Include a bell - .Pq ASCII 0x07 - character in the output when any packet is not received before the next packet - is transmitted. .It Fl a ! Audible received packet. Include a bell .Pq ASCII 0x07 character in the output when any packet is received. This option is ignored if other format options are present. --- 75,82 ---- .Dq pad bytes used to fill out the packet. The options are as follows: .Bl -tag -width indent .It Fl a ! Audible. Include a bell .Pq ASCII 0x07 character in the output when any packet is received. This option is ignored if other format options are present. ------- =_aaaaaaaaaa0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 14:40:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mx.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id 5BB4514FC1 for ; Thu, 20 May 1999 14:40:32 -0700 (PDT) (envelope-from semen@iclub.nsu.ru) Received: from iclub.nsu.ru (semen@iclub.nsu.ru [193.124.222.66]) by mx.nsu.ru (8.9.1/8.9.0) with ESMTP id EAA05533; Fri, 21 May 1999 04:37:23 +0700 (NOVST) Received: from localhost (semen@localhost) by iclub.nsu.ru (8.9.3/8.8.5) with ESMTP id EAA57990; Fri, 21 May 1999 04:37:23 +0700 (NSS) Date: Fri, 21 May 1999 04:37:23 +0700 (NSS) From: Ustimenko Semen To: amagai@nue.org Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: pending/11754: tx driver, SIOCGIFADDR ioctl does not work In-Reply-To: <199905200418.NAA10350@may.nue.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 Thu, 20 May 1999 amagai@nue.org wrote: > My pr 11754 was not accepted by gnats, what's happened... > > By the way, SIOCGIFADDR ioctl does not work on tx (SMC chip) network > driver. The SIOCGIFADDR ioctl [src/pci/if_tx.c, epic_ifioctl] > invokes ether_ioctl() [src/net/if_ethersubr.c]. Here, MAC address > is copied out, as follows. > > bcopy(((struct arpcom *)ifp->if_softc)->ac_enaddr, > (caddr_t) sa->sa_data, ETHER_ADDR_LEN); > > So, "struct arpcom arpcom" must be a first element of softc structure. > > /* $OpenBSD: if_txvar.h,v 1.3 1998/10/10 04:30:09 jason Exp $ */ > /* $Id: if_txvar.h,v 1.1.4.1 1999/04/23 05:47:53 semenu Exp $ */ > > ================================================================ > --- if_txvar.h' Tue May 18 15:40:12 1999 > +++ if_txvar.h Tue May 18 15:41:15 1999 > @@ -329,6 +329,7 @@ > bus_space_tag_t sc_st; > bus_space_handle_t sc_sh; > #else /* __FreeBSD__ */ > + struct arpcom arpcom; > #if defined(EPIC_USEIOSPACE) > u_int32_t iobase; > #else > @@ -338,7 +339,6 @@ > #if !defined(EPIC_NOIFMEDIA) > struct ifmedia ifmedia; > #endif > - struct arpcom arpcom; > u_int32_t unit; > struct epic_rx_buffer rx_buffer[RX_RING_SIZE]; > struct epic_tx_buffer tx_buffer[TX_RING_SIZE]; > ================================================================ > All right, thank you! Except you have removed arpcom from OpenBSDbranch... I'll commit correct patch soon. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 14:46:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (unknown [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id B125D15027 for ; Thu, 20 May 1999 14:45:10 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id RAA16338; Thu, 20 May 1999 17:46:46 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Thu, 20 May 1999 17:46:46 -0400 (EDT) From: Bill Fumerola To: Marc Evans Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: ENHANCEMENT - ping(8) utility In-Reply-To: <199905202135.RAA15873@synergy.destek.net> 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 Thu, 20 May 1999, Marc Evans wrote: > Hello - > > Attached are some context diffs for the ping(8) utility. What I have added is the > command line option -A which when used will inject an audiable bell for each packet > that is not recieved before the next packet is sent. In essence, the inverse of the > -a option. > These were generated against FreeBSD 2.2.8-stable. Your patches are reversed. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 15:39:34 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.destek.net (ns.Destek.Net [192.156.97.193]) by hub.freebsd.org (Postfix) with ESMTP id 136E614F0E for ; Thu, 20 May 1999 15:39:22 -0700 (PDT) (envelope-from marc@synergy.destek.net) Received: from synergy.destek.net (synergy.Destek.Net [192.156.97.237]) by ns.destek.net (8.9.3/8.9.1a) with ESMTP id SAA24472; Thu, 20 May 1999 18:39:21 -0400 (EDT) Received: from synergy.destek.net (localhost.destek.net [127.0.0.1]) by synergy.destek.net (8.9.3/8.9.1a) with ESMTP id SAA13364; Thu, 20 May 1999 18:40:25 -0400 (EDT) Message-Id: <199905202240.SAA13364@synergy.destek.net> To: Bill Fumerola Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: ENHANCEMENT - ping(8) utility In-Reply-To: Your message of "Thu, 20 May 1999 17:46:46 EDT." Date: Thu, 20 May 1999 18:40:24 -0400 From: Marc Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry. Would you like me to re-submit, or can you just use the -R option? - Marc ---- In reference to: On Thu, 20 May 1999, Marc Evans wrote: > Hello - > > Attached are some context diffs for the ping(8) utility. What I have added is the > command line option -A which when used will inject an audiable bell for each packet > that is not recieved before the next packet is sent. In essence, the inverse of the > -a option. > These were generated against FreeBSD 2.2.8-stable. Your patches are reversed. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 16:10: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AACF1530E for ; Thu, 20 May 1999 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA90410; Thu, 20 May 1999 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 20 May 1999 16:10:02 -0700 (PDT) Message-Id: <199905202310.QAA90410@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Roger Savard Subject: Re: kern/11302: HP LaserJet 4L doesn't work with ppBus Reply-To: Roger Savard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11302; it has been noted by GNATS. From: Roger Savard To: freebsd-gnats-submit@freebsd.org, estartu@augusta.de Cc: Subject: Re: kern/11302: HP LaserJet 4L doesn't work with ppBus Date: Thu, 20 May 1999 23:06:21 -0400 I resolved my problem by removing my old apsfilter and replacing it with the new one apsfilter-5.0.1. * Had to rm -rf /usr/local/apsfilter though manually. Roger.Savard@henoc.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 16:34:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E47961530E; Thu, 20 May 1999 16:34:10 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA92477; Thu, 20 May 1999 16:34:10 -0700 (PDT) (envelope-from ache@FreeBSD.org) Date: Thu, 20 May 1999 16:34:10 -0700 (PDT) From: Message-Id: <199905202334.QAA92477@freefall.freebsd.org> To: lampa@fee.vutbr.cz, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/11627: Bad CHAR_MAX/MIN definition in Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bad CHAR_MAX/MIN definition in State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Thu May 20 16:33:50 PDT 1999 State-Changed-Why: fix applied To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 18:10:35 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9EAA514D25; Thu, 20 May 1999 18:10:34 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA00350; Thu, 20 May 1999 18:10:34 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Thu, 20 May 1999 18:10:34 -0700 (PDT) From: Message-Id: <199905210110.SAA00350@freefall.freebsd.org> To: arnej@math.ntnu.no, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10027: kdump prints garbage when command name is too long Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kdump prints garbage when command name is too long State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Thu May 20 18:10:00 PDT 1999 State-Changed-Why: Patch applied. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 20 22:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1DFF14E4C for ; Thu, 20 May 1999 22:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22297; Thu, 20 May 1999 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 20 May 1999 22:40:01 -0700 (PDT) Message-Id: <199905210540.WAA22297@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: misc/11790: boot manager bug Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11790; it has been noted by GNATS. From: "Daniel C. Sobral" To: j_guojun@lbl.gov Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: misc/11790: boot manager bug Date: Fri, 21 May 1999 01:40:15 +0900 To be honest, I suspect something in your hardware. I have never seen such complains, and the fickle nature of the problem points very, very strongly to hardware problems. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "If at first you don't succeed, skydiving is not for you." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 2: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A7CE15974 for ; Fri, 21 May 1999 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 CAA45440; Fri, 21 May 1999 02:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id B97C714D61 for ; Fri, 21 May 1999 01:56:43 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.00 #1) id 10kl6d-0009yu-00 for FreeBSD-gnats-submit@freebsd.org; Fri, 21 May 1999 10:56:39 +0200 Message-Id: <38371.927276999@axl.noc.iafrica.com> Date: Fri, 21 May 1999 10:56:39 +0200 From: Sheldon Hearn Reply-To: Sheldon Hearn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11814: [PATCH] LINT still mentions the ATAPI option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11814 >Category: kern >Synopsis: [PATCH] LINT still mentions the ATAPI option >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri May 21 02:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sheldon Hearn >Release: FreeBSD 4.0-CURRENT i386 >Organization: UUNET South Africa >Environment: FreeBSD 4.0-CURRENT i386 >Description: LINT still refers to the removed ATAPI option in its description of the additional IDE devices. The ATAPI option has been removed and is implicit when wdc is included. >How-To-Repeat: See the comments for wcd0, wfd0 and wst0. >Fix: The following patch removes the confusing comments from LINT. Index: LINT =================================================================== RCS file: /home/ncvs/src/sys/i386/conf/LINT,v retrieving revision 1.599 diff -u -d -r1.599 LINT --- LINT 1999/05/18 12:55:11 1.599 +++ LINT 1999/05/21 08:53:21 @@ -1101,13 +1101,13 @@ # options IDE_DELAY=8000 # Be optimistic about Joe IDE device -# IDE CD-ROM & CD-R/RW driver - requires wdc controller and ATAPI option +# IDE CD-ROM & CD-R/RW driver - requires wdc controller device wcd0 -# IDE floppy driver - requires wdc controller and ATAPI option +# IDE floppy driver - requires wdc controller device wfd0 -# IDE tape driver - requires wdc controller and ATAPI option +# IDE tape driver - requires wdc controller device wst0 >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 May 21 2: 1:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E718B1596D; Fri, 21 May 1999 02:01:42 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA45803; Fri, 21 May 1999 02:01:43 -0700 (PDT) (envelope-from des@FreeBSD.org) Date: Fri, 21 May 1999 02:01:43 -0700 (PDT) From: Message-Id: <199905210901.CAA45803@freefall.freebsd.org> To: ru@ucb.crimea.ua, des@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/11747: [PATCH] manpath.config is not updated for Perl5.00503 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] manpath.config is not updated for Perl5.00503 State-Changed-From-To: open->closed State-Changed-By: des State-Changed-When: Fri May 21 02:01:09 PDT 1999 State-Changed-Why: Patch applied, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 2:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7BDE15230 for ; Fri, 21 May 1999 02:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA50039; Fri, 21 May 1999 02:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rzmail.uni-trier.de (rzmail.uni-trier.de [136.199.8.220]) by hub.freebsd.org (Postfix) with ESMTP id 10B5914E9D for ; Fri, 21 May 1999 02:29:57 -0700 (PDT) (envelope-from blank@uni-trier.de) Received: from uni-trier.de (blank@rzppp-78.uni-trier.de [136.199.4.78]) by rzmail.uni-trier.de (8.8.5/8.6.9) with ESMTP id LAA01585 for ; Fri, 21 May 1999 11:29:45 +0200 (CEST) Received: (from blank@localhost) by uni-trier.de (8.9.3/8.9.3) id LAA00624; Fri, 21 May 1999 11:29:00 +0200 (CEST) (envelope-from blank) Message-Id: <199905210929.LAA00624@uni-trier.de> Date: Fri, 21 May 1999 11:29:00 +0200 (CEST) From: blank@uni-trier.de Reply-To: blank@uni-trier.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11815: SCSI tape driver fails on media type recognition Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11815 >Category: kern >Synopsis: SCSI tape driver fails on media type recognition >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 May 21 02:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sascha Blank >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: A FreeBSD 3.2-STABLE system, CVSupped on Thursday, May 20th at about 18:50 o'clock CEST. A "make world" has been performed after that. Import messages from dmesg output: ... ncr0: rev 0x03 int a irq 11 on pci0.8.0 ... sa0 at ncr0 bus 0 target 0 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 4.807MB/s transfers (4.807MHz, offset 8) ... The tape drive's firmware has revision 07:28, and the drive itself is the only device connected to the ncr0 controller. ident /usr/src/sys/cam/scsi/scsi_sa.c: $Id: scsi_sa.c,v 1.16.2.4 1999/05/11 05:40:43 mjacob Exp $ >Description: When I insert a tape of my choice into the drive and do a "mt status", I get the following status report: Mode Density Blocksize bpi Compression Current: 0x11:QIC-320 1024 bytes 16000 disabled ---------available modes--------- 0: 0x11:QIC-320 1024 bytes 16000 none 1: 0x11:QIC-320 1024 bytes 16000 none 2: 0x11:QIC-320 1024 bytes 16000 none 3: 0x11:QIC-320 1024 bytes 16000 none --------------------------------- Current Driver State: at rest. --------------------------------- File Number: 0 Record Number: 0 The output is always the same, no matter whether I have inserted a QIC-120, a QIC-150 or a QIC-1000 tape! Doing tape operations like reading from or writing to the tape doesn't make a change either, even a "mt erase" doesn't help; the "mt status" output after these operations is always the same as shown above (except for the blocksize that I might have to change to 512 to be able to read "smaller" tapes like QIC-120s). >How-To-Repeat: See above. >Fix: The problem is introduced by changes that were made to scsi_sa.c when going from revision 1.16.2.3 to 1.16.2.4. Going back to version 1.16.2.3 makes the media type recognition work again. >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 May 21 3:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE9F714DFF for ; Fri, 21 May 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA56643; Fri, 21 May 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 21 May 1999 03:50:02 -0700 (PDT) Message-Id: <199905211050.DAA56643@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Holger Morgen Subject: Re: kern/9537: ep0 driver : no buffer space available Reply-To: Holger Morgen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9537; it has been noted by GNATS. From: Holger Morgen To: "'freebsd-gnats-submit@freebsd.org'" , "'volf@oasis.IAEhv.nl'" Cc: Subject: Re: kern/9537: ep0 driver : no buffer space available Date: Fri, 21 May 1999 12:38:43 +0200 Hi - I also have the problem at times. I guess that kern/4270 and kern/5347 are caused by the same bug. I had the bug on 2.2.6 with a 3Com 509 card (ep0 driver). I changed ALL the hardware (not the HUP though, just moved to another port.) and upgraded to 3.1, using a 3Com 905 (xl0 driver) card. But problem remains... On 2.2.6 I could do a ifconfig up to clear up the problem, but 3.1 crashes! May 21 11:33:53 /kernel: May 21 11:33:53 /kernel: Fatal trap 12: page fault while in kernel mode May 21 11:33:53 /kernel: fault virtual address = 0x8 May 21 11:33:53 /kernel: fault code = supervisor write, page not pre sent May 21 11:33:53 /kernel: instruction pointer = 0x8:0xf01b9dd6 May 21 11:33:53 /kernel: stack pointer = 0x10:0xf02229bc May 21 11:33:53 /kernel: frame pointer = 0x10:0xf02229d4 May 21 11:33:53 /kernel: code segment = base 0x0, limit 0xffff f, type 0x1b May 21 11:33:53 /kernel: = DPL 0, pres 1, def32 1, gran 1 May 21 11:33:53 /kernel: processor eflags = interrupt enabled, resume, IOP L = 0 May 21 11:33:53 /kernel: current process = Idle May 21 11:33:53 /kernel: interrupt mask = net tty May 21 11:33:53 /kernel: trap number = 12 May 21 11:33:53 /kernel: panic: page fault . . /holger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 4:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B260F1591C for ; Fri, 21 May 1999 04:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA60767; Fri, 21 May 1999 04:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from ns.destek.net (ns.Destek.Net [192.156.97.193]) by hub.freebsd.org (Postfix) with ESMTP id DE09D14E67 for ; Fri, 21 May 1999 04:13:05 -0700 (PDT) (envelope-from marc@ns.destek.net) Received: (from marc@localhost) by ns.destek.net (8.9.3/8.9.1a) id HAA23277; Fri, 21 May 1999 07:13:04 -0400 (EDT) Message-Id: <199905211113.HAA23277@ns.destek.net> Date: Fri, 21 May 1999 07:13:04 -0400 (EDT) From: marc@destek.net Reply-To: marc@destek.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11818: Enhancement, ping(8) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11818 >Category: bin >Synopsis: Added a feature to ping(8) >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 May 21 04:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Marc Evans >Release: FreeBSD 2.2.8-STABLE i386 >Organization: The Destek Group, Inc. >Environment: Any platform that uses FreeBSD derived ping(8) sources. >Description: I have added a feature to ping(8) which is effectively the inverse of the -a option. I use the -A flag on the command line. Both the man page and the source code have been updated in the attached patch. >How-To-Repeat: Patch the sources using the attached patch. Compile, install and then run "ping -A {addr/name}". >Fix: *** ping.c Thu May 20 17:15:47 1999 --- ping.c.old Thu Feb 25 10:50:37 1999 *************** *** 124,130 **** #define F_MTTL 0x0800 #define F_MIF 0x1000 #define F_AUDIBLE 0x2000 - #define F_MISSED 0x4000 /* * MAX_DUP_CHK is the number of bits in received table, i.e. the maximum --- 124,129 ---- *************** *** 140,146 **** int s; /* socket file descriptor */ u_char outpack[MAXPACKET]; char BSPACE = '\b'; /* characters written for flood */ - char BBELL = '\a'; /* characters written for MISSED and AUDIBLE */ char DOT = '.'; char *hostname; int ident; /* process id to identify our packets */ --- 139,144 ---- *************** *** 219,229 **** preload = 0; datap = &outpack[8 + PHDR_LEN]; ! while ((ch = getopt(argc, argv, "AI:LQRT:c:adfi:l:np:qrs:v")) != -1) { switch(ch) { - case 'A': - options |= F_MISSED; - break; case 'a': options |= F_AUDIBLE; break; --- 217,224 ---- preload = 0; datap = &outpack[8 + PHDR_LEN]; ! while ((ch = getopt(argc, argv, "I:LQRT:c:adfi:l:np:qrs:v")) != -1) { switch(ch) { case 'a': options |= F_AUDIBLE; break; *************** *** 558,566 **** intvl.tv_sec = MAXWAIT; } (void)gettimeofday(&last, NULL); - - if (ntransmitted != nreceived+1 && options & F_MISSED) - (void)write(STDOUT_FILENO, &BBELL, 1); } } finish(); --- 553,558 ---- *************** *** 721,727 **** if (dupflag) (void)printf(" (DUP!)"); if (options & F_AUDIBLE) ! (void)write(STDOUT_FILENO, &BBELL, 1); /* check the data */ cp = (u_char*)&icp->icmp_data[PHDR_LEN]; dp = &outpack[8 + PHDR_LEN]; --- 713,719 ---- if (dupflag) (void)printf(" (DUP!)"); if (options & F_AUDIBLE) ! (void)printf("\a"); /* check the data */ cp = (u_char*)&icp->icmp_data[PHDR_LEN]; dp = &outpack[8 + PHDR_LEN]; *** ping.8 Thu May 20 17:20:20 1999 --- ping.8.old Thu May 20 17:17:17 1999 *************** *** 42,48 **** packets to network hosts .Sh SYNOPSIS .Nm ping ! .Op Fl AQRadfnqrv .Op Fl c Ar count .Op Fl i Ar wait .Op Fl l Ar preload --- 42,48 ---- packets to network hosts .Sh SYNOPSIS .Nm ping ! .Op Fl QRadfnqrv .Op Fl c Ar count .Op Fl i Ar wait .Op Fl l Ar preload *************** *** 75,87 **** .Dq pad bytes used to fill out the packet. The options are as follows: .Bl -tag -width indent - .It Fl A - Audible missed packet. Include a bell - .Pq ASCII 0x07 - character in the output when any packet is not received before the next packet - is transmitted. .It Fl a ! Audible received packet. Include a bell .Pq ASCII 0x07 character in the output when any packet is received. This option is ignored if other format options are present. --- 75,82 ---- .Dq pad bytes used to fill out the packet. The options are as follows: .Bl -tag -width indent .It Fl a ! Audible. Include a bell .Pq ASCII 0x07 character in the output when any packet is received. This option is ignored if other format options are present. >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 May 21 8: 2:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from helios.man.lublin.pl (helios.man.lublin.pl [194.92.17.34]) by hub.freebsd.org (Postfix) with ESMTP id B14FE15531 for ; Fri, 21 May 1999 07:59:39 -0700 (PDT) (envelope-from sopel@nemezis.ipan.lublin.pl) Received: from nemezis.ipan.lublin.pl ([193.59.19.154]:3758 "EHLO nemezis.ipan.lublin.pl" ident: "sopel") by helios.man.lublin.pl with ESMTP id <5202-845>; Fri, 21 May 1999 16:59:23 +0200 Date: Fri, 21 May 1999 17:02:21 +0000 (GMT) From: Wojtek To: freebsd-bugs@freebsd.org Subject: vm_fault Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1887881352-927306141=:14103" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-1887881352-927306141=:14103 Content-Type: TEXT/PLAIN; charset=US-ASCII hey ! while playing the included file (as you will notice it isn't a mp3), on my FreeBSD 3.1-RELEASE (Intel Pentium 166MMX, 64MB RAM), with my mpg123 v0.59q (1999/Jan/26), i get the following kernel error: vm_fault: pager read error, pid 682 (mpg123) and of course a segmentation fault. i'm not surprised about the segmentation fault but i don't think the kernel should have a problem with this process. i include the file i was feeding to mpg123 (with not additional options). greetings, sopel --0-1887881352-927306141=:14103 Content-Type: APPLICATION/octet-stream; name="mindscape.nfo" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: the file played.. Content-Disposition: attachment; filename="mindscape.nfo" ICAgICAgICAgICAgICAgICAgICAgICAgICAgILCwICAgICAgICAgICAgICAg ILAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICDb2yAg xMTExMTExM3Nzc3NzdvbsFtBTk9USEVSIEJSaUxMaUFOVCBSRUxFQVNFIEJZ IE1pTkRTQ0FQRSA5OV3NuyAKILAgsCCwILCwILCxsbAgILCwILAgICAgsCCw sdvbsCCwILAgILAgICAgsLAgsCAgILAgICCwsCAgICCwsCCwICAgsCCwsCCw ICAgugogstvb27Lb29vbILCwILDb27Lb29uwILHb29vb29uwILLb27GwsrIg sdvbstvb27AgstuwstvbsSCw29uy29vbsCCx29uy29uyICC6CiDb29uy29uy 29ux29sgsdvb29vb27Egstvb29vb2yCw29vbsrDbsiCx29vb29vbsLCy27Db 29uyILHb29vb29uxINvb29vb29sgILoKINvbsLHb2yCy27Lb2yCw29uwsdvb sSCy29uwsLAgILDbsiCwICCwILLb27CwILAgICAgICCx27IgsdvbsLDb27Eg stuxILHb2yAgugog29uwstvbILLbsdvbsLHb2yAgstuxILLbsSAgICAgsNuy sbGxsbAgsduxICAgICAgsLGxsbLbsiCx29uxsdvbsSDb27KxstvbICC6CiDb 27Cx29sgstux29sgsNvbICCy27EgstuxICAgICCw29vb29vbsiCy27IgICAg ICDb29vb29uyILHb29vb29uxILLb29vb29sgILoKINvbsLHb2yCy27Hb2yCx 29sgILLbsCCy27EgICAgICCxsrKxstuyILHbsSAgICAgsNvbsrLb27Igsdvb srKysSAg29vbsbKysSAgugog29uwsNuxICCwsNvbILDb2yAgILCwILLbsSAg ICAgICAgILAg29sgstuyICAgICAg29uwILHbsiCx27IvUEM+ICCy27EgICAg ICC6CiDb27AgICAgstux29uwsdvbICCx27Agstvb27Cy27Ag29vb29vbsiCx 29vbsLHbsCDb29vb29uyILHbsiAgICAgINvb27Kw27IgILoKINvbsCAgICCy 27HbsiCw27IgILLbsCCy29vbsLLbICDb29vb29uyILHb29uxsduwINvb29vb 27EgsLGwICAgICAgstvbsrCy2yAgugogILAgICAgICCwICCwICCwICAgILAg ICCwsLAgILAgILCwsLCwsCAgILCwsCCwsCAgILCwsLCwsCAgsrAgICAgICAg sLCwILAgICC6CiAgICDJzc3Nzc3Nzc3Nzc3NzVtXRSBNQUtFIFlPVSBIaUdI Xc3Nzc3Nzc3NxMTExMTExMTExMTExLHbssTExMTExM3Nzc3Nzc3NzbwKICAg ILogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgILGwICAgICAgICAgICAgICAgIAogICAguiAgOjogVElUTEUu Li4uLi4gTWFzYXJheSAtIENvc21pYyB0cmFuY2VyICAKICAgILogIDo6IFRS QUNLUy4uLi4uIDYgICAgICAgICAgICAgICAgICAgICAKICAgILogIDo6IExB QkVMLi4uLi4uIFBzeS1IYXJtb25pY3MKICAgILogIDo6IENBVCBOVU1CRVIu LlBTWTAxNyAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgILog IDo6IFNVUFBMSUVSLi4uIGF2aSAgICAgICAgICAgICAgICAgICAgICAgICAg CiAgICC6ICA6OiBHRU5SRS4uLi4uLiBQc3ljaGVkZWxpYyBUcmFuY2UgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIAogICAguiAgOjogRk9STUFULi4u Li4gMTYwa2IvcyAgICAgICAgICAKICAgILogIDo6IERBVEUuLi4uLi4uIDE2 MDQ5OSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgCiAgICC6ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgyM3N zc3Nzc3Nzc3Nzc3Nzc3Nzc1bUkVMRUFTRSBOT1RFU13Nzc3Nzc3Nzc3Nzc3N zc3Nzc3ExMTExMTExMTExMTExCAKICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgIAogICAgIE9rZXksdGhpcyBpcyB0aGUgYmVzdCBhbmQgbW9zdCBj b21wbGV4IHRyYW5jZSBldmVyIG1hZGUgYWNjb3JkaW5nIAogICAgIHRvIG1l Lkl0cyBvbGQgb25lLi4uYnV0IGkgcmVhbGl6ZWQgdGhhdCBpdHMgcmFyZSBi ZWNhdXNlIGl0cyBvbGQsCiAgICAgaSBtZWFuIHJhcmUgYmVjYXVzZSB2ZXJ5 IGZldyBwcGwgaGF2ZSBpdCBvciBldmVuIGhhdmUgbGlzdGVuZWQgdG8gaXQu CiAgICAgSXRzIGhlcmUgZm9yIHlvdSBhbmQgaSB3YW50IHlvdSB0byBzYXkg d2hhdCB5b3UgdGhpbmsgYWJvdXQgaXQuCiAgICAgU29tZWhvdyB0aGlzIGlz IChSKSBmb3IgcHN5IHRyYW5jZSBpbiBKYXBhbi5QcGwgY2FuIGVhc2lseSBy ZWNvZ25pc2UKICAgICB0aGlzIG11c2ljIGFuZCBzYXkgdGhhdCB0aGlzIGNv bWVzIGZyb20gSmFwYW4uTWFzYXl1a2kgS3VyaWhhcmEgYW5kCiAgICAgUmF5 IENhc3RsZSBkaWQgYSB3b25kZXJmdWwgam9iLkl0cyB1cCB0byB5b3Ugd2hl YXRoZXIgeW91IHdpbGwgbGlrZQogICAgIGl0IG9yIG5vdCxtYWtlIHlvdXIg b3BwaW5pb24gYW5kIHRlbGwgdXMgYWJvdXQgaXQuU2VlIHlhLi4gCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAK ICAgICAgxMTExMTExMTExMTNzc3Nzc3Nzc3Nzc3Nzc3NzVtUUkFDS0xJU1Rd zc3Nzc3Nzc3Nzc3Nzc3Nzc3NxMTExMTExMTExCAKICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgCiAgICAgICAwMSBDb3NtaWMgVHJhbmNlcgogICAg ICAgMDIgVGltZSBUcmF2ZWxlciAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgCiAgICAgICAwMyBFdGhlciBSZWxheQogICAgICAgMDQg WHliZXIgU2hpdmEKICAgICAgIDA1IFNjb3JwaW8gU3VuIEVjbGlwc2UKICAg ICAgIDA2IFRpbWUgdHJhdmVsZXIgb2YgVHJhbmNlCgogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgCiAgICDJzc3Nzc3Nzc1bTWlORFNDQVBFIE5F V1Ndzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3NxMTExMTE xMTExAogICAgugogICAgyM3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc1b TWlORFNDQVBFIEFSRSBBTFdBWVMgTE9PS0lORyBGT1Jdzc3Nzc3Nzc27Cgkg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAguiAKICAgICAgIFJpZ2h0IG5vdyBNUyBu ZWVkIG1vcmUgcGVvcGxlIHRoYXQgY2FuIG1ha2UgcXVhbGl0eSByZWxlYXNl cy4gICAgICAguiAKICAgICAgIGlGIHlvdSBmZWVsIHRoYXQgeW91IGNhbiBj b250cmlidXRlIHdpdGggbXVzaWMgbWVudGlvbmVkIGFib3ZlLCAgICAguiAK ICAgICAgIHBseiBjb250YWN0IHVzLiBBbHNvLCB3ZSdyZSBsb29raW5nIGZv ciBwZW9wbGUgZnJvbSB0aGUgVUssIHdpdGggICAguiAKICAgICAgIGdvb2Qg Y29udGFjdHMgYW5kIGxvdHMgb2YgcmVjb3Jkcy4gUmFyZSwgTGl2ZSAmIFBy b21vIHN0dWZmIGFuZCAgICAguiAKICAgICAgIGFsbCBvdGhlciBzdWNoIHRo aW5ncyBpcyBhbHNvIHZlcnkgaW50cmVzdGluZy4gICAgICAgICAgICAgICAg ICAgICAguiAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAguiAKICAg ICDExMTExMTExMTNzc3NW01pTkRTQ0FQRSBNRU1CRVJTXc3Nzc3Nzc3Nzc3N zc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3NvAogICAgCiAgICDJzc3Nzc3N zc1bRk9VTkRFUl3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3NxMTExMTExMTExMQgCiAg ICC6CiAgICC6ICD+IExvbmV8V29sZiD+IAogICAgugogICAgzM3Nzc3Nzc3N W0NPLU9SRGlOQVRPUl3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3NxMTExMTExMTExMQK ICAgILoKICAgILogIP4gTGlyYW5hbiD+CiAgICC6CiAgICDMzc3Nzc3Nzc1b Q09VTkNpTFNdzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3Nzc3NxMTExMTExMTE xAogICAgugogICAguiAg/iBGcmVhaycsLSlOaUsg/iBQc3lDb3JlIP4gUGll Y2Ug/gogICAgugogICAgzM3Nzc3Nzc3NW01FTUJFUlNdzc3Nzc3Nzc3Nzc3N zc3Nzc3Nzc3Nzc3Nzc3Nzc3NzcTExMTExMTExMTExAogICAgugogICAguiAg /gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAACXUxgMl5OoCBfTmAAAAAAAFFL8ABSRfAwU0 hwAFRIMBJVTDAgVkjwEFdIcDAAAAAAWUXwAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVU7AAlZKQDBXQoAyWE4AEFlBQB BaTwAwAAAAAFxJwDAAAAAAAAAAAAAAAABQTNAAUUzQAFJFUAJTTNAAVEiQEF VIkBAAAAAAV0hQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJcT8AwAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUk0AMAAAAAAAAA AGe0+QFnxBEBBdS9ACUk8wMn9E0CBQSCAicUegMlJHoDBeSnAwAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAA --0-1887881352-927306141=:14103-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 9: 9:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9FD315A02; Fri, 21 May 1999 09:09:45 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA56824; Fri, 21 May 1999 09:09:45 -0700 (PDT) (envelope-from ken@FreeBSD.org) Date: Fri, 21 May 1999 09:09:45 -0700 (PDT) From: Message-Id: <199905211609.JAA56824@freefall.freebsd.org> To: ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, gibbs@FreeBSD.org Subject: Re: i386/11799: BusLogic 946c probe timeout on celeron300A (450MHz). Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: BusLogic 946c probe timeout on celeron300A (450MHz). Responsible-Changed-From-To: freebsd-bugs->gibbs Responsible-Changed-By: ken Responsible-Changed-When: Fri May 21 09:09:28 PDT 1999 Responsible-Changed-Why: Justin wrote the bt driver. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 9:16:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 27420159B7; Fri, 21 May 1999 09:16:36 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA57360; Fri, 21 May 1999 09:16:36 -0700 (PDT) (envelope-from ken@FreeBSD.org) Date: Fri, 21 May 1999 09:16:36 -0700 (PDT) From: Message-Id: <199905211616.JAA57360@freefall.freebsd.org> To: ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, gibbs@FreeBSD.org Subject: Re: misc/11800: Problem with scsi AHA2940 and sony SDT-2000 tape Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Problem with scsi AHA2940 and sony SDT-2000 tape Responsible-Changed-From-To: freebsd-bugs->gibbs Responsible-Changed-By: ken Responsible-Changed-When: Fri May 21 09:15:32 PDT 1999 Responsible-Changed-Why: This sounds like it may be an Adaptec driver or motherboard type problem rather than just a tape driver problem. If it turns out to be the tape driver you can just reassign this to mjacob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 9:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ECA7815400 for ; Fri, 21 May 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA59999; Fri, 21 May 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AB2CB14E48; Fri, 21 May 1999 09:34:55 -0700 (PDT) Message-Id: <19990521163455.AB2CB14E48@hub.freebsd.org> Date: Fri, 21 May 1999 09:34:55 -0700 (PDT) From: pam@polynet.lviv.ua To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/11822: tcpd is not installed from src/contrib/tcp_wrappers during make world Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11822 >Category: bin >Synopsis: tcpd is not installed from src/contrib/tcp_wrappers during make world >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 May 21 09:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adrian Pavlykevych >Release: 3.2-Stable-19990518 >Organization: Lviv State University "Lvivska Polytechnica" >Environment: FreeBSD ghost.lp.lviv.ua 3.2-STABLE FreeBSD 3.2-STABLE #2: Tue May 18 10:45:13 EEST 1999 pam@ghost.lp.lviv.ua:/usr/src/sys/compile/MYKernel i386 >Description: tcpd building and installation is missing in make world. Instaling port (in its current shape) would lead to unnecessary duplicating libwrap and other utilities As make world installs libwrap as libwrap.so.2 and not libwrap.so.7 (as port did/does) all dependant binaries need to be recompiled after system upgrade. >How-To-Repeat: upgrade any existing FreeBSD system with tcp_wrapper dependant configuration (like sshd) to 3.2 Stable, remove seemingly unnecessary tcp_wrapper package. >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 May 21 9:40: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 37F5E15014 for ; Fri, 21 May 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA59990; Fri, 21 May 1999 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from enst.enst.fr (enst.enst.fr [137.194.2.16]) by hub.freebsd.org (Postfix) with ESMTP id D87DC14DF8 for ; Fri, 21 May 1999 09:31:12 -0700 (PDT) (envelope-from beyssac@enst.fr) Received: from bofh.enst.fr ([137.194.2.253]) by enst.enst.fr (8.9.1a/8.9.1) with ESMTP id SAA16506 for ; Fri, 21 May 1999 18:31:11 +0200 (MET DST) Received: by bofh.enst.fr (Postfix, from userid 12426) id 30F56D226; Fri, 21 May 1999 18:31:11 +0200 (CEST) Message-Id: <19990521163111.30F56D226@bofh.enst.fr> Date: Fri, 21 May 1999 18:31:11 +0200 (CEST) From: beyssac@enst.fr Reply-To: beyssac@enst.fr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11821: /dev/fd0a hangs on large files, including panic: vinvalbuf: dirty bufs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11821 >Category: kern >Synopsis: /dev/fd0a hangs on large files, including panic: vinvalbuf: dirty bufs >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 May 21 09:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pierre Beyssac >Release: FreeBSD 4.0-CURRENT i386 >Organization: ENST >Environment: 4.0-CURRENT Boot messages : fdc0: at port 0x3f0-0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> at fdc0 drive 0 Kernel : controller isa0 controller pnp0 controller pci0 controller fdc0 at isa? port "IO_FD1" irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 >Description: Writing a file bigger than 1440Kb (for example, boot.flp from 3.2-RELEASE) to a 1440Kb disk on /dev/fd0a hangs or panics the system. >How-To-Repeat: Generally hangs the system without a message: dd if=boot.flp of=/dev/fd0a bs=38k On the other hand, dd if=boot.flp of=/dev/fd0a nicely returns an error message, but panics (tried only once) if followed by: dd if=boot.flp of=/dev/fd0a bs=38k The panic is: vinvalbuf: dirty bufs >Fix: >Release-Note: >Audit-Trail: >Unformatted: Pierre Beyssac To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 10: 5: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 42C87154EF; Fri, 21 May 1999 10:05:04 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA62921; Fri, 21 May 1999 10:05:04 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Fri, 21 May 1999 10:05:04 -0700 (PDT) From: Message-Id: <199905211705.KAA62921@freefall.freebsd.org> To: andreas@infosys.heitec.net, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10071: flags given to chflags depend on sequence Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: flags given to chflags depend on sequence State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Fri May 21 10:04:28 PDT 1999 State-Changed-Why: Patch applied. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 10:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E1EC315552 for ; Fri, 21 May 1999 10:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA67828; Fri, 21 May 1999 10:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 21 May 1999 10:40:02 -0700 (PDT) Message-Id: <199905211740.KAA67828@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: i386/11801: Remounting CD on IDE CDROM after eject fails: read_toc failed Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11801; it has been noted by GNATS. From: "Daniel C. Sobral" To: dalcocer@home.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: i386/11801: Remounting CD on IDE CDROM after eject fails: read_toc failed Date: Sat, 22 May 1999 02:36:33 +0900 dalcocer@home.com wrote: > > >Number: 11801 > >Category: i386 > >Synopsis: Remounting CD on IDE CDROM after eject fails: read_toc failed Does it happen with all cd types? Check the /var/log/messages right after mounting the cd for it's type. In particular, if you are mounting Joliet cds, please try non-Joliet ones. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "If at first you don't succeed, skydiving is not for you." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 11:40: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (unknown [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 9156414CC7 for ; Fri, 21 May 1999 11:38:40 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id OAA02872; Fri, 21 May 1999 14:40:15 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Fri, 21 May 1999 14:40:15 -0400 (EDT) From: Bill Fumerola To: Marc Evans Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: ENHANCEMENT - ping(8) utility In-Reply-To: <199905202240.SAA13364@synergy.destek.net> 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 Thu, 20 May 1999, Marc Evans wrote: > Sorry. Would you like me to re-submit, or can you just use the -R option? Your best bet is to resubmit using send-pr(1). - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 12: 0:51 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from gateway.bocal.cs.univ-paris8.fr (inferno.cs.univ-paris8.fr [193.54.152.10]) by hub.freebsd.org (Postfix) with ESMTP id F10DB14F9F for ; Fri, 21 May 1999 12:00:47 -0700 (PDT) (envelope-from lala@bocal.cs.univ-paris8.fr) Received: from neptune.bocal.cs.univ-paris8.fr (neptune.bocal.cs.univ-paris8.fr [192.168.3.2]) by gateway.bocal.cs.univ-paris8.fr (8.9.1/8.9.1) with ESMTP id VAA01373 for ; Fri, 21 May 1999 21:00:49 +0200 (CEST) Received: from ocean.bocal.cs.univ-paris8.fr (ocean.bocal.cs.univ-paris8.fr [192.168.2.3]) by neptune.bocal.cs.univ-paris8.fr (8.8.8/8.8.8) with SMTP id VAA07567 for ; Fri, 21 May 1999 21:00:52 +0200 (MET DST) Message-ID: <3745AD62.7537@bocal.cs.univ-paris8.fr> Date: Fri, 21 May 1999 21:00:50 +0200 From: Herve RANDRIANASOLO Organization: Centre de Calcul PARIS VIII X-Mailer: Mozilla 3.04Gold (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.ORG Subject: help Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have FreeBSD 2.2.8 on my computer. When I run some programs like wmcdplayer it tells me ld-elf.so.1 not found . Can you help me . Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 12:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3816150B2 for ; Fri, 21 May 1999 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 MAA79037; Fri, 21 May 1999 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 3553A1502C for ; Fri, 21 May 1999 12:19:55 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id WAA80152; Fri, 21 May 1999 22:19:44 +0300 (EEST) (envelope-from ru) Message-Id: <199905211919.WAA80152@relay.ucb.crimea.ua> Date: Fri, 21 May 1999 22:19:44 +0300 (EEST) From: Ruslan Ermilov Reply-To: ru@ucb.crimea.ua To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11823: [PATCH] /sbin/route cleanup Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11823 >Category: bin >Synopsis: [PATCH] /sbin/route cleanup >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 May 21 12:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ruslan Ermilov >Release: FreeBSD 3.2-STABLE i386 >Organization: United Commercial Bank >Environment: 3.2-STABLE 4.0-CURRENT >Description: /sbin/route doesn't check its syntax >How-To-Repeat: # route change default -gateway Segmentation fault - core dumped >Fix: Index: route.c =================================================================== RCS file: /usr/FreeBSD-CVS/src/sbin/route/route.c,v retrieving revision 1.29 diff -u -r1.29 route.c --- route.c 1998/07/28 06:25:35 1.29 +++ route.c 1999/05/21 19:12:05 @@ -582,28 +582,46 @@ break; case K_IFA: argc--; - (void) getaddr(RTA_IFA, *++argv, 0); + if (argc) + (void) getaddr(RTA_IFA, *++argv, 0); + else + usage((char *)NULL); break; case K_IFP: argc--; - (void) getaddr(RTA_IFP, *++argv, 0); + if (argc) + (void) getaddr(RTA_IFP, *++argv, 0); + else + usage((char *)NULL); break; case K_GENMASK: argc--; - (void) getaddr(RTA_GENMASK, *++argv, 0); + if (argc) + (void) getaddr(RTA_GENMASK, *++argv, 0); + else + usage((char *)NULL); break; case K_GATEWAY: argc--; - (void) getaddr(RTA_GATEWAY, *++argv, 0); + if (argc) + (void) getaddr(RTA_GATEWAY, *++argv, 0); + else + usage((char *)NULL); break; case K_DST: argc--; - ishost = getaddr(RTA_DST, *++argv, &hp); - dest = *argv; + if (argc) { + ishost = getaddr(RTA_DST, *++argv, &hp); + dest = *argv; + } else + usage((char *)NULL); break; case K_NETMASK: argc--; - (void) getaddr(RTA_NETMASK, *++argv, 0); + if (argc) + (void) getaddr(RTA_NETMASK, *++argv, 0); + else + usage((char *)NULL); /* FALLTHROUGH */ case K_NET: forcenet++; @@ -617,7 +635,10 @@ case K_RTT: case K_RTTVAR: argc--; - set_metric(*++argv, key); + if (argc) + set_metric(*++argv, key); + else + usage((char *)NULL); break; default: usage(1+*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 Fri May 21 14:22:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F041714DCC; Fri, 21 May 1999 14:22:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA87455; Fri, 21 May 1999 14:22:14 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Fri, 21 May 1999 14:22:14 -0700 (PDT) From: Message-Id: <199905212122.OAA87455@freefall.freebsd.org> To: froden@bigblue.no, obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/6914: FreeBSD 2.2.6-RELEASE and NFS is UNSTABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD 2.2.6-RELEASE and NFS is UNSTABLE State-Changed-From-To: open->closed State-Changed-By: obrien State-Changed-When: Fri May 21 14:20:51 PDT 1999 State-Changed-Why: Many NFS bugs have been fixed in 4.0-CURRENT and some of them back ported to 3.2-RELEASE. More NFS problems will be fixed in 3.3-RELEASE, as they the fixes needed more testing than the 3.2-RELEASE schdedule would allow. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 16:16:23 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E73C514DF2; Fri, 21 May 1999 16:16:21 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96803; Fri, 21 May 1999 16:16:21 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Fri, 21 May 1999 16:16:21 -0700 (PDT) From: Message-Id: <199905212316.QAA96803@freefall.freebsd.org> To: ah@alvman.RoBIN.de, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/3506: [PATCH] more did not show iso-8859-n characters Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] more did not show iso-8859-n characters State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Fri May 21 16:15:36 PDT 1999 State-Changed-Why: Fixed in -current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 16:17:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0061D14DF2; Fri, 21 May 1999 16:17:36 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96970; Fri, 21 May 1999 16:17:36 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Fri, 21 May 1999 16:17:36 -0700 (PDT) From: Message-Id: <199905212317.QAA96970@freefall.freebsd.org> To: hbarker@dsms.com, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/6919: can not run multiple instances of /sbin/restore because temp files are not unique Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: can not run multiple instances of /sbin/restore because temp files are not unique State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Fri May 21 16:16:35 PDT 1999 State-Changed-Why: Fixed in rev. 1.7 of dirs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 16:19:59 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A5DC159C8; Fri, 21 May 1999 16:19:58 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA97158; Fri, 21 May 1999 16:19:58 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Fri, 21 May 1999 16:19:58 -0700 (PDT) From: Message-Id: <199905212319.QAA97158@freefall.freebsd.org> To: aagero@Norway.EU.net, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/6939: restore does not set the correct uid on directories where uid > 32767 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: restore does not set the correct uid on directories where uid > 32767 State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Fri May 21 16:19:10 PDT 1999 State-Changed-Why: Fixed in last supported releases. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 16:32: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEA5215024; Fri, 21 May 1999 16:32:06 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA97952; Fri, 21 May 1999 16:32:06 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Date: Fri, 21 May 1999 16:32:06 -0700 (PDT) From: Message-Id: <199905212332.QAA97952@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: kern/11815: SCSI tape driver fails on media type recognition Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SCSI tape driver fails on media type recognition Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Fri May 21 16:31:29 PDT 1999 Responsible-Changed-Why: My responsibility. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 19: 2:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 626CE14C3C; Fri, 21 May 1999 19:02:39 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA07050; Fri, 21 May 1999 19:02:39 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Fri, 21 May 1999 19:02:39 -0700 (PDT) From: Message-Id: <199905220202.TAA07050@freefall.freebsd.org> To: tri@FreeBSD.ORG, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9263: Database of units(3) misses euro-currency and constant rates of EMU area Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Database of units(3) misses euro-currency and constant rates of EMU area State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Fri May 21 19:02:09 PDT 1999 State-Changed-Why: Patch applied. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 19:32:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3529814F44; Fri, 21 May 1999 19:32:30 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA08978; Fri, 21 May 1999 19:32:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) Date: Fri, 21 May 1999 19:32:29 -0700 (PDT) From: Message-Id: <199905220232.TAA08978@freefall.freebsd.org> To: lha@stacken.kth.se, peter@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11779: kernel panic in module_release Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel panic in module_release State-Changed-From-To: open->closed State-Changed-By: peter State-Changed-When: Fri May 21 19:31:48 PDT 1999 State-Changed-Why: Suggested fix applied in rev 1.18 of kern_module.c, thanks! (blush!) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 21 22: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7B78151D2 for ; Fri, 21 May 1999 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 WAA17720; Fri, 21 May 1999 22:00:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp04.nwnexus.com (smtp04.nwnexus.com [206.63.63.52]) by hub.freebsd.org (Postfix) with ESMTP id B751514C18 for ; Fri, 21 May 1999 21:54:04 -0700 (PDT) (envelope-from wrsomsky@halcyon.com) Received: from gramarye (evt-lx100-ip46.nwnexus.net [204.57.235.46]) by smtp04.nwnexus.com (8.8.8/8.8.8) with ESMTP id VAA08072 for ; Fri, 21 May 1999 21:53:58 -0700 (PDT) Received: (from wrsomsky@localhost) by gramarye (8.9.3/8.9.3) id TAA17465; Fri, 21 May 1999 19:17:29 -0700 (PDT) (envelope-from wrsomsky) Message-Id: <199905220217.TAA17465.gramarye.wrsomsky@halcyon.com> Date: Fri, 21 May 1999 19:17:29 -0700 (PDT) From: "William R. Somsky" Reply-To: wrsomsky@halcyon.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11828: Patch for aout "ld.so" difficulties Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11828 >Category: bin >Synopsis: Patch for aout "ld.so" difficulties >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 May 21 22:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: William R. Somsky >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: FreeBSD 3.2-STABLE machine trying to maintain compatibilty w/ aout executables. >Description: A buildworld/installworld fails to build and install /usr/libexec/ld.so for back aout compatibility, even if COMPAT22=YES is defined in /etc/make.conf >How-To-Repeat: Build and Install "world" on a 3.2-STABLE box with COMPAT22 defined, but no pre-existing /usr/libexec/ld.so (which would mask it not being built and installed). >Fix: Proposed patch follows: *** /usr/src/libexec/Makefile.old Fri May 21 19:08:23 1999 --- /usr/src/libexec/Makefile Fri May 21 19:09:32 1999 *************** *** 11,17 **** SUBDIR+=mail.local smrsh .endif ! .if ${OBJFORMAT} == aout SUBDIR+=rtld-aout .endif --- 11,17 ---- SUBDIR+=mail.local smrsh .endif ! .if ${OBJFORMAT} == aout || defined(COMPAT1X) || defined(COMPAT20) || defined(COMPAT21) || defined(COMPAT22) SUBDIR+=rtld-aout .endif >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 May 21 22:10: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DC2BF152F1 for ; Fri, 21 May 1999 22:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA18446; Fri, 21 May 1999 22:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AE2B4151D2; Fri, 21 May 1999 22:01:49 -0700 (PDT) Message-Id: <19990522050149.AE2B4151D2@hub.freebsd.org> Date: Fri, 21 May 1999 22:01:49 -0700 (PDT) From: dstanawa@mail.usyd.edu.au To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11829: Boot Failure (Register Dump) with MFSroot disk from x86 3.2-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11829 >Category: i386 >Synopsis: Boot Failure (Register Dump) with MFSroot disk from x86 3.2-RELEASE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 21 22:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David Stanaway >Release: FreeBSD/i386 3.2-RELEASE >Organization: Sydney University >Environment: i386 (intelP166 3.2-release kern/mfsroot >Description: After loading the MFSroot.. register dump and abort: int=00000000 err=00000000 efl=00010006 eip=c0219224 eax=c05b9000 ebx=03000000 ecx=00000000 edx=c6569000 esi=00000000 edi=c02bd9b8 ebp=c05bafcc esp=c05bafc0 cs=0008 ds=0010 es=0010 fs=0010 gs=0010 ss=0010 cs:eip= 83 3b 00 74 if 53 8b 03-ff d0 83 c4 04 66 83 7b ss:esp= 00 8c 5b 00 00 b0 5b 00-00 b0 5b 00 f4 af 5b c0 I may have made some transcription errors.. sorry. I have only tried one MFS-Root and it was downloaded from ftp3.au. It was put on disk with dd on a FreeBSD 3.1-release system (The same one that generated this error) with no errors. Brand new Imation disk. >How-To-Repeat: Every time I boot, I get this same error. >Fix: The 3.1-RELEASE disks work fine >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 May 22 0:20: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F8711506A for ; Sat, 22 May 1999 00:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA26245; Sat, 22 May 1999 00:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 22 May 1999 00:20:03 -0700 (PDT) Message-Id: <199905220720.AAA26245@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/11828: Patch for aout "ld.so" difficulties Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11828; it has been noted by GNATS. From: Ruslan Ermilov To: "William R. Somsky" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/11828: Patch for aout "ld.so" difficulties Date: Sat, 22 May 1999 10:12:44 +0300 Apparently, ld.so will be built and installed during ``make world'' if you specify -DWANT_AOUT. In 3.1, legacy support is built by default, and one needs to specify -DNOAOUT to avoid this. This has been changed in 3.2: +------------------ | # head /usr/src/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. | | 19990510: | Previously, one would define "NOAOUT" to keep from building | the legacy a.out bits. Now one would define "WANT_AOUT" to | build them. +------------------ -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 2:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 515FB151D7 for ; Sat, 22 May 1999 02:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA33827; Sat, 22 May 1999 02:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 22 May 1999 02:30:03 -0700 (PDT) Message-Id: <199905220930.CAA33827@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "William R. Somsky" Subject: Re: bin/11828: Patch for aout "ld.so" difficulties Reply-To: "William R. Somsky" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11828; it has been noted by GNATS. From: "William R. Somsky" To: Ruslan Ermilov Cc: "William R. Somsky" , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/11828: Patch for aout "ld.so" difficulties Date: Sat, 22 May 1999 02:18:46 -0700 On Sat, May 22, 1999 at 10:12:44AM +0300, Ruslan Ermilov wrote: > Apparently, ld.so will be built and installed during ``make world'' > if you specify -DWANT_AOUT. > > In 3.1, legacy support is built by default, and one needs to specify > -DNOAOUT to avoid this. This has been changed in 3.2: > > +------------------ > | # head /usr/src/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. > | > | 19990510: > | Previously, one would define "NOAOUT" to keep from building > | the legacy a.out bits. Now one would define "WANT_AOUT" to > | build them. > +------------------ Ok, I see it now. But shouldn't COMPAT22 perhaps imply that then? Setting COMPAT22 seems to do everything except make ld.so. Or should WANT_AOUT be mentioned in /etc/make.conf? ________________________________________________________________________ William R. Somsky wrsomsky@halcyon.com Physicist, Baritone, Guitarist http://www.halcyon.com/wrsomsky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 3:11:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2E4114DE7; Sat, 22 May 1999 03:11:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA36601; Sat, 22 May 1999 03:11:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) Date: Sat, 22 May 1999 03:11:32 -0700 (PDT) From: Message-Id: <199905221011.DAA36601@freefall.freebsd.org> To: assar@sics.se, peter@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/11806: inthand_remove doesn't remove unshared interrupts correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: inthand_remove doesn't remove unshared interrupts correctly State-Changed-From-To: open->closed State-Changed-By: peter State-Changed-When: Sat May 22 03:10:47 PDT 1999 State-Changed-Why: Suggested fix applied in intr_machdep.c rev 1.22 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 4:27:35 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp2.niftyserve.or.jp (smtp2.nifty.ne.jp [202.219.63.54]) by hub.freebsd.org (Postfix) with ESMTP id 72C1E14C96; Sat, 22 May 1999 04:27:31 -0700 (PDT) (envelope-from QZW07013@nifty.ne.jp) Received: from LocalHost (atgi0506.ppp.infoweb.ne.jp [210.131.79.22]) by smtp2.niftyserve.or.jp (8.8.8+2.7Wbeta7/3.6W-981208) with SMTP id UAA12555; Sat, 22 May 1999 20:27:07 +0900 (JST) Message-ID: <001201bea447$8db47600$164f83d2@LocalHost> From: =?iso-2022-jp?B?GyRCMGY4NkAvRjsbKEI=?= To: , "freebsd-bugs" , Subject: =?iso-2022-jp?B?GyRCIVYbKEIgRnJlZUJTRCgbJEIjOSM4GyhCKRskQiFXJE4jQyNEGyhC?= =?iso-2022-jp?B?GyRCIV0jUiNPI00kTkZ+PGpKfUshJE8hKRsoQg==?= Date: Sat, 22 May 1999 20:37:04 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" X-Mailer: Microsoft Outlook Express 5.00.2014.211 Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $B$*A{$,$;$7$^$7$?!#F~ wrote in message news:KAWAI.99May16180551@scotch.cks.canon.co.jp... > $B$+$o$$!w$-$d$N$s!s1Q?t;z$OH>3Q$G!#(B > > In article <7hk0r7$19q$1@news-jp1.nifty.ne.jp> $B0f86@/F;(B writes: > > $B$$(B>From: $B0f86@/F;(B > $B$$(B> $B$O$8$a$^$7$F!"!V(BUNIX$B!W!V(BFreeBSD$B!W6&$KA4$/$N=i?4 $B$$(B> $B!V(Bfdimage$B!W$r;HMQ$7$F!V(Bboot.flp$B!W$r%U%m%C%T!<$K%3%T!<$7$F!"$3$N%U%m%C%T!<(B > $B$$(B>$B$G:F5/F0$r;HMQ$H$7$?$N$G$9$,!"A4$/5/F0$7$^$;$s!#(B > $B$I$3$N!"(Bboot.flp $B$D$+$C$F$$$k$N!)(B > FreeBSD(98) $B$N(B version$B$O!)(B > $B$$(B> $B4D6-$O!"(B > $B$$(B> PC9821-XA9/C4 > $B$$(B> $B%a%b%j(B:32MB > $B$$(B> $BEE8;EjF~8e$K%a%b%j$rG'<1$7!"(BSCSI2$B$N%$%s%?!<%U%'!<%9$rG'<1$7$?8e!"(BF > $B$$(B>DD$B$N%"%/%;%9%i%s%W$,E@Et$7$F!"%G%#%9%W%l!<$O!"??$C0E$K$J$C$F$7$^$$(B($B2?$bI=(B > $B$$(B>$B<($5$l$^$;$s(B)$B!"$3$3$+$i@h$O!"2?$bF0$+$J$$$N$G$9$,!"2?8N$G$7$g$&!#(B > PC98xx $B$K$?$$$7$F!"(BPC/AT $BMQ$N(B floppy $B$G$O$J$$$N!)(B > > $B$$(B> $B%V!<%H%G%#%9%/$r:n@.8e!V(BWindows$B!W$G%U%m%C%T!<$r;2>H$7$h$&$H$9$k(B > $B$$(B>$B$H!"(B > $B$$(B>$B!V%U%)!<%^%C%H$5$l$F$^$;$s!"=i4|2=$7$^$9$+(B?$B!W(B > $B$$(B>$B$HJ9$$$F$/$k$N$G$9$,!"%V!<%H%G%#%9%/$,$^$H$b$K:n@.$G$-$F$$$J$$$N$G$7$g$&$+(B? > $BIaDL(B boot $B%G%#%9%/$O(B windows,DOS$B!"(B(FreeBSD $B0J30$N$=$NB>(B)$B$G$O!"FI$a$^$;$s!#(B > > $B$$(B> $B!V(BWindows$B!W$G:n@.$7$?%U%m%C%T!<$r!V(BWindows$B!W$G;2>H$G$-$J$$$H(B > $B$$(B>$B8@$&$H$3$m$+$i4{$K2x$7$/$J$$$G$7$g$&$+(B? > boot $B%G%#%9%/$O!"O@M}%U%)!<%^%C%H$,!"(BFAT$B$G$O$"$j$^$;$s!#(B > $B$=$l$O!"EvA3$G$9!#(B To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 4:42: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EA6E14C96; Sat, 22 May 1999 04:42:03 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Received: (from rnordier@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA42628; Sat, 22 May 1999 04:42:03 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) Date: Sat, 22 May 1999 04:42:03 -0700 (PDT) From: Message-Id: <199905221142.EAA42628@freefall.freebsd.org> To: pho@login.dknet.dk, rnordier@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11780: 3.2-RELEASE boot floppy doesn't boot on Fujitsu ErgoPro Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.2-RELEASE boot floppy doesn't boot on Fujitsu ErgoPro State-Changed-From-To: open->closed State-Changed-By: rnordier State-Changed-When: Sat May 22 04:32:54 PDT 1999 State-Changed-Why: In private mail, the originator reported that this machine appears to require that one of the keys {insert, delete, home, end} is hit before standard flags in the BIOS data area are maintained. If this is the case, the machine requires a keypress before it is fully "PC compatible", and all bets are off until then. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 9:30: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9154914F34 for ; Sat, 22 May 1999 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA86431; Sat, 22 May 1999 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 22 May 1999 09:30:02 -0700 (PDT) Message-Id: <199905221630.JAA86431@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "David O'Brien" Subject: Re: bin/11828: Patch for aout "ld.so" difficulties Reply-To: "David O'Brien" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11828; it has been noted by GNATS. From: "David O'Brien" To: freebsd-gnats-submit@freebsd.org, wrsomsky@halcyon.com Cc: Subject: Re: bin/11828: Patch for aout "ld.so" difficulties Date: Sat, 22 May 1999 09:29:13 -0700 Setting "COMPAT22" does not "do everything else". All "COMPAT22" does is uudecode a bunch of files and put them in place. There is no other magic behind "COMPAT22". To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 14:10:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EB0114FA4 for ; Sat, 22 May 1999 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 OAA41272; Sat, 22 May 1999 14:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 31C9014BCC; Sat, 22 May 1999 14:04:36 -0700 (PDT) Message-Id: <19990522210436.31C9014BCC@hub.freebsd.org> Date: Sat, 22 May 1999 14:04:36 -0700 (PDT) From: darkside@mobikom.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/11838: xwindows configuration problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11838 >Category: misc >Synopsis: xwindows configuration problem >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 22 14:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Boris Kiriakov >Release: 3.1-STABLE >Organization: none >Environment: >Description: When i try to congig xwindows with XF86Setup it says that /usr/X11R6/lib/x11/fonts/mics/6x13.pc*.gz is missing but i have installed all the fonts. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 15:23:51 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from unknown (sar-fl2-27.ix.netcom.com [205.184.138.91]) by hub.freebsd.org (Postfix) with SMTP id 30D5614FCB; Sat, 22 May 1999 15:23:39 -0700 (PDT) (envelope-from netstar44@popmail.com) From: Subject: FREE Y2K FIX !!! <..,:adv.,,< Date: Sat, 22 May 1999 18:24:51 Message-Id: <228.831242.439563@unknown> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ***************************************************************** ***************************************************************** THE GOOD NEWS IS: You can now test your computer for full Y2K compliance,(both BIOS and REAL TIME CLOCKS), and even correct it with a simple inexpensive download. THE GREAT NEWS IS: We offer a FREE TEST & EVALUATION period while you decide whether you want to purchase this solution. No one else offers the comprehensive guarantee that we have for you. For additional information on our free evaluation period, visit our site at: www.freey2kdownload.com ***************************************************************** To be removed from this mailing list please reply to: y2kfreetest.com and type REMOVE on the subject line. ***************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 15:57:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC29614C97; Sat, 22 May 1999 15:57:47 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA62167; Sat, 22 May 1999 15:57:47 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Sat, 22 May 1999 15:57:47 -0700 (PDT) From: Message-Id: <199905222257.PAA62167@freefall.freebsd.org> To: ben@scientia.demon.co.uk, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10904: sa(8) exits non-zero even on success Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sa(8) exits non-zero even on success State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Sat May 22 15:56:51 PDT 1999 State-Changed-Why: Patch applied. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 16: 2:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EDC8C14C97; Sat, 22 May 1999 16:02:14 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA62945; Sat, 22 May 1999 16:02:13 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Sat, 22 May 1999 16:02:13 -0700 (PDT) From: Message-Id: <199905222302.QAA62945@freefall.freebsd.org> To: woju@freebsd.ntu.edu.tw, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10899: /usr/bin/fetch usage message fix Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/bin/fetch usage message fix State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Sat May 22 16:00:19 PDT 1999 State-Changed-Why: The problem was fixed in rev. 1.51 of main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 16: 3:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.mobikom.com (ns.mobikom.com [212.5.128.30]) by hub.freebsd.org (Postfix) with SMTP id 1E22014C97 for ; Sat, 22 May 1999 16:03:21 -0700 (PDT) (envelope-from darkside@mobikom.com) Received: (qmail 25917 invoked from network); 22 May 1999 23:03:16 -0000 Received: from pbu13.mobikom.net (HELO Chiko) (212.5.130.141) by ns with SMTP; 22 May 1999 23:03:16 -0000 Message-Id: <4.1.19990523015336.0091fc80@mail.mobikom.com> X-Sender: BURehh917@mail.mobikom.com X-Mailer: QUALCOMM Windows Eudora Pro Version 4.1 X-Priority: 1 (Highest) Date: Sun, 23 May 1999 01:59:41 +0300 To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org From: Boris Kiriakov Subject: Recording FreeBSD to cd In-Reply-To: <199905222110.OAA41268@freefall.freebsd.org> References: 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 Hi, Sorry for bothering you.I found my mistake.I haven`t downloaded a file. But i have another question. Now i install FreeBSD from msdos but it refuse to.Then i changed the directori name to Releases and it works now.If i want to write FreeBSD on cd what standart should it be?Is iso9660 ok? Now if i want install a package with /stand/sysinstall it says that the package is not in the selected media but i can install it by hand it works.Is it couse bye ~ in the files couse fat16? Thank you in advance. Boris At 14:10 22.5.1999 'ã.'‘ -0700, you wrote: >Thank you very much for your problem report. >It has the internal identification `misc/11838'. >The individual assigned to look at your >report is: freebsd-bugs. > >>Category: misc >>Responsible: freebsd-bugs >>Synopsis: xwindows configuration problem >>Arrival-Date: Sat May 22 14:10:00 PDT 1999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 16: 6:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6005614C97; Sat, 22 May 1999 16:06:27 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA63357; Sat, 22 May 1999 16:06:27 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Sat, 22 May 1999 16:06:27 -0700 (PDT) From: Message-Id: <199905222306.QAA63357@freefall.freebsd.org> To: toyo@fuji.slab.ntt.co.jp, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8405: There is extra ping.o Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: There is extra ping.o State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Sat May 22 16:03:23 PDT 1999 State-Changed-Why: The problem can't be reproduced. In any case it does not occur in -current To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 17:38:43 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A5FCC15101; Sat, 22 May 1999 17:38:42 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA68190; Sat, 22 May 1999 17:38:42 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Sat, 22 May 1999 17:38:42 -0700 (PDT) From: Message-Id: <199905230038.RAA68190@freefall.freebsd.org> To: graphix@iastate.edu, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8426: gprof still expects gmon.out Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gprof still expects gmon.out State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Sat May 22 17:38:13 PDT 1999 State-Changed-Why: Fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 19:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C889214C3A for ; Sat, 22 May 1999 19:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA73393; Sat, 22 May 1999 19:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 22 May 1999 19:40:02 -0700 (PDT) Message-Id: <199905230240.TAA73393@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Nickolai Zeldovich Subject: Re: kern/11266: Page fault, fatal trap in kernel Reply-To: Nickolai Zeldovich Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11266; it has been noted by GNATS. From: Nickolai Zeldovich To: "Daniel C. Sobral" Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11266: Page fault, fatal trap in kernel Date: Sat, 22 May 1999 22:34:10 -0400 (EDT) Hi, I suddenly noticed that 3.2-STABLE was released, and was wondering if this bug has been possibly fixed? I'm not sure if I want to install it on our production news box just to find this out, and none of our non-critical machines have the same load and specs. Thanks in advance, -- [ Nickolai Zeldovich // nickolai@zepa.net ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 22 21:30: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4466E14E30 for ; Sat, 22 May 1999 21:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA81305; Sat, 22 May 1999 21:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from onion.ish.org (onion.ish.org [210.145.219.202]) by hub.freebsd.org (Postfix) with ESMTP id 62A9514DF9 for ; Sat, 22 May 1999 21:26:01 -0700 (PDT) (envelope-from ishizuka@ish.org) Received: (from ishizuka@localhost) by onion.ish.org (8.9.3/3.7Wpl1-08/27/98) id NAA04610; Sun, 23 May 1999 13:26:00 +0900 (JST) Message-Id: <199905230426.NAA04610@onion.ish.org> Date: Sun, 23 May 1999 13:26:00 +0900 (JST) From: ish@ish.org Reply-To: ish@ish.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11857: portmap on 3.2R can't resolvassless ip address and die with twist command Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11857 >Category: bin >Synopsis: portmap can't resolv classless ip address and die with twist command. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 22 21:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Masachika ISHIZUKA >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: I want to use NFS service. The server is onion.ish.org(210.145.219.202/28). The client is pumpkin.ish.org(210.145.219.203/28). Both are FreeBSD 3.2R. >Description: Portmap can't resolv classless network and die with twist command. | onion.ish.org% cat /etc/hosts.allow | ALL : pumpkin.ish.org : allow | ALL : ALL : twist /bin/echo "You are not welcome to use %d from %h." The portmap can't resolv ip address of pumpkin.ish.org that is 210.145.219.203/28. NFS request from pumpkin was failed and portmap died whit the following messages. | May 23 11:39:39 onion portmap[144]: twist 210.145.219.203 to /bin/echo | "You are not welcome to use portmap from 210.145.219.203." | May 23 11:39:39 onion portmap[144]: warning: /etc/hosts.allow, line 79: | twist_option: dup: Bad file descriptor >How-To-Repeat: See description. >Fix: To prevent from death of portmap, I modified /etc/hosts.allow as follows. But it is not the solution in essence. | ALL : 210.145.219.203 : allow | ALL EXCEPT portmap : ALL : twist /bin/echo "You are not welcome to ...." | ALL : ALL : deny >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 May 22 22:17:45 1999 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 710) id DCACF14C02; Sat, 22 May 1999 22:17:44 -0700 (PDT) To: gabor@acm.org, hoek@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG From: hoek@FreeBSD.ORG Subject: Re: conf/11804 Message-Id: <19990523051744.DCACF14C02@hub.freebsd.org> Date: Sat, 22 May 1999 22:17:44 -0700 (PDT) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: whereis and manpath produces warning State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Sat May 22 22:17:06 PDT 1999 State-Changed-Why: Fixed by des on May 21. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 23 0: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9700314C1D for ; Sun, 23 May 1999 00:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA90826; Sun, 23 May 1999 00:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 23 May 1999 00:00:03 -0700 (PDT) Message-Id: <199905230700.AAA90826@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Daniel C. Sobral" Subject: Re: kern/11266: Page fault, fatal trap in kernel Reply-To: "Daniel C. Sobral" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11266; it has been noted by GNATS. From: "Daniel C. Sobral" To: Nickolai Zeldovich Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11266: Page fault, fatal trap in kernel Date: Sun, 23 May 1999 15:56:56 +0900 Nickolai Zeldovich wrote: > > I suddenly noticed that 3.2-STABLE was released, and was wondering if this > bug has been possibly fixed? I'm not sure if I want to install it on our > production news box just to find this out, and none of our non-critical > machines have the same load and specs. In my last message I suggested a bigger NMBCLUSTER. Did you try that? Also, nothing can be done about panic PRs without a kernel trace, at the very least. I can't tell you if the bug has been fixed because I don't know what the bug is. Read the section on the handbook on how to debug a kernel. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org "If at first you don't succeed, skydiving is not for you." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 23 0:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0AC6D14E14 for ; Sun, 23 May 1999 00:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA91666; Sun, 23 May 1999 00:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from onion.ish.org (onion.ish.org [210.145.219.202]) by hub.freebsd.org (Postfix) with ESMTP id A67A014E13 for ; Sun, 23 May 1999 00:15:20 -0700 (PDT) (envelope-from ishizuka@ish.org) Received: (from ishizuka@localhost) by onion.ish.org (8.9.3/3.7Wpl1-08/27/98) id QAA11991; Sun, 23 May 1999 16:15:18 +0900 (JST) Message-Id: <199905230715.QAA11991@onion.ish.org> Date: Sun, 23 May 1999 16:15:18 +0900 (JST) From: Masachika ISHIZUKA Reply-To: ishizuka@ish.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11860: inetd is broken when kill -HUP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11860 >Category: bin >Synopsis: inetd is broken if kill -HUP `/var/run/inetd.pid` >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 May 23 00:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Masachika ISHIZUKA >Release: FreeBSD 3.2-RELEASE i386 >Organization: ish.org >Environment: FreeBSD 3.2R >Description: After modifying /etc/inetd.conf, we use the following command, # kill -HUP `/var/run/inetd.pid` But it let inetd not to work correctly. After kill -HUP, inetd can't recognize daemon name in /etc/hosts.allow. For example, | onion% cat /etc/hosts.allow | telnetd : pumpkin : allow | ALL : ALL : deny | | pumpkin% telnet onion | Trying xxx.xxx.xxx.xxx... | Connected to onion | Escape character is '^]'. | | FreeBSD (onion) (ttyp1) | | login: | | onion# kill -HUP `/var/run/inetd.pid` | | pumpkin% telnet onion | Trying xxx.xxx.xxx.xxx... | Connected to onion | Escape character is '^]'. | Connection closed by foreign host. >How-To-Repeat: See description. >Fix: I don't know. You can kill inetd, and then restart /usr/sbin/inetd, but I think its very dangerous. >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 May 23 4:12: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DCED15102; Sun, 23 May 1999 04:12:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA04769; Sun, 23 May 1999 04:12:02 -0700 (PDT) (envelope-from peter@FreeBSD.org) Date: Sun, 23 May 1999 04:12:02 -0700 (PDT) From: Message-Id: <199905231112.EAA04769@freefall.freebsd.org> To: sheldonh@uunet.co.za, peter@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11814: [PATCH] LINT still mentions the ATAPI option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] LINT still mentions the ATAPI option State-Changed-From-To: open->closed State-Changed-By: peter State-Changed-When: Sun May 23 04:11:29 PDT 1999 State-Changed-Why: Suggested change applied (rev 1.603) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 23 8:59:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A13CA153B0; Sun, 23 May 1999 08:59:14 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA81546; Sun, 23 May 1999 08:59:14 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Sun, 23 May 1999 08:59:14 -0700 (PDT) From: Message-Id: <199905231559.IAA81546@freefall.freebsd.org> To: arnej@imf.unit.no, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/2630: [PATCH] xargs does excessive and inconsistent argument splitting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] xargs does excessive and inconsistent argument splitting State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Sun May 23 08:58:49 PDT 1999 State-Changed-Why: Patch applied. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 23 8:59:53 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FCC614F8F; Sun, 23 May 1999 08:59:52 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA81617; Sun, 23 May 1999 08:59:52 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Sun, 23 May 1999 08:59:52 -0700 (PDT) From: Message-Id: <199905231559.IAA81617@freefall.freebsd.org> To: aa8vb@ipass.net, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10914: "xargs" parsing bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "xargs" parsing bug State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Sun May 23 08:59:27 PDT 1999 State-Changed-Why: Fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 23 13: 8:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A41414C22; Sun, 23 May 1999 13:08:49 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA98759; Sun, 23 May 1999 13:08:48 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Sun, 23 May 1999 13:08:48 -0700 (PDT) From: Message-Id: <199905232008.NAA98759@freefall.freebsd.org> To: Danny_Johnston@simn.com, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/7294: lpr -r file fails to remove file because of bug in lpd. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lpr -r file fails to remove file because of bug in lpd. State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Sun May 23 13:07:14 PDT 1999 State-Changed-Why: Apparently this bug is fixed in the current version of lpd - I can't reproduce the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 23 14:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B39914E87 for ; Sun, 23 May 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA04138; Sun, 23 May 1999 14:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3EEAE14C19; Sun, 23 May 1999 14:40:16 -0700 (PDT) Message-Id: <19990523214016.3EEAE14C19@hub.freebsd.org> Date: Sun, 23 May 1999 14:40:16 -0700 (PDT) From: hmo@sep.hamburg.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11866: CAM support for Tandberg 3820 QIC tape drive Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11866 >Category: kern >Synopsis: CAM support for Tandberg 3820 QIC tape drive >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 May 23 14:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Helge Oldach >Release: 3.2R >Organization: >Environment: >Description: patch to support the Tandberg 3820 (525 MB) QIC tape drive for the CAM subsystem: --- scsi_sa.c.ORIG Tue May 11 07:40:43 1999 +++ scsi_sa.c Sun May 23 12:34:19 1999 @@ -251,10 +251,6 @@ }, { { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "TANDBERG", + " TDC 3800", "*"}, SA_QUIRK_NOCOMP|SA_QUIRK_1FM, 512 + }, + { + { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "TANDBERG", " TDC 4200", "*"}, SA_QUIRK_NOCOMP|SA_QUIRK_1FM, 512 }, { >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 May 23 17:36:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C4D414D89; Sun, 23 May 1999 17:36:31 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Received: (from jmz@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA16426; Sun, 23 May 1999 17:36:31 -0700 (PDT) (envelope-from jmz@FreeBSD.org) Date: Sun, 23 May 1999 17:36:31 -0700 (PDT) From: Message-Id: <199905240036.RAA16426@freefall.freebsd.org> To: naddy@mips.rhein-neckar.de, jmz@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10573: [PATCH] Typo in dump reporting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Typo in dump reporting State-Changed-From-To: open->closed State-Changed-By: jmz State-Changed-When: Sun May 23 17:36:02 PDT 1999 State-Changed-Why: Patch applied. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 23 19:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7EAC5150AC for ; Sun, 23 May 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA22397; Sun, 23 May 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from bilby.prth.tensor.pgs.com (bilby.prth.tensor.pgs.com [157.147.232.237]) by hub.freebsd.org (Postfix) with ESMTP id 5D01514DB3 for ; Sun, 23 May 1999 19:01:02 -0700 (PDT) (envelope-from shocking@ariadne.prth.tensor.pgs.com) Received: from bandicoot.prth.tensor.pgs.com (bandicoot.prth.tensor.pgs.com [157.147.224.1]) by bilby.prth.tensor.pgs.com (8.9.3/8.8.8) with ESMTP id KAA03170 for ; Mon, 24 May 1999 10:00:10 +0800 (WST) Received: from ariadne.tensor.pgs.com (ariadne [157.147.227.36]) by bandicoot.prth.tensor.pgs.com (8.9.3/8.8.8) with SMTP id KAA03956 for ; Mon, 24 May 1999 10:00:58 +0800 (WST) Received: from ariadne by ariadne.tensor.pgs.com (SMI-8.6/SMI-SVR4) id KAA04374; Mon, 24 May 1999 10:00:57 +0800 Message-Id: <199905240200.KAA04374@ariadne.tensor.pgs.com> Date: Mon, 24 May 1999 10:00:57 +0800 From: Stephen Hocking-Senior Programmer PGS Tensor Perth To: FreeBSD-gnats-submit@freebsd.org Subject: kern/11867: Voxware sound losing interrupts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11867 >Category: kern >Synopsis: Sound driver loses interrupts, no sound >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 May 23 19:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Stephen Hocking >Release: FreeBSD 4.0-CURRENT i386 >Organization: Utter Chaos >Environment: FreeBSD very current FreeBSD very current, with a PAS16 sound card. Started failing after newbus code went in. dmesg reports pas0 at port 0x388 irq 12 drq 6 on isa0 snd0: Config file has controller snd0 device pas0 at isa? port 0x388 irq 12 drq 6 Motherboard has these irq/dma resources set aside, not to be used by the PnP subsystem. The motherboard thinks it has a PnP aware OS running. >Description: Sound card is detected on bootup, but when using programs such as mpg123, no sound comes out and console messages are logged that irqs have been lost - Sound: DMA (output) timed out - IRQ/DRQ config error? >How-To-Repeat: Try using any program that uses read/write to /dev/dsp. >Fix: Not known - irq registration lost somewhere. -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million keyboards could produce the Complete Works of Shakespeare; now, thanks to the Internet, we know this is not true." Robert Wilensky, University of California >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 May 24 0:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56F6F14CBF for ; Mon, 24 May 1999 00:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA50233; Mon, 24 May 1999 00:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8E26914C48; Mon, 24 May 1999 00:28:44 -0700 (PDT) Message-Id: <19990524072844.8E26914C48@hub.freebsd.org> Date: Mon, 24 May 1999 00:28:44 -0700 (PDT) From: ritwik@dbrci.blr.daimlerbenz.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11868: "make world" failed on sources from 2.2.8-RELEASE, installed over 2.2.5-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11868 >Category: i386 >Synopsis: "make world" failed on sources from 2.2.8-RELEASE, installed over 2.2.5-RELEASE >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 24 00:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ritwik Bhattacharya >Release: 2.2.5 >Organization: Daimler Benz Research Center India >Environment: FreeBSD hamsadhwani.dbrci.blr.daimlerbenz.com 2.2.5-RELEASE FreeBSD 2.2.5-RELEASE #0: Mon Mar 29 12:42:45 IST 1999 ritwik@hamsadhwani.dbrci.blr.daimlerbenz.com:/usr/src/sys/compile/MYKERNEL i386 >Description: I downloaded sources for 2.2.8-RELEASE from ftp.freebsd.org, and installed them over my earlier sources (2.2.5) using : ./install.sh all. I then tried compiling the sources with : make world. This failed, with the following output : hamsadhwani:/usr/home/ritwik $ tail -30 /var/tmp/mw.out cc -nostdinc -O -I/usr/src/usr.bin/global/gtags/../../../contrib/global/lib -Wall -Wstrict-prototypes -Wmissing-prototypes -I/usr/obj/usr/src/tmp/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -o gtags gtags.o /usr/obj/usr/src/usr.bin/global/gtags/../lib/libglobalutil.a gzip -c /usr/src/usr.bin/global/gtags/gtags.1 > gtags.1.gz ===> usr.bin/global/gctags cc -nostdinc -O -I/usr/src/usr.bin/global/gctags/../../../contrib/global/lib -I/usr/src/usr.bin/global/gctags/../../../contrib/global/gctags -DGLOBAL -DYACC -Wall -Wstrict-prototypes -Wmissing-prototypes -I/usr/obj/usr/src/tmp/usr/include -Wall -Wstrict-prototypes -Wmissing-prototypes -c /usr/src/usr.bin/global/gctags/C.c /usr/src/usr.bin/global/gctags/C.c: In function `c_entries': /usr/src/usr.bin/global/gctags/C.c:280: `rflag' undeclared (first use this function) /usr/src/usr.bin/global/gctags/C.c:280: (Each undeclared identifier is reported only once /usr/src/usr.bin/global/gctags/C.c:280: for each function it appears in.) *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. # exit # exit Script done on Sun May 23 16:43:49 1999 >How-To-Repeat: Install 2.2.5 on a PC (P333, 32MB RAM, 4GB HDD), then install sources for 2.2.8, and try 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 Mon May 24 1:40: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CC8514CB0 for ; Mon, 24 May 1999 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA57638; Mon, 24 May 1999 01:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 24 May 1999 01:40:02 -0700 (PDT) Message-Id: <199905240840.BAA57638@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/7059: sh dumps core on this script Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7059; it has been noted by GNATS. From: Sheldon Hearn To: Martin Cracauer Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/7059: sh dumps core on this script Date: Mon, 24 May 1999 10:31:34 +0200 Hi Martin, I tried the script that you reported cored sh(1) in PR7059 and can't get sh(1) to core with it. Is it possible that your mucking about with sh(1) a while back fixed this one, or has the problem just shuffled around a bit? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 1:52:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mta2-rme.xtra.co.nz (mta.xtra.co.nz [203.96.92.3]) by hub.freebsd.org (Postfix) with ESMTP id A360A14BF7; Mon, 24 May 1999 01:52:51 -0700 (PDT) (envelope-from junkmale@pop3.xtra.co.nz) Received: from wocker ([210.55.152.128]) by mta2-rme.xtra.co.nz (InterMail v04.00.02.07 201-227-108) with SMTP id <19990524085507.FNJW7623210.mta2-rme@wocker>; Mon, 24 May 1999 20:55:07 +1200 From: "Dan Langille" Organization: The FreeBSD Diary To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Date: Mon, 24 May 1999 20:52:50 +1200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: kern/11707: ncr isn't recognized in 3.1-19990512-STABLE Reply-To: junkmale@xtra.co.nz In-reply-to: <199905140950.CAA16751@freefall.freebsd.org> References: Your message of Fri, 14 May 1999 02:46:00 -0700 (PDT) <19990514094600.5196A14E2A@hub.freebsd.org> X-mailer: Pegasus Mail for Win32 (v3.01d) Message-Id: <19990524085507.FNJW7623210.mta2-rme@wocker> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org FWIW: I just tried 3.2-release: same issue exists. On 14 May 99, at 2:50, gnats-admin@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `kern/11707'. > The individual assigned to look at your > report is: freebsd-bugs. > > >Category: kern > >Responsible: freebsd-bugs > >Synopsis: ncr isn't recognized in 3.1-19990512-STABLE > >Arrival-Date: Fri May 14 02:50:00 PDT 1999 -- Dan Langille - DVL Software Limited The FreeBSD Diary - http://www.FreeBSDDiary.org/freebsd/ NZ FreeBSD User Group - http://www.nzfug.nz.freebsd.org/ The Racing System - http://www.racingsystem.com/racingsystem.htm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 3:28:35 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6695A14D74; Mon, 24 May 1999 03:28:34 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA68633; Mon, 24 May 1999 03:28:34 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Date: Mon, 24 May 1999 03:28:34 -0700 (PDT) From: Message-Id: <199905241028.DAA68633@freefall.freebsd.org> To: maxim@cris.crimea.ua, luigi@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10889: kernel panics during ipfw flush with dummynet pipes configured Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel panics during ipfw flush with dummynet pipes configured State-Changed-From-To: open->closed State-Changed-By: luigi State-Changed-When: Mon May 24 03:26:55 PDT 1999 State-Changed-Why: proposed patch applied To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 5: 0: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B5ACC14D90 for ; Mon, 24 May 1999 05:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA77835; Mon, 24 May 1999 05:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2F08914D90; Mon, 24 May 1999 04:53:08 -0700 (PDT) Message-Id: <19990524115308.2F08914D90@hub.freebsd.org> Date: Mon, 24 May 1999 04:53:08 -0700 (PDT) From: delaitt@cpc.wmin.ac.uk To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11869: Network hangging due to xl0: tx underrun Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11869 >Category: kern >Synopsis: Network hangging due to xl0: tx underrun >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 24 05:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Thierry Delaitre >Release: 3.2-19990522-STABLE >Organization: Centre for Parallel Computing >Environment: FreeBSD seth.cpc.wmin.ac.uk 3.2-19990522-STABLE FreeBSD 3.2-19990522-STABLE #1: Sun May 23 13:19:23 BST 1999 root@gnu.cpc.wmin.ac.uk:/usr/src/sys/compile/SETH i386 >Description: The problem is that I keep geeting the following messages: xl0: transmission error: 90 xl0: tx underrun, increasing tx start threshold to 120 bytes and sometimes the network hangs and I have to reboot the machine. The FreeBSD PC is mounting some NFS volumes and I get these messages when I write a large file over NFS. I'm using the following Ethernet Card: xl0: <3Com 3c905-TX Fast Etherlink XL> rev 0x00 int a irq 17 on pci0.11.0 xl0: Ethernet address: 00:60:97:b8:65:cf xl0: autoneg complete, link status good (full-duplex, 100Mbps) >How-To-Repeat: Write large files over NFS mounted volumes. >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 May 24 5:27:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from commander.simoco.com (commander.simoco.com [193.150.150.2]) by hub.freebsd.org (Postfix) with ESMTP id 74D26152A5 for ; Mon, 24 May 1999 05:27:33 -0700 (PDT) (envelope-from Abbas.Karbassian@cambridge.simoco.com) Received: from serv01.simoco.com ([193.150.134.3]) by commander.simoco.com with esmtp (Exim 2.05 #1) id 10ltpK-0002kc-00 for freebsd-bugs@freebsd.org; Mon, 24 May 1999 13:27:30 +0100 Received: from serv10.simoco.com ([193.150.134.9] helo=serv10.yp.development) by serv01.simoco.com with smtp (Exim 2.05 #2) id 10ltpI-0004uZ-00 for freebsd-bugs@FreeBSD.ORG; Mon, 24 May 1999 13:27:28 +0100 Received: by serv10.yp.development (SMI-8.6/SMI-SVR4) id NAA15721; Mon, 24 May 1999 13:27:28 +0100 Date: Mon, 24 May 1999 13:27:28 +0100 From: Abbas.Karbassian@cambridge.simoco.com (Abbas Karbassian x7148) Message-Id: <199905241227.NAA15721@serv10.yp.development> To: freebsd-bugs@FreeBSD.ORG X-Sun-Charset: US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org auth 1ef9c87c subscribe freebsd-bugs Abbas.Karbassian@cambridge.simoco.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 7:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8BF714CFD for ; Mon, 24 May 1999 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 HAA53748; Mon, 24 May 1999 07:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7360A14BD3; Mon, 24 May 1999 07:25:49 -0700 (PDT) Message-Id: <19990524142549.7360A14BD3@hub.freebsd.org> Date: Mon, 24 May 1999 07:25:49 -0700 (PDT) From: amobbs@allstor-sw.co.uk To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11870: Memory access permission checks wrong way around in sys/cam/cam_periph.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11870 >Category: kern >Synopsis: Memory access permission checks wrong way around in sys/cam/cam_periph.c >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 24 07:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrew Mobbs >Release: FreeBSD-3.0-RELEASE >Organization: Allstor Software Ltd. >Environment: FreeBSD symbiosis.software.plasmon 3.0-RELEASE FreeBSD 3.0-RELEASE #3: Mon Apr 19 17:31:43 BST 1999 andrew@symbiosis.software.plasmon:/usr/src/sys/compile/990322_symbiosis i386 (N.B. The patch is against FreeBSD-stable) >Description: cam_periph_mapmem tests to see if the user-land buffer can be read or written depending on whether the dataflow is CAM_DIR_OUT or CAM_DIR_IN. Unfortunatly these checks are the wrong way around, causing the operation to fail unnecessarily, unless the buffer is R/W. >How-To-Repeat: Try using a read-only mmap'd file with a SCSI passthrough driver write operation. >Fix: begin 664 - M+2TM(&-A;5]P97)I<&@N8RYO2!B;V=URelease-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 May 24 9:47:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96E00154CD; Mon, 24 May 1999 09:47:35 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67152; Mon, 24 May 1999 09:47:34 -0700 (PDT) (envelope-from ken@FreeBSD.org) Date: Mon, 24 May 1999 09:47:34 -0700 (PDT) From: Message-Id: <199905241647.JAA67152@freefall.freebsd.org> To: ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, ken@FreeBSD.org Subject: Re: kern/11870: Memory access permission checks wrong way around in sys/cam/cam_periph.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Memory access permission checks wrong way around in sys/cam/cam_periph.c Responsible-Changed-From-To: freebsd-bugs->ken Responsible-Changed-By: ken Responsible-Changed-When: Mon May 24 09:47:13 PDT 1999 Responsible-Changed-Why: My code, I'll fix it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 11: 0:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 36FA814F73 for ; Mon, 24 May 1999 11:00:10 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA74947 for freebsd-bugs@freebsd.org; Mon, 24 May 1999 11:00:05 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 24 May 1999 11:00:05 -0700 (PDT) Message-Id: <199905241800.LAA74947@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge f [1997/11/24] bin/5139 portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT o [1998/05/13] bin/6627 TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 [PATCH] Fix for Cyrix I8254 bug o [1998/05/19] kern/6689 kern_physio.c splits requests breaking cd o [1998/06/14] i386/6944 icu_ipl.s does has a case commented as ca o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/17] kern/7649 fenner [MFC] /sys/netinet/if_ether.c: "permanent o [1998/09/03] kern/7822 Machine Reboots without reason o [1998/09/06] kern/7843 Unable to install FreeBSD on Tekram DC-39 o [1998/09/08] i386/7859 fatal trap 12 in midi_synth_input o [1998/09/14] kern/7927 Fatal trap 12: page fault while in kernel o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 peter gcc -pipe xxx.s hangs o [1998/10/06] i386/8179 Install failure with motherbord using SIS o [1998/10/08] i386/8214 Install 3.0-19981006-BETA fails o [1998/10/16] kern/8345 mmap(2) hangs when dealing with certain f o [1998/10/27] kern/8473 Excessive virtual memory consumption with o [1998/11/01] kern/8532 3.0-RELEASE panics with standard SMP kern o [1998/11/04] conf/8576 server goes down when client mount its fi a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/21] i386/8787 install process hangs while adding defaul o [1998/11/24] ports/8829 torstenb Fix port: security/ssh o [1998/11/24] kern/8851 mounting an unconfigured device causes a o [1998/11/25] kern/8861 under heavy (multi interface) traffic ep0 o [1998/12/01] i386/8922 can't detect wdc1 on Abit LX6 motherboard o [1998/12/05] kern/8973 trap 12: page fault while in kernel mode o [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1998/12/14] kern/9081 3.0-RELEASE dies starting AP on dual PPro a [1998/12/22] kern/9178 -current ipfw.ko with ELF kernel doesn't o [1998/12/30] kern/9249 Panic on 2.2.8-STABLE when accessing wcd o [1999/01/02] kern/9282 2nd IDE controller on Ali chipset motherb o [1999/01/03] kern/9294 IDE controller not being detected even wi o [1999/01/05] kern/9334 cp fails for 2048 Bytes/sector media o [1999/01/13] kern/9479 timeout while detect SCSI disks in recent o [1999/01/26] i386/9709 Kernel page faults during boot with 2GB R o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/02] misc/9885 BIND 8.1.2 core dumping o [1999/02/04] kern/9909 Writing incomplete blocks to /dev/nrst0 h o [1999/02/11] bin/10035 3.0-STABLE, rc.shutdown is still ignored. o [1999/02/14] docs/10088 doc Documentation search results o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm o [1999/02/21] i386/10188 Cannot get system to boot after Installti o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/03/01] kern/10332 System freezes during certain SCSI activi o [1999/03/01] bin/10344 Core dump in gethostbyaddr for 199.93.70. o [1999/03/02] kern/10357 spontaneous crashes o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro o [1999/03/05] i386/10400 missing some library files... o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/12] misc/10566 obrien patch dhcpc problem on /etc/pccard_ether o [1999/03/17] kern/10636 ipfw problems o [1999/03/19] i386/10683 I have a buslogic BT-948 FW controller. W o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/23] kern/10752 Kernel panic (?) trap 12: page fault whil o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/29] kern/10866 ahc2740 panic o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/03/31] kern/10886 kernel tries to initialize xl driver in 3 o [1999/03/31] i386/10895 kernel panic on boot o [1999/04/05] i386/10958 failed to "make world" after "cd /usr/sr o [1999/04/05] kern/10959 3.1-STABLE crashes due to a floppy mount o [1999/04/05] ports/10965obrien lcc-3.6 unable to compile anything o [1999/04/05] misc/10972 NTPv$ 92e fails to buuild on stable-3.1 p o [1999/04/08] kern/11023 Synchronous PPP not functional in leased o [1999/04/08] gnu/11038 tar needs bzip2 from ports o [1999/04/09] kern/11047 I cannot read from the kern.flp floppy I o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/14] kern/11132 panic: ufs_dirbad: bad dir o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 kernel mode page fault o [1999/04/19] misc/11216 Power fail versus Fsck changed my life. o [1999/04/19] kern/11226 Invalid files on disk after fsync o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/21] ports/11263chuckr lister.lo listed twice in a2ps-4.12's lib o [1999/04/21] i386/11268 DEC FDDI PCI Adapter doesn't work... o [1999/04/22] i386/11278 FreeBSD Version 3.1 reboots repeatedly (c f [1999/04/22] i386/11281 make world on -stable failed o [1999/04/23] i386/11298 Enabling IDE DMA on Opti Viper-M crashes o [1999/04/26] kern/11330 page fault in generic_bzero o [1999/04/26] bin/11335 find hangs in `nfsrcv' on local filesyste o [1999/04/26] conf/11343 worm; problems with installation and boot o [1999/04/26] docs/11348 doc Correction to previous Y2K information o [1999/04/26] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/04/27] ports/11359ports rvplayer 5.0 (Linux) cases ncr PCI SCSI d o [1999/04/28] bin/11374 MAN program problems o [1999/04/29] kern/11380 PAO3 won't recognize a USR/Megahertz PCMC o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/03] kern/11470 V3 NFS problem o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/06] kern/11533 NFS v3 locks up on large file transfers o [1999/05/10] kern/11629 File descriptor table sharing is broken o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/13] i386/11681 gibbs Adaptec 2940 UW SCSI Controller BIOS 1.34 o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB o [1999/05/16] kern/11737 MFS panics on mount in checkalias() o [1999/05/17] pending/11744gnats-adminperllib fails to build o [1999/05/18] i386/11772 kern.flp gives "Disk error 0x4 No /boot/l o [1999/05/22] bin/11857 portmap can't resolv classless ip address o [1999/05/23] bin/11860 inetd is broken if kill -HUP `/var/run/in o [1999/05/24] i386/11868 "make world" failed on sources from 2.2.8 o [1999/05/24] kern/11869 Network hangging due to xl0: tx underrun 129 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte f [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo f [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in o [1996/10/15] kern/1812 dg vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor f [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/09] kern/3244 ipfw flush closes connections o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] gnu/3441 obrien C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe f [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/07] kern/4487 Kernel panic executing a directory o [1997/09/08] bin/4497 Reverse DNS fails for some CIDR *.IN-ADDR o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/24] kern/4843 48 meg double fault moved to 64 meg in 2. o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/04] bin/4939 uuxqt unable to execute rnews program o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] bin/5084 wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/20] bin/5105 mount_cd9660 or mount -t cd9660 fails to o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk s [1997/12/02] bin/5189 rcmd(3) only allows one hardcoded connect o [1997/12/03] misc/5207 Examples for /etc are not in /usr/share/e o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/05] bin/5661 /sbin/dump never finishes o [1998/02/09] bin/5693 groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] bin/5733 cp -r cannot copy un-writable directories o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 f [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/12] kern/5991 panic: free vnode isn't o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/14] bin/6004 cron in -CURRENT sometimes fails to proce o [1998/03/14] bin/6005 -CURRENT cron dies after short periods of o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/20] bin/6074 imp Incremental dumps are backing up unchange o [1998/03/22] i386/6099 des LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/07] kern/6242 vnode disk driver too unstable in -STABLE o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/16] bin/6317 with -8E flags telnet still goes to comma o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac a [1998/05/01] kern/6481 se Patches for VIA Socket 7 chipsets o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] kern/6574 ipfw crash with DIAGANOSTICS o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 jkh "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/16] kern/7299 USER_LDT hangs Linux-emulated Netscape o [1998/07/18] i386/7311 "Probing devices" hangs computer with err o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/13] bin/7602 df stay in disk wait o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 o [1998/08/20] i386/7698 scotty/tkined library error s [1998/08/22] kern/7713 fenner [MFC] problem with reusing ports with mul o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/08/30] kern/7781 Problem with setpassent(), getpwnam() and o [1998/08/31] kern/7793 kernel wedges when netscape exits o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 fenner libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] i386/7898 erich linux_lib-2.4 lacks libc.so.6 o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/13] kern/7925 sendmail, inetd SIGSEGV after forking aft o [1998/09/15] ports/7931 torstenb Ssh allows root login with no password f [1998/09/15] bin/7943 des ftpd: ~ is ~root! o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/19] conf/7989 if we enable firewall and natd we losing o [1998/09/22] conf/8031 [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded f [1998/09/29] ports/8088 torstenb short writes using ssh-1.2.* o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/11] ports/8276 hosokawa samba's WINS database gets removed during o [1998/10/12] bin/8281 writev() in libc_r causes loop o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/16] conf/8350 Problems with /etc/rc.firewall o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/24] bin/8440 3.0-RELEASE has wrong permissions on game o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/30] kern/8500 FreeBSD 3.0 thread scheduler is broken o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/04] bin/8573 nvi 1.79 SIGSEGVs on any address in .exrc o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/06] kern/8585 bktr driver does not correctly identify I o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 peter exmh2 has problems with some date formats s [1998/11/09] misc/8623 wollman [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads o [1998/11/18] bin/8739 atoi and modunload o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/21] bin/8790 [PATCH] Buffer overrun in nvi-1.79 (explo o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console o [1998/11/27] i386/8870 Installworld falls over in /usr/src/sys/i o [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/12/01] kern/8919 using Acceleport 8r o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/03] kern/8952 close() blocks forever after fork() in th o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/07] ports/9002 torstenb mirror reuses obsolete temporary db file o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/13] bin/9066 init ignore rc.shutdown o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] bin/9162 [Patch] pthreads GC breaks signal handlin o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/22] kern/9171 maxusers 1024 results in unbootable kerne f [1998/12/22] ports/9177 erich linux_lib buggy and outdated o [1998/12/24] ports/9191 obrien tcplist port dosnt work o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/29] i386/9237 pthread_exit doesn't exit o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/03] bin/9292 Cron's logs are in /var/cron, not /var/lo o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9362 "lpc start queue" doesn't work in 3.0-R & o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/09] kern/9413 profiling does not work with elf kernels o [1999/01/10] i386/9431 wd.c Does nto recognize certain LBA disks o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/12] bin/9464 Fix for fetch ignoring FTP_PASSIVE_MODE e o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 doc many typos in groff_mm(7) o [1999/01/24] ports/9665 ache cannot start apache server o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/25] ports/9688 cwt The current tcl80 port has problems, does o [1999/01/26] bin/9695 a typo in /usr/obj/aout/usr/src/tmp/usr/i o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/01/31] bin/9849 mknod is missing from libc_r o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W o [1999/02/04] misc/9903 thread enabled program can't use popen/sy o [1999/02/04] kern/9910 Heavy traffic renders FreeBSD acting as f s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/06] gnu/9938 NetBSD *1.4* was not defined in mdoc macr o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/10] kern/10013 msdos floppy disk mounts o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] kern/10029 many vm_fault: pager read errors o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/11] bin/10039 Binaries from a "fixit" CD can't find ld- o [1999/02/12] docs/10059 dillon MALLOC(9) manpage not updated to reflect o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En a [1999/02/14] ports/10094jfitz autogeneration of msql user failed o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/16] kern/10125 yokota Screen saver crashes a [1999/02/17] docs/10135 doc Change to Documention Regarding Upgrades o [1999/02/18] kern/10145 ELF interpreter loading in chrooted situa o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/22] kern/10209 natd stopped to worked since i upgraded f o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/25] kern/10266 gibbs SCSI scanner times out when scanning o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/01] bin/10341 memory leak in setenv(3) o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/02] bin/10366 /usr/libexec/ld-elf.so.1: Invalid File Fo o [1999/03/03] ports/10373nate Increasing kernel file descriptors causes o [1999/03/03] kern/10376 yokota Screen saver panics o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/04] kern/10387 2.2.7 hangs when trying to write on defec o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/06] misc/10418 libpam is built before libradius/libtacpl o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/09] bin/10511 incorrect return value in kvm_read(3) and o [1999/03/10] i386/10533 A bug in the meteor driver causes kernel o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/13] ports/10579phk Error with Network discovery in tkined (p o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10615 make installworld DESTDIR=/some/dir o [1999/03/16] kern/10616 MSP3400C audio chip from Hauppauge WinTV- o [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/19] kern/10676 3.1-RELEASE deadlocks under load with pro o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/22] gnu/10740 Fatal GCC error o [1999/03/23] kern/10747 ipfirewall `deny' rules act as `reject' f o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/24] kern/10780 executing gzipped shell scripts panics th o [1999/03/25] bin/10784 `make aout-to-elf-build' died in /usr/src o [1999/03/25] bin/10785 make aout-to-elf-install died in info tar o [1999/03/25] kern/10789 Second config of kernel doesn't overwrite o [1999/03/26] bin/10805 h2ph incorrectly deals with #error and #w o [1999/03/26] bin/10807 host(1) is broken - multiple options in o o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 wd.c STILL cannot recognize correct disk o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] misc/10879 Cannot build aout binaries under 3.1-RELE o [1999/03/30] bin/10880 Profiler libraries missing o [1999/04/01] bin/10912 Fix to prevent infinite loops on missing o [1999/04/03] i386/10928 su reboots the system after one day uptim o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/04] ports/10943ports "ports/print/teTeX-beta# make install" fa o [1999/04/04] ports/10946se kdm 1.1 does not work correctly - XBINDIR o [1999/04/04] conf/10947 Entering daylight time at 2am loses /etc/ o [1999/04/05] bin/10963 brian date -v dosen't quite work o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10985 make .NOTPARALLEL special target is broke o [1999/04/06] bin/10991 lpd hangs system if printer not ready on f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/07] bin/11008 3.1 fbsdboot.exe is broken. install.bat i o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/10] ports/11059ache ports/security/pgp does not extract o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] kern/11115 Sockets die in LAST_ACK and FIN_WAIT_1 st s [1999/04/13] ports/11116billf gtk interversion compatibility never work o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/14] bin/11137 /bin/ps output loses the values for all p o [1999/04/16] kern/11164 The ie network driver panics during the i o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/18] kern/11199 3.1-RELEASE kernel page fault (trap 12) u o [1999/04/18] i386/11200 AMD PCnet lnc0/lnc1 problem o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/19] bin/11221 comm doesn't obey current locale collatio s [1999/04/20] ports/11239obrien mutt 0.95.4 fails to detect sendmail loca o [1999/04/20] bin/11247 fetch doesn't notice FTP error after RETR o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/22] kern/11280 3.1-STABLE panics under heavy SCSI load, o [1999/04/22] bin/11283 fetch http-timeout/timestamp bug o [1999/04/23] i386/11291 anic: ffs_alloccg: map corrupted o [1999/04/23] bin/11296 fetch(1) fails to resolve names in http m o [1999/04/23] kern/11299 Recent kernels have broken symbol tables, o [1999/04/24] bin/11303 whereis(1) doesn't properly handle names o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] kern/11367 Kernel crashing after mounting read only o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/01] kern/11435 IPFW had no per-uid or per-gid rule suppo o [1999/05/02] docs/11438 doc clueless how to discover my NE2000 clone o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/03] bin/11464 union copies likely broken for alpha egcs o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/03] misc/11472 unprivilaged user takes all file descript o [1999/05/04] kern/11490 VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] ports/11515ports new port: net/brouted o [1999/05/05] ports/11521ports Broken openssl port & Apache 1.3.6 o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 [PATCH] Networking patches to increase # o [1999/05/06] ports/11535ports Problems with cyrillic support. o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/08] i386/11575 sio.c silo overflows during X usage o [1999/05/08] docs/11595 doc The gencommercial.pl script ignores the l o [1999/05/10] ports/11636jfitz p5-Mail-Folder missing dependencies o [1999/05/11] i386/11650 3.1-STABLE make buildworld fails durring o [1999/05/11] bin/11651 inetd's childs staying around after a sca o [1999/05/11] conf/11654 Linksys PCI 10/100 Ethernet cards not wok o [1999/05/11] i386/11655 PCI hdd controller not detected. o [1999/05/11] ports/11656andreas lyx-port needs a patch until the next LyX o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [1999/05/12] docs/11667 doc fstab options for cd9660 mount not mentio o [1999/05/12] kern/11675 Another quirk entry for scsi_sa.c o [1999/05/12] kern/11679 httpd and perl5 processes stuck in "nocha o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] bin/11696 Signal handling is broken in libc_r. o [1999/05/13] kern/11697 Disk failure hangs system o [1999/05/13] bin/11706 FreeBSD will not install with certain Ada o [1999/05/14] i386/11720 FreeBSD 2.2.8 can't load fixit disk o [1999/05/16] bin/11739 3.1-STABLE build failure (mkdep inetd fai o [1999/05/17] pending/11745gnats-admintypo in ld.c o [1999/05/17] pending/11754gnats-admintx driver, SIOCGIFADDR ioctl does not wor o [1999/05/18] kern/11766 Can not traceroute through ipnat. o [1999/05/18] i386/11773 mouse works at setup time. Under X it go o [1999/05/19] pending/11778gnats-adminmpz_get_str() in libgmp leads up to cored o [1999/05/19] kern/11782 boot -s still goes into multi-user mode o [1999/05/19] ports/11784ports Bind 8.2 port missing patch file o [1999/05/19] misc/11790 boot manager bug o [1999/05/20] misc/11797 Partial saves in vipw have mode rw-rw-rw- o [1999/05/20] misc/11800 gibbs Problem with scsi AHA2940 and sony SDT-20 o [1999/05/20] i386/11801 Remounting CD on IDE CDROM after eject fa o [1999/05/20] ports/11807jfitz Port update: net/ratoolset o [1999/05/20] kern/11808 read/write mounted write-protected floppi o [1999/05/21] kern/11815 mjacob SCSI tape driver fails on media type reco o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/21] ports/11826ports textproc/catdoc: wordview uses wrong wish o [1999/05/21] bin/11828 Patch for aout "ld.so" difficulties o [1999/05/22] docs/11852 doc 3.X install requires 12MB of RAM, not 8 o [1999/05/23] pending/11865gnats-adminXemacs 21 Packages port o [1999/05/23] kern/11867 Sound driver loses interrupts, no sound o [1999/05/24] kern/11870 ken Memory access permission checks wrong way 615 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables a [1995/05/27] gnu/450 tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for o [1995/12/17] kern/900 dg ext2fs triggers divide by zero trap in vn a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/08/19] kern/1514 dg mlock fails on readonly regions o [1996/08/20] kern/1516 dg vm_fault.c contains dead code or too many o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 dwhite ppp server doc submission s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad o [1996/12/08] bin/2184 peter sendmail has lots of trouble with local d s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/26] bin/2291 [PATCH?] race condition in /etc/master.pa s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/21] bin/2556 Patch for calendar.c o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/10] bin/2703 jmg vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/23] kern/2806 new kernel tags script o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3558 make reinstall collapses on install-info s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. a [1997/05/30] docs/3720 nik Addition for supported Hardware o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/16] conf/3886 peter install does not build sendmail host stat o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/24] bin/4163 archie ftp core dumps after hitting control-C s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty f [1997/08/03] kern/4221 brian Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user a [1997/08/09] kern/4255 SMP kernel freezes on machines with >2 CP o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) a [1997/08/13] gnu/4290 ache man wrong viewed koi8-r manpages and neqn o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti f [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] bin/5047 ipfw(8) IP address resolving problem if o o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM o [1997/11/26] misc/5153 jkh release file checksums in wrong file s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde s [1998/01/08] bin/5451 roberto [PATCH] halt/reboot does not execute /etc o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long s [1998/03/18] ports/6053 kuriyama new port request: korean/hanIM o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 peter another squid ports o [1998/03/30] ports/6181 dburr New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/04/20] bin/6359 routed does sent router discovry solicita s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue f [1998/05/16] bin/6653 The rc script sometimes produces errors w s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w o [1998/05/18] docs/6681 doc docu. addition o [1998/05/19] ports/6699 ports New port: the Generic NQS system s [1998/05/21] conf/6711 [PATCH ?] I've seen that fortune before a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/13] bin/6937 [PATCH] rc.firewall can't be run from net o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b s [1998/06/24] bin/7063 mount fails if $PWD does not exist o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/28] bin/7101 /sbin/ipfw unexpected variant treatment o s [1998/06/29] bin/7117 flex -I option is broken s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top s [1998/07/05] kern/7177 [PATCH] Support for "Video Highway Xtreme s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco f [1998/07/07] i386/7201 (cpu == CPU_686) in pmap.c shoud also app s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra o [1998/07/11] bin/7254 release: multiple versions of write_mfs_i o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad o [1998/07/21] conf/7348 Default answer 'NO' in network configurat o [1998/07/21] bin/7352 libc generates spurious warnings when use a [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. a [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7485 vanilla New port: Xterminal-0.2 s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 NIS Makefile.dist: NOPUSH replaced by REM o [1998/08/13] bin/7607 GTAGS patch for nvi has posibility of buf o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] ports/7680 billf New port of tn5250 o [1998/08/19] conf/7682 Cron logfile in the wrong place o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang a [1998/08/25] misc/7741 enhancement to tcpdump to print LCP/PAP/C o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/27] misc/7759 proflibs installation error, libcrypt_p.a o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr a [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] ports/7814 andreas postgreqsl docs are broke o [1998/09/02] i386/7816 [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] bin/7855 cpp should define __ELF__ if objformat = o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] misc/7873 poor initial configuration and documentat f [1998/09/09] ports/7875 dwhite NEW PORT: lcdproc o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/12] bin/7907 ipfw command line parsing o [1998/09/13] docs/7914 doc no elf(5) manpage o [1998/09/14] conf/7928 Patch to allow execution of an IPFW shell o [1998/09/15] ports/7932 torstenb man zshall doesn't work o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8011 libc_r does not have pread() or pwrite() o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] bin/8164 [patch] repquota incorrectly reports quot o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/08] ports/8217 ache www/netscape4-*: avoid `ns-install' o [1998/10/12] bin/8295 order of options in printcap causes some f [1998/10/13] bin/8301 des "ls -B" and "ls -b" misprint o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] bin/8348 [PATCH] zforce(1) is broken: fix o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 f [1998/10/17] bin/8367 /stand/sysintall is screwing up my /etc/r o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/23] kern/8428 Is FreeBSD 3.0-RELEASE support 640MByte M o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] kern/8444 pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/26] kern/8456 SMP kernel fails with Everex PO-6200 Dual o [1998/10/27] bin/8466 bind man pages not installed by 3.0 make a [1998/10/27] docs/8472 billf da(4) references nonexistent da(9) o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/10/31] ports/8521 itojun Some manpages are not usable with tiff-3. o [1998/11/01] conf/8531 sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/03] kern/8550 strip kernel before moving it during make o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> s [1998/11/03] kern/8560 des [REMINDER] bpfilter is deprecated and sho o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] ports/8620 asami New option to colorls - -K, color only to o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/10] docs/8640 doc proposed change of 4.5 o [1998/11/11] misc/8654 SYSV options allow WINE to run, but Netsc s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/15] kern/8703 NFS Freezes when copying files from 3.0 t o [1998/11/18] kern/8747 [PATCH] fixes for systags.sh o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 doc some suggested text for describing passwo o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/28] bin/8880 billf cp missing verbose switch o [1998/11/28] bin/8881 billf mv missing verbose switch o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/30] bin/8905 suggested change of 'ipfw show' layout o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] ports/8920 sada netscape java displaying on ncd xterm cra o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/04] kern/8960 lnc driver does not set IFF_MULTICAST o [1998/12/04] bin/8966 yp_mkdb does not accept standard automoun o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/08] kern/9026 natd o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and o [1998/12/12] bin/9064 [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/19] bin/9135 tar doesn't back up device files o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/20] ports/9150 nate Ports depending on jdk need to know where o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] conf/9246 allscreens_flags in /etc/rc.conf not work o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/02] bin/9281 awk asumes memory that is returned from m o [1999/01/03] i386/9283 ioctl(SNDCTL_DSP_SETFMT) on /dev/audio (p o [1999/01/03] bin/9285 pw strips comments from group file o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] ports/9289 kris New Port - ASPostit (Dockable version of o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] bin/9349 make doesn't diagnose non-numeric argumen o [1999/01/06] docs/9352 doc wrong macro names in groff_[ms|mm|mmse].7 o [1999/01/07] bin/9374 Improved functionality for find(1) o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] bin/9471 [PATCH] msgs: /var/msgs/bounds: No such f o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/14] bin/9501 Several cvs contrib files are not Y2K com o [1999/01/14] bin/9502 `me' macro documentation incorrectly defi o [1999/01/14] ports/9508 andreas Update majorcool to current version 1.3.2 o [1999/01/16] misc/9524 /usr/share/examples/libvgl/demo looks lik o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] misc/9582 configApache command doesn't work for /st o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/20] kern/9591 Linux compat getrlimit/setrlimit constant o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/21] bin/9613 [PATCH] IPFW command-line parsing error o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/23] misc/9638 Typo error in Italian locale o [1999/01/23] misc/9639 /etc/security reports missing passwords o a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9703 typo in login.conf o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] kern/9764 allow /bin/df not to list certain entries o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] docs/9773 doc Handbook 4.7.1.4. "Testing the port" is i o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/29] misc/9778 Need to handle conflicting pthread.h and o [1999/01/29] misc/9782 minor problem with telnet and /etc/gettyt o [1999/01/29] ports/9786 cwt tk80 port doesn't create man page links o [1999/01/29] ports/9787 cwt tcl80 port doesn't make man page links o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] bin/9809 finger output format wrong f [1999/01/30] ports/9811 nectar New port: lang/gnomeguile o [1999/01/30] ports/9812 nectar New port: devel/libgtopbindings o [1999/01/31] docs/9837 doc fix to doc/handbook/porting.sgml o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] conf/9845 Propose adding options to rc.conf and rc. o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/01] kern/9877 Patch to remove some kernel compile warni o [1999/02/01] kern/9878 Some patches to remove compiler warnings o [1999/02/02] ports/9880 kris New port - x11-toolkits/gtkglarea o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] bin/9893 NFS umount of regular file impossible o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/05] ports/9921 peter exmh2 ports update o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9953 hosokawa Samba 2.0.2 update o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/09] ports/9993 kris New Port - graphics/libunfig o [1999/02/09] ports/9998 kris New port - graphics/mtv (MpegTV player) o [1999/02/10] i386/10004 instalation of current version from FTP s o [1999/02/10] misc/10005 Update /etc/motd o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/10] docs/10017 doc Added a site and bug fix o [1999/02/10] bin/10019 Keyinfo and keyinit may use the wrong nam o [1999/02/11] kern/10022 kernel cannot detect WinChips correctly. o [1999/02/11] ports/10023kris New port - net/gtkcookie o [1999/02/11] conf/10024 etc/mtree/BSD.local.dist: lib/perl5 no lo o [1999/02/11] bin/10030 Kerberized telnet fails to encrypt when a o [1999/02/11] docs/10038 doc Added a site and bug fix (part two) o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/13] bin/10064 /bin/sh called from make dumps core o [1999/02/14] kern/10077 dd'ing a ccd stripped partition sometimes o [1999/02/14] docs/10084 doc new FreeBSD user group in Yogyakarta City o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] kern/10095 missing VGA description o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] docs/10108 doc Addition to fstab.5 o [1999/02/15] gnu/10112 /usr/src/gnu/usr.bin/patch sorely out of o [1999/02/15] kern/10113 yokota [PATCH] syscons: switch to previous conso o [1999/02/15] conf/10115 /etc/login.conf still implies LOGIN_CAP_A o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] i386/10121 Serial port parity setting problems with o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10129torstenb mirror/patch-ac sets /usr/local/bin/perl5 o [1999/02/17] bin/10131 bug in strptime(3) o [1999/02/18] i386/10143 Rebooted without prompting o [1999/02/18] docs/10146 doc Release Notes and LINT for 3.1 include ha o [1999/02/18] misc/10148 atime behavior differs with empty files f o [1999/02/18] kern/10149 New PCI device o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10162se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] ports/10164jmz XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] bin/10165 CVS does not know to ignore .So files o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178torstenb USE_SOCKS=YES option broken for security/ o [1999/02/21] conf/10179 /etc/make.conf has too many entries o [1999/02/21] docs/10180 doc Another mirror site not listed... o [1999/02/21] docs/10182 doc http://www.freebsd.org/cgi/query-pr.cgi?p o [1999/02/22] ports/10196torstenb Better startup scripts for ssh o [1999/02/22] ports/10215rvb net/coda_client and net/coda_server o [1999/02/23] ports/10227peter wrong sendmail path in rdist6-port o [1999/02/23] i386/10229 system time goes slow o [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/02/25] conf/10244 100 character limit on any pathname in sy o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [1999/02/25] docs/10256 doc handbook on cvsup... o [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/02/28] bin/10300 dmesg exits on signal 10 o [1999/02/28] kern/10314 yokota green screen saver page faults and reboot o [1999/03/01] kern/10324 ip_fw allows divert rules even though not o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] i386/10328 wd(4) manpage correction o [1999/03/01] docs/10331 doc pccardd(8) claims FreeBSD does not suppor o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] misc/10349 For long .Dt fields, rendering is broken- o [1999/03/01] bin/10350 mail(1) has some ugly code in it... o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames o [1999/03/02] bin/10368 'pgtok redefined' error in ps(1) o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/03] docs/10378 doc option -s missing in lptcontrol.8 a [1999/03/04] ports/10385billf New port: apache13-modperl o [1999/03/04] docs/10388 doc Obsolete information in Handbook o [1999/03/04] ports/10389ports Create new port mod_jserv and JSDK 2.0 o [1999/03/05] ports/10396asami SPIN is in the wrong category o [1999/03/05] docs/10403 doc CDE is no longer sold by Xi Graphics. o [1999/03/05] ports/10404hosokawa Samba PLIST not up to date. o [1999/03/05] ports/10407hosokawa incomplete mirrors suggested for samba o [1999/03/05] docs/10408 doc [quasi-patch] Grammar nitpicks in Handboo o [1999/03/06] ports/10415hosokawa samba-2.0.3 port make package fails and s o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10454obrien Update: emulators/spim o [1999/03/06] kern/10455 pcaudio breakage o [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] docs/10472 doc Mailing list for discussion of Xircom dri o [1999/03/07] docs/10474 doc A command line in a man document is incom o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] docs/10488 doc Error in entry for 02/27 in calendar.hist o [1999/03/08] bin/10493 ipfw's undocumented feature o [1999/03/08] docs/10500 doc spell error s [1999/03/09] bin/10508 obrien isc-dhcp puts garbage to text options, V2 o [1999/03/09] docs/10512 doc ENOBUFS returnable from writev(2) but not o [1999/03/10] bin/10522 make world died due -Werror o [1999/03/10] bin/10524 3.1-19990309-STABLE install problem o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/10] kern/10537 extraneous verbose output from cam_xpt.c o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10546 Intel Pro/100 PC card has CIS string > CI o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] gnu/10555 jraynard [PATCH] awk dumps core o [1999/03/12] bin/10556 make(1) man page update o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/12] kern/10565 Slow timekeeping on certain motherboards/ o [1999/03/13] bin/10568 obrien dhcp client receives garbage (dhclient pr o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/14] bin/10590 new option to silince confirmation but no o [1999/03/14] i386/10595 [PATCH] spanish language support for vidf o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10606 Probablue odd error message if LS-120 is o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/16] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] docs/10624 doc typos/innacuracies in wfd(4) man page o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/17] ports/10639rse ports/web/wml must be upgraded and unbrok o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/17] kern/10642 exports(5) mentions KERBNFS but that's no o [1999/03/18] bin/10657 Unable to install from CDROM or DOS parti o [1999/03/18] docs/10659 doc Many syscall man pages have an IMPLEMENTA o [1999/03/18] docs/10660 doc User Group not listed o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] docs/10664 doc Notes on 2.2.8 -> 3.1 migration o [1999/03/18] misc/10667 Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] i386/10672 blank line inserted by vipw into master.p o [1999/03/19] kern/10673 Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682asami List mirror sites in MASTER_SITE_BACKUP - f [1999/03/20] ports/10699jmacd Update to logo port a [1999/03/20] misc/10700 periodic weekly (/etc/weekly) fails to re f [1999/03/20] ports/10702ports Add NCD audio support for emiclock ports o [1999/03/21] docs/10704 doc strange sentence in doc/handbook/ctm.sgml f [1999/03/21] ports/10707ports [ADD] port for doxygen o [1999/03/22] kern/10728 sos WCD driver does not recognize a recovered o [1999/03/22] ports/10734pst Update of gdb port to 4.17 o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] docs/10762 doc geocrawler.com mailing list archives o [1999/03/23] i386/10766 obsolete device name wcd is still left un o [1999/03/24] i386/10779 zp slot 0 sees 3Com 589 PCMCIA card but z o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/25] i386/10796 Out of memory error during make buildworl o [1999/03/26] misc/10803 whois(1) client enchancements a [1999/03/26] misc/10804 billf whois(1) enhancement o [1999/03/26] ports/10806phk Update net/scotty to 2.1.10 o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/27] docs/10819 doc Documentation add o [1999/03/27] bin/10825 daily script not executed or executed twi o [1999/03/28] ports/10832jfitz mSQL 2.x not freely available anymore o [1999/03/28] ports/10837asami New license mechanism for ports. o [1999/03/28] docs/10840 doc [PATCH] Add pcic double-loading bug fix t f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/28] docs/10847 doc lpbb.4's PostScript output format is brok o [1999/03/29] docs/10850 doc submitting a documentation change for sed o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/29] kern/10860 bpf overwrites source ethernet addresses o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/30] ports/10874ports [PATCH] html2ps doesn't handle `file:/... o [1999/03/30] docs/10877 doc manpage for objformat incorrectly mention o [1999/03/30] bin/10878 host(1) dumps core o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/01] bin/10905 sa(8) is hard coded for 8 character user o [1999/04/01] gnu/10910 Integration of Objective C patches into g o [1999/04/01] i386/10913 Characters in console get switched to oth o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/02] bin/10921 I wished from(1) would count the number o o [1999/04/02] bin/10923 /usr/bin/cpp is an out-of-date wrapper fo o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10930 [PATCH] Auto-login support for getty o [1999/04/03] bin/10931 biff b o [1999/04/04] ports/10945jmz X11 "sessreg" program does not update /va o [1999/04/05] ports/10961ports gzipped manpages and .so macro in ports o [1999/04/05] misc/10964 rc.firewall external file specification t o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/06] kern/10988 kbd: missing separation cursor keys/keypa o [1999/04/06] bin/10992 pthread_kill() doesn't deliver signals to o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/07] i386/11006 Sysinstall silently makes FreeBSD's parti o [1999/04/08] kern/11018 detection of sc0 and atkbd fails o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] docs/11028 doc new text for FAQ to explain branches o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] bin/11031 [PATCH] mount and umount support for mort o [1999/04/08] bin/11032 h2ph's cpp #warning/#error directive proc o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048obrien variable not initialized in fwtk-lib lead o [1999/04/09] bin/11051 ps's -U option should accept a list of us o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/10] misc/11074 /usr/share/mk double in the cvs o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] ports/11086ports Updating AStyle port o [1999/04/11] docs/11087 doc Portland FreeBSD users group o [1999/04/11] docs/11089 doc freebsd user group, sydney o [1999/04/11] docs/11090 doc User's group in Melbourne Australia o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/12] docs/11098 tom FAQ Update: Database systems for FreeBSD o [1999/04/12] docs/11102 tom [Patch] Handbook: Minor spelling correcti o [1999/04/12] kern/11109 ipfw.ko Makefile contains CFLAGS+= -DDIVE o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] bin/11121 w(1) cannot handle more than one user on o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/13] ports/11127ports New port: Giram o [1999/04/14] ports/11134billf existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] ports/11138jmz New version of Xevil 2.01, I created a po o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/15] misc/11149 Web page entry for BAFUG is incorrect o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 o [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/16] kern/11178 [PATCH] minor fix to /usr/include/sys/mbu o [1999/04/16] ports/11181jseger Update: x11/xscreensaver o [1999/04/18] i386/11201 brian mktime possible bug o [1999/04/18] i386/11204 config -g -> no kernel, only kernel.debug o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/18] i386/11207 sys/i386/isa/rp.c: fixed breaking and war o [1999/04/19] kern/11213 lutimes() is the same as utimes() o [1999/04/19] kern/11222 MFS does not sync from reboot syscall a [1999/04/19] ports/11229billf /usr/local/sbin/mtr does not work on 3.1- o [1999/04/20] kern/11235 Need to submit new driver o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] conf/11243 mountd startup can lose flags o [1999/04/20] bin/11248 Shuffle o [1999/04/20] ports/11250ports PORTS: upgrade lesstif to 0.88.1 o [1999/04/21] docs/11258 doc suggestion to refine npx.4 o [1999/04/21] ports/11264chuckr a2ps-letter port installs non-listed liba o [1999/04/21] ports/11267ports [New port] textproc/fconv (the return) o [1999/04/21] ports/11270jfitz Update to the rexx-imc port o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by o [1999/04/22] misc/11289 makeflp.bat suggestion: create "kernel" d o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/24] kern/11302 HP LaserJet 4L doesn't work with ppBus o [1999/04/24] ports/11304ports New port syncal-0.5, syncing of ical and o [1999/04/25] bin/11315 [PATCH] declerations missing in libatm.h o [1999/04/25] misc/11316 [PATCH] HTTP proxy support for sysinstall o [1999/04/25] ports/11317ache Update: www/lynx-current o [1999/04/25] ports/11319ports Netscape4-navigator wasn't FORTIFY'ing o [1999/04/26] ports/11334jseger port graphics/xpm fails to build o [1999/04/27] ports/11353asami Feature additions to bsd.port.mk. o [1999/04/27] ports/11354jmz Port fix: x11/XFree86 o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/28] bin/11370 more segfaults if you give it a real file o [1999/04/28] misc/11373 errata.txt for 3.1 o [1999/04/29] misc/11383 $Id$ missing in some files in etc [PATCH] o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] ports/11402jfitz Update net/mrtg o [1999/04/30] kern/11410 code typo in ad1848.c: the != operator ha o [1999/04/30] kern/11411 code typo in clones.c: "if ((mpu_config = o [1999/04/30] kern/11412 code typo in ip_fil.c: missing NULL check o [1999/04/30] kern/11413 code typo in pci.c: the != operator has h o [1999/04/30] kern/11414 code typo in pcf.c: the != operator has h o [1999/04/30] kern/11415 code typo in wst.c: the != operator has h o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/04/30] ports/11421jfitz upgrade p5-Date-Manip 5.33 -> 5.34 o [1999/05/01] ports/11430se incorrect int type causes floating point o [1999/05/02] misc/11443 Updated Slovak keyboard map, with cr's st o [1999/05/02] misc/11446 Central European keyboard map o [1999/05/02] misc/11447 Czech keyboard map o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/02] ports/11450andreas sysutils/star port doesn't honor CFLAGS, o [1999/05/02] ports/11460erich Update to the xlispstat port o [1999/05/03] ports/11468ports New port: xcin-devel o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/04] ports/11486ports New port: gedit-0.5.1 o [1999/05/04] ports/11491ports new port of shujit java compiler o [1999/05/04] ports/11504chuckr Update ports math/octave o [1999/05/05] docs/11506 doc some typos in dhclient.conf.5 o [1999/05/05] ports/11510nik new version of www/sitecopy (0.6.0) o [1999/05/05] conf/11511 [PATCH] up-to-date newsyslog.conf o [1999/05/05] ports/11512ports new port: x11-toolkits/wxGTK o [1999/05/05] kern/11516 NetGear 10/100 Ethernet 21140-based Ether o [1999/05/05] kern/11517 ../../kern/kern_ntptime.c:533: warning: i o [1999/05/05] kern/11518 ../../pci/if_tx.c:1376: warning: no previ o [1999/05/05] kern/11519 dead code in ncr driver o [1999/05/05] ports/11520ports Freewais port does not respect ${PREFIX} o [1999/05/06] bin/11552 sendmail local delivery (mail.local) can' o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/06] kern/11555 Spelling mistakes in ata-dma.c o [1999/05/07] conf/11556 Configuration Hardware for TIS firewall o [1999/05/07] docs/11561 doc a typo in dhclient.conf.5 man-pages o [1999/05/07] misc/11569 Automatically run fsck when the file syst o [1999/05/07] ports/11570obrien Update: devel/xwpe o [1999/05/08] ports/11581fenner netperf port - rfc1644 forgotten o [1999/05/08] ports/11587ports inappropriate internet time calculation o [1999/05/08] docs/11589 doc Missing #includes in aio_read(2) o [1999/05/08] ports/11592jseger Update: graphics/ImageMagick o [1999/05/08] docs/11596 doc namei(9) says inode, not vnode o [1999/05/08] i386/11597 cmouse complaints: "/kernel: psmintr: out o [1999/05/08] ports/11599ports New port: japanese/xdvik-vflib o [1999/05/09] ports/11600ports New port: phalanx-21 o [1999/05/09] ports/11601ports new port: ifmail-os-2.14.5 o [1999/05/09] ports/11602ports new port: gup-0.4 o [1999/05/09] ports/11603ports New port: dbview-1.0.3 o [1999/05/09] docs/11607 doc RLIMIT_MEMLOCK not implemented o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt o [1999/05/09] ports/11611billf Update port: net/ntop o [1999/05/09] ports/11614kris Update: net/xwhois o [1999/05/09] docs/11615 doc Handbook: linux emulation documentation o o [1999/05/09] ports/11618ports new port: editors/xemacs21 o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/10] conf/11626 /var/log/kerberos is rotated o [1999/05/10] bin/11637 build of kdump fails o [1999/05/11] ports/11641ports New port: net/firewalk o [1999/05/11] docs/11643 doc handbook should state alternatives o [1999/05/11] docs/11645 doc The dir(5) manpage does not mention the u o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/11] misc/11653 obrien patch to allow DHCP configuration of inte o [1999/05/11] ports/11660kris Update: x11-clocks/astime o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] misc/11670 /usr/include/arpa/nameser.h uses a C++ ke o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/12] ports/11672ports New port: intel2gas-1.2 o [1999/05/12] i386/11674 can't do make imake build or anything sin o [1999/05/12] kern/11676 PCIless kernel will not compile with ATAP o [1999/05/12] kern/11677 SCSI device quirk entry. o [1999/05/13] ports/11682ports new port : devel/t1lib o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] ports/11684ports new port: korean/hanIM o [1999/05/13] ports/11685ports new port: korean/linux_locale o [1999/05/13] docs/11688 doc clarify send-pr categories... o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/13] bin/11691 'atm show arp' has ATM addresses in wrong o [1999/05/13] docs/11695 doc [Patch] src/share/man/man7/hier.7 is out o [1999/05/13] ports/11699ports new port: FastCGI development kit o [1999/05/13] ports/11700obrien DDD port seems broken o [1999/05/13] docs/11704 doc Missing subject of 2nd sentence of third o [1999/05/14] docs/11709 doc swapon(8) references strange devices o [1999/05/14] ports/11712ports Rosegarden Port is out to date o [1999/05/14] ports/11714ports New port: cls-1.0 (safe version of clear) o [1999/05/14] ports/11717andreas Update to sysutils/star o [1999/05/14] ports/11718ports New port: sdd o [1999/05/15] ports/11722billf textproc/htdig upgrade from 3.1.1 to 3.1. o [1999/05/15] ports/11723ports new port for sslproxy o [1999/05/15] ports/11727ports Character combinations halting bind8 o [1999/05/15] ports/11728ports WAIS support for gopher o [1999/05/16] ports/11731ports new port: dopewars-1.4.2 o [1999/05/16] docs/11733 doc Update doc: doc/ru/FAQ/admin.sgml o [1999/05/16] ports/11734ports New Port: tya JIT compiler for Java o [1999/05/16] kern/11736 On fast machines kernel reports negative o [1999/05/17] ports/11742ports Problems with japanese/dvipsk* support. o [1999/05/17] ports/11743ports inn-2.2 (nonfatal) premature stop of buil o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/17] ports/11750ports Update of x11-wm/wmx port (by maintainer) o [1999/05/17] ports/11751ports Update of ports: www/netscape4-communicat o [1999/05/17] ports/11752ports new port: www/netscape46-communicator o [1999/05/17] ports/11753ports new port: www/netscape46-navigator o [1999/05/18] ports/11755ports ja-vfghostscript5.5 port has wrong md5 da o [1999/05/18] ports/11756ports update port: xchat-0.9.5 to 0.9.6 o [1999/05/18] ports/11757ports update port: gqmpeg-0.5.2 to 0.5.99 o [1999/05/18] ports/11758ports [PATCH] Upgrade exim port to 3.00 o [1999/05/18] ports/11760ports Update port: graphics/gimp1-i18n from 1.1 o [1999/05/18] kern/11765 performance bug: network devices fxp & de o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/18] ports/11768ports Fixes some problems and smother compiling o [1999/05/18] ports/11769ports please update cons port with latest chang o [1999/05/18] ports/11770ports please update cons port with latest chang o [1999/05/18] ports/11771ports Update: print/klyx o [1999/05/18] docs/11774 doc fixups for man page for vmstat(8) o [1999/05/19] ports/11776ports Fixed port: gtk-- o [1999/05/19] docs/11777 doc Update doc: doc/ru/FAQ/network.sgml o [1999/05/19] ports/11781ports Option to not use X windows support where o [1999/05/19] ports/11783ports new port o [1999/05/19] ports/11786ports gnupg-0.9.6 port does not install o [1999/05/19] ports/11787ports New port: gpasman-1.1.3 o [1999/05/19] misc/11788 booting problems o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/19] ports/11791ports new master site for bbdate o [1999/05/19] ports/11792ports Update: mail/bbmail o [1999/05/19] misc/11796 Bad lines in 3.2-RELEASE inetd.conf o [1999/05/20] ports/11798ports Update of port news/newsfish to 1.1 o [1999/05/20] ports/11802ports new port : gtksheet o [1999/05/20] bin/11805 [PATCH] argument missing from kzip.1 syno o [1999/05/20] ports/11811ports Update databases/gdbm o [1999/05/20] pending/11812gnats-adminftp5.freebsd.org can't find giflib-3.0 an o [1999/05/20] ports/11813ports [New port] gnuplot+ o [1999/05/21] ports/11816ports New port of mserver modem-sahring server o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] ports/11820ports bsd.port.subdir.mk does not define the `m o [1999/05/21] bin/11822 tcpd is not installed from src/contrib/tc o [1999/05/21] bin/11823 [PATCH] /sbin/route cleanup o [1999/05/21] ports/11825ports port update: lang/squeak2 o [1999/05/21] ports/11827ports New port: quirc o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] ports/11830ports Update net/imcq o [1999/05/22] ports/11831ports Update: graphics/gview o [1999/05/22] docs/11832 doc JUst a little typo into sigaltstack(2)... o [1999/05/22] ports/11833ports [PATCH] Fix xosview's SwapMeter for 4.0-C o [1999/05/22] ports/11834ports strange logsurfer behaviour o [1999/05/22] ports/11835ports New port: aumix o [1999/05/22] ports/11836ports Upgrade of grace port from 5.0.1a to 5.0. o [1999/05/22] ports/11837ports Update: net/curl o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/22] ports/11839ports Port change: devel/libtool o [1999/05/22] ports/11840ports Feature fixup: bsd.port.mk o [1999/05/22] ports/11841ports Port update: devel/glib12 o [1999/05/22] ports/11842ports Port update: x11-toolkits/gtk12 o [1999/05/22] ports/11843ports Port change: graphics/imlib o [1999/05/22] ports/11844ports Port update: GNOME ports. o [1999/05/22] ports/11845ports Port update: graphics/gimp1 o [1999/05/22] ports/11846ports Port change: graphics/gtkfig o [1999/05/22] ports/11847ports Port update: misc/mc o [1999/05/22] ports/11848ports Port update: devel/glade o [1999/05/22] docs/11849 doc [Patch] doc/en/handbook/kerneldebug/chapt o [1999/05/22] ports/11850ports Port update: x11-toolkits/gtkstep o [1999/05/22] ports/11851ports Port update: x11-toolkits/p5-GTK o [1999/05/22] ports/11853ports Port update: net/yagirc o [1999/05/22] ports/11854ports Port fixup: audio/libmikmod o [1999/05/22] ports/11855ports Port fixup: net/radiusclient o [1999/05/22] docs/11856 doc references to vadvise(2) should probably o [1999/05/22] ports/11858ports New port: libwmf o [1999/05/22] ports/11859ports Update: textproc/mswordview o [1999/05/23] ports/11861ports Update: x11-wm/icewm o [1999/05/23] ports/11862ports apache13-fp port is broken o [1999/05/23] ports/11863ports Update: net/ezbounce o [1999/05/23] ports/11864ports New port: wminet o [1999/05/23] kern/11866 CAM support for Tandberg 3820 QIC tape dr o [1999/05/24] ports/11871ports Port update: net/gnomeicu 1066 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 11:10: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 64EAD15440 for ; Mon, 24 May 1999 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA76173; Mon, 24 May 1999 11:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3585615437; Mon, 24 May 1999 11:08:34 -0700 (PDT) Message-Id: <19990524180834.3585615437@hub.freebsd.org> Date: Mon, 24 May 1999 11:08:34 -0700 (PDT) From: delaitt@cpc.wmin.ac.uk To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11872: change of disk throughput when using FreeBSD-3.2-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11872 >Category: kern >Synopsis: change of disk throughput when using FreeBSD-3.2-STABLE >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 May 24 11:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Thierry Delaitre >Release: 3.2-STABLE FreeBSD 3.2-STABLE >Organization: Centre for Parallel Computing >Environment: FreeBSD seth.cpc.wmin.ac.uk 3.2-STABLE FreeBSD 3.2-STABLE #2: Mon May 24 15:12:26 BST 1999 root@seth.cpc.wmin.ac.uk:/usr/src/sys/compile/SETH i386 >Description: The problem is that the throughput of the SCSI disk was set to 80MB/s when using FreeBSD-3.2-19990522-STABLE but the throughput has now been set to 11MB/s when using FreeBSD 3.2-STABLE I updated my kernel sources using cvsup. This is particularly strange ! da0 at ahc0 bus 0 target 0 lun 0 May 23 11:23:11 gnu /kernel: da0: Fixed Direct Access SCSI-2 device May 23 11:23:11 gnu /kernel: da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled May 23 11:23:11 gnu /kernel: da0: 4350MB (8910423 512 byte sectors: 255H 63S/T 554C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 11.626MB/s transfers (5.813MHz, offset 31, 16bit) da0: 4350MB (8910423 512 byte sectors: 255H 63S/T 554C) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 11:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24C3614BF8 for ; Mon, 24 May 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA77177; Mon, 24 May 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 24 May 1999 11:20:01 -0700 (PDT) Message-Id: <199905241820.LAA77177@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Justin T. Gibbs" Subject: Re: kern/11872: change of disk throughput when using FreeBSD-3.2-STABLE Reply-To: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11872; it has been noted by GNATS. From: "Justin T. Gibbs" To: delaitt@cpc.wmin.ac.uk Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/11872: change of disk throughput when using FreeBSD-3.2-STABLE Date: Mon, 24 May 1999 12:05:17 -0600 Please indicate the exact model of Adaptec controller you have. If it is a motherboard based controller, indicate your MB. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 11:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BFE1514D7F for ; Mon, 24 May 1999 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA77183; Mon, 24 May 1999 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 24 May 1999 11:20:02 -0700 (PDT) Message-Id: <199905241820.LAA77183@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Justin T. Gibbs" Subject: Re: kern/11872: change of disk throughput when using FreeBSD-3.2-STABLE Reply-To: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11872; it has been noted by GNATS. From: "Justin T. Gibbs" To: delaitt@cpc.wmin.ac.uk Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/11872: change of disk throughput when using FreeBSD-3.2-STABLE Date: Mon, 24 May 1999 12:05:51 -0600 The dmesg output from a 'boot -v' would also be useful. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 11:30:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8525514D7F for ; Mon, 24 May 1999 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA78125; Mon, 24 May 1999 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 24 May 1999 11:30:02 -0700 (PDT) Message-Id: <199905241830.LAA78125@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Thierry Delaitre Subject: Re: kern/11872: change of disk throughput when using FreeBSD-3.2-STABLE Reply-To: Thierry Delaitre Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11872; it has been noted by GNATS. From: Thierry Delaitre To: "Justin T. Gibbs" Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/11872: change of disk throughput when using FreeBSD-3.2-STABLE Date: Mon, 24 May 1999 19:23:48 +0100 (BST) --0-1995309754-927570228=:348 Content-Type: TEXT/PLAIN; charset="US-ASCII" Hi, The motherboard is an Asustek P2B Intel 440BX with 2 Pentium II @ 400Mhz and 512MB of RAM. There is an onboard SCSI controller (Adaptec aic7890/91 Ultra2 SCSI adapter). ahc0: rev 0x00 int a irq 19 on pci0.6.0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs I attached the output of dmesg (using boot -v) to this email message. Thanks, Thierry. On Mon, 24 May 1999, Justin T. Gibbs wrote: > Please indicate the exact model of Adaptec controller you have. If > it is a motherboard based controller, indicate your MB. > > -- > Justin --0-1995309754-927570228=:348 Content-ID: Content-Description: Content-Disposition: attachment; filename=dmesg Content-Type: TEXT/PLAIN; charset="US-ASCII"; name="dmesg" Content-Transfer-Encoding: base64 aXJlY3RlZCBJU0EgaXJxIDEwLg0KZm91bmQtPgl2ZW5kb3I9MHgxMGI3LCBk ZXY9MHg5MDUwLCByZXZpZD0weDAwDQoJY2xhc3M9MDItMDAtMDAsIGhkcnR5 cGU9MHgwMCwgbWZkZXY9MA0KCXN1Ym9yZGluYXRlYnVzPTAgCXNlY29uZGFy eWJ1cz0wDQoJaW50cGluPWEsIGlycT0xNw0KCW1hcFswXTogdHlwZSA0LCBy YW5nZSAzMiwgYmFzZSAwMDAwYjgwMCwgc2l6ZSAgNg0KeGwwOiA8M0NvbSAz YzkwNS1UWCBGYXN0IEV0aGVybGluayBYTD4gcmV2IDB4MDAgaW50IGEgaXJx IDE3IG9uIHBjaTAuMTEuMA0KeGwwOiBFdGhlcm5ldCBhZGRyZXNzOiAwMDo2 MDo5NzpiODo2NTpjZg0KeGwwOiBtZWRpYSBvcHRpb25zIHdvcmQ6IGUwNDAN CnhsMDogcHJvYmluZyBmb3IgYSBQSFkNCnhsMDogY2hlY2tpbmcgYWRkcmVz czogMA0KeGwwOiBjaGVja2luZyBhZGRyZXNzOiAxDQp4bDA6IGNoZWNraW5n IGFkZHJlc3M6IDINCnhsMDogY2hlY2tpbmcgYWRkcmVzczogMw0KeGwwOiBj aGVja2luZyBhZGRyZXNzOiA0DQp4bDA6IGNoZWNraW5nIGFkZHJlc3M6IDUN CnhsMDogY2hlY2tpbmcgYWRkcmVzczogNg0KeGwwOiBjaGVja2luZyBhZGRy ZXNzOiA3DQp4bDA6IGNoZWNraW5nIGFkZHJlc3M6IDgNCnhsMDogY2hlY2tp bmcgYWRkcmVzczogOQ0KeGwwOiBjaGVja2luZyBhZGRyZXNzOiAxMA0KeGww OiBjaGVja2luZyBhZGRyZXNzOiAxMQ0KeGwwOiBjaGVja2luZyBhZGRyZXNz OiAxMg0KeGwwOiBjaGVja2luZyBhZGRyZXNzOiAxMw0KeGwwOiBjaGVja2lu ZyBhZGRyZXNzOiAxNA0KeGwwOiBjaGVja2luZyBhZGRyZXNzOiAxNQ0KeGww OiBjaGVja2luZyBhZGRyZXNzOiAxNg0KeGwwOiBjaGVja2luZyBhZGRyZXNz OiAxNw0KeGwwOiBjaGVja2luZyBhZGRyZXNzOiAxOA0KeGwwOiBjaGVja2lu ZyBhZGRyZXNzOiAxOQ0KeGwwOiBjaGVja2luZyBhZGRyZXNzOiAyMA0KeGww OiBjaGVja2luZyBhZGRyZXNzOiAyMQ0KeGwwOiBjaGVja2luZyBhZGRyZXNz OiAyMg0KeGwwOiBjaGVja2luZyBhZGRyZXNzOiAyMw0KeGwwOiBjaGVja2lu ZyBhZGRyZXNzOiAyNA0KeGwwOiBmb3VuZCBQSFkgYXQgYWRkcmVzcyAyNCwg dmVuZG9yIGlkOiAyMDAwIGRldmljZSBpZDogNWMwMQ0KeGwwOiBQSFkgdHlw ZTogPE5hdGlvbmFsIFNlbWljb25kdWN0b3IgRFA4Mzg0MEE+DQp4bDA6IGZv dW5kIE1JSQ0KeGwwOiBQSFkgc3RhdHVzIHdvcmQ6IDc4NDkNCnhsMDogMTBN YnBzIGhhbGYtZHVwbGV4IG1vZGUgc3VwcG9ydGVkDQp4bDA6IDEwTWJwcyBm dWxsLWR1cGxleCBtb2RlIHN1cHBvcnRlZA0KeGwwOiAxMDBNYnBzIGhhbGYt ZHVwbGV4IG1vZGUgc3VwcG9ydGVkDQp4bDA6IDEwME1icHMgZnVsbC1kdXBs ZXggbW9kZSBzdXBwb3J0ZWQNCnhsMDogYXV0b25lZyBzdXBwb3J0ZWQNCnhs MDogYXV0b25lZyBjb21wbGV0ZSwgbGluayBzdGF0dXMgZ29vZCAoZnVsbC1k dXBsZXgsIDEwME1icHMpDQpicGY6IHhsMCBhdHRhY2hlZA0KRnJlZWluZyAo Tk9UIGltcGxlbWVudGVkKSByZWRpcmVjdGVkIElTQSBpcnEgMTEuDQpmb3Vu ZC0+CXZlbmRvcj0weDEyNzQsIGRldj0weDUwMDAsIHJldmlkPTB4MDENCglj bGFzcz0wNC0wMS0wMCwgaGRydHlwZT0weDAwLCBtZmRldj0wDQoJc3Vib3Jk aW5hdGVidXM9MCAJc2Vjb25kYXJ5YnVzPTANCglpbnRwaW49YSwgaXJxPTE2 DQoJbWFwWzBdOiB0eXBlIDQsIHJhbmdlIDMyLCBiYXNlIDAwMDBiNDAwLCBz aXplICA2DQpQcm9iaW5nIGZvciBkZXZpY2VzIG9uIFBDSSBidXMgMToNClBy b2JpbmcgZm9yIGRldmljZXMgb24gdGhlIElTQSBidXM6DQphdGtiZDogdGhl IGN1cnJlbnQga2JkIGNvbnRyb2xsZXIgY29tbWFuZCBieXRlIDAwNjcNCmF0 a2JkOiBrZXlib2FyZCBJRCAweDQxYWIgKDIpDQprYmRjOiBSRVNFVF9LQkQg cmV0dXJuIGNvZGU6MDBmYQ0Ka2JkYzogUkVTRVRfS0JEIHN0YXR1czowMGFh DQpzYzAgb24gaXNhDQpzYzA6IGZiMCBrYmQwDQpzYzA6IFZHQSBjb2xvciA8 MTYgdmlydHVhbCBjb25zb2xlcywgZmxhZ3M9MHgwPg0KYXRrYmRjMCBhdCAw eDYwLTB4NmYgb24gbW90aGVyYm9hcmQNCmF0a2JkMCBpcnEgMSBvbiBpc2EN CmtiZDA6IGF0a2JkMCwgQVQgMTAxLzEwMiAoMiksIGNvbmZpZzoweDAsIGZs YWdzOjB4M2QwMDAwDQpwc20wOiBjdXJyZW50IGNvbW1hbmQgYnl0ZTowMDY3 DQprYmRjOiBURVNUX0FVWF9QT1JUIHN0YXR1czowMDAwDQprYmRjOiBSRVNF VF9BVVggcmV0dXJuIGNvZGU6MDBmZQ0Ka2JkYzogUkVTRVRfQVVYIHJldHVy biBjb2RlOjAwZmUNCmtiZGM6IFJFU0VUX0FVWCByZXR1cm4gY29kZTowMGZl DQprYmRjOiBESUFHTk9TRSBzdGF0dXM6MDA1NQ0Ka2JkYzogVEVTVF9LQkRf UE9SVCBzdGF0dXM6MDAwMA0KcHNtMDogZmFpbGVkIHRvIHJlc2V0IHRoZSBh dXggZGV2aWNlLg0KcHNtMCBub3QgZm91bmQNCnNpbzA6IGlycSBtYXBzOiAw eDQwMSAweDQxMSAweDQwMSAweDQwMQ0Kc2lvMCBhdCAweDNmOC0weDNmZiBp cnEgNCBmbGFncyAweDEwIG9uIGlzYQ0Kc2lvMDogdHlwZSAxNjU1MEENCnNp bzE6IGlycSBtYXBzOiAweDQwMSAweDQwOSAweDQwMSAweDQwMQ0Kc2lvMSBh dCAweDJmOC0weDJmZiBpcnEgMyBvbiBpc2ENCnNpbzE6IHR5cGUgMTY1NTBB DQpmZGMwIGF0IDB4M2YwLTB4M2Y3IGlycSA2IGRycSAyIG9uIGlzYQ0KZmRj MDogRklGTyBlbmFibGVkLCA4IGJ5dGVzIHRocmVzaG9sZA0KZmQwOiAxLjQ0 TUIgMy41aW4NCndkYzAgbm90IGZvdW5kIGF0IDB4MWYwDQp3ZGMxIGF0IDB4 MTcwLTB4MTc3IGlycSAxNSBvbiBpc2ENCndkYzE6IHVuaXQgMCAoYXRhcGkp OiA8U0FNU1VORyBDRC1ST00gU0NSLTMyMzEvUzEwMD4sIHJlbW92YWJsZSwg aW50ciwgZG1hLCBpb3JkeQ0KYWNkMDogZHJpdmUgc3BlZWQgNjg3IC0gNTUw N0tCL3NlYywgNTEyS0IgY2FjaGUNCmFjZDA6IHN1cHBvcnRlZCByZWFkIHR5 cGVzOiBDRC1SLCBDRC1SVywgQ0QtREEsIHBhY2tldCB0cmFjaw0KYWNkMDog QXVkaW86IHBsYXksIDI1NSB2b2x1bWUgbGV2ZWxzDQphY2QwOiBNZWNoYW5p c206IGVqZWN0YWJsZSB0cmF5DQphY2QwOiBNZWRpdW06IG5vL2JsYW5rIGRp c2MgaW5zaWRlLCB1bmxvY2tlZA0KcHBjOiBwYXJhbGxlbCBwb3J0IGZvdW5k IGF0IDB4Mzc4DQpwcGM6IGNoaXBzZXQgZm9yY2VkIHRvIGdlbmVyaWMNCnBw YzA6IEVDUCBTUFAgRUNQK0VQUCBTUFANCnBwYzAgYXQgMHgzNzggaXJxIDcg ZmxhZ3MgMHg0MCBvbiBpc2ENCnBwYzA6IFNNQy1saWtlIGNoaXBzZXQgKEVD UC9FUFAvUFMyL05JQkJMRSkgaW4gQ09NUEFUSUJMRSBtb2RlDQpwcGMwOiBG SUZPIHdpdGggMTYvMTYvOSBieXRlcyB0aHJlc2hvbGQNCmxwdDA6IDxnZW5l cmljIHByaW50ZXI+IG9uIHBwYnVzIDANCmxwdDA6IEludGVycnVwdC1kcml2 ZW4gcG9ydA0KcHBpMDogPGdlbmVyaWMgcGFyYWxsZWwgaS9vPiBvbiBwcGJ1 cyAwDQpwbGlwOiBpcnEgNw0KcGxpcDA6IDxQTElQIG5ldHdvcmsgaW50ZXJm YWNlPiBvbiBwcGJ1cyAwDQpicGY6IGxwMCBhdHRhY2hlZA0KdmdhMCBhdCAw eDNiMC0weDNkZiBtYWRkciAweGEwMDAwIG1zaXplIDEzMTA3MiBvbiBpc2EN CmZiMDogdmdhMCwgdmdhLCB0eXBlOlZHQSAoNSksIGZsYWdzOjB4NzAwN2YN CmZiMDogcG9ydDoweDNiMC0weDNkZiwgY3J0YzoweDNkNCwgbWVtOjB4YTAw MDAgMHgyMDAwMA0KZmIwOiBpbml0IG1vZGU6MjQsIGJpb3MgbW9kZTozLCBj dXJyZW50IG1vZGU6MjQNCmZiMDogd2luZG93OjB4YzAwYjgwMDAgc2l6ZToz MmsgZ3JhbjozMmssIGJ1ZjoweDAgc2l6ZTowaw0KVkdBIHBhcmFtZXRlcnMg dXBvbiBwb3dlci11cA0KNTAgMTggMTAgMDAgMDAgMDAgMDMgMDAgMDIgNjcg NjAgNGYgNTAgODMgNTUgODEgDQpiZiAxZiAwMCA0ZiAwZSAwZiAwMCAwMCAw NyA4MCA5YyA4ZSA4ZiAyOCAxZiA5NiANCmI5IGEzIGZmIDAwIDAxIDAyIDAz IDA0IDA1IDE0IDA3IDM4IDM5IDNhIDNiIDNjIA0KM2QgM2UgM2YgMGMgMDAg MGYgMDggMDAgMDAgMDAgMDAgMDAgMTAgMGUgMDAgZmYgDQpWR0EgcGFyYW1l dGVycyBpbiBCSU9TIGZvciBtb2RlIDI0DQo1MCAxOCAxMCAwMCAxMCAwMCAw MyAwMCAwMiA2NyA2MCA0ZiA1MCA4MyA1NSA4MSANCmJmIDFmIDAwIDRmIDBk IDBlIDAwIDAwIDAwIDAwIDljIDhlIDhmIDI4IDFmIDk2IA0KYjkgYTMgZmYg MDAgMDEgMDIgMDMgMDQgMDUgMTQgMDcgMzggMzkgM2EgM2IgM2MgDQozZCAz ZSAzZiAwYyAwMCAwZiAwOCAwMCAwMCAwMCAwMCAwMCAxMCAwZSAwMCBmZiAN CkVHQS9WR0EgcGFyYW1ldGVycyB0byBiZSB1c2VkIGZvciBtb2RlIDI0DQo1 MCAxOCAxMCAwMCAxMCAwMCAwMyAwMCAwMiA2NyA2MCA0ZiA1MCA4MyA1NSA4 MSANCmJmIDFmIDAwIDRmIDBkIDBlIDAwIDAwIDAwIDAwIDljIDhlIDhmIDI4 IDFmIDk2IA0KYjkgYTMgZmYgMDAgMDEgMDIgMDMgMDQgMDUgMTQgMDcgMzgg MzkgM2EgM2IgM2MgDQozZCAzZSAzZiAwYyAwMCAwZiAwOCAwMCAwMCAwMCAw MCAwMCAxMCAwZSAwMCBmZiANCm5weDAgb24gbW90aGVyYm9hcmQNCm5weDA6 IElOVCAxNiBpbnRlcmZhY2UNCmFwbTA6IGRpc2FibGVkLCBub3QgcHJvYmVk Lg0KaW1hc2tzOiBiaW8gYzgwMDgwNDAsIHR0eSBjNzA2MDA5YSwgbmV0IGM3 MDYwMDlhDQpTTVA6IGVuYWJsZWQgSU5UczogMSwgMywgNCwgNiwgNywgMTUs IDE3LCAxOCwgMTksIGFwaWNfaW1lbjogMHgwMGYxN2YyNQ0KQklPUyBHZW9t ZXRyaWVzOg0KIDA6MDAwMDAwMDAgMC4uMD0xIGN5bGluZGVycywgMC4uMD0x IGhlYWRzLCAxLi4wPTAgc2VjdG9ycw0KIDE6MDAwMDAwMDAgMC4uMD0xIGN5 bGluZGVycywgMC4uMD0xIGhlYWRzLCAxLi4wPTAgc2VjdG9ycw0KIDI6MDAw MDAwMDAgMC4uMD0xIGN5bGluZGVycywgMC4uMD0xIGhlYWRzLCAxLi4wPTAg c2VjdG9ycw0KIDM6MDAwMDAwMDAgMC4uMD0xIGN5bGluZGVycywgMC4uMD0x IGhlYWRzLCAxLi4wPTAgc2VjdG9ycw0KIDQ6MDAwMDAwMDAgMC4uMD0xIGN5 bGluZGVycywgMC4uMD0xIGhlYWRzLCAxLi4wPTAgc2VjdG9ycw0KIDU6MDAw MDAwMDAgMC4uMD0xIGN5bGluZGVycywgMC4uMD0xIGhlYWRzLCAxLi4wPTAg c2VjdG9ycw0KIDY6MDAwMDAwMDAgMC4uMD0xIGN5bGluZGVycywgMC4uMD0x IGhlYWRzLCAxLi4wPTAgc2VjdG9ycw0KIDc6MDAwMDAwMDAgMC4uMD0xIGN5 bGluZGVycywgMC4uMD0xIGhlYWRzLCAxLi4wPTAgc2VjdG9ycw0KIDAgYWNj b3VudGVkIGZvcg0KRGV2aWNlIGNvbmZpZ3VyYXRpb24gZmluaXNoZWQuDQpB UElDX0lPOiBUZXN0aW5nIDgyNTQgaW50ZXJydXB0IGRlbGl2ZXJ5DQpBUElD X0lPOiByb3V0aW5nIDgyNTQgdmlhIHBpbiAyDQpicGY6IHR1bjAgYXR0YWNo ZWQNCmJwZjogc2wwIGF0dGFjaGVkDQpicGY6IHBwcDAgYXR0YWNoZWQNCm5l dyBtYXNrczogYmlvIGM4MDA4MDQwLCB0dHkgYzcwNjAwOWEsIG5ldCBjNzA2 MDA5YQ0KYnBmOiBsbzAgYXR0YWNoZWQNCkxpbnV4LUVMRiBleGVjIGhhbmRs ZXIgaW5zdGFsbGVkDQpTTVA6IEFQIENQVSAjMSBMYXVuY2hlZCENClNNUDog Q1BVMSBhcGljX2luaXRpYWxpemUoKToNCiAgICAgbGludDA6IDB4MDAwMTA3 MDAgbGludDE6IDB4MDAwMTA0MDAgVFBSOiAweDAwMDAwMDEwIFNWUjogMHgw MDAwMDFmZg0KYWhjMDogdGFyZ2V0IDAgdXNpbmcgMTZiaXQgdHJhbnNmZXJz DQphaGMwOiB0YXJnZXQgMCBzeW5jaHJvbm91cyBhdCA1LjdNSHosIG9mZnNl dCA9IDB4MWYNCmFoYzA6IFNlbGVjdGlvbiBUaW1lb3V0IG9uIEE6MS4gMSBT Q0JzIGFib3J0ZWQNCmFoYzA6IHRhcmdldCAyIHN5bmNocm9ub3VzIGF0IDUu ME1Ieiwgb2Zmc2V0ID0gMHhmDQphaGMwOiBTZWxlY3Rpb24gVGltZW91dCBv biBBOjMuIDEgU0NCcyBhYm9ydGVkDQphaGMwOiBTZWxlY3Rpb24gVGltZW91 dCBvbiBBOjQuIDEgU0NCcyBhYm9ydGVkDQphaGMwOiBTZWxlY3Rpb24gVGlt ZW91dCBvbiBBOjUuIDEgU0NCcyBhYm9ydGVkDQphaGMwOiBTZWxlY3Rpb24g VGltZW91dCBvbiBBOjYuIDEgU0NCcyBhYm9ydGVkDQphaGMwOiBTZWxlY3Rp b24gVGltZW91dCBvbiBBOjguIDEgU0NCcyBhYm9ydGVkDQphaGMwOiBTZWxl Y3Rpb24gVGltZW91dCBvbiBBOjkuIDEgU0NCcyBhYm9ydGVkDQphaGMwOiBT ZWxlY3Rpb24gVGltZW91dCBvbiBBOjEwLiAxIFNDQnMgYWJvcnRlZA0KYWhj MDogU2VsZWN0aW9uIFRpbWVvdXQgb24gQToxMS4gMSBTQ0JzIGFib3J0ZWQN CmFoYzA6IFNlbGVjdGlvbiBUaW1lb3V0IG9uIEE6MTIuIDEgU0NCcyBhYm9y dGVkDQphaGMwOiBTZWxlY3Rpb24gVGltZW91dCBvbiBBOjEzLiAxIFNDQnMg YWJvcnRlZA0KYWhjMDogU2VsZWN0aW9uIFRpbWVvdXQgb24gQToxNC4gMSBT Q0JzIGFib3J0ZWQNCmFoYzA6IFNlbGVjdGlvbiBUaW1lb3V0IG9uIEE6MTUu IDEgU0NCcyBhYm9ydGVkDQoocHJvYmUyOmFoYzA6MDoyOjApOiBJTlFVSVJZ LiBDREI6IDEyIDEgODAgMCBmZiAwIA0KKHByb2JlMjphaGMwOjA6MjowKTog SUxMRUdBTCBSRVFVRVNUIGFzYzoyNCwwDQoocHJvYmUyOmFoYzA6MDoyOjAp OiBJbnZhbGlkIGZpZWxkIGluIENEQg0KYWhjMDogdGFyZ2V0IDAgdXNpbmcg YXN5bmNocm9ub3VzIHRyYW5zZmVycw0KYWhjMDogdGFyZ2V0IDAgc3luY2hy b25vdXMgYXQgNS43TUh6LCBvZmZzZXQgPSAweDFmDQphaGMwOiB0YXJnZXQg MCB1c2luZyBhc3luY2hyb25vdXMgdHJhbnNmZXJzDQphaGMwOiB0YXJnZXQg MCBzeW5jaHJvbm91cyBhdCA1LjdNSHosIG9mZnNldCA9IDB4MWYNCmFoYzA6 IHRhcmdldCAwIHVzaW5nIGFzeW5jaHJvbm91cyB0cmFuc2ZlcnMNCmFoYzA6 IHRhcmdldCAwIHN5bmNocm9ub3VzIGF0IDUuN01Ieiwgb2Zmc2V0ID0gMHgx Zg0KYWhjMDogdGFyZ2V0IDAgdXNpbmcgYXN5bmNocm9ub3VzIHRyYW5zZmVy cw0KYWhjMDogdGFyZ2V0IDAgc3luY2hyb25vdXMgYXQgNS43TUh6LCBvZmZz ZXQgPSAweDFmDQphaGMwOiB0YXJnZXQgMCB1c2luZyBhc3luY2hyb25vdXMg dHJhbnNmZXJzDQphaGMwOiB0YXJnZXQgMCBzeW5jaHJvbm91cyBhdCA1LjdN SHosIG9mZnNldCA9IDB4MWYNCmFoYzA6IHRhcmdldCAwIHVzaW5nIGFzeW5j aHJvbm91cyB0cmFuc2ZlcnMNCmFoYzA6IHRhcmdldCAwIHN5bmNocm9ub3Vz IGF0IDUuN01Ieiwgb2Zmc2V0ID0gMHgxZg0KYWhjMDogdGFyZ2V0IDAgdXNp bmcgYXN5bmNocm9ub3VzIHRyYW5zZmVycw0KYWhjMDogdGFyZ2V0IDAgc3lu Y2hyb25vdXMgYXQgNS43TUh6LCBvZmZzZXQgPSAweDFmDQphaGMwOiB0YXJn ZXQgMCB1c2luZyBhc3luY2hyb25vdXMgdHJhbnNmZXJzDQphaGMwOiB0YXJn ZXQgMCBzeW5jaHJvbm91cyBhdCA1LjdNSHosIG9mZnNldCA9IDB4MWYNCnNh MCBhdCBhaGMwIGJ1cyAwIHRhcmdldCAyIGx1biAwDQpzYTA6IDxERUMgVExa MDYgICAgIChDKURFQyAwNDkxPiBSZW1vdmFibGUgU2VxdWVudGlhbCBBY2Nl c3MgU0NTSS0yIGRldmljZSANCnNhMDogNS4wMDBNQi9zIHRyYW5zZmVycyAo NS4wMDBNSHosIG9mZnNldCAxNSkNCnBhc3MwIGF0IGFoYzAgYnVzIDAgdGFy Z2V0IDAgbHVuIDANCnBhc3MwOiA8UVVBTlRVTSBWSUtJTkcgSUkgNC41V0xT IDQxMTA+IEZpeGVkIERpcmVjdCBBY2Nlc3MgU0NTSS0yIGRldmljZSANCnBh c3MwOiBTZXJpYWwgTnVtYmVyIDE5NDgxMzkzMjY3Mw0KcGFzczA6IDExLjYy Nk1CL3MgdHJhbnNmZXJzICg1LjgxM01Ieiwgb2Zmc2V0IDMxLCAxNmJpdCkN CnBhc3MxIGF0IGFoYzAgYnVzIDAgdGFyZ2V0IDIgbHVuIDANCnBhc3MxOiA8 REVDIFRMWjA2ICAgICAoQylERUMgMDQ5MT4gUmVtb3ZhYmxlIFNlcXVlbnRp YWwgQWNjZXNzIFNDU0ktMiBkZXZpY2UgDQpwYXNzMTogNS4wMDBNQi9zIHRy YW5zZmVycyAoNS4wMDBNSHosIG9mZnNldCAxNSkNCmRhMCBhdCBhaGMwIGJ1 cyAwIHRhcmdldCAwIGx1biAwDQpkYTA6IDxRVUFOVFVNIFZJS0lORyBJSSA0 LjVXTFMgNDExMD4gRml4ZWQgRGlyZWN0IEFjY2VzcyBTQ1NJLTIgZGV2aWNl IA0KZGEwOiBTZXJpYWwgTnVtYmVyIDE5NDgxMzkzMjY3Mw0KZGEwOiAxMS42 MjZNQi9zIHRyYW5zZmVycyAoNS44MTNNSHosIG9mZnNldCAzMSwgMTZiaXQp DQpkYTA6IDQzNTBNQiAoODkxMDQyMyA1MTIgYnl0ZSBzZWN0b3JzOiAyNTVI IDYzUy9UIDU1NEMpDQpDb25zaWRlcmluZyBNRlMgcm9vdCBmL3MuDQpObyBN RlMgaW1hZ2UgYXZhaWxhYmxlIGFzIHJvb3QgZi9zLg0KQ29uc2lkZXJpbmcg RkZTIHJvb3QgZi9zLg0KY2hhbmdpbmcgcm9vdCBkZXZpY2UgdG8gZGEwczFh DQpkYTBzMTogdHlwZSAweGE1LCBzdGFydCAwLCBlbmQgPSA4OTEwNDIyLCBz aXplIDg5MTA0MjMgDQpkYTBzMTogQy9IL1MgZW5kIDU1NC8xNjUvMTggKDE2 NTgzMzkpICE9IGVuZCA4OTEwNDIyOiBpbnZhbGlkDQpzcGxhc2g6IGltYWdl IGRlY29kZXIgZm91bmQ6IHNuYWtlX3NhdmVyDQo= --0-1995309754-927570228=:348-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 11:56:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24EB915440; Mon, 24 May 1999 11:56:53 -0700 (PDT) (envelope-from mks@FreeBSD.org) Received: (from mks@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80786; Mon, 24 May 1999 11:56:53 -0700 (PDT) (envelope-from mks@FreeBSD.org) Date: Mon, 24 May 1999 11:56:53 -0700 (PDT) From: Message-Id: <199905241856.LAA80786@freefall.freebsd.org> To: Jim.Pirzyk@disney.com, mks@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11691: 'atm show arp' has ATM addresses in wrong byte order for SPANS Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 'atm show arp' has ATM addresses in wrong byte order for SPANS State-Changed-From-To: open->closed State-Changed-By: mks State-Changed-When: Mon May 24 11:48:54 PDT 1999 State-Changed-Why: Fix applied - atm_addr.c rev 1.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 14:20: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F6A414D8F for ; Mon, 24 May 1999 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 OAA92491; Mon, 24 May 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9EA8F14D51; Mon, 24 May 1999 14:10:43 -0700 (PDT) Message-Id: <19990524211043.9EA8F14D51@hub.freebsd.org> Date: Mon, 24 May 1999 14:10:43 -0700 (PDT) From: andrew@cream.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/11876: Miss-spelt word in TROUBLE.TXT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11876 >Category: misc >Synopsis: Miss-spelt word in TROUBLE.TXT >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 May 24 14:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrew Boothman >Release: 3.1-RELEASE >Organization: >Environment: FreeBSD spatula 3.1-RELEASE FreeBSD 3.1-RELEASE #4: Sun May 23 20:41:36 BST 1999 root@spatula /usr/src/sys/compile/SPATULA i386 >Description: In the distribution file TROUBLE.TXT, the word 'chose' should be 'choose' >How-To-Repeat: Look in TROUBLE.TXT >Fix: Diff for TROUBLE.TXT : 22c22 < To invoke fixit, simply boot the boot floppy, chose the "Fixit" item --- > To invoke fixit, simply boot the boot floppy, choose the "Fixit" item >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 May 24 14:25:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D45914DA3; Mon, 24 May 1999 14:25:27 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA93009; Mon, 24 May 1999 14:25:26 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Mon, 24 May 1999 14:25:26 -0700 (PDT) From: Message-Id: <199905242125.OAA93009@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: misc/11876: Miss-spelt word in TROUBLE.TXT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Miss-spelt word in TROUBLE.TXT Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: billf Responsible-Changed-When: Mon May 24 14:24:57 PDT 1999 Responsible-Changed-Why: jkh owns the release directory. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 24 19:30:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C880A14F03 for ; Mon, 24 May 1999 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA16523; Mon, 24 May 1999 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id B883014FA1; Mon, 24 May 1999 19:26:32 -0700 (PDT) Message-Id: <19990525022632.B883014FA1@hub.freebsd.org> Date: Mon, 24 May 1999 19:26:32 -0700 (PDT) From: jhroyer@joher.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: 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 >Number: 11881 >Category: kern >Synopsis: when a dummynet pipe is encountered it stop parsing other rules >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 May 24 19:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jean-Hugues Royer >Release: 3.2-RELEASE & STABLE >Organization: >Environment: 3.2-RELEASE FreeBSD 3.2-RELEASE #4: Tue May 25 04:05:43 CEST 1999 >Description: when a pipe is used in a rulesets no more rules are parsed after. This is due to the change of fw_one_pass to 1 in ip_fw.c in 3.2r (it was 0 in 3.1r)the result is that when a packet go thru a pipe no more rules after are being followed. When changing back fw_one_pass to "0" using sysctl it works again but dummynet is unstable and keeps loging: -- warning, refcnt now 0, decreasing -- warning, refcnt now -1, decreasing -- warning, refcnt now -2, decreasing ... >How-To-Repeat: ipfw pipe 1 config bw 64K ipfw add 100 pipe 1 ip from any to any ipfw add 200 count log ip from any to any ipfw add 300 pass all from any to any the rule number "200" will never be parsed >Fix: good luck... >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 May 24 21:22: 2 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id 5572714D3E; Mon, 24 May 1999 21:22:01 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id VAA02640; Mon, 24 May 1999 21:23:05 -0700 (PDT) (envelope-from jkh@zippy.cdrom.com) To: billf@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: misc/11876: Miss-spelt word in TROUBLE.TXT In-reply-to: Your message of "Mon, 24 May 1999 14:25:26 PDT." <199905242125.OAA93009@freefall.freebsd.org> Date: Mon, 24 May 1999 21:23:05 -0700 Message-ID: <2636.927606185@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > jkh owns the release directory. That's not actually true - I *coordinate* a lot of the changes here but have always encouraged other committers to consider making direct improvements to release/texts, release/Makefile and, hell, even release/sysinstall. :) - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 25 3:32:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 710) id 1BD1515667; Tue, 25 May 1999 03:32:44 -0700 (PDT) To: hoek@FreeBSD.ORG, freebsd-doc@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG From: hoek@FreeBSD.ORG Subject: Re: docs/11438 Message-Id: <19990525103244.1BD1515667@hub.freebsd.org> Date: Tue, 25 May 1999 03:32:44 -0700 (PDT) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: clueless how to discover my NE2000 clone IRQ / MemAddr Responsible-Changed-From-To: freebsd-doc->freebsd-bugs Responsible-Changed-By: hoek Responsible-Changed-When: Tue May 25 03:30:21 PDT 1999 Responsible-Changed-Why: Not freebsd-doc mati Not freebsd-doc material. This pr for FreeBSD 2.2.0 should probably be closed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 25 6:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ACE5C14D82 for ; Tue, 25 May 1999 06:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA89938; Tue, 25 May 1999 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2C25B156EA; Tue, 25 May 1999 06:40:45 -0700 (PDT) Message-Id: <19990525134045.2C25B156EA@hub.freebsd.org> Date: Tue, 25 May 1999 06:40:45 -0700 (PDT) From: ilhwan@dcslab.snu.ac.kr To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11883: 3com 905B Cyclone does not show full performance, compared to Linux box (300KByte/sec, contrast to 800KB/sec of Linux box) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11883 >Category: i386 >Synopsis: 3com 905B Cyclone does not show full performance, compared to Linux box (300KByte/sec, contrast to 800KB/sec of Linux box) >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 May 25 06:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: ILHWAN KIM >Release: FreeBSD-3.1 RELEASE >Organization: Seoul National University >Environment: FreeBSD allegro.snu.ac.kr 3.1-STABLE FreeBSD 3.1-STABLE #0: Tue May 4 18:13:53 KST 1999 root@allegro.snu.ac.kr:/usr/src/sys/compile/ALLEGRO i386 >Description: I use 3com 905B NIC. Its FTP Performance under Win95/Linux is about 700-800KByte/sec against the ftp server connected to the same HUB. When I use this card on FreeBSD-3.1, it only performs in about 300KByte/sec for the same configuration. In addition, when I ping FreeBSD machine (allegro) on the same time pinging another machine (Sun Ultra-1), the RTTs against FreeBSD box showes larger variance (from 0.6ms upto 150ms). 'ifconfig xl0 media autoselect' produces following message. May 25 21:56:07 allegro /kernel: xl0: autoneg complete, link status good (half-duplex, 10Mbps) >How-To-Repeat: Always. >Fix: Use Linux or Windows for full performance of 3C905B cards. >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 May 25 7: 3:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id E759C1576C; Tue, 25 May 1999 07:03:38 -0700 (PDT) To: ilhwan@dcslab.snu.ac.kr, wpaul@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG From: wpaul@FreeBSD.ORG Subject: Re: i386/11883 Message-Id: <19990525140338.E759C1576C@hub.freebsd.org> Date: Tue, 25 May 1999 07:03:38 -0700 (PDT) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3com 905B Cyclone does not show full performance, compared to Linux box (300KByte/sec, contrast to 800KB/sec of Linux box) State-Changed-From-To: open->closed State-Changed-By: wpaul State-Changed-When: Tue May 25 06:57:16 PDT 1999 State-Changed-Why: This is not a proper problem report. You aren't running the latest release of FreeBSD and/or the latest xl driver, and you don't say what kind of hardware you have other than the fact that you have a 3c905B card. If you think that "Use Linux or Windows" is the proper fix for this, then go ahead and use them and leave us alone. Go try FreeBSD 3.2-RELEASE, or download the latest driver from http://www.freebsd.org/~wpaul/3Com/3.0. If you still have problems, submit another problem report because I am closing this one. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 25 7:48:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1D6FD15782; Tue, 25 May 1999 07:48:17 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA96254; Tue, 25 May 1999 07:48:17 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Tue, 25 May 1999 07:48:17 -0700 (PDT) From: Message-Id: <199905251448.HAA96254@freefall.freebsd.org> To: hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org, hoek@FreeBSD.org Subject: Re: bin/5693: groff -mm or groff -mmm ??? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: groff -mm or groff -mmm ??? Responsible-Changed-From-To: freebsd-bugs->hoek Responsible-Changed-By: hoek Responsible-Changed-When: Tue May 25 07:47:15 PDT 1999 Responsible-Changed-Why: Appears to be related to docs/9618 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 25 8: 0: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 56B6E15782 for ; Tue, 25 May 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA97295; Tue, 25 May 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mocha.cs.iastate.edu (mocha.cs.iastate.edu [129.186.3.34]) by hub.freebsd.org (Postfix) with ESMTP id AA25B15782 for ; Tue, 25 May 1999 07:52:41 -0700 (PDT) (envelope-from ghelmer@mocha.cs.iastate.edu) Received: (from ghelmer@localhost) by mocha.cs.iastate.edu (8.9.3/8.9.1) id JAA13168; Tue, 25 May 1999 09:52:40 -0500 (CDT) (envelope-from ghelmer) Message-Id: <199905251452.JAA13168@mocha.cs.iastate.edu> Date: Tue, 25 May 1999 09:52:40 -0500 (CDT) From: ghelmer@cs.iastate.edu Reply-To: ghelmer@cs.iastate.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11884: /boot/loader doesn't pass RB_CONFIG flag to kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11884 >Category: bin >Synopsis: /boot/loader doesn't provide a way to make kernel mount CDROM as root fs >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 May 25 08:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Guy Helmer >Release: FreeBSD 4.0-CURRENT i386 >Organization: Iowa State University Department of Computer Science >Environment: FreeBSD 4.0-CURRENT #32: Fri May 14 08:48:35 CDT 1999 >Description: /boot/loader ignores -C flag to request that thekernel mount the CD-ROM as the root filesystem. There does not exist an environment variable setting for the boot loader to provide equivalent functionality. >How-To-Repeat: Boot from a CD-ROM and use "boot -C" to try to make the kernel mount the CD-ROM as the root filesystem. The kernel will not even check the CD-ROM devices for a potential root filesystem. >Fix: The following patch adds a check for the boot_cdrom environment variable and the -C flag, either of which will set the RB_CDROM flag to tell the kernel to check the CD-ROM drives for a root filesystem. --- sys/boot/i386/libi386/bootinfo.c.ORIG Mon Mar 22 10:13:36 1999 +++ sys/boot/i386/libi386/bootinfo.c Tue May 25 08:23:28 1999 @@ -47,6 +47,7 @@ int mask; } howto_names[] = { {"boot_askname", RB_ASKNAME}, + {"boot_cdrom", RB_CDROM}, {"boot_userconfig", RB_CONFIG}, {"boot_ddb", RB_KDB}, {"boot_gdb", RB_GDB}, @@ -78,6 +79,9 @@ break; case 'c': howto |= RB_CONFIG; + break; + case 'C': + howto |= RB_CDROM; break; case 'd': howto |= RB_KDB; >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 May 25 8:10: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 837BE157B5 for ; Tue, 25 May 1999 08:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA98584; Tue, 25 May 1999 08:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 25 May 1999 08:10:02 -0700 (PDT) Message-Id: <199905251510.IAA98584@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Masachika ISHIZUKA Subject: Re: bin/11860: inetd is broken when kill -HUP Reply-To: Masachika ISHIZUKA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11860; it has been noted by GNATS. From: Masachika ISHIZUKA To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: bin/11860: inetd is broken when kill -HUP Date: Wed, 26 May 1999 00:06:18 +0900 >>Synopsis: inetd is broken if kill -HUP `/var/run/inetd.pid` Hi. The patch was sent by hiroya-san as [FreeBSD-net-jp 1596] (FreeBSD network mailling list in Japan). I think this patch is very good. We tested with the following samples. If you use inetd without this patch on FreeBSD 3.2R, you can find the daemon's name is changed each times when you 'kill -HUP `cat /var/run/inetd.pid`'. I think this is a very serious security bug for inetd with 3.2R, so you should apply this patch as soon as possible. (sample comfiguration) % grep -v '^#' /etc/inetd.conf ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l telnet stream tcp nowait root /usr/libexec/telnetd telnetd comsat dgram udp wait tty:tty /usr/libexec/comsat comsat ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd % cat /etc/hosts.allow ALL : ALL : twist /bin/echo "You are not welcome to use %d from %h." % telnet localhost You are not welcome to use telnetd from localhost. ~~~~~~~ # kill -hup `cat /var/run/inetd.pid` % telnet localhost You are not welcome to use comsat from localhost. ~~~~~~ # kill -hup `cat /var/run/inetd.pid` % telnet localhost You are not welcome to use ntalkd from localhost. ~~~~~~ # kill -hup `cat /var/run/inetd.pid` % telnet localhost You are not welcome to use ___ from localhost. ~~~ (patch by hiroya-san [FreeBSD-net-jp 1596]) --- inetd.c.org Mon May 24 19:16:14 1999 +++ inetd.c Mon May 24 19:16:48 1999 @@ -911,6 +911,7 @@ SWAP(sep->se_class, new->se_class); #endif SWAP(sep->se_server, new->se_server); + SWAP(sep->se_server_name, new->se_server_name); for (i = 0; i < MAXARGV; i++) SWAP(sep->se_argv[i], new->se_argv[i]); sigsetmask(omask); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 25 12:57:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (unknown [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 7EAD614C11; Tue, 25 May 1999 12:55:32 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id PAA14754; Tue, 25 May 1999 15:57:19 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Tue, 25 May 1999 15:57:19 -0400 (EDT) From: Bill Fumerola To: "Jordan K. Hubbard" Cc: billf@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: misc/11876: Miss-spelt word in TROUBLE.TXT In-Reply-To: <2636.927606185@zippy.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 24 May 1999, Jordan K. Hubbard wrote: > > jkh owns the release directory. > > That's not actually true - I *coordinate* a lot of the changes here > but have always encouraged other committers to consider making direct > improvements to release/texts, release/Makefile and, hell, even > release/sysinstall. :) Okay, I'll make the change next time. I didn't want to step on toes. - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 25 13:30:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2AC391586B; Tue, 25 May 1999 13:30:41 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA33600; Tue, 25 May 1999 13:30:40 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Date: Tue, 25 May 1999 13:30:40 -0700 (PDT) From: Message-Id: <199905252030.NAA33600@freefall.freebsd.org> To: delaitt@cpc.wmin.ac.uk, gibbs@FreeBSD.org, freebsd-bugs@FreeBSD.org, gibbs@FreeBSD.org Subject: Re: kern/11872: change of disk throughput when using FreeBSD-3.2-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: change of disk throughput when using FreeBSD-3.2-STABLE State-Changed-From-To: open->closed State-Changed-By: gibbs State-Changed-When: Tue May 25 13:28:11 PDT 1999 State-Changed-Why: Problem corrected in revision 1.14 and 1.5.2.6 of sys/pci/ahc_pci.c Responsible-Changed-From-To: freebsd-bugs->gibbs Responsible-Changed-By: gibbs Responsible-Changed-When: Tue May 25 13:28:11 PDT 1999 Responsible-Changed-Why: My driver. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 25 13:36:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5415515B34; Tue, 25 May 1999 13:36:28 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA34300; Tue, 25 May 1999 13:36:28 -0700 (PDT) (envelope-from ken@FreeBSD.org) Date: Tue, 25 May 1999 13:36:28 -0700 (PDT) From: Message-Id: <199905252036.NAA34300@freefall.freebsd.org> To: ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: kern/11866: CAM support for Tandberg 3820 QIC tape drive Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: CAM support for Tandberg 3820 QIC tape drive Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: ken Responsible-Changed-When: Tue May 25 13:35:35 PDT 1999 Responsible-Changed-Why: Matt owns the tape driver. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue May 25 13:50:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A78BD14F0D for ; Tue, 25 May 1999 13:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA35424; Tue, 25 May 1999 13:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fly.lglobus.ru (fly.lglobus.ru [195.34.224.130]) by hub.freebsd.org (Postfix) with ESMTP id 30D4A15476 for ; Tue, 25 May 1999 13:41:53 -0700 (PDT) (envelope-from toor@fly.lglobus.ru) Received: (from root@localhost) by fly.lglobus.ru (8.9.3/8.9.2) id BAA22867; Wed, 26 May 1999 01:28:55 +0400 (MSD) (envelope-from toor) Message-Id: <199905252128.BAA22867@fly.lglobus.ru> Date: Wed, 26 May 1999 01:28:55 +0400 (MSD) From: Bourne-again Superuser Reply-To: rover@lglobus.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/11890: /lkm directory Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11890 >Category: misc >Synopsis: make world creates /lkm directory >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 25 13:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Bourne-again Superuser >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: n/a >Description: make world creates now obsolete (i suppose) /lkm directory. Is that really necessary? >How-To-Repeat: cd /usr/src 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 May 25 14:35:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from virtualia.combios.es (virtualia.combios.es [195.53.190.48]) by hub.freebsd.org (Postfix) with SMTP id B1E7B158AE; Tue, 25 May 1999 14:34:43 -0700 (PDT) (envelope-from callback@workmail.com) Received: from pop01.globecomm.net (206.253.129.185) by virtualia.combios.es (EMWAC SMTPRS 0.81) with SMTP id ; Tue, 25 May 1999 23:32:59 +0200 Received: from workmail.com (36229.rad.bbv.es [195.235.36.229]) by pop01.globecomm.net (8.9.0/8.8.0) with SMTP id RAA18023; Tue, 25 May 1999 17:33:32 -0400 (EDT) Date: Tue, 25 May 1999 17:33:32 -0400 (EDT) From: callback@workmail.com Message-Id: <199905252133.RAA18023@pop01.globecomm.net> To: callback@workmail.com Subject: CAMBIO DE DIRECCION EMAIL Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Disculpe la intromisión. Tengo que comunicarles que mis tres direcciones principales de redireccionamiento hasta ahora: callback@correo.nu call-back@correo.nu call-back@correovirtual.com han sido eliminadas por cese de actividad de su dominio como pueden comprobar en las direcciones http://www.correo.nu y http://www.correovirtual.com. Por otro lado por nuestra cuenta vamos a abandonar las direcciones: callback@workmail.com call-back@lycosmail.com por los muchos fallos y desconexiones que tiene el proveedor mail.com. Asi con todo lo relacionado con el sistema CallBack y sistema 800 (Tarjetas Virtuales) de IAS, pueden ponerse en contacto con nuestra dirección principal ya conocida o con la siguiente direccion info@callback.zzn.com Saludos -------------------------------------------------------------------------------------------------------------------------------- CORREO GRATUITO EN NUEVE IDIOMAS EN http://callback.zzn.com --------------------------------------------------------------------------------------------------------------- Hallo: Exculpates the interference. I than to communicate them than this addresses main of forward until now: callback@correo.nu call-back@correo.nu call-back@correovirtual.com han been eliminated by end of activity of his domain as they can check at the addresses http://www.correo.nu and http://www.correovirtual.com. Let's go to abandon the addresses: callback@workmail.com call-back@lycosmail.com by the many failures and desconexiones than he have the providor mail.com. Related to with the system CallBack and system 800 (Virtual Cards) of IAS, they can to be laied at contact with our address main already knowed or with the following address info@callback.zzn.com Greetings -------------------------------------------------------------------------------------------------------------------------------- EMAIL FREE AT NINE LANGUAGES AT http://callback.zzn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 26 1:25:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from fwm1.matra-ms2i.fr (fwm1.matra-ms2i.fr [195.46.202.129]) by hub.freebsd.org (Postfix) with ESMTP id E547715447 for ; Wed, 26 May 1999 01:25:31 -0700 (PDT) (envelope-from elemiere@matra-ms2i.fr) Received: by fwm1.matra-ms2i.fr; id MAA09697; Wed, 26 May 1999 12:30:17 +0200 (CEST) Received: from unknown(10.0.0.3) by fwm1.matra-ms2i.fr via smap (4.0) id xma009690; Wed, 26 May 99 12:30:02 +0200 Received: from matra-ms2i.fr ([10.0.0.35]) by matms2i.matra-ms2i.fr (4.1/SMI-4.1(hp)) id AA10958; Wed, 26 May 99 10:20:12 +0200 Message-Id: <374BB049.BFC4E4F3@matra-ms2i.fr> Date: Wed, 26 May 1999 10:26:50 +0200 From: Eric Lemiere Organization: MATRA SYSTEMES & INFORMATION X-Mailer: Mozilla 4.04 [en] (Win95; I) Mime-Version: 1.0 To: freebsd-bugs@freebsd.org Subject: Intel EtherExpress Pro 10/100TX on PCI troubleshooting on FreeBSD3.1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello FreeBSD team! I've had troubles installing my "Intel EtherExpress Pro 10/100TX" PCI Ethernet adapter on the FreeBSD 3.1 release I bought recently. I'm all the more surprised of this as that adapter used to work perfectly with FreeBSD 2.2.8 Remarks: 1) The adapter is correctly detected as an "Intel EtherExpress Pro 10/100TX" at boot sequence. 2) The installation process hangs up while trying to turn the adapter UP. 3) The command "ifconfig fxp0 inet 10.0.0.5" makes the system hang up too. I fancy that the driver is not available for this adapter, but this surprises me as it was within FreeBSD 2.2.8 . I see the "Intel EtherExpress Pro/100B Ethernet adapter" driver among the PCI drivers available, is it not correct? Would you please give me your advice, available patch or driver that would suit? Thanks a lot, and good work! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 26 1:31:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from implode.root.com (root.com [209.102.106.178]) by hub.freebsd.org (Postfix) with ESMTP id 9996815755 for ; Wed, 26 May 1999 01:31:28 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.8/8.8.5) with ESMTP id BAA01628; Wed, 26 May 1999 01:31:27 -0700 (PDT) Message-Id: <199905260831.BAA01628@implode.root.com> To: Eric Lemiere Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Intel EtherExpress Pro 10/100TX on PCI troubleshooting on FreeBSD3.1 In-reply-to: Your message of "Wed, 26 May 1999 10:26:50 +0200." <374BB049.BFC4E4F3@matra-ms2i.fr> From: David Greenman Reply-To: dg@root.com Date: Wed, 26 May 1999 01:31:27 -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Hello FreeBSD team! > >I've had troubles installing my "Intel EtherExpress Pro 10/100TX" PCI >Ethernet adapter on the FreeBSD 3.1 release I bought recently. >I'm all the more surprised of this as that adapter used to work >perfectly with FreeBSD 2.2.8 > >Remarks: >1) The adapter is correctly detected as an "Intel EtherExpress Pro >10/100TX" at boot sequence. >2) The installation process hangs up while trying to turn the adapter >UP. >3) The command "ifconfig fxp0 inet 10.0.0.5" makes the system hang up >too. > > >I fancy that the driver is not available for this adapter, but this >surprises me as it >was within FreeBSD 2.2.8 . I see the "Intel EtherExpress Pro/100B >Ethernet adapter" >driver among the PCI drivers available, is it not correct? > >Would you please give me your advice, available patch or driver that >would suit? There was a bug that prevented the DMA from working on systems where the PCI BIOS didn't correctly configure it before booting FreeBSD. Solutions: You can either install 3.2 (where it has been fixed) or use the patch that I've attached for 3.1. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project - http://www.freebsd.org Creator of high-performance Internet servers - http://www.terasolutions.com Index: if_fxp.c =================================================================== RCS file: /home/ncvs/src/sys/pci/if_fxp.c,v retrieving revision 1.59.2.2 retrieving revision 1.59.2.3 diff -c -r1.59.2.2 -r1.59.2.3 *** if_fxp.c 1999/03/18 18:47:29 1.59.2.2 --- if_fxp.c 1999/03/30 04:51:43 1.59.2.3 *************** *** 27,33 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ! * $Id: if_fxp.c,v 1.59.2.2 1999/03/18 18:47:29 luigi Exp $ */ /* --- 27,33 ---- * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * ! * $Id: if_fxp.c,v 1.59.2.3 1999/03/30 04:51:43 wes Exp $ */ /* *************** *** 98,103 **** --- 98,104 ---- #include /* for DELAY */ #include + #include /* for PCIM_CMD_xxx */ #include #include *************** *** 529,534 **** --- 530,536 ---- vm_offset_t pbase; struct ifnet *ifp; int s; + u_long val; sc = malloc(sizeof(struct fxp_softc), M_DEVBUF, M_NOWAIT); if (sc == NULL) *************** *** 537,542 **** --- 539,551 ---- callout_handle_init(&sc->stat_ch); s = splimp(); + + /* + * Enable bus mastering. + */ + val = pci_conf_read(config_id, PCI_COMMAND_STATUS_REG); + val |= (PCIM_CMD_MEMEN|PCIM_CMD_BUSMASTEREN); + pci_conf_write(config_id, PCI_COMMAND_STATUS_REG, val); /* * Map control/status registers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 26 9:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52B1B15407 for ; Wed, 26 May 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA09666; Wed, 26 May 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from terrafirma.cstone.net (terrafirma.cstone.net [205.197.102.33]) by hub.freebsd.org (Postfix) with ESMTP id B171E15694 for ; Wed, 26 May 1999 09:25:34 -0700 (PDT) (envelope-from ubergeek@terrafirma.cstone.net) Received: (from ubergeek@localhost) by terrafirma.cstone.net (8.9.3/8.9.2) id MAA03104; Wed, 26 May 1999 12:26:22 -0400 (EDT) (envelope-from ubergeek) Message-Id: <199905261626.MAA03104@terrafirma.cstone.net> Date: Wed, 26 May 1999 12:26:22 -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/11896: argument checking on cap_mkdb Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11896 >Category: bin >Synopsis: cap_mkdb dumps core when non-files passed as arguments >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 26 09:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Adrian Filipi-Martin >Release: FreeBSD 3.2-RELEASE i386 >Organization: Ubergeeks Consulting >Environment: 3.2-RLEASE as built locally and installed on about 5/17. >Description: If passed a non-file, e.g. a directory, as an argument, cap_mkdb will segfault and dump core. >How-To-Repeat: cap_mkdb /etc >Fix: Apply this patch. Note that I consider a FIFO ok, because sometimes I use the <(command|filter) idiom to feed processed data to commands as file arguments. --- cap_mkdb.c.orig Sun Dec 6 17:58:12 1998 +++ cap_mkdb.c Wed May 26 12:04:20 1999 @@ -75,6 +75,7 @@ char *argv[]; { int c; + const char *const progname = strrchr(argv[0], '/') + 1; capname = NULL; while ((c = getopt(argc, argv, "f:v")) != -1) { @@ -95,6 +96,18 @@ if (*argv == NULL) usage(); + else { + char **p = argv; + do { + struct stat sb; + if (stat(*p, &sb) == -1) + err(1, (char *)NULL); + if (sb.st_mode & (S_IFREG|S_IFIFO)) + continue; + fprintf(stderr, "%s: %s, not a regular file", progname, *p); + exit(1); + } while (*++p); + } /* * The database file is the first argument if no name is specified. >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 May 26 10:40: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCAA9155C9 for ; Wed, 26 May 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA16357; Wed, 26 May 1999 10:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4C6BB15512; Wed, 26 May 1999 10:39:48 -0700 (PDT) Message-Id: <19990526173948.4C6BB15512@hub.freebsd.org> Date: Wed, 26 May 1999 10:39:48 -0700 (PDT) From: gans@primus-online.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11898: Connot wirte to floppy on HP OB800CT with FreeBSD 3.1 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11898 >Category: i386 >Synopsis: Connot wirte to floppy on HP OB800CT with FreeBSD 3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 26 10:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ralf P. Gans >Release: FreeBSD 3.1 >Organization: >Environment: HP OmniBook 800 >Description: Trying to write to the floppy starts the motor but does not write. Turning FDC_DEBUG and fdc_debug on shows tha BSD is trying to stop the motor of the floppy (fd0:turnoff) every handfull of secondes. I've tryed with dd and fdformat. BSD and RedHat show a different type of CHIP: BSD NEC 7???? RedHat 8???? At the moment I'm running RedHat 5.2 on the OmniBook which perfectly writes to floppy. >How-To-Repeat: fdformat fd0.1440 >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 26 11:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5DF0915671 for ; Wed, 26 May 1999 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA20424; Wed, 26 May 1999 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 31DF815407; Wed, 26 May 1999 11:12:10 -0700 (PDT) Message-Id: <19990526181210.31DF815407@hub.freebsd.org> Date: Wed, 26 May 1999 11:12:10 -0700 (PDT) From: pir-freebsd@pir.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11899: many linux programs fail after 2.2.8-R -> 3.2-R upgrade Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11899 >Category: kern >Synopsis: many linux programs fail after 2.2.8-R -> 3.2-R upgrade >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 26 11:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Radcliffe >Release: 3.2-RELEASE >Organization: >Environment: FreeBSD mrow 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Wed May 26 11:57:29 EDT 1999 pir@mrow:/usr/src/sys/compile/MROW i386 >Description: Binary upgrade (via locally made CD) from 2.2.8-R to 3.2-R. Afterwards many linux binaries refuse to run with errors such as: /opt/applix/applix: can't resolve symbol '__mb_cur_max' /opt/applix/applix: can't resolve symbol '_DefaultRuneLocale' /opt/applix/applix: can't resolve symbol '_CurrentRuneLocale' /opt/applix/applix: can't resolve symbol '__sF' The binaries (netscape, applixware and acrobat reader) were all installed via the ports system and all show reasonable ldd output: /opt/applix/applix: libX11.so.6 => /usr/openwin/lib/libX11.so.6 libc.so.5 => /lib/libc.so.5.4.23 libdl.so.1 => /lib/libdl.so.1.7.14 libm.so.5 => /lib/libm.so.5.0.8 libstdc++.so.27 => /usr/lib/libstdc++.so.27 I've tried using kernel.GENERIC, rebuilding the kernel with or without various options, removing and reinstalling linux_lib-2.6.1 package (rm-ing /usr/compat/linux in the middle) ... All of these binaries worked fine with 2.2.8-R and linux_lib-2.6, so my assumption is this is a kernel problem. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 26 15:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AEC5715819 for ; Wed, 26 May 1999 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA44196; Wed, 26 May 1999 15:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 8691714DF7 for ; Wed, 26 May 1999 15:23:52 -0700 (PDT) (envelope-from iedowse@maths.tcd.ie) Received: from gosset.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 26 May 99 23:23:52 +0100 (BST) Message-Id: <199905262323.aa75046@gosset.maths.tcd.ie> Date: Wed, 26 May 1999 23:23:51 +0100 (BST) From: iedowse@maths.tcd.ie Reply-To: iedowse@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11900: Sed(1) fails with MALLOC_OPTIONS set to 'V' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11900 >Category: bin >Synopsis: Sed(1) fails with MALLOC_OPTIONS set to 'V' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 26 15:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ian Dowse >Release: FreeBSD 3.1-STABLE i386 >Organization: School of Mathematics Trinity College, Dublin >Environment: All versions of FreeBSD >Description: Just a trivial buglet; the synopsis says it all. Sed's compile() function can try to malloc zero bytes, and its xmalloc() wrapper treats a NULL malloc() return as a fatal error. Presumably other similar problems exist elsewhere in the tree. I just tried a 'setenv MALLOC_OPTIONS AJVX; make world' and almost immediately ld(1) gave a similar error (on a 2-week old -current). While not at all critical, it would be nice for standard utilities to work with any malloc options. >How-To-Repeat: % setenv MALLOC_OPTIONS V % sed sed: malloc: Undefined error: 0 >Fix: Apply this patch to src/usr.bin/sed/compile.c --- compile.c.orig Wed May 26 21:19:18 1999 +++ compile.c Wed May 26 21:23:43 1999 @@ -138,7 +138,10 @@ *compile_stream(&prog) = NULL; fixuplabel(prog, NULL); uselabel(); - appends = xmalloc(sizeof(struct s_appends) * appendnum); + if (appendnum > 0) + appends = xmalloc(sizeof(struct s_appends) * appendnum); + else + appends = NULL; match = xmalloc((maxnsub + 1) * sizeof(regmatch_t)); } >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 May 26 16:11:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AAF7D14F14; Wed, 26 May 1999 16:11:28 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA47474; Wed, 26 May 1999 16:11:28 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Wed, 26 May 1999 16:11:28 -0700 (PDT) From: Message-Id: <199905262311.QAA47474@freefall.freebsd.org> To: gallatin@cs.duke.edu, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/7201: (cpu == CPU_686) in pmap.c shoud also apply to CPU_PII, pmap_setdevram() disabled in wrong place Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: (cpu == CPU_686) in pmap.c shoud also apply to CPU_PII, pmap_setdevram() disabled in wrong place State-Changed-From-To: feedback->closed State-Changed-By: nrahlstr State-Changed-When: Wed May 26 16:09:52 PDT 1999 State-Changed-Why: Fixed by msmith in revision 1.212. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 26 18:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C51E71579F for ; Wed, 26 May 1999 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA55810; Wed, 26 May 1999 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id C5665157D5; Wed, 26 May 1999 18:07:38 -0700 (PDT) Message-Id: <19990527010738.C5665157D5@hub.freebsd.org> Date: Wed, 26 May 1999 18:07:38 -0700 (PDT) From: mutantsquirrel@hotmail.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11901: I commented out all the NIC cards i don't have in GENERIC and saved it to TEST then configed it and did make depend and it errors and tells me to report the bug so here it is. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11901 >Category: kern >Synopsis: I commented out all the NIC cards i don't have in GENERIC and saved it to TEST then configed it and did make depend and it errors and tells me to report the bug so here it is. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 26 18:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Confidential... >Release: 3.2-RELEASE >Organization: Also Confidential =] >Environment: FreeBSD skywalker.LOZG.org 3.2-RELEASE FreeBsd3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 >Description: hey i copied GENERIC to TEST then i commented all the NIC cards i don't have out i ran /usr/sbin/config TEST cd ../../compile/TEST make depend it says Please report this bug. Error: Can not do 1048580 byte relocation Error: field fx_size too small to hold 1048580 Internal error, aborting at /usr/src/gnu/usr.bin/binutils/as/as_i386/../../../../../contrib/binutils/gas/write.c line 170 in fix_new_internal Please report this bug. Error code 1 Stop. >How-To-Repeat: copy GENERIC to TEST in /usr/src/sys/i386/conf comment out the NIC cards in the part with the description /usr/sbin/config TEST cd ../../compile/TEST make depend it errors...... >Fix: No known fix. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 26 19:10: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from 19sj1.lanset.com (19sj1.lanset.com [209.110.178.69]) by hub.freebsd.org (Postfix) with ESMTP id 2B2D1157E3 for ; Wed, 26 May 1999 19:09:20 -0700 (PDT) (envelope-from jd@19sj1.lanset.com) Received: (from jd@localhost) by 19sj1.lanset.com (8.8.8/8.8.8) id TAA00848 for bugs@freebsd.org; Wed, 26 May 1999 19:09:19 -0700 (PDT) (envelope-from jd) Date: Wed, 26 May 1999 19:09:19 -0700 (PDT) From: "Joseph I. Davida" Message-Id: <199905270209.TAA00848@19sj1.lanset.com> To: bugs@freebsd.org Subject: ppp and syslog Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Please do not reply to the From: adress. Reply to jd@davida.com The ppp (tunneling version) does not log to syslog. I had sent the question to questions@freebsd.org but no one responded with a satisfactory answer. In syslg.conf: !ppp *.* /var/log/ppp.log In ppp.conf Label: . . . set log Phase Chat Connect Carrier LCP IPCP CCP tun command And yet after ppp dials up and connects, /var/log/ppp.log is empty. Syslogd is running. What else am I missing? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 26 19:30: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52CC2157A5 for ; Wed, 26 May 1999 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA61880; Wed, 26 May 1999 19:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 26 May 1999 19:30:01 -0700 (PDT) Message-Id: <199905270230.TAA61880@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: kern/11901: I commented out all the NIC cards i don't have in GENERIC and saved it to TEST then configed it and did make depend and it errors and tells me to report the bug so here it is. Reply-To: Tim Vanderhoek Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11901; it has been noted by GNATS. From: Tim Vanderhoek To: mutantsquirrel@hotmail.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/11901: I commented out all the NIC cards i don't have in GENERIC and saved it to TEST then configed it and did make depend and it errors and tells me to report the bug so here it is. Date: Wed, 26 May 1999 22:25:12 -0400 On Wed, May 26, 1999 at 06:07:38PM -0700, mutantsquirrel@hotmail.com wrote: > > >Synopsis: I commented out all the NIC cards i don't have in GENERIC and saved it to TEST then configed it and did make depend and it errors and tells me to report the bug so here it is. Don't make me pull out my Nielson to define "Synopsis" for you, please! > i ran /usr/sbin/config TEST > cd ../../compile/TEST > make depend > it says Please report this bug. > Error: Can not do 1048580 byte relocation > Error: field fx_size too small to hold 1048580 > Internal error, aborting at /usr/src/gnu/usr.bin/binutils/as/as_i386/../../../../../contrib/binutils/gas/write.c line 170 in fix_new_internal > Please report this bug. That's a gas bug. They really mean "report this bug to the EGCS team", but anyways... What is really needed to repeat the bug is the asm output from the compiler that gas is trying to compile. That's not hard to get, but you've cut-out too much of the text from before the line "Error:" for me to give any hints on how. Respond with a larger quote from the output. It might not be a bad idea to include the actual kernel config file with the report. I don't think that your description gives us enough information to repeat the error any other way. Unless we get a response with ~week, we'll probably be forced to close this PR. [Actually, it'll probably just be closed and sent off to the EGCS team anyways, but at least give them something to work with so that FreeBSD users don't get a bad name with them. :-] -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed May 26 19:52:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E700714C9F; Wed, 26 May 1999 19:52:23 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA63716; Wed, 26 May 1999 19:52:24 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Date: Wed, 26 May 1999 19:52:24 -0700 (PDT) From: Message-Id: <199905270252.TAA63716@freefall.freebsd.org> To: mzaki@e-mail.ne.jp, ghelmer@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10328: wd(4) manpage correction Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: wd(4) manpage correction State-Changed-From-To: open->closed State-Changed-By: ghelmer State-Changed-When: Wed May 26 21:48:44 CDT 1999 State-Changed-Why: Fixed, thanks. Revs 1.13 (current) and 1.10.2.1 (stable) src/share/man/man4/man4.i386/wd.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 27 1:46: 1 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id DC44915478 for ; Thu, 27 May 1999 01:45:51 -0700 (PDT) (envelope-from brian@keep.lan.Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id JAA67456; Thu, 27 May 1999 09:45:49 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id JAA00855; Thu, 27 May 1999 09:21:38 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199905270821.JAA00855@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: "Joseph I. Davida" Cc: bugs@FreeBSD.ORG Subject: Re: ppp and syslog In-reply-to: Your message of "Wed, 26 May 1999 19:09:19 PDT." <199905270209.TAA00848@19sj1.lanset.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 27 May 1999 09:21:38 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Please do not reply to the From: adress. > Reply to jd@davida.com > > The ppp (tunneling version) does not log to > syslog. I had sent the question to questions@freebsd.org > but no one responded with a satisfactory answer. > > In syslg.conf: > > !ppp > *.* /var/log/ppp.log > > In ppp.conf > > Label: I believe I responded, asking are you sure you're using TABs (no spaces at all!) and have a \n at the end of the line ? Also make sure you ``killall -HUP syslogd''. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 27 2: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6374A1533E for ; Thu, 27 May 1999 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 CAA00978; Thu, 27 May 1999 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nap.ik.bme.hu (nap.ik.bme.hu [152.66.243.135]) by hub.freebsd.org (Postfix) with ESMTP id 596D0151CB for ; Thu, 27 May 1999 01:51:12 -0700 (PDT) (envelope-from mohacsi@nap.ik.bme.hu) Received: (from mohacsi@localhost) by nap.ik.bme.hu (8.9.3/8.9.3) id KAA00417; Thu, 27 May 1999 10:51:07 +0200 (CEST) (envelope-from mohacsi) Message-Id: <199905270851.KAA00417@nap.ik.bme.hu> Date: Thu, 27 May 1999 10:51:07 +0200 (CEST) From: mohacsi@ik.bme.hu Reply-To: mohacsi@ik.bme.hu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/11905: sysinstall desktop changing inconvenience Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11905 >Category: conf >Synopsis: sysinstall desktop changing inconvenience >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 May 27 02:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Janos Mohacsi >Release: FreeBSD 3.2-RELEASE i386 >Organization: Technical University of Budapest, Hungary >Environment: FreeBSD 3.2-RELEASE i386, PII/350, 2.1 GB disk, 64MB RAM, ATi Rage graphics card >Description: The /stand/sysinstall should check existence of selected desktop package before trying to add certain package. It asks for installation media for every change of desktop even if the packages already installed. This behaviour is a bit annoying. >How-To-Repeat: Select an already installed desktop, and sysinstall will prompt for install media. >Fix: Possible solution: package_add function should check existence of a the package, and give the user an oportunity to reinstall?, use current, cancel. De we need reinstall? >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 May 27 6:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2ED5614EB8 for ; Thu, 27 May 1999 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA66763; Thu, 27 May 1999 06:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 27 May 1999 06:50:02 -0700 (PDT) Message-Id: <199905271350.GAA66763@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kazutaka YOKOTA Subject: Re: kern/11490: VESA+VM86+Splash == unstable system Reply-To: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11490; it has been noted by GNATS. From: Kazutaka YOKOTA To: Simon Karpen Cc: freebsd-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: kern/11490: VESA+VM86+Splash == unstable system Date: Thu, 27 May 1999 22:50:54 +0900 >From: Simon Karpen >To: freebsd-gnats-submit@freebsd.org >Cc: >Subject: Re: kern/11490: VESA+VM86+Splash == unstable system >Date: Tue, 4 May 1999 23:04:49 -0400 (EDT) > > This is an update to the PR. > > I'm not sure exactly how yet, but the problem appears to be > strongly related to Realplayer 5.0 for Linux, running with > Linux emulation. > > Also, a correct e-mail address is slk@acm.rpi.edu. > > I'm going to cvsup to the latest stable and do more testing. Are you still having the problem? Does the system crash and how? Kazu yokota@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 27 8: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 65A6C14C57 for ; Thu, 27 May 1999 08:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA19340; Thu, 27 May 1999 08:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 27 May 1999 08:00:01 -0700 (PDT) Message-Id: <199905271500.IAA19340@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kazutaka YOKOTA Subject: Re: i386/10913: Characters in console get switched to other characters and colors Reply-To: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/10913; it has been noted by GNATS. From: Kazutaka YOKOTA To: misty@kconline.com Cc: freebsd-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: i386/10913: Characters in console get switched to other characters and colors Date: Fri, 28 May 1999 00:02:06 +0900 >>Number: 10913 >>Category: i386 >>Synopsis: Characters in console get switched to other characters and co >lors [...] >>Arrival-Date: Thu Apr 1 15:50:01 PST 1999 >>Closed-Date: >>Last-Modified: >>Originator: Misty Linville >>Release: 3.1-RELEASE >>Organization: >>Environment: >FreeBSD linvilmd.grace.edu 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Wed Mar 31 00:1 >2: >18 EST 1999 root@linvilmd.grace.edu:/usr/src/sys/compile/LINVILMD i386 >>Description: >I am not sure what triggers the problem, but I think it may be having >more than one virtual terminal open. I will type something, or it >will be sent to standard output by a program or script, and as soon >as it is no longer on the command line itself (ie. scrolled up in the >buffer), some characters will be blanked out, changed to extended ascii >characters, and/or in colors other than the default. This doesn't happen in X >Windows. Are you still seeing the problem? Would you describe your hardware and send me the output from the `dmesg' command, so that I can get some ideas about your system? Kazu yokota@FreeBSD.ORG PS: Sorry for not responding to you earlier. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 27 8:30: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60257158BE for ; Thu, 27 May 1999 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 IAA21937; Thu, 27 May 1999 08:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 27 May 1999 08:30:02 -0700 (PDT) Message-Id: <199905271530.IAA21937@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kazutaka YOKOTA Subject: Re: kern/11018: detection of sc0 and atkbd fails Reply-To: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11018; it has been noted by GNATS. From: Kazutaka YOKOTA To: freebsd-gnats-submit@freebsd.org Cc: yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: kern/11018: detection of sc0 and atkbd fails Date: Fri, 28 May 1999 00:25:04 +0900 Are you sure that the system doesn't work without your suggested work around? Guessing from the error messages you described, I suspect that when your initial custom kernel failed, it was compiled with the following wrong declarations: controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty [...] device sc0 at isa? tty irq 1 "irq 1" should be associated with atkbd0 rather than sc0. Your kernel configuration file attached to the problem report has correct declarations: controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 [...] device sc0 at isa? tty Therefore, I expect they should work... Please compile a kernel without unecessary fe and ep devices and see if atkbd and sc are recognized. Kazu yokota@FreeBSD.ORG >detection of sc0 and atkbd fails [...] >Originator > Walter Belgers walter@giga.mpn.cp.philips.com >Release > FreeBSD 3.1-RELEASE i386 >Organization > > Origin > >Environment [...] >Description > > When compiling a custom kernel, I get errors on sc0 and atkdb0, making > the keyboard useless. I have no screendump, but errors I saw were > sc0: irq with no handler > and something like > atkbd not probed due to irq conflict with sc0 > >How-To-Repeat > > On my system, use this custom kernel config and boot the kernel: [...] > controller atkbdc0 at isa? port IO_KBD tty > device atkbd0 at isa? tty irq 1 > device psm0 at isa? tty irq 12 > device vga0 at isa? port ? conflicts > pseudo-device splash > device sc0 at isa? tty [...] >Fix > Actually, workaround. > > Add this to the kernel config: > device ep0 at isa? port 0x300 net irq 10 > device fe0 at isa? port 0x300 net irq ? > > These get probed (but are not found) between sc0 and atkdb0. This fixes > the problem (see dmesg output on top). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 27 15: 2:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 01EC214D12; Thu, 27 May 1999 15:02:47 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA56260; Thu, 27 May 1999 15:02:46 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Thu, 27 May 1999 15:02:46 -0700 (PDT) From: Message-Id: <199905272202.PAA56260@freefall.freebsd.org> To: osa@freebsd.org.ru, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/11281: make world on -stable failed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make world on -stable failed State-Changed-From-To: feedback->closed State-Changed-By: nrahlstr State-Changed-When: Thu May 27 15:01:44 PDT 1999 State-Changed-Why: Originator reports the problem has been fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 27 15:48:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6825814BFA; Thu, 27 May 1999 15:48:47 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA59436; Thu, 27 May 1999 15:48:46 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Thu, 27 May 1999 15:48:46 -0700 (PDT) From: Message-Id: <199905272248.PAA59436@freefall.freebsd.org> To: byron@omix.com, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/11650: 3.1-STABLE make buildworld fails durring gnu/usr.bin/bc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.1-STABLE make buildworld fails durring gnu/usr.bin/bc State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Thu May 27 15:47:51 PDT 1999 State-Changed-Why: Problem has been resolved. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 27 20:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 35DCE152D1 for ; Thu, 27 May 1999 20:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA81429; Thu, 27 May 1999 20:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 27 May 1999 20:10:03 -0700 (PDT) Message-Id: <199905280310.UAA81429@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kazutaka YOKOTA Subject: Re: i386/11597: cmouse complaints: "/kernel: psmintr: out of sync (00c0 != 0008)". FAQ150 outdated. Reply-To: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11597; it has been noted by GNATS. From: Kazutaka YOKOTA To: crawford@cs.ucdavis.edu Cc: freebsd-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: i386/11597: cmouse complaints: "/kernel: psmintr: out of sync (00c0 != 0008)". FAQ150 outdated. Date: Fri, 28 May 1999 12:04:45 +0900 >Number: 11597 >Category: i386 >Synopsis: cmouse complaints: "/kernel: psmintr: out of sync (00c0 != 0008)". FAQ150 outdated. [...] >Arrival-Date: Sat May 8 19:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rick Crawford >Release: 3.1 >Organization: >Environment: FreeBSD 3.1-Release #0 Mon. Feb. 15 11:08GMT 1999 jkh@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386 >Description: >6 month old Gateway with what seems to be Intellimouse (2 button + roller), >ps/2 interface. syslog logs numerous complaints from line 1851 of >/usr/src/sys/i386/isa/psm.c of form: > "/kernel: psmintr: out of sync (00c0 != 0008)" >Mouse operation is balky -- movement often is interpreted as cut/paste, >yet intentional cut/paste is difficult. >Not clear if these are separate problems from the out of sync msgs. Would you please send me the output from `dmesg' soon after the system is started, and tell me the model name and number written on the label of the mouse? Did the mouse come with this Gateway system? Or did you buy it separately? Do you use any keyboard/monitor/mouse switch, such as Cybex KVM switch? These switch products are know to cause troubles for mice. Also, please carry out the following test so that I can get some information about your mouse. 1. Switch to vty1 or vty2 (Press Alt-F2 or Alt-F3). Login as root. 2. Kill moused if it is running. 3. Run moused as follows: moused -i all -d -p /dev/psm0 It will show some information about the mouse. 4. Run moused in the foreground mode as follows: vidcontrol -m on moused -f -p /dev/psm0 Move mouse and see if the mouse cursor moves correctly. Hit ^C to kill moused. 5. Run moused in the debug mode as follows: moused -d -f -p /dev/psm0 -l 2 When you move the mouse or click buttons, you will see moused will dump data bytes it receives from the mouse. Please capture its output using `script' command and send it to me. Hit ^C to kill moused. >How-To-Repeat: >start moused; move mouse >Fix: >The old FAQ150 workaround of giving moused "flags" of 0x100 >doesn't work -- moused no longer accepts that as input arg. >Quick hardcoded hacks to moused.c didn't help. 'flags 0x100' is not for moused; it's for the psm driver. This flag is still valid and accepted by the psm driver. See the man page for psm(4). (But, I don't know if this flag will entirely solve the problem in your particular case.) Kazu yokota@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu May 27 20:17:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F2E014E1E; Thu, 27 May 1999 20:17:41 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA82002; Thu, 27 May 1999 20:17:41 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Date: Thu, 27 May 1999 20:17:41 -0700 (PDT) From: Message-Id: <199905280317.UAA82002@freefall.freebsd.org> To: naddy@mips.rhein-neckar.de, yokota@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10988: kbd: missing separation cursor keys/keypad cursor keys Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kbd: missing separation cursor keys/keypad cursor keys State-Changed-From-To: open->closed State-Changed-By: yokota State-Changed-When: Thu May 27 20:16:11 PDT 1999 State-Changed-Why: Fixed in atkbd.c rev 1.9 in -CURRENT and rev 1.3.2.3 in -STABLE. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 28 5:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4239F14C42 for ; Fri, 28 May 1999 05:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA51692; Fri, 28 May 1999 05:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 28 May 1999 05:50:03 -0700 (PDT) Message-Id: <199905281250.FAA51692@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Joel Faedi Subject: Re: bin/5139: portmap does not find interfaces correctly Reply-To: Joel Faedi Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5139; it has been noted by GNATS. From: Joel Faedi To: sheldonh@iafrica.com Cc: Subject: Re: bin/5139: portmap does not find interfaces correctly Date: Wed, 7 Apr 1999 17:29:36 +0200 (MET DST) Here is a better patch file... generated with: 1) ftp ftp://ftp.freebsd.org/pub/FreeBSD/branches/-current/src/usr.sbin/portmap/from_local.c 2) diff -c from_local.c from_local.c.new > from_local.patch Here is the file "from_local.patch" *** from_local.c Mon Aug 17 12:13:45 1998 --- from_local.c.new Wed Apr 7 17:28:26 1999 *************** *** 43,52 **** "$Id: from_local.c,v 1.7 1998/08/17 06:05:55 jb Exp $"; #endif - #ifdef TEST - #undef perror - #endif - #include #include #include --- 43,48 ---- *************** *** 62,67 **** --- 58,69 ---- #include #include + #ifdef TEST + #include + #include + #include + #endif + #ifndef TRUE #define TRUE 1 #define FALSE 0 *************** *** 135,141 **** else if (ifr.ifr_flags & IFF_UP) /* active interface */ if (ioctl(s, SIOCGIFADDR, &ifr) < 0) perror("SIOCGIFADDR"); ! else { if (alloced < num_local + 1) { alloced += ESTIMATED_LOCAL; if (addrs) --- 137,143 ---- else if (ifr.ifr_flags & IFF_UP) /* active interface */ if (ioctl(s, SIOCGIFADDR, &ifr) < 0) perror("SIOCGIFADDR"); ! else if (ifr.ifr_addr.sa_family == AF_INET) { /* IP net interface only */ if (alloced < num_local + 1) { alloced += ESTIMATED_LOCAL; if (addrs) *************** *** 178,191 **** #ifdef TEST main() { ! char *inet_ntoa(); ! int i; ! find_local(); for (i = 0; i < num_local; i++) printf("%s\n", inet_ntoa(addrs[i])); } #endif --- 180,194 ---- #ifdef TEST + int main() { ! int res, i; ! res = find_local(); for (i = 0; i < num_local; i++) printf("%s\n", inet_ntoa(addrs[i])); + exit(0); } #endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 28 6:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D71514C42 for ; Fri, 28 May 1999 06:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA53609; Fri, 28 May 1999 06:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 16555152BD; Fri, 28 May 1999 06:00:36 -0700 (PDT) Message-Id: <19990528130036.16555152BD@hub.freebsd.org> Date: Fri, 28 May 1999 06:00:36 -0700 (PDT) From: sh@diploma.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11911: 3.1-R : writing file larger than floppy size to /dev/fd0 with dd causes system lock Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11911 >Category: kern >Synopsis: 3.1-R : writing file larger than floppy size to /dev/fd0 with dd causes system lock >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 28 06:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sergey Hlupnov >Release: 3.1-RELEASE >Organization: UNI >Environment: FreeBSD anna.uniinc.msk.ru 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Wed May 5 15:55:06 GMT 1999 sh@anna.uniinc.msk.ru:/usr/src/sys/compile/ANNAconfig i386 >Description: tar -czvf - * | dd bs=512k of=/dev/fd0 if=/dev/stdin If result file size of tar is larger then a floppy, system locks. User processes are locked. I can switch between local consoles though. >How-To-Repeat: 1. Put some files into /dir. Total size should be ~ 1.6 mb. 2. tar -cf - /dir | dd bs=512k of=/dev/fd0 if=/dev/stdin Enjoy >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 May 28 6:16:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4038114CAC; Fri, 28 May 1999 06:16:45 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA56419; Fri, 28 May 1999 06:16:45 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Fri, 28 May 1999 06:16:45 -0700 (PDT) From: Message-Id: <199905281316.GAA56419@freefall.freebsd.org> To: Joel.Faedi@esial.u-nancy.fr, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/5139: portmap does not find interfaces correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: portmap does not find interfaces correctly State-Changed-From-To: feedback->open State-Changed-By: sheldonh State-Changed-When: Fri May 28 06:15:15 PDT 1999 State-Changed-Why: New diffs need review. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 28 9:20: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A784815A89 for ; Fri, 28 May 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA44613; Fri, 28 May 1999 09:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from titanium.yy.ics.keio.ac.jp (titanium.yy.ics.keio.ac.jp [131.113.47.73]) by hub.freebsd.org (Postfix) with ESMTP id 7CE6D14E2E for ; Fri, 28 May 1999 09:13:11 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: from lavender.sanpei.org (ppp115.dialup.st.keio.ac.jp [131.113.27.115]) by titanium.yy.ics.keio.ac.jp (8.8.8+3.0Wbeta13/3.7W) with ESMTP id BAA17065 for ; Sat, 29 May 1999 01:13:04 +0900 (JST) Received: (from sanpei@localhost) by lavender.sanpei.org (8.9.2/3.7W) id BAA00907; Sat, 29 May 1999 01:13:01 +0900 (JST) Message-Id: <199905281613.BAA00907@lavender.sanpei.org> Date: Sat, 29 May 1999 01:13:01 +0900 (JST) From: sanpei@sanpei.org Reply-To: sanpei@sanpei.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/11913: Problem about /stand/sysinstall and /etc/rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11913 >Category: conf >Synopsis: Problem about /stand/sysinstall and /etc/rc.conf >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 May 28 09:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: MIHIRA Yoshiro >Release: FreeBSD 3.2-RELEASE i386 >Organization: Keio Univ. >Environment: 3.2-RELEASE i386 and 3.1-RELEASE i386 >Description: I like current configuration style, /etc/rc.conf and /etc/default/rc.conf. But /stand/sysinstall has some problems. Please check and fix these. 1. illegal lines are added after sysinstall. Before /stand/sysinstall in /etc/rc.conf, if there is enable flags for NFS client, like this. nfs_client_enable="YES" Execute sysinstall and select with below scenario. 1) Select, Configure --> Networking --> NFS client 2) NFS client was checked and already enabled 3) push space key **twice** --> also NFS client is enabled 4) exit sysinstall After this, there is no changes about configuration in sysinstall, but below lines are added to /etc/rc.conf. # -- sysinstall generated deltas -- # nfs_client_enable="YES" 2. no way to disable services via sysinstall If you want to disable service, erase check box via sysinstall. But no lines is added or erased in /etc/rc.conf Before /stand/sysinstall, in /etc/rc.conf if there is enable flags for NFS client like this. nfs_client_enable="YES" Execute sysinstall and select with below scenario. 1) Select, Configure --> Networking --> NFS client 2) NFS client was checked and already enabled 2) push space key at **one** --> NFS client is disabled 3) exit sysinstall After this, but there is no changes in /etc/rc.conf. 3. Shotcut key problem At Configuration Menu. +---------- FreeBSD Configuration Menu ------------------------------------+ If you've already installed FreeBSD, you may use this menu to customize | it somewhat to suit your particular configuration. Most importantly, (0x(B you can use the Packages utility to load extra "3rd party" (0x(B software not provided in the base distributions. (0x(B +----------------------------------------------------------------------+ (0x(B D Distributions Install additional distribution sets (0x(B (0x(B P Packages Install pre-packaged software for FreeBSD (0x(B (0x(B R Root Password Set the system manager's password (0x(B (0x(B L Label The disk Label editor (0x(B (0x(B F Fdisk The disk Slice (PC-style partition) Editor (0x(B (0x(B 1 User Management Add user and group information (0x(B (0x(B 2 Console Customize system console behavior (0x(B Push 2 key to select `2 Console', but cursor jump to `P Packages' >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 28 11: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8B3215355 for ; Fri, 28 May 1999 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA53780; Fri, 28 May 1999 11:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id F12CE15106; Fri, 28 May 1999 10:55:15 -0700 (PDT) Message-Id: <19990528175515.F12CE15106@hub.freebsd.org> Date: Fri, 28 May 1999 10:55:15 -0700 (PDT) From: dima@server.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/11914: makewhatis during installworld uses /usr/bin/perl and /usr/bin/gzip instead of /usr/obj/usr/src/tmp/usr/bin/{perl,gzip} Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11914 >Category: bin >Synopsis: makewhatis during installworld uses /usr/bin/perl and /usr/bin/gzip instead of /usr/obj/usr/src/tmp/usr/bin/{perl,gzip} >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 28 11:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Kazarov >Release: FreeBSD 3.2-STABLE >Organization: Server Inc >Environment: >Description: During makeworld makewhatis is being copied to the tool tree 'as is': it's first line is #!/usr/bin/perl line #454 is $ENV{'PATH'} = "/bin:/usr/bin:$ENV{'PATH'}"; These lines causes usage /usr/bin/perl and /usr/bin/gzip instead of /usr/obj/usr/src/tmp/usr/bin/perl and /usr/obj/usr/src/tmp/usr/bin/gzip This causes problem when I install system by booting from floppies, partitioning disk, mounting partitions under /newroot, mounting /usr/src and /usr/obj with ready buildworld via NFS and running 'make DESTDIR=/newroot installworld' because the FreeBSD's boot floppies has no perl. >How-To-Repeat: # make buildworld # make installworld ... ---------------------------------------- >Fix: change beforeinstall targed in /usr/src/gnu/man/makewhatis/Makefile to something like this beforeinstall: .ifdef _BUILD_TOOLS echo '#!'${DESTDIR}${BINDIR}'/perl' > makewhatis grep -Fv "ENV{'PATH'} =" ${.CURDIR}/makewhatis.perl >> makewhatis echo '#!'${DESTDIR}${BINDIR}'/sh' > makewhatis.local grep -v '^PATH=' ${.CURDIR}/makewhatis.local.sh >> makewhatis.local ${INSTALL} ... makewhatis ${DESTDIR}${BINDIR}/makewhatis ${RM} makewhatis ${INSTALL} ... makewhatis.local ${DESTDIR}${libexecdir}/makewhatis.local ${RM} makewhatis.local .else ${INSTALL} ... ${.CURDIR}/makewhatis.perl .... ${INSTALL} ... ${.CURDIR}/makewhatis.local.sh ... .endif >Release-Note: >Audit-Trail: >Unformatted: >>> Rebuilding man page indices ---------------------------------------- ^Z [1]+ Stopped make installworld # Now you can find out which perl is running using lsof or something else. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 28 11:10: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 359D315353 for ; Fri, 28 May 1999 11:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA55071; Fri, 28 May 1999 11:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D86E3151E1; Fri, 28 May 1999 11:09:57 -0700 (PDT) Message-Id: <19990528180957.D86E3151E1@hub.freebsd.org> Date: Fri, 28 May 1999 11:09:57 -0700 (PDT) From: aron@cs.rice.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11915: access system call says file is readable when its not Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11915 >Category: kern >Synopsis: access system call says file is readable when its not >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 May 28 11:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mohit Aron >Release: FreeBSD-3.2 Release >Organization: Rice University >Environment: FreeBSD luzern.cs.rice.edu 3.2-RELEASE FreeBSD 3.2-RELEASE #1: Wed May 26 18:02:08 CDT 1999 aron@luzern.cs.rice.edu:/usr/src/sys/compile/LUZERN i386 >Description: If a user has a file that is owned and readable only by him, and he invokes a setuid executable (owned by some other user) that tries to read this file, then the access() system call says that the file is readable but when the file is opened for reading using fopen(), it fails. >How-To-Repeat: 1) Create a file "foo" that's owned and is readable only by the current user (say X). 2) Compile the following C program and make the executable's owner to be some other user (say Y) and turn on the setuid bit on the executable. ----------------------------- Cut Here --------------------------------- #include #include main() { FILE *fp; char *fname = "foo"; if (!access(fname, R_OK)) { printf("access successful\n"); fp = fopen(fname, "r"); if (fp == NULL) { printf("but fopen failed\n"); } } return 0; } ----------------------------- Cut Here --------------------------------- 3) Finally run the executable obtained above as user X. Notice how access is successful but an fopen() fails. >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 May 28 12: 0: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D5AE15398 for ; Fri, 28 May 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA59061; Fri, 28 May 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3DED815209; Fri, 28 May 1999 11:53:53 -0700 (PDT) Message-Id: <19990528185353.3DED815209@hub.freebsd.org> Date: Fri, 28 May 1999 11:53:53 -0700 (PDT) From: ram@Novell.COM To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11916: FreeBSD 3.1 freezes my ThinkPad 770ED Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11916 >Category: kern >Synopsis: FreeBSD 3.1 freezes my ThinkPad 770ED >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 May 28 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ram Madduluri >Release: 3.1-RELEASE >Organization: Novell Inc. >Environment: FreeBSD vaman.sjf.novell.com 3.1-RELEASE FreeBSD 3.1-RELEASE #9 Thu May 27 18:09:11 PDT 1999 root@vaman.sjf.novell.com:/usr/src/sys/compile/MYKERNEL i386 >Description: I have upgraded my ThinkPad 770ED from a 2.2.6 version to 3.1-RELEASE a few weeks back. Since then I have been experiencing a freeze of the system consistently after about 10 minutes of uptime. I thought the problem was with the apm driver and disabled it - but the problem remains. I have tried to remove all the drivers I don't need for the basic operations, but the situation has not changed. I also need to disconnect the power source (battery or DC power cord) to reboot at this time since the power switch is also disabled. I suspect the problem has something to do with the ThinkPad's power management that has surfaced only with 3.1 release. I would surely appreciate any help with this problem. >How-To-Repeat: Install 3.1-RELEASE on a ThinkPad 770ED and just reboot the system. You don't even have to login - just let it sit idle for a while; or, you could work on it (make sure you don't work with any crucial files that you cannot recreate) - just wait for long enough for the timer to kick in and freeze the system. >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 May 28 13: 1:59 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D3BC14F7D; Fri, 28 May 1999 13:01:57 -0700 (PDT) (envelope-from nate@FreeBSD.org) Received: (from nate@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA64137; Fri, 28 May 1999 13:01:57 -0700 (PDT) (envelope-from nate@FreeBSD.org) Date: Fri, 28 May 1999 13:01:57 -0700 (PDT) From: Message-Id: <199905282001.NAA64137@freefall.freebsd.org> To: ram@Novell.COM, nate@FreeBSD.org, freebsd-bugs@FreeBSD.org, nate@FreeBSD.org Subject: Re: kern/11916: FreeBSD 3.1 freezes my ThinkPad 770ED Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: FreeBSD 3.1 freezes my ThinkPad 770ED State-Changed-From-To: open->analyzed State-Changed-By: nate State-Changed-When: Fri May 28 13:00:51 PDT 1999 State-Changed-Why: When your ThinkPad boots up, note the size of memory reported by the BIOS. Also note the amount of memory reported by FreeBSD at boot. They will be different. FreeBSD needs to be told the amount of memory as reported by your BIOS. Using the 'MAXMEM' option in your kernel configuration file, you should set the memory of your system. On my box, I have the following line in my config file (I have 128MB of memory) options "MAXMEM=130496" # The Thinkpad's reserve some memory Or, you could just guess and do something like: options "MAXMEM=127*1024" if you don't want to figure out. (Salt to how much memory your machine uses). Responsible-Changed-From-To: freebsd-bugs->nate Responsible-Changed-By: nate Responsible-Changed-When: Fri May 28 13:00:51 PDT 1999 Responsible-Changed-Why: I'm "Mr. ThinkPad" :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 28 13:41:56 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 0A69115113 for ; Fri, 28 May 1999 13:41:42 -0700 (PDT) (envelope-from aron@cs.rice.edu) Received: (from aron@localhost) by cs.rice.edu (8.9.0/8.9.0) id PAA29878 for freebsd-bugs@freebsd.org; Fri, 28 May 1999 15:41:36 -0500 (CDT) Date: Fri, 28 May 1999 15:41:36 -0500 (CDT) From: Mohit Aron Message-Id: <199905282041.PAA29878@cs.rice.edu> To: freebsd-bugs@freebsd.org Subject: man pages for kld system calls are missing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I'm using FreeBSD-3.2 release that I just installed a couple of days back. It seems that the man pages for the kld system calls are missing from the system. For example: man 2 kldload fails. Can you please make available these manpages. Thanks, - Mohit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 28 15: 9:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1748114E53; Fri, 28 May 1999 15:09:52 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA74245; Fri, 28 May 1999 15:09:52 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Fri, 28 May 1999 15:09:52 -0700 (PDT) From: Message-Id: <199905282209.PAA74245@freefall.freebsd.org> To: ritwik@dbrci.blr.daimlerbenz.com, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/11868: "make world" failed on sources from 2.2.8-RELEASE, installed over 2.2.5-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "make world" failed on sources from 2.2.8-RELEASE, installed over 2.2.5-RELEASE State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Fri May 28 15:08:42 PDT 1999 State-Changed-Why: Closed with originator's consent. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 28 15:11: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81D3C14E53; Fri, 28 May 1999 15:11:06 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Received: (from nrahlstr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA74362; Fri, 28 May 1999 15:11:06 -0700 (PDT) (envelope-from nrahlstr@FreeBSD.org) Date: Fri, 28 May 1999 15:11:06 -0700 (PDT) From: Message-Id: <199905282211.PAA74362@freefall.freebsd.org> To: ip@mcc.ac.uk, nrahlstr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11280: 3.1-STABLE panics under heavy SCSI load, possibly aha 1542 related Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.1-STABLE panics under heavy SCSI load, possibly aha 1542 related State-Changed-From-To: open->closed State-Changed-By: nrahlstr State-Changed-When: Fri May 28 15:10:29 PDT 1999 State-Changed-Why: Closed at request of originator, possible hardware error. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 28 16:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69D1614E8C for ; Fri, 28 May 1999 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA79530; Fri, 28 May 1999 16:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 7524A150F3; Fri, 28 May 1999 16:00:46 -0700 (PDT) Message-Id: <19990528230046.7524A150F3@hub.freebsd.org> Date: Fri, 28 May 1999 16:00:46 -0700 (PDT) From: aron@cs.rice.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11919: kldload doesn't return error on loading a module multiple times Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11919 >Category: kern >Synopsis: kldload doesn't return error on loading a module multiple times >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 28 16:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mohit Aron >Release: FreeBSD-3.2-Release >Organization: Rice University >Environment: FreeBSD luzern.cs.rice.edu 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Fri May 28 15:22:48 CDT 1999 aron@luzern.cs.rice.edu:/usr/src/sys/compile/LUZERN i386 >Description: kldload doesn't return an error when a module is loaded multiple times. On the other hand it permits the module to be loaded multiple times. This can lead to severe problems when by mistake some module is loaded multiple times while development. The old lkm interface used to report an error when a module was tried to be loaded multiple times. >How-To-Repeat: Compile the syscall example in /usr/share/examples/kld/syscall. Issue 'make load' multiple times. >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 May 28 19:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9389E15AD4 for ; Fri, 28 May 1999 19:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA93297; Fri, 28 May 1999 19:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2CE6515AC3; Fri, 28 May 1999 19:19:08 -0700 (PDT) Message-Id: <19990529021908.2CE6515AC3@hub.freebsd.org> Date: Fri, 28 May 1999 19:19:08 -0700 (PDT) From: delaroca@ucla.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11920: FBSD 3.2 upgrade claims not to upgrade /usr/src Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11920 >Category: i386 >Synopsis: FBSD 3.2 upgrade claims not to upgrade /usr/src >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 28 19:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Denis DeLaRoca >Release: 3.1 and 3.2 >Organization: >Environment: FreeBSD acacia.cts.ucla.edu 3.1-RELEASE FreeBSD 3.1-RELEASE #10: Tue Apr 27 17:31:04 PDT 1999 root@acacia.cts.ucla.edu:/usr/src/sys/compile/ROSEBUD i386 >Description: The upgrade option in the FBSD 3.2 floppies warns that /usr/src won't be upgraded -- suggesting instead to use CVSup or CTM. This is unlike previous releases where the upgrade option always upgraded /usr/src as well... The warning suggests that the upgrade would be done for the binary components and that /usr/src would be left undisturbed... but carrying the upgrade *does* upgrade /usr/src. This need fixing and I hope you keep the ability to upgrade /usr/src when doing a release upgrade. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri May 28 19:30: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B9374153B8 for ; Fri, 28 May 1999 19:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA94191; Fri, 28 May 1999 19:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9D8191538F; Fri, 28 May 1999 19:24:29 -0700 (PDT) Message-Id: <19990529022429.9D8191538F@hub.freebsd.org> Date: Fri, 28 May 1999 19:24:29 -0700 (PDT) From: delaroca@ucla.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11921: /usr/X11R6/lib/aout libraries screwed up Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11921 >Category: i386 >Synopsis: /usr/X11R6/lib/aout libraries screwed up >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 28 19:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Denis DeLaRoca >Release: 3.1 and 3.2 >Organization: >Environment: FreeBSD acacia.cts.ucla.edu 3.1-RELEASE FreeBSD 3.1-RELEASE #10: Tue Apr 27 17:31:04 PDT 1999 root@acacia.cts.ucla.edu:/usr/src/sys/compile/ROSEBUD i386 >Description: The /usr/X11R6/lib/aout libraries installed by both the 3.1 and 3.2 releases are screwed up. Launching aout X apps produce undefined symbol errors. >How-To-Repeat: >Fix: One solution is to replace thos elibraries with the ones shipped on the 2.8 release. A better fix would be to fix the upgrade/install procedure of the 3.1 and 3.2 releases. >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 May 28 19:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B30E14EED for ; Fri, 28 May 1999 19:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA94692; Fri, 28 May 1999 19:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3A76C14EB4; Fri, 28 May 1999 19:34:13 -0700 (PDT) Message-Id: <19990529023413.3A76C14EB4@hub.freebsd.org> Date: Fri, 28 May 1999 19:34:13 -0700 (PDT) From: dlombardo@excite.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11922: missing reentrant interfaces for getpwnam(), getpwuid(), and getpwent() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11922 >Category: kern >Synopsis: missing reentrant interfaces for getpwnam(), getpwuid(), and getpwent() >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 May 28 19:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dean Lombardo >Release: 4.0-current (also 3.2-stable) >Organization: University of Kent at Canterbury >Environment: FreeBSD xtsw12c.ukc.ac.uk 4.0-CURRENT FreeBSD 4.0-CURRENT #3: Thu May 27 20:38:02 BST 1999 root@xtsw12c.ukc.ac.uk:/usr/src/sys/compile/AMSTECH i386 >Description: The functions getpwnam(), getpwuid() and getpwent() use static storage, which makes them unsafe for use in multithreaded applications. >How-To-Repeat: See /usr/src/lib/libc/gen/getpwent.c >Fix: Implement getpwnam_r(), getpwuid_r(), and getpwent_r() in libc_r to provide reentrant interfaces for these operations. The thread-safe interfaces should use buffers supplied by the caller to store returned results; otherwise, the implementation remains largely the same. >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 May 29 0: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DCF2014E1F for ; Sat, 29 May 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA12949; Sat, 29 May 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 29 May 1999 00:00:02 -0700 (PDT) Message-Id: <199905290700.AAA12949@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Rabson Subject: Re: kern/11919: kldload doesn't return error on loading a module multiple times Reply-To: Doug Rabson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11919; it has been noted by GNATS. From: Doug Rabson To: aron@cs.rice.edu Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/11919: kldload doesn't return error on loading a module multiple times Date: Sat, 29 May 1999 07:58:55 +0100 (BST) This is fixed in -current. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 0:12:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 092B815161; Sat, 29 May 1999 00:12:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA13548; Sat, 29 May 1999 00:12:45 -0700 (PDT) (envelope-from phk@FreeBSD.org) Date: Sat, 29 May 1999 00:12:45 -0700 (PDT) From: Message-Id: <199905290712.AAA13548@freefall.freebsd.org> To: junki@qn-lpr2-98.quicknet.inet.fi, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10565: Slow timekeeping on certain motherboards/cpus/chipsets Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Slow timekeeping on certain motherboards/cpus/chipsets State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Sat May 29 00:11:24 PDT 1999 State-Changed-Why: I had occasion to work on a K5 cpu last week and checked this. I've now added code to -current which will prevent the tsc from being used for timekeeping on a K5/step0. Will probably be merged to -stable later. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 0:13:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1272414E1F; Sat, 29 May 1999 00:13:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA13643; Sat, 29 May 1999 00:13:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Date: Sat, 29 May 1999 00:13:37 -0700 (PDT) From: Message-Id: <199905290713.AAA13643@freefall.freebsd.org> To: monte@home.com, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10229: system time goes slow Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: system time goes slow State-Changed-From-To: open->feedback State-Changed-By: phk State-Changed-When: Sat May 29 00:13:09 PDT 1999 State-Changed-Why: please send the exact cpu identification from the dmesg output. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 2:19:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C55614C9A; Sat, 29 May 1999 02:19:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA20494; Sat, 29 May 1999 02:19:37 -0700 (PDT) (envelope-from phk@FreeBSD.org) Date: Sat, 29 May 1999 02:19:37 -0700 (PDT) From: Message-Id: <199905290919.CAA20494@freefall.freebsd.org> To: monte@home.com, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10229: system time goes slow Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: system time goes slow State-Changed-From-To: feedback->closed State-Changed-By: phk State-Changed-When: Sat May 29 02:19:17 PDT 1999 State-Changed-Why: This is solved in -current now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 3:40: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A777214CC1 for ; Sat, 29 May 1999 03:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA28916; Sat, 29 May 1999 03:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 29 May 1999 03:40:03 -0700 (PDT) Message-Id: <199905291040.DAA28916@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: kern/11915: access system call says file is readable when its not Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11915; it has been noted by GNATS. From: Bruce Evans To: aron@cs.rice.edu, freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: kern/11915: access system call says file is readable when its not Date: Sat, 29 May 1999 20:31:05 +1000 >>Description: >If a user has a file that is owned and readable only by him, and he >invokes a setuid executable (owned by some other user) that tries to >read this file, then the access() system call says that the file is >readable but when the file is opened for reading using fopen(), it fails. access() is supposed to work like that. It checks that the real user can access the file. Even if that's what you want, there may be races between checking the access and doing the access, so using access() is usually wrong. This is partly documented in the man page: CAVEAT Access() is a potential security hole and should never be used. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 6:40: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CB9B15307 for ; Sat, 29 May 1999 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 GAA44448; Sat, 29 May 1999 06:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from cs61108-a.ssdt1.sk.wave.home.com (24.65.108.17.sk.wave.home.com [24.65.108.17]) by hub.freebsd.org (Postfix) with ESMTP id E5C7F15344 for ; Sat, 29 May 1999 06:34:31 -0700 (PDT) (envelope-from root@cs61108-a.ssdt1.sk.wave.home.com) Received: (from root@localhost) by cs61108-a.ssdt1.sk.wave.home.com (8.9.3/8.9.3) id HAA00440; Sat, 29 May 1999 07:33:10 -0600 (CST) (envelope-from root) Message-Id: <199905291333.HAA00440@cs61108-a.ssdt1.sk.wave.home.com> Date: Sat, 29 May 1999 07:33:10 -0600 (CST) From: Ryan Thompson Reply-To: Ryan Thompson To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/11925: /etc/rc.conf cosmetic inconsistencies Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11925 >Category: conf >Synopsis: rc.conf cosmetic naming inconsistencies >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 May 29 06:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ryan J. Thompson >Release: FreeBSD 3.2-RELEASE i386 >Organization: None >Environment: Does not apply. >Description: Some rc options in /etc/rc.conf (and /etc/defaults/rc.conf) have inconsistent names. Underscores separate most words (like lpd_enable). In some cases, though (such as "defaultrouter"), the underscore has been omitted. This subjects sysadmins to potential errors associated with mistyping a keyword. >How-To-Repeat: ee /etc/defaults/rc.conf :-) >Fix: Change the rc scripts to use consistent naming conventions in keywords. >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 May 29 9:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A9B8114CE0 for ; Sat, 29 May 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA15549; Sat, 29 May 1999 09:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 011B514F8F; Sat, 29 May 1999 09:01:10 -0700 (PDT) Message-Id: <19990529160110.011B514F8F@hub.freebsd.org> Date: Sat, 29 May 1999 09:01:10 -0700 (PDT) From: dalroi@wit401310.student.utwente.nl To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/11926: Boot manager only beeps at selecting bootable FreeBSD-partition Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11926 >Category: i386 >Synopsis: Boot manager only beeps at selecting bootable FreeBSD-partition >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 29 09:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alban Hertroys >Release: 3.2-RELEASE >Organization: >Environment: not available >Description: Boot manager shows: F1 DOS F3 FreeBSD F5 Disk 1 Both options F1 & F5 work, but pressing F3 only does "beep". When trying to boot this FBSD kernel from my old setup (on Disk 1), it can't find a kernel at 0:wd(0,a), 0:wd(1,a), 0:wd(2,a) or 0:wd(3,a). Selecting 1:wd(2,a) boots my old FBSD 3.1, as expected. Hard-disk setup: /dev/wd0s1 1046728 343448 703280 (DOS partition) /dev/wd0s3 39647 19044 17432 (FreeBSD-3.2) After the FBSD partition is my DOS extended partition. I expect the start of the FBSD-3.2 partition is before cylinder 1024, but I'v not found a way of checking, yet. >How-To-Repeat: Just try to boot. >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 May 29 10:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 72DF414EC5 for ; Sat, 29 May 1999 10:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA18964; Sat, 29 May 1999 10:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 29 May 1999 10:10:02 -0700 (PDT) Message-Id: <199905291710.KAA18964@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Zach Heilig Subject: Re: i386/11926: Boot manager only beeps at selecting bootable FreeBSD-partition Reply-To: Zach Heilig Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11926; it has been noted by GNATS. From: Zach Heilig To: dalroi@wit401310.student.utwente.nl Cc: freebsd-gnats-submit@freebsd.org Subject: Re: i386/11926: Boot manager only beeps at selecting bootable FreeBSD-partition Date: Sat, 29 May 1999 12:07:02 -0500 On Sat, May 29, 1999 at 09:01:10AM -0700, dalroi@wit401310.student.utwente.nl wrote: > I expect the start of the FBSD-3.2 partition is before cylinder 1024, > but I'v not found a way of checking, yet. This happened to me when I installed a new disk (intended to be the boot disk). The bios had set the disk to "proper" parameters (8912 cylinders/15 heads/63 sectors), and windows used that for writing the initial partition table. I had to change some parameters in the bios, and repartition the drive before re-installing everything. The way to figure out the partition info is: $ fdisk wd0 ******* Working on device /dev/rwd0 ******* parameters extracted from in-core disklabel are: cylinders=557 heads=240 sectors/track=63 (15120 blks/cyl) parameters to be used for BIOS calculations are: cylinders=557 heads=240 sectors/track=63 (15120 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 11,(DOS or Windows 95 with 32 bit FAT) start 63, size 4006737 (1956 Meg), flag 0 beg: cyl 0/ sector 1/ head 1; end: cyl 264/ sector 63/ head 239 The data for partition 2 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 4006800, size 4415040 (2155 Meg), flag 80 (active) beg: cyl 265/ sector 1/ head 0; end: cyl 556/ sector 63/ head 239 The data for partition 3 is: The data for partition 4 is: -- Zach Heilig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 12:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E11A14DD2 for ; Sat, 29 May 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA26809; Sat, 29 May 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2D91914C97; Sat, 29 May 1999 12:19:54 -0700 (PDT) Message-Id: <19990529191954.2D91914C97@hub.freebsd.org> Date: Sat, 29 May 1999 12:19:54 -0700 (PDT) From: aron@cs.rice.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11928: kldload loads kernel modules even if there are conflicting definitions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11928 >Category: kern >Synopsis: kldload loads kernel modules even if there are conflicting definitions >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 May 29 12:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mohit Aron >Release: FreeBSD-3.2-Release >Organization: Rice University >Environment: FreeBSD luzern.cs.rice.edu 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Fri May 28 15:22:48 CDT 1999 aron@luzern.cs.rice.edu:/usr/src/sys/compile/LUZERN i386 >Description: kldload loads a module even if the module contains data or function definitions that exist in the kernel. The modload in the lkm interface used to refuse loading such modules unless such data or funtion definitions were localized to the module using 'symorder -c'. I am not sure whether the above behavior is a feature of the elf format. If so, couldn't this lead to programming bugs where multiply defined symbols in the module were actually supposed to fetched from the kernel ? >How-To-Repeat: Try putting the global defintion "int hz;" in the C code for a kld module (the example in /usr/share/examples/kld/syscall will do). The kernel already contains a symbol "hz" that gives the clock frequency. kldload will load the module without any complaints. >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 May 29 13:20: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1507B14CF0 for ; Sat, 29 May 1999 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA30612; Sat, 29 May 1999 13:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 4978F14C33; Sat, 29 May 1999 13:15:43 -0700 (PDT) Message-Id: <19990529201543.4978F14C33@hub.freebsd.org> Date: Sat, 29 May 1999 13:15:43 -0700 (PDT) From: aron@cs.rice.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/11929: symorder doesn't work on elf format object files in FreeBSD-3.2 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11929 >Category: bin >Synopsis: symorder doesn't work on elf format object files in FreeBSD-3.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 29 13:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mohit Aron >Release: FreeBSD-3.2-Release >Organization: Rice University >Environment: FreeBSD luzern.cs.rice.edu 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Fri May 28 15:22:48 CDT 1999 aron@luzern.cs.rice.edu:/usr/src/sys/compile/LUZERN i386 >Description: symorder doesn't work on elf format object files while it still works on a.out format object files. Given that FreeBSD-3.x predominantly uses elf, can symorder be made to support elf. >How-To-Repeat: Just take any elf format .o file and try running symorder on it. >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 May 29 16:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C5ADB14F9A for ; Sat, 29 May 1999 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 QAA45715; Sat, 29 May 1999 16:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from catastrophe.gelemna.ft-wayne.in.us (fw-line-133.fwi.com [209.84.172.138]) by hub.freebsd.org (Postfix) with ESMTP id 8F6A514F92 for ; Sat, 29 May 1999 16:01:07 -0700 (PDT) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: from emerson.gelemna.ft-wayne.in.us (emerson.gelemna.ft-wayne.in.us [10.23.42.2]) by catastrophe.gelemna.ft-wayne.in.us (8.8.8/8.8.8) with ESMTP id SAA04129 for ; Sat, 29 May 1999 18:00:29 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Received: (from croyle@localhost) by emerson.gelemna.ft-wayne.in.us (8.9.3/8.9.2) id SAA61488; Sat, 29 May 1999 18:01:39 -0500 (EST) (envelope-from croyle@gelemna.ft-wayne.in.us) Message-Id: <199905292301.SAA61488@emerson.gelemna.ft-wayne.in.us> Date: Sat, 29 May 1999 18:01:39 -0500 (EST) From: Don Croyle Reply-To: croyle@gelemna.ft-wayne.in.us To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/11931: Snaps from 3-stable still claim a 3.1 buildname Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11931 >Category: misc >Synopsis: Snaps from 3-stable still claim a 3.1 buildname >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: Sat May 29 16:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Don Croyle >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: Snapping a release from freshly cvsupped 3-stable sources. >Description: The automatic snap version builder still has "3.1" as its base. >How-To-Repeat: >Fix: Apply this patch: *** src/release/Makefile.orig Sat May 29 10:10:28 1999 --- src/release/Makefile Sat May 29 17:50:37 1999 *************** *** 18,24 **** # # Automatic SNAP versioning: DATE != date +%Y%m%d ! BASE = 3.1 BUILDNAME?=${BASE}-${DATE}-SNAP # #CHROOTDIR=/junk/release --- 18,24 ---- # # Automatic SNAP versioning: DATE != date +%Y%m%d ! BASE = 3.2 BUILDNAME?=${BASE}-${DATE}-SNAP # #CHROOTDIR=/junk/release >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 May 29 17:10: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F13214E18 for ; Sat, 29 May 1999 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA54436; Sat, 29 May 1999 17:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2A87214DED; Sat, 29 May 1999 17:00:31 -0700 (PDT) Message-Id: <19990530000031.2A87214DED@hub.freebsd.org> Date: Sat, 29 May 1999 17:00:31 -0700 (PDT) From: icbmx2@yahoo.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: conf/11933: crontab bug in 3.2-R ??? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11933 >Category: conf >Synopsis: crontab bug in 3.2-R ??? >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 May 29 17:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Icbm Root >Release: 3.2-RELEASE >Organization: >Environment: FreeBSD proton 3.2-RELEASE FreeBSD 3.2-RELEASE #3: Fri May 28 18:15: 21 EDT 1999 root@proton:/usr/src/sys/compile/PROTONKERNEL i386 >Description: In /etc/crontab, there is a user field. When crontab is fed to cron, i.e., crontab -u root /etc/crontab, the user field is copied to the tab file, i.e., to /var/cron/tabs/root. When cron executes, it thinks the user field is part of the command. Docs refer to user field but some samples in man don't. I'm not sure if I did something wrong in editing that file??? >How-To-Repeat: >Fix: Delete the user fields from /etc/crontab before exporting to cron. >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 May 29 19: 0:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E68D014E77 for ; Sat, 29 May 1999 19:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA60848; Sat, 29 May 1999 19:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from xenetserver.harz.de (xenetserver.harz.de [193.159.181.125]) by hub.freebsd.org (Postfix) with ESMTP id BA4ED14FAB for ; Sat, 29 May 1999 18:59:14 -0700 (PDT) (envelope-from frank@vogon.agala.harz.de) Received: (from uucp@localhost) by xenetserver.harz.de (8.9.1/8.9.1) with UUCP id DAA17863 for FreeBSD-gnats-submit@freebsd.org; Sun, 30 May 1999 03:59:13 +0200 (CEST) Received: (from frank@localhost) by vogon.agala.harz.de (8.9.3/8.8.8) id BAA65103; Sun, 30 May 1999 01:18:40 +0200 (CEST) (envelope-from frank) Message-Id: <199905292318.BAA65103@vogon.agala.harz.de> Date: Sun, 30 May 1999 01:18:40 +0200 (CEST) From: "Frank J. Beckmann" Reply-To: frank@vogon.agala.harz.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11936: linux threads are partly broken for SMP on 3.2-STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11936 >Category: kern >Synopsis: linux threads are partly broken for SMP on 3.2-STABLE >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 May 29 19:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Frank J. Beckmann >Release: FreeBSD 3.2-STABLE i386 >Organization: agala naga doron >Environment: Intel DK440LX, 2 * PII 333, 64MB ram. Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-STABLE #0: Fri May 28 23:16:14 CEST 1999 root@vogon.agala.harz.de:/usr/src/sys/compile/VOGON Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Xeon/Celeron (686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping=2 Features=0x183fbff> real memory = 67108864 (65536K bytes) avail memory = 61067264 (59636K bytes) Programming 24 pins in IOAPIC #0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc03f2000. vinum: loaded Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x01 on pci0.2.0 ide_pci0: rev 0x01 on pci0.2.1 uhci0: rev 0x01 int d irq 19 on pci0.2.2 usb0: USB version 1.0, interrupting at 9 uhci0: PIRQD enable not set chip3: rev 0x01 on pci0.2.3 fxp0: rev 0x02 int a irq 19 on pci0.3.0 fxp0: Ethernet address 00:a0:c9:61:7f:06 ahc0: rev 0x03 int a irq 17 on pci0.9.0 ahc0: aic7895 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: rev 0x03 int b irq 17 on pci0.9.1 ahc1: aic7895 Wide Channel B, SCSI Id=7, 16/255 SCBs vga0: rev 0x00 int a irq 18 on pci0.14.0 bktr0: rev 0x02 int a irq 19 on pci0.15.0 bti2c0: iicbb0: on bti2c0 iicbus0: on iicbb0 master-only iicsmb0: on iicbus0 smbus0: on iicsmb0 smb0: on smbus0 iic0: on iicbus0 smbus1: on bti2c0 smb1: on smbus1 Hauppauge WinCast/TV, Philips FR1216 PAL tuner, msp3400c stereo. Detected a MSP3410D-B4 Probing for devices on PCI bus 1: Probing for PnP devices: CSN 1 Vendor ID: CSC0b35 [0x350b630e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] mss_attach 1 at 0x530 irq 10 dma 1:0 flags 0x10 pcm1 (CS423x/Yamaha/AD1816 sn 0xffffffff) at 0x530-0x537 irq 10 drq 1 flags 0x10 on isa Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio4 at 0x100-0x107 flags 0x10b05 on isa sio4: type TL16750 (multiport) sio5 at 0x108-0x10f flags 0x10b05 on isa sio5: type TL16750 (multiport) sio6 at 0x110-0x117 flags 0x310b05 on isa sio6: type TL16750 (multiport) sio7 at 0x118-0x11f flags 0x310b05 on isa sio7: type TL16750 (multiport) sio8 at 0x140-0x147 flags 0x310b05 on isa sio8: type TL16750 (multiport) sio9 at 0x128-0x12f flags 0x310b05 on isa sio9: type TL16750 (multiport) sio10 at 0x130-0x137 flags 0x10b05 on isa sio10: type TL16750 (multiport) sio11 at 0x138-0x13f irq 11 flags 0x10b05 on isa sio11: type TL16750 (multiport master) pcm0 not probed due to drq conflict with pcm1 at 1 pca0 on motherboard pca0: PC speaker audio driver ppc0 at 0x378 irq 7 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 lppps0: on ppbus 0 plip0: on ppbus 0 wdc0 not found at 0x1f0 wdc1 not found at 0x170 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface apm0 on isa apm: found APM BIOS version 1.2 usb0: uhub0 at usb0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via pin 2 IP packet filtering initialized, divert enabled, rule-based forwarding enabled, unlimited logging ccd0-3: Concatenated disk drivers DUMMYNET initialized (990504) Waiting 4 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! sa1 at ahc0 bus 0 target 4 lun 0 sa1: Removable Sequential Access SCSI-2 device sa1: 10.000MB/s transfers (10.000MHz, offset 8) sa0 at ahc1 bus 0 target 0 lun 0 sa0: Removable Sequential Access SCSI-CCS device sa0: 3.300MB/s transfers da1 at ahc1 bus 0 target 1 lun 0 da1: Removable Direct Access SCSI-2 device da1: 5.000MB/s transfers (5.000MHz, offset 15) da1: 256MB (524288 512 byte sectors: 64H 32S/T 256C) da4 at ahc0 bus 0 target 1 lun 0 da4: Fixed Direct Access SCSI-2 device da4: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da4: 1034MB (2118144 512 byte sectors: 255H 63S/T 131C) da5 at ahc1 bus 0 target 5 lun 0 da5: Fixed Direct Access SCSI-2 device da5: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da5: 1034MB (2118144 512 byte sectors: 255H 63S/T 131C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 4357MB (8925000 512 byte sectors: 255H 63S/T 555C) ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates # # VOGON -- Intel DK440LX # # # This directive is mandatory; it defines the architecture to be # configured for; in this case, the 386 family based IBM-PC and # compatibles. # machine "i386" # # This is the ``identification'' of the kernel. Usually this should # be the same as the name of your kernel. # ident VOGON # # The `maxusers' parameter controls the static sizing of a number of # internal system tables by a complicated formula defined in param.c. # maxusers 64 # # Certain applications can grow to be larger than the 128M limit # that FreeBSD initially imposes. Below are some options to # allow that limit to grow to 256MB, and can be increased further # with changing the parameters. MAXDSIZ is the maximum that the # limit can be set to, and the DFLDSIZ is the default value for # the limit. You might want to set the default lower than the # max, and explicitly set the maximum with a shell command for processes # that regularly exceed the limit like INND. # options "MAXDSIZ=(512*1024*1024)" options "DFLDSIZ=(512*1024*1024)" # When this is set, be extra conservative in various parts of the kernel # and choose functionality over speed (on the widest variety of systems). options FAILSAFE # Options for the VM subsystem options PQ_LARGECACHE # color for 512k/16k cache # This allows you to actually store this configuration file into # the kernel binary itself, where it may be later read by saying: # strings -aout -n 3 /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL # options INCLUDE_CONFIG_FILE # Include this file in kernel # # This directive defines a number of things: # - The compiled kernel is to be called `kernel' # - The root filesystem might be on partition wd0a # - Crash dumps will be written to wd0b, if possible. Specifying the # dump device here is not recommended. Use dumpon(8). # config kernel root on da0s1 ##################################################################### # SMP OPTIONS: # # SMP enables building of a Symmetric MultiProcessor Kernel. # APIC_IO enables the use of the IO APIC for Symmetric I/O. # NCPU sets the number of CPUs, defaults to 2. # NBUS sets the number of busses, defaults to 4. # NAPIC sets the number of IO APICs on the motherboard, defaults to 1. # NINTR sets the total number of INTs provided by the motherboard. # # Notes: # # An SMP kernel will ONLY run on an Intel MP spec. qualified motherboard. # # Be sure to disable 'cpu "I386_CPU"' && 'cpu "I486_CPU"' for SMP kernels. # # Check the 'Rogue SMP hardware' section to see if additional options # are required by your hardware. # # Mandatory: options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O ##################################################################### # CPU OPTIONS # # You must specify at least one CPU (the one you intend to run on); # deleting the specification for CPUs you don't need to use may make # parts of the system run faster. This is especially true removing # I386_CPU. # cpu "I686_CPU" # aka Pentium Pro(tm) ##################################################################### # COMPATIBILITY OPTIONS # # Implement system calls compatible with 4.3BSD and older versions of # FreeBSD. You probably do NOT want to remove this as much current code # still relies on the 4.3 emulation. # options "COMPAT_43" # # Allow user-mode programs to manipulate their local descriptor tables. # This option is required for the WINE Windows(tm) emulator, and is # not used by anything else (that we know of). # options USER_LDT #allow user-level control of i386 ldt # # These three options provide support for System V Interface # Definition-style interprocess communication, in the form of shared # memory, semaphores, and message queues, respectively. # options SYSVSHM options SYSVSEM options SYSVMSG # # This option includes a MD5 routine in the kernel, this is used for # various authentication and privacy uses. # options "MD5" # # Allow processes to switch to vm86 mode, as well as enabling direct # user-mode access to the I/O port space. This option is necessary for # the doscmd emulator to run. # options "VM86" ##################################################################### # DEBUGGING OPTIONS # # KTRACE enables the system-call tracing facility ktrace(2). # options KTRACE #kernel tracing # # PERFMON causes the driver for Pentium/Pentium Pro performance counters # to be compiled. See perfmon(4) for more information. # options PERFMON # XXX - this doesn't belong here. # Allow ordinary users to take the console - this is useful for X. options UCONSOLE # XXX - this doesn't belong here either options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor ##################################################################### # NETWORKING OPTIONS # # Protocol families: # Only the INET (Internet) family is officially supported in FreeBSD. # Source code for the NS (Xerox Network Service) is provided for amusement # value. # options INET #Internet communications protocols # # Network interfaces: # The `loop' pseudo-device is MANDATORY when networking is enabled. # The `ether' pseudo-device provides generic code to handle # Ethernets; it is MANDATORY when a Ethernet device driver is # configured. # The 'fddi' pseudo-device provides generic code to support FDDI. # The `sppp' pseudo-device serves a similar role for certain types # of synchronous PPP links (like `cx', `ar'). # The `sl' pseudo-device implements the Serial Line IP (SLIP) service. # The `ppp' pseudo-device implements the Point-to-Point Protocol. # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. # The `disc' pseudo-device implements a minimal network interface, # which throws away all packets sent and never receives any. It is # included for testing purposes. # The `tun' pseudo-device implements the User Process PPP (iijppp) # # The PPP_BSDCOMP option enables support for compress(1) style entire # packet compression, the PPP_DEFLATE is for zlib/gzip style compression. # PPP_FILTER enables code for filtering the ppp data stream and selecting # events for resetting the demand dial activity timer - requires bpfilter. # See pppd(8) for more details. # pseudo-device ether #Generic Ethernet pseudo-device sppp #Generic Synchronous PPP pseudo-device loop #Network loopback device pseudo-device bpfilter 4 #Berkeley packet filter pseudo-device disc #Discard device pseudo-device tun 6 #Tunnel driver (user process ppp(8)) pseudo-device sl 6 #Serial Line IP pseudo-device ppp 6 #Point-to-point protocol options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpfilter) # # Internet family options: # # MROUTING enables the kernel multicast packet forwarder, which works # with mrouted(8). # # IPFIREWALL enables support for IP firewall construction, in # conjunction with the `ipfw' program. IPFIREWALL_VERBOSE sends # logged packets to the system logger. IPFIREWALL_VERBOSE_LIMIT # limits the number of times a matching entry can be logged. # # WARNING: IPFIREWALL defaults to a policy of "deny ip from any to any" # and if you do not add other rules during startup to allow access, # YOU WILL LOCK YOURSELF OUT. It is suggested that you set firewall=open # in /etc/rc.conf when first enabling this feature, then refining the # firewall rules in /etc/rc.firewall after you've tested that the new kernel # feature works properly. # # IPFIREWALL_DEFAULT_TO_ACCEPT causes the default rule (at boot) to # allow everything. Use with care, if a cracker can crash your # firewall machine, they can get to your protected machines. However, # if you are using it as an as-needed filter for specific problems as # they arise, then this may be for you. Changing the default to 'allow' # means that you won't get stuck if the kernel and /sbin/ipfw binary get # out of sync. # # IPDIVERT enables the divert IP sockets, used by ``ipfw divert'' # # IPFILTER enables Darren Reed's ipfilter package. # IPFILTER_LOG enables ipfilter's logging. # IPFILTER_LKM enables LKM support for an ipfilter module (untested). # options MROUTING # Multicast routing options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about # dropped packets options IPFIREWALL_FORWARD #enable xparent proxy support #options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity #options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPDIVERT #divert sockets #options IPFILTER #kernel ipfilter support #options IPFILTER_LOG #ipfilter logging #options IPFILTER_LKM #kernel support for ip_fil.o LKM # ICMP_BANDLIM enables icmp error response bandwidth limiting. You # typically want this option as it will help protect the machine from # D.O.S. packet attacks. # options "ICMP_BANDLIM" # DUMMYNET enables the "dummynet" bandwidth limiter. You need # IPFIREWALL as well. See the dummynet(4) manpage for more info. # BRIDGE enables bridging between ethernet cards -- see bridge(4). # You can use IPFIREWALL and dummynet together with bridging. options DUMMYNET #options BRIDGE ##################################################################### # FILESYSTEM OPTIONS # # Only the root, /usr, and /tmp filesystems need be statically # compiled; everything else will be automatically loaded at mount # time. (Exception: the UFS family---FFS, and MFS --- cannot # currently be demand-loaded.) Some people still prefer to statically # compile other filesystems as well. # # NB: The NULL, PORTAL, UMAP and UNION filesystems are known to be # buggy, and WILL panic your system if you attempt to do anything with # them. They are included here as an incentive for some enterprising # soul to sit down and fix them. # # One of these is mandatory: options FFS #Fast filesystem options MFS #Memory File System options NFS #Network File System # The rest are optional: options FFS_ROOT #FFS usable as root device # Soft updates is technique for improving file system speed and # making abrupt shutdown less risky. It is not enabled by default due # to copyright restraints on the code that implement it. # # Read .../../ufs/ffs/README.softupdates to learn what you need to # do to enable this. ../../../contrib/sys/softupdates/README gives # more details on how they actually work. # options SOFTUPDATES # Allows MFS filesystems to be exported via nfs options EXPORTMFS # Allow this many swap-devices. options NSWAPDEV=20 # In particular multi-session CD-Rs might require a huge amount of # time in order to "settle". If we are about mounting them as the # root f/s, we gotta wait a little. # # The number is supposed to be in seconds. options "CD9660_ROOTDELAY=20" ##################################################################### # POSIX P1003.1B # Real time extensions added int the 1993 Posix # P1003_1B: Infrastructure # _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING # _KPOSIX_VERSION: Version kernel is built for options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" ##################################################################### # SCSI DEVICES # SCSI DEVICE CONFIGURATION controller ahc0 controller ahc1 controller scbus0 at ahc0 #base SCSI code controller scbus1 at ahc1 device ch0 #SCSI media changers device da0 #SCSI direct access devices (aka disks) device da4 at scbus0 target1 device da5 at scbus1 target5 device sa0 at scbus1 target0 #SCSI tapes device sa1 at scbus0 target4 device cd0 #SCSI CD-ROMs #device od0 #SCSI optical disk device pass0 #CAM passthrough driver # The previous devices (ch, da, st, cd) are recognized by config. # config doesn't (and shouldn't) know about these newer ones, # so we have to specify that they are on a SCSI bus with the "at scbus?" # clause. device pt0 at scbus? # SCSI processor type device sctarg0 at scbus? # SCSI target # CAM OPTIONS: # CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds # SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter) # queue after a bus reset, and the number of milliseconds to # freeze the device queue after a bus device reset. options "CAM_MAX_HIGHPOWER=4" options SCSI_DELAY=4000 # Be pessimistic about Joe SCSI device # Options for the CAM sequential access driver: # SA_SPACE_TIMEOUT: Timeout for space operations, in minutes # SA_REWIND_TIMEOUT: Timeout for rewind operations, in minutes # SA_ERASE_TIMEOUT: Timeout for erase operations, in minutes options "SA_SPACE_TIMEOUT=(60)" options "SA_REWIND_TIMEOUT=(2*60)" options "SA_ERASE_TIMEOUT=(4*60)" ##################################################################### # MISCELLANEOUS DEVICES AND OPTIONS # The `pty' device usually turns out to be ``effectively mandatory'', # as it is required for `telnetd', `rlogind', `screen', `emacs', and # `xterm', among others. pseudo-device pty 128 #Pseudo ttys - can go as high as 256 pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device gzip #Exec gzipped a.out's pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. pseudo-device ccd 4 #Concatenated disk driver pseudo-device vinum #Vinum concat/mirror/raid driver options VINUMDEBUG #enable Vinum debugging hooks ##################################################################### # HARDWARE DEVICE CONFIGURATION # ISA and EISA devices: # EISA support is available for some device, so they can be auto-probed. # Micro Channel is not supported at all. # # Mandatory ISA devices: isa, npx # controller isa0 # # Options for `isa': # # AUTO_EOI_1 enables the `automatic EOI' feature for the master 8259A # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. # This option breaks suspend/resume on some portables. # # AUTO_EOI_2 enables the `automatic EOI' feature for the slave 8259A # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. # Automatic EOI is documented not to work for for the slave with the # original i8259A, but it works for some clones and some integrated # versions. options "AUTO_EOI_1" #options "AUTO_EOI_2" # Enable PnP support in the kernel. This allows you to automaticly # attach to PnP cards for drivers that support it and allows you to # configure cards from USERCONFIG. See pnp(4) for more info. controller pnp0 # The keyboard controller; it controlls the keyboard and the PS/2 mouse. controller atkbdc0 at isa? port IO_KBD tty # The AT keyboard device atkbd0 at isa? tty irq 1 # `flags' for atkbd: # 0x01 Force detection of keyboard, else we always assume a keyboard # 0x02 Don't reset keyboard, useful for some newer ThinkPads # 0x04 Old-style (XT) keyboard support, useful for older ThinkPads # PS/2 mouse device psm0 at isa? tty irq 12 # The video card driver. device vga0 at isa? port ? conflicts # Splash screen at start up! Screen savers require this too. pseudo-device splash # The syscons console driver (sco color console compatible). device sc0 at isa? tty options MAXCONS=16 # number of virtual consoles options SC_HISTORY_SIZE=200 # number of history buffer lines # # `flags' for sc0: # 0x01 Use a 'visual' bell # 0x02 Use a 'blink' cursor # 0x04 Use a 'underline' cursor # 0x06 Use a 'blinking underline' (destructive) cursor # 0x40 Make the bell quiet if it is rung in the backgroud vty. # # The Numeric Processing eXtension driver. This should be configured if # your machine has a math co-processor, unless the coprocessor is very # buggy. If it is not configured then you *must* configure math emulation # (see above). If both npx0 and emulation are configured, then only npx0 # is used (provided it works). device npx0 at isa? port IO_NPX iosiz 0x0 flags 0x0 irq 13 # # `flags' for npx0: # 0x01 don't use the npx registers to optimize bcopy # 0x02 don't use the npx registers to optimize bzero # 0x04 don't use the npx registers to optimize copyin or copyout. # The npx registers are normally used to optimize copying and zeroing when # all of the following conditions are satisfied: # "I586_CPU" is an option # the cpu is an i586 (perhaps not a Pentium) # the probe for npx0 succeeds # INT 16 exception handling works. # Then copying and zeroing using the npx registers is normally 30-100% faster. # The flags can be used to control cases where it doesn't work or is slower. # Setting them at boot time using userconfig works right (the optimizations # are not used until later in the bootstrap when npx0 is attached). # # # `iosiz' for npx0: # This can be used instead of the MAXMEM option to set the memory size. If # it is nonzero, then it overrides both the MAXMEM option and the memory # size reported by the BIOS. Setting it at boot time using userconfig takes # effect on the next reboot after the change has been recorded in the kernel # binary (the size is used early in the boot before userconfig has a chance # to change it). # # # Optional ISA and EISA devices: # # # ST-506, ESDI, and IDE hard disks: `wdc' and `wd' # # The flags fields are used to enable the multi-sector I/O and # the 32BIT I/O modes. The flags may be used in either the controller # definition or in the individual disk definitions. The controller # definition is supported for the boot configuration stuff. # # Each drive has a 16 bit flags value defined: # The low 8 bits are the maximum value for the multi-sector I/O, # where 0xff defaults to the maximum that the drive can handle. # The high bit of the 16 bit flags (0x8000) allows probing for # 32 bit transfers. Bit 14 (0x4000) enables a hack to wake # up powered-down laptop drives. Bit 13 (0x2000) allows # probing for PCI IDE DMA controllers, such as Intel's PIIX # south bridges. Bit 12 (0x1000) sets LBA mode instead of the # default CHS mode for accessing the drive. See the wd.4 man page. # # The flags field for the drives can be specified in the controller # specification with the low 16 bits for drive 0, and the high 16 bits # for drive 1. # e.g.: #controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0x00ff8004 # # specifies that drive 0 will be allowed to probe for 32 bit transfers and # a maximum multi-sector transfer of 4 sectors, and drive 1 will not be # allowed to probe for 32 bit transfers, but will allow multi-sector # transfers up to the maximum that the drive supports. # controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0xa0ffa0ff disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 # # ATAPI enables the support for ATAPI-compatible IDE devices # options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM # # This option allow you to override the default probe time for IDE # devices, to get a faster probe. Setting this below 10000 violate # the IDE specs, but may still work for you (it will work for most # people). # options IDE_DELAY=8000 # Be optimistic about Joe IDE device # # Standard floppy disk controllers and floppy tapes: `fdc', `fd', and `ft' # controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 # # Other standard PC hardware: `lpt', `mse', `sio', etc. # # lpt: printer port # lpt specials: # The port may be specified as ?. This will cause the # driver to scan the BIOS port list. # The irq clause may be omitted. This will force the port # into polling mode. # sio: serial ports (see sio(4)) device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 options COM_MULTIPORT device sio4 at isa? port 0x100 tty flags 0x00010b05 device sio5 at isa? port 0x108 tty flags 0x00010b05 device sio6 at isa? port 0x110 tty flags 0x00310b05 device sio7 at isa? port 0x118 tty flags 0x00310b05 device sio8 at isa? port 0x140 tty flags 0x00310b05 device sio9 at isa? port 0x128 tty flags 0x00310b05 device sio10 at isa? port 0x130 tty flags 0x00010b05 device sio11 at isa? port 0x138 tty flags 0x00010b05 irq 11 # # `flags' for serial drivers that support consoles (only for sio now): # 0x10 enable console support for this unit. The other console flags # are ignored unless this is set. Enabling console support does # not make the unit the preferred console - boot with -h or set # the 0x20 flag for that. Currently, at most one unit can have # console support; the first one (in config file order) with # this flag set is preferred. Setting this flag for sio0 gives # the old behaviour. # 0x20 force this unit to be the console (unless there is another # higher priority console). This replaces the COMCONSOLE option. # 0x40 reserve this unit for low level console operations. Do not # access the device in any normal way. # # PnP `flags' (set via userconfig using pnp x flags y) # 0x1 disable probing of this device. Used to prevent your modem # from being attached as a PnP modem. # options CONSPEED=115200 #default speed for serial console # Other flags for sio that aren't documented in the man page. # 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for # ST16650A-compatible UARTs. # Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!). # You may also wish to enable the pnp controller with this, for pnp # sound cards. # device pcm0 at isa? port ? tty irq 10 drq 1 # Not controlled by `snd' device pca0 at isa? port "IO_TIMER1" tty # # Miscellaneous hardware: # # apm: Laptop Advanced Power Management (experimental) # bktr: Brooktree bt848/848a/849/878/879 family video capture and TV Tuner board device apm0 at isa? # # PCI devices & PCI options: # # The main PCI bus device is `pci'. It provides auto-detection and # configuration support for all devices on the PCI bus, using either # configuration mode defined in the PCI specification. # # The `ahc' device provides support for the Adaptec 29/3940(U)(W) # and motherboard based AIC7870/AIC7880 adapters. # # The `fxp' device provides support for the Intel EtherExpress Pro/100B # PCI Fast Ethernet adapters. # # The 'bktr' device is a PCI video capture device using the Brooktree # bt848/bt848a/bt849/bt878/bt879 chipset. When used with a TV Tuner it forms a # TV card, eg Miro PC/TV,Hauppauge WinCast/TV WinTV, VideoLogic Captivator, # Intel Smart Video III, AverMedia, IMS Turbo. # The following options can be used to override the auto detection # options OVERRIDE_CARD=xxx # options OVERRIDE_TUNER=xxx # options OVERRIDE_MSP=1 # options OVERRIDE_DBX=1 # The current values are found in /usr/src/sys/pci/brooktree848.c # # option BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL # This is required for Dual Crystal (28&35Mhz) boards where PAL is used # to prevent hangs during initialisation. eg VideoLogic Captivator PCI. # # PAL or SECAM users who have a 28Mhz crystal (and no 35Mhz crystal) # must enable PLL mode with this option. eg some new Hauppauge cards. # option BKTR_USE_PLL # # Using sysctl(8) run-time overrides on a per-card basis can be made # controller pci0 device fxp0 # Brooktree driver has been ported to the new I2C framework. Thus, # you'll need at least iicbus, iicbb and smbus. iic/smb are only needed if you # want to control other I2C slaves connected to the external connector of # some cards. # device bktr0 options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL options BKTR_USE_PLL # # SMB bus # # System Management Bus support provided by the 'smbus' device. # # Supported devices: # smb standard io # # Supported interfaces: # iicsmb I2C to SMB bridge with any iicbus interface # bktr brooktree848 I2C hardware interface # controller smbus0 device smb0 at smbus? # # I2C Bus # # Philips i2c bus support is provided by the `iicbus' device. # # Supported devices: # ic i2c network interface # iic i2c standard io # iicsmb i2c to smb bridge. Allow i2c i/o with smb commands. # # Supported interfaces: # pcf Philips PCF8584 ISA-bus controller # bktr brooktree848 I2C software interface # # Other: # iicbb generic I2C bit-banging code (needed by lpbb, bktr) # controller iicbus0 controller iicbb0 device ic0 at iicbus? device iic0 at iicbus? device iicsmb0 at iicbus? #controller pcf0 at isa? port 0x320 net irq 5 # Parallel-Port Bus # # Parallel port bus support is provided by the `ppbus' device. # Multiple devices may be attached to the parallel port, devices # are automatically probed and attached when found. # # Supported devices: # vpo Iomega Zip Drive # Requires SCSI disk support ('scbus' and 'da'), best # performance is achieved with ports in EPP 1.9 mode. # nlpt Parallel Printer, use _instead_ of lpt0 # plip Parallel network interface # ppi General-purpose I/O ("Geek Port") # pps Pulse per second Timing Interface # lpbb Philips official parallel port I2C bit-banging interface # # Supported interfaces: # ppc ISA-bus parallel port interfaces. # device ppc0 at isa? port? tty irq 7 controller ppbus0 controller vpo0 at ppbus? device lpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? device pps0 at ppbus? device lpbb0 at ppbus? # USB support # UHCI controller controller uhci0 # OHCI controller controller ohci0 # General USB code (mandatory for USB) controller usb0 # # for the moment we have to specify the priorities of the device # drivers explicitly by the ordering in the list below. This will # be changed in the future. # # USB mouse device ums0 # USB keyboard device ukbd0 # USB printer device ulpt0 # USB hub (kind of mandatory, no other driver is available for the root hub) device uhub0 # USB communications driver device ucom0 # USB modem driver device umodem0 # Human Interface Device (anything with buttons and dials) device hid0 # Generic USB device driver device ugen0 # options USBVERBOSE # More undocumented options for linting. options SHOW_BUSYBUFS # List buffers that prevent root unmount >Description: Trying to run wine results in the message /kernel: shared address space fork attempted: pid: 40325 and wine hangs. >How-To-Repeat: Try to use wine from the ports collection on a SMP machine. >Fix: Don't know. I tried the fixes for current from luoqi's page, but 3.2 and 4.0 are too different. >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 May 29 19: 0:43 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5BDAD14F5C for ; Sat, 29 May 1999 19:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA60857; Sat, 29 May 1999 19:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from xenetserver.harz.de (xenetserver.harz.de [193.159.181.125]) by hub.freebsd.org (Postfix) with ESMTP id F300F14CF9 for ; Sat, 29 May 1999 18:59:37 -0700 (PDT) (envelope-from frank@vogon.agala.harz.de) Received: (from uucp@localhost) by xenetserver.harz.de (8.9.1/8.9.1) with UUCP id DAA17870 for FreeBSD-gnats-submit@freebsd.org; Sun, 30 May 1999 03:59:36 +0200 (CEST) Received: (from frank@localhost) by vogon.agala.harz.de (8.9.3/8.8.8) id BAA65551; Sun, 30 May 1999 01:34:37 +0200 (CEST) (envelope-from frank) Message-Id: <199905292334.BAA65551@vogon.agala.harz.de> Date: Sun, 30 May 1999 01:34:37 +0200 (CEST) From: "Frank J. Beckmann" Reply-To: frank@vogon.agala.harz.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11937: vm problems after havy memory usage Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11937 >Category: kern >Synopsis: vm problems after havy memory usage >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat May 29 19:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Frank J. Beckmann >Release: FreeBSD 3.2-STABLE i386 >Organization: agala naga doron >Environment: Intel DK440LX, 2 * PII 333, 64MB ram. Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-STABLE #0: Fri May 28 23:16:14 CEST 1999 root@vogon.agala.harz.de:/usr/src/sys/compile/VOGON Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Xeon/Celeron (686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping=2 Features=0x183fbff> real memory = 67108864 (65536K bytes) avail memory = 61067264 (59636K bytes) Programming 24 pins in IOAPIC #0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc03f2000. vinum: loaded Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x01 on pci0.2.0 ide_pci0: rev 0x01 on pci0.2.1 uhci0: rev 0x01 int d irq 19 on pci0.2.2 usb0: USB version 1.0, interrupting at 9 uhci0: PIRQD enable not set chip3: rev 0x01 on pci0.2.3 fxp0: rev 0x02 int a irq 19 on pci0.3.0 fxp0: Ethernet address 00:a0:c9:61:7f:06 ahc0: rev 0x03 int a irq 17 on pci0.9.0 ahc0: aic7895 Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: rev 0x03 int b irq 17 on pci0.9.1 ahc1: aic7895 Wide Channel B, SCSI Id=7, 16/255 SCBs vga0: rev 0x00 int a irq 18 on pci0.14.0 bktr0: rev 0x02 int a irq 19 on pci0.15.0 bti2c0: iicbb0: on bti2c0 iicbus0: on iicbb0 master-only iicsmb0: on iicbus0 smbus0: on iicsmb0 smb0: on smbus0 iic0: on iicbus0 smbus1: on bti2c0 smb1: on smbus1 Hauppauge WinCast/TV, Philips FR1216 PAL tuner, msp3400c stereo. Detected a MSP3410D-B4 Probing for devices on PCI bus 1: Probing for PnP devices: CSN 1 Vendor ID: CSC0b35 [0x350b630e] Serial 0xffffffff Comp ID: @@@0000 [0x00000000] mss_attach 1 at 0x530 irq 10 dma 1:0 flags 0x10 pcm1 (CS423x/Yamaha/AD1816 sn 0xffffffff) at 0x530-0x537 irq 10 drq 1 flags 0x10 on isa Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa psm0 irq 12 on isa psm0: model Generic PS/2 mouse, device ID 0 sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio4 at 0x100-0x107 flags 0x10b05 on isa sio4: type TL16750 (multiport) sio5 at 0x108-0x10f flags 0x10b05 on isa sio5: type TL16750 (multiport) sio6 at 0x110-0x117 flags 0x310b05 on isa sio6: type TL16750 (multiport) sio7 at 0x118-0x11f flags 0x310b05 on isa sio7: type TL16750 (multiport) sio8 at 0x140-0x147 flags 0x310b05 on isa sio8: type TL16750 (multiport) sio9 at 0x128-0x12f flags 0x310b05 on isa sio9: type TL16750 (multiport) sio10 at 0x130-0x137 flags 0x10b05 on isa sio10: type TL16750 (multiport) sio11 at 0x138-0x13f irq 11 flags 0x10b05 on isa sio11: type TL16750 (multiport master) pcm0 not probed due to drq conflict with pcm1 at 1 pca0 on motherboard pca0: PC speaker audio driver ppc0 at 0x378 irq 7 on isa ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 lppps0: on ppbus 0 plip0: on ppbus 0 wdc0 not found at 0x1f0 wdc1 not found at 0x170 fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface apm0 on isa apm: found APM BIOS version 1.2 usb0: uhub0 at usb0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via pin 2 IP packet filtering initialized, divert enabled, rule-based forwarding enabled, unlimited logging ccd0-3: Concatenated disk drivers DUMMYNET initialized (990504) Waiting 4 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! sa1 at ahc0 bus 0 target 4 lun 0 sa1: Removable Sequential Access SCSI-2 device sa1: 10.000MB/s transfers (10.000MHz, offset 8) sa0 at ahc1 bus 0 target 0 lun 0 sa0: Removable Sequential Access SCSI-CCS device sa0: 3.300MB/s transfers da1 at ahc1 bus 0 target 1 lun 0 da1: Removable Direct Access SCSI-2 device da1: 5.000MB/s transfers (5.000MHz, offset 15) da1: 256MB (524288 512 byte sectors: 64H 32S/T 256C) da4 at ahc0 bus 0 target 1 lun 0 da4: Fixed Direct Access SCSI-2 device da4: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da4: 1034MB (2118144 512 byte sectors: 255H 63S/T 131C) da5 at ahc1 bus 0 target 5 lun 0 da5: Fixed Direct Access SCSI-2 device da5: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da5: 1034MB (2118144 512 byte sectors: 255H 63S/T 131C) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 4357MB (8925000 512 byte sectors: 255H 63S/T 555C) ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates # # VOGON -- Intel DK440LX # # # This directive is mandatory; it defines the architecture to be # configured for; in this case, the 386 family based IBM-PC and # compatibles. # machine "i386" # # This is the ``identification'' of the kernel. Usually this should # be the same as the name of your kernel. # ident VOGON # # The `maxusers' parameter controls the static sizing of a number of # internal system tables by a complicated formula defined in param.c. # maxusers 64 # # Certain applications can grow to be larger than the 128M limit # that FreeBSD initially imposes. Below are some options to # allow that limit to grow to 256MB, and can be increased further # with changing the parameters. MAXDSIZ is the maximum that the # limit can be set to, and the DFLDSIZ is the default value for # the limit. You might want to set the default lower than the # max, and explicitly set the maximum with a shell command for processes # that regularly exceed the limit like INND. # options "MAXDSIZ=(512*1024*1024)" options "DFLDSIZ=(512*1024*1024)" # When this is set, be extra conservative in various parts of the kernel # and choose functionality over speed (on the widest variety of systems). options FAILSAFE # Options for the VM subsystem options PQ_LARGECACHE # color for 512k/16k cache # This allows you to actually store this configuration file into # the kernel binary itself, where it may be later read by saying: # strings -aout -n 3 /kernel | grep ^___ | sed -e 's/^___//' > MYKERNEL # options INCLUDE_CONFIG_FILE # Include this file in kernel # # This directive defines a number of things: # - The compiled kernel is to be called `kernel' # - The root filesystem might be on partition wd0a # - Crash dumps will be written to wd0b, if possible. Specifying the # dump device here is not recommended. Use dumpon(8). # config kernel root on da0s1 ##################################################################### # SMP OPTIONS: # # SMP enables building of a Symmetric MultiProcessor Kernel. # APIC_IO enables the use of the IO APIC for Symmetric I/O. # NCPU sets the number of CPUs, defaults to 2. # NBUS sets the number of busses, defaults to 4. # NAPIC sets the number of IO APICs on the motherboard, defaults to 1. # NINTR sets the total number of INTs provided by the motherboard. # # Notes: # # An SMP kernel will ONLY run on an Intel MP spec. qualified motherboard. # # Be sure to disable 'cpu "I386_CPU"' && 'cpu "I486_CPU"' for SMP kernels. # # Check the 'Rogue SMP hardware' section to see if additional options # are required by your hardware. # # Mandatory: options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O ##################################################################### # CPU OPTIONS # # You must specify at least one CPU (the one you intend to run on); # deleting the specification for CPUs you don't need to use may make # parts of the system run faster. This is especially true removing # I386_CPU. # cpu "I686_CPU" # aka Pentium Pro(tm) ##################################################################### # COMPATIBILITY OPTIONS # # Implement system calls compatible with 4.3BSD and older versions of # FreeBSD. You probably do NOT want to remove this as much current code # still relies on the 4.3 emulation. # options "COMPAT_43" # # Allow user-mode programs to manipulate their local descriptor tables. # This option is required for the WINE Windows(tm) emulator, and is # not used by anything else (that we know of). # options USER_LDT #allow user-level control of i386 ldt # # These three options provide support for System V Interface # Definition-style interprocess communication, in the form of shared # memory, semaphores, and message queues, respectively. # options SYSVSHM options SYSVSEM options SYSVMSG # # This option includes a MD5 routine in the kernel, this is used for # various authentication and privacy uses. # options "MD5" # # Allow processes to switch to vm86 mode, as well as enabling direct # user-mode access to the I/O port space. This option is necessary for # the doscmd emulator to run. # options "VM86" ##################################################################### # DEBUGGING OPTIONS # # KTRACE enables the system-call tracing facility ktrace(2). # options KTRACE #kernel tracing # # PERFMON causes the driver for Pentium/Pentium Pro performance counters # to be compiled. See perfmon(4) for more information. # options PERFMON # XXX - this doesn't belong here. # Allow ordinary users to take the console - this is useful for X. options UCONSOLE # XXX - this doesn't belong here either options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor ##################################################################### # NETWORKING OPTIONS # # Protocol families: # Only the INET (Internet) family is officially supported in FreeBSD. # Source code for the NS (Xerox Network Service) is provided for amusement # value. # options INET #Internet communications protocols # # Network interfaces: # The `loop' pseudo-device is MANDATORY when networking is enabled. # The `ether' pseudo-device provides generic code to handle # Ethernets; it is MANDATORY when a Ethernet device driver is # configured. # The 'fddi' pseudo-device provides generic code to support FDDI. # The `sppp' pseudo-device serves a similar role for certain types # of synchronous PPP links (like `cx', `ar'). # The `sl' pseudo-device implements the Serial Line IP (SLIP) service. # The `ppp' pseudo-device implements the Point-to-Point Protocol. # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. # The `disc' pseudo-device implements a minimal network interface, # which throws away all packets sent and never receives any. It is # included for testing purposes. # The `tun' pseudo-device implements the User Process PPP (iijppp) # # The PPP_BSDCOMP option enables support for compress(1) style entire # packet compression, the PPP_DEFLATE is for zlib/gzip style compression. # PPP_FILTER enables code for filtering the ppp data stream and selecting # events for resetting the demand dial activity timer - requires bpfilter. # See pppd(8) for more details. # pseudo-device ether #Generic Ethernet pseudo-device sppp #Generic Synchronous PPP pseudo-device loop #Network loopback device pseudo-device bpfilter 4 #Berkeley packet filter pseudo-device disc #Discard device pseudo-device tun 6 #Tunnel driver (user process ppp(8)) pseudo-device sl 6 #Serial Line IP pseudo-device ppp 6 #Point-to-point protocol options PPP_BSDCOMP #PPP BSD-compress support options PPP_DEFLATE #PPP zlib/deflate/gzip support options PPP_FILTER #enable bpf filtering (needs bpfilter) # # Internet family options: # # MROUTING enables the kernel multicast packet forwarder, which works # with mrouted(8). # # IPFIREWALL enables support for IP firewall construction, in # conjunction with the `ipfw' program. IPFIREWALL_VERBOSE sends # logged packets to the system logger. IPFIREWALL_VERBOSE_LIMIT # limits the number of times a matching entry can be logged. # # WARNING: IPFIREWALL defaults to a policy of "deny ip from any to any" # and if you do not add other rules during startup to allow access, # YOU WILL LOCK YOURSELF OUT. It is suggested that you set firewall=open # in /etc/rc.conf when first enabling this feature, then refining the # firewall rules in /etc/rc.firewall after you've tested that the new kernel # feature works properly. # # IPFIREWALL_DEFAULT_TO_ACCEPT causes the default rule (at boot) to # allow everything. Use with care, if a cracker can crash your # firewall machine, they can get to your protected machines. However, # if you are using it as an as-needed filter for specific problems as # they arise, then this may be for you. Changing the default to 'allow' # means that you won't get stuck if the kernel and /sbin/ipfw binary get # out of sync. # # IPDIVERT enables the divert IP sockets, used by ``ipfw divert'' # # IPFILTER enables Darren Reed's ipfilter package. # IPFILTER_LOG enables ipfilter's logging. # IPFILTER_LKM enables LKM support for an ipfilter module (untested). # options MROUTING # Multicast routing options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about # dropped packets options IPFIREWALL_FORWARD #enable xparent proxy support #options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity #options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default options IPDIVERT #divert sockets #options IPFILTER #kernel ipfilter support #options IPFILTER_LOG #ipfilter logging #options IPFILTER_LKM #kernel support for ip_fil.o LKM # ICMP_BANDLIM enables icmp error response bandwidth limiting. You # typically want this option as it will help protect the machine from # D.O.S. packet attacks. # options "ICMP_BANDLIM" # DUMMYNET enables the "dummynet" bandwidth limiter. You need # IPFIREWALL as well. See the dummynet(4) manpage for more info. # BRIDGE enables bridging between ethernet cards -- see bridge(4). # You can use IPFIREWALL and dummynet together with bridging. options DUMMYNET #options BRIDGE ##################################################################### # FILESYSTEM OPTIONS # # Only the root, /usr, and /tmp filesystems need be statically # compiled; everything else will be automatically loaded at mount # time. (Exception: the UFS family---FFS, and MFS --- cannot # currently be demand-loaded.) Some people still prefer to statically # compile other filesystems as well. # # NB: The NULL, PORTAL, UMAP and UNION filesystems are known to be # buggy, and WILL panic your system if you attempt to do anything with # them. They are included here as an incentive for some enterprising # soul to sit down and fix them. # # One of these is mandatory: options FFS #Fast filesystem options MFS #Memory File System options NFS #Network File System # The rest are optional: options FFS_ROOT #FFS usable as root device # Soft updates is technique for improving file system speed and # making abrupt shutdown less risky. It is not enabled by default due # to copyright restraints on the code that implement it. # # Read .../../ufs/ffs/README.softupdates to learn what you need to # do to enable this. ../../../contrib/sys/softupdates/README gives # more details on how they actually work. # options SOFTUPDATES # Allows MFS filesystems to be exported via nfs options EXPORTMFS # Allow this many swap-devices. options NSWAPDEV=20 # In particular multi-session CD-Rs might require a huge amount of # time in order to "settle". If we are about mounting them as the # root f/s, we gotta wait a little. # # The number is supposed to be in seconds. options "CD9660_ROOTDELAY=20" ##################################################################### # POSIX P1003.1B # Real time extensions added int the 1993 Posix # P1003_1B: Infrastructure # _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING # _KPOSIX_VERSION: Version kernel is built for options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" ##################################################################### # SCSI DEVICES # SCSI DEVICE CONFIGURATION controller ahc0 controller ahc1 controller scbus0 at ahc0 #base SCSI code controller scbus1 at ahc1 device ch0 #SCSI media changers device da0 #SCSI direct access devices (aka disks) device da4 at scbus0 target1 device da5 at scbus1 target5 device sa0 at scbus1 target0 #SCSI tapes device sa1 at scbus0 target4 device cd0 #SCSI CD-ROMs #device od0 #SCSI optical disk device pass0 #CAM passthrough driver # The previous devices (ch, da, st, cd) are recognized by config. # config doesn't (and shouldn't) know about these newer ones, # so we have to specify that they are on a SCSI bus with the "at scbus?" # clause. device pt0 at scbus? # SCSI processor type device sctarg0 at scbus? # SCSI target # CAM OPTIONS: # CAM_MAX_HIGHPOWER: Maximum number of concurrent high power (start unit) cmds # SCSI_DELAY: The number of MILLISECONDS to freeze the SIM (scsi adapter) # queue after a bus reset, and the number of milliseconds to # freeze the device queue after a bus device reset. options "CAM_MAX_HIGHPOWER=4" options SCSI_DELAY=4000 # Be pessimistic about Joe SCSI device # Options for the CAM sequential access driver: # SA_SPACE_TIMEOUT: Timeout for space operations, in minutes # SA_REWIND_TIMEOUT: Timeout for rewind operations, in minutes # SA_ERASE_TIMEOUT: Timeout for erase operations, in minutes options "SA_SPACE_TIMEOUT=(60)" options "SA_REWIND_TIMEOUT=(2*60)" options "SA_ERASE_TIMEOUT=(4*60)" ##################################################################### # MISCELLANEOUS DEVICES AND OPTIONS # The `pty' device usually turns out to be ``effectively mandatory'', # as it is required for `telnetd', `rlogind', `screen', `emacs', and # `xterm', among others. pseudo-device pty 128 #Pseudo ttys - can go as high as 256 pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device gzip #Exec gzipped a.out's pseudo-device vn #Vnode driver (turns a file into a device) pseudo-device snp 3 #Snoop device - to look at pty/vty/etc.. pseudo-device ccd 4 #Concatenated disk driver pseudo-device vinum #Vinum concat/mirror/raid driver options VINUMDEBUG #enable Vinum debugging hooks ##################################################################### # HARDWARE DEVICE CONFIGURATION # ISA and EISA devices: # EISA support is available for some device, so they can be auto-probed. # Micro Channel is not supported at all. # # Mandatory ISA devices: isa, npx # controller isa0 # # Options for `isa': # # AUTO_EOI_1 enables the `automatic EOI' feature for the master 8259A # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. # This option breaks suspend/resume on some portables. # # AUTO_EOI_2 enables the `automatic EOI' feature for the slave 8259A # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. # Automatic EOI is documented not to work for for the slave with the # original i8259A, but it works for some clones and some integrated # versions. options "AUTO_EOI_1" #options "AUTO_EOI_2" # Enable PnP support in the kernel. This allows you to automaticly # attach to PnP cards for drivers that support it and allows you to # configure cards from USERCONFIG. See pnp(4) for more info. controller pnp0 # The keyboard controller; it controlls the keyboard and the PS/2 mouse. controller atkbdc0 at isa? port IO_KBD tty # The AT keyboard device atkbd0 at isa? tty irq 1 # `flags' for atkbd: # 0x01 Force detection of keyboard, else we always assume a keyboard # 0x02 Don't reset keyboard, useful for some newer ThinkPads # 0x04 Old-style (XT) keyboard support, useful for older ThinkPads # PS/2 mouse device psm0 at isa? tty irq 12 # The video card driver. device vga0 at isa? port ? conflicts # Splash screen at start up! Screen savers require this too. pseudo-device splash # The syscons console driver (sco color console compatible). device sc0 at isa? tty options MAXCONS=16 # number of virtual consoles options SC_HISTORY_SIZE=200 # number of history buffer lines # # `flags' for sc0: # 0x01 Use a 'visual' bell # 0x02 Use a 'blink' cursor # 0x04 Use a 'underline' cursor # 0x06 Use a 'blinking underline' (destructive) cursor # 0x40 Make the bell quiet if it is rung in the backgroud vty. # # The Numeric Processing eXtension driver. This should be configured if # your machine has a math co-processor, unless the coprocessor is very # buggy. If it is not configured then you *must* configure math emulation # (see above). If both npx0 and emulation are configured, then only npx0 # is used (provided it works). device npx0 at isa? port IO_NPX iosiz 0x0 flags 0x0 irq 13 # # `flags' for npx0: # 0x01 don't use the npx registers to optimize bcopy # 0x02 don't use the npx registers to optimize bzero # 0x04 don't use the npx registers to optimize copyin or copyout. # The npx registers are normally used to optimize copying and zeroing when # all of the following conditions are satisfied: # "I586_CPU" is an option # the cpu is an i586 (perhaps not a Pentium) # the probe for npx0 succeeds # INT 16 exception handling works. # Then copying and zeroing using the npx registers is normally 30-100% faster. # The flags can be used to control cases where it doesn't work or is slower. # Setting them at boot time using userconfig works right (the optimizations # are not used until later in the bootstrap when npx0 is attached). # # # `iosiz' for npx0: # This can be used instead of the MAXMEM option to set the memory size. If # it is nonzero, then it overrides both the MAXMEM option and the memory # size reported by the BIOS. Setting it at boot time using userconfig takes # effect on the next reboot after the change has been recorded in the kernel # binary (the size is used early in the boot before userconfig has a chance # to change it). # # # Optional ISA and EISA devices: # # # ST-506, ESDI, and IDE hard disks: `wdc' and `wd' # # The flags fields are used to enable the multi-sector I/O and # the 32BIT I/O modes. The flags may be used in either the controller # definition or in the individual disk definitions. The controller # definition is supported for the boot configuration stuff. # # Each drive has a 16 bit flags value defined: # The low 8 bits are the maximum value for the multi-sector I/O, # where 0xff defaults to the maximum that the drive can handle. # The high bit of the 16 bit flags (0x8000) allows probing for # 32 bit transfers. Bit 14 (0x4000) enables a hack to wake # up powered-down laptop drives. Bit 13 (0x2000) allows # probing for PCI IDE DMA controllers, such as Intel's PIIX # south bridges. Bit 12 (0x1000) sets LBA mode instead of the # default CHS mode for accessing the drive. See the wd.4 man page. # # The flags field for the drives can be specified in the controller # specification with the low 16 bits for drive 0, and the high 16 bits # for drive 1. # e.g.: #controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0x00ff8004 # # specifies that drive 0 will be allowed to probe for 32 bit transfers and # a maximum multi-sector transfer of 4 sectors, and drive 1 will not be # allowed to probe for 32 bit transfers, but will allow multi-sector # transfers up to the maximum that the drive supports. # controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0xa0ffa0ff disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 # # ATAPI enables the support for ATAPI-compatible IDE devices # options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM # # This option allow you to override the default probe time for IDE # devices, to get a faster probe. Setting this below 10000 violate # the IDE specs, but may still work for you (it will work for most # people). # options IDE_DELAY=8000 # Be optimistic about Joe IDE device # # Standard floppy disk controllers and floppy tapes: `fdc', `fd', and `ft' # controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 disk fd1 at fdc0 drive 1 # # Other standard PC hardware: `lpt', `mse', `sio', etc. # # lpt: printer port # lpt specials: # The port may be specified as ?. This will cause the # driver to scan the BIOS port list. # The irq clause may be omitted. This will force the port # into polling mode. # sio: serial ports (see sio(4)) device sio0 at isa? port "IO_COM1" tty flags 0x10 irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 options COM_MULTIPORT device sio4 at isa? port 0x100 tty flags 0x00010b05 device sio5 at isa? port 0x108 tty flags 0x00010b05 device sio6 at isa? port 0x110 tty flags 0x00310b05 device sio7 at isa? port 0x118 tty flags 0x00310b05 device sio8 at isa? port 0x140 tty flags 0x00310b05 device sio9 at isa? port 0x128 tty flags 0x00310b05 device sio10 at isa? port 0x130 tty flags 0x00010b05 device sio11 at isa? port 0x138 tty flags 0x00010b05 irq 11 # # `flags' for serial drivers that support consoles (only for sio now): # 0x10 enable console support for this unit. The other console flags # are ignored unless this is set. Enabling console support does # not make the unit the preferred console - boot with -h or set # the 0x20 flag for that. Currently, at most one unit can have # console support; the first one (in config file order) with # this flag set is preferred. Setting this flag for sio0 gives # the old behaviour. # 0x20 force this unit to be the console (unless there is another # higher priority console). This replaces the COMCONSOLE option. # 0x40 reserve this unit for low level console operations. Do not # access the device in any normal way. # # PnP `flags' (set via userconfig using pnp x flags y) # 0x1 disable probing of this device. Used to prevent your modem # from being attached as a PnP modem. # options CONSPEED=115200 #default speed for serial console # Other flags for sio that aren't documented in the man page. # 0x20000 enable hardware RTS/CTS and larger FIFOs. Only works for # ST16650A-compatible UARTs. # Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!). # You may also wish to enable the pnp controller with this, for pnp # sound cards. # device pcm0 at isa? port ? tty irq 10 drq 1 # Not controlled by `snd' device pca0 at isa? port "IO_TIMER1" tty # # Miscellaneous hardware: # # apm: Laptop Advanced Power Management (experimental) # bktr: Brooktree bt848/848a/849/878/879 family video capture and TV Tuner board device apm0 at isa? # # PCI devices & PCI options: # # The main PCI bus device is `pci'. It provides auto-detection and # configuration support for all devices on the PCI bus, using either # configuration mode defined in the PCI specification. # # The `ahc' device provides support for the Adaptec 29/3940(U)(W) # and motherboard based AIC7870/AIC7880 adapters. # # The `fxp' device provides support for the Intel EtherExpress Pro/100B # PCI Fast Ethernet adapters. # # The 'bktr' device is a PCI video capture device using the Brooktree # bt848/bt848a/bt849/bt878/bt879 chipset. When used with a TV Tuner it forms a # TV card, eg Miro PC/TV,Hauppauge WinCast/TV WinTV, VideoLogic Captivator, # Intel Smart Video III, AverMedia, IMS Turbo. # The following options can be used to override the auto detection # options OVERRIDE_CARD=xxx # options OVERRIDE_TUNER=xxx # options OVERRIDE_MSP=1 # options OVERRIDE_DBX=1 # The current values are found in /usr/src/sys/pci/brooktree848.c # # option BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL # This is required for Dual Crystal (28&35Mhz) boards where PAL is used # to prevent hangs during initialisation. eg VideoLogic Captivator PCI. # # PAL or SECAM users who have a 28Mhz crystal (and no 35Mhz crystal) # must enable PLL mode with this option. eg some new Hauppauge cards. # option BKTR_USE_PLL # # Using sysctl(8) run-time overrides on a per-card basis can be made # controller pci0 device fxp0 # Brooktree driver has been ported to the new I2C framework. Thus, # you'll need at least iicbus, iicbb and smbus. iic/smb are only needed if you # want to control other I2C slaves connected to the external connector of # some cards. # device bktr0 options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_PAL options BKTR_USE_PLL # # SMB bus # # System Management Bus support provided by the 'smbus' device. # # Supported devices: # smb standard io # # Supported interfaces: # iicsmb I2C to SMB bridge with any iicbus interface # bktr brooktree848 I2C hardware interface # controller smbus0 device smb0 at smbus? # # I2C Bus # # Philips i2c bus support is provided by the `iicbus' device. # # Supported devices: # ic i2c network interface # iic i2c standard io # iicsmb i2c to smb bridge. Allow i2c i/o with smb commands. # # Supported interfaces: # pcf Philips PCF8584 ISA-bus controller # bktr brooktree848 I2C software interface # # Other: # iicbb generic I2C bit-banging code (needed by lpbb, bktr) # controller iicbus0 controller iicbb0 device ic0 at iicbus? device iic0 at iicbus? device iicsmb0 at iicbus? #controller pcf0 at isa? port 0x320 net irq 5 # Parallel-Port Bus # # Parallel port bus support is provided by the `ppbus' device. # Multiple devices may be attached to the parallel port, devices # are automatically probed and attached when found. # # Supported devices: # vpo Iomega Zip Drive # Requires SCSI disk support ('scbus' and 'da'), best # performance is achieved with ports in EPP 1.9 mode. # nlpt Parallel Printer, use _instead_ of lpt0 # plip Parallel network interface # ppi General-purpose I/O ("Geek Port") # pps Pulse per second Timing Interface # lpbb Philips official parallel port I2C bit-banging interface # # Supported interfaces: # ppc ISA-bus parallel port interfaces. # device ppc0 at isa? port? tty irq 7 controller ppbus0 controller vpo0 at ppbus? device lpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? device pps0 at ppbus? device lpbb0 at ppbus? # USB support # UHCI controller controller uhci0 # OHCI controller controller ohci0 # General USB code (mandatory for USB) controller usb0 # # for the moment we have to specify the priorities of the device # drivers explicitly by the ordering in the list below. This will # be changed in the future. # # USB mouse device ums0 # USB keyboard device ukbd0 # USB printer device ulpt0 # USB hub (kind of mandatory, no other driver is available for the root hub) device uhub0 # USB communications driver device ucom0 # USB modem driver device umodem0 # Human Interface Device (anything with buttons and dials) device hid0 # Generic USB device driver device ugen0 # options USBVERBOSE # More undocumented options for linting. options SHOW_BUSYBUFS # List buffers that prevent root unmount >Description: After running a programm that used a big part of the virtual memory cron sends mails like this: Date: Sat, 29 May 1999 02:00:03 +0200 (CEST) From: root (Cron Daemon) To: root Subject: Cron periodic daily 2>&1 | sendmail root X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: CRON in malloc(): warning: pointer to wrong page. and sometimes inn dies. shutdown -p doesn't switch the power off after this has happened. The system just sits there after the shutdown and the scsi led is lighting. >How-To-Repeat: Use a havy memory consuming application like dap or netscape or hotjava with many java applets. >Fix: I don't know. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 21: 8:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2F3C14D90; Sat, 29 May 1999 21:08:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA70918; Sat, 29 May 1999 21:08:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 29 May 1999 21:08:24 -0700 (PDT) From: Message-Id: <199905300408.VAA70918@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/11910: new patch for from_local.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: new patch for from_local.c Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sat May 29 21:06:44 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 21:10:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 15DD014D90; Sat, 29 May 1999 21:10:43 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA71112; Sat, 29 May 1999 21:10:42 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 29 May 1999 21:10:42 -0700 (PDT) From: Message-Id: <199905300410.VAA71112@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/11891: typo in ioconf.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: typo in ioconf.c Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sat May 29 21:08:30 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 21:22:56 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B317414D90; Sat, 29 May 1999 21:22:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA72047; Sat, 29 May 1999 21:22:55 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 29 May 1999 21:22:55 -0700 (PDT) From: Message-Id: <199905300422.VAA72047@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/11812: ftp5.freebsd.org can't find giflib-3.0 and ftp3.freebsd.org can't install from ftp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ftp5.freebsd.org can't find giflib-3.0 and ftp3.freebsd.org can't install from ftp Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sat May 29 21:19:39 PDT 1999 Responsible-Changed-Why: Misfiled PR. Anyone know who maintains these machines and can look into the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 21:23:53 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D32A314DAF; Sat, 29 May 1999 21:23:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA72124; Sat, 29 May 1999 21:23:52 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 29 May 1999 21:23:52 -0700 (PDT) From: Message-Id: <199905300423.VAA72124@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/11744: perllib fails to build Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: perllib fails to build Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sat May 29 21:23:05 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 21:25:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4262014DAF; Sat, 29 May 1999 21:25:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA72299; Sat, 29 May 1999 21:25:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 29 May 1999 21:25:24 -0700 (PDT) From: Message-Id: <199905300425.VAA72299@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/11754: tx driver, SIOCGIFADDR ioctl does not work Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: tx driver, SIOCGIFADDR ioctl does not work Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sat May 29 21:24:53 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 21:26: 2 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C443914DAF; Sat, 29 May 1999 21:26:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA72384; Sat, 29 May 1999 21:26:01 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sat, 29 May 1999 21:26:01 -0700 (PDT) From: Message-Id: <199905300426.VAA72384@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/11778: mpz_get_str() in libgmp leads up to coredump Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mpz_get_str() in libgmp leads up to coredump Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sat May 29 21:25:32 PDT 1999 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat May 29 23:40: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BAE8E15428 for ; Sat, 29 May 1999 23:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA78815; Sat, 29 May 1999 23:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from notwork.snowville.fl.net.au (notwork.snowville.fl.net.au [203.30.61.124]) by hub.freebsd.org (Postfix) with ESMTP id 2ADE814C1E for ; Sat, 29 May 1999 23:34:53 -0700 (PDT) (envelope-from als@notwork.snowville.fl.net.au) Received: (from als@localhost) by notwork.snowville.fl.net.au (8.9.2/8.9.2) id QAA03266; Sun, 30 May 1999 16:34:59 +1000 (EST) (envelope-from als) Message-Id: <199905300634.QAA03266@notwork.snowville.fl.net.au> Date: Sun, 30 May 1999 16:34:59 +1000 (EST) From: als@fl.net.au Reply-To: als@fl.net.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11941: Crashing OS when changing between console screens Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11941 >Category: kern >Synopsis: FreeBSD box reboots itself when changing screens at the console >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 May 29 23:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andrew Snow >Release: FreeBSD 3.1-RELEASE i386 >Organization: No organisation >Environment: FreeBSD 3.0 and 3.1-RELEASE, Cyrix 6x86 P166+ processor, Gigabyte HX chipset motherboard, 64MB system RAM, Tekram DC-390F (ncr) SCSI controller with IBM ultrawide SCSI hard drive. ed1 and de0 PCI network cards. Video card: vga0: rev 0x26 int a irq 9 on pci0.10.0 Console video mode for one or more screens is often set to 80x50 from 80x25 with the vidcontrol utility. >Description: When at the console and changing screens (using the Alt+F1/F2/.. keystrokes), very occasionally the system pauses for a few seconds then restarts. No helpful information is found in any system log files. >How-To-Repeat: It has only been experienced 3 times by this user. Once was whilst running 3.0-RELEASE and the most recent two times were in a 3.1-RELEASE installation. It has only been experienced with this particular motherboard/video card combination (it never happened on a different motherboard but same video card, earlier, whilst running 3.0-RELEASE). It _seems_ to only occur when one console screen is running in say 80x50 video mode, and the other in 80x25 (that was the situation the most recent time it happened). Alt+F3 was pressed and the video display appeared corrupted for a few moments, and then the machine rebooted itself. >Fix: My workaround has been to not change console screens too much (or change console video modes as it is the changing between screens of different video modes that is suspected to be related to the problem). >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 7:20: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9371D150B3 for ; Sun, 30 May 1999 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA63186; Sun, 30 May 1999 07:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 068F614CCE; Sun, 30 May 1999 07:12:39 -0700 (PDT) Message-Id: <19990530141239.068F614CCE@hub.freebsd.org> Date: Sun, 30 May 1999 07:12:39 -0700 (PDT) From: plm@xs4all.nl To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/11943: pppd connection time report is wrong Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11943 >Category: bin >Synopsis: pppd connection time report is wrong >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 May 30 07:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Mutsaers >Release: -current of may 12th 1999 >Organization: n.a. >Environment: FreeBSD muon 4.0-CURRENT FreeBSD 4.0-CURRENT #40: Tue May 11 22:12:00 MET DST 1999 plm@muon:/var/arch/fbsd/src/sys/compile/PLM i386 >Description: Via syslog/debug.notice pppd reports how long it has been connected when the link is shutdown (idle). When the link is shutdown it reports e.g. 65 minutes connected time when in fact it was only 4 minutes. This occurs when using dial-on-demand. >How-To-Repeat: Start pppd client connection via dial on demand, then shut it down or wait until the idle timer expires >Fix: In main.c: stime (start time) is set when pppd starts. It should be set when the connecion fires up instead: *** main.c- Sun May 30 16:05:46 1999 --- main.c Sun May 30 16:07:23 1999 *************** *** 548,553 **** --- 548,554 ---- * incoming events (reply, timeout, etc.). */ syslog(LOG_NOTICE, "Connect: %s <--> %s", ifname, devnam); + stime = time((time_t *) NULL); lcp_lowerup(0); lcp_open(0); /* Start protocol */ for (phase = PHASE_ESTABLISH; phase != PHASE_DEAD; ) { >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 May 30 8:40:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail-gw6.pacbell.net (mail-gw6.pacbell.net [206.13.28.41]) by hub.freebsd.org (Postfix) with ESMTP id 6956B152AB for ; Sun, 30 May 1999 08:40:28 -0700 (PDT) (envelope-from viagra_online@usa.net) Received: from adsl-207-105-40-236.dsl.lsan03.pacbell.net (adsl-207-105-40-236.dsl.lsan03.pacbell.net [207.105.40.236]) by mail-gw6.pacbell.net (8.9.3/8.9.3) with SMTP id IAA06160 for ; Sun, 30 May 1999 08:40:24 -0700 (PDT) Message-Id: <199905301540.IAA06160@mail-gw6.pacbell.net> X-Authentication-Warning: mail-gw6.pacbell.net: adsl-207-105-40-236.dsl.lsan03.pacbell.net [207.105.40.236] didn't use HELO protocol To: freebsd-bugs@FreeBSD.ORG From: "Medical Center Online" Date: Sun, 30 May 99 08:41:18 -0700 Subject: Pfizer VIAGRA(tm) - FOR AS LITTLE AS $6 PER DOSE X-Mailer: http://www.smartsurf.net/clients/medicalcenter Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org http://www.smartsurf.net/clients/medicalcenter Some people may find this subject a bit offensive, but the truth of the matter is Viagra from Pfizer has truly helped many people and even saved marriages. The only problem in the past was that in order to get a prescription for this marriage-saving pill was to go through an EMBARASSING appointment with your doctor. I know, I had to tell a strange nurse why I wanted to see the doctor - it wasn't one of the most comfortable phone calls :-) So if you are one of the many millions of Americans suffering from ED (erectile dysfunction) or you would just like to try Viagra to see if it will increase intimacy with your mate (it will) - here is an opportunity to order it discretely, privately and inexpensively right over the internet. ------------------------------ Need Viagra? No Prescription? No Problem... No appointments, no waiting rooms, no embarrassment. Imagine -- your next order of Viagra is just a click away. MedCenter Online in association with KwikMed, Inc. is able to offer individuals afflicted with sexual dysfunction the ability to order Viagra online --------------------------------------------------------------------------------- Genuine Pfizer Viagra(tm) Can Be Legally Ordered Online For As Little As $6 Per Dose (normally $10 per dose - You save $4 per dose) --------------------------------------------------------------------------------- click on the link below for information on how you can order Viagra(tm) for as little as $6 per dose: http://www.smartsurf.net/clients/medicalcenter --------------------------------------------------------------------------------- It has been estimated that up to 30 million American men suffer from sexual dysfunction (impotence). Until recently, sexual dysfunction has been effectively treated with injections, surgery, and other procedures, many of which are painful and embarrassing. In March 1998, the FDA announced that Viagra® a new drug from Pfizer, Inc., has been approved as treatment for male sexual dysfunction. MedCenter Online & KwikMed, Inc. is able to offer individuals afflicted with sexual dysfunction an evaluation for suitability to Viagra therapy. The evaluation is performed by qualified American physicians in a manner which is simple, secure, and without embarrassment. http://www.smartsurf.net/clients/medicalcenter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 12: 0:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBCBB15212 for ; Sun, 30 May 1999 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 MAA80278; Sun, 30 May 1999 12:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [134.102.38.17]) by hub.freebsd.org (Postfix) with ESMTP id DF2E51508F for ; Sun, 30 May 1999 11:50:53 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id UAA08692 for FreeBSD-gnats-submit@freebsd.org; Sun, 30 May 1999 20:48:29 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id UAA87993; Sun, 30 May 1999 20:46:36 +0200 (MET DST) Message-Id: <199905301846.UAA87993@saturn.kn-bremen.de> Date: Sun, 30 May 1999 20:46:36 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11945 >Category: kern >Synopsis: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus >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 May 30 12:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: FreeBSD 3.2-STABLE i386, and a sa0 at ncr0 bus 0 target 5 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 4.901MB/s transfers (4.901MHz, offset 8) tape drive on a NCR PCI SCSI host. I'll append a boot -v dmesg below. >Description: 1. mt bl(ocksize) stopped working, regardless what blocksize i try i only get mt: /dev/nrsa0: blocksize: Invalid argument and on the console: Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): MODE SELECT(06). CDB: 15 0 0 0 c 0 Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): ILLEGAL REQUEST asc:26,0 Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): Invalid field in parameter lis t sks:8f,4 2. mt erase fails similarly (I don't have the syslog right now, sorry) 3. depending on factors i haven't found out, trying to read after a BLANK CHECK on some tapes ends up hanging the entire SCSI bus, printing this on the console: ncr0: SCSI phase error fixup: CCB already dequeued (0xf07e1200) followed by several of ncr0: timeout nccb=0xf0xxxxxx (skip) and vm_fault: pager read error, pid xxx (process) CAMDEBUG tells me on the tapes where it hangs it does five LOAD UNLOAD commands (the first rewinds the tape) while normally it does only one LOAD UNLOAD. I can send the full CAMDEBUG output of the working case if that helps... >How-To-Repeat: 1. $ mt bl 2. $ mt erase 3. $ mt eom $ dd bs=5k /dev/null dd: stdin: Input/output error 0+0 records in 0+0 records out 0 bytes transferred in 0.010533 secs (0 bytes/sec) $ dd bs=5k /dev/null >Fix: ??? FWIW, all this worked on 2.1-stable... (case 3 didn't rewind automatically, just repeated the BLANK CHECK error; I don't know if that is/was a feature) Here is the dmesg, Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.2-STABLE #44: Sat May 22 23:14:35 MET DST 1999 nox@saturn:/www/w/usr/home5/cvs/src31/src/sys/compile/SP3G.3I Calibrating clock(s) ... i8254 clock: 1228963 Hz 1228963 Hz differs from default of 1193182 Hz by more than 1% Timecounter "i8254" frequency 1193182 Hz CPU: i486 DX4 (486-class CPU) Origin = "GenuineIntel" Id = 0x480 Stepping=0 Features=0x3 real memory = 33554432 (32768K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x002f2000 - 0x01febfff, 30384128 bytes (7418 pages) avail memory = 29749248 (29052K bytes) Found BIOS32 Service Directory header at 0xc00fc310 Entry = 0xfc740 (0xc00fc740) Rev = 0 Len = 1 PCI BIOS entry at 0xc770 Other BIOS signatures found: ACPI: 00000000 $PnP: 00000000 Preloaded elf kernel "kernel" at 0xc02e1000. VESA: information block 56 45 53 41 02 01 3a 4f 00 c0 00 00 00 00 57 4f 00 c0 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 VESA: 20 mode(s) found Math emulator present pci_open(1): mode 1 addr port (0x0cf8) is 0x00000000 pci_open(1a): mode1res=0x00000000 (0x80000000) pci_open(1b): mode1res=0x00000000 (0xff000001) pci_open(2): mode 2 enable port (0x0cf8) is 0x00 pci_open(2a): mode2res=0x0e (0x0e) pci_open(2a): now trying mechanism 2 pci_cfgcheck: device 0 [class=000000] 1 [class=000000] 2 [class=000000] 3 4 5 6 [class=030000] [hdr=00] is there (id=88115333) Probing for devices on PCI bus 0: found-> vendor=0x8086, dev=0x0483, revid=0x04 class=00-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 i4b_pci_probe: unknown PCI type 75726982l! chip0: rev 0x04 on pci0.0.0 CPU: 486DX, bus=33MHz, CPU->Memory posting ON Warning: NO DRAM parity! Cache: 256KB writeback, cache clocks=2-1-1-1 DRAM: page mode code fetch, read and write, memory clocks=X-2-2-2 CPU->PCI: posting ON, burst mode ON PCI->Memory: posting OFF found-> vendor=0x1000, dev=0x0001, revid=0x01 class=00-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=9 map[0]: type 4, range 32, base 0000e800, size 8 map[1]: type 1, range 32, base fbfef000, size 8 ncr0: rev 0x01 int a irq 9 on pci0.1.0 ncr0: minsync=25, maxsync=206, maxoffs=8, 16 dwords burst, normal dma fifo ncr0: single-ended, open drain IRQ driver found-> vendor=0x8086, dev=0x0484, revid=0x03 class=00-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 i4b_pci_probe: unknown PCI type 75792518l! chip1: rev 0x03 on pci0.2.0 Bus Modes: Bus Park, Bus Lock, Coprocessor errors enabled Keyboard controller: 60h,62h,64h,66h RTC: 70h-77h found-> vendor=0x5333, dev=0x8811, revid=0x00 class=03-00-00, hdrtype=0x00, mfdev=0 subordinatebus=0 secondarybus=0 intpin=a, irq=0 map[0]: type 1, range 32, base fb000000, size 23 vga0: rev 0x00 int a irq 0 on pci0.6.0 Probing for devices on the ISA bus: atkbd: the current kbd controller command byte 0045 atkbd: keyboard ID 0x41ab (2) kbdc: RESET_KBD return code:00fa kbdc: RESET_KBD status:00aa sc0 on isa sc0: fb0 kbd0 sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 psm0: disabled, not probed. sio0: disabled, not probed. sio1: irq maps: 0x1 0x9 0x1 0x1 sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio2: disabled, not probed. pca0 on motherboard pca0: PC speaker audio driver fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 6149MB (12594960 sectors), 13328 cyls, 15 heads, 63 S/T, 512 B/S wd0: ATA INQUIRE valid = 0007, dmamword = 0407, apio = 0003, udma = 0007 ppc: parallel port found at 0x378 PC873xx FER=0x4f FAR=0x10 PTR=0x8 FCR=0x0 PCR=0x0 PMC=0x0 TUP=0x0 SID=0x1a PNP0=0xff PNP1=0xff LPTBA=0xff PC873xx irq 7 at 0x378 PC873xx irq set to 0 PC873xx unlocked, NIBBLE ppc0 at 0x378 irq 7 flags 0x20 on isa ppc0: PC87332 chipset (NIBBLE-only) in COMPATIBLE mode ppi0: on ppbus 0 isic0 at 0xd80 irq 12 flags 0x3 on isa isic0: Teles S0/16.3 isic0: ISAC 2085 Version A1/A2 or 2086/2186 Version 1.1 (IOM-2) (Addr=0x960) isic0: HSCX 82525 or 21525 Version 2.1 (AddrA=0x160, AddrB=0x560) vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa fb0: vga0, vga, type:VGA (5), flags:0x700ff fb0: port:0x3b0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000 fb0: init mode:24, bios mode:3, current mode:24 fb0: window:0xc00b8000 size:32k gran:32k, buf:0x0 size:0k VGA parameters upon power-up 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0e 0f 00 00 07 80 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VGA parameters in BIOS for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff EGA/VGA parameters to be used for mode 24 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff VESA: v1.2, 2048k memory, flags:0x0, mode table:0xc00c4f57 (c0004f57) VESA: ELSA WINNER 1000TRIO npx0 on motherboard npx0: INT 16 interface apm0: disabled, not probed. uartsio0 at 0x3f8 irq 4 on isa uartsio0: imasks: bio c0084040, tty c003000a, net c0061080 BIOS Geometries: 0:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 1:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 2:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 3:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 4:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 5:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 6:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 7:00000000 0..0=1 cylinders, 0..0=1 heads, 1..0=0 sectors 0 accounted for Device configuration finished. IP packet filtering initialized, divert disabled, rule-based forwarding disabled, unlimited logging bpf: tun0 attached bpf: lo0 attached i4b: ISDN call control device attached i4bisppp: 4 ISDN SyncPPP device(s) attached bpf: isp0 attached bpf: isp1 attached bpf: isp2 attached bpf: isp3 attached i4bctl: ISDN system control port attached i4bipr: 4 IP over raw HDLC ISDN device(s) attached (VJ header compression) bpf: ipr0 attached bpf: ipr1 attached bpf: ipr2 attached bpf: ipr3 attached i4btel: 2 ISDN telephony interface device(s) attached i4brbch: 4 raw B channel access device(s) attached i4btrc: 4 ISDN trace device(s) attached Linux-ELF exec handler installed Waiting 5 seconds for SCSI devices to settle (xpt0:ncr0:0:-1:-1): xpt_compile_path (xpt0:ncr0:0:-1:-1): xpt_setup_ccb (xpt0:ncr0:0:-1:-1): xpt_action (xpt0:ncr0:0:-1:-1): xpt_done (xpt0:ncr0:0:-1:-1): xpt_setup_ccb (xpt0:ncr0:0:-1:-1): xpt_action ncr0: restart (scsi reset). (noperiph:ncr0:0:-1:-1): xpt_async (noperiph:ncr0:0:-1:-1): xpt_compile_path (noperiph:ncr0:0:-1:-1): xpt_release_path (xpt0:ncr0:0:-1:-1): xpt_done (xpt0:ncr0:0:-1:-1): xpt_finishconfig (xpt0:ncr0:0:-1:-1): xpt_action (xpt0:ncr0:0:-1:-1): xpt_scan_bus (xpt0:ncr0:0:-1:-1): xpt_setup_ccb (xpt0:ncr0:0:-1:-1): xpt_action (xpt0:ncr0:0:-1:-1): xpt_done (probe6:ncr0:0:6:0): INQUIRY. CDB: 12 1 80 0 ff 0 (probe6:ncr0:0:6:0): ILLEGAL REQUEST asc:24,0 (probe6:ncr0:0:6:0): Invalid field in CDB (probe5:ncr0:0:5:0): INQUIRY. CDB: 12 1 80 0 ff 0 (probe5:ncr0:0:5:0): ILLEGAL REQUEST asc:24,0 (probe5:ncr0:0:5:0): Invalid field in CDB sks:c8,1 (xpt0:ncr0:0:-1:-1): xpt_done (xpt0:ncr0:0:-1:-1): camisr(xpt0:ncr0:0:-1:-1): xpt_finishconfig (xpt0:ncr0:0:-1:-1): xpt_free_path (xpt0:ncr0:0:-1:-1): xpt_release_path (noperiph:xpt0:0:-1:-1): xpt_compile_path (noperiph:xpt0:0:-1:-1): xpt_setup_ccb (noperiph:xpt0:0:-1:-1): xpt_action (noperiph:xpt0:0:-1:-1): xpt_free_path (noperiph:xpt0:0:-1:-1): xpt_release_path (noperiph:xpt0:0:-1:-1): xpt_compile_path (noperiph:xpt0:0:-1:-1): xpt_setup_ccb (noperiph:xpt0:0:-1:-1): xpt_action (sa0:ncr0:0:5:0): found quirk entry 11 sa0 at ncr0 bus 0 target 5 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 4.901MB/s transfers (4.901MHz, offset 8) (noperiph:xpt0:0:-1:-1): xpt_free_path (noperiph:xpt0:0:-1:-1): xpt_release_path (noperiph:xpt0:0:-1:-1): xpt_compile_path (noperiph:xpt0:0:-1:-1): xpt_setup_ccb (noperiph:xpt0:0:-1:-1): xpt_action (noperiph:xpt0:0:-1:-1): xpt_free_path (noperiph:xpt0:0:-1:-1): xpt_release_path (noperiph:xpt0:0:-1:-1): xpt_compile_path (noperiph:xpt0:0:-1:-1): xpt_setup_ccb (noperiph:xpt0:0:-1:-1): xpt_action pass0 at ncr0 bus 0 target 0 lun 0 pass0: Fixed Direct Access SCSI-2 device pass0: Serial Number 1C176285 pass0: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled pass1 at ncr0 bus 0 target 1 lun 0 pass1: Fixed Direct Access SCSI-2 device pass1: Serial Number EF90YAE pass1: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled pass2 at ncr0 bus 0 target 2 lun 0 pass2: Fixed Direct Access SCSI-2 device pass2: Serial Number 5U2R4677 pass2: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled pass3 at ncr0 bus 0 target 3 lun 0 pass3: Fixed Direct Access SCSI-2 device pass3: Serial Number 1C071239 pass3: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled pass4 at ncr0 bus 0 target 5 lun 0 pass4: Removable Sequential Access SCSI-2 device pass4: 4.901MB/s transfers (4.901MHz, offset 8) pass5 at ncr0 bus 0 target 6 lun 0 pass5: Removable CD-ROM SCSI-2 device pass5: 8.333MB/s transfers (8.333MHz, offset 8) (noperiph:xpt0:0:-1:-1): xpt_free_path (noperiph:xpt0:0:-1:-1): xpt_release_path da0 at ncr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: Serial Number 1C176285 da0: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled da0: 1034MB (2118144 512 byte sectors: 255H 63S/T 131C) da1 at ncr0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: Serial Number EF90YAE da1: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled da1: 2048MB (4194304 512 byte sectors: 255H 63S/T 261C) da3 at ncr0 bus 0 target 3 lun 0 da3: Fixed Direct Access SCSI-2 device da3: Serial Number 1C071239 da3: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled da3: 1034MB (2118144 512 byte sectors: 255H 63S/T 131C) da2 at ncr0 bus 0 target 2 lun 0 da2: Fixed Direct Access SCSI-2 device da2: Serial Number 5U2R4677 da2: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled da2: 2063MB (4226725 512 byte sectors: 255H 63S/T 263C) Considering MFS root f/s. No MFS image available as root f/s. Considering FFS root f/s. changing root device to da2s1a da2s1: type 0xa5, start 63, end = 4224527, size 4224465 : OK Start pid=2 Start pid=3 Start pid=4 wd0s1: type 0x6, start 63, end = 2056319, size 2056257 : OK wd0s2: type 0xa5, start 2056320, end = 12594959, size 10538640 : OK da3s1: type 0xa5, start 63, end = 2104514, size 2104452 : OK da1s1: type 0xa5, start 261954, end = 4191263, size 3929310 : OK da1s4: type 0x6, start 63, end = 261953, size 261891 : OK da0s1: type 0x5, start 261954, end = 523907, size 261954 : OK da0s3: type 0xa5, start 523908, end = 2118143, size 1594236 : OK da0s4: type 0x6, start 63, end = 261953, size 261891 : OK da3s1: type 0xa5, start 63, end = 2104514, size 2104452 : OK da0s1: type 0x5, start 261954, end = 523907, size 261954 : OK da0s3: type 0xa5, start 523908, end = 2118143, size 1594236 : OK da0s4: type 0x6, start 63, end = 261953, size 261891 : OK da1s1: type 0xa5, start 261954, end = 4191263, size 3929310 : OK da1s4: type 0x6, start 63, end = 261953, size 261891 : OK da0s1: type 0x5, start 261954, end = 523907, size 261954 : OK da0s3: type 0xa5, start 523908, end = 2118143, size 1594236 : OK da0s4: type 0x6, start 63, end = 261953, size 261891 : OK da3s1: type 0xa5, start 63, end = 2104514, size 2104452 : OK ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates da1s1: type 0xa5, start 261954, end = 4191263, size 3929310 : OK da1s4: type 0x6, start 63, end = 261953, size 261891 : OK ffs_mountfs: superblock updated for soft updates da0s1: type 0x5, start 261954, end = 523907, size 261954 : OK da0s3: type 0xa5, start 523908, end = 2118143, size 1594236 : OK da0s4: type 0x6, start 63, end = 261953, size 261891 : OK ffs_mountfs: superblock updated for soft updates ffs_mountfs: superblock updated for soft updates splash: image decoder found: green_saver (cd0:ncr0:0:6:0): READ CD RECORDED CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 (cd0:ncr0:0:6:0): NOT READY asc:3a,1 (cd0:ncr0:0:6:0): Medium not present - tray closed cd0 at ncr0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 8.333MB/s transfers (8.333MHz, offset 8) cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed >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 May 30 15:32: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55FF51525B; Sun, 30 May 1999 15:32:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA93554; Sun, 30 May 1999 15:32:03 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Sun, 30 May 1999 15:32:03 -0700 (PDT) From: Message-Id: <199905302232.PAA93554@freefall.freebsd.org> To: steve@FreeBSD.org, freebsd-advocacy@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: advocacy/11947: kldload doesn't produce a linked file for the module Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kldload doesn't produce a linked file for the module Responsible-Changed-From-To: freebsd-advocacy->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sun May 30 15:31:28 PDT 1999 Responsible-Changed-Why: MIsfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 15:50:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 216A615399 for ; Sun, 30 May 1999 15:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA94770; Sun, 30 May 1999 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from nfs.dragondata.com (nfs.dragondata.com [204.137.237.7]) by hub.freebsd.org (Postfix) with ESMTP id 9C54C14E1B for ; Sun, 30 May 1999 15:40:39 -0700 (PDT) (envelope-from toasty@nfs.dragondata.com) Received: (from root@localhost) by nfs.dragondata.com (8.9.3/8.9.3) id RAA83486; Sun, 30 May 1999 17:40:39 -0500 (CDT) (envelope-from toasty) Message-Id: <199905302240.RAA83486@nfs.dragondata.com> Date: Sun, 30 May 1999 17:40:39 -0500 (CDT) From: toasty@dragondata.com Reply-To: toasty@dragondata.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11948: mmaping memory device, then forking causes negative rss Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11948 >Category: kern >Synopsis: mmaping memory device, then forking causes negative rss >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 May 30 15:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kevin Day >Release: FreeBSD 4.0-CURRENT i386 >Organization: DragonData Internet Services, Inc. >Environment: 3.1 or 4.0 system, with some mmapable device (/dev/mem or similar) >Description: When mmap'ing a device, then forking, the resident size of the child process becomes negative. >How-To-Repeat: 1.c: #include #include #include #include #include #include void main(void) { int k; char *low; int devmem; devmem = open("/dev/mem",O_RDWR); low1mb = (char *)mmap(0, 0x800000, (PROT_READ | PROT_WRITE), MAP_INHERIT | MAP_SHARED, devmem, 0); printf("Starting 2...\n"); if (rfork(RFCFDG|RFPROC)) { usleep(100); } else { k = execl("./2", "2", (char *) 0); if (k) { printf("io returned %d errno %d\n",k, errno); } _exit(0); } } 2.c: void main(void) { while(1) sleep(10000); } Compile, and run '1'. top shows: PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 899 root 10 0 748K 32760M nanslp 0:00 0.00% 0.00% 2 ps shows: root 899 0.0 53622.9 748 -7960 p1 I 6:14AM 0:00.00 2 0 899 1 0 10 0 748 -7960 nanslp I p1 0:00.00 2 Repeatedly doing this will cause the kernel to panic with "panic: multiple frees". >Fix: I couldn't find a fix for this within an hour of looking, and had to move on. This appeared between 3.0 and 3.1, so it shouldn't be *too* hard to find. :) Kevin >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 May 30 16:50:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB92514C8C; Sun, 30 May 1999 16:50:17 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99025; Sun, 30 May 1999 16:50:17 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Sun, 30 May 1999 16:50:17 -0700 (PDT) From: Message-Id: <199905302350.QAA99025@freefall.freebsd.org> To: croyle@gelemna.ft-wayne.in.us, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11931: Snaps from 3-stable still claim a 3.1 buildname Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Snaps from 3-stable still claim a 3.1 buildname State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Sun May 30 16:49:39 PDT 1999 State-Changed-Why: Fixed in src/release/Makefile:1.460.2.20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 17: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1095114C88 for ; Sun, 30 May 1999 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA99681; Sun, 30 May 1999 17:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 90E7B14C88; Sun, 30 May 1999 16:53:53 -0700 (PDT) Message-Id: <19990530235353.90E7B14C88@hub.freebsd.org> Date: Sun, 30 May 1999 16:53:53 -0700 (PDT) From: icbmx2@yahoo.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: conf/11950: /etc/hosts.allow confuses tcp wrapper Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11950 >Category: conf >Synopsis: /etc/hosts.allow confuses tcp wrapper >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 May 30 17:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Icbm Root >Release: 3.2-RELEASE >Organization: >Environment: FreeBSD proton 3.2-RELEASE FreeBSD 3.2-RELEASE #4: Sat May 29 16:43: 36 EDT 1999 root@proton:/usr/src/sys/compile/PROTONKERNEL i386 >Description: Have tcpwrap 7.6 installed on 3.2-R. When I have both /etc/hosts.allow and /usr/local/etc/hosts.allow, tcp wrap gets confused. Also when /etc/hosts.allow is a symlink to the local one. Or the other way around (local a symlink to /etc one). >How-To-Repeat: >Fix: Put hosts.allow in /usr/local/etc only. Delete the one in /etc/hosts.allow. >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 May 30 17:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A8CA914D5B for ; Sun, 30 May 1999 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 RAA00362; Sun, 30 May 1999 17:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 30 May 1999 17:10:02 -0700 (PDT) Message-Id: <199905310010.RAA00362@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Hunt Subject: Re: conf/11950: /etc/hosts.allow confuses tcp wrapper Reply-To: Matthew Hunt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/11950; it has been noted by GNATS. From: Matthew Hunt To: icbmx2@yahoo.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: conf/11950: /etc/hosts.allow confuses tcp wrapper Date: Sun, 30 May 1999 17:08:14 -0700 On Sun, May 30, 1999 at 04:53:53PM -0700, icbmx2@yahoo.com wrote: > >Fix: > Put hosts.allow in /usr/local/etc only. Delete the one in /etc/hosts.allow. How did /etc/hosts.allow get there in the first place? In what way does tcpd become confused by /etc/hosts.allow? -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 17:30: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6EE014DDD for ; Sun, 30 May 1999 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 RAA01516; Sun, 30 May 1999 17:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 30 May 1999 17:30:03 -0700 (PDT) Message-Id: <199905310030.RAA01516@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Hunt Subject: [icbmx2@yahoo.com: Re: conf/11950: /etc/hosts.allow confuses tcp wrapper] Reply-To: Matthew Hunt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/11950; it has been noted by GNATS. From: Matthew Hunt To: freebsd-gnats-submit@freebsd.org Cc: Subject: [icbmx2@yahoo.com: Re: conf/11950: /etc/hosts.allow confuses tcp wrapper] Date: Sun, 30 May 1999 17:22:24 -0700 ----- Forwarded message from An ----- Date: Sun, 30 May 1999 17:18:53 -0700 (PDT) From: An Reply-To: icbmx2@yahoo.com Subject: Re: conf/11950: /etc/hosts.allow confuses tcp wrapper To: Matthew Hunt Hi, I don't remember how /etc/hosts.allow got to /etc. I am not sure if it was installed with 3.2-R. If not, then I edited one there (some man pages still point to /etc/hosts.allow). What happens when you have the file in /etc, is that tcpd doesn't correctly interpret the rules. For example, having the line: telnetd: ALL: allow is not honored. What's more, variables like %a don't get correctly replaced. Delete /etc/hosts.allow and only have /usr/local/etc/hosts.allow and everything is ok. Also tcpdchk doesn't detect /usr/local/etc/hosts.allow. It appears to read from /etc/hosts.allow, and interprets the fields wrong (it doesn't follow the extended format???). ----- 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 Sun May 30 20:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EEF914EE4 for ; Sun, 30 May 1999 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA15203; Sun, 30 May 1999 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 30 May 1999 20:10:02 -0700 (PDT) Message-Id: <199905310310.UAA15203@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mohit Aron Subject: Re: kern/11915: access system call says file is readable when its not Reply-To: Mohit Aron Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11915; it has been noted by GNATS. From: Mohit Aron To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/11915: access system call says file is readable when its not Date: Sun, 30 May 1999 22:09:07 -0500 Hi, I agree that using acess() may present a race condition and arguably one shouldn't use it. However, the very reason its still there is for backward compatibility for existing applications that use it. So the least it can do is to return the same value as fopen() when there was *no* race condition. As for how I ran into this. Well, it seems XOpenDisplay() library call in X11 uses access() to determine whether it can read a user's .Xauthority file. My home directory is NFS mounted on my desktop machine and the NFS server maps the "root" of my machine into "nobody". So setuid programs (like xterm and Eterm) have a potential problem - they run with the effective userid of root and when they try to open my .Xauthority file, the NFS server refuses access. For this reason, Eterm temporarily swaps the real userid and effective userid (thus real userid becomes root and effective userid becomes my user id) before issuing XOpenDisplay(). However, because of thie problem with access() even this fails. It can potentially make both the real userid and the effective userid to be my userid (and let the root's userid be saved in the FreeBSD saved userid), however, this might break its portability across other platforms - e.g. Linux. For these reasons, I'll argue that access() should behave similarly to the fopen() calls. - Mohit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 20:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 08DFB14CD5 for ; Sun, 30 May 1999 20:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA15806; Sun, 30 May 1999 20:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 30 May 1999 20:20:02 -0700 (PDT) Message-Id: <199905310320.UAA15806@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mohit Aron Subject: Re: kern/11919: kldload doesn't return error on loading a module multiple times Reply-To: Mohit Aron Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11919; it has been noted by GNATS. From: Mohit Aron To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/11919: kldload doesn't return error on loading a module multiple times Date: Sun, 30 May 1999 22:10:41 -0500 Hi, thanks for fixing it in FreeBSD-current. Can you also add it to FreeBSD-3.2-stable. Thanks, - Mohit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 21:36:57 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from hme0.smtp04.sprint.ca (hme0.smtp04.sprint.ca [207.107.250.65]) by hub.freebsd.org (Postfix) with ESMTP id CF72414CB9 for ; Sun, 30 May 1999 21:36:55 -0700 (PDT) (envelope-from offshore99@yahoo.com) Received: from your (spc-isp-van-58-05-338.sprint.ca [209.148.242.85]) by hme0.smtp04.sprint.ca (8.8.8/8.8.8) with SMTP id AAA21937; Mon, 31 May 1999 00:35:10 -0400 (EDT) Date: Mon, 31 May 1999 00:35:10 -0400 (EDT) From: offshore99@yahoo.com Message-Id: <199905310435.AAA21937@hme0.smtp04.sprint.ca> Reply-To: offshore99@yahoo.com To: offshore99@yahoo.com Subject: TIRED OF THE 9 TO 5 YET? Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ladies and Gentlemen, Please pardon the email intrusion. We are not on the Internet to burden you with unsolicited advertising, and if we offended you in any way we do sincerely apologize. To removed from our list please email us back with "Remove" in the subject heading. Do you have the desire to make $2000 to $5000 PLUS PER WEEK, beginning almost immediately? How does $10,000 TO $25,000 PLUS PER MONTH, and a realistic STRONG SIX FIGURES this year sound? And, how about generating all of this by just sharing information? If you can bring desire and an honest effort to the table, we can show you how to NEVER WORRY ABOUT MONEY AGAIN! Opportunity is truly knocking! To find out more, call Toll Free. 1-800-636-6773 ext. 3886 God bless To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 22: 4:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3DEC614CB9; Sun, 30 May 1999 22:04:32 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA27029; Sun, 30 May 1999 22:04:32 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Sun, 30 May 1999 22:04:32 -0700 (PDT) From: Message-Id: <199905310504.WAA27029@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/11823: [PATCH] /sbin/route cleanup Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] /sbin/route cleanup Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Sun May 30 22:04:00 PDT 1999 Responsible-Changed-Why: My PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 22: 5:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1904014C49; Sun, 30 May 1999 22:05:57 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA27367; Sun, 30 May 1999 22:05:57 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Sun, 30 May 1999 22:05:57 -0700 (PDT) From: Message-Id: <199905310505.WAA27367@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: conf/11511: [PATCH] up-to-date newsyslog.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] up-to-date newsyslog.conf Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Sun May 30 22:05:29 PDT 1999 Responsible-Changed-Why: My PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 22:17:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 7CB4014C49; Sun, 30 May 1999 22:17:51 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id PAA01594; Mon, 31 May 1999 15:17:45 +1000 Date: Mon, 31 May 1999 15:17:45 +1000 From: Bruce Evans Message-Id: <199905310517.PAA01594@godzilla.zeta.org.au> To: aron@cs.rice.edu, freebsd-bugs@freebsd.org Subject: Re: kern/11915: access system call says file is readable when its not Cc: dawes@freebsd.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > As for how I ran into this. Well, it seems XOpenDisplay() library call > in X11 uses access() to determine whether it can read a user's > .Xauthority file. If so, then XOpenDisplay() is a potential security hole and should never be used :-). See access.2. > My home directory is NFS mounted on my > desktop machine and the NFS server maps the "root" of my machine into > "nobody". So setuid programs (like xterm and Eterm) have a potential > problem - they run with the effective userid of > root and when they try to open my .Xauthority file, the NFS server > refuses access. For this reason, Eterm temporarily swaps the real userid > and effective userid (thus real userid becomes root and effective userid > becomes my user id) before issuing XOpenDisplay(). However, because of > thie problem with access() even this fails. I use the same (NFS) configuration. xterm seems to handle it correctly. Eterm's difficulties show how hard it is to use access(). The usual trick of swapping the ids is perfectly wrong if access() gets called. However, the euid must be changed to the ruid for fopen(). > For these reasons, I'll argue that access() should behave similarly to > the fopen() calls. This is not an option. POSIX.1 and about 25 years of tradition specify that access() shall behave unsimilarly to fopen(). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 22:33:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53F7A14E8A; Sun, 30 May 1999 22:33:46 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA30161; Sun, 30 May 1999 22:33:45 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Sun, 30 May 1999 22:33:45 -0700 (PDT) From: Message-Id: <199905310533.WAA30161@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, markm@FreeBSD.org Subject: Re: bin/11651: inetd's childs staying around after a scan Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: inetd's childs staying around after a scan Responsible-Changed-From-To: freebsd-bugs->markm Responsible-Changed-By: sheldonh Responsible-Changed-When: Sun May 30 22:33:05 PDT 1999 Responsible-Changed-Why: He says he'll take a look at it. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun May 30 22:44: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from rf900.physics.usyd.edu.au (rf900.physics.usyd.edu.au [129.78.129.109]) by hub.freebsd.org (Postfix) with ESMTP id 3202214ED0 for ; Sun, 30 May 1999 22:44:00 -0700 (PDT) (envelope-from dawes@rf900.physics.usyd.edu.au) Received: (from dawes@localhost) by rf900.physics.usyd.edu.au (8.9.1a/8.9.1) id PAA25312; Mon, 31 May 1999 15:43:46 +1000 (EST) Message-ID: <19990531154346.K24275@rf900.physics.usyd.edu.au> Date: Mon, 31 May 1999 15:43:46 +1000 From: David Dawes To: Bruce Evans , aron@cs.rice.edu, freebsd-bugs@freebsd.org Subject: Re: kern/11915: access system call says file is readable when its not References: <199905310517.PAA01594@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199905310517.PAA01594@godzilla.zeta.org.au>; from Bruce Evans on Mon, May 31, 1999 at 03:17:45PM +1000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 31, 1999 at 03:17:45PM +1000, Bruce Evans wrote: >> As for how I ran into this. Well, it seems XOpenDisplay() library call >> in X11 uses access() to determine whether it can read a user's >> .Xauthority file. > >If so, then XOpenDisplay() is a potential security hole and should never >be used :-). See access.2. As far as I can see (and I can only guess at the original intention), it uses access(2) to decide whether it can bail out based on the real uid. It doesn't buy any security for a setuid application, but I think that's really the responsibility of the application. Xterm handles this, for example. >> My home directory is NFS mounted on my >> desktop machine and the NFS server maps the "root" of my machine into >> "nobody". So setuid programs (like xterm and Eterm) have a potential >> problem - they run with the effective userid of >> root and when they try to open my .Xauthority file, the NFS server >> refuses access. For this reason, Eterm temporarily swaps the real userid >> and effective userid (thus real userid becomes root and effective userid >> becomes my user id) before issuing XOpenDisplay(). However, because of >> thie problem with access() even this fails. It could perhaps be argued that the access(2) call be removed, but xterm demonstrates that it doesn't have to be a problem (when saved uids are supported). Here's what xterm does: #ifdef HAS_SAVED_IDS_AND_SETEUID uid_t euid = geteuid(); gid_t egid = getegid(); uid_t ruid = getuid(); gid_t rgid = getgid(); if (setegid(rgid) == -1) (void) fprintf(stderr, "setegid(%d): %s\n", (int) rgid, strerror(errno)); if (seteuid(ruid) == -1) (void) fprintf(stderr, "seteuid(%d): %s\n", (int) ruid, strerror(errno)); #endif ... XtAppInitialize( ... ); ... #ifdef HAS_SAVED_IDS_AND_SETEUID if (seteuid(euid) == -1) (void) fprintf(stderr, "seteuid(%d): %s\n", (int) euid, strerror(errno)); if (setegid(egid) == -1) (void) fprintf(stderr, "setegid(%d): %s\n", (int) egid, strerror(errno)); #endif BTW, the code for accessing the .Xauthority file is in libXau: XauGetAuthByAddr() and XauGetBestAuthByAddr(). >I use the same (NFS) configuration. xterm seems to handle it correctly. Yep. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 31 5:14:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by hub.freebsd.org (Postfix) with ESMTP id E4CF2153E7 for ; Mon, 31 May 1999 05:14:07 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from localhost.nowhere (ppp18413.on.bellglobal.com [206.172.130.93]) by smtp13.bellglobal.com (8.8.5/8.8.5) with ESMTP id IAA15590; Mon, 31 May 1999 08:14:54 -0400 (EDT) Received: (from tim@localhost) by localhost.nowhere (8.9.3/8.9.1) id IAA11224; Mon, 31 May 1999 08:11:29 -0400 (EDT) (envelope-from tim) Date: Mon, 31 May 1999 08:11:29 -0400 From: Tim Vanderhoek To: David Dawes Cc: Bruce Evans , aron@cs.rice.edu, freebsd-bugs@freebsd.org Subject: Re: kern/11915: access system call says file is readable when its not Message-ID: <19990531081129.C10973@mad> References: <199905310517.PAA01594@godzilla.zeta.org.au> <19990531154346.K24275@rf900.physics.usyd.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <19990531154346.K24275@rf900.physics.usyd.edu.au>; from David Dawes on Mon, May 31, 1999 at 03:43:46PM +1000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, May 31, 1999 at 03:43:46PM +1000, David Dawes wrote: > > It could perhaps be argued that the access(2) call be removed, but xterm > demonstrates that it doesn't have to be a problem (when saved uids are Or it can be used for cosmetic purposes. Eg. if (access()) print ("hey dude, I'm probably going to overwrite your file now"); overwrite(file); No needs for access(2) to be removed... Not so long as puts() is in the c lib, anyways. :-) -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 31 7:50:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E42714D80 for ; Mon, 31 May 1999 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 HAA48113; Mon, 31 May 1999 07:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 56E1914E6A for ; Mon, 31 May 1999 07:43:11 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from gosset.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 31 May 99 15:43:11 +0100 (BST) Message-Id: <199905311543.aa28242@gosset.maths.tcd.ie> Date: Mon, 31 May 1999 15:43:10 +0100 (BST) From: dwmalone@maths.tcd.ie Reply-To: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11960: inetd built in wrapping doesn't log like tcpd does. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11960 >Category: bin >Synopsis: inetd built in wrapping doesn't log like tcpd does. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 31 07:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David Malone >Release: FreeBSD 3.2-STABLE i386 >Organization: School of Mathematics, Trinity College, Dublin, Ireland. >Environment: 3.2-STABLE >Description: The TCP wrapping which is now built into inetd logs denied connections, but only logs accepted connections if you give the -l flag. This doesn't match the real tcpd's behavior, which logs allowed connections at a much lower syslog level. Tieing the behavior to the -l flag is incorrect, because it makes it impossible to selectivly log successful connections by using hosts.allow to adjust the syslog level. (The -l flag tries to log all connections). >How-To-Repeat: Try doing something like this in /etc/hosts.allow, which would log smtpd connections to localhost at a seperate level, so syslogd can put them all in one file. smtpd: 127.0.0.1 : rfc931 1 : severity local1.info : allow >Fix: Apply the following to inetd.c - seems to apply to 3.2 and current. 648,652c648,650 < if (log) { < syslog(allow_severity, < "connection from %.500s, service %s (%s)", < eval_client(&req), service, sep->se_proto); < } --- > syslog(allow_severity, > "connection from %.500s, service %s (%s)", > eval_client(&req), service, sep->se_proto); >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 May 31 10:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1269215490 for ; Mon, 31 May 1999 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA63234; Mon, 31 May 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 34AF914F62; Mon, 31 May 1999 10:28:39 -0700 (PDT) Message-Id: <19990531172839.34AF914F62@hub.freebsd.org> Date: Mon, 31 May 1999 10:28:39 -0700 (PDT) From: delaroca@ucla.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11961: 3c509b (xl0) ethernet driver unable to map port at kernel load time Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11961 >Category: kern >Synopsis: 3c509b (xl0) ethernet driver unable to map port at kernel load time >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 31 10:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Denis DeLaRoca >Release: 3.2 >Organization: >Environment: % uname -a FreeBSD acacia.cts.ucla.edu 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Sun May 30 17:33:36 PDT 1999 root@acacia.cts.ucla.edu:/usr/src/sys/compile/ROSEBUD i386 % >Description: Below the relevant dmesg output at kernel load time. The 3.1 kernel doesn't exhibit this problem on the identical hardware configuration. ---------------------------------------------------------------------- Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x01 on pci0.7.0 ide_pci0: rev 0x01 on pci0.7.1 chip3: rev 0x01 on pci0.7.3 xl0: <3Com 3c905B-TX Fast Etherlink XL> rev 0x24 int a irq 9 on pci0.14.0 xl0: couldn't map port xl0: WARNING: this shouldn't happen! Possible PCI support code bug!xl0: attempti ng to map iobase manuallyxl0: Ethernet address: 00:10:4b:9a:49:a5 xl0: autoneg complete, link status good (half-duplex, 10Mbps) Probing for devices on PCI bus 1: vga0: rev 0x04 int a irq 9 on pci1.0.0 >How-To-Repeat: I've no idea if the problem is peculiar to my Micron Millenia PII (300Mhz) machine or whether other systems with 3c509b cards do exhibit this problem as well. >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 May 31 11: 0:51 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF99715039 for ; Mon, 31 May 1999 11:00:09 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA65997 for freebsd-bugs@freebsd.org; Mon, 31 May 1999 11:00:03 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 31 May 1999 11:00:03 -0700 (PDT) Message-Id: <199905311800.LAA65997@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge o [1997/11/24] bin/5139 portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT o [1998/05/13] bin/6627 TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 [PATCH] Fix for Cyrix I8254 bug o [1998/05/19] kern/6689 kern_physio.c splits requests breaking cd o [1998/06/14] i386/6944 icu_ipl.s does has a case commented as ca o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/17] kern/7649 fenner [MFC] /sys/netinet/if_ether.c: "permanent o [1998/09/03] kern/7822 Machine Reboots without reason o [1998/09/06] kern/7843 Unable to install FreeBSD on Tekram DC-39 o [1998/09/08] i386/7859 fatal trap 12 in midi_synth_input o [1998/09/14] kern/7927 Fatal trap 12: page fault while in kernel o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 peter gcc -pipe xxx.s hangs o [1998/10/06] i386/8179 Install failure with motherbord using SIS o [1998/10/08] i386/8214 Install 3.0-19981006-BETA fails o [1998/10/16] kern/8345 mmap(2) hangs when dealing with certain f o [1998/10/27] kern/8473 Excessive virtual memory consumption with o [1998/11/01] kern/8532 3.0-RELEASE panics with standard SMP kern o [1998/11/04] conf/8576 server goes down when client mount its fi a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/21] i386/8787 install process hangs while adding defaul o [1998/11/24] ports/8829 torstenb Fix port: security/ssh o [1998/11/24] kern/8851 mounting an unconfigured device causes a o [1998/11/25] kern/8861 under heavy (multi interface) traffic ep0 o [1998/12/01] i386/8922 can't detect wdc1 on Abit LX6 motherboard o [1998/12/05] kern/8973 trap 12: page fault while in kernel mode o [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1998/12/14] kern/9081 3.0-RELEASE dies starting AP on dual PPro a [1998/12/22] kern/9178 -current ipfw.ko with ELF kernel doesn't o [1998/12/30] kern/9249 Panic on 2.2.8-STABLE when accessing wcd o [1999/01/02] kern/9282 2nd IDE controller on Ali chipset motherb o [1999/01/03] kern/9294 IDE controller not being detected even wi o [1999/01/05] kern/9334 cp fails for 2048 Bytes/sector media o [1999/01/13] kern/9479 timeout while detect SCSI disks in recent o [1999/01/26] i386/9709 Kernel page faults during boot with 2GB R o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/02] misc/9885 BIND 8.1.2 core dumping o [1999/02/04] kern/9909 Writing incomplete blocks to /dev/nrst0 h o [1999/02/11] bin/10035 3.0-STABLE, rc.shutdown is still ignored. o [1999/02/14] docs/10088 doc Documentation search results o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm o [1999/02/21] i386/10188 Cannot get system to boot after Installti o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/03/01] kern/10332 System freezes during certain SCSI activi o [1999/03/01] bin/10344 Core dump in gethostbyaddr for 199.93.70. o [1999/03/02] kern/10357 spontaneous crashes o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro o [1999/03/05] i386/10400 missing some library files... o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/12] misc/10566 obrien patch dhcpc problem on /etc/pccard_ether o [1999/03/17] kern/10636 ipfw problems o [1999/03/19] i386/10683 I have a buslogic BT-948 FW controller. W o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/23] kern/10752 Kernel panic (?) trap 12: page fault whil o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/29] kern/10866 ahc2740 panic o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/03/31] kern/10886 kernel tries to initialize xl driver in 3 o [1999/03/31] i386/10895 kernel panic on boot o [1999/04/05] i386/10958 failed to "make world" after "cd /usr/sr o [1999/04/05] kern/10959 3.1-STABLE crashes due to a floppy mount o [1999/04/05] ports/10965obrien lcc-3.6 unable to compile anything o [1999/04/05] misc/10972 NTPv$ 92e fails to buuild on stable-3.1 p o [1999/04/08] kern/11023 Synchronous PPP not functional in leased o [1999/04/08] gnu/11038 tar needs bzip2 from ports o [1999/04/09] kern/11047 I cannot read from the kern.flp floppy I o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/14] kern/11132 panic: ufs_dirbad: bad dir o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 kernel mode page fault o [1999/04/19] misc/11216 Power fail versus Fsck changed my life. o [1999/04/19] kern/11226 Invalid files on disk after fsync o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/21] ports/11263chuckr lister.lo listed twice in a2ps-4.12's lib o [1999/04/21] i386/11268 DEC FDDI PCI Adapter doesn't work... o [1999/04/22] i386/11278 FreeBSD Version 3.1 reboots repeatedly (c o [1999/04/23] i386/11298 Enabling IDE DMA on Opti Viper-M crashes o [1999/04/26] kern/11330 page fault in generic_bzero o [1999/04/26] bin/11335 find hangs in `nfsrcv' on local filesyste o [1999/04/26] conf/11343 worm; problems with installation and boot o [1999/04/26] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/04/27] ports/11359ports rvplayer 5.0 (Linux) cases ncr PCI SCSI d o [1999/04/28] bin/11374 MAN program problems o [1999/04/29] kern/11380 PAO3 won't recognize a USR/Megahertz PCMC o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/03] kern/11470 V3 NFS problem o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/06] kern/11533 NFS v3 locks up on large file transfers o [1999/05/10] kern/11629 File descriptor table sharing is broken o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/13] i386/11681 gibbs Adaptec 2940 UW SCSI Controller BIOS 1.34 o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB o [1999/05/16] kern/11737 MFS panics on mount in checkalias() o [1999/05/17] bin/11744 perllib fails to build o [1999/05/18] i386/11772 kern.flp gives "Disk error 0x4 No /boot/l o [1999/05/22] bin/11857 portmap can't resolv classless ip address o [1999/05/23] bin/11860 inetd is broken if kill -HUP `/var/run/in o [1999/05/24] kern/11869 Network hangging due to xl0: tx underrun o [1999/05/26] kern/11891 typo in ioconf.c o [1999/05/26] kern/11901 I commented out all the NIC cards i don't o [1999/05/29] i386/11926 Boot manager only beeps at selecting boot 129 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte f [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo f [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in o [1996/10/15] kern/1812 dg vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor f [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/05] kern/2667 wollman bpfattach can hang the system a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2773 peter bad dir panic o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/09] kern/3244 ipfw flush closes connections o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] gnu/3441 obrien C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe f [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/07] kern/4487 Kernel panic executing a directory o [1997/09/08] bin/4497 Reverse DNS fails for some CIDR *.IN-ADDR o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/24] kern/4843 48 meg double fault moved to 64 meg in 2. o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/04] bin/4939 uuxqt unable to execute rnews program o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/15] conf/5062 login.access not evaluated correctly o [1997/11/18] bin/5084 wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/20] bin/5105 mount_cd9660 or mount -t cd9660 fails to o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk s [1997/12/02] bin/5189 rcmd(3) only allows one hardcoded connect o [1997/12/03] misc/5207 Examples for /etc are not in /usr/share/e o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/05] bin/5661 /sbin/dump never finishes o [1998/02/09] bin/5693 hoek groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] bin/5733 cp -r cannot copy un-writable directories o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 f [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/12] kern/5991 panic: free vnode isn't o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/14] bin/6004 cron in -CURRENT sometimes fails to proce o [1998/03/14] bin/6005 -CURRENT cron dies after short periods of o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/20] bin/6074 imp Incremental dumps are backing up unchange o [1998/03/22] i386/6099 des LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/07] kern/6242 vnode disk driver too unstable in -STABLE o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/16] bin/6317 with -8E flags telnet still goes to comma o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac a [1998/05/01] kern/6481 se Patches for VIA Socket 7 chipsets o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] kern/6574 ipfw crash with DIAGANOSTICS o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 jkh "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/16] kern/7299 USER_LDT hangs Linux-emulated Netscape o [1998/07/18] i386/7311 "Probing devices" hangs computer with err o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/13] bin/7602 df stay in disk wait o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 o [1998/08/20] i386/7698 scotty/tkined library error s [1998/08/22] kern/7713 fenner [MFC] problem with reusing ports with mul o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/08/30] kern/7781 Problem with setpassent(), getpwnam() and o [1998/08/31] kern/7793 kernel wedges when netscape exits o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 fenner libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] i386/7898 erich linux_lib-2.4 lacks libc.so.6 o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/13] kern/7925 sendmail, inetd SIGSEGV after forking aft o [1998/09/15] ports/7931 torstenb Ssh allows root login with no password f [1998/09/15] bin/7943 des ftpd: ~ is ~root! o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/19] conf/7989 if we enable firewall and natd we losing o [1998/09/22] conf/8031 [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded f [1998/09/29] ports/8088 torstenb short writes using ssh-1.2.* o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/11] ports/8276 hosokawa samba's WINS database gets removed during o [1998/10/12] bin/8281 writev() in libc_r causes loop o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/16] conf/8350 Problems with /etc/rc.firewall o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/24] bin/8440 3.0-RELEASE has wrong permissions on game o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/30] kern/8500 FreeBSD 3.0 thread scheduler is broken o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/04] bin/8573 nvi 1.79 SIGSEGVs on any address in .exrc o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/06] kern/8585 bktr driver does not correctly identify I o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 peter exmh2 has problems with some date formats s [1998/11/09] misc/8623 wollman [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads o [1998/11/18] bin/8739 atoi and modunload o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/21] bin/8790 [PATCH] Buffer overrun in nvi-1.79 (explo o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console o [1998/11/27] i386/8870 Installworld falls over in /usr/src/sys/i o [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/12/01] kern/8919 using Acceleport 8r o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/03] kern/8952 close() blocks forever after fork() in th o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/07] ports/9002 torstenb mirror reuses obsolete temporary db file o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/13] bin/9066 init ignore rc.shutdown o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] bin/9162 [Patch] pthreads GC breaks signal handlin o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/22] kern/9171 maxusers 1024 results in unbootable kerne f [1998/12/22] ports/9177 erich linux_lib buggy and outdated o [1998/12/24] ports/9191 obrien tcplist port dosnt work o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/29] i386/9237 pthread_exit doesn't exit o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/03] bin/9292 Cron's logs are in /var/cron, not /var/lo o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9362 "lpc start queue" doesn't work in 3.0-R & o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/09] kern/9413 profiling does not work with elf kernels o [1999/01/10] i386/9431 wd.c Does nto recognize certain LBA disks o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/12] bin/9464 Fix for fetch ignoring FTP_PASSIVE_MODE e o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 hoek many typos in groff_mm(7) o [1999/01/24] ports/9665 ache cannot start apache server o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/25] ports/9688 cwt The current tcl80 port has problems, does o [1999/01/26] bin/9695 a typo in /usr/obj/aout/usr/src/tmp/usr/i o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/01/31] bin/9849 mknod is missing from libc_r o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W o [1999/02/04] misc/9903 thread enabled program can't use popen/sy o [1999/02/04] kern/9910 Heavy traffic renders FreeBSD acting as f s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/06] gnu/9938 NetBSD *1.4* was not defined in mdoc macr o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/10] kern/10013 msdos floppy disk mounts o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] kern/10029 many vm_fault: pager read errors o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/11] bin/10039 Binaries from a "fixit" CD can't find ld- o [1999/02/12] docs/10059 dillon MALLOC(9) manpage not updated to reflect o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En a [1999/02/14] ports/10094jfitz autogeneration of msql user failed o [1999/02/15] kern/10107 interlock situation with exec_map and a p a [1999/02/17] docs/10135 doc Change to Documention Regarding Upgrades o [1999/02/18] kern/10145 ELF interpreter loading in chrooted situa o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/22] kern/10209 natd stopped to worked since i upgraded f o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/25] kern/10266 gibbs SCSI scanner times out when scanning o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/01] bin/10341 memory leak in setenv(3) o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/02] bin/10366 /usr/libexec/ld-elf.so.1: Invalid File Fo o [1999/03/03] ports/10373nate Increasing kernel file descriptors causes o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/04] kern/10387 2.2.7 hangs when trying to write on defec o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/06] misc/10418 libpam is built before libradius/libtacpl o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/09] bin/10511 incorrect return value in kvm_read(3) and o [1999/03/10] i386/10533 A bug in the meteor driver causes kernel o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/13] ports/10579phk Error with Network discovery in tkined (p o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10615 make installworld DESTDIR=/some/dir o [1999/03/16] kern/10616 MSP3400C audio chip from Hauppauge WinTV- o [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/19] kern/10676 3.1-RELEASE deadlocks under load with pro o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/22] gnu/10740 Fatal GCC error o [1999/03/23] kern/10747 ipfirewall `deny' rules act as `reject' f o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/24] kern/10780 executing gzipped shell scripts panics th o [1999/03/25] bin/10784 `make aout-to-elf-build' died in /usr/src o [1999/03/25] bin/10785 make aout-to-elf-install died in info tar o [1999/03/25] kern/10789 Second config of kernel doesn't overwrite o [1999/03/26] bin/10805 h2ph incorrectly deals with #error and #w o [1999/03/26] bin/10807 host(1) is broken - multiple options in o o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 wd.c STILL cannot recognize correct disk o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] misc/10879 Cannot build aout binaries under 3.1-RELE o [1999/03/30] bin/10880 Profiler libraries missing o [1999/04/01] bin/10912 Fix to prevent infinite loops on missing o [1999/04/03] i386/10928 su reboots the system after one day uptim o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/04] ports/10943ports "ports/print/teTeX-beta# make install" fa o [1999/04/04] ports/10946se kdm 1.1 does not work correctly - XBINDIR o [1999/04/04] conf/10947 Entering daylight time at 2am loses /etc/ o [1999/04/05] bin/10963 brian date -v dosen't quite work o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10985 make .NOTPARALLEL special target is broke o [1999/04/06] bin/10991 lpd hangs system if printer not ready on f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/07] bin/11008 3.1 fbsdboot.exe is broken. install.bat i o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/10] ports/11059ache ports/security/pgp does not extract o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] kern/11115 Sockets die in LAST_ACK and FIN_WAIT_1 st s [1999/04/13] ports/11116billf gtk interversion compatibility never work o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/14] bin/11137 /bin/ps output loses the values for all p o [1999/04/16] kern/11164 The ie network driver panics during the i o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/18] kern/11199 3.1-RELEASE kernel page fault (trap 12) u o [1999/04/18] i386/11200 AMD PCnet lnc0/lnc1 problem o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/19] bin/11221 comm doesn't obey current locale collatio s [1999/04/20] ports/11239obrien mutt 0.95.4 fails to detect sendmail loca o [1999/04/20] bin/11247 fetch doesn't notice FTP error after RETR o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/22] bin/11283 fetch http-timeout/timestamp bug o [1999/04/23] i386/11291 anic: ffs_alloccg: map corrupted o [1999/04/23] bin/11296 fetch(1) fails to resolve names in http m o [1999/04/23] kern/11299 Recent kernels have broken symbol tables, o [1999/04/24] bin/11303 whereis(1) doesn't properly handle names o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] kern/11367 Kernel crashing after mounting read only o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/01] kern/11435 IPFW had no per-uid or per-gid rule suppo o [1999/05/02] kern/11438 clueless how to discover my NE2000 clone o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/03] bin/11464 union copies likely broken for alpha egcs o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/03] misc/11472 unprivilaged user takes all file descript o [1999/05/04] kern/11490 VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] ports/11515ports new port: net/brouted o [1999/05/05] ports/11521ports Broken openssl port & Apache 1.3.6 o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 [PATCH] Networking patches to increase # o [1999/05/06] ports/11535ports Problems with cyrillic support. o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/08] i386/11575 sio.c silo overflows during X usage o [1999/05/10] ports/11636jfitz p5-Mail-Folder missing dependencies o [1999/05/11] bin/11651 markm inetd's childs staying around after a sca o [1999/05/11] conf/11654 Linksys PCI 10/100 Ethernet cards not wok o [1999/05/11] i386/11655 PCI hdd controller not detected. o [1999/05/11] ports/11656andreas lyx-port needs a patch until the next LyX o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [1999/05/12] kern/11675 Another quirk entry for scsi_sa.c o [1999/05/12] kern/11679 httpd and perl5 processes stuck in "nocha o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] bin/11696 Signal handling is broken in libc_r. o [1999/05/13] kern/11697 Disk failure hangs system o [1999/05/13] bin/11706 FreeBSD will not install with certain Ada o [1999/05/14] i386/11720 FreeBSD 2.2.8 can't load fixit disk o [1999/05/16] bin/11739 3.1-STABLE build failure (mkdep inetd fai o [1999/05/17] misc/11745 ports typo in ld.c o [1999/05/17] kern/11754 tx driver, SIOCGIFADDR ioctl does not wor o [1999/05/18] kern/11766 Can not traceroute through ipnat. o [1999/05/18] i386/11773 mouse works at setup time. Under X it go o [1999/05/19] misc/11778 mpz_get_str() in libgmp leads up to cored o [1999/05/19] kern/11782 boot -s still goes into multi-user mode o [1999/05/19] misc/11790 boot manager bug o [1999/05/20] misc/11797 Partial saves in vipw have mode rw-rw-rw- o [1999/05/20] misc/11800 gibbs Problem with scsi AHA2940 and sony SDT-20 o [1999/05/20] i386/11801 Remounting CD on IDE CDROM after eject fa o [1999/05/20] ports/11807jfitz Port update: net/ratoolset o [1999/05/20] kern/11808 read/write mounted write-protected floppi o [1999/05/21] kern/11815 mjacob SCSI tape driver fails on media type reco o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/21] ports/11826billf textproc/catdoc: wordview uses wrong wish o [1999/05/21] bin/11828 Patch for aout "ld.so" difficulties o [1999/05/22] docs/11852 jkh 3.X install requires 12MB of RAM, not 8 o [1999/05/23] ports/11865ports Xemacs 21 Packages port o [1999/05/23] kern/11867 Sound driver loses interrupts, no sound o [1999/05/25] bin/11884 /boot/loader doesn't provide a way to mak o [1999/05/28] bin/11910 new patch for from_local.c o [1999/05/28] kern/11911 3.1-R : writing file larger than floppy s o [1999/05/28] conf/11913 Problem about /stand/sysinstall and /etc/ o [1999/05/28] kern/11915 access system call says file is readable o [1999/05/28] kern/11919 kldload doesn't return error on loading a o [1999/05/28] kern/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther o [1999/05/29] ports/11935ports ports/audio/dap: -DBIGENDIAN is wrong on o [1999/05/29] kern/11936 linux threads are partly broken for SMP o o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/29] ports/11939ports Upgrade of wmsound to 0.9.5 o [1999/05/29] ports/11940ports Additional patch for the wsoundprefs port o [1999/05/30] kern/11948 mmaping memory device, then forking cause o [1999/05/30] conf/11950 /etc/hosts.allow confuses tcp wrapper o [1999/05/31] kern/11961 3c509b (xl0) ethernet driver unable to ma 623 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables a [1995/05/27] gnu/450 tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for o [1995/12/17] kern/900 dg ext2fs triggers divide by zero trap in vn a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/08/19] kern/1514 dg mlock fails on readonly regions o [1996/08/20] kern/1516 dg vm_fault.c contains dead code or too many o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 dwhite ppp server doc submission s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad o [1996/12/08] bin/2184 peter sendmail has lots of trouble with local d s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/26] bin/2291 [PATCH?] race condition in /etc/master.pa s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/21] bin/2556 Patch for calendar.c o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/10] bin/2703 jmg vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/23] kern/2806 new kernel tags script o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/10] bin/3251 xsysinfo stops refreshing and wastes CPU o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/05] bin/3508 FreeBSD 2.2.1 do not view SCSI disk at sw o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper o [1997/05/09] bin/3558 make reinstall collapses on install-info s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/16] conf/3886 peter install does not build sendmail host stat o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/24] bin/4163 archie ftp core dumps after hitting control-C s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty f [1997/08/03] kern/4221 brian Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user a [1997/08/09] kern/4255 SMP kernel freezes on machines with >2 CP o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) a [1997/08/13] gnu/4290 ache man wrong viewed koi8-r manpages and neqn o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti f [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] bin/5047 ipfw(8) IP address resolving problem if o o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM o [1997/11/26] misc/5153 jkh release file checksums in wrong file s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde s [1998/01/08] bin/5451 roberto [PATCH] halt/reboot does not execute /etc o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long s [1998/03/18] ports/6053 kuriyama new port request: korean/hanIM o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 peter another squid ports o [1998/03/30] ports/6181 dburr New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/04/20] bin/6359 routed does sent router discovry solicita s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue f [1998/05/16] bin/6653 The rc script sometimes produces errors w s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w o [1998/05/18] docs/6681 doc docu. addition o [1998/05/19] ports/6699 ports New port: the Generic NQS system s [1998/05/21] conf/6711 [PATCH ?] I've seen that fortune before a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/13] bin/6937 [PATCH] rc.firewall can't be run from net o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b s [1998/06/24] bin/7063 mount fails if $PWD does not exist o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/28] bin/7101 /sbin/ipfw unexpected variant treatment o s [1998/06/29] bin/7117 flex -I option is broken s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top s [1998/07/05] kern/7177 [PATCH] Support for "Video Highway Xtreme s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra o [1998/07/11] bin/7254 release: multiple versions of write_mfs_i o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad o [1998/07/21] conf/7348 Default answer 'NO' in network configurat o [1998/07/21] bin/7352 libc generates spurious warnings when use a [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. a [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7485 vanilla New port: Xterminal-0.2 s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 NIS Makefile.dist: NOPUSH replaced by REM o [1998/08/13] bin/7607 GTAGS patch for nvi has posibility of buf o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] ports/7680 billf New port of tn5250 o [1998/08/19] conf/7682 Cron logfile in the wrong place o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang a [1998/08/25] misc/7741 enhancement to tcpdump to print LCP/PAP/C o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/27] misc/7759 proflibs installation error, libcrypt_p.a o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr a [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] ports/7814 andreas postgreqsl docs are broke o [1998/09/02] i386/7816 [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] bin/7855 cpp should define __ELF__ if objformat = o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] misc/7873 poor initial configuration and documentat f [1998/09/09] ports/7875 dwhite NEW PORT: lcdproc o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/12] bin/7907 ipfw command line parsing o [1998/09/13] docs/7914 doc no elf(5) manpage o [1998/09/14] conf/7928 Patch to allow execution of an IPFW shell o [1998/09/15] ports/7932 torstenb man zshall doesn't work o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8011 libc_r does not have pread() or pwrite() o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] bin/8164 [patch] repquota incorrectly reports quot o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/08] ports/8217 ache www/netscape4-*: avoid `ns-install' o [1998/10/12] bin/8295 order of options in printcap causes some f [1998/10/13] bin/8301 des "ls -B" and "ls -b" misprint o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] bin/8348 [PATCH] zforce(1) is broken: fix o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 f [1998/10/17] bin/8367 /stand/sysintall is screwing up my /etc/r o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/23] kern/8428 Is FreeBSD 3.0-RELEASE support 640MByte M o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] kern/8444 pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/26] kern/8456 SMP kernel fails with Everex PO-6200 Dual o [1998/10/27] bin/8466 bind man pages not installed by 3.0 make a [1998/10/27] docs/8472 billf da(4) references nonexistent da(9) o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/10/31] ports/8521 itojun Some manpages are not usable with tiff-3. o [1998/11/01] conf/8531 sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/03] kern/8550 strip kernel before moving it during make o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> s [1998/11/03] kern/8560 des [REMINDER] bpfilter is deprecated and sho o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] ports/8620 asami New option to colorls - -K, color only to o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/11] misc/8654 SYSV options allow WINE to run, but Netsc s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/15] kern/8703 NFS Freezes when copying files from 3.0 t o [1998/11/18] kern/8747 [PATCH] fixes for systags.sh o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/28] bin/8880 billf cp missing verbose switch o [1998/11/28] bin/8881 billf mv missing verbose switch o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/30] bin/8905 suggested change of 'ipfw show' layout o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/04] kern/8960 lnc driver does not set IFF_MULTICAST o [1998/12/04] bin/8966 yp_mkdb does not accept standard automoun o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/08] kern/9026 natd o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and o [1998/12/12] bin/9064 [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/19] bin/9135 tar doesn't back up device files o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/20] ports/9150 nate Ports depending on jdk need to know where o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] conf/9246 allscreens_flags in /etc/rc.conf not work o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/02] bin/9281 awk asumes memory that is returned from m o [1999/01/03] i386/9283 ioctl(SNDCTL_DSP_SETFMT) on /dev/audio (p o [1999/01/03] bin/9285 pw strips comments from group file o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] ports/9289 kris New Port - ASPostit (Dockable version of o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] bin/9349 make doesn't diagnose non-numeric argumen o [1999/01/06] docs/9352 hoek wrong macro names in groff_[ms|mm|mmse].7 o [1999/01/07] bin/9374 Improved functionality for find(1) o [1999/01/07] docs/9375 ports Information on how to build PLIST automat o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] bin/9471 [PATCH] msgs: /var/msgs/bounds: No such f o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/14] bin/9501 Several cvs contrib files are not Y2K com o [1999/01/14] bin/9502 `me' macro documentation incorrectly defi o [1999/01/14] ports/9508 andreas Update majorcool to current version 1.3.2 o [1999/01/16] misc/9524 /usr/share/examples/libvgl/demo looks lik o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] misc/9582 configApache command doesn't work for /st o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/20] kern/9591 Linux compat getrlimit/setrlimit constant o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/21] bin/9613 [PATCH] IPFW command-line parsing error o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/23] misc/9638 Typo error in Italian locale o [1999/01/23] misc/9639 /etc/security reports missing passwords o a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9703 typo in login.conf o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] kern/9764 allow /bin/df not to list certain entries o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/29] misc/9778 Need to handle conflicting pthread.h and o [1999/01/29] misc/9782 minor problem with telnet and /etc/gettyt o [1999/01/29] ports/9786 cwt tk80 port doesn't create man page links o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] bin/9809 finger output format wrong f [1999/01/30] ports/9811 nectar New port: lang/gnomeguile o [1999/01/30] ports/9812 nectar New port: devel/libgtopbindings o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] conf/9845 Propose adding options to rc.conf and rc. o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/01] kern/9877 Patch to remove some kernel compile warni o [1999/02/01] kern/9878 Some patches to remove compiler warnings o [1999/02/02] ports/9880 kris New port - x11-toolkits/gtkglarea o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] bin/9893 NFS umount of regular file impossible o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/05] ports/9921 peter exmh2 ports update o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9953 hosokawa Samba 2.0.2 update o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/09] ports/9993 kris New Port - graphics/libunfig o [1999/02/09] ports/9998 kris New port - graphics/mtv (MpegTV player) o [1999/02/10] i386/10004 instalation of current version from FTP s o [1999/02/10] misc/10005 Update /etc/motd o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/10] docs/10017 doc Added a site and bug fix o [1999/02/10] bin/10019 Keyinfo and keyinit may use the wrong nam o [1999/02/11] kern/10022 kernel cannot detect WinChips correctly. o [1999/02/11] ports/10023kris New port - net/gtkcookie o [1999/02/11] conf/10024 etc/mtree/BSD.local.dist: lib/perl5 no lo o [1999/02/11] bin/10030 Kerberized telnet fails to encrypt when a o [1999/02/11] docs/10038 doc Added a site and bug fix (part two) o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/13] bin/10064 /bin/sh called from make dumps core o [1999/02/14] kern/10077 dd'ing a ccd stripped partition sometimes o [1999/02/14] docs/10084 doc new FreeBSD user group in Yogyakarta City o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] kern/10095 missing VGA description o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] gnu/10112 /usr/src/gnu/usr.bin/patch sorely out of o [1999/02/15] kern/10113 yokota [PATCH] syscons: switch to previous conso o [1999/02/15] conf/10115 /etc/login.conf still implies LOGIN_CAP_A o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] i386/10121 Serial port parity setting problems with o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10129torstenb mirror/patch-ac sets /usr/local/bin/perl5 o [1999/02/17] bin/10131 bug in strptime(3) o [1999/02/18] i386/10143 Rebooted without prompting o [1999/02/18] docs/10146 jkh Release Notes and LINT for 3.1 include ha o [1999/02/18] misc/10148 atime behavior differs with empty files f o [1999/02/18] kern/10149 New PCI device o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10162se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] ports/10164jmz XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] bin/10165 CVS does not know to ignore .So files o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178torstenb USE_SOCKS=YES option broken for security/ o [1999/02/21] conf/10179 /etc/make.conf has too many entries o [1999/02/21] docs/10180 doc Another mirror site not listed... o [1999/02/21] docs/10182 doc http://www.freebsd.org/cgi/query-pr.cgi?p o [1999/02/22] ports/10196torstenb Better startup scripts for ssh o [1999/02/22] ports/10215rvb net/coda_client and net/coda_server o [1999/02/23] ports/10227peter wrong sendmail path in rdist6-port o [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/02/25] conf/10244 100 character limit on any pathname in sy o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/02/28] bin/10300 dmesg exits on signal 10 o [1999/03/01] kern/10324 ip_fw allows divert rules even though not o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] docs/10331 doc pccardd(8) claims FreeBSD does not suppor o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] misc/10349 For long .Dt fields, rendering is broken- o [1999/03/01] bin/10350 mail(1) has some ugly code in it... o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames o [1999/03/02] bin/10368 'pgtok redefined' error in ps(1) o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p a [1999/03/04] ports/10385billf New port: apache13-modperl o [1999/03/04] ports/10389kuriyama Create new port mod_jserv and JSDK 2.0 o [1999/03/05] ports/10396asami SPIN is in the wrong category o [1999/03/05] ports/10404hosokawa Samba PLIST not up to date. o [1999/03/05] ports/10407hosokawa incomplete mirrors suggested for samba o [1999/03/06] ports/10415hosokawa samba-2.0.3 port make package fails and s o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10454obrien Update: emulators/spim o [1999/03/06] kern/10455 pcaudio breakage o [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] docs/10472 doc Mailing list for discussion of Xircom dri o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] docs/10488 doc Error in entry for 02/27 in calendar.hist o [1999/03/08] bin/10493 ipfw's undocumented feature s [1999/03/09] bin/10508 obrien isc-dhcp puts garbage to text options, V2 o [1999/03/09] docs/10512 doc ENOBUFS returnable from writev(2) but not o [1999/03/10] bin/10522 make world died due -Werror o [1999/03/10] bin/10524 3.1-19990309-STABLE install problem o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/10] kern/10537 extraneous verbose output from cam_xpt.c o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10546 Intel Pro/100 PC card has CIS string > CI o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] gnu/10555 jraynard [PATCH] awk dumps core o [1999/03/12] bin/10556 make(1) man page update o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] bin/10568 obrien dhcp client receives garbage (dhclient pr o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/14] bin/10590 new option to silince confirmation but no o [1999/03/14] i386/10595 [PATCH] spanish language support for vidf o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10606 Probablue odd error message if LS-120 is o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/16] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/17] ports/10639rse ports/web/wml must be upgraded and unbrok o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/17] kern/10642 exports(5) mentions KERBNFS but that's no o [1999/03/18] bin/10657 Unable to install from CDROM or DOS parti o [1999/03/18] docs/10659 doc Many syscall man pages have an IMPLEMENTA o [1999/03/18] docs/10660 doc User Group not listed o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] docs/10664 doc Notes on 2.2.8 -> 3.1 migration o [1999/03/18] misc/10667 Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] i386/10672 blank line inserted by vipw into master.p o [1999/03/19] kern/10673 Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682asami List mirror sites in MASTER_SITE_BACKUP - f [1999/03/20] ports/10699jmacd Update to logo port a [1999/03/20] misc/10700 periodic weekly (/etc/weekly) fails to re f [1999/03/20] ports/10702ports Add NCD audio support for emiclock ports f [1999/03/21] ports/10707ports [ADD] port for doxygen o [1999/03/22] kern/10728 sos WCD driver does not recognize a recovered o [1999/03/22] ports/10734pst Update of gdb port to 4.17 o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] docs/10762 doc geocrawler.com mailing list archives o [1999/03/23] i386/10766 obsolete device name wcd is still left un o [1999/03/24] i386/10779 zp slot 0 sees 3Com 589 PCMCIA card but z o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/25] i386/10796 Out of memory error during make buildworl o [1999/03/26] misc/10803 whois(1) client enchancements a [1999/03/26] misc/10804 billf whois(1) enhancement o [1999/03/26] ports/10806phk Update net/scotty to 2.1.10 o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/27] bin/10825 daily script not executed or executed twi o [1999/03/28] ports/10832jfitz mSQL 2.x not freely available anymore o [1999/03/28] docs/10840 jkh [PATCH] Add pcic double-loading bug fix t f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/29] docs/10850 doc submitting a documentation change for sed o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/29] kern/10860 bpf overwrites source ethernet addresses o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/30] ports/10874ports [PATCH] html2ps doesn't handle `file:/... o [1999/03/30] docs/10877 doc manpage for objformat incorrectly mention o [1999/03/30] bin/10878 host(1) dumps core o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/01] bin/10905 sa(8) is hard coded for 8 character user o [1999/04/01] gnu/10910 Integration of Objective C patches into g o [1999/04/01] i386/10913 Characters in console get switched to oth o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/02] bin/10921 I wished from(1) would count the number o o [1999/04/02] bin/10923 /usr/bin/cpp is an out-of-date wrapper fo o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10930 [PATCH] Auto-login support for getty o [1999/04/03] bin/10931 biff b o [1999/04/04] ports/10945jmz X11 "sessreg" program does not update /va o [1999/04/05] ports/10961ports gzipped manpages and .so macro in ports o [1999/04/05] misc/10964 rc.firewall external file specification t o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/06] bin/10992 pthread_kill() doesn't deliver signals to o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/07] i386/11006 Sysinstall silently makes FreeBSD's parti o [1999/04/08] kern/11018 detection of sc0 and atkbd fails o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] bin/11031 [PATCH] mount and umount support for mort o [1999/04/08] bin/11032 h2ph's cpp #warning/#error directive proc o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048obrien variable not initialized in fwtk-lib lead o [1999/04/09] bin/11051 ps's -U option should accept a list of us o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/10] misc/11074 /usr/share/mk double in the cvs o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] ports/11086ports Updating AStyle port o [1999/04/11] docs/11087 doc Portland FreeBSD users group o [1999/04/11] docs/11089 doc freebsd user group, sydney o [1999/04/11] docs/11090 doc User's group in Melbourne Australia o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/12] docs/11098 tom FAQ Update: Database systems for FreeBSD o [1999/04/12] docs/11102 tom [Patch] Handbook: Minor spelling correcti o [1999/04/12] kern/11109 ipfw.ko Makefile contains CFLAGS+= -DDIVE o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] bin/11121 w(1) cannot handle more than one user on o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/13] ports/11127ports New port: Giram o [1999/04/14] ports/11134billf existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] ports/11138jmz New version of Xevil 2.01, I created a po o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/15] misc/11149 Web page entry for BAFUG is incorrect o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 o [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/16] kern/11178 [PATCH] minor fix to /usr/include/sys/mbu o [1999/04/18] i386/11201 brian mktime possible bug o [1999/04/18] i386/11204 config -g -> no kernel, only kernel.debug o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/18] i386/11207 sys/i386/isa/rp.c: fixed breaking and war o [1999/04/19] kern/11213 lutimes() is the same as utimes() o [1999/04/19] kern/11222 MFS does not sync from reboot syscall a [1999/04/19] ports/11229billf /usr/local/sbin/mtr does not work on 3.1- o [1999/04/20] kern/11235 Need to submit new driver o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] conf/11243 mountd startup can lose flags o [1999/04/20] bin/11248 Shuffle o [1999/04/20] ports/11250ports PORTS: upgrade lesstif to 0.88.1 o [1999/04/21] docs/11258 doc suggestion to refine npx.4 o [1999/04/21] ports/11264chuckr a2ps-letter port installs non-listed liba o [1999/04/21] ports/11267ports [New port] textproc/fconv (the return) o [1999/04/21] ports/11270jfitz Update to the rexx-imc port o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by o [1999/04/22] misc/11289 makeflp.bat suggestion: create "kernel" d o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/24] kern/11302 HP LaserJet 4L doesn't work with ppBus o [1999/04/24] ports/11304ports New port syncal-0.5, syncing of ical and o [1999/04/25] bin/11315 [PATCH] declerations missing in libatm.h o [1999/04/25] misc/11316 [PATCH] HTTP proxy support for sysinstall o [1999/04/25] ports/11317ache Update: www/lynx-current o [1999/04/25] ports/11319ports Netscape4-navigator wasn't FORTIFY'ing o [1999/04/27] ports/11353asami Feature additions to bsd.port.mk. o [1999/04/27] ports/11354jmz Port fix: x11/XFree86 o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/28] bin/11370 more segfaults if you give it a real file o [1999/04/28] misc/11373 errata.txt for 3.1 o [1999/04/29] misc/11383 $Id$ missing in some files in etc [PATCH] o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] ports/11402jfitz Update net/mrtg o [1999/04/30] kern/11410 code typo in ad1848.c: the != operator ha o [1999/04/30] kern/11411 code typo in clones.c: "if ((mpu_config = o [1999/04/30] kern/11412 code typo in ip_fil.c: missing NULL check o [1999/04/30] kern/11413 code typo in pci.c: the != operator has h o [1999/04/30] kern/11414 code typo in pcf.c: the != operator has h o [1999/04/30] kern/11415 code typo in wst.c: the != operator has h o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/04/30] ports/11421jfitz upgrade p5-Date-Manip 5.33 -> 5.34 o [1999/05/01] ports/11430se incorrect int type causes floating point o [1999/05/02] misc/11443 Updated Slovak keyboard map, with cr's st o [1999/05/02] misc/11446 Central European keyboard map o [1999/05/02] misc/11447 Czech keyboard map o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/02] ports/11450andreas sysutils/star port doesn't honor CFLAGS, o [1999/05/02] ports/11460erich Update to the xlispstat port o [1999/05/03] ports/11468ports New port: xcin-devel o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/04] ports/11486ports New port: gedit-0.5.1 o [1999/05/04] ports/11491ports new port of shujit java compiler o [1999/05/04] ports/11504chuckr Update ports math/octave o [1999/05/05] ports/11510nik new version of www/sitecopy (0.6.0) o [1999/05/05] conf/11511 ru [PATCH] up-to-date newsyslog.conf o [1999/05/05] ports/11512ports new port: x11-toolkits/wxGTK o [1999/05/05] kern/11516 NetGear 10/100 Ethernet 21140-based Ether o [1999/05/05] kern/11517 ../../kern/kern_ntptime.c:533: warning: i o [1999/05/05] kern/11518 ../../pci/if_tx.c:1376: warning: no previ o [1999/05/05] kern/11519 dead code in ncr driver o [1999/05/05] ports/11520ports Freewais port does not respect ${PREFIX} o [1999/05/06] bin/11552 sendmail local delivery (mail.local) can' o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/06] kern/11555 Spelling mistakes in ata-dma.c o [1999/05/07] conf/11556 Configuration Hardware for TIS firewall o [1999/05/07] misc/11569 Automatically run fsck when the file syst o [1999/05/07] ports/11570obrien Update: devel/xwpe o [1999/05/08] ports/11581fenner netperf port - rfc1644 forgotten o [1999/05/08] ports/11587ports inappropriate internet time calculation o [1999/05/08] docs/11589 nik Missing #includes in aio_read(2) o [1999/05/08] i386/11597 cmouse complaints: "/kernel: psmintr: out o [1999/05/08] ports/11599ports New port: japanese/xdvik-vflib o [1999/05/09] ports/11600ports New port: phalanx-21 o [1999/05/09] ports/11601ports new port: ifmail-os-2.14.5 o [1999/05/09] ports/11602ports new port: gup-0.4 o [1999/05/09] ports/11603ports New port: dbview-1.0.3 o [1999/05/09] docs/11607 doc RLIMIT_MEMLOCK not implemented o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt o [1999/05/09] ports/11611billf Update port: net/ntop o [1999/05/09] docs/11615 doc Handbook: linux emulation documentation o o [1999/05/09] ports/11618ports new port: editors/xemacs21 o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/10] conf/11626 /var/log/kerberos is rotated o [1999/05/10] bin/11637 build of kdump fails o [1999/05/11] ports/11641ports New port: net/firewalk o [1999/05/11] docs/11643 doc handbook should state alternatives o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/11] misc/11653 obrien patch to allow DHCP configuration of inte o [1999/05/11] ports/11660kris Update: x11-clocks/astime o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] misc/11670 /usr/include/arpa/nameser.h uses a C++ ke o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/12] ports/11672ports New port: intel2gas-1.2 o [1999/05/12] i386/11674 can't do make imake build or anything sin o [1999/05/12] kern/11676 PCIless kernel will not compile with ATAP o [1999/05/12] kern/11677 SCSI device quirk entry. o [1999/05/13] ports/11682ports new port : devel/t1lib o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] docs/11688 doc clarify send-pr categories... o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/13] ports/11699ports new port: FastCGI development kit o [1999/05/13] docs/11704 doc Missing subject of 2nd sentence of third o [1999/05/14] ports/11712ports Rosegarden Port is out to date o [1999/05/14] ports/11714ports New port: cls-1.0 (safe version of clear) o [1999/05/14] ports/11717andreas Update to sysutils/star o [1999/05/14] ports/11718ports New port: sdd o [1999/05/15] ports/11722billf textproc/htdig upgrade from 3.1.1 to 3.1. o [1999/05/15] ports/11723ports new port for sslproxy o [1999/05/15] ports/11727ports Character combinations halting bind8 o [1999/05/15] ports/11728ports WAIS support for gopher o [1999/05/16] ports/11731ports new port: dopewars-1.4.2 o [1999/05/16] ports/11734ports New Port: tya JIT compiler for Java o [1999/05/16] kern/11736 On fast machines kernel reports negative o [1999/05/17] ports/11742ports Problems with japanese/dvipsk* support. o [1999/05/17] ports/11743ports inn-2.2 (nonfatal) premature stop of buil o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/17] ports/11750ports Update of x11-wm/wmx port (by maintainer) o [1999/05/18] ports/11755ports ja-vfghostscript5.5 port has wrong md5 da o [1999/05/18] ports/11756ports update port: xchat-0.9.5 to 0.9.6 o [1999/05/18] ports/11758ports [PATCH] Upgrade exim port to 3.00 o [1999/05/18] kern/11765 performance bug: network devices fxp & de o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/18] ports/11768ports Fixes some problems and smother compiling o [1999/05/18] ports/11769ports please update cons port with latest chang o [1999/05/18] ports/11770ports please update cons port with latest chang o [1999/05/18] ports/11771ports Update: print/klyx o [1999/05/18] docs/11774 kris fixups for man page for vmstat(8) o [1999/05/19] ports/11776ports Fixed port: gtk-- o [1999/05/19] ports/11781ports Option to not use X windows support where o [1999/05/19] ports/11783ports new port o [1999/05/19] ports/11786kuriyama gnupg-0.9.6 port does not install o [1999/05/19] ports/11787ports New port: gpasman-1.1.3 o [1999/05/19] misc/11788 booting problems o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/19] ports/11791ports new master site for bbdate o [1999/05/19] ports/11792ports Update: mail/bbmail o [1999/05/19] misc/11796 Bad lines in 3.2-RELEASE inetd.conf o [1999/05/20] ports/11798ports Update of port news/newsfish to 1.1 o [1999/05/20] ports/11802ports new port : gtksheet o [1999/05/20] bin/11805 [PATCH] argument missing from kzip.1 syno o [1999/05/20] ports/11811ports Update databases/gdbm o [1999/05/20] misc/11812 ftp5.freebsd.org can't find giflib-3.0 an o [1999/05/20] ports/11813ports [New port] gnuplot+ o [1999/05/21] ports/11816ports New port of mserver modem-sahring server o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] ports/11820ports bsd.port.subdir.mk does not define the `m o [1999/05/21] bin/11822 tcpd is not installed from src/contrib/tc o [1999/05/21] bin/11823 ru [PATCH] /sbin/route cleanup o [1999/05/21] ports/11825ports port update: lang/squeak2 o [1999/05/21] ports/11827ports New port: quirc o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] ports/11830ports Update net/imcq o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/22] ports/11840asami Feature fixup: bsd.port.mk o [1999/05/22] docs/11856 kris references to vadvise(2) should probably o [1999/05/22] ports/11858billf New port: libwmf o [1999/05/22] ports/11859billf Update: textproc/mswordview o [1999/05/23] ports/11861ports Update: x11-wm/icewm o [1999/05/23] ports/11862ports apache13-fp port is broken o [1999/05/23] ports/11864ports New port: wminet o [1999/05/24] ports/11877ports samba updated to 2.0.4 o [1999/05/24] ports/11878ports [Fix] japanese/emacs-manual unfetchable d o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" o [1999/05/24] ports/11880ports Update port: wmmon o [1999/05/24] kern/11881 when a dummynet pipe is encountered it st o [1999/05/25] ports/11885ports [NEW PORT] Squirm - redirector for squid o [1999/05/25] ports/11886ports Port update: graphics/tgif-nls to 4.1.14 o [1999/05/25] misc/11890 make world creates /lkm directory o [1999/05/26] ports/11892ports new port: graphics/gphoto o [1999/05/26] ports/11893ports new port: www/thttpd o [1999/05/26] bin/11896 cap_mkdb dumps core when non-files passe o [1999/05/26] i386/11898 Connot wirte to floppy on HP OB800CT with o [1999/05/26] kern/11899 many linux programs fail after 2.2.8-R -> o [1999/05/26] bin/11900 Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/26] ports/11903ports File descriptor leak in ports/www/tidy/ti o [1999/05/27] conf/11905 sysinstall desktop changing inconvenience o [1999/05/27] ports/11907ports new port textproc/perl2html o [1999/05/28] bin/11914 makewhatis during installworld uses /usr/ o [1999/05/28] ports/11917ports New port for digital circuit design o [1999/05/28] i386/11920 FBSD 3.2 upgrade claims not to upgrade /u o [1999/05/28] i386/11921 /usr/X11R6/lib/aout libraries screwed up o [1999/05/29] conf/11925 rc.conf cosmetic naming inconsistencies o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/29] ports/11930ports New port: blockade o [1999/05/29] ports/11932ports New port: Visual toolkit (VTK) o [1999/05/29] conf/11933 crontab bug in 3.2-R ??? o [1999/05/29] ports/11934ports Port of GNU Nana 2.4 o [1999/05/29] ports/11938ports Port upgrade for emulators/vice o [1999/05/29] kern/11941 FreeBSD box reboots itself when changing o [1999/05/29] docs/11942 kris Spelling mistake in ipfw(8) manual page f o [1999/05/30] bin/11943 pppd connection time report is wrong o [1999/05/30] docs/11944 doc [Patch] www/en/docproj/current.sgml has c o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/30] bin/11947 kldload doesn't produce a linked file for o [1999/05/30] ports/11951ports Install from the print/apsfilter port fai o [1999/05/30] ports/11952ports poppassd security enhancements o [1999/05/30] ports/11953ports New port - Graphic Counter Language o [1999/05/31] ports/11954ports Update: japanese/bookview o [1999/05/31] docs/11955 doc loader.8: spelling fixes o [1999/05/31] ports/11956ports fix: netpbm can't handle comments int rgb o [1999/05/31] ports/11957ports fix: netpbm/xbmtopbm can't handle some xb o [1999/05/31] ports/11958ports fix: netpbm doesn't install pstopnm.1 o [1999/05/31] ports/11959ports Compilation error from ddd-3.1.5 port o [1999/05/31] bin/11960 inetd built in wrapping doesn't log like 1038 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 31 12:15: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from cs.rice.edu (cs.rice.edu [128.42.1.30]) by hub.freebsd.org (Postfix) with ESMTP id 35FAF14EA9; Mon, 31 May 1999 12:15:00 -0700 (PDT) (envelope-from aron@cs.rice.edu) Received: (from aron@localhost) by cs.rice.edu (8.9.0/8.9.0) id OAA00734; Mon, 31 May 1999 14:14:53 -0500 (CDT) From: Mohit Aron Message-Id: <199905311914.OAA00734@cs.rice.edu> Subject: Re: kern/11915: access system call says file is readable when its not To: bde@zeta.org.au (Bruce Evans) Date: Mon, 31 May 1999 14:14:53 -0500 (CDT) Cc: freebsd-bugs@freebsd.org, dawes@freebsd.org In-Reply-To: <199905310517.PAA01594@godzilla.zeta.org.au> from "Bruce Evans" at May 31, 99 03:17:45 pm X-Mailer: ELM [version 2.4 PL25] 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 > > I use the same (NFS) configuration. xterm seems to handle it correctly. > Yep. I suppose someone needs to tell the Eterm folks how to use uids correctly on BSD. They have a special "hack" for Linux (needs to be specially enabled) that makes reading .Xauthority over NFS work. I turned it on for BSD - it didn't work. > Eterm's difficulties show how hard it is to use access(). The usual > trick of swapping the ids is perfectly wrong if access() gets called. > However, the euid must be changed to the ruid for fopen(). > > > For these reasons, I'll argue that access() should behave similarly to > > the fopen() calls. > > This is not an option. POSIX.1 and about 25 years of tradition specify > that access() shall behave unsimilarly to fopen(). > I don't still see why access() needs to differ from fopen(). If setuid programs need to determine whether the real user had access to a particular file, they can simply use setreuid() to make the effective userid to be the real userid and then issue an fopen() or an access() (assuming it conforms to fopen()). Giving different semantics to access() simply creates confusion. It might be tradition but I think there are always times when tradition needs to be changed for the better good. But I guess programs that assume the old semantics of access() would start failing then. Ugh! - Mohit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 31 14:10: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69C4114C49 for ; Mon, 31 May 1999 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 OAA95257; Mon, 31 May 1999 14:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id EDEC214A2E; Mon, 31 May 1999 14:00:53 -0700 (PDT) Message-Id: <19990531210053.EDEC214A2E@hub.freebsd.org> Date: Mon, 31 May 1999 14:00:53 -0700 (PDT) From: aron@cs.rice.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11965: kldload doesn't produce linker file upon loading a module Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11965 >Category: kern >Synopsis: kldload doesn't produce linker file upon loading a module >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 31 14:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mohit Aron >Release: FreeBSD-3.2-RELEASE >Organization: Rice University >Environment: FreeBSD luzern.cs.rice.edu 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Fri May 28 15:22:48 CDT 1999 aron@luzern.cs.rice.edu:/usr/src/sys/compile/LUZERN i386 >Description: The modload command in the earlier lkm interface used to produce a linker file as a result of the '-o' option. This file used to give he actual addresses of variables in the module after loading it. This information was very useful as then the values of variables in the module can be read by reading /dev/kmem. Unfortunately, kldload doesn't produce any such file. Can a similar option be added to kldload so that it too starts producing this linker file. Addresses of variables in the module can be obtained by adding the address where the module is loaded (reported by kldstat) to the address of the variable in the module (before relocation). However, this is a cumbersome way and it'll much more convenient to have a linker file that gives all this information. I'm filing this under the "serious" category because I need this functionality for any serious kernel debugging with modules. >How-To-Repeat: Load a kld module with kldload and notice that no linker file is produced. Load an lkm module with modload and a linker file is put in /tmp (unless a '-o' option is given). >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 May 31 14:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C393D14D01 for ; Mon, 31 May 1999 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 OAA96221; Mon, 31 May 1999 14:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8FDF314C16; Mon, 31 May 1999 14:16:41 -0700 (PDT) Message-Id: <19990531211641.8FDF314C16@hub.freebsd.org> Date: Mon, 31 May 1999 14:16:41 -0700 (PDT) From: aron@cs.rice.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11966: TCP copies send and receive socket buffer sizes from routing information even when user applications set them Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11966 >Category: kern >Synopsis: TCP copies send and receive socket buffer sizes from routing information even when user applications set them >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 May 31 14:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mohit Aron >Release: FreeBSD-2.2.6-RELEASE >Organization: Rice University >Environment: FreeBSD pd01.cs.rice.edu 2.2.6-RELEASE FreeBSD 2.2.6-RELEASE #12: Sun Mar 14 23:50:03 CST 1999 aron@pd01.cs.rice.edu:/usr/users/aron/FreeBSD-2.2.6-src/sys/compile/PD0X i386 >Description: TCP (enabled with rfc1323 extensions) exchanges the window scale option only during connection establishment in its SYN packet. Thus, it is imperative that applications should set the socket buffer sizes *before* establishing the TCP connection. However, in function tcp_mss() (in netinet/tcp_input.c), the socket buffer size is set from old information contained in the routing tables. Thus even if the application had set the socketbuffer size, this part of the code completely ignores that and goes ahead and sets the socket buffer size itself. As a result, TCP operates with the flow control window size determined from past information rather than what the user has set. >How-To-Repeat: Start a TCP transfer between two hosts (or just do a telnet) with the default settings of socket buffer sizes. Then try starting a transfer again transfer and try setting the TCP rcv socket buffer size on the TCP receiver to a large value. Check the size of the window scale option exchanged - it'll still be small (perhaps 0). This is the result of the user information being completely discarded away. >Fix: The socket code should keep track of the fact whether the socket buffer size was set explicitly by the user or whether it contains the default setting. It should be copied over from the routing information only if it contains the default setting. >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 May 31 14:43:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1FE3E14F85; Mon, 31 May 1999 14:43:50 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA98219; Mon, 31 May 1999 14:43:50 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Date: Mon, 31 May 1999 14:43:50 -0700 (PDT) From: Message-Id: <199905312143.OAA98219@freefall.freebsd.org> To: delaroca@ucla.edu, wpaul@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11961: 3c509b (xl0) ethernet driver unable to map port at kernel load time Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3c509b (xl0) ethernet driver unable to map port at kernel load time State-Changed-From-To: open->analyzed State-Changed-By: wpaul State-Changed-When: Mon May 31 14:36:50 PDT 1999 State-Changed-Why: This happens (I think) because in the BIOS configurationf or your machine, you have 'Plug & Play OS' set to 'yes.' For FreeBSD (and LoseNT), it should be 'no' because FreeBSD and LoseNT don't have the ability to manually fix up the configuration of PCI devices. You need the PCI BIOS to do it, then FreeBSD will read the information correctly. You'll notice that the driver forges ahead and configures the NIC anyway. This is because when pci_map_port() fails, the xl driver tries to read the PCI I/O address from the card's PCI config space manually. It shouldn't really do that, but it allows the card to work which makes people happy. Previously, the driver read the PCI config space by default and didn't use pci_map_port() (which was a bug) so nobody noticed that anything was wrong. Anyway, try this: reboot your machine, and press F2 to get into the CMOS setup for your computer. There will probably be a section called 'Advanced' and somewhere in there you should find a setting labeled 'Plug and Play OS.' It will probably be set to [Yes]. Changed it to [No] (I think you do it by pressing the space bar) then press F10 to save the change and exit. Then check to see if the NIC is configured correctly without the warning. If it works, please let me know, and I will close this PR. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon May 31 16:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55E6114DEF for ; Mon, 31 May 1999 16:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA05515; Mon, 31 May 1999 16:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id BE40E14CE6; Mon, 31 May 1999 16:33:15 -0700 (PDT) Message-Id: <19990531233315.BE40E14CE6@hub.freebsd.org> Date: Mon, 31 May 1999 16:33:15 -0700 (PDT) From: aron@cs.rice.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11968: kldload should call module entry point before initializing kernel data structures Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11968 >Category: kern >Synopsis: kldload should call module entry point before initializing kernel data structures >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 May 31 16:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mohit Aron >Release: FreeBSD-3.2-RELEASE >Organization: Rice University >Environment: FreeBSD luzern.cs.rice.edu 3.2-RELEASE FreeBSD 3.2-RELEASE #2: Fri May 28 15:22:48 CDT 1999 aron@luzern.cs.rice.edu:/usr/src/sys/compile/LUZERN i386 >Description: It seems that kldload calls the entry point in the module only after the kernel data structures pertaining to the module have been initialized. For example, if the module defines a new system call, the entry point is called only after the name of the system call and its arguments have been definined in the kernel. This deviates from modload which used to call the entry point before doing such initializations. With the lkm interface, I used to have a boilerplate code for the module that used to call module specific initialization function to get the number of arguments for the syscall. Currently there's no way to do this with the kld interface and the arguments and name of the syscall has to be defined statically using the SYSCALL_MODULE(). Changing these later in the code for the module entry point has no effect. If the kld interface were to initialze the kernel structures after calling the module entry point, it'll become possible for dynamically specifying the number of arguments and name of the system call. The above is more a matter of good taste in software engineering and so I'm putting the problem under the non-critical category with low priority. >How-To-Repeat: Try increasing the number of arguments to the syscall defined in /usr/share/examples/kld/syscall/module/syscall.c in the module entry point function - load(). This can be done by setting hello_sysent.sy_narg to an appropriate value. Within the actual system call, try printing the arguments. When you load this module and the user application makes the system call with some arguments, all that the actual system call code gets is junk. This is because the kernel already thinks that the system call needs no arguments (because the number of arguments were 0 when SYSCALL_MODULE() was defined). >Fix: The module entry point should be called before the kernel data structures are initialized to reflect the name and number of arguments of the system call being defined. >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 May 31 18:20: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1A251505A for ; Mon, 31 May 1999 18:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA12068; Mon, 31 May 1999 18:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from smtp2.vnet.net (smtp2.vnet.net [166.82.1.32]) by hub.freebsd.org (Postfix) with ESMTP id 8882B14C34 for ; Mon, 31 May 1999 18:13:52 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp2.vnet.net (8.9.1a/8.9.1) with ESMTP id VAA18062 for ; Mon, 31 May 1999 21:14:40 -0400 (EDT) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.2/8.8.5) with ESMTP id VAA36051 for ; Mon, 31 May 1999 21:13:49 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.9.2/8.6.9) id VAA00620; Mon, 31 May 1999 21:13:49 -0400 (EDT) Message-Id: <199906010113.VAA00620@lakes.dignus.com> Date: Mon, 31 May 1999 21:13:49 -0400 (EDT) From: Thomas David Rivers Reply-To: rivers@dignus.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11969: VM_fault with mmap'd CDROM data. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11969 >Category: kern >Synopsis: VM_fault with mmap'd CDROM data. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 31 18:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Thomas David Rivers >Release: FreeBSD 3.1-RELEASE i386 >Organization: Dignus, LLC >Environment: FreeBSD lakes.dignus.com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Sat Mar 6 17:34:47 EST 1999 rivers@lakes.dignus.com:/usr/src/sys/compile/LAKES i386 Pentium 150 - 32 meg of memory, AHA2940 SCSI card, HP 6020i CDROM. >Description: Sometimes, when using cmp(1) or cp(1) on data read from a CD, I encounter the following: May 31 21:07:20 lakes su: rivers to root on /dev/ttyp2 (cd0:ahc0:0:4:0): READ(10). CDB: 28 0 0 2 9b dc 0 0 1 0 (cd0:ahc0:0:4:0): VOLUME OVERFLOW info:29bdc asc:aa,0 (cd0:ahc0:0:4:0): Vendor Specific ASC (cd0:ahc0:0:4:0): cddone: got error 0x5 back vm_fault: pager read error, pid 388 (cmp) May 31 21:07:33 lakes /kernel: pid 388 (cmp), uid 500: exited on signal 11 However, cat(1) will read the data just fine, and it seems to be correct. I believe cmp(1) and cp(1) both mmap() the source files, whilc cat(1) does not - does this imply mmap()ing CD-ROM data has a problem? Also - after encountering this, an umount of the CD-ROM will panic and crash the system. >How-To-Repeat: The easiest thing I've found for repeating this is to cut your own CD from a large file system. Then, run the following shell script to compare all the files ( is the source directory of the written CD, /cdrom is where the CD-ROM is mounted): cd for i in `find . -print` do if test -f $i then cmp $i /cdrom/$i fi done Sometimes, you'll get a Segmentation Fault from cmp. A cp(1) on the troublesome file will give you the error "Bad Address". >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 1 7:19:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 82A5715721 for ; Tue, 1 Jun 1999 07:18:22 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id QAA21483; Tue, 1 Jun 1999 16:18:12 +0200 (CEST) (envelope-from des) To: Masachika ISHIZUKA Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/11860: inetd is broken when kill -HUP References: <199905251510.IAA98584@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 01 Jun 1999 16:18:11 +0200 In-Reply-To: Masachika ISHIZUKA's message of "Tue, 25 May 1999 08:10:02 -0700 (PDT)" Message-ID: Lines: 21 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org There's even worse: root@des ~# telnet localhost Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. You are not welcome to use telnetd from localhost. Connection closed by foreign host. root@des ~# killall -HUP inetd root@des ~# telnet localhost Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. FreeBSD/i386 (des.follo.net) (ttypg) login: DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 7:21:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id E004615784 for ; Tue, 1 Jun 1999 07:21:38 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id QAA21498; Tue, 1 Jun 1999 16:21:32 +0200 (CEST) (envelope-from des) To: Masachika ISHIZUKA Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/11860: inetd is broken when kill -HUP References: <199905251510.IAA98584@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 01 Jun 1999 16:21:31 +0200 In-Reply-To: Masachika ISHIZUKA's message of "Tue, 25 May 1999 08:10:02 -0700 (PDT)" Message-ID: Lines: 17 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Masachika ISHIZUKA writes: > --- inetd.c.org Mon May 24 19:16:14 1999 > +++ inetd.c Mon May 24 19:16:48 1999 > @@ -911,6 +911,7 @@ > SWAP(sep->se_class, new->se_class); > #endif > SWAP(sep->se_server, new->se_server); > + SWAP(sep->se_server_name, new->se_server_name); > for (i = 0; i < MAXARGV; i++) > SWAP(sep->se_argv[i], new->se_argv[i]); > sigsetmask(omask); This patch makes no perceptible difference to my test case. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 8:34:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59DDF154EF; Tue, 1 Jun 1999 08:34:09 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA58289; Tue, 1 Jun 1999 08:34:09 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Tue, 1 Jun 1999 08:34:09 -0700 (PDT) From: Message-Id: <199906011534.IAA58289@freefall.freebsd.org> To: billf@FreeBSD.org, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/11655: PCI hdd controller not detected. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: PCI hdd controller not detected. State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Tue Jun 1 08:33:14 PDT 1999 State-Changed-Why: This machine regretfully now uses WindowsNT. I ran out of time and options. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 9:10: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13E6915084 for ; Tue, 1 Jun 1999 09:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA63235; Tue, 1 Jun 1999 09:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 1 Jun 1999 09:10:03 -0700 (PDT) Message-Id: <199906011610.JAA63235@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11969; it has been noted by GNATS. From: "Kenneth D. Merry" To: rivers@dignus.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Date: Tue, 1 Jun 1999 10:02:20 -0600 (MDT) Thomas David Rivers wrote... > > >Number: 11969 > >Category: kern > >Synopsis: VM_fault with mmap'd CDROM data. > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Mon May 31 18:20:01 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Thomas David Rivers > >Release: FreeBSD 3.1-RELEASE i386 > >Organization: > Dignus, LLC > >Environment: > > FreeBSD lakes.dignus.com 3.1-RELEASE FreeBSD 3.1-RELEASE #0: Sat Mar 6 17:34:47 EST 1999 rivers@lakes.dignus.com:/usr/src/sys/compile/LAKES i386 > > Pentium 150 - 32 meg of memory, AHA2940 SCSI card, HP 6020i CDROM. > > > >Description: > > Sometimes, when using cmp(1) or cp(1) on data read from a CD, I > encounter the following: > > May 31 21:07:20 lakes su: rivers to root on /dev/ttyp2 > (cd0:ahc0:0:4:0): READ(10). CDB: 28 0 0 2 9b dc 0 0 1 0 > (cd0:ahc0:0:4:0): VOLUME OVERFLOW info:29bdc asc:aa,0 > (cd0:ahc0:0:4:0): Vendor Specific ASC > (cd0:ahc0:0:4:0): cddone: got error 0x5 back > vm_fault: pager read error, pid 388 (cmp) > May 31 21:07:33 lakes /kernel: pid 388 (cmp), uid 500: exited on signal 11 > > However, cat(1) will read the data just fine, and it seems to be > correct. > > I believe cmp(1) and cp(1) both mmap() the source files, whilc cat(1) > does not - does this imply mmap()ing CD-ROM data has a problem? > > Also - after encountering this, an umount of the CD-ROM will > panic and crash the system. The problem here may be two-fold. First, your CDROM drive is barfing on the read command above. I don't know why that's happening, especially since there's a vendor-specific ASC and ASCQ. If you can get the SCSI specs for that drive, you may be able to figure out what's going on. The second problem is that the upper level code may not be handling the error from the CD driver when it gets a bad block. For what it's worth, the CD driver doesn't handle the mmaping of the files on the filesystem. That's handled by the upper-level code somewhere. (You can tell I'm an expert on that code, can't you? :) If you can get a stack trace from the panic, someone might be interested in taking a look at it. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 9:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C77E15084 for ; Tue, 1 Jun 1999 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA64548; Tue, 1 Jun 1999 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 1 Jun 1999 09:20:02 -0700 (PDT) Message-Id: <199906011620.JAA64548@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Thomas David Rivers Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Reply-To: Thomas David Rivers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11969; it has been noted by GNATS. From: Thomas David Rivers To: ken@plutotech.com, rivers@dignus.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Date: Tue, 1 Jun 1999 12:10:26 -0400 (EDT) > The problem here may be two-fold. First, your CDROM drive is barfing on > the read command above. I don't know why that's happening, especially > since there's a vendor-specific ASC and ASCQ. If you can get the SCSI > specs for that drive, you may be able to figure out what's going on. > True - But - it's something specific to the read - somehow... because, cat of that file works correctly, gets the right data and doesn't cause the SCSI drive/driver to "barf". So - what's different when the read is a result of an mmap()? The size of the read maybe? - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 9:20: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD3DA15084 for ; Tue, 1 Jun 1999 09:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA64557; Tue, 1 Jun 1999 09:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 1 Jun 1999 09:20:04 -0700 (PDT) Message-Id: <199906011620.JAA64557@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11969; it has been noted by GNATS. From: "Kenneth D. Merry" To: rivers@dignus.com (Thomas David Rivers) Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Date: Tue, 1 Jun 1999 10:17:21 -0600 (MDT) Thomas David Rivers wrote... > > The problem here may be two-fold. First, your CDROM drive is barfing on > > the read command above. I don't know why that's happening, especially > > since there's a vendor-specific ASC and ASCQ. If you can get the SCSI > > specs for that drive, you may be able to figure out what's going on. > > > > True - > > But - it's something specific to the read - somehow... because, > cat of that file works correctly, gets the right data and doesn't > cause the SCSI drive/driver to "barf". > > So - what's different when the read is a result of an mmap()? > The size of the read maybe? That's possible, but your drive should handle the 1-block read that the ISO9660 code tried to do. I believe there are other portions of the ISO9660 code and the CD driver that will try to read 1 block at a time. It could be some sort of firmware bug that happens in certain situations. It would help if we could get hold of the SCSI specs for that drive. They might shed light on what that error code means. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 9:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1667C15777 for ; Tue, 1 Jun 1999 09:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA65534; Tue, 1 Jun 1999 09:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 1 Jun 1999 09:30:02 -0700 (PDT) Message-Id: <199906011630.JAA65534@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Thomas David Rivers Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Reply-To: Thomas David Rivers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11969; it has been noted by GNATS. From: Thomas David Rivers To: ken@plutotech.com, rivers@dignus.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Date: Tue, 1 Jun 1999 12:27:31 -0400 (EDT) > Thomas David Rivers wrote... > > > The problem here may be two-fold. First, your CDROM drive is barfing on > > > the read command above. I don't know why that's happening, especially > > > since there's a vendor-specific ASC and ASCQ. If you can get the SCSI > > > specs for that drive, you may be able to figure out what's going on. > > > > > > > True - > > > > But - it's something specific to the read - somehow... because, > > cat of that file works correctly, gets the right data and doesn't > > cause the SCSI drive/driver to "barf". > > > > So - what's different when the read is a result of an mmap()? > > The size of the read maybe? > > That's possible, but your drive should handle the 1-block read that the > ISO9660 code tried to do. > > I believe there are other portions of the ISO9660 code and the CD driver > that will try to read 1 block at a time. > > It could be some sort of firmware bug that happens in certain situations. > > It would help if we could get hold of the SCSI specs for that drive. They > might shed light on what that error code means. Where's a good place to look? This is an HP 6020i. - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 9:40: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EEC915060 for ; Tue, 1 Jun 1999 09:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67191; Tue, 1 Jun 1999 09:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 1 Jun 1999 09:40:02 -0700 (PDT) Message-Id: <199906011640.JAA67191@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11969; it has been noted by GNATS. From: "Kenneth D. Merry" To: rivers@dignus.com (Thomas David Rivers) Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Date: Tue, 1 Jun 1999 10:30:50 -0600 (MDT) Thomas David Rivers wrote... > > Thomas David Rivers wrote... > > > > The problem here may be two-fold. First, your CDROM drive is barfing on > > > > the read command above. I don't know why that's happening, especially > > > > since there's a vendor-specific ASC and ASCQ. If you can get the SCSI > > > > specs for that drive, you may be able to figure out what's going on. > > > > > > > > > > True - > > > > > > But - it's something specific to the read - somehow... because, > > > cat of that file works correctly, gets the right data and doesn't > > > cause the SCSI drive/driver to "barf". > > > > > > So - what's different when the read is a result of an mmap()? > > > The size of the read maybe? > > > > That's possible, but your drive should handle the 1-block read that the > > ISO9660 code tried to do. > > > > I believe there are other portions of the ISO9660 code and the CD driver > > that will try to read 1 block at a time. > > > > It could be some sort of firmware bug that happens in certain situations. > > > > It would help if we could get hold of the SCSI specs for that drive. They > > might shed light on what that error code means. > > Where's a good place to look? This is an HP 6020i. Look on HP's web site, or call them up and ask for the info if you can't find it on their web site. Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 9:40: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 800C4154EF for ; Tue, 1 Jun 1999 09:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67196; Tue, 1 Jun 1999 09:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 1 Jun 1999 09:40:04 -0700 (PDT) Message-Id: <199906011640.JAA67196@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Thomas David Rivers Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Reply-To: Thomas David Rivers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11969; it has been noted by GNATS. From: Thomas David Rivers To: ken@plutotech.com, rivers@dignus.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11969: VM_fault with mmap'd CDROM data. Date: Tue, 1 Jun 1999 12:31:45 -0400 (EDT) > > Where's a good place to look? This is an HP 6020i. > > Look on HP's web site, or call them up and ask for the info if you can't > find it on their web site. > Looking now... - Dave R. - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 9:50:27 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C341156B9 for ; Tue, 1 Jun 1999 09:50:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA67992; Tue, 1 Jun 1999 09:50:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from gungnir.fnal.gov (gungnir.fnal.gov [131.225.80.1]) by hub.freebsd.org (Postfix) with ESMTP id 08D071575C for ; Tue, 1 Jun 1999 09:47:04 -0700 (PDT) (envelope-from crawdad@gungnir.fnal.gov) Received: from gungnir.fnal.gov (localhost [127.0.0.1]) by gungnir.fnal.gov (8.9.1/8.9.1) with ESMTP id LAA15852 for ; Tue, 1 Jun 1999 11:47:02 -0500 (CDT) Message-Id: <199906011647.LAA15852@gungnir.fnal.gov> Date: Tue, 01 Jun 1999 11:47:02 -0500 From: crawdad+fbsd@gungnir.fnal.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/11979: Vaio 505DX touchpad not detected as GlidePoint Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11979 >Category: i386 >Synopsis: Vaio 505DX touchpad not detected as GlidePoint >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 1 09:50:04 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Matt Crawford >Release: FreeBSD 3.2-RELEASE i386 >Organization: Fermilab >Environment: FreeBSD gleipnir.fnal.gov 3.2-RELEASE FreeBSD 3.2-RELEASE #14: Sun May 30 14:37:25 CDT 1999 root@gleipnir.fnal.gov:/usr/src/sys/compile/GLEIPNIR i386 HW = Sony Vaio 505DX >Description: i386/isa/psm.c fails to detect touchpad as GlidePoint type >How-To-Repeat: Buy laptop; install FreeBSD; boot. See: May 27 16:10:11 nidhogge /kernel: psm0 irq 12 on isa May 27 16:10:11 nidhogge /kernel: psm0: model Generic PS/2 mouse, device ID 0, 2 buttons >Fix: The comments in the driver state that the tests don't work on every GlidePoint. The one in the Vaio is returning status 53 02 14 to the GlidePoint probe. The following patch works, but something more general would be better. *** psm.c 1999/05/30 18:10:24 1.1 --- psm.c 1999/05/30 19:36:07 *************** *** 2013,2018 **** --- 2013,2020 ---- */ if (!mouse_id_proc1(sc->kbdc, PSMD_RES_LOW, 2, status)) return FALSE; + if (status[0] == 0x53) + return TRUE; if ((status[0] & 0x10) || (status[1] == PSMD_RES_LOW)) return FALSE; return TRUE; This was relative to 3.2-RELEASE, but the relevant portion of CURRENT is the same. >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 1 10:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0F94014E21 for ; Tue, 1 Jun 1999 10:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA72162; Tue, 1 Jun 1999 10:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 6096614E63 for ; Tue, 1 Jun 1999 10:20:14 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.2/8.9.1) id NAA44297; Tue, 1 Jun 1999 13:20:13 -0400 (EDT) (envelope-from mi) Message-Id: <199906011720.NAA44297@misha.cisco.com> Date: Tue, 1 Jun 1999 13:20:13 -0400 (EDT) From: Mikhail Teterin Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: brian@Awfulhak.org X-Send-Pr-Version: 3.2 Subject: kern/11981: access to tunN devices not allowed to non-root despite permissions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11981 >Category: kern >Synopsis: access to tunN devices not allowed to non-root despite permissions >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 1 10:30:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mikhail Teterin >Release: FreeBSD 3.1-STABLE i386 >Organization: Virtual Estates, Inc. >Environment: >Description: Despite the proper permissions on the /dev/tun? files, the tun-devices can only be opened by root. It seems, the tun-driver checks for this, without an obvious good reason... In addition, I'd like to be able to delegate an interface configuration to a non-root user, who is able to write to the device... >How-To-Repeat: mi@chubby:~ (84) ls -l /dev/tun3 crw-rw---- 1 mi dialer 52, 3 Jun 1 11:00 /dev/tun3 mi@chubby:~ (85) groups mi dialer operator wheel mi@chubby:~ (86) cat /dev/tun3 cat: /dev/tun3: Operation not permitted mi@chubby:~ (87) whoami mi >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 1 10:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 29F4E14F82 for ; Tue, 1 Jun 1999 10:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA72809; Tue, 1 Jun 1999 10:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 1 Jun 1999 10:40:03 -0700 (PDT) Message-Id: <199906011740.KAA72809@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Costello Subject: Re: kern/11981: access to tunN devices not allowed to non-root despite permissions Reply-To: Chris Costello Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11981; it has been noted by GNATS. From: Chris Costello To: mi@aldan.algebra.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: kern/11981: access to tunN devices not allowed to non-root despite permissions Date: Tue, 1 Jun 1999 12:34:33 -0500 On Tue, Jun 1, 1999, Mikhail Teterin wrote: > mi@chubby:~ (84) ls -l /dev/tun3 > crw-rw---- 1 mi dialer 52, 3 Jun 1 11:00 /dev/tun3 > mi@chubby:~ (85) groups > mi dialer operator wheel > mi@chubby:~ (86) cat /dev/tun3 > cat: /dev/tun3: Operation not permitted > mi@chubby:~ (87) whoami > mi No, it just means you can't use 'cat' on tunX. Try running 'ppp' with it. -- Chris Costello A paperless office has about as much chance as a paperless bathroom. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 10:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50E7114F82 for ; Tue, 1 Jun 1999 10:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA73800; Tue, 1 Jun 1999 10:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 1 Jun 1999 10:50:03 -0700 (PDT) Message-Id: <199906011750.KAA73800@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mikhail Teterin Subject: Re: kern/11981: access to tunN devices not allowed to non-root despite permissions Reply-To: Mikhail Teterin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11981; it has been noted by GNATS. From: Mikhail Teterin To: chris@calldei.com Cc: mi@aldan.algebra.com, FreeBSD-gnats-submit@FreeBSD.ORG, brian@Awfulhak.org Subject: Re: kern/11981: access to tunN devices not allowed to non-root despite permissions Date: Tue, 1 Jun 1999 13:46:15 -0400 (EDT) Chris Costello once wrote: > On Tue, Jun 1, 1999, Mikhail Teterin wrote: > > mi@chubby:~ (84) ls -l /dev/tun3 > > crw-rw---- 1 mi dialer 52, 3 Jun 1 11:00 /dev/tun3 > > mi@chubby:~ (85) groups > > mi dialer operator wheel > > mi@chubby:~ (86) cat /dev/tun3 > > cat: /dev/tun3: Operation not permitted > > mi@chubby:~ (87) whoami > > mi > > No, it just means you can't use 'cat' on tunX. Try running 'ppp' > with it. Aha, and what's so special about cat(1)? I can not open(2) the file, despite favorable permissions, that's it. cat is just an example. Ppp works, because it is suid root. Yours, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 10:53:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EA66715115; Tue, 1 Jun 1999 10:53:29 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA74076; Tue, 1 Jun 1999 10:53:29 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Tue, 1 Jun 1999 10:53:29 -0700 (PDT) From: Message-Id: <199906011753.KAA74076@freefall.freebsd.org> To: billf@FreeBSD.org, freebsd-advocacy@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: advocacy/11982: Three cleanup fixes for uthreads Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Three cleanup fixes for uthreads Responsible-Changed-From-To: freebsd-advocacy->freebsd-bugs Responsible-Changed-By: billf Responsible-Changed-When: Tue Jun 1 10:52:50 PDT 1999 Responsible-Changed-Why: This is a kernel bug, not an advocacy bug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 12:39:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96F3015788; Tue, 1 Jun 1999 12:39:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA82607; Tue, 1 Jun 1999 12:39:53 -0700 (PDT) (envelope-from brian@FreeBSD.org) Date: Tue, 1 Jun 1999 12:39:53 -0700 (PDT) From: Message-Id: <199906011939.MAA82607@freefall.freebsd.org> To: mi@aldan.algebra.com, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11981: access to tunN devices not allowed to non-root despite permissions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: access to tunN devices not allowed to non-root despite permissions State-Changed-From-To: open->closed State-Changed-By: brian State-Changed-When: Tue Jun 1 12:35:56 PDT 1999 State-Changed-Why: This is not a software bug. As I said in my mail, there's no point in being able to read/write /dev/tun* because you haven't got permission to configure the interface anyway. As most interfaces have no associated device in /dev, there is no facility in the kernel for anyone except root to add & remove routes etc. It would be plausable to add that facility (IMHO), but the lack of that facility doesn't constitute a bug. Translation: It's an enhancment - you'd need to discuss it on -hackers and then probably implement it yourself if you want it to happen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 12:53: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id 8344B15803; Tue, 1 Jun 1999 12:53:00 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.2/8.9.1) id PAA46743; Tue, 1 Jun 1999 15:52:59 -0400 (EDT) (envelope-from mi) Message-Id: <199906011952.PAA46743@misha.cisco.com> Subject: Re: kern/11981: access to tunN devices not allowed to non-root despite permissions In-Reply-To: <199906011939.MAA82607@freefall.freebsd.org> from "brian@FreeBSD.org" at "Jun 1, 1999 12:39:53 pm" To: brian@FreeBSD.org Date: Tue, 1 Jun 1999 15:52:59 -0400 (EDT) Cc: mi@aldan.algebra.com, freebsd-bugs@FreeBSD.org Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL52 (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 brian@FreeBSD.org once wrote: > Synopsis: access to tunN devices not allowed to non-root despite permissions > > State-Changed-From-To: open->closed > State-Changed-By: brian > State-Changed-When: Tue Jun 1 12:35:56 PDT 1999 > State-Changed-Why: > This is not a software bug. As I said in my mail, there's no point in > being able to read/write /dev/tun* because you haven't got permission > to configure the interface anyway. The fact that it's pointless (as far as you or me can see today), does not mean it should not be possible. Currently, according to your mail, the driver performs the useless check. IMHO, it should not. > As most interfaces have no associated device in /dev, there is no > facility in the kernel for anyone except root to add & remove routes > etc. > > It would be plausable to add that facility (IMHO), but the lack of > that facility doesn't constitute a bug. Agreed, that's why I put this into a separate paragraph in my PR, and said somthing like: "I would like"... > Translation: It's an enhancment - you'd need to discuss it on -hackers > and then probably implement it yourself if you want it to happen. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 13: 1:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jane.lfn.org (www.lfn.org [209.16.92.1]) by hub.freebsd.org (Postfix) with SMTP id E431E14D55 for ; Tue, 1 Jun 1999 13:00:55 -0700 (PDT) (envelope-from caj@lfn.org) Received: (qmail 29934 invoked by uid 100); 1 Jun 1999 20:00:53 -0000 Date: Tue, 1 Jun 1999 15:00:53 -0500 (CDT) From: Craig Johnston To: freebsd-bugs@freebsd.org Subject: root's shell 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 Root's shell is csh. This is a bug. Is there any reason for this besides tradition? Why even bother with csh anymore? If we're gonna give root a shell with job control, why not ksh, or anything but csh? Isn't it time for csh to go? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 13: 7:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id B652614ECD for ; Tue, 1 Jun 1999 13:07:24 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id NAA21646; Tue, 1 Jun 1999 13:07:14 -0700 (PDT) (envelope-from mph) Date: Tue, 1 Jun 1999 13:07:14 -0700 From: Matthew Hunt To: Craig Johnston Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: root's shell Message-ID: <19990601130714.B21176@wopr.caltech.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Craig Johnston on Tue, Jun 01, 1999 at 03:00:53PM -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 01, 1999 at 03:00:53PM -0500, Craig Johnston wrote: > Root's shell is csh. This is a bug. You have strange notions of "bug". > Is there any reason for this besides tradition? Why even bother > with csh anymore? If we're gonna give root a shell with job control, > why not ksh, or anything but csh? You get sh and csh in the base system. You don't get ksh. The default, therefore, will be sh or csh. I guess it's BSD tradition to prefer csh and family for interactive shells, so it's csh instead of sh. I happen to change it to sh, myself. > Isn't it time for csh to go? Why should it? You can change it to whatever the hell you want to. Or you can leave it alone, and use "su -m" and get whatever fancy shell you like, be it bash, tcsh, ksh, or zsh. -- Matthew Hunt * Science rules. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 13:15:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jane.lfn.org (nocitycouncil.com [209.16.92.7]) by hub.freebsd.org (Postfix) with SMTP id CFB0714F4C for ; Tue, 1 Jun 1999 13:15:36 -0700 (PDT) (envelope-from caj@lfn.org) Received: (qmail 420 invoked by uid 100); 1 Jun 1999 20:15:35 -0000 Date: Tue, 1 Jun 1999 15:15:35 -0500 (CDT) From: Craig Johnston To: Matthew Hunt Cc: freebsd-bugs@freebsd.org Subject: Re: root's shell In-Reply-To: <19990601130714.B21176@wopr.caltech.edu> 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, 1 Jun 1999, Matthew Hunt wrote: > On Tue, Jun 01, 1999 at 03:00:53PM -0500, Craig Johnston wrote: > > > Root's shell is csh. This is a bug. > > You have strange notions of "bug". I was being somewhat (only somewhat) facetious. Really, csh is a bug. What mailing list do you think would be most appropriate for this? I couldn't quite decide. > > Is there any reason for this besides tradition? Why even bother > > with csh anymore? If we're gonna give root a shell with job control, > > why not ksh, or anything but csh? > > You get sh and csh in the base system. You don't get ksh. The > default, therefore, will be sh or csh. I guess it's BSD tradition > to prefer csh and family for interactive shells, so it's csh instead > of sh. Right -- but why do we get csh in the base system? Why not ksh? Why not give root sh to start with and relegate csh to ports? > > I happen to change it to sh, myself. Yeah, me too. > > Isn't it time for csh to go? > > Why should it? You can change it to whatever the hell you want to. > Or you can leave it alone, and use "su -m" and get whatever fancy > shell you like, be it bash, tcsh, ksh, or zsh. Well, IMO it should go because it could be in ports and root's shell should be compatible with the LCD, which is the bourne shell. Why on earth give root, and only root (by default) a broken shell? Yes, changing it is easy, but if most people change it (which I am not sure is the case but wouldn't bet against it) then why not change the default? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 13:27: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id C090514FD7 for ; Tue, 1 Jun 1999 13:27:03 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id NAA22225; Tue, 1 Jun 1999 13:26:56 -0700 (PDT) (envelope-from mph) Date: Tue, 1 Jun 1999 13:26:56 -0700 From: Matthew Hunt To: Craig Johnston Cc: freebsd-bugs@freebsd.org Subject: Re: root's shell Message-ID: <19990601132656.A21962@wopr.caltech.edu> References: <19990601130714.B21176@wopr.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Craig Johnston on Tue, Jun 01, 1999 at 03:15:35PM -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 01, 1999 at 03:15:35PM -0500, Craig Johnston wrote: > I was being somewhat (only somewhat) facetious. Really, csh is > a bug. > > What mailing list do you think would be most appropriate for this? > I couldn't quite decide. Well, first of all you should explain your problems with csh. It is not well suited for scripting, but what in what sense is it broken as an interactive shell? I think there is roughly no chance in hell that it's going to change, so I can't really suggest where else you should take it. > Right -- but why do we get csh in the base system? Why not ksh? > Why not give root sh to start with and relegate csh to ports? I think the prevailing thought is that any Unix system should have a working, but perhaps minimal, sh and csh. Furthermore, we want these to be maintained by the FreeBSD project. The benefits of us maintaining a more complicated shell, like ksh, are pretty minimal when you can install it yourself, and it is not necessary for any scripts that come with the system. > Well, IMO it should go because it could be in ports and root's shell > should be compatible with the LCD, which is the bourne shell. Why > on earth give root, and only root (by default) a broken shell? Again, why is csh "broken" as an interactive shell? I don't like it either, but I only consider it broken for programming reasons and I happen to prefer a shell whose syntax matches my scripts. Really, a lot of people *do* like csh/tcsh for interactive use. > Yes, changing it is easy, but if most people change it (which I am not > sure is the case but wouldn't bet against it) then why not change the > default? Tradition? You have a slim chance of convincing anyone to change the default to sh. It's a religious issue, and inertia says you maintain the status quo. You have zero chance of convincing anyone to bring ksh into the tree, which is what you really want. Matt -- Matthew Hunt * Stay close to the Vorlon. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 13:42:25 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (Postfix) with ESMTP id 971CB150AD; Tue, 1 Jun 1999 13:42:10 -0700 (PDT) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.3/8.9.2) with ESMTP id VAA10956; Tue, 1 Jun 1999 21:42:07 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id VAA09064; Tue, 1 Jun 1999 21:41:29 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199906012041.VAA09064@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: mi@aldan.algebra.com Cc: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11981: access to tunN devices not allowed to non-root despite permissions In-reply-to: Your message of "Tue, 01 Jun 1999 15:52:59 EDT." <199906011952.PAA46743@misha.cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 01 Jun 1999 21:41:28 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The fact that it's pointless (as far as you or me can see today), does > not mean it should not be possible. Currently, according to your mail, > the driver performs the useless check. IMHO, it should not. [.....] I'd argue that removing the suser() check would potentially open security holes. It's not worth the risk. > -mi -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 13:48:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jane.lfn.org (www.rfno.com [209.16.92.3]) by hub.freebsd.org (Postfix) with SMTP id 67924150AD for ; Tue, 1 Jun 1999 13:48:12 -0700 (PDT) (envelope-from caj@lfn.org) Received: (qmail 1135 invoked by uid 100); 1 Jun 1999 20:48:09 -0000 Date: Tue, 1 Jun 1999 15:48:09 -0500 (CDT) From: Craig Johnston To: Matthew Hunt Cc: freebsd-bugs@freebsd.org Subject: Re: root's shell In-Reply-To: <19990601132656.A21962@wopr.caltech.edu> 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, 1 Jun 1999, Matthew Hunt wrote: > On Tue, Jun 01, 1999 at 03:15:35PM -0500, Craig Johnston wrote: > > > I was being somewhat (only somewhat) facetious. Really, csh is > > a bug. > > > > What mailing list do you think would be most appropriate for this? > > I couldn't quite decide. > > Well, first of all you should explain your problems with csh. It > is not well suited for scripting, but what in what sense is it broken > as an interactive shell? It's not well suited to scripting and it's hard to draw a line between scripting and interactive use if you use the shell fully. It's broken because it's not a superset of the bourne shell. Which would be fine with me if it had any appeal other than job control. csh just seems like a gratuitously broken sh with job control to me. > > Well, IMO it should go because it could be in ports and root's shell > > should be compatible with the LCD, which is the bourne shell. Why > > on earth give root, and only root (by default) a broken shell? > > Again, why is csh "broken" as an interactive shell? I don't like > it either, but I only consider it broken for programming reasons and > I happen to prefer a shell whose syntax matches my scripts. Really, > a lot of people *do* like csh/tcsh for interactive use. You pretty much summed up my reasons. Sucks for scripting, and why use a different shell interactively? > > Yes, changing it is easy, but if most people change it (which I am not > > sure is the case but wouldn't bet against it) then why not change the > > default? > > Tradition? You have a slim chance of convincing anyone to change the > default to sh. It's a religious issue, and inertia says you maintain > the status quo. You have zero chance of convincing anyone to bring > ksh into the tree, which is what you really want. Actually, I'd be fine with csh just going away. One less shell in the tree and people could bring in whatever they wanted from ports. I don't have any real attachment to ksh except that it's a bourne shell superset with job control. Obviously bash would be out of the question. Csh just strikes me as having no real reason to exist. Except of course, tradition. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 13:53:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from wopr.caltech.edu (wopr.caltech.edu [131.215.240.222]) by hub.freebsd.org (Postfix) with ESMTP id A78DC150AD for ; Tue, 1 Jun 1999 13:53:08 -0700 (PDT) (envelope-from mph@wopr.caltech.edu) Received: (from mph@localhost) by wopr.caltech.edu (8.9.3/8.9.1) id NAA22924; Tue, 1 Jun 1999 13:53:05 -0700 (PDT) (envelope-from mph) Date: Tue, 1 Jun 1999 13:53:04 -0700 From: Matthew Hunt To: Craig Johnston Cc: freebsd-bugs@freebsd.org Subject: Re: root's shell Message-ID: <19990601135304.A22884@wopr.caltech.edu> References: <19990601132656.A21962@wopr.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Craig Johnston on Tue, Jun 01, 1999 at 03:48:09PM -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 01, 1999 at 03:48:09PM -0500, Craig Johnston wrote: > than job control. csh just seems like a gratuitously broken sh > with job control to me. BTW, you do know that FreeBSD sh has job control, right? > Csh just strikes me as having no real reason to exist. > Except of course, tradition. Keep in mind that "tradition" in this context means "huge userbase". In the two academic departments I've worked in, both of which use Solaris machines, *everybody* uses tcsh. I use tcsh, because the admins don't even both installing any other modern shell (with, say, command-line editing). I doubt many of my fellow users know how to set a variable in sh or its kin. My point is this: Just because you don't like csh, and I don't like csh, doesn't mean nobody likes csh. Matt -- Matthew Hunt * Science rules. http://www.pobox.com/~mph/ * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 14:42:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id 41D6D150F1 for ; Tue, 1 Jun 1999 14:42:00 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id QAA08438; Tue, 1 Jun 1999 16:41:41 -0500 (CDT) Date: Tue, 1 Jun 1999 16:41:41 -0500 From: "Matthew D. Fuller" To: Craig Johnston Cc: Matthew Hunt , freebsd-bugs@FreeBSD.ORG Subject: Re: root's shell Message-ID: <19990601164141.N6251@futuresouth.com> References: <19990601132656.A21962@wopr.caltech.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Craig Johnston on Tue, Jun 01, 1999 at 03:48:09PM -0500 X-OS: FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 01, 1999 at 03:48:09PM -0500, a little birdie told me that Craig Johnston remarked > > You pretty much summed up my reasons. Sucks for scripting, and why use > a different shell interactively? Because my interactive needs are completely different from my scripting needs. I ALWAYS use Bourne shell for (shell) scripting, but I always use tcsh for interactive (unless it's not there, in which case I use csh). On the flip side, I always change root's shell to /bin/sh: (ttypa):{1331}% head -2 /etc/passwd root:*:0:0:The Devil Himself:/root:/bin/sh toor:*:0:0:The Devil Backwards:/root:/bin/tcsh This is my personal workstation, so I do a fair bit (read: too much ;) as root anyway, so I use a comfortable shell for my root (toor) work. But root itself is always LCD. -- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Matthew Fuller MF4839 http://www.over-yonder.net/ | * fullermd@futuresouth.com fullermd@over-yonder.net * | UNIX Systems Administrator Specializing in FreeBSD | * FutureSouth Communications ISPHelp ISP Consulting * | "The only reason I'm burning my candle at both ends, | * is because I haven't figured out how to light the * | middle yet" | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 15: 8:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from misha.cisco.com (misha.cisco.com [171.69.206.50]) by hub.freebsd.org (Postfix) with ESMTP id AACF115820; Tue, 1 Jun 1999 15:08:05 -0700 (PDT) (envelope-from mi@misha.cisco.com) Received: (from mi@localhost) by misha.cisco.com (8.9.2/8.9.1) id SAA47055; Tue, 1 Jun 1999 18:06:09 -0400 (EDT) (envelope-from mi) Message-Id: <199906012206.SAA47055@misha.cisco.com> Subject: Re: kern/11981: access to tunN devices not allowed to non-root despite permissions In-Reply-To: <199906012041.VAA09064@keep.lan.Awfulhak.org> from Brian Somers at "Jun 1, 1999 09:41:28 pm" To: brian@Awfulhak.org (Brian Somers) Date: Tue, 1 Jun 1999 18:06:09 -0400 (EDT) Cc: mi@aldan.algebra.com, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Reply-To: mi@aldan.algebra.com From: Mikhail Teterin X-Mailer: ELM [version 2.4ME+ PL52 (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 Brian Somers once wrote: > > The fact that it's pointless (as far as you or me can see today), > > does not mean it should not be possible. Currently, according to > > your mail, the driver performs the useless check. IMHO, it should > > not. > [.....] > I'd argue that removing the suser() check would potentially open > security holes. It's not worth the risk. Well, by this logic, the check must also be put into a number of other. places Disk devices come to mind... I do not mean to insist "out of principle", but it does seem like the additional check in the driver is redundant, and thus wrong... It already lead me to a confusion today when I was trying to ``ktrace ppp ...'': kdump was showing ENOPERM on _opening_ the tun devices... When and if the time comes for the non-root's ability to ifconfig some of the interfaces, the check will have to go anyway. Yours, -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 17:14:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp01.primenet.com (smtp01.primenet.com [206.165.6.131]) by hub.freebsd.org (Postfix) with ESMTP id 38D6114CC7; Tue, 1 Jun 1999 17:14:27 -0700 (PDT) (envelope-from tlambert@usr09.primenet.com) Received: (from daemon@localhost) by smtp01.primenet.com (8.8.8/8.8.8) id RAA22361; Tue, 1 Jun 1999 17:14:26 -0700 (MST) Received: from usr09.primenet.com(206.165.6.209) via SMTP by smtp01.primenet.com, id smtpd022258; Tue Jun 1 17:14:22 1999 Received: (from tlambert@localhost) by usr09.primenet.com (8.8.5/8.8.5) id RAA04848; Tue, 1 Jun 1999 17:14:21 -0700 (MST) From: Terry Lambert Message-Id: <199906020014.RAA04848@usr09.primenet.com> Subject: Re: advocacy/11947: kldload doesn't produce a linked file for the module To: steve@FreeBSD.ORG Date: Wed, 2 Jun 1999 00:14:20 +0000 (GMT) Cc: freebsd-advocacy@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG In-Reply-To: <199905302232.PAA93554@freefall.freebsd.org> from "steve@FreeBSD.ORG" at May 30, 99 03:32:03 pm X-Mailer: ELM [version 2.4 PL25] 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 > Synopsis: kldload doesn't produce a linked file for the module > > Responsible-Changed-From-To: freebsd-advocacy->freebsd-bugs > Responsible-Changed-By: steve > Responsible-Changed-When: Sun May 30 15:31:28 PDT 1999 > Responsible-Changed-Why: > MIsfiled PR. He knows that. Read the whole thing. He needs symbol offsets for other reasons not having to do with linking. The answer is that there is a symbol table for modules that is maintained in the kernel, which should be used instead. For data symbols, the offsets relative to the module load address are not valid, BTW, using his workaround technique, because of ELF code vs. data segment non-offset in the file for page alignment. ELF images have the overlapping code/text page mapped twice, to reduce the stored image size at the expense of an average of 2k per image at load (the same average for an aligned image). So he must be using the symbol addresses for the text segment only, or mistakenly accessing the residual data mapped in the code page (mistakenly because it would not reflect modifications). The whole point of a two pass in the old LKM code (which I wrote, and for which Jeffrey Hsu provided the original PIC modifications to the x86 GNU compiler and linker) was to know where the relative data offsets would be for uninitialized BSS data. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 17:52: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD2D014E63; Tue, 1 Jun 1999 17:51:59 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA19738; Tue, 1 Jun 1999 17:51:59 -0700 (PDT) (envelope-from brian@FreeBSD.org) Date: Tue, 1 Jun 1999 17:51:59 -0700 (PDT) From: Message-Id: <199906020051.RAA19738@freefall.freebsd.org> To: mi@aldan.algebra.com, brian@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11981: access to tunN devices not allowed to non-root despite permissions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: access to tunN devices not allowed to non-root despite permissions State-Changed-From-To: closed->open State-Changed-By: brian State-Changed-When: Tue Jun 1 17:51:02 PDT 1999 State-Changed-Why: The use of suser() *is* an issue here and is probably wrong. This PR can stay open 'till someone does something about it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 17:52:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4904E14E63; Tue, 1 Jun 1999 17:52:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA19828; Tue, 1 Jun 1999 17:52:31 -0700 (PDT) (envelope-from brian@FreeBSD.org) Date: Tue, 1 Jun 1999 17:52:31 -0700 (PDT) From: Message-Id: <199906020052.RAA19828@freefall.freebsd.org> To: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: kern/11981: access to tunN devices not allowed to non-root despite permissions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: access to tunN devices not allowed to non-root despite permissions Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Tue Jun 1 17:52:03 PDT 1999 Responsible-Changed-Why: I'll be reworking the tun device soon, so I may as well keep this in mind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 1 18: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 502B614CE2 for ; Tue, 1 Jun 1999 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA20398; Tue, 1 Jun 1999 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from iss-p1.lbl.gov (iss-p1.lbl.gov [131.243.2.47]) by hub.freebsd.org (Postfix) with ESMTP id B0D4714E63 for ; Tue, 1 Jun 1999 17:57:18 -0700 (PDT) (envelope-from jin@iss-p1.lbl.gov) Received: (from jin@localhost) by iss-p1.lbl.gov (8.9.3/8.9.3) id RAA22111; Tue, 1 Jun 1999 17:57:18 -0700 (PDT) (envelope-from jin) Message-Id: <199906020057.RAA22111@iss-p1.lbl.gov> Date: Tue, 1 Jun 1999 17:57:18 -0700 (PDT) From: Jin Guojun (FTG staff) Reply-To: jin@iss-p1.lbl.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11984: pthread_kill cannot kill select() threads, etc. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11984 >Category: kern >Synopsis: pthread_kill cannot kill select() threads, etc. >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 1 18:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jin Guojun (FTG staff) >Release: FreeBSD 3.2-RELEASE i386 >Organization: >Environment: All released version with libc_r >Description: (1) missing pthread_setcanceltype() and pthread_cancel() (2) pthread_kill does not function correctly on a select() thread. See the small program in How-To-Repeat . The u_thread_* need to be replaced by simple thread/pthread calls. This version is for a universal thread programming. You may get stdef.h and from CCS library at ftp://george.lbl.gov/pub/ccs/ccs-2.1.tgz When you run the a.out, you will see all print-out. under Solaris/Linux, you will see the program terminated, but under FreeBSD, you will see a.out hanging. Use ktrace, you will see it hangs on select; however, we saw the "stest finished" which means the select() has been killed, but where is the other one from? >How-To-Repeat: /* cc -DUSE_PTHREAD pselect.c -l[c_r/pthread/etc.] */ #ifdef CCS_ECL2 #include #include #else #include #endif #include #include #ifdef linux #include #endif test(void * np) { int fd = (int) np; fd_set rfds; FD_ZERO(&rfds); FD_SET(fd, &rfds); printf("stest started\n"); select(2, &rfds, NULL, NULL, NULL); printf("stest finished\n"); u_thread_exit(0); } main() { char *fn="/tmp/stest", *fmt="can't open file %s\n"; u_thread_t tid; int fd = open(fn, O_RDONLY | O_CREAT, 0660); if (fd < 0) { #ifdef _FreeBSD_ errx(fd, fmt, fn); #else printf(fmt, fn); exit(fd); #endif } u_thread_create(&tid, 0, test, fd); sleep(2); printf("main kill %d\n", tid); u_thread_kill(tid, /* SIGKILL | SIGINT */ SIGTERM); printf("main quit\n"); u_thread_exit(0); } >Fix: Not known 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 Tue Jun 1 18:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 09997156B1 for ; Tue, 1 Jun 1999 18:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA23500; Tue, 1 Jun 1999 18:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 1 Jun 1999 18:40:02 -0700 (PDT) Message-Id: <199906020140.SAA23500@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kazutaka YOKOTA Subject: Re: i386/11979: Vaio 505DX touchpad not detected as GlidePoint Reply-To: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11979; it has been noted by GNATS. From: Kazutaka YOKOTA To: crawdad+fbsd@gungnir.fnal.gov Cc: FreeBSD-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: i386/11979: Vaio 505DX touchpad not detected as GlidePoint Date: Wed, 02 Jun 1999 10:38:00 +0900 >>Number: 11979 >>Category: i386 >>Synopsis: Vaio 505DX touchpad not detected as GlidePoint >>Confidential: no >>Severity: non-critical >>Priority: low >>Responsible: freebsd-bugs [...] >>Originator: Matt Crawford >>Release: FreeBSD 3.2-RELEASE i386 >>Organization: >Fermilab >>Environment: > >FreeBSD gleipnir.fnal.gov 3.2-RELEASE FreeBSD 3.2-RELEASE #14: Sun May 30 14:3 >7:25 CDT 1999 root@gleipnir.fnal.gov:/usr/src/sys/compile/GLEIPNIR i386 > >HW = Sony Vaio 505DX > >>Description: > > i386/isa/psm.c fails to detect touchpad as GlidePoint type > >>How-To-Repeat: > > Buy laptop; install FreeBSD; boot. See: >May 27 16:10:11 nidhogge /kernel: psm0 irq 12 on isa >May 27 16:10:11 nidhogge /kernel: psm0: model Generic PS/2 mouse, device ID 0, > 2 buttons The built-in pad on Sony VAIO is not detected as GlidePoint, because it is NOT one of GlidePoint models from ALPS. VAIO's pad is, AFAIK, VersaPad from Advanced Technolgy. Its identification procedure and its native protocol is totally different from GlidePoint's. The work is in progress to add VersaPad support to the psm driver. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 0: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B77931522C for ; Wed, 2 Jun 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA48373; Wed, 2 Jun 1999 00:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from imrss.org (unknown [199.0.22.2]) by hub.freebsd.org (Postfix) with ESMTP id 85D001501E for ; Tue, 1 Jun 1999 23:52:49 -0700 (PDT) (envelope-from rfg@imrss.org) Received: (from rfg@localhost) by imrss.org (8.9.3/8.9.3) id CAA17816; Wed, 2 Jun 1999 02:52:48 -0400 (EDT) Message-Id: <199906020652.CAA17816@imrss.org> Date: Wed, 2 Jun 1999 02:52:48 -0400 (EDT) From: "Ronald F. Guilmette" Reply-To: rfg@monkeys.com (Ronald F. Guilmette) To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11987: vacation(1) documentation and error logging both suck Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11987 >Category: bin >Synopsis: vacation(1) documentation and error logging both suck >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 2 00:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ronald F. Guilmette >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: Internet Mail Relay Services Survey >Environment: Normal >Description: The man page for vacation(1) doesn't say a damn thing about possible non-zero exits codes *or* about the fact that vacation(1) uses syslog (or even what specific facility it uses) to log errors. This sucks because if you have some problem (e.g. screwing up your command line arguments) all you get is a mysterious non-zero exit code, which really means that the people who sent you mail get back some mail bounce containing a totally mysterious "error 1" from sendmail. The documentation should be fixed to specify things that may result in a non-zero exit status *and* also the fact that the program uses syslog(3) to log errors (and it should also mention the name of the specific facility used). Also, is it even a good idea to put errors from this program into the system syslog??? I don't think so. Normal usesr may not have access to that. The errors should instead be written to (for example) ~/.vacation.errors or something like that, so that an ordinary end luser can get to them. >How-To-Repeat: Just use vacation in your .forward file with bad command line args. Good luck figuring out what went wrong unless you have access to the syslog log files *and* unless you had logging for the "user" facility enabled. (I had to look in the source to figure this *&^%$ stuff out.) >Fix: Fix the bleedin' man page and also make errors go to ~/.vacation.errors >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 2 2:30: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFA8514D04 for ; Wed, 2 Jun 1999 02:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA63024; Wed, 2 Jun 1999 02:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from shirt.www.demon.net (shirt.www.demon.net [212.240.58.2]) by hub.freebsd.org (Postfix) with ESMTP id A616114CC7 for ; Wed, 2 Jun 1999 02:29:41 -0700 (PDT) (envelope-from fanf@shirt.www.demon.net) Received: (from fanf@localhost) by shirt.www.demon.net (8.9.2/8.9.2) id XAA02365; Sun, 11 Apr 1999 23:06:40 +0100 (BST) (envelope-from fanf) Message-Id: <199904112206.XAA02365@shirt.www.demon.net> Date: Sun, 11 Apr 1999 23:06:40 +0100 (BST) From: Tony Finch Reply-To: Tony Finch To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11988: recvmsg with a cmsghdr but no iovec is broken Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11988 >Category: kern >Synopsis: recvmsg with a cmsghdr but no iovec is broken >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 2 02:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Tony Finch >Release: FreeBSD 3.1-STABLE i386 >Organization: Demon Internet Ltd >Environment: FreeBSD shirt.www.demon.net 3.1-STABLE FreeBSD 3.1-STABLE #15: Thu Apr 1 17:31:19 BST 1999 root@shirt.www.demon.net:/usr/src/sys/compile/SHIRT i386 >Description: I have a program (included below) which opens a TCP listen socket and forks a child with which it communicates over a unix domain socketpair. When a TCP connection is received it passes the new fd to the child which deals with the connection while the parent returns to accept(). The fd is passed using sendmsg() with an empty msg_iov. If the child process does not provide a pointer to a iovec in the msghdr, or if the sum of the iov_len fields is zero, then the child only receives one file descriptor over the socket and subsequent recvmsg()s do not fill in the msg_control block. Furthermore, if the program is killed with SIGINT between the first (successful) connection and the second connection (which would cause the child to exit owing to EBADF) the machine reboots. I don't have a panic message to show because my test machine is a couple of miles away and doesn't like the serial console server. The program does work if the receive iovec has more than zero space. >How-To-Repeat: #include #include #include #include #include #include #include #include #include #include #include #include extern const char *__progname; static void vwarn(const char *message, va_list ap) { int err = errno; fprintf(stderr, "%s (%d): ", __progname, (int)getpid()); vfprintf(stderr, message, ap); if(message[strlen(message)-1] == ':') fprintf(stderr, " %s (%d)\n", strerror(err), err); else fprintf(stderr, "\n"); } #define DO_VWARN \ va_list ap; \ va_start(ap, message); \ vwarn(message, ap); \ va_end(ap) static void warn(const char *message, ...) { DO_VWARN; } static void die(const char *message, ...) { DO_VWARN; exit(1); } static void debug_msg(struct msghdr *msg) { warn("msg = %p", msg); warn("msg->msg_name = %p", msg->msg_name); warn("msg->msg_namelen = %d", msg->msg_namelen); warn("msg->msg_iov = %p", msg->msg_iov); warn("msg->msg_iovlen = %d", msg->msg_iovlen); if(msg->msg_iov) { warn("msg->msg_iov->iov_base = %p", msg->msg_iov->iov_base); warn("msg->msg_iov->iov_len = %d", msg->msg_iov->iov_len); if(msg->msg_iov->iov_base) warn("*msg->msg_iov->iov_base = %d", *msg->msg_iov->iov_base); } warn("msg->msg_control = %p", msg->msg_control); warn("msg->msg_controllen = %d", msg->msg_controllen); warn("msg->msg_flags = %d", msg->msg_flags); warn("((struct cmsghdr *)msg->msg_control)->cmsg_level = %d", ((struct cmsghdr *)msg->msg_control)->cmsg_level); warn("((struct cmsghdr *)msg->msg_control)->cmsg_type = %d", ((struct cmsghdr *)msg->msg_control)->cmsg_type); warn("((struct cmsghdr *)msg->msg_control)->cmsg_len = %d", ((struct cmsghdr *)msg->msg_control)->cmsg_len); warn("*(int *)CMSG_DATA((struct cmsghdr *)msg->msg_control) = %d", *(int *)CMSG_DATA((struct cmsghdr *)msg->msg_control)); } static void child_process(void) { int n, fd; FILE *fp; char byte; struct iovec iov; struct msghdr msg; struct fdcmsg { struct cmsghdr cmsg; int fd; } cmsg; fd_set rfds; msg.msg_name = NULL; msg.msg_namelen = 0; #if 0 /* if this code is enabled the bug does not appear */ msg.msg_iov = &iov; msg.msg_iovlen = 1; iov.iov_base = &byte; iov.iov_len = 1; #elif 1 /* this and the next two sections all exhibit the bug */ msg.msg_iov = &iov; msg.msg_iovlen = 1; iov.iov_base = &byte; iov.iov_len = 0; #elif 0 msg.msg_iov = &iov; msg.msg_iovlen = 1; iov.iov_base = NULL; iov.iov_len = 0; #else msg.msg_iov = NULL; msg.msg_iovlen = 0; iov.iov_base = NULL; iov.iov_len = 0; #endif msg.msg_control = (void *)&cmsg; msg.msg_controllen = sizeof(cmsg); msg.msg_flags = 0; for(;;) { FD_ZERO(&rfds); FD_SET(3, &rfds); if(select(4, &rfds, NULL, NULL, NULL) < 0) die("select:"); if(!FD_ISSET(3, &rfds)) exit(1); byte = 255; cmsg.cmsg.cmsg_level = 0; cmsg.cmsg.cmsg_type = 0; cmsg.cmsg.cmsg_len = sizeof(cmsg); *(int *)CMSG_DATA(&cmsg.cmsg) = -1; debug_msg(&msg); n = recvmsg(3, &msg, 0); if(n < 0) die("recvmsg:"); else warn("recvmsg = %d", n); debug_msg(&msg); fd = *(int *)CMSG_DATA(&cmsg.cmsg); if(write(fd, "wibble\n", 7) < 7) die("write:"); fp = fdopen(fd, "w"); if(!fp) die("fdopen:"); fprintf(fp, "connection to pid %d\n", getpid()); fclose(fp); } } static int make_child(void) { int pid; int fd[2]; if(socketpair(PF_UNIX, SOCK_STREAM, 0, fd) < 0) die("socketpair:"); switch(pid = fork()) { case -1: die("fork:"); case 0: close(fd[0]); dup2(fd[1], 3); close(fd[1]); child_process(); exit(0); default: warn("started pid %d", pid); close(fd[1]); return(fd[0]); } } static int make_sock(int port, int backlog) { int s; int one = 1; struct sockaddr_in sa; s = socket(PF_INET, SOCK_STREAM, 0); if(s < 0) die("socket:"); if(setsockopt(s, SOL_SOCKET, SO_REUSEADDR, (void *)&one, sizeof(one)) < 0) die("setsockopt SO_REUSEADDR:"); memset(&sa, 0, sizeof(sa)); sa.sin_family = AF_INET; sa.sin_port = htons(port); sa.sin_addr.s_addr = INADDR_ANY; if(bind(s, (struct sockaddr *)&sa, sizeof(sa)) < 0) die("bind:"); if(listen(s, backlog) < 0) die("listen:"); return(s); } int main(int argc, char *argv[]) { int sock, child, conn, n; char byte; struct iovec iov; struct msghdr msg; struct fdcmsg { struct cmsghdr cmsg; int fd; } cmsg; setvbuf(stderr, NULL, _IOLBF, 0); sock = make_sock(5000, 10); child = make_child(); msg.msg_name = NULL; msg.msg_namelen = 0; /* these alternatives don't make any difference */ #if 0 msg.msg_iov = &iov; msg.msg_iovlen = 1; #else msg.msg_iov = NULL; msg.msg_iovlen = 0; #endif msg.msg_control = (void *)&cmsg; msg.msg_controllen = sizeof(cmsg); msg.msg_flags = 0; iov.iov_base = &byte; iov.iov_len = 1; byte = 0; cmsg.cmsg.cmsg_level = SOL_SOCKET; cmsg.cmsg.cmsg_type = SCM_RIGHTS; cmsg.cmsg.cmsg_len = sizeof(cmsg); for(;;) { conn = accept(sock, NULL, 0); if(conn < 0) { warn("accept:"); continue; } else warn("accept = %d", conn); *(int *)CMSG_DATA(&cmsg.cmsg) = conn; debug_msg(&msg); n = sendmsg(child, &msg, 0); if(n < 0) warn("sendmsg:"); else warn("sendmsg = %d", n); n = close(conn); warn("close = %d", n); } } >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 3: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4218614DF2 for ; Wed, 2 Jun 1999 03:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA66509; Wed, 2 Jun 1999 03:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 2 Jun 1999 03:00:02 -0700 (PDT) Message-Id: <199906021000.DAA66509@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brian Somers Subject: Re: kern/11988: recvmsg with a cmsghdr but no iovec is broken Reply-To: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11988; it has been noted by GNATS. From: Brian Somers To: Tony Finch Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/11988: recvmsg with a cmsghdr but no iovec is broken Date: Wed, 02 Jun 1999 10:58:41 +0100 > > >Number: 11988 > >Category: kern > >Synopsis: recvmsg with a cmsghdr but no iovec is broken [.....] This has been the case for some time - since before I implemented multi-link ppp. When I was writing it, I attempted to do exactly what you're doing and then to write() all my link configuration data. Things failed badly so I ended up merging everything into a single sendmsg()/recvmsg(). I'm afraid I have nothing fantastic to say (except to confirm that the problem exists, and has done for some time). One other observation (a problem I suffered with for some time); you *must* have some sort of handshake to confirm that the descriptor has been received. If you call close(conn) while the descriptor is still in limbo (an mbuf) the descriptor will arrive at the other end ready to give you EBADF next time you use it. A simple read(child, &ch, 1) after sendmsg() and before the close(conn) and a write(3, "X", 1) after the recvmsg() will do the trick. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 4: 0: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A82B314CF1 for ; Wed, 2 Jun 1999 04:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA72365; Wed, 2 Jun 1999 04:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from doorstop.apana.org.au (doorstop.apana.org.au [203.3.126.18]) by hub.freebsd.org (Postfix) with ESMTP id 89F9A14C36 for ; Wed, 2 Jun 1999 03:54:09 -0700 (PDT) (envelope-from phil@doorstop.apana.org.au) Received: (from phil@localhost) by doorstop.apana.org.au (8.9.3/8.9.3) id UAA02530; Wed, 2 Jun 1999 20:53:56 +1000 (EST) (envelope-from phil) Message-Id: <199906021053.UAA02530@doorstop.apana.org.au> Date: Wed, 2 Jun 1999 20:53:56 +1000 (EST) From: phil@rivendell.apana.org.au Reply-To: phil@rivendell.apana.org.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/11989: pppd(8) output misplaced Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11989 >Category: conf >Synopsis: pppd(8) output misplaced >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 2 04:00:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Phil Homewood >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: pppd version 2.3 patch level 5 >Description: pppd sends "connection errors" to /etc/ppp/connect-errors. Output really shouldn't be going into /etc. >How-To-Repeat: Watch pppd fail to connect. Look in /etc/ppp. >Fix: --- pathnames.h.orig Wed Jun 2 20:48:03 1999 +++ pathnames.h Wed Jun 2 20:50:52 1999 @@ -20,7 +20,7 @@ #define _PATH_AUTHUP "/etc/ppp/auth-up" #define _PATH_AUTHDOWN "/etc/ppp/auth-down" #define _PATH_TTYOPT "/etc/ppp/options." -#define _PATH_CONNERRS "/etc/ppp/connect-errors" +#define _PATH_CONNERRS "/var/log/connect-errors" #define _PATH_USEROPT ".ppprc" #define _PATH_PEERFILES "/etc/ppp/peers/" #define _PATH_PPPDENY "/etc/ppp/ppp.deny" >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 2 6: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D6CB14D9C for ; Wed, 2 Jun 1999 06:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA85797; Wed, 2 Jun 1999 06:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 6087014C58 for ; Wed, 2 Jun 1999 05:54:53 -0700 (PDT) (envelope-from niallm@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 2 Jun 99 13:54:52 +0100 (BST) Message-Id: <9906021354.aa12614@walton.maths.tcd.ie> Date: Wed, 2 Jun 99 13:54:50 +0100 (BST) From: niallm@maths.tcd.ie Reply-To: niallm@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org Cc: niallm@maths.tcd.ie, dwmalone@maths.tcd.ie X-Send-Pr-Version: 3.2 Subject: i386/11991: Installation fdisk problem with 4.0-19990412-CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11991 >Category: i386 >Synopsis: fdisk does not assign slices to unused partitions >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 2 06:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Niall Murphy >Release: 4.0-19990412-CURRENT i386 >Organization: Trinity College Dublin Maths Department >Environment: motherboard, 12x ATAPI CDROM >Description: error when attempting to install to a slice > 1. >How-To-Repeat: slices it sees, but fdisk ignores some of them. >Fix: If you can't juggle partitions around easily there is no fix. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 6:50: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70D0214EFA for ; Wed, 2 Jun 1999 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 GAA07395; Wed, 2 Jun 1999 06:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 2 Jun 1999 06:50:03 -0700 (PDT) Message-Id: <199906021350.GAA07395@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Matt Crawford" Subject: Re: i386/11979: Vaio 505DX touchpad not detected as GlidePoint Reply-To: "Matt Crawford" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11979; it has been noted by GNATS. From: "Matt Crawford" To: Kazutaka YOKOTA Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: i386/11979: Vaio 505DX touchpad not detected as GlidePoint Date: Wed, 02 Jun 1999 08:49:44 -0500 > The built-in pad on Sony VAIO is not detected as GlidePoint, because > it is NOT one of GlidePoint models from ALPS. > > VAIO's pad is, AFAIK, VersaPad from Advanced Technolgy. Its > identification procedure and its native protocol is totally different > from GlidePoint's. > > The work is in progress to add VersaPad support to the psm driver. > > Kazu Are you sure this information is correct for the model Z505DX? Because the pre-installed Windows98 has the following to say about the touchpad. I could imagine that Win98 mis-identifies the device, but note that the last two drivers listed come from Alps! Alps GlidePoint Mouse Registry Key: HKEY_LOCAL_MACHINE\enum\BIOS\*PNP0F13\14 Alloc resources: Logical Configuration 0 IRQ: 12 Mask: x0000 Forced resources: None Boot resources: Logical Configuration 0 IRQ: 12 Mask: x0000 Filtered resources: Logical Configuration 0 IRQ: 0 Mask: x1000 Basic resources: Logical Configuration 0 IRQ: 0 Mask: x1000 Driver: Mouse\0000 Driver Date: 2-14-1999 Driver: msmouse.vxd File Size: 15809 (0x3DC1) File Date: 5/11/1998 8:1 AM Company Name: Microsoft Corporation File Version: 4.10.1998 Driver: mouse.drv File Size: 7712 (0x1E20) File Date: 5/11/1998 8:1 AM Company Name: Microsoft Corporation File Version: 9.01.0.000 Driver: ElProp.dll File Size: Driver Not Installed File Date: Driver Not Installed Driver: EzAuto.dll File Size: Driver Not Installed File Date: Driver Not Installed Driver: Apwheel.exe File Size: Driver Not Installed File Date: Driver Not Installed Driver: Apointjp.pop File Size: Driver Not Installed File Date: Driver Not Installed Driver: Apwheel.dll File Size: Driver Not Installed File Date: Driver Not Installed Driver: EzLaunch.dll File Size: Driver Not Installed File Date: Driver Not Installed Driver: Apoint.dll File Size: Driver Not Installed File Date: Driver Not Installed Driver: Ezcapt.exe File Size: Driver Not Installed File Date: Driver Not Installed Driver: Apoint.exe File Size: Driver Not Installed File Date: Driver Not Installed Driver: Vxdif.dll File Size: 29184 (0x7200) File Date: 1/31/1999 8:36 AM Company Name: Alps Electric Co., Ltd. File Version: 4.5.1.27 Driver: Apoint.vxd File Size: 32025 (0x7D19) File Date: 2/12/1999 1:15 PM Company Name: Alps Electric Co.,Ltd. File Version: 4.5.1.67 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 7:10:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD6DA15124 for ; Wed, 2 Jun 1999 07:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA53738; Wed, 2 Jun 1999 07:10:02 -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 CD69214D61 for ; Wed, 2 Jun 1999 07:09:57 -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 HAA27249 for ; Wed, 2 Jun 1999 07:09:57 -0700 Received: from passer.osg.gov.bc.ca(142.32.110.29) via SMTP by point.osg.gov.bc.ca, id smtpda27247; Wed Jun 2 07:09:39 1999 Received: (from cschuber@localhost) by passer.osg.gov.bc.ca (8.9.3/8.9.1) id HAA04013; Wed, 2 Jun 1999 07:09:39 -0700 (PDT) Message-Id: <199906021409.HAA04013@passer.osg.gov.bc.ca> Date: Wed, 2 Jun 1999 07:09:39 -0700 (PDT) From: Cy Schubert Reply-To: cschuber@uumail.gov.bc.ca To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11993: panic: getnewbuf: inconsistent EMPTY queue, qindex=0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11993 >Category: kern >Synopsis: panic: getnewbuf: inconsistent EMPTY queue, qindex=0 >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 2 07:10:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Cy Schubert >Release: FreeBSD 3.2-RELEASE i386 >Organization: ITSD province of BC >Environment: FreeBSD passer.osg.gov.bc.ca 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue Jun 1 23:31:36 PDT 1999 root@passer.osg.gov.bc.ca:/opt/cvs-320/src/sys/compile/PASSER i386 Jun 2 00:00:00 passer CRON[758]: (root) CMD (/usr/libexec/atrun) Jun 2 00:18:58 passer syslogd: restart Jun 2 00:18:58 passer /kernel: Copyright (c) 1992-1999 FreeBSD Inc. Jun 2 00:18:58 passer /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Jun 2 00:18:58 passer /kernel: The Regents of the University of California. All rights reserved. Jun 2 00:18:58 passer /kernel: FreeBSD 3.2-RELEASE #0: Tue Jun 1 23:31:36 PDT 1999 Jun 2 00:18:58 passer /kernel: root@passer.osg.gov.bc.ca:/opt/cvs-320/src/sys/c ompile/PASSER Jun 2 00:18:58 passer /kernel: Timecounter "i8254" frequency 1193182 Hz Jun 2 00:18:58 passer /kernel: Timecounter "TSC" frequency 331109738 Hz Jun 2 00:18:58 passer /kernel: CPU: Pentium II/Xeon/Celeron (331.11-MHz 686-cla ss CPU) Jun 2 00:18:58 passer /kernel: Origin = "GenuineIntel" Id = 0x650 Stepping=0 Jun 2 00:18:58 passer /kernel: Features=0x183f9ff> Jun 2 00:18:58 passer /kernel: real memory = 134217728 (131072K bytes) Jun 2 00:18:58 passer /kernel: avail memory = 127741952 (124748K bytes) Jun 2 00:18:58 passer /kernel: Preloaded elf kernel "kernel" at 0xc02b6000. Jun 2 00:18:58 passer /kernel: Probing for devices on PCI bus 0: Jun 2 00:18:58 passer /kernel: chip0: rev 0x03 on pci0.0.0 Jun 2 00:18:58 passer /kernel: chip1: rev 0x03 on pci0.1.0 Jun 2 00:18:58 passer /kernel: chip2: rev 0x0 1 on pci0.7.0 Jun 2 00:18:58 passer /kernel: chip3: rev 0x01 on pci0.7.3 Jun 2 00:18:58 passer /kernel: ahc0: rev 0x03 int a irq 11 on pci0.14.0 Jun 2 00:18:58 passer /kernel: ahc0: aic7895 Wide Channel A, SCSI Id=7, 16/255 SCBs Jun 2 00:18:58 passer /kernel: ahc1: rev 0x03 int b irq 14 on pci0.14.1 Jun 2 00:18:58 passer /kernel: ahc1: aic7895 Single Channel B, SCSI Id=7, 16/25 5 SCBs Jun 2 00:18:58 passer /kernel: xl0: <3Com 3c905-TX Fast Etherlink XL> rev 0x00 int a irq 14 on pci0.17.0 Jun 2 00:18:58 passer /kernel: xl0: Ethernet address: 00:c0:4f:ae:9f:e8 Jun 2 00:18:58 passer /kernel: xl0: autoneg complete, link status good (full-du plex, 100Mbps) Jun 2 00:18:58 passer /kernel: Probing for devices on PCI bus 1: Jun 2 00:18:58 passer /kernel: vga0: rev 0x5c on pci1.0.0 Jun 2 00:18:58 passer /kernel: Probing for devices on the ISA bus: Jun 2 00:18:58 passer /kernel: sc0 on isa Jun 2 00:18:58 passer /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Jun 2 00:18:58 passer /kernel: atkbdc0 at 0x60-0x6f on motherboard Jun 2 00:18:59 passer /kernel: atkbd0 irq 1 on isa Jun 2 00:18:59 passer /kernel: psm0 not found Jun 2 00:18:59 passer /kernel: sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa Jun 2 00:18:59 passer /kernel: sio0: type 16550A Jun 2 00:18:59 passer /kernel: sio1 at 0x2f8-0x2ff irq 3 on isa Jun 2 00:18:59 passer /kernel: sio1: type 16550A Jun 2 00:18:59 passer /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Jun 2 00:18:59 passer /kernel: fdc0: FIFO enabled, 8 bytes threshold Jun 2 00:18:59 passer /kernel: fd0: 1.44MB 3.5in Jun 2 00:18:59 passer /kernel: ppc0 at 0x378 irq 7 on isa Jun 2 00:18:59 passer /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in C OMPATIBLE mode Jun 2 00:18:59 passer /kernel: ppc0: FIFO with 16/16/8 bytes threshold Jun 2 00:18:59 passer /kernel: vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 o n isa Jun 2 00:18:59 passer /kernel: npx0 on motherboard Jun 2 00:18:59 passer /kernel: npx0: INT 16 interface Jun 2 00:18:59 passer /kernel: IP packet filtering initialized, divert disabled , rule-based forwarding disabled, unlimited logging Jun 2 00:18:59 passer /kernel: IP Filter: initialized. Default = pass all, Log ging = enabled Jun 2 00:18:59 passer /kernel: Waiting 15 seconds for SCSI devices to settle Jun 2 00:18:59 passer /kernel: cd0 at ahc0 bus 0 target 5 lun 0 Jun 2 00:18:59 passer /kernel: cd0: Removable CD-RO M SCSI-2 device Jun 2 00:18:59 passer /kernel: cd0: 20.000MB/s transfers (20.000MHz, offset 15) Jun 2 00:18:59 passer /kernel: cd0: Attempt to query device size failed: NOT RE ADY, Medium not present Jun 2 00:18:59 passer /kernel: da0 at ahc0 bus 0 target 0 lun 0 Jun 2 00:18:59 passer /kernel: da0: Fixed Direct A ccess SCSI-2 device Jun 2 00:18:59 passer /kernel: da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) Jun 2 00:18:59 passer /kernel: da0: 8683MB (17783204 512 byte sectors: 255H 63S /T 1106C) Jun 2 00:18:59 passer /kernel: WARNING: / was not properly dismounted Jun 2 00:18:59 passer /kernel: ffs_mountfs: superblock updated for soft updates Jun 2 00:18:59 passer last message repeated 2 times Jun 2 00:18:59 passer savecore: reboot after panic: getnewbuf: inconsistent EMP TY queue, qindex=0 Jun 2 00:18:59 passer savecore: writing core to /var/crash/vmcore.0 Jun 2 00:19:39 passer savecore: writing kernel to /var/crash/kernel.0 >Description: panic: getnewbuf: inconsistent EMPTY queue, qindex=0 Core dump is unusable: passer# gdb -k 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". (kgdb) exec-file kernel.0 (kgdb) symbol-file /sys/compile/PASSER/kernel Reading symbols from /sys/compile/PASSER/kernel...done. (kgdb) core-file vmcore.0 IdlePTD 2883584 kernel symbol `gd_curpcb' not found. (kgdb) bt No stack. (kgdb) passer# Strings of vmcore.0: ipfw: 65534 Deny UDP 142.32.110.29:123 142.32.254.9:123 out via xl0 panic: getnewbuf: inconsistent EMPTY queue, qindex=0 syncing disks... panic: getnewbuf: inconsistent EMPTY queue, qindex=0 dumping to dev 20401, offset 524288 dump 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 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 3 3 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 >How-To-Repeat: Unknown. Running a memory intensive application (tripwire) at the time. >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 Wed Jun 2 7:10:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A556414D61 for ; Wed, 2 Jun 1999 07:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA53728; Wed, 2 Jun 1999 07:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 150DF15124; Wed, 2 Jun 1999 07:07:06 -0700 (PDT) Message-Id: <19990602140706.150DF15124@hub.freebsd.org> Date: Wed, 2 Jun 1999 07:07:06 -0700 (PDT) From: dima@server.ru To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/11992: /usr/src/sbin/mountd/mountd.c has '#ifdef __NetBSD' a msdosfs_args in union 'args' that used in mount call Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11992 >Category: bin >Synopsis: /usr/src/sbin/mountd/mountd.c has '#ifdef __NetBSD' a msdosfs_args in union 'args' that used in mount call >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 2 07:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dmitry Kazarov >Release: FreeBSD-3.2-STABLE >Organization: Server Inc >Environment: >Description: lines 1647-1654 of /usr/src/sbin/mountd/mountd.c are: union { struct ufs_args ua; struct iso_args ia; struct mfs_args ma; #ifdef __NetBSD__ struct msdosfs_args da; #endif } args; late in lines 1730-1731 that union used in mount (2) call: while (mount(fsb->f_fstypename, ... , (caddr_t)&args) < 0 ) { Other occurences of msdosfs are not #ifdef-ed (lines 66, 775-780, 784) so that ifdef could case a problem on exporting msdos fs. >How-To-Repeat: Just look there >Fix: Remove lines 1651 and 1653. >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 2 7:40: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9844214D04 for ; Wed, 2 Jun 1999 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 HAA56025; Wed, 2 Jun 1999 07:40:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 2 Jun 1999 07:40:05 -0700 (PDT) Message-Id: <199906021440.HAA56025@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: kern/11993: panic: getnewbuf: inconsistent EMPTY queue, qindex=0 Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11993; it has been noted by GNATS. From: Ruslan Ermilov To: cschuber@uumail.gov.bc.ca Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11993: panic: getnewbuf: inconsistent EMPTY queue, qindex=0 Date: Wed, 2 Jun 1999 17:24:03 +0300 On Wed, Jun 02, 1999 at 07:09:39AM -0700, Cy Schubert wrote: > > > >Description: > > panic: getnewbuf: inconsistent EMPTY queue, qindex=0 > > Core dump is unusable: > > passer# gdb -k > 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". > (kgdb) exec-file kernel.0 > (kgdb) symbol-file /sys/compile/PASSER/kernel > Reading symbols from /sys/compile/PASSER/kernel...done. > (kgdb) core-file vmcore.0 > IdlePTD 2883584 > kernel symbol `gd_curpcb' not found. > (kgdb) bt > No stack. > (kgdb) passer# > Upgrade to 3.2-STABLE. It will cure ``gdb unusable'' problem at least. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 8: 0: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF7FB14A2D for ; Wed, 2 Jun 1999 08:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA57587; Wed, 2 Jun 1999 08:00:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 2 Jun 1999 08:00:07 -0700 (PDT) Message-Id: <199906021500.IAA57587@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kazutaka YOKOTA Subject: Re: i386/11979: Vaio 505DX touchpad not detected as GlidePoint Reply-To: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11979; it has been noted by GNATS. From: Kazutaka YOKOTA To: "Matt Crawford" Cc: FreeBSD-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: i386/11979: Vaio 505DX touchpad not detected as GlidePoint Date: Wed, 02 Jun 1999 23:55:10 +0900 >> The built-in pad on Sony VAIO is not detected as GlidePoint, because >> it is NOT one of GlidePoint models from ALPS. >> >> VAIO's pad is, AFAIK, VersaPad from Advanced Technolgy. Its ~~~~~~~~~~~~~~~~~~ I was wrong; it is InterLink Electronics. >> identification procedure and its native protocol is totally different >> from GlidePoint's. >> >> The work is in progress to add VersaPad support to the psm driver. >> >> Kazu > >Are you sure this information is correct for the model Z505DX? >Because the pre-installed Windows98 has the following to say about >the touchpad. I could imagine that Win98 mis-identifies the device, >but note that the last two drivers listed come from Alps! > > Alps GlidePoint > Mouse > Registry Key: HKEY_LOCAL_MACHINE\enum\BIOS\*PNP0F13\14 > Alloc resources: Logical Configuration 0 [...] This is very interesting! But, I am not yet very convinced that the data sequence 53 02 14 is the indication of GlidePoint. Are you very sure that the pad on Z505DX is a GlidePoint? Is there any VAIO's manual or doc identifying this pad as GlidePoint? Does it behave like GlidePoint? You can verify this by doing the following: 1. Boot the kernel with our patch. 2. Become root and kill `moused' if it is running. 3. Run `moused' in the debug mode as follows: moused -d -f -p /dev/psm0 -l 2 4. `Tap' the surface of the pad. If this action is reported as the button 4, the device is acting like GlidePoint. 5. Hit ^C to stop moused. ALPS has produced various models of GlidePoint and there are some GlidePoint models which do NOT report `tap' action as the button 4. These models are not recognized as GlidePoint by the psm driver, because they behave like ordinary two or three button mice and require no special handling. (The models which report `tap' as the button 4 DO require special treatment to detect the button 4.) BTW, I am very positive that VAIO 505GX, 505RX (and possibly other models) come with VersaPad. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 8:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 725DC15270 for ; Wed, 2 Jun 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA61897; Wed, 2 Jun 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 2 Jun 1999 08:40:02 -0700 (PDT) Message-Id: <199906021540.IAA61897@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: bin/11987: vacation(1) documentation and error logging both suck Reply-To: Tim Vanderhoek Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11987; it has been noted by GNATS. From: Tim Vanderhoek To: "Ronald F. Guilmette" Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/11987: vacation(1) documentation and error logging both suck Date: Wed, 2 Jun 1999 11:38:59 -0400 On Wed, Jun 02, 1999 at 02:52:48AM -0400, Ronald F. Guilmette wrote: > > syslog log files *and* unless you had logging for the "user" facility > enabled. (I had to look in the source to figure this *&^%$ stuff out.) Umm, having now looked in the source, you are in a pretty good position to actually write a patch that at least partially closes your problem report... Submitting a patch as a fix would make this much more likely to get dealt with. > >Fix: > > Fix the bleedin' man page and also make errors go to ~/.vacation.errors [get dealt with ... than this as a fix]. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 10:30: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00DD114C49 for ; Wed, 2 Jun 1999 10:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA75688; Wed, 2 Jun 1999 10:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3272614C30; Wed, 2 Jun 1999 10:28:15 -0700 (PDT) Message-Id: <19990602172815.3272614C30@hub.freebsd.org> Date: Wed, 2 Jun 1999 10:28:15 -0700 (PDT) From: gnut@fc.kiev.ua To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/11995: smp kernel panics when accessing cyclades card Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11995 >Category: kern >Synopsis: smp kernel panics when accessing cyclades 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: Wed Jun 2 10:30:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Oles' Hnatkevych >Release: 3.2 >Organization: Finance & Credit Banking Corporation >Environment: FreeBSD blend.fc.kiev.ua 3.2-STABLE FreeBSD 3.2-STABLE #0: Wed Jun 2 19:51:42 EEST 1999 root@blend.fc.kiev.ua:/usr/src/sys/compile/GNUT i386 >Description: The driver for the Cyclades Y multiport serial cards panics when trying to access any port with tip(1) (at least with it) when kernel is SMP. The same kernel except for SMP options works perfectly. >How-To-Repeat: Get Cyclades 8Yo card, install it on 2-processor (at least PII) motherboard (one of the Supermicro Super series will do), and configure /etc/remote and run tip on it, not forgetting to configure SMP kernel. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 11:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A52981540E for ; Wed, 2 Jun 1999 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80487; Wed, 2 Jun 1999 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 2 Jun 1999 11:20:02 -0700 (PDT) Message-Id: <199906021820.LAA80487@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ronald F. Guilmette" Subject: Re: bin/11987: vacation(1) documentation and error logging both suck Reply-To: "Ronald F. Guilmette" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/11987; it has been noted by GNATS. From: "Ronald F. Guilmette" To: Tim Vanderhoek Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/11987: vacation(1) documentation and error logging both suck Date: Wed, 02 Jun 1999 10:19:08 -0700 In message <19990602113859.B90582@mad>, you wrote: >On Wed, Jun 02, 1999 at 02:52:48AM -0400, Ronald F. Guilmette wrote: >> >> syslog log files *and* unless you had logging for the "user" facility >> enabled. (I had to look in the source to figure this *&^%$ stuff out.) > >Umm, having now looked in the source, you are in a pretty good >position to actually write a patch that at least partially closes your >problem report... Submitting a patch as a fix would make this much >more likely to get dealt with. I wish that I had time to do that. Unfortunately, I am already over my head in other public service work. (I am trying to save the Galaxy from spam. See http://www.imrss.org/ and also http://www.imrss.org/dssl.) -- Ron Guilmette, Roseville, California ---------- E-Scrub Technologies, Inc. -- Deadbolt(tm) Personal E-Mail Filter demo: http://www.e-scrub.com/deadbolt/ -- FREE Web Harvester Protection - http://www.e-scrub.com/wpoison/ - Try it! -- FREE DynamicIP Spam Filtering - http://www.imrss.org/dssl/ - TELL YOUR ISP! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 11:50: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 30E9115347 for ; Wed, 2 Jun 1999 11:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA83644; Wed, 2 Jun 1999 11:50:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 2 Jun 1999 11:50:06 -0700 (PDT) Message-Id: <199906021850.LAA83644@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Matt Crawford" Subject: Re: i386/11979: Vaio 505DX touchpad not detected as GlidePoint Reply-To: "Matt Crawford" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/11979; it has been noted by GNATS. From: "Matt Crawford" To: Kazutaka YOKOTA Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: i386/11979: Vaio 505DX touchpad not detected as GlidePoint Date: Wed, 02 Jun 1999 13:46:24 -0500 > 3. Run `moused' in the debug mode as follows: > moused -d -f -p /dev/psm0 -l 2 > 4. `Tap' the surface of the pad. If this action is reported as > the button 4, the device is acting like GlidePoint. It reports button 1. But it is communicating with three-byte packets from psm0. When moused starts as part of normal boot, it reports "moused: mouse type mismatch (ps/2 != glidepoint), ps/2 is assumed". This looks like some high weirdness between the driver and moused. But I'm *positive* that the device is an ALPS glidepoint, because I found the Windows driver installation kit and .INF file, and the pen-input programs. Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 12:10: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C66C1551D for ; Wed, 2 Jun 1999 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 MAA85215; Wed, 2 Jun 1999 12:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id CD0FF154EC for ; Wed, 2 Jun 1999 12:09:22 -0700 (PDT) (envelope-from andre.albsmeier@mchp.siemens.de) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id VAA28877 for ; Wed, 2 Jun 1999 21:09:18 +0200 (MET DST) Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.42.7]) by mail2.siemens.de (8.9.3/8.9.3) with ESMTP id VAA24055 for ; Wed, 2 Jun 1999 21:09:18 +0200 (MET DST) Received: (from daemon@localhost) by curry.mchp.siemens.de (8.9.3/8.9.3) id VAA25308 for ; Wed, 2 Jun 1999 21:09:17 +0200 (CEST) Message-Id: <199906021909.VAA06209@internal> Date: Wed, 2 Jun 1999 21:09:14 +0200 (CEST) From: Andre Albsmeier To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/11997: Enhancement for lpr Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11997 >Category: bin >Synopsis: Enhancement for lpr >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 2 12:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Andre Albsmeier >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: any lpr >Description: I think I have a nice enhancement for lpr in case the file to be printed resides on the same filesystem as the lpd spooling directory and should be deleted after printing. That really becomes interesting in combination with samba and pcnfs (and maybe others) since they: a) create temporay files which are removed after printing, b) often have their spool area on the same fs as lpd. Normally they invoke lpr with -r. So lpr copies the (temporary) file and deletes it. After having been printed, lpd removes its file also. So why do we copy the file when it is removed afterwards? Since especially our files here being printed via samba are rather big (20MB and more) this consumes time for copying and temporary disk space as well. I have made a small patch for lpr.c which tries to move the file if being called with -r. If that failes (maybe because the file resides on a different fs), it continues normally. I would like if someone could look into my patch if it contains security holes or other flaws I haven't thought about. If this isn't the case, maybe we could commit it to the main tree. (Yes, in that case I will change the style :-)) This code is now running here for about a year and never produced problems. The speed for printing large samba files significally increased as well as the fs usage was reduced. The patch is against a recent 3.1-STABLE. >How-To-Repeat: >Fix: *** usr.sbin/lpr/lpr/lpr.c.ORI Wed Feb 3 19:13:57 1999 --- usr.sbin/lpr/lpr/lpr.c Wed Feb 3 19:15:23 1999 *************** *** 370,375 **** --- 370,393 ---- } if (sflag) printf("%s: %s: not linked, copying instead\n", name, arg); + if( f ) { /* means that the file should be deleted */ + seteuid(euid); /* needed for rename() to succeed */ + if( ! rename( arg, dfname ) ) { + register int i; + chmod( dfname, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP ); + chown( dfname, userid, getgrnam("daemon")->gr_gid ); + seteuid(uid); + if (format == 'p') + card('T', title ? title : arg); + for (i = 0; i < ncopies; i++) + card(format, &dfname[inchar-2]); + card('U', &dfname[inchar-2]); + card('N', arg); + nact++; + continue; + } + seteuid(uid); + } if ((i = open(arg, O_RDONLY)) < 0) { printf("%s: cannot open %s\n", name, arg); } else { >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 2 16:20: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A1C46151DF for ; Wed, 2 Jun 1999 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA08663; Wed, 2 Jun 1999 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 2 Jun 1999 16:20:02 -0700 (PDT) Message-Id: <199906022320.QAA08663@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dag-Erling Smorgrav Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Dag-Erling Smorgrav To: alex@wnm.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Date: 01 Jun 1999 16:26:46 +0200 alex@wnm.net writes: > The default /etc/inetd.conf contains commented out lines for enabling > identd. Both relevant lines refer to the 'ident' service, which is, > according to /etc/services, really 'auth', as it should be. Oh? root@des ~# grep -w 113 /etc/services auth 113/tcp ident tap #Authentication Service auth 113/udp ident tap #Authentication Service > >How-To-Repeat: > Try running identd without having noticed the glitch. :) Works just fine, thank you very much :) DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 17: 0:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 631731516F for ; Wed, 2 Jun 1999 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA11109; Wed, 2 Jun 1999 17:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 2 Jun 1999 17:00:02 -0700 (PDT) Message-Id: <199906030000.RAA11109@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Cy Schubert Subject: Re: kern/11993: panic: getnewbuf: inconsistent EMPTY queue, qindex=0 Reply-To: Cy Schubert Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11993; it has been noted by GNATS. From: Cy Schubert To: freebsd-gnats-submit@freebsd.org, cschuber@uumail.gov.bc.ca Cc: Subject: Re: kern/11993: panic: getnewbuf: inconsistent EMPTY queue, qindex=0 Date: Wed, 02 Jun 1999 16:56:30 -0700 Got the patch in, backtrace follows. IdlePTD 2883584 initial pcb at 252b70 panicstr: getnewbuf: inconsistent EMPTY queue, qindex=0 panic messages: --- panic: getnewbuf: inconsistent EMPTY queue, qindex=0 syncing disks... panic: getnewbuf: inconsistent EMPTY queue, qindex=0 dumping to dev 20401, offset 524288 dump 128 127 126 125 124 123 122 121 120 119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 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 3 3 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 ../../kern/kern_shutdown.c:285 285 dumppcb.pcb_cr3 = rcr3(); (kgdb) bt #0 boot (howto=260) at ../../kern/kern_shutdown.c:285 #1 0xc0148328 in at_shutdown ( function=0xc022c835 <__set_sysctl__vfs_sym_sysctl___vfs_kvafreespace+217>, arg=0x0, queue=512) at ../../kern/kern_shutdown.c:446 #2 0xc016645d in getnewbuf (vp=0xc5b99840, blkno=720976, slpflag=0, slptimeo=0, size=8192, maxsize=8192) at ../../kern/vfs_bio.c:970 #3 0xc0166fa8 in getblk (vp=0xc5b99840, blkno=720976, size=8192, slpflag=0, slptimeo=0) at ../../kern/vfs_bio.c:1511 #4 0xc01657bd in bread (vp=0xc5b99840, blkno=720976, size=8192, cred=0x0, bpp=0xc5ce5c5c) at ../../kern/vfs_bio.c:282 #5 0xc01de40c in ffs_update (vp=0xc5ca4440, waitfor=0) at ../../ufs/ffs/ffs_inode.c:98 #6 0xc01e757e in ffs_fsync (ap=0xc5ce5ce4) at ../../ufs/ffs/ffs_vnops.c:258 #7 0xc01e5983 in ffs_sync (mp=0xc09da200, waitfor=2, cred=0xc0751180, p=0xc026c760) at vnode_if.h:499 #8 0xc016e8af in sync (p=0xc026c760, uap=0x0) at ../../kern/vfs_syscalls.c:549 #9 0xc0147ee9 in boot (howto=256) at ../../kern/kern_shutdown.c:203 #10 0xc0148328 in at_shutdown ( function=0xc022c835 <__set_sysctl__vfs_sym_sysctl___vfs_kvafreespace+217>, arg=0x0, queue=8192) at ../../kern/kern_shutdown.c:446 #11 0xc016645d in getnewbuf (vp=0xc5ccd180, blkno=0, slpflag=0, slptimeo=0, size=3072, maxsize=8192) at ../../kern/vfs_bio.c:970 #12 0xc0166fa8 in getblk (vp=0xc5ccd180, blkno=0, size=3072, slpflag=0, slptimeo=0) at ../../kern/vfs_bio.c:1511 #13 0xc01657bd in bread (vp=0xc5ccd180, blkno=0, size=3072, cred=0x0, bpp=0xc5ce5e94) at ../../kern/vfs_bio.c:282 #14 0xc01e648f in ffs_read (ap=0xc5ce5ec8) at ../../ufs/ufs/ufs_readwrite.c:245 #15 0xc01727c3 in vn_read (fp=0xc0b14840, uio=0xc5ce5f10, cred=0xc0b01580, flags=0) at vnode_if.h:303 #16 0xc0152db1 in dofileread (p=0xc5c80b20, fp=0xc0b14840, fd=5, buf=0x8073000, nbyte=8192, offset=-1, flags=0) at ../../kern/sys_generic.c:179 #17 0xc0152cbb in read (p=0xc5c80b20, uap=0xc5ce5f94) at ../../kern/sys_generic.c:111 #18 0xc02139db in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 134647808, tf_esi = 672290124, tf_ebp = -1077953560, tf_isp = -976330780, tf_ebx = 672233588, tf_edx = 5, tf_ecx = 134688768, tf_eax = 3, tf_trapno = 0, tf_err = 2, tf_eip = 671985688, tf_cs = 31, tf_eflags = 534, tf_esp = -1077953596, tf_ss = 39}) at ../../i386/i386/trap.c:1100 #19 0xc020af1c in Xint0x80_syscall () #20 0x280fdd35 in ?? () #21 0x280fdbf6 in ?? () #22 0x2807344e in ?? () #23 0x804a9b1 in ?? () #24 0x804a5b2 in ?? () #25 0x8049dbd in ?? () CONF= # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: GENERIC,v 1.143.2.2 1999/02/15 02:50:07 des Exp $ machine "i386" cpu "I686_CPU" ident GENERIC maxusers 32 maxusers 20 # options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] options MFS #Memory Filesystem options MFS_ROOT #MFS usable as root device, "MFS" req'ed options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem # options UMAPFS #UID map filesystem options UNION #Union filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console # options FAILSAFE #Be conservative # options USERCONFIG #boot -c editor # options VISUAL_USERCONFIG #visual boot -c editor config kernel root on da0s1a swap on da0s1b # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 # disk fd1 at fdc0 drive 1 options "CMD640" # work around CMD640 chip deficiency # controller wdc0 at isa? port "IO_WD1" bio irq 14 flags 0xa0ffa0ff # disk wd0 at wdc0 drive 0 # disk wd1 at wdc0 drive 1 # controller wdc1 at isa? port "IO_WD2" bio irq 15 flags 0xa0ffa0ff # disk wd2 at wdc1 drive 0 # disk wd3 at wdc1 drive 1 # options ATAPI #Enable ATAPI support for IDE bus # options ATAPI_STATIC #Don't do it as an LKM # device acd0 #IDE CD-ROM # device wfd0 #IDE Floppy (e.g. LS-120) # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. # controller ncr0 # controller ahb0 controller ahc0 # controller isp0 # This controller offers a number of configuration options, too many to # document here - see the LINT file in this directory and look up the # dpt0 entry there for much fuller documentation on this. # controller dpt0 # controller adv0 at isa? port ? cam irq ? # controller adw0 # controller bt0 at isa? port ? cam irq ? # controller aha0 at isa? port ? cam irq ? #controller aic0 at isa? port 0x340 bio irq 11 controller scbus0 device da0 device sa0 device pass0 device cd0 #Only need one of these, the code dynamically grows # device wt0 at isa? port 0x300 bio irq 5 drq 1 # device mcd0 at isa? port 0x300 bio irq 10 # controller matcd0 at isa? port 0x230 bio # device scd0 at isa? port 0x230 bio # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) # # device apm0 at isa? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 # device sio2 at isa? disable port "IO_COM3" tty irq 5 # device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? net irq 7 controller ppbus0 device nlpt0 at ppbus? # device plip0 at ppbus? # device ppi0 at ppbus? #controller vpo0 at ppbus? # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. # device ax0 # device de0 # device fxp0 # device mx0 # device pn0 # device rl0 # device tl0 # device tx0 # device vr0 # device vx0 # device wb0 device xl0 # device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 # device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 # device ep0 at isa? port 0x300 net irq 10 # device ex0 at isa? port? net irq? # device fe0 at isa? port 0x300 net irq ? # device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 # device lnc0 at isa? port 0x280 net irq 10 drq 0 # device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 # device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 # device cs0 at isa? port 0x300 net irq ? pseudo-device loop pseudo-device ether # pseudo-device sl 1 # pseudo-device ppp 1 # pseudo-device tun 1 pseudo-device pty 64 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory and message queues. # options SYSVSHM options SYSVMSG options SYSVSEM options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about # dropped packets # options IPDIVERT #divert sockets options IPFILTER #kernel ipfilter support options IPFILTER_LOG #ipfilter logging options QUOTA #enable disk quotas # ICMP_BANDLIM enables icmp error response bandwidth limiting. You # typically want this option as it will help protect the machine from # D.O.S. packet attacks. # options "ICMP_BANDLIM" # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. pseudo-device bpfilter 4 #Berkeley packet filter # USB support #controller uhci0 #controller ohci0 #controller usb0 # # for the moment we have to specify the priorities of the device # drivers explicitly by the ordering in the list below. This will # be changed in the future. # #device ums0 #device ukbd0 #device ulpt0 #device uhub0 #device ucom0 #device umodem0 #device hid0 #device ugen0 # #options USB_DEBUG #options USBVERBOSE # Soft updates is technique for improving file system speed and # making abrupt shutdown less risky. It is not enabled by default due # to copyright restraints on the code that implement it. # # Read .../../ufs/ffs/README.softupdates to learn what you need to # do to enable this. ../../../contrib/sys/softupdates/README gives # more details on how they actually work. # options SOFTUPDATES ##################################################################### # POSIX P1003.1B # Real time extensions added int the 1993 Posix # P1003_1B: Infrastructure # _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING # _KPOSIX_VERSION: Version kernel is built for options "P1003_1B" options "_KPOSIX_PRIORITY_SCHEDULING" options "_KPOSIX_VERSION=199309L" -- Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 Open Systems Group Internet: Cy.Schubert@uumail.gov.bc.ca ITSD Cy.Schubert@gems8.gov.bc.ca Province of BC "e**(i*pi)+1=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 2 17:27:51 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 60B9814EF8; Wed, 2 Jun 1999 17:27:50 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA13175; Wed, 2 Jun 1999 17:27:50 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Wed, 2 Jun 1999 17:27:50 -0700 (PDT) From: Message-Id: <199906030027.RAA13175@freefall.freebsd.org> To: mutantsquirrel@hotmail.com, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11901: I commented out all the NIC cards i don't have in GENERIC and saved it to TEST then configed it and did make depend and it errors and tells me to report the bug so here it is. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: I commented out all the NIC cards i don't have in GENERIC and saved it to TEST then configed it and did make depend and it errors and tells me to report the bug so here it is. State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Wed Jun 2 17:26:37 PDT 1999 State-Changed-Why: Sorry, nothing we can do without the additional information that was requested some time ago.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 18:10: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6F4014FED for ; Wed, 2 Jun 1999 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA16399; Wed, 2 Jun 1999 18:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from frigga.aero.org (frigga.aero.org [206.117.53.196]) by hub.freebsd.org (Postfix) with ESMTP id 1975C14EF8 for ; Wed, 2 Jun 1999 18:03:23 -0700 (PDT) (envelope-from brooks@frigga.aero.org) Received: (from brooks@localhost) by frigga.aero.org (8.9.3/8.9.3) id SAA00504; Wed, 2 Jun 1999 18:02:53 -0700 (PDT) (envelope-from brooks) Message-Id: <199906030102.SAA00504@frigga.aero.org> Date: Wed, 2 Jun 1999 18:02:53 -0700 (PDT) From: brooks@one-eyed-alien.net Reply-To: brooks@one-eyed-alien.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/11999: Non-standard error checking in shmget Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11999 >Category: kern >Synopsis: shmget's error handling is not consistant with other unices. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 2 18:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brooks Davis >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: # uname -v FreeBSD 3.2-STABLE #4: Wed Jun 2 17:09:25 PDT 1999 brooks@frigga.aero.org:/usr/src/sys/compile/FRIGGA >Description: In applications which require a shared memory segment to be created and then attached to by a number of processes, a segment must be created with a unique key and then the key must be passed to the other processes so they can attach to the segment. An easy way to do this is to call semget with random keys and the IPC_EXCL option set until it suceeds. key_t gs_sysv_keygen( int num_elements, size_t element_size ) { int shmid; key_t key = getpid(); while( ( shmid = shmget( key, num_elements * element_size, SHM_R | SHM_W | IPC_CREAT | IPC_EXCL ) ) == -1 ) { /* * If we failed for some reason other then existance of a previous * shm segment with this key then just bail out now since all the * other errors are non-recoverable at this level. */ if( errno != EEXIST ) return -1; key++; } return key; } This code works under Solaris 2.5.1 and IRIX 6.4. However, it doesn't always work under FreeBSD 3.2-STABLE and a quick look at the repository indicates that is won't work under current either. The problem is that other unices check for existance before other fatal errors, but FreeBSD doesn't. It checks both permission and size before checking for existance and IPC_EXCL. >How-To-Repeat: /* * On Irix and Solaris this code prints: * * # ./a.out 5 * key: 5 * shmget of 1024 bytes with IPC_CREAT and IPC_EXCL: success * shmget of 1024 bytes with IPC_CREAT and IPC_EXCL: error: File exists * shmget of 2048 bytes with IPC_CREAT and IPC_EXCL: error: File exists * * On FreeBSD the second error is "Invalid argument" instead of "File * exists". * */ #include #include #include #include #include #include #include int main(int argc, char **argv) { key_t shmkey; int shmid[3]; if(argc != 2) { fprintf(stderr, "Usage: %s \n", argv[0]); exit(-1); } shmkey = atoi(argv[1]); printf("key: %d\n", shmkey); printf("shmget of 1024 bytes with IPC_CREAT and IPC_EXCL: "); errno = 0; if((shmid[0] = shmget(shmkey, 1024, IPC_CREAT | IPC_EXCL)) == -1) printf("error: %s\n", strerror(errno)); else printf("success\n"); printf("shmget of 1024 bytes with IPC_CREAT and IPC_EXCL: "); errno = 0; if((shmid[1] = shmget(shmkey, 1024, IPC_CREAT | IPC_EXCL)) == -1) printf("error: %s\n", strerror(errno)); else printf("success\n"); printf("shmget of 2048 bytes with IPC_CREAT and IPC_EXCL: "); errno = 0; if((shmid[2] = shmget(shmkey, 2048, IPC_CREAT | IPC_EXCL)) == -1) printf("error: %s\n", strerror(errno)); else printf("success\n"); if(shmid[0] != -1) shmctl(shmid[0], IPC_RMID, NULL); if(shmid[1] != -1) shmctl(shmid[1], IPC_RMID, NULL); if(shmid[2] != -1) shmctl(shmid[2], IPC_RMID, NULL); } >Fix: The following patch to src/sys/kern/sysv_shm.c fixes the problem. *** sysv_shm.c.orig Wed Jun 2 17:00:43 1999 --- sysv_shm.c Wed Jun 2 17:01:35 1999 *************** *** 444,456 **** return error; return EAGAIN; } error = ipcperm(cred, &shmseg->shm_perm, mode); if (error) return error; if (uap->size && uap->size > shmseg->shm_segsz) return EINVAL; - if ((uap->shmflg & (IPC_CREAT | IPC_EXCL)) == (IPC_CREAT | IPC_EXCL)) - return EEXIST; p->p_retval[0] = IXSEQ_TO_IPCID(segnum, shmseg->shm_perm); return 0; } --- 444,456 ---- return error; return EAGAIN; } + if ((uap->shmflg & (IPC_CREAT | IPC_EXCL)) == (IPC_CREAT | IPC_EXCL)) + return EEXIST; error = ipcperm(cred, &shmseg->shm_perm, mode); if (error) return error; if (uap->size && uap->size > shmseg->shm_segsz) return EINVAL; p->p_retval[0] = IXSEQ_TO_IPCID(segnum, shmseg->shm_perm); return 0; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 19:25: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE94C14F5E; Wed, 2 Jun 1999 19:25:08 -0700 (PDT) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA20813; Wed, 2 Jun 1999 19:25:08 -0700 (PDT) (envelope-from billf@FreeBSD.org) Date: Wed, 2 Jun 1999 19:25:08 -0700 (PDT) From: Message-Id: <199906030225.TAA20813@freefall.freebsd.org> To: alex@wnm.net, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Bad lines in 3.2-RELEASE inetd.conf State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Wed Jun 2 19:24:29 PDT 1999 State-Changed-Why: As des pointed out, this is not a bug. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 2 19:40: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 242171506B for ; Wed, 2 Jun 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA21865; Wed, 2 Jun 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from www1.tomsk.su (www1.tomsk.su [212.176.23.6]) by hub.freebsd.org (Postfix) with ESMTP id D47F31505E for ; Wed, 2 Jun 1999 19:35:28 -0700 (PDT) (envelope-from tolik@www1.tomsk.su) Received: (from tolik@localhost) by www1.tomsk.su (8.9.2/8.9.2) id KAA04057; Thu, 3 Jun 1999 10:35:06 +0800 (KRSS) (envelope-from tolik) Message-Id: <199906030235.KAA04057@www1.tomsk.su> Date: Thu, 3 Jun 1999 10:35:06 +0800 (KRSS) From: tolik@mpeks.tomsk.su Reply-To: tolik@mpeks.tomsk.su To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12000: Problem with lsvfs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12000 >Category: bin >Synopsis: lsvfs with vfsname args returned wrong data >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 2 19:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Anatoly A. Orehovsky >Release: FreeBSD 3.1-RELEASE i386 >Organization: SibPTUS >Environment: >Description: lsvfs with vfsname args returned wrong data. Also lsvfs not returned "Index" field as was before. >How-To-Repeat: lsvfs ufs procfs >Fix: This patch corrected this problem and added "Index" field in lsvfs output: *** lsvfs.c.orig Thu Jun 3 10:11:22 1999 --- lsvfs.c Thu Jun 3 10:17:22 1999 *************** *** 15,23 **** #include #include ! #define FMT "%-32.32s %5d %s\n" ! #define HDRFMT "%-32.32s %5.5s %s\n" ! #define DASHES "-------------------------------- ----- ---------------\n" static const char *fmt_flags(int); --- 15,23 ---- #include #include ! #define FMT "%-32.32s %5d %5d %s\n" ! #define HDRFMT "%-32.32s %5.5s %5.5s %s\n" ! #define DASHES "-------------------------------- ----- ----- ---------------\n" static const char *fmt_flags(int); *************** *** 31,43 **** setvfsent(1); ! printf(HDRFMT, "Filesystem", "Refs", "Flags"); fputs(DASHES, stdout); if(argc) { for(; argc; argc--, argv++) { ! if (getvfsbyname(*argv, &vfc) != 0) { ! printf(FMT, vfc.vfc_name, vfc.vfc_refcount, fmt_flags(vfc.vfc_flags)); } else { warnx("VFS %s unknown or not loaded", *argv); rv++; --- 31,43 ---- setvfsent(1); ! printf(HDRFMT, "Filesystem", "Index", "Refs", "Flags"); fputs(DASHES, stdout); if(argc) { for(; argc; argc--, argv++) { ! if (getvfsbyname(*argv, &vfc) == 0) { ! printf(FMT, vfc.vfc_name, vfc.vfc_typenum, vfc.vfc_refcount, fmt_flags(vfc.vfc_flags)); } else { warnx("VFS %s unknown or not loaded", *argv); rv++; *************** *** 45,51 **** } } else { while (ovfcp = getvfsent()) { ! printf(FMT, ovfcp->vfc_name, ovfcp->vfc_refcount, fmt_flags(ovfcp->vfc_flags)); } } --- 45,51 ---- } } else { while (ovfcp = getvfsent()) { ! printf(FMT, ovfcp->vfc_name, ovfcp->vfc_index, ovfcp->vfc_refcount, fmt_flags(ovfcp->vfc_flags)); } } >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 2 20: 8:53 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3B0E14D68; Wed, 2 Jun 1999 20:08:49 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA23788; Wed, 2 Jun 1999 20:08:50 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Date: Wed, 2 Jun 1999 20:08:50 -0700 (PDT) From: Message-Id: <199906030308.UAA23788@freefall.freebsd.org> To: ajk@purdue.edu, ghelmer@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10930: [PATCH] Auto-login support for getty Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Auto-login support for getty State-Changed-From-To: open->closed State-Changed-By: ghelmer State-Changed-When: Wed Jun 2 20:04:56 PDT 1999 State-Changed-Why: Committed to -current and -stable by peter. gettytab.5 revs 1.19 and 1.18.2.1 gettytab.h revs 1.9 and 1.8.2.1 init.c revs 1.10 and 1.9.2.1 main.c revs 1.25 and 1.23.2.1 Thanks for the patch! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 2:17: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 41D53150D3; Thu, 3 Jun 1999 02:16:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA95693; Thu, 3 Jun 1999 02:16:58 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Thu, 3 Jun 1999 02:16:58 -0700 (PDT) From: Message-Id: <199906030916.CAA95693@freefall.freebsd.org> To: tolik@mpeks.tomsk.su, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12000: lsvfs with vfsname args returned wrong data Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: lsvfs with vfsname args returned wrong data State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Thu Jun 3 02:12:31 PDT 1999 State-Changed-Why: Fixed in -current and -stable, thanks! "Index" is considered anachronism. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 2:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0BC1214F2E for ; Thu, 3 Jun 1999 02:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA00539; Thu, 3 Jun 1999 02:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 02:50:02 -0700 (PDT) Message-Id: <199906030950.CAA00539@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: kern/11995: smp kernel panics when accessing cyclades card Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11995; it has been noted by GNATS. From: Ruslan Ermilov To: gnut@fc.kiev.ua Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/11995: smp kernel panics when accessing cyclades card Date: Thu, 3 Jun 1999 12:41:09 +0300 This is a known problem and has already been fixed by Bruce Evans in src/sys/i386/isa/cy.c,v 1.83.2.1. Please upgrade to 3.2-STABLE (or at least try the patch below) and report us whether your problem still exists. You can grab the patch at the following URL: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/isa/cy.c.diff?r1=1.83&r2=1.83.2.1 -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 6:40:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C9AEF15272 for ; Thu, 3 Jun 1999 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 GAA27370; Thu, 3 Jun 1999 06:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id AB97E1538C; Thu, 3 Jun 1999 06:38:04 -0700 (PDT) Message-Id: <19990603133804.AB97E1538C@hub.freebsd.org> Date: Thu, 3 Jun 1999 06:38:04 -0700 (PDT) From: jcmichot@teaser.fr To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/12006: scheduler policy different define value between Linux and FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12006 >Category: misc >Synopsis: scheduler policy different define value between Linux and FreeBSD >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 3 06:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Jean-Claude MICHOT >Release: 3.2-STABLE, and 2.2.8-STABLE >Organization: France-Teaser >Environment: FreeBSD niak.teaser.fr 3.2-STABLE FreeBSD 3.2-STABLE #5: Tue May 18 19:23:20 CES 1999 jcmichot@niak.teaser.fr:/usr/src/sys/compile/NIAK i386 >Description: Linux define SCHED_OTHER 0, SCHED_FIFO 1, SCHED_RR 2 FreeBSD define SCHED_FIFO 1, SCHED_OTHER 2, SCHED_RR 3 Few linux program try to set scheduler policy to SCHED_OTHER and FreeBSD complain about sched_setscheduler invalid value. >How-To-Repeat: Get Linux version of Webtrends web server report (http://www.webtrends.com) each time you try to start this program you get the console message and application is not started. >Fix: Modify linux emulator to translate scheduler policy. functions sched_getscheduler, sched_setscheduler >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 3 7:50: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E7372152A3 for ; Thu, 3 Jun 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA94621; Thu, 3 Jun 1999 07:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sivka.carrier.kiev.ua (zirafe.carrier.kiev.ua [193.193.193.119]) by hub.freebsd.org (Postfix) with ESMTP id B6F18153D2 for ; Thu, 3 Jun 1999 07:44:06 -0700 (PDT) (envelope-from netch@sivka.carrier.kiev.ua) Received: (from netch@localhost) by sivka.carrier.kiev.ua (8.Who.Cares/Kilkenny_is_better) id RAA84607; Thu, 3 Jun 1999 17:44:04 +0300 (EEST) (envelope-from netch) Message-Id: <199906031444.RAA84607@sivka.carrier.kiev.ua> Date: Thu, 3 Jun 1999 17:44:04 +0300 (EEST) From: netch@lucky.net (Valentin Nechayev) Reply-To: netch@lucky.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12008: getpwent() YP bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12008 >Category: bin >Synopsis: getpwent() YP bug >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 3 07:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Valentin Nechayev >Release: FreeBSD 3.2-STABLE i386 >Organization: Lucky Net Ltd >Environment: FreeBSD 3.2-STABLE >Description: With YP/NIS or pseudo YP/NIS entries in password database, multiple setpwent() - getpwent() - endpwent() cycles result in null pointer usage with successive segmentation fault. YP support in getpwxxx() function group uses variable _yp_enabled to make decision in YP using policy. Its initial value (-1) causes getpwxxx() functions ( getpwnam, getpwuid, getpwent ) to call _ypinitdb(). _ypinitdb() creates cache DB in memory pointed by _ypcache pointer and changes _yp_enabled value to non-negative. When endpwent() called, it clears some variables and destruct the database, then _ypcache points to null, but _yp_enabled keeps its old state. When getpwent() is called after endpwent(), the following code is executed: ==== cut src/lib/libc/gen/getpwent.c line 122 === #ifdef YP if(_pw_passwd.pw_name[0] == '+' || _pw_passwd.pw_name[0] == '-') { if (_yp_enabled == -1) _ypinitdb(); bzero((char *)&_ypnam, sizeof(_ypnam)); bcopy(_pw_passwd.pw_name, _ypnam, strlen(_pw_passwd.pw_name)); _pw_copy = _pw_passwd; if (unwind((char *)&_ypnam) == 0) goto tryagain; else return(&_pw_passwd); } #else === end cut === In this code, _yp_enabled is not equal to -1, therefore _ypinitdb() is not called; when getpwent() calls unwind(), unwind calls store(), store tries to write data to cache database, but cache database does not exist and _ypcache is equal to NULL. SEGV. >How-To-Repeat: Add the following comment line to /etc/master.passwd: ---:-:8:8::0:0:------------ SLIRP pseudo-users ------------:/no.such/dir:/dev/null but really line content is IMHO insensitive, when it matches /^+/ or /^-/. Rebuild password databases using pwd_mkdb program or vipw editing interface. Compile and run the following program: === cut here === #include #include #include int main() { int i; for( i = 1; i <= 2; i++ ) { struct passwd* pwp; setpwent(); while( ( pwp = getpwent() ) != NULL ) ; endpwent(); } printf( "I am alive!\n" ); } === end cut === At second iteration of for(i), a segmentation fault occurs: === cut gdb output === Starting program: /usr/staff/netch/tmp/getpwbug/test2/test2 Program received signal SIGSEGV, Segmentation fault. 0x8049d43 in store (key=0x804ba25 "-") at getpwent.c:386 386 (void)(_ypcache->put)(_ypcache, &lkey, &empty, R_NOOVERWRITE); (gdb) print _ypcache $1 = (DB *) 0x0 === end cut === >Fix: Clear the variable _yp_enabled to default value (-1) when endpwent() clears _ypcache database: *** src/lib/libc/gen/getpwent.c.orig Thu Dec 17 18:31:02 1998 --- src/lib/libc/gen/getpwent.c Thu Jun 3 16:28:13 1999 *************** *** 255,260 **** --- 255,261 ---- _ypcache = (DB *)NULL; _yp_exclusions = 0; } + _yp_enabled = -1; #endif } >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 3 10:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97EC1155DC for ; Thu, 3 Jun 1999 10:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA11138; Thu, 3 Jun 1999 10:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 10:40:02 -0700 (PDT) Message-Id: <199906031740.KAA11138@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Cottrell Subject: Re: kern/10411: top, vmstat, iostat show 0% cpu idle & usage on SMP system Reply-To: John Cottrell Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10411; it has been noted by GNATS. From: John Cottrell To: freebsd-gnats-submit@freebsd.org, bob@pmr.com Cc: Subject: Re: kern/10411: top, vmstat, iostat show 0% cpu idle & usage on SMP system Date: Thu, 03 Jun 1999 18:28:54 +0100 Still broken in release 3.2R (Asus P2B-D + 2 * Pentium II 350) -- John Cottrell Matrix Science Ltd. 310 Edgware Road London W2 1DY, UK Tel: +44 171 723 2142 Fax: +44 171 725 9360 jcottrell@dial.pipex.com http://www.matrixscience.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 13:52: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 930D414BDE; Thu, 3 Jun 1999 13:51:59 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Received: (from chuckr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA38025; Thu, 3 Jun 1999 13:51:59 -0700 (PDT) (envelope-from chuckr@FreeBSD.org) Date: Thu, 3 Jun 1999 13:51:59 -0700 (PDT) From: Message-Id: <199906032051.NAA38025@freefall.freebsd.org> To: peter.jeremy@alcatel.com.au, chuckr@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9502: `me' macro documentation incorrectly defines \n(yr Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: `me' macro documentation incorrectly defines \n(yr State-Changed-From-To: open->closed State-Changed-By: chuckr State-Changed-When: Thu Jun 3 13:50:15 PDT 1999 State-Changed-Why: changed, set yr register to tm->year mod 100 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 14:10: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CB0F14EB3 for ; Thu, 3 Jun 1999 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 OAA39892; Thu, 3 Jun 1999 14:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 84A2314EB3; Thu, 3 Jun 1999 14:01:53 -0700 (PDT) Message-Id: <19990603210153.84A2314EB3@hub.freebsd.org> Date: Thu, 3 Jun 1999 14:01:53 -0700 (PDT) From: osa@freebsd.org.ru To: freebsd-gnats-submit@freebsd.org Subject: misc/12013: patch for 12012 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12013 >Category: misc >Synopsis: patch for 12012 >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 3 14:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Osokin Sergey >Release: 4.0-CURRENT >Organization: FreeBSD Russian Group >Environment: 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Wed Jun 2 22:21:17 MSD 1999 >Description: Sorry. In 12012 patch for Makefile is not corrent. Here is new patches for old version of postfix. >How-To-Repeat: >Fix: 1st patch: ============ --- Makefile.orig Mon May 3 01:14:42 1999 +++ Makefile Fri Jun 4 00:45:59 1999 @@ -3,11 +3,10 @@ # Date created: 18 Mar 1999 # Whom: torstenb # -# $Id: Makefile,v 1.2 1999/05/02 20:26:38 torstenb Exp $ # -DISTNAME= postfix-19990317-pl03 -PKGNAME= postfix-alpha-19990317.03 +DISTNAME= postfix-19990601 +PKGNAME= postfix-19990601 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/ \ @@ -27,7 +26,7 @@ postfix.1 postkick.1 postlock.1 postlog.1 postmap.1 postsuper.1 \ sendmail.1 MAN5= access.5 aliases.5 canonical.5 relocated.5 transport.5 virtual.5 -MAN8= bounce.8 cleanup.8 defer.8 local.8 master.8 pickup.8 pipe.8 qmgr.8 \ +MAN8= bounce.8 cleanup.8 defer.8 error.8 local.8 master.8 pickup.8 pipe.8 qmgr.8 \ showq.8 smtp.8 smtpd.8 trivial-rewrite.8 SHAREMODE= 0644 @@ -53,9 +52,12 @@ @${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \ ${PREFIX}/etc/postfix/postfix-script @mkdir -p -m 0755 ${PREFIX}/libexec/postfix - @for f in bounce cleanup fsstone local master pickup pipe \ - qmgr showq smtp smtp-sink smtp-source smtpd \ - trivial-rewrite ; do \ + @for f in bounce cleanup error fsstone local master pickup pipe \ + qmgr showq smtp smtpd trivial-rewrite ; do \ + ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ + ${PREFIX}/libexec/postfix/$$f ;\ + done + @for f in smtp-sink smtp-source ; do \ ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/bin/$$f \ ${PREFIX}/libexec/postfix/$$f ;\ done ============ 2nd patch: ============ --- files/md5.orig Tue Mar 30 00:15:08 1999 +++ files/md5 Thu Jun 3 23:25:45 1999 @@ -1 +1 @@ -MD5 (postfix-19990317-pl03.tar.gz) = d40f5773f4886ecbff40908588f07406 +MD5 (postfix-19990601.tar.gz) = adf54dfceb7950587b3e1a0966e84026 ============= >Release-Note: >Audit-Trail: >Unformatted: in ports X-Send-Pr-Version: www-1.0 in ports To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 14:20:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6135C1552F for ; Thu, 3 Jun 1999 14:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA40937; Thu, 3 Jun 1999 14:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id F340114E1F for ; Thu, 3 Jun 1999 14:14:29 -0700 (PDT) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <40321>; Fri, 4 Jun 1999 06:58:24 +1000 Message-Id: <99Jun4.065824est.40321@border.alcanet.com.au> Date: Fri, 4 Jun 1999 07:14:20 +1000 From: Peter Jeremy Reply-To: peter.jeremy@alcatel.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/12014: Fix SysV Semaphore handling Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12014 >Category: kern >Synopsis: Fix SysV Semaphore handling >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 3 14:20:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 4.0-CURRENT i386 >Organization: Alcatel Australia Limited >Environment: Any FreeBSD {2,3,4}.x >Description: Following some code inspection and comparison with the sem* man pages in Solaris 2.5, Digital UNIX 4.0D, Linux 0.99.13 and the Open Group's `Single Unix Specification, version 2' (http://www.opengroup.org/onlinepubs/7908799/xsh/semop.html), I've noticed the following bugs in the FreeBSD semaphore implementation: 1) The maximum allowed semaphore operations in semop() is checked against MAX_SOPS instead of SEMOPM. 2) Within semop(), if an operation has sem_op == 0, the code should check for read, rather than alter, permission. 3) Within semop(), if a sem_num is out of range, previously commited semaphore changes are not rolled back before returning EFBIG. 4) The code does not do range checking against SEMAEM or SEMVMX 5) The semaphore operation time is not set 6) The semaphore facility lock only works for semaphore operations via semsys(). semget(), semop() and semconfig() can be accessed via direct system calls as well as via semsys(). 7) semctl(..., SETALL,...) may update some semaphore elements before returning an error. The FreeBSD sem*(2) man pages also do not accurately reflect the behaviour of the code. >How-To-Repeat: I haven't managed to build a test harness to reproduce the problems found above. I'm happy to work with someone else to validate the code. >Fix: The following fixes points 1 through 6 above. Point 7 is not fixed, but is documented in semctl(2) under BUGS. Note that the following fix allocates a static memory buffer within semop() for the largest array of operations used to date. Alternative possibilities would be to allocate and free the memory within a single semop() call or globally within machdep.c:cpu_startup() - as is done for sema and semu. Index: src/sys/kern/sysv_sem.c =================================================================== RCS file: /home/CVSROOT/./src/sys/kern/sysv_sem.c,v retrieving revision 1.23 diff -u -r1.23 sysv_sem.c --- sysv_sem.c 1999/04/27 12:21:09 1.23 +++ sysv_sem.c 1999/05/14 02:43:21 @@ -12,10 +12,13 @@ #include #include #include +#include #include #include #include +static MALLOC_DEFINE(M_SEM, "sem", "SVID compatible semaphore data"); + static void seminit __P((void *)); SYSINIT(sysv_sem, SI_SUB_SYSV_SEM, SI_ORDER_FIRST, seminit, NULL) @@ -260,10 +263,12 @@ for (i = 0; i < suptr->un_cnt; i++, sunptr++) { if (sunptr->un_id != semid || sunptr->un_num != semnum) continue; - if (adjval == 0) - sunptr->un_adjval = 0; - else - sunptr->un_adjval += adjval; + if (adjval != 0) { + adjval += sunptr->un_adjval; + if (adjval > seminfo.semaem || adjval < -seminfo.semaem) + return (ERANGE); + } + sunptr->un_adjval = adjval; if (sunptr->un_adjval == 0) { suptr->un_cnt--; if (i < suptr->un_cnt) @@ -276,6 +281,8 @@ /* Didn't find the right entry - create it */ if (adjval == 0) return(0); + if (adjval > seminfo.semaem || adjval < -seminfo.semaem) + return (ERANGE); if (suptr->un_cnt != seminfo.semume) { sunptr = &suptr->un_ent[suptr->un_cnt]; suptr->un_cnt++; @@ -340,6 +347,7 @@ int i, rval, eval; struct semid_ds sbuf; register struct semid_ds *semaptr; + u_short usval; #ifdef SEM_DEBUG printf("call to semctl(%d, %d, %d, 0x%x)\n", semid, semnum, cmd, arg); @@ -452,6 +460,8 @@ return(EINVAL); if ((eval = copyin(arg, &real_arg, sizeof(real_arg))) != 0) return(eval); + if (real_arg.val < 0 || real_arg.val > seminfo.semvmx) + return(ERANGE); semaptr->sem_base[semnum].semval = real_arg.val; semundo_clear(semid, semnum); wakeup((caddr_t)semaptr); @@ -464,10 +474,14 @@ return(eval); for (i = 0; i < semaptr->sem_nsems; i++) { eval = copyin(&real_arg.array[i], - (caddr_t)&semaptr->sem_base[i].semval, - sizeof(real_arg.array[0])); + (caddr_t)&usval, sizeof(real_arg.array[0])); if (eval != 0) break; + if (usval > seminfo.semvmx) { + eval = ERANGE; + break; + } + semaptr->sem_base[i].semval = usval; } semundo_clear(semid, -1); wakeup((caddr_t)semaptr); @@ -611,11 +625,12 @@ { int semid = uap->semid; int nsops = uap->nsops; - struct sembuf sops[MAX_SOPS]; + static struct sembuf *sops; + static int nsops_alloc; register struct semid_ds *semaptr; register struct sembuf *sopptr; register struct sem *semptr; - struct sem_undo *suptr = NULL; + struct sem_undo *suptr; int i, j, eval; int do_wakeup, do_undos; @@ -634,29 +649,65 @@ if (semaptr->sem_perm.seq != IPCID_TO_SEQ(uap->semid)) return(EINVAL); - if ((eval = ipcperm(p, &semaptr->sem_perm, IPC_W))) { + if (nsops > seminfo.semopm) { #ifdef SEM_DEBUG - printf("eval = %d from ipaccess\n", eval); + printf("too many sops (max=%d, nsops=%d)\n", seminfo.semopm, + nsops); #endif - return(eval); + return(E2BIG); } - if (nsops > MAX_SOPS) { + /* Allocate memory for sem_ops if necessary */ + /*XXX should we use nsops or seminfo.semopm in the following? */ + if (nsops > nsops_alloc) { + /* No kernel realloc, so free/malloc */ + if (sops) { + free(sops, M_SEM); + sops = NULL; + nsops_alloc = 0; + } + sops = malloc(nsops * sizeof(sops[0]), M_SEM, M_WAITOK); + if (!sops) + panic("Failed to allocate %d sem_ops", nsops); + nsops_alloc = nsops; #ifdef SEM_DEBUG - printf("too many sops (max=%d, nsops=%d)\n", MAX_SOPS, nsops); + printf("allocated %d at %08x for sops\n", nsops, + nsops * sizeof(sops[0])); #endif - return(E2BIG); } - if ((eval = copyin(uap->sops, &sops, nsops * sizeof(sops[0]))) != 0) { + if ((eval = copyin(uap->sops, sops, nsops * sizeof(sops[0]))) != 0) { #ifdef SEM_DEBUG printf("eval = %d from copyin(%08x, %08x, %d)\n", eval, - uap->sops, &sops, nsops * sizeof(sops[0])); + uap->sops, sops, nsops * sizeof(sops[0])); #endif return(eval); } /* + * Initial pass thru sops to see what permissions are needed. + * Also perform any checks that don't need repeating on each + * attempt to satisfy the request vector. + */ + j = 0; /* permission needed */ + do_undos = 0; + for (i = 0; i < nsops; i++) { + sopptr = &sops[i]; + if (sopptr->sem_num >= semaptr->sem_nsems) + return(EFBIG); + if (sopptr->sem_flg & SEM_UNDO && sopptr->sem_op != 0) + do_undos = 1; + j |= (sopptr->sem_op == 0) ? SEM_R : SEM_A; + } + + if ((eval = ipcperm(p->p_ucred, &semaptr->sem_perm, j))) { +#ifdef SEM_DEBUG + printf("eval = %d from ipaccess\n", eval); +#endif + return(eval); + } + + /* * Loop trying to satisfy the vector of requests. * If we reach a point where we must wait, any requests already * performed are rolled back and we go to sleep until some other @@ -665,17 +716,13 @@ * This ensures that from the perspective of other tasks, a set * of requests is atomic (never partially satisfied). */ - do_undos = 0; - for (;;) { do_wakeup = 0; + eval = 0; /* error return if necessary */ for (i = 0; i < nsops; i++) { sopptr = &sops[i]; - if (sopptr->sem_num >= semaptr->sem_nsems) - return(EFBIG); - semptr = &semaptr->sem_base[sopptr->sem_num]; #ifdef SEM_DEBUG @@ -697,21 +744,21 @@ semptr->semzcnt > 0) do_wakeup = 1; } - if (sopptr->sem_flg & SEM_UNDO) - do_undos = 1; } else if (sopptr->sem_op == 0) { - if (semptr->semval > 0) { + if (semptr->semval != 0) { #ifdef SEM_DEBUG printf("semop: not zero now\n"); #endif break; } + } else if (semptr->semval + sopptr->sem_op > + seminfo.semvmx) { + eval = ERANGE; + break; } else { if (semptr->semncnt > 0) do_wakeup = 1; semptr->semval += sopptr->sem_op; - if (sopptr->sem_flg & SEM_UNDO) - do_undos = 1; } } @@ -731,6 +778,10 @@ semaptr->sem_base[sops[j].sem_num].semval -= sops[j].sem_op; + /* If we detected an error, return it */ + if (eval != 0) + return(eval); + /* * If the request that we couldn't satisfy has the * NOWAIT flag set then return with EAGAIN. @@ -752,8 +803,6 @@ printf("semop: good morning (eval=%d)!\n", eval); #endif - suptr = NULL; /* sem_undo may have been reallocated */ - if (eval != 0) return(EINTR); #ifdef SEM_DEBUG @@ -764,15 +813,8 @@ * Make sure that the semaphore still exists */ if ((semaptr->sem_perm.mode & SEM_ALLOC) == 0 || - semaptr->sem_perm.seq != IPCID_TO_SEQ(uap->semid)) { - /* The man page says to return EIDRM. */ - /* Unfortunately, BSD doesn't define that code! */ -#ifdef EIDRM + semaptr->sem_perm.seq != IPCID_TO_SEQ(uap->semid)) return(EIDRM); -#else - return(EINVAL); -#endif - } /* * The semaphore is still alive. Readjust the count of @@ -789,6 +831,7 @@ * Process any SEM_UNDO requests. */ if (do_undos) { + suptr = NULL; for (i = 0; i < nsops; i++) { /* * We only need to deal with SEM_UNDO's for non-zero @@ -837,14 +880,15 @@ } /* loop through the sops */ } /* if (do_undos) */ - /* We're definitely done - set the sempid's */ - for (i = 0; i < nsops; i++) { - sopptr = &sops[i]; - semptr = &semaptr->sem_base[sopptr->sem_num]; - semptr->sempid = p->p_pid; - } + /* We're definitely done - set the sempid's and time */ + for (i = 0; i < nsops; i++) + semaptr->sem_base[sops[i].sem_num].sempid = p->p_pid; + semaptr->sem_otime = time_second; - /* Do a wakeup if any semaphore was up'd. */ + /* + * Do a wakeup if any semaphore was up'd whilst something was + * sleeping on it. + */ if (do_wakeup) { #ifdef SEM_DEBUG printf("semop: doing wakeup\n"); @@ -875,7 +919,6 @@ { register struct sem_undo *suptr; register struct sem_undo **supptr; - int did_something; /* * If somebody else is holding the global semaphore facility lock @@ -887,8 +930,6 @@ #endif (void) tsleep((caddr_t)&semlock_holder, (PZERO - 4), "semext", 0); } - - did_something = 0; /* * Go through the chain of undo vectors looking for one Index: src/sys/sys/sem.h =================================================================== RCS file: /home/CVSROOT/./src/sys/sys/sem.h,v retrieving revision 1.18 diff -u -r1.18 sem.h --- sem.h 1998/12/14 21:34:55 1.18 +++ sem.h 1999/04/27 22:17:49 @@ -42,8 +42,6 @@ }; #define SEM_UNDO 010000 -#define MAX_SOPS 5 /* maximum # of sembuf's per semop call */ - /* * semctl's arg parameter structure */ @@ -67,8 +65,8 @@ /* * Permissions */ -#define SEM_A 0200 /* alter permission */ -#define SEM_R 0400 /* read permission */ +#define SEM_A IPC_W /* alter permission */ +#define SEM_R IPC_R /* read permission */ #ifdef KERNEL /* Index: src/lib/libc/sys/semctl.2 =================================================================== RCS file: /home/CVSROOT/./src/lib/libc/sys/semctl.2,v retrieving revision 1.8 diff -u -r1.8 semctl.2 --- semctl.2 1998/09/12 01:27:34 1.8 +++ semctl.2 1999/02/19 10:21:03 @@ -105,6 +105,8 @@ .Fa semnum to .Fa arg.val . +Outstanding adjust on exit values for this semaphore in any process +are cleared. .It Dv GETPID Return the pid of the last process to perform an operation on semaphore number @@ -125,6 +127,8 @@ Set the values of all of the semaphores in the set to the values in the array pointed to by .Fa arg.array . +Outstanding adjust on exit values for all semaphores in this set, +in any process are cleared. .El .Pp The @@ -150,7 +154,10 @@ .Sh RETURN VALUES On success, when .Fa cmd -is one of GETVAL, GETNCNT, or GETZCNT, +is one of +.Dv GETVAL , GETNCNT +or +.Dv GETZCNT , .Fn semctl returns the corresponding value; otherwise, 0 is returned. On failure, -1 is returned, and @@ -172,6 +179,15 @@ .It Bq Er EACCES Permission denied due to mismatch between operation and mode of semaphore set. +.It Bq Er ERANGE +.Dv SETVAL +or +.Dv SETALL +attempted to set a semaphore outside the allowable range +.Bq 0 .. Dv SEMVMX . .Sh SEE ALSO .Xr semget 2 , .Xr semop 2 +.Sh BUGS +.Dv SETALL +may update some semaphore elements before returning an error. Index: src/lib/libc/sys/semop.2 =================================================================== RCS file: /home/CVSROOT/./src/lib/libc/sys/semop.2,v retrieving revision 1.6 diff -u -r1.6 semop.2 --- semop.2 1997/03/18 23:57:27 1.6 +++ semop.2 1999/02/19 09:52:00 @@ -68,7 +68,11 @@ .Fa sem_flg determine an operation to be performed on semaphore number .Fa sem_num -in the set. The values SEM_UNDO and IPC_NOWAIT may be +in the set. The values +.Dv SEM_UNDO +and +.Dv IPC_NOWAIT +may be .Em OR Ns 'ed into the .Fa sem_flg @@ -78,16 +82,19 @@ .Fa sem_op : .\" .\" This section is based on the description of semop() in -.\" Stevens, _Advanced Programming in the UNIX Environment_. +.\" Stevens, _Advanced Programming in the UNIX Environment_, +.\" and the semop(2) description in The Open Group Unix2 specification. .\" .Bl -bullet .It When .Fa sem_op -is positive, the semaphore's value is incremented by +is positive and the process has alter permission, +the semaphore's value is incremented by .Fa sem_op Ns 's -value. If SEM_UNDO is specified, the semaphore's adjust on exit -value is decremented by +value. If +.Dv SEM_UNDO +is specified, the semaphore's adjust on exit value is decremented by .Fa sem_op Ns 's value. A positive value for .Fa sem_op @@ -96,7 +103,8 @@ .It The behavior when .Fa sem_op -is negative depends on the current value of the semaphore: +is negative and the process has alter permission, +depends on the current value of the semaphore: .Bl -bullet .It If the current value of the semaphore is greater than or equal to @@ -104,37 +112,54 @@ .Fa sem_op , then the value is decremented by the absolute value of .Fa sem_op . -If SEM_UNDO is specified, the semaphore's adjust on exit +If +.Dv SEM_UNDO +is specified, the semaphore's adjust on exit value is incremented by the absolute value of .Fa sem_op . .It -If the current value of the semaphore is less than -.Fa sem_op Ns 's -value, one of the following happens: +If the current value of the semaphore is less than the absolute value of +.Fa sem_op , +one of the following happens: .\" XXX a *second* sublist? .Bl -bullet .It -If IPC_NOWAIT was specified, then +If +.Dv IPC_NOWAIT +was specified, then .Fn semop -returns immediately with a return value of EAGAIN. +returns immediately with a return value of +.Er EAGAIN . +.It +Otherwise, the calling process is put to sleep until one of the following +conditions is satisfied: +.\" XXX We already have two sublists, why not a third? +.Bl -bullet .It -If some other process has removed the semaphore with the IPC_RMID +Some other process removes the semaphore with the +.Dv IPC_RMID option of -.Fn semctl , -then +.Fn semctl . +In this case, .Fn semop -returns immediately with a return value of EINVAL. +returns immediately with a return value of +.Er EIDRM . +.It +The process receives a signal that is to be caught. +In this case, the process will resume execution as defined by +.Fn sigaction . .It -Otherwise, the calling process is put to sleep until the semaphore's +The semaphore's value is greater than or equal to the absolute value of .Fa sem_op . When this condition becomes true, the semaphore's value is decremented by the absolute value of .Fa sem_op , -and the semaphore's adjust on exit value is incremented by the +the semaphore's adjust on exit value is incremented by the absolute value of .Fa sem_op . .El +.El .Pp A negative value for .Fa sem_op @@ -145,11 +170,42 @@ .It When .Fa sem_op -is zero, the process waits for the semaphore's value to become zero. -If it is already zero, the call to +is zero and the process has read permission, +one of the following will occur: +.Bl -bullet +.It +If the current value of the semaphore is equal to zero +then +.Fn semop +will return immediately. +.It +If +.Dv IPC_NOWAIT +was specified, then .Fn semop -can return immediately. Otherwise, the calling process is put to -sleep until the semaphore's value becomes zero. +returns immediately with a return value of +.Er EAGAIN . +.It +Otherwise, the calling process is put to sleep until one of the following +conditions is satisfied: +.\" XXX Another nested sublists +.Bl -bullet +.It +Some other process removes the semaphore with the +.Dv IPC_RMID +option of +.Fn semctl . +In this case, +.Fn semop +returns immediately with a return value of +.Er EIDRM . +.It +The process receives a signal that is to be caught. +In this case, the process will resume execution as defined by +.Fn sigaction +.It +The semaphore's value becomes zero. +.El .El .Pp For each semaphore a process has in use, the kernel maintains an @@ -170,16 +226,20 @@ .Bl -tag -width Er .It Bq Er EINVAL No semaphore set corresponds to -.Fa semid . +.Fa semid , +or the process would exceed the system-defined limit for the number of +per-process SEM_UNDO structures. .It Bq Er EACCES Permission denied due to mismatch between operation and mode of semaphore set. .It Bq Er EAGAIN -The semaphore's value was less than -.Fa sem_op , -and IPC_NOWAIT was specified. +The semaphore's value would have resulted in the process being put to sleep +and +.Dv IPC_NOWAIT +was specified. .It Bq Er E2BIG Too many operations were specified. +.Bq Dv SEMOPM .It Bq Er EFBIG .\" .\" I'd have thought this would be EINVAL, but the source says @@ -187,6 +247,29 @@ .\" .Fa sem_num was not in the range of valid semaphores for the set. +.It Bq Er EIDRM +The semaphore set was removed from the system. +.It Bq Er EINTR +The +.Fn semop +call was interrupted by a signal. +.It Bq Er ENOSPC +The system SEM_UNDO pool +.Bq Dv SEMMNU +is full. +.It Bq Er ERANGE +The requested operation would cause either +the semaphore's current value +.Bq Dv SEMVMX +or its adjust on exit value +.Bq Dv SEMAEM +to exceed the system-imposed limits. .Sh SEE ALSO .Xr semctl 2 , -.Xr semget 2 +.Xr semget 2 , +.Xr sigaction 2 +.Sh BUGS +.Fn Semop +may block waiting for memory even if +.Dv IPC_NOWAIT +is specified. >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 3 14:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 322D3158C6 for ; Thu, 3 Jun 1999 14:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA42993; Thu, 3 Jun 1999 14:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 14:40:03 -0700 (PDT) Message-Id: <199906032140.OAA42993@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: mitch@hardwarestreet.com Subject: Re: kern/11766: Can not traceroute through ipnat. Reply-To: mitch@hardwarestreet.com Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11766; it has been noted by GNATS. From: mitch@hardwarestreet.com To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/11766: Can not traceroute through ipnat. Date: Thu, 3 Jun 1999 14:32:23 -0700 (PDT) I've looked at the FreeBSD 3.2 and the older release of ipfilter still seems to be what the kernel is being built with. That release, which is in /usr/src/contrib, is quite old and has a number of bugs including the one which I am reporting in kern/11766. Are there plans to integrate the current ipfilter release into FreeBSD like this older one has been? Is there someone already responsible for doing this? If not, I could possibly see if I can get it into my current schedule... ~mitch /* gnats-admin@freebsd.org [gnats-admin@freebsd.org] writes: */ >Thank you very much for your problem report. >It has the internal identification `kern/11766'. >The individual assigned to look at your >report is: freebsd-bugs. > >>Category: kern >>Responsible: freebsd-bugs >>Synopsis: Can not traceroute through ipnat. >>Arrival-Date: Tue May 18 12:20:01 PDT 1999 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 18:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6623B15A28 for ; Thu, 3 Jun 1999 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA60202; Thu, 3 Jun 1999 18:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from forbidden.dough.net (forbidden.dough.net [208.24.140.67]) by hub.freebsd.org (Postfix) with ESMTP id 1A61315A56 for ; Thu, 3 Jun 1999 18:31:18 -0700 (PDT) (envelope-from archon@forbidden.dough.net) Received: (from root@localhost) by forbidden.dough.net (8.9.3/8.9.3) id UAA21494; Thu, 3 Jun 1999 20:35:22 -0500 (CDT) (envelope-from archon) Message-Id: <199906040135.UAA21494@forbidden.dough.net> Date: Thu, 3 Jun 1999 20:35:22 -0500 (CDT) From: archon@forbidden.dough.net Reply-To: archon@forbidden.dough.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12017: no quirk for Nakamichi cd changer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12017 >Category: kern >Synopsis: no quirk for Nakamichi cd changer >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 3 18:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Dennis Moore >Release: FreeBSD 3.2-RELEASE i386 >Organization: Forbidden DoughNet Enterprises >Environment: cd1: Removable CD-ROM SCSI-2 device cd1: 10.000MB/s transfers (10.000MHz, offset 15) cd1: cd present [302895 x 2048 byte records] >Description: No quirk for this cd-changer device. http://www.nakamichi.com/computer/mj5_16spec.htm >How-To-Repeat: N/A >Fix: patch to sys/cam/scsi/scsi_cd.c *** scsi_cd.c.orig Thu Jun 3 20:15:11 1999 --- scsi_cd.c Thu Jun 3 20:20:02 1999 *************** *** 166,171 **** --- 166,175 ---- { { T_CDROM, SIP_MEDIA_REMOVABLE, "CHINON", "CD-ROM CDS-535","*"}, /* quirks */ CD_Q_BCD_TRACKS + }, + { + { _CDROM, SIP_MEDIA_REMOVABLE, "NAKAMICH", "MJ-5.16S" , "*"}, + /* quirks */ CD_Q_CHANGER } }; >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 3 18:57:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A134515A1B; Thu, 3 Jun 1999 18:57:14 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA61998; Thu, 3 Jun 1999 18:57:14 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Date: Thu, 3 Jun 1999 18:57:14 -0700 (PDT) From: Message-Id: <199906040157.SAA61998@freefall.freebsd.org> To: seggers@semyam.dinoco.de, ghelmer@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/7254: release: multiple versions of write_mfs_in_kernel.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: release: multiple versions of write_mfs_in_kernel.c State-Changed-From-To: open->closed State-Changed-By: ghelmer State-Changed-When: Thu Jun 3 20:56:42 CDT 1999 State-Changed-Why: This problem does not appear to exist in 3.x-stable or 4.0-current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B76415A5D for ; Thu, 3 Jun 1999 19:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA62314; Thu, 3 Jun 1999 19:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:00:02 -0700 (PDT) Message-Id: <199906040200.TAA62314@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/5711: bin/cat code cleanup Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5711; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, jason_smethers@bigfoot.com Cc: Subject: Re: bin/5711: bin/cat code cleanup Date: Thu, 03 Jun 1999 20:54:40 -0500 The location mentioned (http://www.hal-pc.org/~jes/FreeBSD/cat.diff) no longer seems to work. Are your latest patches available anywhere? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19: 6:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 75BE2159FA; Thu, 3 Jun 1999 19:06:57 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA62969; Thu, 3 Jun 1999 19:06:57 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Date: Thu, 3 Jun 1999 19:06:57 -0700 (PDT) From: Message-Id: <199906040206.TAA62969@freefall.freebsd.org> To: hg@cally.n2wx.ampr.org, ghelmer@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9703: typo in login.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: typo in login.conf State-Changed-From-To: open->closed State-Changed-By: ghelmer State-Changed-When: Thu Jun 3 21:01:21 CDT 1999 State-Changed-Why: Reviewed src/etc/login.conf version 1.26 (Jan 12 1999) as well as current versions (1.31 in -current and 1.26.2.3 in -stable) but could not find the typo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1AF8D14D07 for ; Thu, 3 Jun 1999 19:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA63398; Thu, 3 Jun 1999 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:10:01 -0700 (PDT) Message-Id: <199906040210.TAA63398@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/5105: mount_cd9660 or mount -t cd9660 fails to mount Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5105; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, jthom@xnet.com Cc: Subject: Re: bin/5105: mount_cd9660 or mount -t cd9660 fails to mount Date: Thu, 03 Jun 1999 21:10:07 -0500 Is this still a problem, or can the PR be closed? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 875E114C47 for ; Thu, 3 Jun 1999 19:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA64710; Thu, 3 Jun 1999 19:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:20:02 -0700 (PDT) Message-Id: <199906040220.TAA64710@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/5189: rcmd(3) only allows one hardcoded connection method Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5189; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, hdm@demon.net Cc: Subject: Re: bin/5189: rcmd(3) only allows one hardcoded connection method Date: Thu, 03 Jun 1999 21:13:16 -0500 No one has picked this up in over a year. I agree with Poul (I'm not convinced it is a good idea), and this issue can usually be worked around, either by use of command line switches or by piping through ssh. Can this be closed? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:20: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A733A14E0C for ; Thu, 3 Jun 1999 19:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA64722; Thu, 3 Jun 1999 19:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:20:04 -0700 (PDT) Message-Id: <199906040220.TAA64722@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/5297: make incompatibility with System V style variable substitions Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5297; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, mark@thuvia.demon.co.uk, phk@freebsd.org Cc: Subject: Re: bin/5297: make incompatibility with System V style variable substitions Date: Thu, 03 Jun 1999 21:17:18 -0500 Is the FreeBSD behavior incorrect, or should this PR be closed? It is over 1.5 years old... Guy Helmer ghelmer@ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:20:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9A7D814D07 for ; Thu, 3 Jun 1999 19:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA64717; Thu, 3 Jun 1999 19:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:20:03 -0700 (PDT) Message-Id: <199906040220.TAA64717@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/4497: Reverse DNS fails for some CIDR *.IN-ADDR.ARPA domains Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/4497; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, csg@wintek.com Cc: Subject: Re: bin/4497: Reverse DNS fails for some CIDR *.IN-ADDR.ARPA domains Date: Thu, 03 Jun 1999 21:15:02 -0500 Is this still a problem in 3.x-stable or 4.0-current? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 59E9A15A41 for ; Thu, 3 Jun 1999 19:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA66439; Thu, 3 Jun 1999 19:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:30:04 -0700 (PDT) Message-Id: <199906040230.TAA66439@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/5604: setenv(3) function has memory leak, other bugs Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5604; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, archie@whistle.com Cc: Subject: Re: bin/5604: setenv(3) function has memory leak, other bugs Date: Thu, 03 Jun 1999 21:21:28 -0500 Has there been progress on a fix, or should the behavior be left as-is? PR bin/10341 references the same problem. Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:30:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E668B15A41 for ; Thu, 3 Jun 1999 19:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA66447; Thu, 3 Jun 1999 19:30:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:30:05 -0700 (PDT) Message-Id: <199906040230.TAA66447@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/5661: /sbin/dump never finishes Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5661; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, dancy@franz.com Cc: Subject: Re: bin/5661: /sbin/dump never finishes Date: Thu, 03 Jun 1999 21:22:35 -0500 This seems to be an isolated problem. Can this PR be closed? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:30:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 193F815A56 for ; Thu, 3 Jun 1999 19:30:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA66452; Thu, 3 Jun 1999 19:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:30:06 -0700 (PDT) Message-Id: <199906040230.TAA66452@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/6005: -CURRENT cron dies after short periods of times (2-4 hours) Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6005; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, null.angel@null.angel.nu Cc: Subject: Re: bin/6005: -CURRENT cron dies after short periods of times (2-4 hours) Date: Thu, 03 Jun 1999 21:24:24 -0500 Is this still a problem in current sources? Or can the PR be closed? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:34:28 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2110915A43; Thu, 3 Jun 1999 19:34:27 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA67229; Thu, 3 Jun 1999 19:34:26 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Date: Thu, 3 Jun 1999 19:34:26 -0700 (PDT) From: Message-Id: <199906040234.TAA67229@freefall.freebsd.org> To: netch@lucky.net, wpaul@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12008: getpwent() YP bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: getpwent() YP bug State-Changed-From-To: open->closed State-Changed-By: wpaul State-Changed-When: Thu Jun 3 19:32:54 PDT 1999 State-Changed-Why: I have applied your patch to both the -current and -stable branches. Thanks for submitting the bug report and the fix. -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 3 19:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2947815A43 for ; Thu, 3 Jun 1999 19:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA67981; Thu, 3 Jun 1999 19:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:40:02 -0700 (PDT) Message-Id: <199906040240.TAA67981@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/3242: incorrect prototype for initgroups Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/3242; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, charnier@xp11.frmug.org, bde@freebsd.org, davidn@freebsd.org Cc: Subject: Re: bin/3242: incorrect prototype for initgroups Date: Thu, 03 Jun 1999 21:37:18 -0500 Should the type be changed to gid_t for the group ID? pwd.h now defines the pw_gid field as a gid_t. Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:40: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A45D15A5D for ; Thu, 3 Jun 1999 19:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA67987; Thu, 3 Jun 1999 19:40:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:40:04 -0700 (PDT) Message-Id: <199906040240.TAA67987@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/7602: df stay in disk wait Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7602; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, serg@bcs.zp.ua Cc: Subject: Re: bin/7602: df stay in disk wait Date: Thu, 03 Jun 1999 21:38:17 -0500 This seemed to be an isolated problem. Can this PR be closed? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:40:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E6B0715A7B for ; Thu, 3 Jun 1999 19:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA67994; Thu, 3 Jun 1999 19:40:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:40:06 -0700 (PDT) Message-Id: <199906040240.TAA67994@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/10366: /usr/libexec/ld-elf.so.1: Invalid File Format Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10366; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, g3d@graphix.g3d.com Cc: Subject: Re: bin/10366: /usr/libexec/ld-elf.so.1: Invalid File Format Date: Thu, 03 Jun 1999 21:39:35 -0500 Did the patches supplied by jdp (or upgrading to a newer release of FreeBSD) solve the problem? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:50: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B50D15015 for ; Thu, 3 Jun 1999 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA69493; Thu, 3 Jun 1999 19:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:50:02 -0700 (PDT) Message-Id: <199906040250.TAA69493@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/2556: Patch for calendar.c Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/2556; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, bill@duchess.wagill.com Cc: Subject: Re: bin/2556: Patch for calendar.c Date: Thu, 03 Jun 1999 21:48:30 -0500 Nobody has taken up this patch in over two years; should this PR be closed? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 19:50: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 718A11541D for ; Thu, 3 Jun 1999 19:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA69498; Thu, 3 Jun 1999 19:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 19:50:03 -0700 (PDT) Message-Id: <199906040250.TAA69498@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/3251: xsysinfo stops refreshing and wastes CPU Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/3251; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, jonny@mailhost.coppe.ufrj.br Cc: Subject: Re: bin/3251: xsysinfo stops refreshing and wastes CPU Date: Thu, 03 Jun 1999 21:50:43 -0500 This is an acknowledged problem with all programs that directly access kernel data structures. A proper fix would be to access kernel data via /proc or sysctl. Since this PR is so old, can it be closed? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 20: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E63B15015 for ; Thu, 3 Jun 1999 20:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA71374; Thu, 3 Jun 1999 20:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 20:00:02 -0700 (PDT) Message-Id: <199906040300.UAA71374@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/3508: FreeBSD 2.2.1 do not view SCSI disk at sw reboot Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/3508; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, navone@ope.net Cc: Subject: Re: bin/3508: FreeBSD 2.2.1 do not view SCSI disk at sw reboot Date: Thu, 03 Jun 1999 21:51:28 -0500 Does this problem still exist in current (3.x or 4.0) systems? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 20: 0: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 30D981541D for ; Thu, 3 Jun 1999 20:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA71383; Thu, 3 Jun 1999 20:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 20:00:04 -0700 (PDT) Message-Id: <199906040300.UAA71383@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Guy Helmer Subject: Re: bin/3558: make reinstall collapses on install-info Reply-To: Guy Helmer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/3558; it has been noted by GNATS. From: Guy Helmer To: freebsd-gnats-submit@freebsd.org, hsu@clinet.fi Cc: Subject: Re: bin/3558: make reinstall collapses on install-info Date: Thu, 03 Jun 1999 21:52:52 -0500 Since this was a problem with old sources, can this PR be closed? Guy Helmer ghelmer@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 20: 0:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D86915A74 for ; Thu, 3 Jun 1999 20:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA71396; Thu, 3 Jun 1999 20:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 20:00:06 -0700 (PDT) Message-Id: <199906040300.UAA71396@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Archie Cobbs Subject: Re: bin/5604: setenv(3) function has memory leak, other bugs Reply-To: Archie Cobbs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5604; it has been noted by GNATS. From: Archie Cobbs To: ghelmer@cs.iastate.edu (Guy Helmer) Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/5604: setenv(3) function has memory leak, other bugs Date: Thu, 3 Jun 1999 19:54:17 -0700 (PDT) Guy Helmer writes: > Has there been progress on a fix, or should the behavior be left as-is? > PR bin/10341 references the same problem. The fact of the matter is that (according to the forces of inertia) "expected behavior" *implies* a memory leak. This is because if you do something like this: char *s; s = getenv("FOO"); setenv("FOO", "new contents", 1); then the pointer "s" is supposed to still be valid. That is, the setenv() routine is not allowed to call free(s). This is what the FreeBSD forces of inertia have claimed anyway. I think there must be very few programs that rely on this, and the ones that do are bogus anyway, and we should just fix it. Morever, as I remember it was never made clear what POSIX specifies about this. But the FOI prevailed when I tried to fix this before. A workaround is to never overwrite a string with a shorter string. Overwrite with a string of the same length as the original and then sprintf() the shorter string onto the new one. -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 20:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D36015A43 for ; Thu, 3 Jun 1999 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA73331; Thu, 3 Jun 1999 20:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 20:10:02 -0700 (PDT) Message-Id: <199906040310.UAA73331@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/12017: no quirk for Nakamichi cd changer Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12017; it has been noted by GNATS. From: "Kenneth D. Merry" To: archon@forbidden.dough.net Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/12017: no quirk for Nakamichi cd changer Date: Thu, 3 Jun 1999 21:00:42 -0600 (MDT) archon@forbidden.dough.net wrote... > > >Number: 12017 > >Category: kern > >Synopsis: no quirk for Nakamichi cd changer > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: change-request > >Submitter-Id: current-users > >Arrival-Date: Thu Jun 3 18:40:00 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Dennis Moore > >Release: FreeBSD 3.2-RELEASE i386 > >Organization: > Forbidden DoughNet Enterprises > >Environment: > > cd1: Removable CD-ROM SCSI-2 device > cd1: 10.000MB/s transfers (10.000MHz, offset 15) > cd1: cd present [302895 x 2048 byte records] > > > >Description: > > No quirk for this cd-changer device. > http://www.nakamichi.com/computer/mj5_16spec.htm You shouldn't need a quirk entry, as the comment above the quirk table says: /* * These quirk entries aren't strictly necessary. Basically, what they do * is tell cdregister() up front that a device is a changer. Otherwise, it * will figure that fact out once it sees a LUN on the device that is * greater than 0. If it is known up front that a device is a changer, all * I/O to the device will go through the changer scheduling routines, as * opposed to the "normal" CD code. */ Does your drive function properly without the quirk entry? Ken -- Kenneth Merry ken@plutotech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 20:22:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83D3114E5E for ; Thu, 3 Jun 1999 20:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA75419; Thu, 3 Jun 1999 20:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 20:20:01 -0700 (PDT) Message-Id: <199906040320.UAA75419@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ahmon Dancy Subject: Re: bin/5661: /sbin/dump never finishes Reply-To: Ahmon Dancy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5661; it has been noted by GNATS. From: Ahmon Dancy To: Guy Helmer Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/5661: /sbin/dump never finishes Date: Thu, 03 Jun 1999 20:15:29 -0700 >> This seems to be an isolated problem. Can this PR be closed? Yes sir. If you want, you can completely delete the entry from your records. I rebuilt the system with different hardware and all problems went away. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 20:22:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B198715A70; Thu, 3 Jun 1999 20:20:17 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA75473; Thu, 3 Jun 1999 20:20:17 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Date: Thu, 3 Jun 1999 20:20:17 -0700 (PDT) From: Message-Id: <199906040320.UAA75473@freefall.freebsd.org> To: ghelmer@cs.iastate.edu, ghelmer@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11884: /boot/loader doesn't provide a way to make kernel mount CDROM as root fs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /boot/loader doesn't provide a way to make kernel mount CDROM as root fs State-Changed-From-To: open->closed State-Changed-By: ghelmer State-Changed-When: Thu Jun 3 22:19:46 CDT 1999 State-Changed-Why: Patch committed after review. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 21:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D2F6A15054 for ; Thu, 3 Jun 1999 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA09577; Thu, 3 Jun 1999 21:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Thu, 3 Jun 1999 21:40:02 -0700 (PDT) Message-Id: <199906040440.VAA09577@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Subject: Re: bin/2556: Patch for calendar.c Reply-To: Bill Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/2556; it has been noted by GNATS. From: Bill To: Guy Helmer Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/2556: Patch for calendar.c Date: Thu, 3 Jun 1999 21:33:42 -0700 (PDT) On Thu, 3 Jun 1999, Guy Helmer wrote: > Nobody has taken up this patch in over two years; should this PR be > closed? Fine by me. - B. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 22:57:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B2D4115156; Thu, 3 Jun 1999 22:57:39 -0700 (PDT) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA26831; Thu, 3 Jun 1999 22:57:39 -0700 (PDT) (envelope-from ken@FreeBSD.org) Date: Thu, 3 Jun 1999 22:57:39 -0700 (PDT) From: Message-Id: <199906040557.WAA26831@freefall.freebsd.org> To: archon@forbidden.dough.net, ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, ken@FreeBSD.org Subject: Re: kern/12017: no quirk for Nakamichi cd changer Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: no quirk for Nakamichi cd changer State-Changed-From-To: open->closed State-Changed-By: ken State-Changed-When: Thu Jun 3 22:55:18 PDT 1999 State-Changed-Why: No quirk entry is necessary for the CD driver to detect that this device is a changer. After corresponding with the PR submitter, it appears that the driver is functioning properly. If the submitter still has problems, we can re-open this PR or file a new one. Responsible-Changed-From-To: freebsd-bugs->ken Responsible-Changed-By: ken Responsible-Changed-When: Thu Jun 3 22:55:18 PDT 1999 Responsible-Changed-Why: My driver. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jun 3 23:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EB411537E for ; Thu, 3 Jun 1999 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA46619; Thu, 3 Jun 1999 23:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2139D1509E; Thu, 3 Jun 1999 23:13:33 -0700 (PDT) Message-Id: <19990604061333.2139D1509E@hub.freebsd.org> Date: Thu, 3 Jun 1999 23:13:33 -0700 (PDT) From: jainp@accsoft.com.au To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12019: Getting Error Can't Assign requested address while using UDP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12019 >Category: kern >Synopsis: Getting Error Can't Assign requested address while using UDP >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 3 23:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Pawan Jain >Release: Vresion 3.1 Release Generic >Organization: Commonwealth Bank of Australia >Environment: Intel 486 DX hardware >Description: Hi, I am facing a problem while using UDP on FreeBSD Operating System. I am using a test program to test a SNMP Agent. The test program and agent both run on the same box. The test program uses local port 2000. The SNMP Agent program listens on port 3000. (I will change these port numbers later as per SNMP standard). When the test program tries to send data to SNMP Server using sendto command ("127.0.0.1" , port 3000), it receives the error "Can't assign requested address" The same two programs work when run on an HP machine. The code used by test program as below: =============================================== if( (sk = socket(AF_INET, SOCK_DGRAM, 0)) == -1) { perror("Error in socket"); exit (errno); } /* bind a local port Number */ cln_addr.sin_family = AF_INET; cln_addr.sin_addr.s_addr = inet_addr(INADDR_ANY); cln_addr.sin_port = htonl(2000); if ( bind(sk, &cln_addr, sizeof(struct sockaddr_in)) == -1) { perror("Local Bind error:"); exit (-1); } srvsnd_addr.sin_family = AF_INET; srvsnd_addr.sin_addr.s_addr = inet_addr("127.0.0.1"); srvsnd_addr.sin_port = htonl(3000); fromlen = sizeof(struct sockaddr_in); .... code to prepare the Network Management request /* send request to agent */ sndsts = sendto(sk, reqbuf , reqSize , 0, &srvsnd_addr, sizeof(struct sockaddr_in)); if (sndsts == -1) { perror("Send Error"); exit (-1); } =================================================== The error is flagged from sendto call. I am using FreeBSD V3 >How-To-Repeat: It is persistant behaviour. >Fix: Not 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 Fri Jun 4 0:10: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21CDE15A77 for ; Fri, 4 Jun 1999 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA02696; Fri, 4 Jun 1999 00:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mortis.futuresouth.com (mortis.futuresouth.com [209.45.228.14]) by hub.freebsd.org (Postfix) with ESMTP id 0941414D57 for ; Fri, 4 Jun 1999 00:00:11 -0700 (PDT) (envelope-from fullermd@over-yonder.net) Received: by mortis.futuresouth.com (Postfix, from userid 100) id 4FA961F06; Fri, 4 Jun 1999 02:00:10 -0500 (CDT) Message-Id: <19990604070010.4FA961F06@mortis.futuresouth.com> Date: Fri, 4 Jun 1999 02:00:10 -0500 (CDT) From: fullermd@over-yonder.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12020: [PATCH] msgs(1) is bad about nonexistent bounds file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12020 >Category: bin >Synopsis: [PATCH] msgs(1) is bad about nonexistent bounds file >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 4 00:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Matthew D. Fuller >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: Nothing extraordinary >Description: msgs(1) doesn't behave right when bounds file doesn't exist. Old behavior would yield a completely unhelpful error message when the file did not exist. The present behavior will fail to make a bounds file no matter what. This patch attempts to correct that situation with a compromise: msgs(1) will attempt to make a new bounds file iff it is run with -s option (posting a message). Else, it bails out if the bounds file doesn't exist. If msgs(1) is run with the -f option ('quiet' mode), no error message will be displayed, it will simply exit. manpage update included. *** This pr supercedes pr bin/9471, which has a twisted *** *** history, and an incorrect patch anyway, and can be closed *** >How-To-Repeat: # rm /var/msgs/bounds # msgs # msgs -s >Fix: Index: msgs.1 =================================================================== RCS file: /usr/cvs/src/usr.bin/msgs/msgs.1,v retrieving revision 1.5 diff -u -r1.5 msgs.1 --- msgs.1 1998/06/23 16:52:59 1.5 +++ msgs.1 1999/02/13 00:46:40 @@ -117,7 +117,16 @@ .Nm will make a new .Pa bounds -file the next time it is run. +file the next time it is run with the +.Fl s +option. +If +.Nm +is run with any option other than +.Fl s , +an error will be displayed if +.Pa /var/msgs/bounds +does not exist. .Pp The .Fl s Index: msgs.c =================================================================== RCS file: /usr/cvs/src/usr.bin/msgs/msgs.c,v retrieving revision 1.13 diff -u -r1.13 msgs.c --- msgs.c 1998/07/14 19:07:30 1.13 +++ msgs.c 1999/06/04 06:50:38 @@ -246,8 +246,22 @@ * determine current message bounds */ snprintf(fname, sizeof(fname), "%s/%s", _PATH_MSGS, BOUNDS); - if (stat(fname, &buf) < 0) - err(errno, "%s", fname); + + /* + * Test access rights to the bounds file + * This can be a little tricky. if(send_msg), then + * we will create it. We assume that if(send_msg), + * then you have write permission there. + * Else, it better be there, or we bail. + */ + if (send_msg != YES) { + if (stat(fname, &buf) < 0) { + if (hush != YES) + err(errno, "%s", fname); + else + exit(1); + } + } bounds = fopen(fname, "r"); if (bounds != NULL) { >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 4 4: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D107C14D68 for ; Fri, 4 Jun 1999 04:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA68341; Fri, 4 Jun 1999 04:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 4 Jun 1999 04:00:02 -0700 (PDT) Message-Id: <199906041100.EAA68341@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/3242: incorrect prototype for initgroups Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/3242; it has been noted by GNATS. From: Bruce Evans To: bde@freebsd.org, charnier@xp11.frmug.org, davidn@freebsd.org, freebsd-gnats-submit@freebsd.org, ghelmer@cs.iastate.edu Cc: Subject: Re: bin/3242: incorrect prototype for initgroups Date: Fri, 4 Jun 1999 20:50:16 +1000 >Should the type be changed to gid_t for the group ID? pwd.h now defines >the pw_gid field as a gid_t. It should be changed. Just be careful not to break anything due to the type becoming unsigned. The implementation of initgroups() has some more type botches. These bugs all seem to be fixed in NetBSD. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 4:20: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7A1AB15491 for ; Fri, 4 Jun 1999 04:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA72389; Fri, 4 Jun 1999 04:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 4 Jun 1999 04:20:03 -0700 (PDT) Message-Id: <199906041120.EAA72389@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tony Finch Subject: Re: kern/11988: recvmsg with a cmsghdr but no iovec is broken Reply-To: Tony Finch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11988; it has been noted by GNATS. From: Tony Finch To: Brian Somers Cc: Tony Finch , FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/11988: recvmsg with a cmsghdr but no iovec is broken Date: Fri, 4 Jun 1999 12:11:18 +0100 (BST) Brian Somers writes: > > One other observation (a problem I suffered with for some time); you > *must* have some sort of handshake to confirm that the descriptor has > been received. If you call close(conn) while the descriptor is still > in limbo (an mbuf) the descriptor will arrive at the other end ready > to give you EBADF next time you use it. > > A simple read(child, &ch, 1) after sendmsg() and before the close(conn) > and a write(3, "X", 1) after the recvmsg() will do the trick. AIUI that shouldn't be necessary: the f_count field should be incremented while the descriptor is in transit so close()ing it should not cause the resources to be released. If the receiver of the descriptor gets EBADF because the sender close()d it while it was in transit that is a bug (but a different one from the one that started this PR). Tony. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 4:25:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 326C015491; Fri, 4 Jun 1999 04:25:47 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA72957; Fri, 4 Jun 1999 04:25:47 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 04:25:47 -0700 (PDT) From: Message-Id: <199906041125.EAA72957@freefall.freebsd.org> To: pavlin@catarina.usc.edu, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/5047: ipfw(8) IP address resolving problem if only /etc/hosts used Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ipfw(8) IP address resolving problem if only /etc/hosts used State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 4 04:22:19 PDT 1999 State-Changed-Why: Fixed in -current (ipfw.c,v 1.69) Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Fri Jun 4 04:22:19 PDT 1999 Responsible-Changed-Why: So I remember to MFC. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 4:45: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E75C414C14; Fri, 4 Jun 1999 04:45:06 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA74559; Fri, 4 Jun 1999 04:45:06 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 04:45:06 -0700 (PDT) From: Message-Id: <199906041145.EAA74559@freefall.freebsd.org> To: pmh@komma.de, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/7907: ipfw command line parsing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ipfw command line parsing State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 4 04:40:09 PDT 1999 State-Changed-Why: Fixed in revs 1.59 and 1.34.2.17 of ipfw.c (as part of PR#7475) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 5:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4C9A15038 for ; Fri, 4 Jun 1999 05:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA77921; Fri, 4 Jun 1999 05:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 4 Jun 1999 05:20:02 -0700 (PDT) Message-Id: <199906041220.FAA77921@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brian Somers Subject: Re: kern/11988: recvmsg with a cmsghdr but no iovec is broken Reply-To: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11988; it has been noted by GNATS. From: Brian Somers To: Tony Finch Cc: Brian Somers , FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/11988: recvmsg with a cmsghdr but no iovec is broken Date: Fri, 04 Jun 1999 13:12:16 +0100 > Brian Somers writes: > > > > One other observation (a problem I suffered with for some time); you > > *must* have some sort of handshake to confirm that the descriptor has > > been received. If you call close(conn) while the descriptor is still > > in limbo (an mbuf) the descriptor will arrive at the other end ready > > to give you EBADF next time you use it. > > > > A simple read(child, &ch, 1) after sendmsg() and before the close(conn) > > and a write(3, "X", 1) after the recvmsg() will do the trick. > > AIUI that shouldn't be necessary: the f_count field should be > incremented while the descriptor is in transit so close()ing it should > not cause the resources to be released. If the receiver of the > descriptor gets EBADF because the sender close()d it while it was in > transit that is a bug (but a different one from the one that started > this PR). I've had a poke around 'cos I recalled seeing someone else spot this. The -current sendmsg man page mentions it in the BUGS section. > Tony. -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 5:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB41615365 for ; Fri, 4 Jun 1999 05:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA78876; Fri, 4 Jun 1999 05:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 4 Jun 1999 05:30:03 -0700 (PDT) Message-Id: <199906041230.FAA78876@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tony Finch Subject: Re: kern/11988: recvmsg with a cmsghdr but no iovec is broken Reply-To: Tony Finch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11988; it has been noted by GNATS. From: Tony Finch To: Brian Somers Cc: Tony Finch , FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/11988: recvmsg with a cmsghdr but no iovec is broken Date: Fri, 4 Jun 1999 13:23:29 +0100 (BST) Brian Somers writes: > > Brian Somers writes: > > > > > > One other observation (a problem I suffered with for some time); you > > > *must* have some sort of handshake to confirm that the descriptor has > > > been received. If you call close(conn) while the descriptor is still > > > in limbo (an mbuf) the descriptor will arrive at the other end ready > > > to give you EBADF next time you use it. > > > > > > A simple read(child, &ch, 1) after sendmsg() and before the close(conn) > > > and a write(3, "X", 1) after the recvmsg() will do the trick. > > > > AIUI that shouldn't be necessary: the f_count field should be > > incremented while the descriptor is in transit so close()ing it should > > not cause the resources to be released. If the receiver of the > > descriptor gets EBADF because the sender close()d it while it was in > > transit that is a bug (but a different one from the one that started > > this PR). > > I've had a poke around 'cos I recalled seeing someone else spot this. > The -current sendmsg man page mentions it in the BUGS section. -STABLE too. Do you have code to provoke it? Tony. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 5:30:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24F3215384; Fri, 4 Jun 1999 05:30:03 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA78880; Fri, 4 Jun 1999 05:30:03 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 05:30:03 -0700 (PDT) From: Message-Id: <199906041230.FAA78880@freefall.freebsd.org> To: andrew@squiz.co.nz, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8905: suggested change of 'ipfw show' layout Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: suggested change of 'ipfw show' layout State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 4 05:14:44 PDT 1999 State-Changed-Why: Already fixed in RELENG_3 and HEAD (ipfw.c,v 1.53) Upgrade to 3.2-STABLE if you're still running 2.2.x. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 5:45:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.128.198]) by hub.freebsd.org (Postfix) with ESMTP id 72BE315242 for ; Fri, 4 Jun 1999 05:45:35 -0700 (PDT) (envelope-from brian@keep.lan.Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id NAA24201; Fri, 4 Jun 1999 13:45:33 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id NAA04400; Fri, 4 Jun 1999 13:44:53 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199906041244.NAA04400@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Tony Finch Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/11988: recvmsg with a cmsghdr but no iovec is broken In-reply-to: Your message of "Fri, 04 Jun 1999 05:30:03 PDT." <199906041230.FAA78876@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_-20436880050" Date: Fri, 04 Jun 1999 13:44:53 +0100 From: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multipart MIME message. --==_Exmh_-20436880050 Content-Type: text/plain; charset=us-ascii [.....] > > I've had a poke around 'cos I recalled seeing someone else spot this. > > The -current sendmsg man page mentions it in the BUGS section. > > -STABLE too. Do you have code to provoke it? > > Tony. Sure, I've attached a patch against the -current ppp. Use the ``mloop'' label in ppp.conf.sample. -- Brian Don't _EVER_ lose your sense of humour ! --==_Exmh_-20436880050 Content-Type: application/x-patch ; name="t.patch" Content-Description: t.patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="t.patch" Index: bundle.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/usr.sbin/ppp/bundle.c,v retrieving revision 1.56 diff -u -r1.56 bundle.c --- bundle.c 1999/06/02 00:46:50 1.56 +++ bundle.c 1999/06/04 12:42:04 @@ -1437,7 +1437,7 @@ return; } = - write(s, "!", 1); /* ACK */ + /* write(s, "!", 1); */ /* ACK */ close(s); = if (cmsg->cmsg_type !=3D SCM_RIGHTS) { @@ -1520,7 +1520,7 @@ if (sendmsg(s, &msg, 0) =3D=3D -1) log_Printf(LogERROR, "Failed sendmsg: %s\n", strerror(errno)); /* We must get the ACK before closing the descriptor ! */ - read(s, &ack, 1); + /* read(s, &ack, 1); */ = newsid =3D Enabled(dl->bundle, OPT_KEEPSESSION) || tcgetpgrp(link_fd) =3D=3D getpgrp(); --==_Exmh_-20436880050-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 5:49:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3D25715242; Fri, 4 Jun 1999 05:49:09 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA80847; Fri, 4 Jun 1999 05:49:09 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 05:49:09 -0700 (PDT) From: Message-Id: <199906041249.FAA80847@freefall.freebsd.org> To: dan@obluda.cz, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/9613: [PATCH] IPFW command-line parsing error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] IPFW command-line parsing error State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 4 05:43:28 PDT 1999 State-Changed-Why: Fixed in revs 1.52 and 1.65 of ipfw.c. Upgrade to 3.2-STABLE if you're still running 2.2.8. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 7:15: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8406F1538E; Fri, 4 Jun 1999 07:15:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA49534; Fri, 4 Jun 1999 07:15:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 07:15:07 -0700 (PDT) From: Message-Id: <199906041415.HAA49534@freefall.freebsd.org> To: igor@zynaps.ru, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/7989: if we enable firewall and natd we losing connectivity after rc.firewall and before natd start Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: if we enable firewall and natd we losing connectivity after rc.firewall and before natd start State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 4 07:08:49 PDT 1999 State-Changed-Why: No active development on RELENG_2_2 branch. 3.2-STABLE and 4.0-CURRENT do not have this problem. ``natd'' is now started right after ``ipfw'' in network_pass1(). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 7:23:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D70D14F2B; Fri, 4 Jun 1999 07:23:36 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA50637; Fri, 4 Jun 1999 07:23:35 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 07:23:35 -0700 (PDT) From: Message-Id: <199906041423.HAA50637@freefall.freebsd.org> To: skafte@zaius.worldgate.ca, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/8350: Problems with /etc/rc.firewall Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Problems with /etc/rc.firewall State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 4 07:18:13 PDT 1999 State-Changed-Why: Not a problem. Explanation has been given. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 7:40:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2D32714D89; Fri, 4 Jun 1999 07:40:23 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA52455; Fri, 4 Jun 1999 07:40:23 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 07:40:23 -0700 (PDT) From: Message-Id: <199906041440.HAA52455@freefall.freebsd.org> To: ast@iconomic.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/6937: [PATCH] rc.firewall can't be run from network - fix Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] rc.firewall can't be run from network - fix State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 4 07:37:43 PDT 1999 State-Changed-Why: It could be done from network, for example: # sh /etc/rc.firewall >/dev/null 2>&1 Refer to the ``BUGS'' section of ipfw(8) manpage. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 7:56: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AF00E151E2; Fri, 4 Jun 1999 07:56:01 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA53977; Fri, 4 Jun 1999 07:56:01 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 07:56:01 -0700 (PDT) From: Message-Id: <199906041456.HAA53977@freefall.freebsd.org> To: mvh@ix.netcom.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/10964: rc.firewall external file specification too limiting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rc.firewall external file specification too limiting State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 4 07:43:23 PDT 1999 State-Changed-Why: You can specify your own script by customizing ``firewall_script'' variable in /etc/rc.conf. Optionally, ``ipfw'' has a preprocessor functionality. Refer to the ipfw(8) manpage for details. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 8:19: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6E41914C7F; Fri, 4 Jun 1999 08:19:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA56702; Fri, 4 Jun 1999 08:19:07 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 08:19:07 -0700 (PDT) From: Message-Id: <199906041519.IAA56702@freefall.freebsd.org> To: ouaissa@int-evry.fr, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/11556: Configuration Hardware for TIS firewall Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Configuration Hardware for TIS firewall State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Fri Jun 4 08:00:48 PDT 1999 State-Changed-Why: Not a problem. Submit your questions to . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 10: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 803B615426 for ; Fri, 4 Jun 1999 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 KAA65672; Fri, 4 Jun 1999 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 4 Jun 1999 10:00:03 -0700 (PDT) Message-Id: <199906041700.KAA65672@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Matthew Jacob Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Reply-To: Matthew Jacob Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11945; it has been noted by GNATS. From: Matthew Jacob To: Juergen Lock Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Date: Fri, 4 Jun 1999 09:51:29 -0700 (PDT) > sa0 at ncr0 bus 0 target 5 lun 0 > sa0: Removable Sequential Access SCSI-2 device > sa0: 4.901MB/s transfers (4.901MHz, offset 8) Okay. > 1. mt bl(ocksize) stopped working, regardless what blocksize > i try i only get > > mt: /dev/nrsa0: blocksize: Invalid argument > > and on the console: > > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): MODE SELECT(06). CDB: 15 0 0 0 > c 0 > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): ILLEGAL REQUEST asc:26,0 > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): Invalid field in parameter lis > t sks:8f,4 Could you do a 'camcontrol debug -Ic 0:5:0' on this? What happens when you set this to blocksize zero? > ??? FWIW, all this worked on 2.1-stable... > (case 3 didn't rewind automatically, just repeated the > BLANK CHECK error; I don't know if that is/was a feature) Oh, I'm sure I've broken things massively at this point. Again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 11:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEDB21517C for ; Fri, 4 Jun 1999 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA72744; Fri, 4 Jun 1999 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id CB25A14C01; Fri, 4 Jun 1999 11:05:21 -0700 (PDT) Message-Id: <19990604180521.CB25A14C01@hub.freebsd.org> Date: Fri, 4 Jun 1999 11:05:21 -0700 (PDT) From: dwhite@pond.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12022: System clock timewarps Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12022 >Category: kern >Synopsis: System clock timewarps >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 4 11:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Doug White >Release: 3.1-RELEASE and later >Organization: Pacific Crest Networks, Inc. >Environment: FreeBSD squid.pcrest.net 3.1-RELEASE FreeBSD 3.1-RELEASE #1: Mon May 10 23:00:37 PDT 1999 root@squid.pcrest.net:/usr/src/sys/compile/SQUID i386 >Description: The TSC time calibration code appears badly broken. It cannot get a consistent read off the system TSC and miscalculates the CPU clock. Furthermore, it's causing the system clock to run fast at the rate of about 5 minutes/hour. Normally, the TSC should sync to 90000689 or thereabouts. On the problem machine, we have the following values: May 10 19:53:45 myname /kernel: Timecounter "TSC" frequency 84792684 Hz May 10 19:58:23 myname /kernel: Timecounter "TSC" frequency 78478318 Hz May 10 20:04:29 myname /kernel: Timecounter "TSC" frequency 90205024 Hz May 10 20:10:49 squid /kernel: Timecounter "TSC" frequency 82086508 Hz May 10 20:13:09 squid /kernel: Timecounter "TSC" frequency 83890627 Hz May 10 22:50:53 squid /kernel: Timecounter "TSC" frequency 87498832 Hz May 10 22:56:12 squid /kernel.GENERIC: Timecounter "TSC" frequency 79380441 Hz May 10 23:01:42 squid /kernel: Timecounter "TSC" frequency 86596730 Hz May 10 23:03:58 squid /kernel: Timecounter "TSC" frequency 90205040 Hz May 11 19:40:41 squid /kernel: Timecounter "TSC" frequency 82988540 Hz May 11 19:43:37 squid /kernel: Timecounter "TSC" frequency 84792851 Hz May 11 19:46:05 squid /kernel: Timecounter "TSC" frequency 90204971 Hz May 11 12:36:59 squid /kernel: Timecounter "TSC" frequency 87498777 Hz May 11 16:18:42 squid /kernel: Timecounter "TSC" frequency 86596851 Hz May 12 15:54:47 squid /kernel: Timecounter "TSC" frequency 87498803 Hz This machine ran 3.0-RELEASE previously without any such problems. This machine has a custom kernel without APM built in, and I believe APM is disabled in the BIOS (not 100% sure, but this is a server. I've also tried setting kern.timecounter.method=1 with no effect. >How-To-Repeat: . Find a PC. . Boot 3.1 or later on it a few times. . Watch the TSC go nuts. >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 4 11:22: 1 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 965E515432; Fri, 4 Jun 1999 11:22:00 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA74158; Fri, 4 Jun 1999 11:22:00 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Date: Fri, 4 Jun 1999 11:22:00 -0700 (PDT) From: Message-Id: <199906041822.LAA74158@freefall.freebsd.org> To: hsu@clinet.fi, ghelmer@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/3558: make reinstall collapses on install-info Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: make reinstall collapses on install-info State-Changed-From-To: open->closed State-Changed-By: ghelmer State-Changed-When: Fri Jun 4 13:20:19 CDT 1999 State-Changed-Why: Fixed in src/Makefile rev.1.122 by bde. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 11:30: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F87615596 for ; Fri, 4 Jun 1999 11:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA75045; Fri, 4 Jun 1999 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 4 Jun 1999 11:30:02 -0700 (PDT) Message-Id: <199906041830.LAA75045@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Poul-Henning Kamp Subject: Re: kern/12022: System clock timewarps Reply-To: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12022; it has been noted by GNATS. From: Poul-Henning Kamp To: dwhite@pond.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/12022: System clock timewarps Date: Fri, 04 Jun 1999 20:19:55 +0200 Disable APM in your bios or add apm to your kernel config. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 11:30: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1E46B159EA for ; Fri, 4 Jun 1999 11:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA75050; Fri, 4 Jun 1999 11:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 4 Jun 1999 11:30:04 -0700 (PDT) Message-Id: <199906041830.LAA75050@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug White Subject: Re: kern/12022: System clock timewarps Reply-To: Doug White Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12022; it has been noted by GNATS. From: Doug White To: Poul-Henning Kamp Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/12022: System clock timewarps Date: Fri, 4 Jun 1999 11:09:58 -0700 (PDT) On Fri, 4 Jun 1999, Poul-Henning Kamp wrote: > Disable APM in your bios or add apm to your kernel config. Hm, I'll try it, but I thought the trend was to turn it off... Doug White | Pacific Crest Networks Internet: dwhite@pond.net | http://www.pond.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 12:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2F266153E4 for ; Fri, 4 Jun 1999 12:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA79278; Fri, 4 Jun 1999 12:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 4 Jun 1999 12:30:03 -0700 (PDT) Message-Id: <199906041930.MAA79278@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Chris Dillon Subject: Re: kern/12022: System clock timewarps Reply-To: Chris Dillon Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12022; it has been noted by GNATS. From: Chris Dillon To: dwhite@pond.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/12022: System clock timewarps Date: Fri, 4 Jun 1999 14:20:11 -0500 (CDT) On Fri, 4 Jun 1999 dwhite@pond.net wrote: > I've also tried setting kern.timecounter.method=1 with no effect. > >How-To-Repeat: > . Find a PC. > . Boot 3.1 or later on it a few times. > . Watch the TSC go nuts. > >Fix: On the one 3.1+ (actually 3.2-STABLE) PIII-500 box I have here at work, TSC is extremely stable. Over 30 boots, I see it has ranged from 498830507 Hz to 498831075 Hz. I assume a total deviation of less than 1KHz (actually 568Hz, .000001% deviation) on a 500MHz clock is pretty darn stable. (Almost too stable... did I get that percentage right? I'm no statistician). I did experience just one time on my box at home a serious deviation, but overall it seems to be very stable. I don't have the actual figures from my box at home available right now, but ntpdate never adjusted the time more than about a couple of seconds a day until that one time the reported TSC was about 50% of the actual clockrate (Celeron 433), making the wall clock run extremely fast. -- Chris Dillon - cdillon@wolves.k12.mo.us - cdillon@inter-linc.net FreeBSD: The fastest and most stable server OS on the planet. For Intel x86 and Alpha architectures (SPARC under development). ( http://www.freebsd.org ) "One should admire Windows users. It takes a great deal of courage to trust Windows with your data." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 12:30: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E141215432 for ; Fri, 4 Jun 1999 12:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA79285; Fri, 4 Jun 1999 12:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 4 Jun 1999 12:30:04 -0700 (PDT) Message-Id: <199906041930.MAA79285@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug White Subject: Re: kern/12022: System clock timewarps Reply-To: Doug White Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12022; it has been noted by GNATS. From: Doug White To: Chris Dillon Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/12022: System clock timewarps Date: Fri, 4 Jun 1999 12:06:34 -0700 (PDT) On Fri, 4 Jun 1999, Chris Dillon wrote: > On Fri, 4 Jun 1999 dwhite@pond.net wrote: > > > I've also tried setting kern.timecounter.method=1 with no effect. > > >How-To-Repeat: > > . Find a PC. > > . Boot 3.1 or later on it a few times. > > . Watch the TSC go nuts. > > >Fix: > > On the one 3.1+ (actually 3.2-STABLE) PIII-500 box I have here at > work, TSC is extremely stable. Over 30 boots, I see it has ranged > from 498830507 Hz to 498831075 Hz. I assume a total deviation of less > than 1KHz (actually 568Hz, .000001% deviation) on a 500MHz clock is > pretty darn stable. (Almost too stable... did I get that percentage > right? I'm no statistician). Hm. I'm wondering if this is isolated to just P90s. I can't test the machine until later tonight since it's a router for some of the building networks, but I'll report my findings. Then maybe we can document this problem. Doug White | Pacific Crest Networks Internet: dwhite@pond.net | http://www.pond.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 14:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 793B0150EC for ; Fri, 4 Jun 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA88855; Fri, 4 Jun 1999 14:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3EE53150EC; Fri, 4 Jun 1999 14:47:38 -0700 (PDT) Message-Id: <19990604214738.3EE53150EC@hub.freebsd.org> Date: Fri, 4 Jun 1999 14:47:38 -0700 (PDT) From: brooks@one-eyed-alien.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: conf/12026: /etc/rc.diskless1 refrences non-existant /usr/share/examples/diskless Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12026 >Category: conf >Synopsis: /etc/rc.diskless1 refrences non-existant /usr/share/examples/diskless >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 4 14:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Brooks Davis >Release: 3.2-STABLE >Organization: >Environment: FreeBSD frigga.aero.org 3.2-STABLE FreeBSD 3.2-STABLE #0: Thu Jun 3 14:52:31 PDT 1999 brooks@frigga.aero.org:/usr/src/sys-altq/compile/FRIGGA-ALTQ i386 >Description: /etc/rc.diskless1 in 3.2-STABLE points to /usr/share/examples/diskless, but it appears that no one has MFC'd /usr/share/examples/diskless so it doesn't exist. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 16: 5: 1 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 58E5B14C4E; Fri, 4 Jun 1999 16:05:00 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA94970; Fri, 4 Jun 1999 16:04:59 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 16:04:59 -0700 (PDT) From: Message-Id: <199906042304.QAA94970@freefall.freebsd.org> To: adam@veda.is, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/3244: ipfw flush closes connections Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ipfw flush closes connections State-Changed-From-To: open->feedback State-Changed-By: ru State-Changed-When: Fri Jun 4 16:04:22 PDT 1999 State-Changed-Why: Does the problem still exist? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 16:21:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CC4D155C3; Fri, 4 Jun 1999 16:21:14 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA96332; Fri, 4 Jun 1999 16:21:13 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 16:21:13 -0700 (PDT) From: Message-Id: <199906042321.QAA96332@freefall.freebsd.org> To: cschuber@uumail.gov.bc.ca, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/7928: Patch to allow execution of an IPFW shell script Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Patch to allow execution of an IPFW shell script State-Changed-From-To: open->feedback State-Changed-By: ru State-Changed-When: Fri Jun 4 16:18:28 PDT 1999 State-Changed-Why: Why not just specify your script in ``firewall_script'' variable? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 18: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1CD4A15367 for ; Fri, 4 Jun 1999 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA02713; Fri, 4 Jun 1999 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 636A315367; Fri, 4 Jun 1999 17:52:02 -0700 (PDT) Message-Id: <19990605005202.636A315367@hub.freebsd.org> Date: Fri, 4 Jun 1999 17:52:02 -0700 (PDT) From: milcrat@bigfoot.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/12028: apache won't configure Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12028 >Category: i386 >Synopsis: apache won't configure >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 4 18:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: mark >Release: 3.2-RELEASE >Organization: >Environment: FreeBSD thor 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 >Description: when configuring apache with php ./configure --prefix=/www --activate-module=src/modules/php3/libphp3.a this is apache 1.3.6 it gives error /usr/libexec/elf/ld: cannot open -lgd: No such file or directory and stops >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 18:10:26 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D77D21524E; Fri, 4 Jun 1999 18:10:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA03676; Fri, 4 Jun 1999 18:10:24 -0700 (PDT) (envelope-from steve@FreeBSD.org) Date: Fri, 4 Jun 1999 18:10:24 -0700 (PDT) From: Message-Id: <199906050110.SAA03676@freefall.freebsd.org> To: milcrat@bigfoot.com, steve@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/12028: apache won't configure Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: apache won't configure State-Changed-From-To: open->closed State-Changed-By: steve State-Changed-When: Fri Jun 4 18:07:51 PDT 1999 State-Changed-Why: Try building this from the port, /usr/ports/www/apache13-php3, or run configure with something like --without-gd or --with-gd=no. If you really want to build this by hand and would like to have the GD library support, then 'cd /usr/ports/graphics/gd; make install' and try again. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 18:30: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 244C31541A for ; Fri, 4 Jun 1999 18:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA05271; Fri, 4 Jun 1999 18:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Fri, 4 Jun 1999 18:30:02 -0700 (PDT) Message-Id: <199906050130.SAA05271@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Luoqi Chen Subject: Re: kern/11948: mmaping memory device, then forking causes negative rss Reply-To: Luoqi Chen Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11948; it has been noted by GNATS. From: Luoqi Chen To: freebsd-gnats-submit@freebsd.org, toasty@dragondata.com Cc: Subject: Re: kern/11948: mmaping memory device, then forking causes negative rss Date: Fri, 04 Jun 1999 21:20:27 -0400 Can you try the following patch? It should fix the negative rss size problem. Please also try to see if you can reproduce the "multiple frees" panic after the patch. -lq Index: pmap.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/pmap.c,v retrieving revision 1.237 diff -u -r1.237 pmap.c --- pmap.c 1999/06/01 18:19:44 1.237 +++ pmap.c 1999/06/05 01:10:07 @@ -2655,7 +2655,7 @@ if (srcptepaddr & PG_PS) { if (dst_pmap->pm_pdir[ptepindex] == 0) { dst_pmap->pm_pdir[ptepindex] = (pd_entry_t) srcptepaddr; - dst_pmap->pm_stats.resident_count += NBPDR; + dst_pmap->pm_stats.resident_count += NBPDR / PAGE_SIZE; } continue; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 20:15:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 62DB014C7F; Fri, 4 Jun 1999 20:15:16 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA11165; Fri, 4 Jun 1999 20:15:17 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 20:15:17 -0700 (PDT) From: Message-Id: <199906050315.UAA11165@freefall.freebsd.org> To: dirk.meyer@dinoex.sub.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/6574: ipfw crash with DIAGANOSTICS Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ipfw crash with DIAGANOSTICS State-Changed-From-To: open->feedback State-Changed-By: ru State-Changed-When: Fri Jun 4 20:14:21 PDT 1999 State-Changed-Why: Can't reproduce the problem on 3.2-STABLE. Do you still have this problem? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 20:20:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C520114DBE; Fri, 4 Jun 1999 20:20:44 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA11515; Fri, 4 Jun 1999 20:20:44 -0700 (PDT) (envelope-from ru@FreeBSD.org) Date: Fri, 4 Jun 1999 20:20:44 -0700 (PDT) From: Message-Id: <199906050320.UAA11515@freefall.freebsd.org> To: ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/7101: /sbin/ipfw unexpected variant treatment of port number expansion Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /sbin/ipfw unexpected variant treatment of port number expansion Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Fri Jun 4 20:17:53 PDT 1999 Responsible-Changed-Why: I'll fix it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jun 4 23: 5:57 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from www.gglb.com (unknown [202.103.237.142]) by hub.freebsd.org (Postfix) with ESMTP id 681F514F68 for ; Fri, 4 Jun 1999 23:04:59 -0700 (PDT) (envelope-from gglb@public.nn.gx.cn) Received: from mail pickup service by www.gglb.com with Microsoft SMTPSVC; Sat, 5 Jun 1999 13:50:49 +0800 From: To: Subject: ¹ã¸æÁª°î¸üпìµÝ Date: Sat, 5 Jun 1999 13:50:49 +0800 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 Message-ID: <00b5b4950050569WWW@www.gglb.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ¹ã¸æÁª°î¸üпìµÝ---------------- http://www.gglb.com 1¡¢È«ÐÂÍƳö¡°Ãâ·Ñ·ÖÀà¹ã¸æ¡°À¸Ä¿ http://ad.gglb.com Äú¿ÉÒÔÔÚ´Ë·¢²¼ÄúµÄÒ»ÇÐ ºÏ·¨ÐÅ¡£ 2¡¢È«¹úΨһµÄ¡°¹ã¸æÈËÁÄÌìÊÒ¡±³ÏÑûÄúÔÚ´ËÇãÌý¹ã¸æÈ˵ÄÐÄÉù£¬½»Á÷¹ã¸æÈ˵ľ­ Ñé¡£ 3¡¢ÔÚ¡°¹ã¸æÂÛ̳¡±£¬Äã¿ÉÒÔÕÒµ½Ò»¸ö¹ã¸æÈËÕæÕý½»Á÷µÄ¿Õ¼ä¡£ 4¡¢¹ã¸æÁª°îÊÕ¼ÁËÈ«¹úÖøÃûµÄ¹ã¸æ¹«Ë¾£¬¹ã¸æ²ÄÁϹ«Ë¾£¬¹ã¸æÉ豸¹«Ë¾£¬²éѯ¸ü¿ì ½Ý£¬Ôö¼Ó¸ü·½±ã¡£ 5¡¢×îйúÄÚ¹ã¸æÐÂÎÅ£¬¹ã¸æ¶¯Ì¬¡£ 6¡¢È«ÐÂÍƳöÆ»¹ûÈí¼þ´óÔùËÍ£º¶àÖÖÉè¼Æ¡¢Í¼ÐÎÈí¼þÎÞÏÞÖƸßËÙÏÂÔØ¡£ 7¡¢´óÁ¿¹úÄÚÓÅÐã¹ã¸æͼ¿â£¬½ÔΪȫ¹ú¸÷µØµÄ»§Íâ¹ã¸æͼÐΣ¬Ô­°æÔùËÍ£¬Ï£ÍûÄܸøÄú ´øÀ´Áé¸Ð¡£ À´¹ã¸æÁª°î£¬×öÁª°î¹ã¸æ............ http://www.gglb.com ¹ã¸æÁª°îÏÂÔØÕ¾µã£º................ http://download.gglb.com ×îÖØÒªµÄÒ»µã£¬ÄúÔÚ¡°¹ã¸æÁª°î¡±Ëù×öµÄÒ»ÇУ¬¶¼ÊÇÃâ·ÑµÄ¡£ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 5 5:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6497614D68 for ; Sat, 5 Jun 1999 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA44451; Sat, 5 Jun 1999 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 5 Jun 1999 05:50:02 -0700 (PDT) Message-Id: <199906051250.FAA44451@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mark Valentine Subject: Re: bin/5297: make incompatibility with System V style variable substitions Reply-To: Mark Valentine Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/5297; it has been noted by GNATS. From: Mark Valentine To: Guy Helmer , freebsd-gnats-submit@freebsd.org, phk@freebsd.org Cc: Subject: Re: bin/5297: make incompatibility with System V style variable substitions Date: Sat, 5 Jun 1999 13:43:52 +0100 (BST) > From: Guy Helmer > Date: Thu 3 Jun, 1999 > Subject: Re: bin/5297: make incompatibility with System V style variable substitions > Is the FreeBSD behavior incorrect, or should this PR be closed? It is > over 1.5 years old... I don't have access to the POSIX.2 spec to see if it says anything about it; the Single UNIX Specification isn't sufficiently detailed. However, I think it's a real problem (I rely on this behaviour for our products' build system, which has to use only lowest common denominator make(1) functionality, and there's no easy workaround). Here are some more realistic examples to illustrate why the FreeBSD behaviour may be sub-optimal. First, an example with a non-NULL LHS pattern: SOURCES = foo.c bar.c OBJECTS = $(SOURCES:.c=.o) clean:: rm -f $(OBJECTS) This works as intended even if SOURCES is empty (rm passed no arguments). The next example shows why I think the "empty LHS" behaviour is inconsistent (even ignoring it being different from other implementations): PROGRAMS = foo bar SOURCES = $(PROGRAMS:=.c) tags:: ctags $(SOURCES) In this case, an empty PROGRAMS list causes ctags to be passed an argument of ".c", instead of the expected no arguments. Now that you've prodded me, here's a somewhat clumsy attempt at a fix. The problem appears to be in the way str.c::brk_string() treats "empty" strings; argc is 2 and argv[1] is "". The following change returns argc of 1 and argv[1] of NULL. I looked at all other uses of brk_string(), which either avoid passing an empty string, or will also work with this behaviour. However, I haven't tried to test this (except that it works for my problem case above). Cheers, Mark. Index: str.c =================================================================== RCS file: /usr/cvs/src/usr.bin/make/str.c,v retrieving revision 1.9 diff -u -r1.9 str.c --- str.c 1997/02/22 19:27:23 1.9 +++ str.c 1999/06/05 12:22:25 @@ -148,6 +148,11 @@ for (; *str == ' ' || *str == '\t'; ++str) continue; + if (*str == '\0') { + argc = 1; + goto done; + } + /* allocate room for a copy of the string */ if ((len = strlen(str) + 1) > curlen) { if (buffer) -- Mark Valentine at Home http://www.thuvia.org/mark/ "I'll be mellow when I'm DEAD." Mark Valentine uses and endorses FreeBSD 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 Jun 5 9:20:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A5BD14F12; Sat, 5 Jun 1999 09:20:34 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Received: (from luoqi@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA21607; Sat, 5 Jun 1999 09:20:34 -0700 (PDT) (envelope-from luoqi@FreeBSD.org) Date: Sat, 5 Jun 1999 09:20:34 -0700 (PDT) From: Message-Id: <199906051620.JAA21607@freefall.freebsd.org> To: toasty@dragondata.com, luoqi@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11948: mmaping memory device, then forking causes negative rss Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mmaping memory device, then forking causes negative rss State-Changed-From-To: open->closed State-Changed-By: luoqi State-Changed-When: Sat Jun 5 09:19:02 PDT 1999 State-Changed-Why: Fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 5 10: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A48114C3C for ; Sat, 5 Jun 1999 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 KAA27694; Sat, 5 Jun 1999 10:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sat, 5 Jun 1999 10:00:03 -0700 (PDT) Message-Id: <199906051700.KAA27694@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Juergen Lock Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Reply-To: Juergen Lock Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11945; it has been noted by GNATS. From: Juergen Lock To: Matthew Jacob Cc: Juergen Lock , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Date: Sat, 5 Jun 1999 18:29:03 +0200 On Fri, Jun 04, 1999 at 09:51:29AM -0700, Matthew Jacob wrote: > > > sa0 at ncr0 bus 0 target 5 lun 0 > > sa0: Removable Sequential Access SCSI-2 device > > sa0: 4.901MB/s transfers (4.901MHz, offset 8) > > Okay. > > > 1. mt bl(ocksize) stopped working, regardless what blocksize > > i try i only get > > > > mt: /dev/nrsa0: blocksize: Invalid argument > > > > and on the console: > > > > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): MODE SELECT(06). CDB: 15 0 0 0 > > c 0 > > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): ILLEGAL REQUEST asc:26,0 > > Apr 27 16:00:47 saturn /kernel: (sa0:ncr0:0:5:0): Invalid field in parameter lis > > t sks:8f,4 > > Could you do a 'camcontrol debug -Ic 0:5:0' on this? > # camcontrol debug -Ic 0:5:0 Debugging enabled for 0:5:0 Jun 5 17:57:42 saturn /kernel: (xpt0:ncr0:0:5:0): debugging flags now 9 # mt bl 512 mt: /dev/nrsa0: blocksize: Invalid argument Jun 5 17:57:55 saturn /kernel: (sa0:ncr0:0:5:0): saopen(0): dev=0x0 softc=0x0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): RESERVE(06). CDB: 16 0 0 0 0 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): LOAD UNLOAD. CDB: 1b 0 0 0 1 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): READ BLOCK LIMITS. CDB: 5 0 0 0 0 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): MODE SENSE(06). CDB: 1a 0 f 0 1c 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): Mode Sense Data= 0x0d 0x00 0x90 0x08 0x11 0x00 0x00 0x00 0x00 0x00 0x02 0x00 0x0f 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 1 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): MODE SENSE(06). CDB: 1a 0 0 0 c 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): Mode Sense Data= 0x0b 0x00 0x90 0x08 0x11 0x00 0x00 0x00 0x00 0x00 0x02 0x00 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): MODE SELECT(06). CDB: 15 0 0 0 c 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): MODE SELECT(06). CDB: 15 0 0 0 c 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): ILLEGAL REQUEST asc:26,0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): Invalid field in parameter list sks:8f,4 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): Err22, Mode Select Data= 0x00 0x00 0x10 0x08 0x7f 0x00 0x00 0x00 0x00 0x00 0x02 0x00 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): MODE SELECT(06). CDB: 15 0 0 0 c 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): MODE SELECT(06). CDB: 15 0 0 0 c 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): ILLEGAL REQUEST asc:26,0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): Invalid field in parameter list sks:8f,4 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): saclose(0): dev=0x0 softc=0x101f Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 0 0 Jun 5 17:57:57 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): RELEASE(06). CDB: 17 0 0 0 0 0 > What happens when you set this to blocksize zero? > # mt bl 0 mt: /dev/nrsa0: blocksize: Invalid argument Jun 5 18:00:00 saturn /kernel: (sa0:ncr0:0:5:0): saopen(0): dev=0x0 softc=0x101a Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): RESERVE(06). CDB: 16 0 0 0 0 0 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 1 0 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): MODE SENSE(06). CDB: 1a 0 0 0 c 0 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): Mode Sense Data= 0x0b 0x00 0x90 0x08 0x11 0x00 0x00 0x00 0x00 0x00 0x02 0x00 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): MODE SELECT(06). CDB: 15 0 0 0 c 0 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): MODE SELECT(06). CDB: 15 0 0 0 c 0 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): ILLEGAL REQUEST asc:26,0 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): Invalid field in parameter list sks:8f,4 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): Err22, Mode Select Data= 0x00 0x00 0x10 0x08 0x7f 0x00 0x00 0x00 0x00 0x00 0x00 0x00 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): MODE SELECT(06). CDB: 15 0 0 0 c 0 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): MODE SELECT(06). CDB: 15 0 0 0 c 0 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): ILLEGAL REQUEST asc:26,0 Jun 5 18:00:01 saturn /kernel: (sa0:ncr0:0:5:0): Invalid field in parameter list sks:8f,4 Jun 5 18:00:03 saturn /kernel: (sa0:ncr0:0:5:0): saclose(0): dev=0x0 softc=0x101f Jun 5 18:00:03 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 0 0 Jun 5 18:00:03 saturn /kernel: (sa0:ncr0:0:5:0): sastart(sa0:ncr0:0:5:0): RELEASE(06). CDB: 17 0 0 0 0 0 > > > ??? FWIW, all this worked on 2.1-stable... > > (case 3 didn't rewind automatically, just repeated the > > BLANK CHECK error; I don't know if that is/was a feature) > > > Oh, I'm sure I've broken things massively at this point. Again. > I'd guess 2.1-stable didn't do the LOAD UNLOAD, hence no rewind. Why it does 5 of them on some tapes and why that hangs the bus i have no idea. Regards, -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 5 14:49:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail1.noc.netcom.net (mail1.noc.netcom.net [204.31.1.150]) by hub.freebsd.org (Postfix) with ESMTP id A224814C37 for ; Sat, 5 Jun 1999 14:49:31 -0700 (PDT) (envelope-from kprater@industrysearch.com) Received: from webserver.industrysearch.com (webserver.industrysearch.com [207.95.128.10]) by mail1.noc.netcom.net (8.9.1/8.9.1/(NETCOM v2.00)) with ESMTP id OAA24847 for ; Sat, 5 Jun 1999 14:49:28 -0700 (PDT) Message-Id: <199906052149.OAA24847@mail1.noc.netcom.net> Received: from PB-S607 by webserver.industrysearch.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1458.49) id L9MBWA0D; Sat, 5 Jun 1999 17:19:09 -0400 To: freebsd-bugs@FreeBSD.ORG From: "Ken Prater, IndustrySearch.Com" Date: Sat, 5 Jun 99 17:28:47 +0000 Subject: "Link Your Web Site" To IndustrySearch.Com X-Mailer: IndustrySearch.Com Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Increase traffic to your company's web site with a FREE Hyperlink to IndustrySearch.Com. Thousands of industrial purchasing agents, buyers, engineers and others searching for suppliers and services can locate your business easily with our USA Industrial Directory. You can visit IndustrySearch.Com at http://industrysearch.com "Link Your Web Site" to our USA Industrial Directory Data Base today! Visit IndustrySearch.Com at http://industrysearch.com and click on "Link Your Web Site" Thank you, K. Prater USA INDUSTRIAL DATA BASE MANAGEMENT To be removed from our mailing list, please click Reply and type "REMOVE" in the subject field To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jun 5 16:50: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 95F27150EA for ; Sat, 5 Jun 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA59674; Sat, 5 Jun 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9F78115224; Sat, 5 Jun 1999 16:45:58 -0700 (PDT) Message-Id: <19990605234558.9F78115224@hub.freebsd.org> Date: Sat, 5 Jun 1999 16:45:58 -0700 (PDT) From: J.Hudson@massey.ac.nz To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12041: Crashes on startup if Zip drive is switched on - panic integer divide fault Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12041 >Category: kern >Synopsis: Crashes on startup if Zip drive is switched on - panic integer divide fault >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 Jun 5 16:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: John Hudson >Release: 3.1 >Organization: >Environment: FreeBSD myname.my.domain 3.1-RELEASE FreeBSD 3.1-RELEASE #2: Sat May 22 \ 10:02:07 NZST 1999 root@myname.my.domain:/usr/src/sys/compile/OAXACA i386 *********** /usr/src/sys/i386/conf/OAXACA # # OAXACA - BASED ON # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: GENERIC,v 1.143.2.2 1999/02/15 02:50:07 des Exp $ machine "i386" #cpu "I386_CPU" cpu "I486_CPU" #cpu "I586_CPU" #cpu "I686_CPU" ident OAXACA maxusers 32 #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] #options MFS #Memory Filesystem #options MFS_ROOT #MFS usable as root device, "MFS" req'ed #options NFS #Network Filesystem #options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor config kernel root on wd0 # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel #options APIC_IO # Symmetric (APIC) I/O # Optionally these may need tweaked, (defaults shown): #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 #disk wd1 at wdc0 drive 1 #controller wdc1 at isa? port "IO_WD2" bio irq 15 #disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 #options ATAPI #Enable ATAPI support for IDE bus #options ATAPI_STATIC #Don't do it as an LKM #device acd0 #IDE CD-ROM #device wfd0 #IDE Floppy (e.g. LS-120) # A single entry for any of these controllers (ncr, ahb, ahc) is # sufficient for any number of installed devices. #controller ncr0 #controller ahb0 #controller ahc0 #controller isp0 # This controller offers a number of configuration options, too many to # document here - see the LINT file in this directory and look up the # dpt0 entry there for much fuller documentation on this. controller dpt0 #controller adv0 at isa? port ? cam irq ? controller adw0 #controller bt0 at isa? port ? cam irq ? #controller aha0 at isa? port ? cam irq ? #controller aic0 at isa? port 0x340 bio irq 11 controller scbus0 device da0 device sa0 device pass0 #device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 #device mcd0 at isa? port 0x300 bio irq 10 controller matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # atkbdc0 controlls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD tty device atkbd0 at isa? tty irq 1 #device psm0 at isa? tty irq 12 device vga0 at isa? port ? conflicts # splash screen/screen saver pseudo-device splash # syscons is the default console driver, resembling an SCO console device sc0 at isa? tty # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? tty #options XSERVER # support for X server #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std device npx0 at isa? port IO_NPX irq 13 # # Laptop support (see LINT for more options) # #device apm0 at isa? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 #device pcic0 at card? #device pcic1 at card? device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 # Parallel port device ppc0 at isa? port? net irq 7 controller ppbus0 device nlpt0 at ppbus? device plip0 at ppbus? device ppi0 at ppbus? controller vpo0 at ppbus? # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device ax0 #device de0 #device fxp0 #device mx0 #device pn0 #device rl0 #device tl0 #device tx0 #device vr0 #device vx0 #device wb0 #device xl0 #device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 #device ep0 at isa? port 0x300 net irq 10 #device ex0 at isa? port? net irq? #device fe0 at isa? port 0x300 net irq ? #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 #device lnc0 at isa? port 0x280 net irq 10 drq 0 #device ze0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 #device cs0 at isa? port 0x300 net irq ? pseudo-device loop #pseudo-device ether #pseudo-device sl 1 pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. options KTRACE #kernel tracing # This provides support for System V shared memory and message queues. # options SYSVSHM options SYSVMSG # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be # aware of the legal and administrative consequences of enabling this # option. The number of devices determines the maximum number of # simultaneous BPF clients programs runnable. #pseudo-device bpfilter 4 #Berkeley packet filter # USB support #controller uhci0 #controller ohci0 #controller usb0 # # for the moment we have to specify the priorities of the device # drivers explicitly by the ordering in the list below. This will # be changed in the future. # #device ums0 #device ukbd0 #device ulpt0 #device uhub0 #device ucom0 #device umodem0 #device hid0 #device ugen0 # #options USB_DEBUG #options USBVERBOSE >Description: error message on booting and probing, when the IOmega Zip drive is switched on. (works fine with the Zip drive switched off) ......... npx0: INT 16 interface Waiting 15 seconds for SCSI devices to settle Fatal trap 18: integer divide fault while in kernel mode instruction pointer = 0x8: 0xf011f52f stack pointer = 0x10: 0xf0268ad4 frame pointer = 0x10: 0xf0268d1c code segment = base 0x0, limit 0xfffff, type 0x1b = DPLo, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL=0 current process = 0(swapper) interrupt mask = trap number = 18 panic integer divide fault >How-To-Repeat: boot up with the Iomega Zip drive switched on >Fix: À²25 ¸ÿÀµ 5À  ¸¿¶"€""¸ÿÀ³4"¸ÿÀ¶4!«‰  qrô] ýæô]ôíô]rí >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 Jun 5 19:40: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E3CD714E4F for ; Sat, 5 Jun 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA40168; Sat, 5 Jun 1999 19:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 1507A14D01; Sat, 5 Jun 1999 19:32:14 -0700 (PDT) Message-Id: <19990606023214.1507A14D01@hub.freebsd.org> Date: Sat, 5 Jun 1999 19:32:14 -0700 (PDT) From: jga@cowboy.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/12044: having tcl.h in /usr/local/include:/usr/include hoses /usr/ports installations. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12044 >Category: misc >Synopsis: having tcl.h in /usr/local/include:/usr/include hoses /usr/ports installations. >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 Jun 5 19:40:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Joseph Anthony >Release: 3.2 >Organization: Cowboy.net >Environment: FreeBSD wasteland.cowboy.net 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Sat Jun 5 00:58:50 CDT 1999 root@wasteland.cowboy.net:/usr/src/sys/compile/WASTELAND i386 >Description: If I install tcl/tk by hand from sources, or symlink tcl.h to /usr/local/include or /usr/include, I cannot install anything from the /usr/ports area, it says I have a old file that may cause problems, shows me the file name and path wich is anything from tcl tk in /usr/include. >How-To-Repeat: symlink tcl.h to /usr/local/include and try to install a port from /usr/ports. >Fix: Unknown.. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 6 2:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FDC614CCA for ; Sun, 6 Jun 1999 02:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA43968; Sun, 6 Jun 1999 02:40:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from rzmail.uni-trier.de (rzmail.uni-trier.de [136.199.8.220]) by hub.freebsd.org (Postfix) with ESMTP id 89B3A14C87 for ; Sun, 6 Jun 1999 02:31:02 -0700 (PDT) (envelope-from blank@uni-trier.de) Received: from uni-trier.de (blank@rzppp-165.uni-trier.de [136.199.4.165]) by rzmail.uni-trier.de (8.8.5/8.6.9) with ESMTP id LAA26325 for ; Sun, 6 Jun 1999 11:30:58 +0200 (CEST) Received: (from blank@localhost) by uni-trier.de (8.9.3/8.9.3) id LAA00767; Sun, 6 Jun 1999 11:30:19 +0200 (CEST) (envelope-from blank) Message-Id: <199906060930.LAA00767@uni-trier.de> Date: Sun, 6 Jun 1999 11:30:19 +0200 (CEST) From: blank@uni-trier.de Reply-To: blank@uni-trier.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/12046: Perl subsystem does not install all tutorials Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12046 >Category: gnu >Synopsis: Perl subsystem does not install all tutorials >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 6 02:40:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Sascha Blank >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: A very recent 3.2-STABLE system. ident /usr/src/gnu/usr.bin/perl/pod/pod/Makefile says: $Id: Makefile,v 1.2.2.1 1999/05/05 13:28:47 markm Exp $ >Description: The above mentioned Makefile does not install the tutorials "perlopentut", "perlreftut" and "perlthrtut", even though they are present under /usr/src/contrib/perl5/pod. This problem is likely to be present in 4.0-CURRENT as well. >How-To-Repeat: Nothing to do. >Fix: *** Makefile.orig Sun Jun 6 11:02:38 1999 --- Makefile Sun Jun 6 11:15:33 1999 *************** *** 8,17 **** perlfaq3.pod perlfaq4.pod perlfaq5.pod perlfaq6.pod perlfaq7.pod \ perlfaq8.pod perlfaq9.pod perlform.pod perlfunc.pod perlguts.pod \ perlhist.pod perlipc.pod perllocale.pod perllol.pod perlmod.pod \ ! perlmodinstall.pod perlmodlib.pod perlobj.pod perlop.pod perlpod.pod \ ! perlport.pod perlre.pod perlref.pod perlrun.pod perlsec.pod \ ! perlstyle.pod perlsub.pod perlsyn.pod perltie.pod perltoc.pod \ ! perltoot.pod perltrap.pod perlvar.pod perlxs.pod perlxstut.pod .for I in ${PODS:R} ${.OBJDIR}/${I}.pod: ${I}.pod --- 8,18 ---- perlfaq3.pod perlfaq4.pod perlfaq5.pod perlfaq6.pod perlfaq7.pod \ perlfaq8.pod perlfaq9.pod perlform.pod perlfunc.pod perlguts.pod \ perlhist.pod perlipc.pod perllocale.pod perllol.pod perlmod.pod \ ! perlmodinstall.pod perlmodlib.pod perlobj.pod perlop.pod \ ! perlopentut.pod perlpod.pod perlport.pod perlre.pod perlref.pod \ ! perlreftut.pod perlrun.pod perlsec.pod perlstyle.pod perlsub.pod \ ! perlsyn.pod perlthrtut.pod perltie.pod perltoc.pod perltoot.pod \ ! perltrap.pod perlvar.pod perlxs.pod perlxstut.pod .for I in ${PODS:R} ${.OBJDIR}/${I}.pod: ${I}.pod >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message