From owner-freebsd-bugs Sun May 14 00:50:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA28985 for bugs-outgoing; Sun, 14 May 1995 00:50:04 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA28975 ; Sun, 14 May 1995 00:50:03 -0700 Date: Sun, 14 May 1995 00:50:03 -0700 Message-Id: <199505140750.AAA28975@freefall.cdrom.com> From: "Rodney W. Grimes" Reply-To: "Rodney W. Grimes" To: freebsd-bugs Subject: kern/405: gpio driver does not work with the AT-GPIB In-Reply-To: Your message of Sun, 14 May 1995 00:40:59 -0700 <199505140740.AAA02726@gndrsh.aac.dev.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 405 >Category: kern >Synopsis: The gpio driver does not work with the AT-GPIB, only the AT-GPIB/TNT works >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 00:50:01 1995 >Originator: Rodney W. Grimes >Organization: Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD >Release: FreeBSD 2.1.0-Development i386 >Environment: Unknown, not in original mail to me :-( >Description: The driver evidently has some form of problem with this card. >How-To-Repeat: Unknown, not in original mail to me :-( >Fix: >From fcawth@squid.umd.edu Fri May 12 08:38:08 1995 From: fcawth@squid.umd.edu (Fred Cawthorne) Could somebody please change the part of the config file that says: # gp: National Instruments AT-gpib and AT-gpib/TNT board to # gp: National Instruments AT-gpib/TNT board The driver doesn't work with the AT-GPIB card, only with the TNT card. There is a new version of the driver on freebsd.cdrom.com /pub/FreeBSD/incoming/ -rwxr-xr-x 1 ftp daemon 15391 Mar 1 19:04 gpibdriver0.2.5.tar.gz I guess you don't have to change the driver to the newer one, but someone should really change the above thing. The new driver works much better though. (You can do cat /dev/gpib5 etc...) Before you could only do input through an ioctl. Also, the other driver didn't let you set the io address of the card in the config file. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 01:10:19 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA29751 for bugs-outgoing; Sun, 14 May 1995 01:10:19 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA29743 ; Sun, 14 May 1995 01:10:14 -0700 Date: Sun, 14 May 1995 01:10:14 -0700 Message-Id: <199505140810.BAA29743@freefall.cdrom.com> From: Heikki Suonsivu Reply-To: Heikki Suonsivu To: freebsd-bugs Subject: bin/407: Odd tset -I behaviour, termcap says xterm kb=^H In-Reply-To: Your message of Sun, 14 May 1995 11:08:08 +0300 <199505140808.LAA14810@katiska.clinet.fi> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 407 >Category: bin >Synopsis: tset -I breaks erase character, termcap says xterm kb=^H >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 01:10:11 1995 >Originator: Heikki Suonsivu >Organization: Helsinki University of Technology, Finland >Release: FreeBSD 2.0-BUILT-19950507 i386 >Environment: kernel from 10th this month, world from supposedly same sources, but tonights sup also has this. >Description: The termcap entry for xterm is false, it says that erase key sends ^H, while most systems send ^?. If kb definition is removed, tset -I seems to default to ^H, not CERASE. The behaviour seems weird: (clean environment, tcsh, no .cshrc or .login) > tset -I Erase set to backspace. stty shows ^H > setenv TERM xterm (one that has been fixed to kb=^?) > tset -I Erase is backspace. stty still shows ^H > setenv TERMCAP /etc/termcap > tset -I Erase set to backspace. This is fancy; it needs TERMCAP defined, though it is still reporting that it is setting erase to backspace, while it should be saying delete. The code looks odd; like it was missing something? >How-To-Repeat: termcap problem: rlogin freebsd2-machine tset -I sh stty everything (shows erase key as ^H) tset problem: remove kb=^H tset -I stty everything (shows erase key as ^H) >Fix: tset -I for terminal which doesn't have kb definition probably should default to CERASE so that it would be consistent with other systems. xterm termcap entry probably should contain kb=^? >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 03:40:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA04099 for bugs-outgoing; Sun, 14 May 1995 03:40:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA04092 ; Sun, 14 May 1995 03:40:01 -0700 Date: Sun, 14 May 1995 03:40:01 -0700 Message-Id: <199505141040.DAA04092@freefall.cdrom.com> From: asami@CS.Berkeley.EDU Reply-To: asami@CS.Berkeley.EDU To: freebsd-bugs Subject: docs/408: amd info page not in /usr/share/info In-Reply-To: Your message of Sun, 14 May 1995 03:38:11 -0700 <199505141038.DAA06762@silvia.HIP.Berkeley.EDU> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 408 >Category: docs >Synopsis: amd info file is not installed in /usr/share/info >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 03:40:00 1995 >Originator: Satoshi Asami >Organization: University of California >Release: FreeBSD 2.0-BUILT-19950512 i386 >Environment: My frozen current. >Description: The amd info page is missing in /usr/share/info. It's pretty annoying because it's the first thing in the list. ;) >How-To-Repeat: info mamd >Fix: Fix something in /usr/src/usr.sbin/amd/doc? >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 03:51:50 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA05685 for bugs-outgoing; Sun, 14 May 1995 03:51:50 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA05674 for ; Sun, 14 May 1995 03:51:45 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id DAA03382; Sun, 14 May 1995 03:51:37 -0700 From: "Rodney W. Grimes" Message-Id: <199505141051.DAA03382@gndrsh.aac.dev.com> Subject: Re: docs/408: amd info page not in /usr/share/info To: asami@CS.Berkeley.EDU Date: Sun, 14 May 1995 03:51:36 -0700 (PDT) Cc: freebsd-bugs@freefall.cdrom.com In-Reply-To: <199505141040.DAA04092@freefall.cdrom.com> from "asami@CS.Berkeley.EDU" at May 14, 95 03:40:01 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1680 Sender: bugs-owner@FreeBSD.org Precedence: bulk Just because we are in CODE FREEZE does not mean you have to stop bug fixes: 3) Changes to code outside the kernel should be restricted to bug fixes as well. Any changes to key system components such as those in /usr/src/Makefile targets lib-tools, libraries, and tools will require review by Jordan, David and myself. You all know what key parts of the system are, we have been down this road in the past. This may seem pretty strict, but it is to make darn sure we have complete sanity checks at this point in time for all changes to key system components. I would classify this as a bug fix to a non key system component! > > > >Number: 408 > >Category: docs > >Synopsis: amd info file is not installed in /usr/share/info > >Confidential: no > >Severity: non-critical > >Priority: medium > >Responsible: freebsd-bugs (FreeBSD bugs mailing list) > >State: open > >Class: doc-bug > >Submitter-Id: current-users > >Arrival-Date: Sun May 14 03:40:00 1995 > >Originator: Satoshi Asami > >Organization: > > University of California > > >Release: FreeBSD 2.0-BUILT-19950512 i386 > >Environment: > > My frozen current. > > >Description: > > The amd info page is missing in /usr/share/info. It's pretty > annoying because it's the first thing in the list. ;) > > >How-To-Repeat: > > info > mamd > > >Fix: > > Fix something in /usr/src/usr.sbin/amd/doc? > > >Audit-Trail: > >Unformatted: > > > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-bugs Sun May 14 04:33:11 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA07529 for bugs-outgoing; Sun, 14 May 1995 04:33:11 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA07521 for ; Sun, 14 May 1995 04:33:09 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id EAA08648; Sun, 14 May 1995 04:32:59 -0700 Date: Sun, 14 May 1995 04:32:59 -0700 Message-Id: <199505141132.EAA08648@silvia.HIP.Berkeley.EDU> To: rgrimes@gndrsh.aac.dev.com CC: freebsd-bugs@freefall.cdrom.com In-reply-to: <199505141051.DAA03382@gndrsh.aac.dev.com> (rgrimes@gndrsh.aac.dev.com) Subject: Re: docs/408: amd info page not in /usr/share/info From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: bugs-owner@FreeBSD.org Precedence: bulk * Just because we are in CODE FREEZE does not mean you have to stop * bug fixes: * I would classify this as a bug fix to a non key system component! Ok ok...I wasn't holding myself back because of the freeze, it was just that the sparse Makefiles in /usr/src/usr.sbin kinda scared me! ;) Well, seems like the simple "fix" was to add "doc" to the SUBDIR list of the parent dir, so I went ahead and committed it...now I need to figure out how to "close" a PR...only if I can locate the damn gnats documents.... Satoshi From owner-freebsd-bugs Sun May 14 04:53:10 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA07873 for bugs-outgoing; Sun, 14 May 1995 04:53:10 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA07854 ; Sun, 14 May 1995 04:53:09 -0700 Date: Sun, 14 May 1995 04:53:09 -0700 From: Satoshi Asami Message-Id: <199505141153.EAA07854@freefall.cdrom.com> To: asami@CS.Berkeley.EDU, asami, freebsd-bugs Subject: Changed information for PR docs/408 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: amd info file is not installed in /usr/share/info State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Sun May 14 04:51:29 PDT 1995 State-Changed-Why: asami@freebsd.org fixed it...(added "doc" to list of subdirs in /usr/src/usr.sbin/amd/Makefile). From owner-freebsd-bugs Sun May 14 05:06:41 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA08111 for bugs-outgoing; Sun, 14 May 1995 05:06:41 -0700 Received: from irbs.irbs.com ([199.182.75.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA08104 for ; Sun, 14 May 1995 05:06:34 -0700 Received: (from jc@localhost) by irbs.irbs.com (8.6.11/8.6.6) id IAA08763 for freebsd-bugs@freebsd.org; Sun, 14 May 1995 08:06:23 -0400 From: John Capo Message-Id: <199505141206.IAA08763@irbs.irbs.com> Subject: Re: bin/396: telnetd problems fix. To: freebsd-bugs@FreeBSD.org Date: Sun, 14 May 1995 08:06:23 -0400 (EDT) In-Reply-To: <9505140223.AA04228@cs.weber.edu> from "Terry Lambert" at May 13, 95 08:23:51 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 5033 Sender: bugs-owner@FreeBSD.org Precedence: bulk Terry Lambert writes: > > > I disagree, and we have been down this road at least 4 times in the > > last 2 years with FreeBSD. The bug is not in the FreeBSD code, it should > > not be bandaided to work with code that gets option negotiation wrong. > > > > I don't like to fix bugs in other software by making FreeBSD slower at > > *anything*. Go get NCSA and FTP software to fix there very ancient > > and broken code, they have had 2 years to do this, and still have not. > > Change the offer/accept order in BSD so it does not appear to be a 4.2 > system to this software (without impacting the actual algorithm for > doing the negotiation) and the problem will disappear. > > The option ordering is commutative as far as BSD is concerned, but > associative as far as the malfunctioning clients are concerned. > > It costs nothing and fixes many things to commute the BSD order to > change the clients opinion of the association. > > Other than that, you're right: we've been down the road before and > it doesn't need a big rehash. All the opinions "A is broken; fix A", > "B is broken, fix B", and "A is broken, fix B" have been restated. > > Here is my patch that fixes the missing prompt problem when your erase character is ^H. Option negotiation is all done before starting the slave slide of the pty. May want to give this a try. The sys_term.c patch applies with a bit of offset. I haven't generated a new one lately. John Capo *** libexec/telnetd/telnetd.c.orig Fri Aug 12 19:00:02 1994 --- libexec/telnetd/telnetd.c Wed Apr 12 11:46:21 1995 *************** *** 740,749 **** char host_name[MAXHOSTNAMELEN]; char remote_host_name[MAXHOSTNAMELEN]; ! #ifndef convex ! extern void telnet P((int, int)); ! #else extern void telnet P((int, int, char *)); #endif /* --- 740,749 ---- char host_name[MAXHOSTNAMELEN]; char remote_host_name[MAXHOSTNAMELEN]; ! #if defined(convex) || defined(__FreeBSD__) extern void telnet P((int, int, char *)); + #else + extern void telnet P((int, int)); #endif /* *************** *** 837,843 **** /* * Start up the login process on the slave side of the terminal */ ! #ifndef convex startslave(host, level, user_name); #if defined(_SC_CRAY_SECURE_SYS) --- 837,843 ---- /* * Start up the login process on the slave side of the terminal */ ! #if !defined(convex) && !defined(__FreeBSD__) startslave(host, level, user_name); #if defined(_SC_CRAY_SECURE_SYS) *************** *** 849,855 **** --- 849,859 ---- } #endif /* _SC_CRAY_SECURE_SYS */ + #if __FreeBSD__ + telnet(net, pty, host); /* begin server processing */ + #else telnet(net, pty); /* begin server processing */ + #endif #else telnet(net, pty, host); #endif *************** *** 876,888 **** * hand data to telnet receiver finite state machine. */ void ! #ifndef convex ! telnet(f, p) ! #else telnet(f, p, host) #endif int f, p; ! #ifdef convex char *host; #endif { --- 880,892 ---- * hand data to telnet receiver finite state machine. */ void ! #if defined(convex) || defined(__FreeBSD__) telnet(f, p, host) + #else + telnet(f, p) #endif int f, p; ! #if defined(convex) || defined(__FreeBSD__) char *host; #endif { *************** *** 1120,1126 **** {sprintf(nfrontp, "td: Entering processing loop\r\n"); nfrontp += strlen(nfrontp);}); ! #ifdef convex startslave(host); #endif --- 1124,1130 ---- {sprintf(nfrontp, "td: Entering processing loop\r\n"); nfrontp += strlen(nfrontp);}); ! #if defined(convex) || defined(__FreeBSD__) startslave(host); #endif *** libexec/telnetd/sys_term.c.orig Thu Feb 9 10:17:32 1995 --- libexec/telnetd/sys_term.c Thu Apr 13 13:10:34 1995 *************** *** 1025,1030 **** --- 1025,1031 ---- getptyslave() { register int t = -1; + char erase; #if !defined(CRAY) || !defined(NEWINIT) # ifdef LINEMODE *************** *** 1046,1052 **** # ifdef LINEMODE waslm = tty_linemode(); # endif ! /* * Make sure that we don't have a controlling tty, and --- 1047,1053 ---- # ifdef LINEMODE waslm = tty_linemode(); # endif ! erase = termbuf.c_cc[VERASE]; /* * Make sure that we don't have a controlling tty, and *************** *** 1090,1095 **** --- 1091,1097 ---- * set up the tty modes as we like them to be. */ init_termbuf(); + # ifdef TIOCGWINSZ if (def_row || def_col) { bzero((char *)&ws, sizeof(ws)); *************** *** 1133,1138 **** --- 1135,1143 ---- tty_rspeed((def_rspeed > 0) ? def_rspeed : 9600); tty_tspeed((def_tspeed > 0) ? def_tspeed : 9600); # ifdef LINEMODE + if (erase) + termbuf.c_cc[VERASE] = erase; + if (waslm) tty_setlinemode(1); # endif /* LINEMODE */ *************** *** 1400,1405 **** --- 1405,1411 ---- utmp_sig_notify(pid); # endif /* PARENT_DOES_UTMP */ } else { + usleep(125000); getptyslave(autologin); start_login(host, autologin, autoname); /*NOTREACHED*/ From owner-freebsd-bugs Sun May 14 05:40:48 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA09782 for bugs-outgoing; Sun, 14 May 1995 05:40:48 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.57]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA09776 for ; Sun, 14 May 1995 05:40:47 -0700 Received: from localhost (localhost [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id FAA00300 ; Sun, 14 May 1995 05:40:37 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost didn't use HELO protocol To: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) cc: rgrimes@gndrsh.aac.dev.com, freebsd-bugs@freefall.cdrom.com Subject: Re: docs/408: amd info page not in /usr/share/info In-reply-to: Your message of "Sun, 14 May 1995 04:32:59 PDT." <199505141132.EAA08648@silvia.HIP.Berkeley.EDU> Date: Sun, 14 May 1995 05:40:37 -0700 Message-ID: <299.800455237@westhill.cdrom.com> From: Gary Palmer Sender: bugs-owner@FreeBSD.org Precedence: bulk In message <199505141132.EAA08648@silvia.HIP.Berkeley.EDU>, Satoshi Asami | =?I SO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?= writes: >Well, seems like the simple "fix" was to add "doc" to the SUBDIR list >of the parent dir, so I went ahead and committed it...now I need to >figure out how to "close" a PR...only if I can locate the damn gnats >documents.... /usr/local/bin/edit-pr. Gimme a phone at work if you need a hand. Gary From owner-freebsd-bugs Sun May 14 05:53:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA10083 for bugs-outgoing; Sun, 14 May 1995 05:53:02 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA10077 for ; Sun, 14 May 1995 05:52:59 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id FAA00568; Sun, 14 May 1995 05:52:51 -0700 Date: Sun, 14 May 1995 05:52:51 -0700 Message-Id: <199505141252.FAA00568@silvia.HIP.Berkeley.EDU> To: gpalmer@westhill.cdrom.com CC: rgrimes@gndrsh.aac.dev.com, freebsd-bugs@freefall.cdrom.com In-reply-to: <299.800455237@westhill.cdrom.com> (message from Gary Palmer on Sun, 14 May 1995 05:40:37 -0700) Subject: Re: docs/408: amd info page not in /usr/share/info From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: bugs-owner@FreeBSD.org Precedence: bulk * /usr/local/bin/edit-pr. * * Gimme a phone at work if you need a hand. Thanks, Jordan already did a "write" and told me that command.... :) Satoshi From owner-freebsd-bugs Sun May 14 05:59:56 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA10507 for bugs-outgoing; Sun, 14 May 1995 05:59:56 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA10488 ; Sun, 14 May 1995 05:59:54 -0700 Date: Sun, 14 May 1995 05:59:54 -0700 From: Bruce Evans Message-Id: <199505141259.FAA10488@freefall.cdrom.com> To: wpaul@ctr.columbia.edu, bde, freebsd-bugs Subject: Changed information for PR kern/400 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: fade_saver loadable kernel module crashes system State-Changed-From-To: open-closed State-Changed-By: bde State-Changed-When: Sun May 14 05:58:35 PDT 1995 State-Changed-Why: Fixed in revision 1.3 of lkm/syscons/saver.h. From owner-freebsd-bugs Sun May 14 08:44:53 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA15838 for bugs-outgoing; Sun, 14 May 1995 08:44:53 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA15820 ; Sun, 14 May 1995 08:44:52 -0700 Date: Sun, 14 May 1995 08:44:52 -0700 From: Gary Palmer Message-Id: <199505141544.IAA15820@freefall.cdrom.com> To: jgreco@hummin.sol.net, gpalmer, freebsd-bugs Subject: Changed information for PR kern/152 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Kernel config doesn't handle "irq 2" as irq 9 State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sun May 14 08:44:32 PDT 1995 State-Changed-Why: revision 1.24 date: 1995/05/07 18:23:58; author: jkh; state: Exp; lines: +5 -1 If user specifies IRQ 2, remap it to IRQ 9 with a warning. Suggested by: rgrimes From owner-freebsd-bugs Sun May 14 08:53:26 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA16014 for bugs-outgoing; Sun, 14 May 1995 08:53:26 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA16000 ; Sun, 14 May 1995 08:53:25 -0700 Date: Sun, 14 May 1995 08:53:25 -0700 From: Gary Palmer Message-Id: <199505141553.IAA16000@freefall.cdrom.com> To: edward@edcom.com, gpalmer, freebsd-bugs Subject: Changed information for PR misc/356 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: package xanim2683.tgz is missing man page State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sun May 14 08:52:17 PDT 1995 State-Changed-Why: Fixed in a later version of the package (specifically, xanim-2.69.7.8.tgz has a man page) From owner-freebsd-bugs Sun May 14 08:56:11 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA16098 for bugs-outgoing; Sun, 14 May 1995 08:56:11 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA16084 ; Sun, 14 May 1995 08:56:11 -0700 Date: Sun, 14 May 1995 08:56:11 -0700 From: Gary Palmer Message-Id: <199505141556.IAA16084@freefall.cdrom.com> To: pst@Shockwave.COM, gpalmer, freebsd-bugs Subject: Changed information for PR conf/362 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: uname -r output hosed State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sun May 14 08:55:21 PDT 1995 State-Changed-Why: log for /usr/src/sys/conf/newvers.sh : revision 1.16 date: 1995/05/02 22:20:03; author: phk; state: Exp; lines: +4 -4 It looks like I broke significant amounts of the commercial software running on FreeBSD (ie: netscape), so we revert a little bit. "2.0-" is added back. From owner-freebsd-bugs Sun May 14 09:00:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA16201 for bugs-outgoing; Sun, 14 May 1995 09:00:01 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA16184 ; Sun, 14 May 1995 09:00:00 -0700 Date: Sun, 14 May 1995 09:00:00 -0700 From: Gary Palmer Message-Id: <199505141600.JAA16184@freefall.cdrom.com> To: uhclem%nemesis@fw.ast.com, gpalmer, freebsd-bugs Subject: Changed information for PR bin/393 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Simultaneous cp and ls of files on dos f/s hangs procs [FDIV025] State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sun May 14 08:59:28 PDT 1995 State-Changed-Why: Duplicate of bin/392 From owner-freebsd-bugs Sun May 14 10:15:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA17310 for bugs-outgoing; Sun, 14 May 1995 10:15:18 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA17296 ; Sun, 14 May 1995 10:15:17 -0700 Date: Sun, 14 May 1995 10:15:17 -0700 From: Gary Palmer Message-Id: <199505141715.KAA17296@freefall.cdrom.com> To: muir@idiom.com, gpalmer, freebsd-bugs Subject: Changed information for PR docs/137 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: domainname man page references getdomainname(2) which doesn't exist State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sun May 14 10:14:52 PDT 1995 State-Changed-Why: Fixed in rev 1.2 of domainname.1 : revision 1.2 date: 1995/01/14 17:02:33; author: ats; state: Exp; lines: +2 -2 Submitted by: David Muir Sharnoff domainame has referenced getdomainname(2) instead of getdomainname(3). bug report docs/137. From owner-freebsd-bugs Sun May 14 10:23:38 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA17625 for bugs-outgoing; Sun, 14 May 1995 10:23:38 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA17611 ; Sun, 14 May 1995 10:23:37 -0700 Date: Sun, 14 May 1995 10:23:37 -0700 From: Gary Palmer Message-Id: <199505141723.KAA17611@freefall.cdrom.com> To: wacky@catfish.dataplex.net, gpalmer, freebsd-bugs Subject: Changed information for PR conf/187 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Files referenced in Makefiles do not exist State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sun May 14 10:23:03 PDT 1995 State-Changed-Why: tmac.doc.old was added to the source tree : revision 1.1 date: 1995/01/17 17:51:52; author: ache; state: Exp; Add missing file From owner-freebsd-bugs Sun May 14 10:28:49 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA17824 for bugs-outgoing; Sun, 14 May 1995 10:28:49 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA17809 ; Sun, 14 May 1995 10:28:48 -0700 Date: Sun, 14 May 1995 10:28:48 -0700 From: Gary Palmer Message-Id: <199505141728.KAA17809@freefall.cdrom.com> To: root@rz-wb.fh-sw.de, gpalmer, freebsd-bugs Subject: Changed information for PR bin/204 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Installing failes State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sun May 14 10:28:15 PDT 1995 State-Changed-Why: Fixed in ver 1.3 of gnu/usr.sbin/yppasswdd/Makefile revision 1.3 date: 1995/02/03 03:44:41; author: wpaul; state: Exp; lines: +3 -7 Added ${.CURDIR}s to afterinstall target. From owner-freebsd-bugs Sun May 14 10:30:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA17907 for bugs-outgoing; Sun, 14 May 1995 10:30:01 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA17900 ; Sun, 14 May 1995 10:30:00 -0700 Date: Sun, 14 May 1995 10:30:00 -0700 Message-Id: <199505141730.KAA17900@freefall.cdrom.com> From: nox@jelal.hb.north.de Reply-To: nox@jelal.hb.north.de To: freebsd-bugs Subject: misc/409: keypad in xterm (bash, vi...) In-Reply-To: Your message of Sat, 13 May 1995 23:17:00 +0200 (CEDT) <9505132117.AA00944@jelal.hb.north.de> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 409 >Category: misc >Synopsis: vi etc. get escape sequences from keypad when you'd expect printables >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 10:30:00 1995 >Originator: Juergen Lock >Organization: me? organized? >Release: FreeBSD 2.0-RELEASE i386 >Environment: 2.0R /usr/share/misc/termcap, XFree86 3.1 with 3.1.1u1 S3 server >Description: Looks like either vi, bash, elvis all put the keypad in the wrong mode or the xterm termcap entry is bad. (Or this is intentional and i'm not yet enlightened. :) NumLock in on btw, and also cons25 does not have the problem. >How-To-Repeat: Try to enter some numbers on the keypad in vi or bash... >Fix: If i use a xterm termcap entry with the ks and ke definitions swapped the keypad works. Also if i set TERM=cons25. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 12:20:05 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA23311 for bugs-outgoing; Sun, 14 May 1995 12:20:05 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA23301 ; Sun, 14 May 1995 12:20:04 -0700 Date: Sun, 14 May 1995 12:20:04 -0700 Message-Id: <199505141920.MAA23301@freefall.cdrom.com> From: "Rodney W. Grimes" Reply-To: "Rodney W. Grimes" To: freebsd-bugs Subject: bin/410: bad144 In-Reply-To: Your message of Sun, 14 May 1995 12:16:42 -0700 <199505141916.MAA04164@gndrsh.aac.dev.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 410 >Category: bin >Synopsis: bad144(8) should probably scan the bad block remap sectors >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 12:20:02 1995 >Originator: Rodney W. Grimes >Organization: Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD 2.0.5 and later that support bad144 -s processing >Description: From Bruce Evans: Actually it would be a good idea to check the 126 + (5 * 2 -1) sectors beyond the above `bend' and complain louder if any are bad. I'm not sure if bad144 handles recursive remapping of bad sectors! I think it handles bad sectors in the bad sector table itself OK. There are 5 copies of the table, and the first good one is used. >How-To-Repeat: Find a disk with a bad block in the bad144 spare sector area and note that bad144 -s does not find it. Not sure what will happen if bad144 goes to remap a block into this area and finds that the remap block is bad. >Fix: For bad144 change bend to size in the scan loop, for the kernel handling of recursive mapping unknown. Index: bad144.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/bad144/bad144.c,v retrieving revision 1.7 diff -c -r1.7 bad144.c *** 1.7 1995/05/14 08:40:37 --- bad144.c 1995/05/14 19:15:12 *************** *** 221,227 **** printf("Starting scan of %s at cylinder %ld\n", name, bstart/spc); step = trk; ! for (curr_sec = bstart; curr_sec < bend; curr_sec += step) { int gotone = 0; if (verbose) { --- 221,227 ---- printf("Starting scan of %s at cylinder %ld\n", name, bstart/spc); step = trk; ! for (curr_sec = bstart; curr_sec < size; curr_sec += step) { int gotone = 0; if (verbose) { >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 12:28:16 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA23803 for bugs-outgoing; Sun, 14 May 1995 12:28:16 -0700 Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA23796 for ; Sun, 14 May 1995 12:28:15 -0700 Message-Id: <199505141928.MAA23796@freefall.cdrom.com> Received: by crh.cl.msu.edu (1.38.193.4/16.2) id AA21526; Sun, 14 May 1995 15:28:05 -0400 From: Charles Henrich Subject: Re: bin/396: telnetd problems fix. To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Date: Sun, 14 May 1995 15:28:05 -0400 (EDT) Cc: henrich@crh.cl.msu.edu, freebsd-bugs@FreeBSD.org In-Reply-To: <199505140234.TAA01401@gndrsh.aac.dev.com> from "Rodney W. Grimes" at May 13, 95 07:34:45 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1620 Sender: bugs-owner@FreeBSD.org Precedence: bulk > Could you go do just the change that Terry Lambert suggested, test it out > for me and tell me if it fixes the problem. If it does we can send it out > for wide code review and commit it! No loss of LINEMODE, and no more > problem from broken 4.2BSD detection clients. Our supposition was wrong for FTP Software, apparently someone isnt doing the right thing with BINARY negotiation (My guess its FTP Software). This negotiation is only done when LINEMODE is compiled in, in termstat.c, if you disable that chunk of code all works well from everywhere. If someone could enlighten me as to why we do that BINARY negotiation I'd be greatful. Here is what the telnet option negotiation looks like between a PeeCee and FreeBSD: SEND RECV DO TTYPE DO TSPEED DO XDISPLOC DO NEW-ENV DO OLD-ENV WILL TTYPE WONT TSPEED WONT XDISPLOC WONT NEW-ENV WONT OLD-ENV SUB TERMINAL TYPE = VT100 (paraphrasing) WILL SUPRESS GO AHEAD DO LINEMODE DO ECHO DO NAWS WILL STATUS DO LFLOW DO SUPRESS GO AHEAD WONT LINEMODE WONT ECHO WONT NAWS WILL ECHO DO BINARY DONT STATUS WONT LFLOW DO ECHO WILL BINARY Any ideas on how to solve this mess? -Crh Charles Henrich Michigan State University henrich@crh.cl.msu.edu http://rs560.msu.edu/~henrich/ From owner-freebsd-bugs Sun May 14 13:00:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA26188 for bugs-outgoing; Sun, 14 May 1995 13:00:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA26178 ; Sun, 14 May 1995 13:00:01 -0700 Date: Sun, 14 May 1995 13:00:01 -0700 Message-Id: <199505142000.NAA26178@freefall.cdrom.com> From: "Rodney W. Grimes" Reply-To: "Rodney W. Grimes" To: freebsd-bugs Subject: kern/411: bad144 In-Reply-To: Your message of Sun, 14 May 1995 12:55:29 -0700 <199505141955.MAA04402@gndrsh.aac.dev.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 411 >Category: kern >Synopsis: bad144 allow you to add blocks in the remap area >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 13:00:00 1995 >Originator: Rodney W. Grimes >Organization: Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD >Release: FreeBSD 2.1.0-Development i386 >Environment: All FreeBSD versions with bad144 support. >Description: Bad144 allows you to add a bad block to the bad144 table that is in the remapped sector area. It is not clear just what the bad144 kernel support does when this is done. THIS IS NOT THE SAME BUG AS REPORTED IN bin/410! From Bruce Evans: Actually it would be a good idea to check the 126 + (5 * 2 -1) sectors beyond the above `bend' and complain louder if any are bad. I'm not sure if bad144 handles recursive remapping of bad sectors! I think it handles bad sectors in the bad sector table itself OK. There are 5 copies of the table, and the first good one is used. Also, the in check (sn < 0 || sn >= size), `size' should probably be `bend' or `bend + 126 + 5 * (2 -1)' for the same reason. >How-To-Repeat: Add a bad144 block in the space sector area and see what the kernel does with it. >Fix: Index: bad144.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/bad144/bad144.c,v retrieving revision 1.7 diff -c -r1.7 bad144.c *** 1.7 1995/05/14 08:40:37 --- bad144.c 1995/05/14 19:54:16 *************** *** 345,351 **** while (argc > 0) { sn = atoi(*argv++); argc--; ! if (sn < 0 || sn >= size) { printf("%ld: out of range [0,%ld) for disk %s\n", sn, size, dp->d_typename); errs++; --- 345,351 ---- while (argc > 0) { sn = atoi(*argv++); argc--; ! if (sn < 0 || sn >= bend) { printf("%ld: out of range [0,%ld) for disk %s\n", ! sn, bend, dp->d_typename); errs++; >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 13:05:22 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA26644 for bugs-outgoing; Sun, 14 May 1995 13:05:22 -0700 Received: from jabba.fdn.org (jabba.fdn.org [193.55.4.70]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA26637 for ; Sun, 14 May 1995 13:05:05 -0700 Received: (from uucp@localhost) by jabba.fdn.org (8.6.8/8.6.9) with UUCP id WAA20982 for freebsd-bugs@freefall.cdrom.com; Sun, 14 May 1995 22:04:50 +0200 Received: (pb@localhost) by fasterix.frmug.fr.net (8.6.11/fasterix-941011) id WAA00794 for freebsd-bugs@freefall.cdrom.com; Sun, 14 May 1995 22:00:45 +0200 From: Pierre Beyssac Message-Id: <199505142000.WAA00794@fasterix.frmug.fr.net> Subject: rtfree() panic : more info To: freebsd-bugs@freefall.cdrom.com Date: Sun, 14 May 1995 22:00:44 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 3145 Sender: bugs-owner@FreeBSD.org Precedence: bulk More on the rtfree() panic. I compiled a kernel with -g for route.c and rtsock.c. Here are the results. No interesting messages in the log before the panic. It seems to me that the panic occurs when rtfree()ing a cloned route whose parent has already (mistakenly) been freed. Not sure I understand this correctly. After having stared at route.c and rtsock.c for a while without success, I'm sending this in hopes it can help someone find the bug or tell me where to look for it. I keep looking. #1 0xf0110593 in panic () #2 0xf0135edf in rtfree (rt=0xf04b8100) at ../../net/route.c:154 #3 0xf0135f74 in rtfree (rt=0xf04a5b00) at ../../net/route.c:170 [...] (kgdb) select 3 (kgdb) print *rt $1 = {rt_nodes = {{rn_mklist = 0x0, rn_p = 0xf04a5b18, rn_b = -1, rn_bmask = 0 '\000', rn_flags = 0 '\000', rn_u = {rn_leaf = { rn_Key = 0xf05060c0 "\020\002", rn_Mask = 0x0, rn_Dupedkey = 0x0}, rn_node = {rn_Off = -263167808, rn_L = 0x0, rn_R = 0x0}}}, { rn_mklist = 0x0, rn_p = 0xf04b1018, rn_b = 58, rn_bmask = 32 ' ', rn_flags = 0 '\000', rn_u = {rn_leaf = { rn_Key = 0x7 "4\022U\211åj\002\235\214Ø\216à\216è\203}\004", rn_Mask = 0xf0521900 "", rn_Dupedkey = 0xf04a5b00}, rn_node = { rn_Off = 7, rn_L = 0xf0521900, rn_R = 0xf04a5b00}}}}, rt_gateway = 0xf05060d0, rt_filler = 0, rt_refcnt = 0, rt_flags = 131078, rt_ifp = 0xf01a4cf8, rt_ifa = 0xf055fa00, rt_genmask = 0x0, rt_llinfo = 0x0, rt_rmx = {rmx_locks = 0, rmx_mtu = 0, rmx_hopcount = 0, rmx_expire = 0, rmx_recvpipe = 0, rmx_sendpipe = 0, rmx_ssthresh = 0, rmx_rtt = 0, rmx_rttvar = 0, rmx_pksent = 1, rmx_filler = {0, 0, 0, 0}}, rt_gwroute = 0x0, rt_output = 0, rt_parent = 0xf04b8100, rt_filler2 = 0x0} ==> rt->rtflags is RTF_WASCLONED|RTF_GATEWAY|RTF_HOST (0x20006) ==> rt->rt_gateway points to 193.55.4.3 (my PPP server) ==> rt->rt_ifp is the PPP interface. ==> rt->rt_parent points to the following which looks like garbage : (kgdb) select 2 (kgdb) print *rt $2 = {rt_nodes = {{rn_mklist = 0xf0536000, rn_p = 0xb10000, rn_b = 0, rn_bmask = 0 '\000', rn_flags = 0 '\000', rn_u = {rn_leaf = { rn_Key = 0xf0195ae0 "\001", rn_Mask = 0x0, rn_Dupedkey = 0x0}, rn_node = {rn_Off = -266773792, rn_L = 0x0, rn_R = 0x0}}}, { rn_mklist = 0x0, rn_p = 0x0, rn_b = 0, rn_bmask = 0 '\000', rn_flags = 0 '\000', rn_u = {rn_leaf = {rn_Key = 0x0, rn_Mask = 0x0, rn_Dupedkey = 0x0}, rn_node = {rn_Off = 0, rn_L = 0x0, rn_R = 0x0}}}}, rt_gateway = 0x0, rt_filler = 0, rt_refcnt = 0, rt_flags = 0, rt_ifp = 0x0, rt_ifa = 0x0, rt_genmask = 0x0, rt_llinfo = 0x0, rt_rmx = {rmx_locks = 0, rmx_mtu = 0, rmx_hopcount = 0, rmx_expire = 0, rmx_recvpipe = 0, rmx_sendpipe = 0, rmx_ssthresh = 2048, rmx_rtt = 0, rmx_rttvar = 0, rmx_pksent = 0, rmx_filler = {0, 0, 0, 0}}, rt_gwroute = 0x0, rt_output = 0, rt_parent = 0x0, rt_filler2 = 0x0} -- Pierre Beyssac pb@fasterix.frmug.fr.net pb@fasterix.fdn.fr FreeBSD, NetBSD, Linux -- Il y a moins bien, mais c'est plus cher. You can also get less bang for more bucks. (translation F. Berjon) From owner-freebsd-bugs Sun May 14 14:14:26 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA00972 for bugs-outgoing; Sun, 14 May 1995 14:14:26 -0700 Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA00966 for ; Sun, 14 May 1995 14:14:22 -0700 Received: by gvr.win.tue.nl (8.6.10/1.53) id XAA01947; Sun, 14 May 1995 23:14:17 +0200 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199505142114.XAA01947@gvr.win.tue.nl> Subject: file system or vm bug in 2.0R To: freebsd-bugs@FreeBSD.org Date: Sun, 14 May 1995 23:14:15 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 953 Sender: bugs-owner@FreeBSD.org Precedence: bulk We're having a 2.0R production system that is becoming unusable due to a nasty bug: whenever you do a pwd_mkdb, the root filesystem leaks around 1 megabyte of memory (the password file is around 1000 entries, the *db files are 650K each). The pwd_mkdb processm finishes normally. There are no files left, except that df shows the drop: [/etc] root@iaehv> df . ; pwd_mkdb -p aaaa ; df . Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a 49383 18014 28899 38% / Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a 49383 19078 27835 41% / I have absoloutely no idea of whats going on here. But you can imagine the system becoming rather unusable :-( I verifed things on freefall, and current doesnt have this bug anymore. So it has been solved, sometime ago. As you can understand, I'd like to have some fix for 2.0R. Is there anyone who knows what is causing this? -Guido From owner-freebsd-bugs Sun May 14 14:36:45 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA01518 for bugs-outgoing; Sun, 14 May 1995 14:36:45 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA01512 for ; Sun, 14 May 1995 14:36:41 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id HAA05594; Mon, 15 May 1995 07:35:14 +1000 Date: Mon, 15 May 1995 07:35:14 +1000 From: Bruce Evans Message-Id: <199505142135.HAA05594@godzilla.zeta.org.au> To: freebsd-bugs@FreeBSD.org, guido@gvr.win.tue.nl Subject: Re: file system or vm bug in 2.0R Sender: bugs-owner@FreeBSD.org Precedence: bulk >We're having a 2.0R production system that is becoming unusable due to >a nasty bug: whenever you do a pwd_mkdb, the root filesystem leaks >around 1 megabyte of memory (the password file is around 1000 entries, >... >I verifed things on freefall, and current doesnt have this bug anymore. >So it has been solved, sometime ago. >As you can understand, I'd like to have some fix for 2.0R. Is >there anyone who knows what is causing this? rename() forget to call vnode_pager_uncache(). Bruce From owner-freebsd-bugs Sun May 14 15:01:53 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA01838 for bugs-outgoing; Sun, 14 May 1995 15:01:53 -0700 Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA01830 for ; Sun, 14 May 1995 15:01:49 -0700 Received: by gvr.win.tue.nl (8.6.10/1.53) id AAA02108; Mon, 15 May 1995 00:01:44 +0200 From: guido@gvr.win.tue.nl (Guido van Rooij) Message-Id: <199505142201.AAA02108@gvr.win.tue.nl> Subject: Re: file system or vm bug in 2.0R To: guido@gvr.win.tue.nl (Guido van Rooij) Date: Mon, 15 May 1995 00:01:43 +0200 (MET DST) Cc: freebsd-bugs@FreeBSD.org In-Reply-To: <199505142114.XAA01947@gvr.win.tue.nl> from "Guido van Rooij" at May 14, 95 11:14:15 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 245 Sender: bugs-owner@FreeBSD.org Precedence: bulk Guido van Rooij wrote: > > I have absoloutely no idea of whats going on here. But you can imagine > the system becoming rather unusable :-( > I just noticed that the `lost diskspace' reappears after some time. (say 30 minutes or so). -Guido From owner-freebsd-bugs Sun May 14 15:18:57 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA02255 for bugs-outgoing; Sun, 14 May 1995 15:18:57 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA02241 ; Sun, 14 May 1995 15:18:56 -0700 Date: Sun, 14 May 1995 15:18:56 -0700 From: Gary Palmer Message-Id: <199505142218.PAA02241@freefall.cdrom.com> To: bpk@kern.com, gpalmer, freebsd-bugs Subject: Changed information for PR kern/388 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Printing extremely slow when printing with a Deskjet 540. State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Sun May 14 15:17:59 PDT 1995 State-Changed-Why: This wasn't a problem with the kernel, rather the port used didn't generate interrupts. Switching to polled mode fixed the problems. From owner-freebsd-bugs Sun May 14 16:30:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA04308 for bugs-outgoing; Sun, 14 May 1995 16:30:03 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA04299 ; Sun, 14 May 1995 16:30:02 -0700 Date: Sun, 14 May 1995 16:30:02 -0700 Message-Id: <199505142330.QAA04299@freefall.cdrom.com> From: Bill Fenner Reply-To: Bill Fenner To: freebsd-bugs Subject: bin/413: pkg_add spews gibberish when dependencies fail In-Reply-To: Your message of Sun, 14 May 1995 16:25:08 PDT <199505142325.QAA03206@fenestro.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 413 >Category: bin >Synopsis: pkg_add spews gibberish when dependencies fail >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 16:30:02 1995 >Originator: Bill Fenner >Organization: Xerox PARC >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD-2.0 SNAP-950412 >Description: pkg_add emits incomprehensible output when a dependency fails. # pkg_add tracker-4.29.tgz and was not foundgmake-3.73. # pkg_add -v tracker-4.29.tgz Projected package size: 213692 bytes, free temp space: 91299840 bytes and was not foundgmake-3.73. 1 package addition(s) failed. Package `tracker-4.29' depends on `gmake-3.73' which is not currently loaded# (note lack of CR on final line of output) >How-To-Repeat: On a system that does not have the gmake-3.73 package installed, attempt to install /packages/audio/tracker-4.29.tgz from the ftp.freebsd.org archives as of noon on 5/14/95 >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 16:30:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA04298 for bugs-outgoing; Sun, 14 May 1995 16:30:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA04283 ; Sun, 14 May 1995 16:30:01 -0700 Date: Sun, 14 May 1995 16:30:01 -0700 Message-Id: <199505142330.QAA04283@freefall.cdrom.com> From: Bill Fenner Reply-To: Bill Fenner To: freebsd-bugs Subject: ports/412: packages/audio/tracker-4.29.tgz depends on gmake-3.73 In-Reply-To: Your message of Sun, 14 May 1995 16:20:44 PDT <199505142320.QAA03090@fenestro.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 412 >Category: ports >Synopsis: should tracker-4.29 really depend on gmake? >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 16:30:00 1995 >Originator: Bill Fenner >Organization: Xerox PARC >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD-2.0 SNAP-950412, packages directory from ftp.freebsd.org as of noon on 5/14/95 >Description: tracker-4.29 depends on gmake-3.73, even though the distribution is all binary and doesn't appear to call gmake at all. >How-To-Repeat: pkg_add tracker-4.29.tgz >Fix: Remove dependency from +CONTENTS file >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 16:36:17 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA04928 for bugs-outgoing; Sun, 14 May 1995 16:36:17 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA04913 ; Sun, 14 May 1995 16:36:16 -0700 Date: Sun, 14 May 1995 16:36:16 -0700 From: "Andrey A. Chernov" Message-Id: <199505142336.QAA04913@freefall.cdrom.com> To: hsu@clinet.fi, ache, freebsd-bugs Subject: Changed information for PR bin/407 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: tset -I breaks erase character, termcap says xterm kb=^H State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun May 14 16:33:55 PDT 1995 State-Changed-Why: Fixed in tset.c v1.8 and termcap.src v1.49 From owner-freebsd-bugs Sun May 14 16:40:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA05457 for bugs-outgoing; Sun, 14 May 1995 16:40:04 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA05448 ; Sun, 14 May 1995 16:40:03 -0700 Date: Sun, 14 May 1995 16:40:03 -0700 Message-Id: <199505142340.QAA05448@freefall.cdrom.com> From: Bill Fenner Reply-To: Bill Fenner To: freebsd-bugs Subject: ports/414: packages/languages/tcl-7.3.tgz tar file doesn't include all man pages In-Reply-To: Your message of Sun, 14 May 1995 16:30:39 PDT <199505142330.QAA03375@fenestro.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 414 >Category: ports >Synopsis: the tcl-7.3.tgz package only includes man pages up to open.n >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 16:40:02 1995 >Originator: Bill Fenner >Organization: Xerox PARC >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD-2.0 SNAP-940412, the packages directory from ftp.freebsd.org as of noon on 5/14/95 >Description: When doing a pkg_add on tcl-7.3.tgz, I get the following output: tar: can't add file man/mann/pid.n : No such file or directory tar: can't add file man/mann/proc.n : No such file or directory tar: can't add file man/mann/puts.n : No such file or directory tar: can't add file man/mann/pwd.n : No such file or directory tar: can't add file man/mann/read.n : No such file or directory tar: can't add file man/mann/regexp.n : No such file or directory tar: can't add file man/mann/regsub.n : No such file or directory tar: can't add file man/mann/rename.n : No such file or directory tar: can't add file man/mann/return.n : No such file or directory tar: can't add file man/mann/scan.n : No such file or directory tar: can't add file man/mann/seek.n : No such file or directory tar: can't add file man/mann/set.n : No such file or directory tar: can't add file man/mann/source.n : No such file or directory tar: can't add file man/mann/split.n : No such file or directory tar: can't add file man/mann/string.n : No such file or directory tar: can't add file man/mann/switch.n : No such file or directory tar: can't add file man/mann/tclvars.n : No such file or directory tar: can't add file man/mann/tell.n : No such file or directory tar: can't add file man/mann/time.n : No such file or directory tar: can't add file man/mann/trace.n : No such file or directory tar: can't add file man/mann/unknown.n : No such file or directory tar: can't add file man/mann/unset.n : No such file or directory tar: can't add file man/mann/uplevel.n : No such file or directory tar: can't add file man/mann/upvar.n : No such file or directory tar: can't add file man/mann/while.n : No such file or directory Looking at the tar file, indeed, none of these files exist. >How-To-Repeat: pkg_add languages/tcl-7.3.tgz >Fix: Put the man pages in the tar file. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 16:41:00 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA05542 for bugs-outgoing; Sun, 14 May 1995 16:41:00 -0700 Received: (from ache@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA05527 ; Sun, 14 May 1995 16:40:59 -0700 Date: Sun, 14 May 1995 16:40:59 -0700 From: "Andrey A. Chernov" Message-Id: <199505142340.QAA05527@freefall.cdrom.com> To: nox@jelal.hb.north.de, ache, freebsd-bugs Subject: Changed information for PR misc/409 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: vi etc. get escape sequences from keypad when you'd expect printables State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Sun May 14 16:38:36 PDT 1995 State-Changed-Why: On all VT100-like (xterm included) keypad not supposed to generate numbers in keypad-active mode, but generates arrows instead From owner-freebsd-bugs Sun May 14 16:50:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA06168 for bugs-outgoing; Sun, 14 May 1995 16:50:04 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA06158 ; Sun, 14 May 1995 16:50:02 -0700 Date: Sun, 14 May 1995 16:50:02 -0700 Message-Id: <199505142350.QAA06158@freefall.cdrom.com> From: Bill Fenner Reply-To: Bill Fenner To: freebsd-bugs Subject: ports/415: packages/networking/lynx-2.3.7.tgz depends on gmake-3.73 In-Reply-To: Your message of Sun, 14 May 1995 16:37:36 PDT <199505142337.QAA03555@fenestro.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 415 >Category: ports >Synopsis: packages/networking/lynx-2.3.7.tgz depends on gmake-3.73 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 16:50:01 1995 >Originator: Bill Fenner >Organization: Xerox PARC >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD-2.0 SNAP-950412, packages directory from ftp.freebsd.org as of 5/14/95 noontime >Description: The package networking/lynx-2.3.7.tgz depends on gmake-3.73, although all that gets installed are binaries and lynx does not call gmake >How-To-Repeat: pkg_add networking/lynx-2.3.7.tgz >Fix: remove dependency from +CONTENTS file >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 16:50:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA06186 for bugs-outgoing; Sun, 14 May 1995 16:50:06 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA06172 ; Sun, 14 May 1995 16:50:04 -0700 Date: Sun, 14 May 1995 16:50:04 -0700 Message-Id: <199505142350.QAA06172@freefall.cdrom.com> From: Pierre Beyssac Reply-To: Pierre Beyssac To: freebsd-bugs Subject: kern/416: page fault in syscons.c:scopen() In-Reply-To: Your message of Mon, 15 May 1995 01:43:24 +0200 <199505142343.BAA00550@fasterix.frmug.fr.net> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 416 >Category: kern >Synopsis: page fault in syscons.c:scopen() >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 16:50:03 1995 >Originator: Pierre Beyssac >Organization: Pierre Beyssac >Release: FreeBSD 2.0-BUILT-19950515 i386 >Environment: Current kernel. >Description: Page fault line 362 of syscons.c : tp->t_state |= TS_CARR_ON; tp->t_cflag |= CLOCAL; if (!console[minor(dev)]) ---> console[minor(dev)] = alloc_scp(); return((*linesw[tp->t_line].l_open)(dev, tp)); I can't figure out why writing, not reading console[minor(dev)], triggers the page fault. Maybe the value of minor(dev) is clobbered when returning from alloc_sp(), because it is cached in register esi. Here's the relevant disassembly : 0xf0189e44 : andl $0xffff00ff,%esi 0xf0189e4a : cmpl $0x0,0xf01a10cc(,%esi,4) 0xf0189e52 : jne 0xf0189e60 0xf0189e54 : call 0xf018d4b0 0xf0189e59 : movl %eax,0xf01a10cc(,%esi,4) 0xf0189e60 : movl 0x54(%ebx),%eax panic: page fault #3 0xf016f850 in trap_pfault (frame=0xefbffd34, usermode=0) at ../../i386/i386/trap.c:610 #4 0xf016f517 in trap (frame={tf_es = 16, tf_ds = 16, tf_edi = 3079, tf_esi = 7, tf_ebp = -272630400, tf_isp = -272630436, tf_ebx = -263412224, tf_edx = 0, tf_ecx = 16000, tf_eax = 0, tf_trapno = 12, tf_err = 2, tf_eip = -266935425, tf_cs = 8, tf_eflags = 66050, tf_esp = -266808025, tf_ss = 0}) at ../../i386/i386/trap.c:290 #5 0xf0168631 in calltrap () #6 0xf0189e59 in scopen (dev=3079, flag=3, mode=8192, p=0xf0518900) at ../../i386/isa/syscons.c:362 #7 0xf016829f in cnopen (dev=3079, flag=3, mode=8192, p=0xf0518900) at ../../i386/i386/cons.c:129 (note that the panics don't always occur on dev=3079. The previous one was with dev=3077). console[0..7]: {0xf01a0fa4, 0x0, 0xf04caa00, 0x0, 0xf04ca800, 0x0, 0x0, 0x0} Note also that the above stack dump might be truncated, because it does not quite match the following panic message which indicates an address in bzero(). Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor write, page not present instruction pointer = 0x8:0xf016e37f code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 226 (getty) interrupt mask = >How-To-Repeat: Configure a kernel with syscons and MAXCONS=8 Configure /etc/ttys with 8 gettys on ttyv0-7. Reboot. About half of the time when init starts the gettys, you will get a panic on one of the scopen(). >Fix: Removing one of the gettys _seems_ to be a good workaround. Not a fix, obviously. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 16:50:10 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA06199 for bugs-outgoing; Sun, 14 May 1995 16:50:10 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA06192 ; Sun, 14 May 1995 16:50:06 -0700 Date: Sun, 14 May 1995 16:50:06 -0700 Message-Id: <199505142350.QAA06192@freefall.cdrom.com> From: Bill Fenner Reply-To: Bill Fenner To: freebsd-bugs Subject: bin/417: pkg_add doesn't specify what package caused an error In-Reply-To: Your message of Sun, 14 May 1995 16:44:35 PDT <199505142344.QAA04156@fenestro.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 417 >Category: bin >Synopsis: When adding multiple packages, there is no name on errors >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 16:50:05 1995 >Originator: Bill Fenner >Organization: Xerox PARC >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD-2.0 SNAP-950412 >Description: It is impossible to determine which packages caused errors and which were actually installed: # pkg_add * and was not foundgmake-3.73. and was not foundgmake-3.73. cannot execute mtree: Bad address Error status 3 from mtree. Unable to completely remove file '/usr/local/lib/tintin' cannot execute mtree: Bad address Error status 3 from mtree. and was not foundxpm-3.4e. cannot execute mtree: Bad address Error status 3 from mtree. and was not foundXaw3d-1.1. and was not foundgmake-3.73. and was not foundxpm-3.4e. >How-To-Repeat: on a machine without gmake-3.73, pkg_add games/* >Fix: Improve pkg_add's error reporting >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 17:00:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA06756 for bugs-outgoing; Sun, 14 May 1995 17:00:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA06748 ; Sun, 14 May 1995 17:00:01 -0700 Date: Sun, 14 May 1995 17:00:01 -0700 Message-Id: <199505150000.RAA06748@freefall.cdrom.com> From: Bill Fenner Reply-To: Bill Fenner To: freebsd-bugs Subject: ports/418: packages/graphics/netpbm-94.3.1.tgz is incomplete In-Reply-To: Your message of Sun, 14 May 1995 16:53:42 PDT <199505142353.QAA04490@fenestro.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 418 >Category: ports >Synopsis: packages/graphics/netpbm-94.3.1.tgz is incomplete >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 17:00:01 1995 >Originator: Bill Fenner >Organization: Xerox PARC >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD-2.0 SNAP-950412, packages directory from ftp.freebsd.org as of noon on 5/14/95 >Description: Script started on Sun May 14 16:48:31 1995 # pkg_add netpbm-94.3.1.tgz tar: can't add file bin/pnmflip : No such file or directory tar: can't add file bin/pnmhistmap : No such file or directory tar: can't add file bin/pnmindex : No such file or directory tar: can't add file bin/pnminvert : No such file or directory tar: can't add file bin/pnmmargin : No such file or directory tar: can't add file bin/pnmnlfilt : No such file or directory tar: can't add file bin/pnmnoraw : No such file or directory tar: can't add file bin/pnmpad : No such file or directory tar: can't add file bin/pnmpaste : No such file or directory tar: can't add file bin/pnmscale : No such file or directory tar: can't add file bin/pnmsmooth : No such file or directory tar: can't add file bin/pnmtile : No such file or directory tar: can't add file bin/pnmtoddif : No such file or directory tar: can't add file bin/pnmtofits : No such file or directory tar: can't add file bin/pnmtops : No such file or directory tar: can't add file bin/pnmtorast : No such file or directory tar: can't add file bin/pnmtosgi : No such file or directory tar: can't add file bin/pnmtosir : No such file or directory tar: can't add file bin/pnmtotiff : No such file or directory tar: can't add file bin/pnmtoxwd : No such file or directory tar: can't add file bin/ppm3d : No such file or directory tar: can't add file bin/ppmbrighten : No such file or directory tar: can't add file bin/ppmchange : No such file or directory tar: can't add file bin/ppmdim : No such file or directory tar: can't add file bin/ppmdist : No such file or directory tar: can't add file bin/ppmdither : No such file or directory tar: can't add file bin/ppmflash : No such file or directory tar: can't add file bin/ppmforge : No such file or directory tar: can't add file bin/ppmhist : No such file or directory tar: can't add file bin/ppmmake : No such file or directory tar: can't add file bin/ppmmix : No such file or directory tar: can't add file bin/ppmnorm : No such file or directory tar: can't add file bin/ppmntsc : No such file or directory tar: can't add file bin/ppmpat : No such file or directory tar: can't add file bin/ppmquant : No such file or directory tar: can't add file bin/ppmquantall : No such file or directory tar: can't add file bin/ppmqvga : No such file or directory tar: can't add file bin/ppmrelief : No such file or directory tar: can't add file bin/ppmshift : No such file or directory tar: can't add file bin/ppmspread : No such file or directory tar: can't add file bin/ppmtoacad : No such file or directory tar: can't add file bin/ppmtobmp : No such file or directory tar: can't add file bin/ppmtogif : No such file or directory tar: can't add file bin/ppmtoicr : No such file or directory tar: can't add file bin/ppmtoilbm : No such file or directory tar: can't add file bin/ppmtomap : No such file or directory tar: can't add file bin/ppmtomitsu : No such file or directory tar: can't add file bin/ppmtopcx : No such file or directory tar: can't add file bin/ppmtopgm : No such file or directory tar: can't add file bin/ppmtopi1 : No such file or directory tar: can't add file bin/ppmtopict : No such file or directory tar: can't add file bin/ppmtopj : No such file or directory tar: can't add file bin/ppmtopjxl : No such file or directory tar: can't add file bin/ppmtopuzz : No such file or directory tar: can't add file bin/ppmtorgb3 : No such file or directory tar: can't add file bin/ppmtosixel : No such file or directory tar: can't add file bin/ppmtotga : No such file or directory tar: can't add file bin/ppmtouil : No such file or directory tar: can't add file bin/ppmtoxpm : No such file or directory tar: can't add file bin/ppmtoyuv : No such file or directory tar: can't add file bin/ppmtoyuvsplit : No such file or directory tar: can't add file bin/psidtopgm : No such file or directory tar: can't add file bin/pstopnm : No such file or directory tar: can't add file bin/qrttoppm : No such file or directory tar: can't add file bin/rasttopnm : No such file or directory tar: can't add file bin/rawtopgm : No such file or directory tar: can't add file bin/rawtoppm : No such file or directory tar: can't add file bin/rgb3toppm : No such file or directory tar: can't add file bin/sgitopnm : No such file or directory tar: can't add file bin/sirtopnm : No such file or directory tar: can't add file bin/sldtoppm : No such file or directory tar: can't add file bin/spctoppm : No such file or directory tar: can't add file bin/spottopgm : No such file or directory tar: can't add file bin/sputoppm : No such file or directory tar: can't add file bin/tgatoppm : No such file or directory tar: can't add file bin/tifftopnm : No such file or directory tar: can't add file bin/xbmtopbm : No such file or directory tar: can't add file bin/ximtoppm : No such file or directory tar: can't add file bin/xpmtoppm : No such file or directory tar: can't add file bin/xvminitoppm : No such file or directory tar: can't add file bin/xwdtopnm : No such file or directory tar: can't add file bin/ybmtopbm : No such file or directory tar: can't add file bin/yuvsplittoppm : No such file or directory tar: can't add file bin/yuvtoppm : No such file or directory tar: can't add file bin/zeisstopnm : No such file or directory chmod: bin/pnmflip: No such file or directory chmod: bin/pnmhistmap: No such file or directory chmod: bin/pnmindex: No such file or directory chmod: bin/pnminvert: No such file or directory chmod: bin/pnmmargin: No such file or directory chmod: bin/pnmnlfilt: No such file or directory chmod: bin/pnmnoraw: No such file or directory chmod: bin/pnmpad: No such file or directory chmod: bin/pnmpaste: No such file or directory chmod: bin/pnmscale: No such file or directory chmod: bin/pnmsmooth: No such file or directory chmod: bin/pnmtile: No such file or directory chmod: bin/pnmtoddif: No such file or directory chmod: bin/pnmtofits: No such file or directory chmod: bin/pnmtops: No such file or directory chmod: bin/pnmtorast: No such file or directory chmod: bin/pnmtosgi: No such file or directory chmod: bin/pnmtosir: No such file or directory chmod: bin/pnmtotiff: No such file or directory chmod: bin/pnmtoxwd: No such file or directory chmod: bin/ppm3d: No such file or directory chmod: bin/ppmbrighten: No such file or directory chmod: bin/ppmchange: No such file or directory chmod: bin/ppmdim: No such file or directory chmod: bin/ppmdist: No such file or directory chmod: bin/ppmdither: No such file or directory chmod: bin/ppmflash: No such file or directory chmod: bin/ppmforge: No such file or directory chmod: bin/ppmhist: No such file or directory chmod: bin/ppmmake: No such file or directory chmod: bin/ppmmix: No such file or directory chmod: bin/ppmnorm: No such file or directory chmod: bin/ppmntsc: No such file or directory chmod: bin/ppmpat: No such file or directory chmod: bin/ppmquant: No such file or directory chmod: bin/ppmquantall: No such file or directory chmod: bin/ppmqvga: No such file or directory chmod: bin/ppmrelief: No such file or directory chmod: bin/ppmshift: No such file or directory chmod: bin/ppmspread: No such file or directory chmod: bin/ppmtoacad: No such file or directory chmod: bin/ppmtobmp: No such file or directory chmod: bin/ppmtogif: No such file or directory chmod: bin/ppmtoicr: No such file or directory chmod: bin/ppmtoilbm: No such file or directory chmod: bin/ppmtomap: No such file or directory chmod: bin/ppmtomitsu: No such file or directory chmod: bin/ppmtopcx: No such file or directory chmod: bin/ppmtopgm: No such file or directory chmod: bin/ppmtopi1: No such file or directory chmod: bin/ppmtopict: No such file or directory chmod: bin/ppmtopj: No such file or directory chmod: bin/ppmtopjxl: No such file or directory chmod: bin/ppmtopuzz: No such file or directory chmod: bin/ppmtorgb3: No such file or directory chmod: bin/ppmtosixel: No such file or directory chmod: bin/ppmtotga: No such file or directory chmod: bin/ppmtouil: No such file or directory chmod: bin/ppmtoxpm: No such file or directory chmod: bin/ppmtoyuv: No such file or directory chmod: bin/ppmtoyuvsplit: No such file or directory chmod: bin/psidtopgm: No such file or directory chmod: bin/pstopnm: No such file or directory chmod: bin/qrttoppm: No such file or directory chmod: bin/rasttopnm: No such file or directory chmod: bin/rawtopgm: No such file or directory chmod: bin/rawtoppm: No such file or directory chmod: bin/rgb3toppm: No such file or directory chmod: bin/sgitopnm: No such file or directory chmod: bin/sirtopnm: No such file or directory chmod: bin/sldtoppm: No such file or directory chmod: bin/spctoppm: No such file or directory chmod: bin/spottopgm: No such file or directory chmod: bin/sputoppm: No such file or directory chmod: bin/tgatoppm: No such file or directory chmod: bin/tifftopnm: No such file or directory chmod: bin/xbmtopbm: No such file or directory chmod: bin/ximtoppm: No such file or directory chmod: bin/xpmtoppm: No such file or directory chmod: bin/xvminitoppm: No such file or directory chmod: bin/xwdtopnm: No such file or directory chmod: bin/ybmtopbm: No such file or directory chmod: bin/yuvsplittoppm: No such file or directory chmod: bin/yuvtoppm: No such file or directory chmod: bin/zeisstopnm: No such file or directory Couldn't change modes of 'bin/pbmmerge bin/pgmmerge bin/ppmmerge bin/pnmmerge bin/anytopnm bin/asciitopgm bin/atktopbm bin/bioradtopgm bin/bmptoppm bin/brushtopbm bin/cmuwmtopbm bin/fitstopnm bin/fstopgm bin/g3topbm bin/gemtopbm bin/giftopnm bin/gouldtoppm bin/hipstopgm bin/hpcdtoppm bin/icontopbm bin/ilbmtoppm bin/imgtoppm bin/lispmtopgm bin/macptopbm bin/mgrtopbm bin/mtvtoppm bin/pbmclean bin/pbmlife bin/pbmmake bin/pbmmask bin/pbmpscale bin/pbmreduce bin/pbmtext bin/pbmto10x bin/pbmto4425 bin/pbmtoascii bin/pbmtoatk bin/pbmtobbnbg bin/pbmtocmuwm bin/pbmtoepsi bin/pbmtoepson bin/pbmtog3 bin/pbmtogem bin/pbmtogo bin/pbmtoicon bin/pbmtolj bin/pbmtoln03 bin/pbmtolps bin/pbmtomacp bin/pbmtomgr bin/pbmtopgm bin/pbmtopi3 bin/pbmtopk bin/pbmtoplot bin/pbmtoptx bin/pbmtox10bm bin/pbmtoxbm bin/pbmtoybm bin/pbmtozinc bin/pbmupc bin/pcxtoppm bin/pgmbentley bin/pgmcrater bin/pgmedge bin/pgmenhance bin/pgmhist bin/pgmkernel bin/pgmnoise bin/pgmnorm bin/pgmoil bin/pgmramp bin/pgmtexture! bin/pgmtofs bin/pgmtolispm bin/pgmtopbm bin/pgmtoppm bin/pi1toppm bin/pi3topbm bin/picttoppm bin/pjtoppm bin/pktopbm bin/pnmalias bin/pnmarith bin/pnmcat bin/pnmcomp bin/pnmconvol bin/pnmcrop bin/pnmcut bin/pnmdepth bin/pnmenlarge bin/pnmfile bin/pnmflip bin/pnmhistmap bin/pnmindex bin/pnminvert bin/pnmmargin bin/pnmnlfilt bin/pnmnoraw bin/pnmpad bin/pnmpaste bin/pnmscale bin/pnmsmooth bin/pnmtile bin/pnmtoddif bin/pnmtofits bin/pnmtops bin/pnmtorast bin/pnmtosgi bin/pnmtosir bin/pnmtotiff bin/pnmtoxwd bin/ppm3d bin/ppmbrighten bin/ppmchange bin/ppmdim bin/ppmdist bin/ppmdither bin/ppmflash bin/ppmforge bin/ppmhist bin/ppmmake bin/ppmmix bin/ppmnorm bin/ppmntsc bin/ppmpat bin/ppmquant bin/ppmquantall bin/ppmqvga bin/ppmrelief bin/ppmshift bin/ppmspread bin/ppmtoacad bin/ppmtobmp bin/ppmtogif bin/ppmtoicr bin/ppmtoilbm bin/ppmtomap bin/ppmtomitsu bin/ppmtopcx bin/ppmtopgm bin/ppmtopi1 bin/ppmtopict bin/ppmtopj bin/ppmtopjxl bin/ppmtopuzz bin/ppmtorgb3 bin/ppmtosixel bin/ppm! totga bin/ppmtouil bin/ppmtoxpm bin/ppmtoyuv bin/ppmtoyuvsplit bin/psi dtopgm bin/pstopnm bin/qrttoppm bin/rasttopnm bin/rawtopgm bin/rawtoppm bin/rgb3toppm bin/sgitopnm bin/sirtopnm bin/sldtoppm bin/spctoppm bin/spottopgm bin/sputoppm bin/tgatoppm bin/tifftopnm bin/xbmtopbm bin/ximtoppm bin/xpmtoppm bin/xvminitoppm bin/xwdtopnm bin/ybmtopbm bin/yuvsplittoppm bin/yuvtoppm bin/zeisstopnm ' to '755'. chown: bin/pnmflip: No such file or directory chown: bin/pnmhistmap: No such file or directory chown: bin/pnmindex: No such file or directory chown: bin/pnminvert: No such file or directory chown: bin/pnmmargin: No such file or directory chown: bin/pnmnlfilt: No such file or directory chown: bin/pnmnoraw: No such file or directory chown: bin/pnmpad: No such file or directory chown: bin/pnmpaste: No such file or directory chown: bin/pnmscale: No such file or directory chown: bin/pnmsmooth: No such file or directory chown: bin/pnmtile: No such file or directory chown: bin/pnmtoddif: No such file or directory chown: bin/pnmtofits: No such file or directory chown: bin/pnmtops: No such file or directory chown: bin/pnmtorast: No such file or directory chown: bin/pnmtosgi: No such file or directory chown: bin/pnmtosir: No such file or directory chown: bin/pnmtotiff: No such file or directory chown: bin/pnmtoxwd: No such file or directory chown: bin/ppm3d: No such file or directory chown: bin/ppmbrighten: No such file or directory chown: bin/ppmchange: No such file or directory chown: bin/ppmdim: No such file or directory chown: bin/ppmdist: No such file or directory chown: bin/ppmdither: No such file or directory chown: bin/ppmflash: No such file or directory chown: bin/ppmforge: No such file or directory chown: bin/ppmhist: No such file or directory chown: bin/ppmmake: No such file or directory chown: bin/ppmmix: No such file or directory chown: bin/ppmnorm: No such file or directory chown: bin/ppmntsc: No such file or directory chown: bin/ppmpat: No such file or directory chown: bin/ppmquant: No such file or directory chown: bin/ppmquantall: No such file or directory chown: bin/ppmqvga: No such file or directory chown: bin/ppmrelief: No such file or directory chown: bin/ppmshift: No such file or directory chown: bin/ppmspread: No such file or directory chown: bin/ppmtoacad: No such file or directory chown: bin/ppmtobmp: No such file or directory chown: bin/ppmtogif: No such file or directory chown: bin/ppmtoicr: No such file or directory chown: bin/ppmtoilbm: No such file or directory chown: bin/ppmtomap: No such file or directory chown: bin/ppmtomitsu: No such file or directory chown: bin/ppmtopcx: No such file or directory chown: bin/ppmtopgm: No such file or directory chown: bin/ppmtopi1: No such file or directory chown: bin/ppmtopict: No such file or directory chown: bin/ppmtopj: No such file or directory chown: bin/ppmtopjxl: No such file or directory chown: bin/ppmtopuzz: No such file or directory chown: bin/ppmtorgb3: No such file or directory chown: bin/ppmtosixel: No such file or directory chown: bin/ppmtotga: No such file or directory chown: bin/ppmtouil: No such file or directory chown: bin/ppmtoxpm: No such file or directory chown: bin/ppmtoyuv: No such file or directory chown: bin/ppmtoyuvsplit: No such file or directory chown: bin/psidtopgm: No such file or directory chown: bin/pstopnm: No such file or directory chown: bin/qrttoppm: No such file or directory chown: bin/rasttopnm: No such file or directory chown: bin/rawtopgm: No such file or directory chown: bin/rawtoppm: No such file or directory chown: bin/rgb3toppm: No such file or directory chown: bin/sgitopnm: No such file or directory chown: bin/sirtopnm: No such file or directory chown: bin/sldtoppm: No such file or directory chown: bin/spctoppm: No such file or directory chown: bin/spottopgm: No such file or directory chown: bin/sputoppm: No such file or directory chown: bin/tgatoppm: No such file or directory chown: bin/tifftopnm: No such file or directory chown: bin/xbmtopbm: No such file or directory chown: bin/ximtoppm: No such file or directory chown: bin/xpmtoppm: No such file or directory chown: bin/xvminitoppm: No such file or directory chown: bin/xwdtopnm: No such file or directory chown: bin/ybmtopbm: No such file or directory chown: bin/yuvsplittoppm: No such file or directory chown: bin/yuvtoppm: No such file or directory chown: bin/zeisstopnm: No such file or directory Couldn't change owner of 'bin/pbmmerge bin/pgmmerge bin/ppmmerge bin/pnmmerge bin/anytopnm bin/asciitopgm bin/atktopbm bin/bioradtopgm bin/bmptoppm bin/brushtopbm bin/cmuwmtopbm bin/fitstopnm bin/fstopgm bin/g3topbm bin/gemtopbm bin/giftopnm bin/gouldtoppm bin/hipstopgm bin/hpcdtoppm bin/icontopbm bin/ilbmtoppm bin/imgtoppm bin/lispmtopgm bin/macptopbm bin/mgrtopbm bin/mtvtoppm bin/pbmclean bin/pbmlife bin/pbmmake bin/pbmmask bin/pbmpscale bin/pbmreduce bin/pbmtext bin/pbmto10x bin/pbmto4425 bin/pbmtoascii bin/pbmtoatk bin/pbmtobbnbg bin/pbmtocmuwm bin/pbmtoepsi bin/pbmtoepson bin/pbmtog3 bin/pbmtogem bin/pbmtogo bin/pbmtoicon bin/pbmtolj bin/pbmtoln03 bin/pbmtolps bin/pbmtomacp bin/pbmtomgr bin/pbmtopgm bin/pbmtopi3 bin/pbmtopk bin/pbmtoplot bin/pbmtoptx bin/pbmtox10bm bin/pbmtoxbm bin/pbmtoybm bin/pbmtozinc bin/pbmupc bin/pcxtoppm bin/pgmbentley bin/pgmcrater bin/pgmedge bin/pgmenhance bin/pgmhist bin/pgmkernel bin/pgmnoise bin/pgmnorm bin/pgmoil bin/pgmramp bin/pgmtexture! bin/pgmtofs bin/pgmtolispm bin/pgmtopbm bin/pgmtoppm bin/pi1toppm bin/pi3topbm bin/picttoppm bin/pjtoppm bin/pktopbm bin/pnmalias bin/pnmarith bin/pnmcat bin/pnmcomp bin/pnmconvol bin/pnmcrop bin/pnmcut bin/pnmdepth bin/pnmenlarge bin/pnmfile bin/pnmflip bin/pnmhistmap bin/pnmindex bin/pnminvert bin/pnmmargin bin/pnmnlfilt bin/pnmnoraw bin/pnmpad bin/pnmpaste bin/pnmscale bin/pnmsmooth bin/pnmtile bin/pnmtoddif bin/pnmtofits bin/pnmtops bin/pnmtorast bin/pnmtosgi bin/pnmtosir bin/pnmtotiff bin/pnmtoxwd bin/ppm3d bin/ppmbrighten bin/ppmchange bin/ppmdim bin/ppmdist bin/ppmdither bin/ppmflash bin/ppmforge bin/ppmhist bin/ppmmake bin/ppmmix bin/ppmnorm bin/ppmntsc bin/ppmpat bin/ppmquant bin/ppmquantall bin/ppmqvga bin/ppmrelief bin/ppmshift bin/ppmspread bin/ppmtoacad bin/ppmtobmp bin/ppmtogif bin/ppmtoicr bin/ppmtoilbm bin/ppmtomap bin/ppmtomitsu bin/ppmtopcx bin/ppmtopgm bin/ppmtopi1 bin/ppmtopict bin/ppmtopj bin/ppmtopjxl bin/ppmtopuzz bin/ppmtorgb3 bin/ppmtosixel bin/ppm! totga bin/ppmtouil bin/ppmtoxpm bin/ppmtoyuv bin/ppmtoyuvsplit bin/psi dtopgm bin/pstopnm bin/qrttoppm bin/rasttopnm bin/rawtopgm bin/rawtoppm bin/rgb3toppm bin/sgitopnm bin/sirtopnm bin/sldtoppm bin/spctoppm bin/spottopgm bin/sputoppm bin/tgatoppm bin/tifftopnm bin/xbmtopbm bin/ximtoppm bin/xpmtoppm bin/xvminitoppm bin/xwdtopnm bin/ybmtopbm bin/yuvsplittoppm bin/yuvtoppm bin/zeisstopnm ' to 'bin'. tar: can't add file include/pbm.h : No such file or directory tar: can't add file include/pbmplus.h : No such file or directory tar: can't add file include/pgm.h : No such file or directory tar: can't add file include/pnm.h : No such file or directory tar: can't add file include/ppm.h : No such file or directory tar: can't add file lib/libpbm.a : No such file or directory tar: can't add file lib/libpgm.a : No such file or directory tar: can't add file lib/libpnm.a : No such file or directory tar: can't add file lib/libppm.a : No such file or directory tar: can't add file man/man1/anytopnm.1.gz : No such file or directory tar: can't add file man/man1/asciitopgm.1.gz : No such file or directory tar: can't add file man/man1/atktopbm.1.gz : No such file or directory tar: can't add file man/man1/bioradtopgm.1.gz : No such file or directory tar: can't add file man/man1/bmptoppm.1.gz : No such file or directory tar: can't add file man/man1/brushtopbm.1.gz : No such file or directory tar: can't add file man/man1/cmuwmtopbm.1.gz : No such file or directory tar: can't add file man/man1/fitstopnm.1.gz : No such file or directory tar: can't add file man/man1/fstopgm.1.gz : No such file or directory tar: can't add file man/man1/g3topbm.1.gz : No such file or directory tar: can't add file man/man1/gemtopbm.1.gz : No such file or directory tar: can't add file man/man1/giftopnm.1.gz : No such file or directory tar: can't add file man/man1/gouldtoppm.1.gz : No such file or directory tar: can't add file man/man1/hipstopgm.1.gz : No such file or directory tar: can't add file man/man1/hpcdtoppm.1.gz : No such file or directory tar: can't add file man/man1/icontopbm.1.gz : No such file or directory tar: can't add file man/man1/ilbmtoppm.1.gz : No such file or directory tar: can't add file man/man1/imgtoppm.1.gz : No such file or directory tar: can't add file man/man1/lispmtopgm.1.gz : No such file or directory tar: can't add file man/man1/macptopbm.1.gz : No such file or directory tar: can't add file man/man1/mgrtopbm.1.gz : No such file or directory tar: can't add file man/man1/mtvtoppm.1.gz : No such file or directory tar: can't add file man/man1/pbmclean.1.gz : No such file or directory tar: can't add file man/man1/pbmlife.1.gz : No such file or directory tar: can't add file man/man1/pbmmake.1.gz : No such file or directory tar: can't add file man/man1/pbmmask.1.gz : No such file or directory tar: can't add file man/man1/pbmpscale.1.gz : No such file or directory tar: can't add file man/man1/pbmreduce.1.gz : No such file or directory tar: can't add file man/man1/pbmtext.1.gz : No such file or directory tar: can't add file man/man1/pbmto10x.1.gz : No such file or directory tar: can't add file man/man1/pbmto4425.1.gz : No such file or directory tar: can't add file man/man1/pbmtoascii.1.gz : No such file or directory tar: can't add file man/man1/pbmtoatk.1.gz : No such file or directory tar: can't add file man/man1/pbmtobbnbg.1.gz : No such file or directory tar: can't add file man/man1/pbmtocmuwm.1.gz : No such file or directory tar: can't add file man/man1/pbmtoepsi.1.gz : No such file or directory tar: can't add file man/man1/pbmtoepson.1.gz : No such file or directory tar: can't add file man/man1/pbmtog3.1.gz : No such file or directory tar: can't add file man/man1/pbmtogem.1.gz : No such file or directory tar: can't add file man/man1/pbmtogo.1.gz : No such file or directory tar: can't add file man/man1/pbmtoicon.1.gz : No such file or directory tar: can't add file man/man1/pbmtolj.1.gz : No such file or directory tar: can't add file man/man1/pbmtoln03.1.gz : No such file or directory tar: can't add file man/man1/pbmtolps.1.gz : No such file or directory tar: can't add file man/man1/pbmtomacp.1.gz : No such file or directory tar: can't add file man/man1/pbmtomgr.1.gz : No such file or directory tar: can't add file man/man1/pbmtopgm.1.gz : No such file or directory tar: can't add file man/man1/pbmtopi3.1.gz : No such file or directory tar: can't add file man/man1/pbmtopk.1.gz : No such file or directory tar: can't add file man/man1/pbmtoplot.1.gz : No such file or directory tar: can't add file man/man1/pbmtoptx.1.gz : No such file or directory tar: can't add file man/man1/pbmtox10bm.1.gz : No such file or directory tar: can't add file man/man1/pbmtoxbm.1.gz : No such file or directory tar: can't add file man/man1/pbmtoybm.1.gz : No such file or directory tar: can't add file man/man1/pbmtozinc.1.gz : No such file or directory tar: can't add file man/man1/pbmupc.1.gz : No such file or directory tar: can't add file man/man1/pcxtoppm.1.gz : No such file or directory tar: can't add file man/man1/pgmbentley.1.gz : No such file or directory tar: can't add file man/man1/pgmcrater.1.gz : No such file or directory tar: can't add file man/man1/pgmedge.1.gz : No such file or directory tar: can't add file man/man1/pgmenhance.1.gz : No such file or directory tar: can't add file man/man1/pgmhist.1.gz : No such file or directory tar: can't add file man/man1/pgmkernel.1.gz : No such file or directory tar: can't add file man/man1/pgmnoise.1.gz : No such file or directory tar: can't add file man/man1/pgmnorm.1.gz : No such file or directory tar: can't add file man/man1/pgmoil.1.gz : No such file or directory tar: can't add file man/man1/pgmramp.1.gz : No such file or directory tar: can't add file man/man1/pgmtexture.1.gz : No such file or directory tar: can't add file man/man1/pgmtofs.1.gz : No such file or directory tar: can't add file man/man1/pgmtolispm.1.gz : No such file or directory tar: can't add file man/man1/pgmtopbm.1.gz : No such file or directory tar: can't add file man/man1/pgmtoppm.1.gz : No such file or directory tar: can't add file man/man1/pi1toppm.1.gz : No such file or directory tar: can't add file man/man1/pi3topbm.1.gz : No such file or directory tar: can't add file man/man1/picttoppm.1.gz : No such file or directory tar: can't add file man/man1/pjtoppm.1.gz : No such file or directory tar: can't add file man/man1/pktopbm.1.gz : No such file or directory tar: can't add file man/man1/pnmalias.1.gz : No such file or directory tar: can't add file man/man1/pnmarith.1.gz : No such file or directory tar: can't add file man/man1/pnmcat.1.gz : No such file or directory tar: can't add file man/man1/pnmcomp.1.gz : No such file or directory tar: can't add file man/man1/pnmconvol.1.gz : No such file or directory tar: can't add file man/man1/pnmcrop.1.gz : No such file or directory tar: can't add file man/man1/pnmcut.1.gz : No such file or directory tar: can't add file man/man1/pnmdepth.1.gz : No such file or directory tar: can't add file man/man1/pnmenlarge.1.gz : No such file or directory tar: can't add file man/man1/pnmfile.1.gz : No such file or directory tar: can't add file man/man1/pnmflip.1.gz : No such file or directory tar: can't add file man/man1/pnmhistmap.1.gz : No such file or directory tar: can't add file man/man1/pnmindex.1.gz : No such file or directory tar: can't add file man/man1/pnminvert.1.gz : No such file or directory tar: can't add file man/man1/pnmmargin.1.gz : No such file or directory tar: can't add file man/man1/pnmnlfilt.1.gz : No such file or directory tar: can't add file man/man1/pnmnoraw.1.gz : No such file or directory tar: can't add file man/man1/pnmpad.1.gz : No such file or directory tar: can't add file man/man1/pnmpaste.1.gz : No such file or directory tar: can't add file man/man1/pnmscale.1.gz : No such file or directory tar: can't add file man/man1/pnmsmooth.1.gz : No such file or directory tar: can't add file man/man1/pnmtile.1.gz : No such file or directory tar: can't add file man/man1/pnmtoddif.1.gz : No such file or directory tar: can't add file man/man1/pnmtofits.1.gz : No such file or directory tar: can't add file man/man1/pnmtops.1.gz : No such file or directory tar: can't add file man/man1/pnmtorast.1.gz : No such file or directory tar: can't add file man/man1/pnmtosgi.1.gz : No such file or directory tar: can't add file man/man1/pnmtosir.1.gz : No such file or directory tar: can't add file man/man1/pnmtotiff.1.gz : No such file or directory tar: can't add file man/man1/pnmtoxwd.1.gz : No such file or directory tar: can't add file man/man1/ppm3d.1.gz : No such file or directory tar: can't add file man/man1/ppmbrighten.1.gz : No such file or directory tar: can't add file man/man1/ppmchange.1.gz : No such file or directory tar: can't add file man/man1/ppmdim.1.gz : No such file or directory tar: can't add file man/man1/ppmdist.1.gz : No such file or directory tar: can't add file man/man1/ppmdither.1.gz : No such file or directory tar: can't add file man/man1/ppmflash.1.gz : No such file or directory tar: can't add file man/man1/ppmforge.1.gz : No such file or directory tar: can't add file man/man1/ppmhist.1.gz : No such file or directory tar: can't add file man/man1/ppmmake.1.gz : No such file or directory tar: can't add file man/man1/ppmmix.1.gz : No such file or directory tar: can't add file man/man1/ppmnorm.1.gz : No such file or directory tar: can't add file man/man1/ppmntsc.1.gz : No such file or directory tar: can't add file man/man1/ppmpat.1.gz : No such file or directory tar: can't add file man/man1/ppmquant.1.gz : No such file or directory tar: can't add file man/man1/ppmquantall.1.gz : No such file or directory tar: can't add file man/man1/ppmqvga.1.gz : No such file or directory tar: can't add file man/man1/ppmrelief.1.gz : No such file or directory tar: can't add file man/man1/ppmshift.1.gz : No such file or directory tar: can't add file man/man1/ppmspread.1.gz : No such file or directory tar: can't add file man/man1/ppmtoacad.1.gz : No such file or directory tar: can't add file man/man1/ppmtobmp.1.gz : No such file or directory tar: can't add file man/man1/ppmtogif.1.gz : No such file or directory tar: can't add file man/man1/ppmtoicr.1.gz : No such file or directory tar: can't add file man/man1/ppmtoilbm.1.gz : No such file or directory tar: can't add file man/man1/ppmtomap.1.gz : No such file or directory tar: can't add file man/man1/ppmtomitsu.1.gz : No such file or directory tar: can't add file man/man1/ppmtopcx.1.gz : No such file or directory tar: can't add file man/man1/ppmtopgm.1.gz : No such file or directory tar: can't add file man/man1/ppmtopi1.1.gz : No such file or directory tar: can't add file man/man1/ppmtopict.1.gz : No such file or directory tar: can't add file man/man1/ppmtopj.1.gz : No such file or directory tar: can't add file man/man1/ppmtopjxl.1.gz : No such file or directory tar: can't add file man/man1/ppmtopuzz.1.gz : No such file or directory tar: can't add file man/man1/ppmtorgb3.1.gz : No such file or directory tar: can't add file man/man1/ppmtosixel.1.gz : No such file or directory tar: can't add file man/man1/ppmtotga.1.gz : No such file or directory tar: can't add file man/man1/ppmtouil.1.gz : No such file or directory tar: can't add file man/man1/ppmtoxpm.1.gz : No such file or directory tar: can't add file man/man1/ppmtoyuv.1.gz : No such file or directory tar: can't add file man/man1/ppmtoyuvsplit.1.gz : No such file or directory tar: can't add file man/man1/psidtopgm.1.gz : No such file or directory tar: can't add file man/man1/qrttoppm.1.gz : No such file or directory tar: can't add file man/man1/rasttopnm.1.gz : No such file or directory tar: can't add file man/man1/rawtopgm.1.gz : No such file or directory tar: can't add file man/man1/rawtoppm.1.gz : No such file or directory tar: can't add file man/man1/rgb3toppm.1.gz : No such file or directory tar: can't add file man/man1/sgitopnm.1.gz : No such file or directory tar: can't add file man/man1/sirtopnm.1.gz : No such file or directory tar: can't add file man/man1/sldtoppm.1.gz : No such file or directory tar: can't add file man/man1/spctoppm.1.gz : No such file or directory tar: can't add file man/man1/spottopgm.1.gz : No such file or directory tar: can't add file man/man1/sputoppm.1.gz : No such file or directory tar: can't add file man/man1/tgatoppm.1.gz : No such file or directory tar: can't add file man/man1/tifftopnm.1.gz : No such file or directory tar: can't add file man/man1/xbmtopbm.1.gz : No such file or directory tar: can't add file man/man1/ximtoppm.1.gz : No such file or directory tar: can't add file man/man1/xpmtoppm.1.gz : No such file or directory tar: can't add file man/man1/xvminitoppm.1.gz : No such file or directory tar: can't add file man/man1/xwdtopnm.1.gz : No such file or directory tar: can't add file man/man1/ybmtopbm.1.gz : No such file or directory tar: can't add file man/man1/yuvsplittoppm.1.gz : No such file or directory tar: can't add file man/man1/yuvtoppm.1.gz : No such file or directory tar: can't add file man/man1/zeisstopnm.1.gz : No such file or directory tar: can't add file man/man3/libpbm.3.gz : No such file or directory tar: can't add file man/man3/libpgm.3.gz : No such file or directory tar: can't add file man/man3/libpnm.3.gz : No such file or directory tar: can't add file man/man3/libppm.3.gz : No such file or directory tar: can't add file man/man5/pbm.5.gz : No such file or directory tar: can't add file man/man5/pgm.5.gz : No such file or directory tar: can't add file man/man5/pnm.5.gz : No such file or directory tar: can't add file man/man5/ppm.5.gz : No such file or directory tar: not found in archive chmod: include/pbm.h: No such file or directory chmod: include/pbmplus.h: No such file or directory chmod: include/pgm.h: No such file or directory chmod: include/pnm.h: No such file or directory chmod: include/ppm.h: No such file or directory chmod: lib/libpbm.a: No such file or directory chmod: lib/libpgm.a: No such file or directory chmod: lib/libpnm.a: No such file or directory chmod: lib/libppm.a: No such file or directory chmod: man/man1/anytopnm.1.gz: No such file or directory chmod: man/man1/asciitopgm.1.gz: No such file or directory chmod: man/man1/atktopbm.1.gz: No such file or directory chmod: man/man1/bioradtopgm.1.gz: No such file or directory chmod: man/man1/bmptoppm.1.gz: No such file or directory chmod: man/man1/brushtopbm.1.gz: No such file or directory chmod: man/man1/cmuwmtopbm.1.gz: No such file or directory chmod: man/man1/fitstopnm.1.gz: No such file or directory chmod: man/man1/fstopgm.1.gz: No such file or directory chmod: man/man1/g3topbm.1.gz: No such file or directory chmod: man/man1/gemtopbm.1.gz: No such file or directory chmod: man/man1/giftopnm.1.gz: No such file or directory chmod: man/man1/gouldtoppm.1.gz: No such file or directory chmod: man/man1/hipstopgm.1.gz: No such file or directory chmod: man/man1/hpcdtoppm.1.gz: No such file or directory chmod: man/man1/icontopbm.1.gz: No such file or directory chmod: man/man1/ilbmtoppm.1.gz: No such file or directory chmod: man/man1/imgtoppm.1.gz: No such file or directory chmod: man/man1/lispmtopgm.1.gz: No such file or directory chmod: man/man1/macptopbm.1.gz: No such file or directory chmod: man/man1/mgrtopbm.1.gz: No such file or directory chmod: man/man1/mtvtoppm.1.gz: No such file or directory chmod: man/man1/pbmclean.1.gz: No such file or directory chmod: man/man1/pbmlife.1.gz: No such file or directory chmod: man/man1/pbmmake.1.gz: No such file or directory chmod: man/man1/pbmmask.1.gz: No such file or directory chmod: man/man1/pbmpscale.1.gz: No such file or directory chmod: man/man1/pbmreduce.1.gz: No such file or directory chmod: man/man1/pbmtext.1.gz: No such file or directory chmod: man/man1/pbmto10x.1.gz: No such file or directory chmod: man/man1/pbmto4425.1.gz: No such file or directory chmod: man/man1/pbmtoascii.1.gz: No such file or directory chmod: man/man1/pbmtoatk.1.gz: No such file or directory chmod: man/man1/pbmtobbnbg.1.gz: No such file or directory chmod: man/man1/pbmtocmuwm.1.gz: No such file or directory chmod: man/man1/pbmtoepsi.1.gz: No such file or directory chmod: man/man1/pbmtoepson.1.gz: No such file or directory chmod: man/man1/pbmtog3.1.gz: No such file or directory chmod: man/man1/pbmtogem.1.gz: No such file or directory chmod: man/man1/pbmtogo.1.gz: No such file or directory chmod: man/man1/pbmtoicon.1.gz: No such file or directory chmod: man/man1/pbmtolj.1.gz: No such file or directory chmod: man/man1/pbmtoln03.1.gz: No such file or directory chmod: man/man1/pbmtolps.1.gz: No such file or directory chmod: man/man1/pbmtomacp.1.gz: No such file or directory chmod: man/man1/pbmtomgr.1.gz: No such file or directory chmod: man/man1/pbmtopgm.1.gz: No such file or directory chmod: man/man1/pbmtopi3.1.gz: No such file or directory chmod: man/man1/pbmtopk.1.gz: No such file or directory chmod: man/man1/pbmtoplot.1.gz: No such file or directory chmod: man/man1/pbmtoptx.1.gz: No such file or directory chmod: man/man1/pbmtox10bm.1.gz: No such file or directory chmod: man/man1/pbmtoxbm.1.gz: No such file or directory chmod: man/man1/pbmtoybm.1.gz: No such file or directory chmod: man/man1/pbmtozinc.1.gz: No such file or directory chmod: man/man1/pbmupc.1.gz: No such file or directory chmod: man/man1/pcxtoppm.1.gz: No such file or directory chmod: man/man1/pgmbentley.1.gz: No such file or directory chmod: man/man1/pgmcrater.1.gz: No such file or directory chmod: man/man1/pgmedge.1.gz: No such file or directory chmod: man/man1/pgmenhance.1.gz: No such file or directory chmod: man/man1/pgmhist.1.gz: No such file or directory chmod: man/man1/pgmkernel.1.gz: No such file or directory chmod: man/man1/pgmnoise.1.gz: No such file or directory chmod: man/man1/pgmnorm.1.gz: No such file or directory chmod: man/man1/pgmoil.1.gz: No such file or directory chmod: man/man1/pgmramp.1.gz: No such file or directory chmod: man/man1/pgmtexture.1.gz: No such file or directory chmod: man/man1/pgmtofs.1.gz: No such file or directory chmod: man/man1/pgmtolispm.1.gz: No such file or directory chmod: man/man1/pgmtopbm.1.gz: No such file or directory chmod: man/man1/pgmtoppm.1.gz: No such file or directory chmod: man/man1/pi1toppm.1.gz: No such file or directory chmod: man/man1/pi3topbm.1.gz: No such file or directory chmod: man/man1/picttoppm.1.gz: No such file or directory chmod: man/man1/pjtoppm.1.gz: No such file or directory chmod: man/man1/pktopbm.1.gz: No such file or directory chmod: man/man1/pnmalias.1.gz: No such file or directory chmod: man/man1/pnmarith.1.gz: No such file or directory chmod: man/man1/pnmcat.1.gz: No such file or directory chmod: man/man1/pnmcomp.1.gz: No such file or directory chmod: man/man1/pnmconvol.1.gz: No such file or directory chmod: man/man1/pnmcrop.1.gz: No such file or directory chmod: man/man1/pnmcut.1.gz: No such file or directory chmod: man/man1/pnmdepth.1.gz: No such file or directory chmod: man/man1/pnmenlarge.1.gz: No such file or directory chmod: man/man1/pnmfile.1.gz: No such file or directory chmod: man/man1/pnmflip.1.gz: No such file or directory chmod: man/man1/pnmhistmap.1.gz: No such file or directory chmod: man/man1/pnmindex.1.gz: No such file or directory chmod: man/man1/pnminvert.1.gz: No such file or directory chmod: man/man1/pnmmargin.1.gz: No such file or directory chmod: man/man1/pnmnlfilt.1.gz: No such file or directory chmod: man/man1/pnmnoraw.1.gz: No such file or directory chmod: man/man1/pnmpad.1.gz: No such file or directory chmod: man/man1/pnmpaste.1.gz: No such file or directory chmod: man/man1/pnmscale.1.gz: No such file or directory chmod: man/man1/pnmsmooth.1.gz: No such file or directory chmod: man/man1/pnmtile.1.gz: No such file or directory chmod: man/man1/pnmtoddif.1.gz: No such file or directory chmod: man/man1/pnmtofits.1.gz: No such file or directory chmod: man/man1/pnmtops.1.gz: No such file or directory chmod: man/man1/pnmtorast.1.gz: No such file or directory chmod: man/man1/pnmtosgi.1.gz: No such file or directory chmod: man/man1/pnmtosir.1.gz: No such file or directory chmod: man/man1/pnmtotiff.1.gz: No such file or directory chmod: man/man1/pnmtoxwd.1.gz: No such file or directory chmod: man/man1/ppm3d.1.gz: No such file or directory chmod: man/man1/ppmbrighten.1.gz: No such file or directory chmod: man/man1/ppmchange.1.gz: No such file or directory chmod: man/man1/ppmdim.1.gz: No such file or directory chmod: man/man1/ppmdist.1.gz: No such file or directory chmod: man/man1/ppmdither.1.gz: No such file or directory chmod: man/man1/ppmflash.1.gz: No such file or directory chmod: man/man1/ppmforge.1.gz: No such file or directory chmod: man/man1/ppmhist.1.gz: No such file or directory chmod: man/man1/ppmmake.1.gz: No such file or directory chmod: man/man1/ppmmix.1.gz: No such file or directory chmod: man/man1/ppmnorm.1.gz: No such file or directory chmod: man/man1/ppmntsc.1.gz: No such file or directory chmod: man/man1/ppmpat.1.gz: No such file or directory chmod: man/man1/ppmquant.1.gz: No such file or directory chmod: man/man1/ppmquantall.1.gz: No such file or directory chmod: man/man1/ppmqvga.1.gz: No such file or directory chmod: man/man1/ppmrelief.1.gz: No such file or directory chmod: man/man1/ppmshift.1.gz: No such file or directory chmod: man/man1/ppmspread.1.gz: No such file or directory chmod: man/man1/ppmtoacad.1.gz: No such file or directory chmod: man/man1/ppmtobmp.1.gz: No such file or directory chmod: man/man1/ppmtogif.1.gz: No such file or directory chmod: man/man1/ppmtoicr.1.gz: No such file or directory chmod: man/man1/ppmtoilbm.1.gz: No such file or directory chmod: man/man1/ppmtomap.1.gz: No such file or directory chmod: man/man1/ppmtomitsu.1.gz: No such file or directory chmod: man/man1/ppmtopcx.1.gz: No such file or directory chmod: man/man1/ppmtopgm.1.gz: No such file or directory chmod: man/man1/ppmtopi1.1.gz: No such file or directory chmod: man/man1/ppmtopict.1.gz: No such file or directory chmod: man/man1/ppmtopj.1.gz: No such file or directory chmod: man/man1/ppmtopjxl.1.gz: No such file or directory chmod: man/man1/ppmtopuzz.1.gz: No such file or directory chmod: man/man1/ppmtorgb3.1.gz: No such file or directory chmod: man/man1/ppmtosixel.1.gz: No such file or directory chmod: man/man1/ppmtotga.1.gz: No such file or directory chmod: man/man1/ppmtouil.1.gz: No such file or directory chmod: man/man1/ppmtoxpm.1.gz: No such file or directory chmod: man/man1/ppmtoyuv.1.gz: No such file or directory chmod: man/man1/ppmtoyuvsplit.1.gz: No such file or directory chmod: man/man1/psidtopgm.1.gz: No such file or directory chmod: man/man1/qrttoppm.1.gz: No such file or directory chmod: man/man1/rasttopnm.1.gz: No such file or directory chmod: man/man1/rawtopgm.1.gz: No such file or directory chmod: man/man1/rawtoppm.1.gz: No such file or directory chmod: man/man1/rgb3toppm.1.gz: No such file or directory chmod: man/man1/sgitopnm.1.gz: No such file or directory chmod: man/man1/sirtopnm.1.gz: No such file or directory chmod: man/man1/sldtoppm.1.gz: No such file or directory chmod: man/man1/spctoppm.1.gz: No such file or directory chmod: man/man1/spottopgm.1.gz: No such file or directory chmod: man/man1/sputoppm.1.gz: No such file or directory chmod: man/man1/tgatoppm.1.gz: No such file or directory chmod: man/man1/tifftopnm.1.gz: No such file or directory chmod: man/man1/xbmtopbm.1.gz: No such file or directory chmod: man/man1/ximtoppm.1.gz: No such file or directory chmod: man/man1/xpmtoppm.1.gz: No such file or directory chmod: man/man1/xvminitoppm.1.gz: No such file or directory chmod: man/man1/xwdtopnm.1.gz: No such file or directory chmod: man/man1/ybmtopbm.1.gz: No such file or directory chmod: man/man1/yuvsplittoppm.1.gz: No such file or directory chmod: man/man1/yuvtoppm.1.gz: No such file or directory chmod: man/man1/zeisstopnm.1.gz: No such file or directory chmod: man/man3/libpbm.3.gz: No such file or directory chmod: man/man3/libpgm.3.gz: No such file or directory chmod: man/man3/libpnm.3.gz: No such file or directory chmod: man/man3/libppm.3.gz: No such file or directory chmod: man/man5/pbm.5.gz: No such file or directory chmod: man/man5/pgm.5.gz: No such file or directory chmod: man/man5/pnm.5.gz: No such file or directory chmod: man/man5/ppm.5.gz: No such file or directory Couldn't change modes of 'include/pbm.h include/pbmplus.h include/pgm.h include/pnm.h include/ppm.h lib/libpbm.a lib/libpgm.a lib/libpnm.a lib/libppm.a man/man1/anytopnm.1.gz man/man1/asciitopgm.1.gz man/man1/atktopbm.1.gz man/man1/bioradtopgm.1.gz man/man1/bmptoppm.1.gz man/man1/brushtopbm.1.gz man/man1/cmuwmtopbm.1.gz man/man1/fitstopnm.1.gz man/man1/fstopgm.1.gz man/man1/g3topbm.1.gz man/man1/gemtopbm.1.gz man/man1/giftopnm.1.gz man/man1/gouldtoppm.1.gz man/man1/hipstopgm.1.gz man/man1/hpcdtoppm.1.gz man/man1/icontopbm.1.gz man/man1/ilbmtoppm.1.gz man/man1/imgtoppm.1.gz man/man1/lispmtopgm.1.gz man/man1/macptopbm.1.gz man/man1/mgrtopbm.1.gz man/man1/mtvtoppm.1.gz man/man1/pbmclean.1.gz man/man1/pbmlife.1.gz man/man1/pbmmake.1.gz man/man1/pbmmask.1.gz man/man1/pbmpscale.1.gz man/man1/pbmreduce.1.gz man/man1/pbmtext.1.gz man/man1/pbmto10x.1.gz man/man1/pbmto4425.1.gz man/man1/pbmtoascii.1.gz man/man1/pbmtoatk.1.gz man/man1/pbmtobbnbg.1.gz man/man1/pbmtocmuwm.1.gz man/man1/p! bmtoepsi.1.gz man/man1/pbmtoepson.1.gz man/man1/pbmtog3.1.gz man/man1/pbmtogem.1.gz man/man1/pbmtogo.1.gz man/man1/pbmtoicon.1.gz man/man1/pbmtolj.1.gz man/man1/pbmtoln03.1.gz man/man1/pbmtolps.1.gz man/man1/pbmtomacp.1.gz man/man1/pbmtomgr.1.gz man/man1/pbmtopgm.1.gz man/man1/pbmtopi3.1.gz man/man1/pbmtopk.1.gz man/man1/pbmtoplot.1.gz man/man1/pbmtoptx.1.gz man/man1/pbmtox10bm.1.gz man/man1/pbmtoxbm.1.gz man/man1/pbmtoybm.1.gz man/man1/pbmtozinc.1.gz man/man1/pbmupc.1.gz man/man1/pcxtoppm.1.gz man/man1/pgmbentley.1.gz man/man1/pgmcrater.1.gz man/man1/pgmedge.1.gz man/man1/pgmenhance.1.gz man/man1/pgmhist.1.gz man/man1/pgmkernel.1.gz man/man1/pgmnoise.1.gz man/man1/pgmnorm.1.gz man/man1/pgmoil.1.gz man/man1/pgmramp.1.gz man/man1/pgmtexture.1.gz man/man1/pgmtofs.1.gz man/man1/pgmtolispm.1.gz man/man1/pgmtopbm.1.gz man/man1/pgmtoppm.1.gz man/man1/pi1toppm.1.gz man/man1/pi3topbm.1.gz man/man1/picttoppm.1.gz man/man1/pjtoppm.1.gz man/man1/pktopbm.1.gz man/man1/pnmalias.1.gz man! /man1/pnmarith.1.gz man/man1/pnmcat.1.gz man/man1/pnmcomp.1.gz man/man 1/pnmconvol.1.gz man/man1/pnmcrop.1.gz man/man1/pnmcut.1.gz man/man1/pnmdepth.1.gz man/man1/pnmenlarge.1.gz man/man1/pnmfile.1.gz man/man1/pnmflip.1.gz man/man1/pnmhistmap.1.gz man/man1/pnmindex.1.gz man/man1/pnminvert.1.gz man/man1/pnmmargin.1.gz man/man1/pnmnlfilt.1.gz man/man1/pnmnoraw.1.gz man/man1/pnmpad.1.gz man/man1/pnmpaste.1.gz man/man1/pnmscale.1.gz man/man1/pnmsmooth.1.gz man/man1/pnmtile.1.gz man/man1/pnmtoddif.1.gz man/man1/pnmtofits.1.gz man/man1/pnmtops.1.gz man/man1/pnmtorast.1.gz man/man1/pnmtosgi.1.gz man/man1/pnmtosir.1.gz man/man1/pnmtotiff.1.gz man/man1/pnmtoxwd.1.gz man/man1/ppm3d.1.gz man/man1/ppmbrighten.1.gz man/man1/ppmchange.1.gz man/man1/ppmdim.1.gz man/man1/ppmdist.1.gz man/man1/ppmdither.1.gz man/man1/ppmflash.1.gz man/man1/ppmforge.1.gz man/man1/ppmhist.1.gz man/man1/ppmmake.1.gz man/man1/ppmmix.1.gz man/man1/ppmnorm.1.gz man/man1/ppmntsc.1.gz man/man1/ppmpat.1.gz man/man1/ppmquant.1.gz man/man1/ppmquantall.1.gz man/man1/ppmqvga.1.gz man/man1/p! pmrelief.1.gz man/man1/ppmshift.1.gz man/man1/ppmspread.1.gz man/man1/ppmtoacad.1.gz man/man1/ppmtobmp.1.gz man/man1/ppmtogif.1.gz man/man1/ppmtoicr.1.gz man/man1/ppmtoilbm.1.gz man/man1/ppmtomap.1.gz man/man1/ppmtomitsu.1.gz man/man1/ppmtopcx.1.gz man/man1/ppmtopgm.1.gz man/man1/ppmtopi1.1.gz man/man1/ppmtopict.1.gz man/man1/ppmtopj.1.gz man/man1/ppmtopjxl.1.gz man/man1/ppmtopuzz.1.gz man/man1/ppmtorgb3.1.gz man/man1/ppmtosixel.1.gz man/man1/ppmtotga.1.gz man/man1/ppmtouil.1.gz man/man1/ppmtoxpm.1.gz man/man1/ppmtoyuv.1.gz man/man1/ppmtoyuvsplit.1.gz man/man1/psidtopgm.1.gz man/man1/qrttoppm.1.gz man/man1/rasttopnm.1.gz man/man1/rawtopgm.1.gz man/man1/rawtoppm.1.gz man/man1/rgb3toppm.1.gz man/man1/sgitopnm.1.gz man/man1/sirtopnm.1.gz man/man1/sldtoppm.1.gz man/man1/spctoppm.1.gz man/man1/spottopgm.1.gz man/man1/sputoppm.1.gz man/man1/tgatoppm.1.gz man/man1/tifftopnm.1.gz man/man1/xbmtopbm.1.gz man/man1/ximtoppm.1.gz man/man1/xpmtoppm.1.gz man/man1/xvminitoppm.1.gz man/man1! /xwdtopnm.1.gz man/man1/ybmtopbm.1.gz man/man1/yuvsplittoppm.1.gz man/ man1/yuvtoppm.1.gz man/man1/zeisstopnm.1.gz man/man3/libpbm.3.gz man/man3/libpgm.3.gz man/man3/libpnm.3.gz man/man3/libppm.3.gz man/man5/pbm.5.gz man/man5/pgm.5.gz man/man5/pnm.5.gz man/man5/ppm.5.gz ' to '444'. chown: include/pbm.h: No such file or directory chown: include/pbmplus.h: No such file or directory chown: include/pgm.h: No such file or directory chown: include/pnm.h: No such file or directory chown: include/ppm.h: No such file or directory chown: lib/libpbm.a: No such file or directory chown: lib/libpgm.a: No such file or directory chown: lib/libpnm.a: No such file or directory chown: lib/libppm.a: No such file or directory chown: man/man1/anytopnm.1.gz: No such file or directory chown: man/man1/asciitopgm.1.gz: No such file or directory chown: man/man1/atktopbm.1.gz: No such file or directory chown: man/man1/bioradtopgm.1.gz: No such file or directory chown: man/man1/bmptoppm.1.gz: No such file or directory chown: man/man1/brushtopbm.1.gz: No such file or directory chown: man/man1/cmuwmtopbm.1.gz: No such file or directory chown: man/man1/fitstopnm.1.gz: No such file or directory chown: man/man1/fstopgm.1.gz: No such file or directory chown: man/man1/g3topbm.1.gz: No such file or directory chown: man/man1/gemtopbm.1.gz: No such file or directory chown: man/man1/giftopnm.1.gz: No such file or directory chown: man/man1/gouldtoppm.1.gz: No such file or directory chown: man/man1/hipstopgm.1.gz: No such file or directory chown: man/man1/hpcdtoppm.1.gz: No such file or directory chown: man/man1/icontopbm.1.gz: No such file or directory chown: man/man1/ilbmtoppm.1.gz: No such file or directory chown: man/man1/imgtoppm.1.gz: No such file or directory chown: man/man1/lispmtopgm.1.gz: No such file or directory chown: man/man1/macptopbm.1.gz: No such file or directory chown: man/man1/mgrtopbm.1.gz: No such file or directory chown: man/man1/mtvtoppm.1.gz: No such file or directory chown: man/man1/pbmclean.1.gz: No such file or directory chown: man/man1/pbmlife.1.gz: No such file or directory chown: man/man1/pbmmake.1.gz: No such file or directory chown: man/man1/pbmmask.1.gz: No such file or directory chown: man/man1/pbmpscale.1.gz: No such file or directory chown: man/man1/pbmreduce.1.gz: No such file or directory chown: man/man1/pbmtext.1.gz: No such file or directory chown: man/man1/pbmto10x.1.gz: No such file or directory chown: man/man1/pbmto4425.1.gz: No such file or directory chown: man/man1/pbmtoascii.1.gz: No such file or directory chown: man/man1/pbmtoatk.1.gz: No such file or directory chown: man/man1/pbmtobbnbg.1.gz: No such file or directory chown: man/man1/pbmtocmuwm.1.gz: No such file or directory chown: man/man1/pbmtoepsi.1.gz: No such file or directory chown: man/man1/pbmtoepson.1.gz: No such file or directory chown: man/man1/pbmtog3.1.gz: No such file or directory chown: man/man1/pbmtogem.1.gz: No such file or directory chown: man/man1/pbmtogo.1.gz: No such file or directory chown: man/man1/pbmtoicon.1.gz: No such file or directory chown: man/man1/pbmtolj.1.gz: No such file or directory chown: man/man1/pbmtoln03.1.gz: No such file or directory chown: man/man1/pbmtolps.1.gz: No such file or directory chown: man/man1/pbmtomacp.1.gz: No such file or directory chown: man/man1/pbmtomgr.1.gz: No such file or directory chown: man/man1/pbmtopgm.1.gz: No such file or directory chown: man/man1/pbmtopi3.1.gz: No such file or directory chown: man/man1/pbmtopk.1.gz: No such file or directory chown: man/man1/pbmtoplot.1.gz: No such file or directory chown: man/man1/pbmtoptx.1.gz: No such file or directory chown: man/man1/pbmtox10bm.1.gz: No such file or directory chown: man/man1/pbmtoxbm.1.gz: No such file or directory chown: man/man1/pbmtoybm.1.gz: No such file or directory chown: man/man1/pbmtozinc.1.gz: No such file or directory chown: man/man1/pbmupc.1.gz: No such file or directory chown: man/man1/pcxtoppm.1.gz: No such file or directory chown: man/man1/pgmbentley.1.gz: No such file or directory chown: man/man1/pgmcrater.1.gz: No such file or directory chown: man/man1/pgmedge.1.gz: No such file or directory chown: man/man1/pgmenhance.1.gz: No such file or directory chown: man/man1/pgmhist.1.gz: No such file or directory chown: man/man1/pgmkernel.1.gz: No such file or directory chown: man/man1/pgmnoise.1.gz: No such file or directory chown: man/man1/pgmnorm.1.gz: No such file or directory chown: man/man1/pgmoil.1.gz: No such file or directory chown: man/man1/pgmramp.1.gz: No such file or directory chown: man/man1/pgmtexture.1.gz: No such file or directory chown: man/man1/pgmtofs.1.gz: No such file or directory chown: man/man1/pgmtolispm.1.gz: No such file or directory chown: man/man1/pgmtopbm.1.gz: No such file or directory chown: man/man1/pgmtoppm.1.gz: No such file or directory chown: man/man1/pi1toppm.1.gz: No such file or directory chown: man/man1/pi3topbm.1.gz: No such file or directory chown: man/man1/picttoppm.1.gz: No such file or directory chown: man/man1/pjtoppm.1.gz: No such file or directory chown: man/man1/pktopbm.1.gz: No such file or directory chown: man/man1/pnmalias.1.gz: No such file or directory chown: man/man1/pnmarith.1.gz: No such file or directory chown: man/man1/pnmcat.1.gz: No such file or directory chown: man/man1/pnmcomp.1.gz: No such file or directory chown: man/man1/pnmconvol.1.gz: No such file or directory chown: man/man1/pnmcrop.1.gz: No such file or directory chown: man/man1/pnmcut.1.gz: No such file or directory chown: man/man1/pnmdepth.1.gz: No such file or directory chown: man/man1/pnmenlarge.1.gz: No such file or directory chown: man/man1/pnmfile.1.gz: No such file or directory chown: man/man1/pnmflip.1.gz: No such file or directory chown: man/man1/pnmhistmap.1.gz: No such file or directory chown: man/man1/pnmindex.1.gz: No such file or directory chown: man/man1/pnminvert.1.gz: No such file or directory chown: man/man1/pnmmargin.1.gz: No such file or directory chown: man/man1/pnmnlfilt.1.gz: No such file or directory chown: man/man1/pnmnoraw.1.gz: No such file or directory chown: man/man1/pnmpad.1.gz: No such file or directory chown: man/man1/pnmpaste.1.gz: No such file or directory chown: man/man1/pnmscale.1.gz: No such file or directory chown: man/man1/pnmsmooth.1.gz: No such file or directory chown: man/man1/pnmtile.1.gz: No such file or directory chown: man/man1/pnmtoddif.1.gz: No such file or directory chown: man/man1/pnmtofits.1.gz: No such file or directory chown: man/man1/pnmtops.1.gz: No such file or directory chown: man/man1/pnmtorast.1.gz: No such file or directory chown: man/man1/pnmtosgi.1.gz: No such file or directory chown: man/man1/pnmtosir.1.gz: No such file or directory chown: man/man1/pnmtotiff.1.gz: No such file or directory chown: man/man1/pnmtoxwd.1.gz: No such file or directory chown: man/man1/ppm3d.1.gz: No such file or directory chown: man/man1/ppmbrighten.1.gz: No such file or directory chown: man/man1/ppmchange.1.gz: No such file or directory chown: man/man1/ppmdim.1.gz: No such file or directory chown: man/man1/ppmdist.1.gz: No such file or directory chown: man/man1/ppmdither.1.gz: No such file or directory chown: man/man1/ppmflash.1.gz: No such file or directory chown: man/man1/ppmforge.1.gz: No such file or directory chown: man/man1/ppmhist.1.gz: No such file or directory chown: man/man1/ppmmake.1.gz: No such file or directory chown: man/man1/ppmmix.1.gz: No such file or directory chown: man/man1/ppmnorm.1.gz: No such file or directory chown: man/man1/ppmntsc.1.gz: No such file or directory chown: man/man1/ppmpat.1.gz: No such file or directory chown: man/man1/ppmquant.1.gz: No such file or directory chown: man/man1/ppmquantall.1.gz: No such file or directory chown: man/man1/ppmqvga.1.gz: No such file or directory chown: man/man1/ppmrelief.1.gz: No such file or directory chown: man/man1/ppmshift.1.gz: No such file or directory chown: man/man1/ppmspread.1.gz: No such file or directory chown: man/man1/ppmtoacad.1.gz: No such file or directory chown: man/man1/ppmtobmp.1.gz: No such file or directory chown: man/man1/ppmtogif.1.gz: No such file or directory chown: man/man1/ppmtoicr.1.gz: No such file or directory chown: man/man1/ppmtoilbm.1.gz: No such file or directory chown: man/man1/ppmtomap.1.gz: No such file or directory chown: man/man1/ppmtomitsu.1.gz: No such file or directory chown: man/man1/ppmtopcx.1.gz: No such file or directory chown: man/man1/ppmtopgm.1.gz: No such file or directory chown: man/man1/ppmtopi1.1.gz: No such file or directory chown: man/man1/ppmtopict.1.gz: No such file or directory chown: man/man1/ppmtopj.1.gz: No such file or directory chown: man/man1/ppmtopjxl.1.gz: No such file or directory chown: man/man1/ppmtopuzz.1.gz: No such file or directory chown: man/man1/ppmtorgb3.1.gz: No such file or directory chown: man/man1/ppmtosixel.1.gz: No such file or directory chown: man/man1/ppmtotga.1.gz: No such file or directory chown: man/man1/ppmtouil.1.gz: No such file or directory chown: man/man1/ppmtoxpm.1.gz: No such file or directory chown: man/man1/ppmtoyuv.1.gz: No such file or directory chown: man/man1/ppmtoyuvsplit.1.gz: No such file or directory chown: man/man1/psidtopgm.1.gz: No such file or directory chown: man/man1/qrttoppm.1.gz: No such file or directory chown: man/man1/rasttopnm.1.gz: No such file or directory chown: man/man1/rawtopgm.1.gz: No such file or directory chown: man/man1/rawtoppm.1.gz: No such file or directory chown: man/man1/rgb3toppm.1.gz: No such file or directory chown: man/man1/sgitopnm.1.gz: No such file or directory chown: man/man1/sirtopnm.1.gz: No such file or directory chown: man/man1/sldtoppm.1.gz: No such file or directory chown: man/man1/spctoppm.1.gz: No such file or directory chown: man/man1/spottopgm.1.gz: No such file or directory chown: man/man1/sputoppm.1.gz: No such file or directory chown: man/man1/tgatoppm.1.gz: No such file or directory chown: man/man1/tifftopnm.1.gz: No such file or directory chown: man/man1/xbmtopbm.1.gz: No such file or directory chown: man/man1/ximtoppm.1.gz: No such file or directory chown: man/man1/xpmtoppm.1.gz: No such file or directory chown: man/man1/xvminitoppm.1.gz: No such file or directory chown: man/man1/xwdtopnm.1.gz: No such file or directory chown: man/man1/ybmtopbm.1.gz: No such file or directory chown: man/man1/yuvsplittoppm.1.gz: No such file or directory chown: man/man1/yuvtoppm.1.gz: No such file or directory chown: man/man1/zeisstopnm.1.gz: No such file or directory chown: man/man3/libpbm.3.gz: No such file or directory chown: man/man3/libpgm.3.gz: No such file or directory chown: man/man3/libpnm.3.gz: No such file or directory chown: man/man3/libppm.3.gz: No such file or directory chown: man/man5/pbm.5.gz: No such file or directory chown: man/man5/pgm.5.gz: No such file or directory chown: man/man5/pnm.5.gz: No such file or directory chown: man/man5/ppm.5.gz: No such file or directory Couldn't change owner of 'include/pbm.h include/pbmplus.h include/pgm.h include/pnm.h include/ppm.h lib/libpbm.a lib/libpgm.a lib/libpnm.a lib/libppm.a man/man1/anytopnm.1.gz man/man1/asciitopgm.1.gz man/man1/atktopbm.1.gz man/man1/bioradtopgm.1.gz man/man1/bmptoppm.1.gz man/man1/brushtopbm.1.gz man/man1/cmuwmtopbm.1.gz man/man1/fitstopnm.1.gz man/man1/fstopgm.1.gz man/man1/g3topbm.1.gz man/man1/gemtopbm.1.gz man/man1/giftopnm.1.gz man/man1/gouldtoppm.1.gz man/man1/hipstopgm.1.gz man/man1/hpcdtoppm.1.gz man/man1/icontopbm.1.gz man/man1/ilbmtoppm.1.gz man/man1/imgtoppm.1.gz man/man1/lispmtopgm.1.gz man/man1/macptopbm.1.gz man/man1/mgrtopbm.1.gz man/man1/mtvtoppm.1.gz man/man1/pbmclean.1.gz man/man1/pbmlife.1.gz man/man1/pbmmake.1.gz man/man1/pbmmask.1.gz man/man1/pbmpscale.1.gz man/man1/pbmreduce.1.gz man/man1/pbmtext.1.gz man/man1/pbmto10x.1.gz man/man1/pbmto4425.1.gz man/man1/pbmtoascii.1.gz man/man1/pbmtoatk.1.gz man/man1/pbmtobbnbg.1.gz man/man1/pbmtocmuwm.1.gz man/man1/p! bmtoepsi.1.gz man/man1/pbmtoepson.1.gz man/man1/pbmtog3.1.gz man/man1/pbmtogem.1.gz man/man1/pbmtogo.1.gz man/man1/pbmtoicon.1.gz man/man1/pbmtolj.1.gz man/man1/pbmtoln03.1.gz man/man1/pbmtolps.1.gz man/man1/pbmtomacp.1.gz man/man1/pbmtomgr.1.gz man/man1/pbmtopgm.1.gz man/man1/pbmtopi3.1.gz man/man1/pbmtopk.1.gz man/man1/pbmtoplot.1.gz man/man1/pbmtoptx.1.gz man/man1/pbmtox10bm.1.gz man/man1/pbmtoxbm.1.gz man/man1/pbmtoybm.1.gz man/man1/pbmtozinc.1.gz man/man1/pbmupc.1.gz man/man1/pcxtoppm.1.gz man/man1/pgmbentley.1.gz man/man1/pgmcrater.1.gz man/man1/pgmedge.1.gz man/man1/pgmenhance.1.gz man/man1/pgmhist.1.gz man/man1/pgmkernel.1.gz man/man1/pgmnoise.1.gz man/man1/pgmnorm.1.gz man/man1/pgmoil.1.gz man/man1/pgmramp.1.gz man/man1/pgmtexture.1.gz man/man1/pgmtofs.1.gz man/man1/pgmtolispm.1.gz man/man1/pgmtopbm.1.gz man/man1/pgmtoppm.1.gz man/man1/pi1toppm.1.gz man/man1/pi3topbm.1.gz man/man1/picttoppm.1.gz man/man1/pjtoppm.1.gz man/man1/pktopbm.1.gz man/man1/pnmalias.1.gz man! /man1/pnmarith.1.gz man/man1/pnmcat.1.gz man/man1/pnmcomp.1.gz man/man 1/pnmconvol.1.gz man/man1/pnmcrop.1.gz man/man1/pnmcut.1.gz man/man1/pnmdepth.1.gz man/man1/pnmenlarge.1.gz man/man1/pnmfile.1.gz man/man1/pnmflip.1.gz man/man1/pnmhistmap.1.gz man/man1/pnmindex.1.gz man/man1/pnminvert.1.gz man/man1/pnmmargin.1.gz man/man1/pnmnlfilt.1.gz man/man1/pnmnoraw.1.gz man/man1/pnmpad.1.gz man/man1/pnmpaste.1.gz man/man1/pnmscale.1.gz man/man1/pnmsmooth.1.gz man/man1/pnmtile.1.gz man/man1/pnmtoddif.1.gz man/man1/pnmtofits.1.gz man/man1/pnmtops.1.gz man/man1/pnmtorast.1.gz man/man1/pnmtosgi.1.gz man/man1/pnmtosir.1.gz man/man1/pnmtotiff.1.gz man/man1/pnmtoxwd.1.gz man/man1/ppm3d.1.gz man/man1/ppmbrighten.1.gz man/man1/ppmchange.1.gz man/man1/ppmdim.1.gz man/man1/ppmdist.1.gz man/man1/ppmdither.1.gz man/man1/ppmflash.1.gz man/man1/ppmforge.1.gz man/man1/ppmhist.1.gz man/man1/ppmmake.1.gz man/man1/ppmmix.1.gz man/man1/ppmnorm.1.gz man/man1/ppmntsc.1.gz man/man1/ppmpat.1.gz man/man1/ppmquant.1.gz man/man1/ppmquantall.1.gz man/man1/ppmqvga.1.gz man/man1/p! pmrelief.1.gz man/man1/ppmshift.1.gz man/man1/ppmspread.1.gz man/man1/ppmtoacad.1.gz man/man1/ppmtobmp.1.gz man/man1/ppmtogif.1.gz man/man1/ppmtoicr.1.gz man/man1/ppmtoilbm.1.gz man/man1/ppmtomap.1.gz man/man1/ppmtomitsu.1.gz man/man1/ppmtopcx.1.gz man/man1/ppmtopgm.1.gz man/man1/ppmtopi1.1.gz man/man1/ppmtopict.1.gz man/man1/ppmtopj.1.gz man/man1/ppmtopjxl.1.gz man/man1/ppmtopuzz.1.gz man/man1/ppmtorgb3.1.gz man/man1/ppmtosixel.1.gz man/man1/ppmtotga.1.gz man/man1/ppmtouil.1.gz man/man1/ppmtoxpm.1.gz man/man1/ppmtoyuv.1.gz man/man1/ppmtoyuvsplit.1.gz man/man1/psidtopgm.1.gz man/man1/qrttoppm.1.gz man/man1/rasttopnm.1.gz man/man1/rawtopgm.1.gz man/man1/rawtoppm.1.gz man/man1/rgb3toppm.1.gz man/man1/sgitopnm.1.gz man/man1/sirtopnm.1.gz man/man1/sldtoppm.1.gz man/man1/spctoppm.1.gz man/man1/spottopgm.1.gz man/man1/sputoppm.1.gz man/man1/tgatoppm.1.gz man/man1/tifftopnm.1.gz man/man1/xbmtopbm.1.gz man/man1/ximtoppm.1.gz man/man1/xpmtoppm.1.gz man/man1/xvminitoppm.1.gz man/man1! /xwdtopnm.1.gz man/man1/ybmtopbm.1.gz man/man1/yuvsplittoppm.1.gz man/ man1/yuvtoppm.1.gz man/man1/zeisstopnm.1.gz man/man3/libpbm.3.gz man/man3/libpgm.3.gz man/man3/libpnm.3.gz man/man3/libppm.3.gz man/man5/pbm.5.gz man/man5/pgm.5.gz man/man5/pnm.5.gz man/man5/ppm.5.gz ' to 'bin'. # >How-To-Repeat: pkg_add graphics/netpbm-94.3.1.tgz >Fix: Add the man pages to the tar file >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 17:10:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA07549 for bugs-outgoing; Sun, 14 May 1995 17:10:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA07542 ; Sun, 14 May 1995 17:10:01 -0700 Date: Sun, 14 May 1995 17:10:01 -0700 Message-Id: <199505150010.RAA07542@freefall.cdrom.com> From: Bill Fenner Reply-To: Bill Fenner To: freebsd-bugs Subject: bin/419: pkg_delete refuses to delete an incompletely added package In-Reply-To: Your message of Sun, 14 May 1995 17:00:40 PDT <199505150000.RAA04614@fenestro.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 419 >Category: bin >Synopsis: pkg_delete refuses to delete an incompletely added package >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 17:10:01 1995 >Originator: Bill Fenner >Organization: Xerox PARC >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD-2.0 SNAP-950412 >Description: As described in another bug report, there are some incomplete package files, which pkg_add prints lots of errors for but then updates the database anyway. pkg_delete complains, like Script started on Sun May 14 16:53:49 1995 # pkg_delete netpbm-94.3.1 Unable to completely remove file '/usr/X11R6/bin/pbmmerge' Unable to completely remove file '/usr/X11R6/bin/pgmmerge' Unable to completely remove file '/usr/X11R6/bin/ppmmerge' Unable to completely remove file '/usr/X11R6/bin/pnmmerge' Unable to completely remove file '/usr/X11R6/bin/anytopnm' Unable to completely remove file '/usr/X11R6/bin/asciitopgm' Unable to completely remove file '/usr/X11R6/bin/atktopbm' Unable to completely remove file '/usr/X11R6/bin/bioradtopgm' Unable to completely remove file '/usr/X11R6/bin/bmptoppm' Unable to completely remove file '/usr/X11R6/bin/brushtopbm' Unable to completely remove file '/usr/X11R6/bin/cmuwmtopbm' Unable to completely remove file '/usr/X11R6/bin/fitstopnm' Unable to completely remove file '/usr/X11R6/bin/fstopgm' Unable to completely remove file '/usr/X11R6/bin/g3topbm' Unable to completely remove file '/usr/X11R6/bin/gemtopbm' Unable to completely remove file '/usr/X11R6/bin/giftopnm' Unable to completely remove file '/usr/X11R6/bin/gouldtoppm' Unable to completely remove file '/usr/X11R6/bin/hipstopgm' Unable to completely remove file '/usr/X11R6/bin/hpcdtoppm' Unable to completely remove file '/usr/X11R6/bin/icontopbm' Unable to completely remove file '/usr/X11R6/bin/ilbmtoppm' Unable to completely remove file '/usr/X11R6/bin/imgtoppm' Unable to completely remove file '/usr/X11R6/bin/lispmtopgm' Unable to completely remove file '/usr/X11R6/bin/macptopbm' Unable to completely remove file '/usr/X11R6/bin/mgrtopbm' Unable to completely remove file '/usr/X11R6/bin/mtvtoppm' Unable to completely remove file '/usr/X11R6/bin/pbmclean' Unable to completely remove file '/usr/X11R6/bin/pbmlife' Unable to completely remove file '/usr/X11R6/bin/pbmmake' Unable to completely remove file '/usr/X11R6/bin/pbmmask' Unable to completely remove file '/usr/X11R6/bin/pbmpscale' Unable to completely remove file '/usr/X11R6/bin/pbmreduce' Unable to completely remove file '/usr/X11R6/bin/pbmtext' Unable to completely remove file '/usr/X11R6/bin/pbmto10x' Unable to completely remove file '/usr/X11R6/bin/pbmto4425' Unable to completely remove file '/usr/X11R6/bin/pbmtoascii' Unable to completely remove file '/usr/X11R6/bin/pbmtoatk' Unable to completely remove file '/usr/X11R6/bin/pbmtobbnbg' Unable to completely remove file '/usr/X11R6/bin/pbmtocmuwm' Unable to completely remove file '/usr/X11R6/bin/pbmtoepsi' Unable to completely remove file '/usr/X11R6/bin/pbmtoepson' Unable to completely remove file '/usr/X11R6/bin/pbmtog3' Unable to completely remove file '/usr/X11R6/bin/pbmtogem' Unable to completely remove file '/usr/X11R6/bin/pbmtogo' Unable to completely remove file '/usr/X11R6/bin/pbmtoicon' Unable to completely remove file '/usr/X11R6/bin/pbmtolj' Unable to completely remove file '/usr/X11R6/bin/pbmtoln03' Unable to completely remove file '/usr/X11R6/bin/pbmtolps' Unable to completely remove file '/usr/X11R6/bin/pbmtomacp' Unable to completely remove file '/usr/X11R6/bin/pbmtomgr' Unable to completely remove file '/usr/X11R6/bin/pbmtopgm' Unable to completely remove file '/usr/X11R6/bin/pbmtopi3' Unable to completely remove file '/usr/X11R6/bin/pbmtopk' Unable to completely remove file '/usr/X11R6/bin/pbmtoplot' Unable to completely remove file '/usr/X11R6/bin/pbmtoptx' Unable to completely remove file '/usr/X11R6/bin/pbmtox10bm' Unable to completely remove file '/usr/X11R6/bin/pbmtoxbm' Unable to completely remove file '/usr/X11R6/bin/pbmtoybm' Unable to completely remove file '/usr/X11R6/bin/pbmtozinc' Unable to completely remove file '/usr/X11R6/bin/pbmupc' Unable to completely remove file '/usr/X11R6/bin/pcxtoppm' Unable to completely remove file '/usr/X11R6/bin/pgmbentley' Unable to completely remove file '/usr/X11R6/bin/pgmcrater' Unable to completely remove file '/usr/X11R6/bin/pgmedge' Unable to completely remove file '/usr/X11R6/bin/pgmenhance' Unable to completely remove file '/usr/X11R6/bin/pgmhist' Unable to completely remove file '/usr/X11R6/bin/pgmkernel' Unable to completely remove file '/usr/X11R6/bin/pgmnoise' Unable to completely remove file '/usr/X11R6/bin/pgmnorm' Unable to completely remove file '/usr/X11R6/bin/pgmoil' Unable to completely remove file '/usr/X11R6/bin/pgmramp' Unable to completely remove file '/usr/X11R6/bin/pgmtexture' Unable to completely remove file '/usr/X11R6/bin/pgmtofs' Unable to completely remove file '/usr/X11R6/bin/pgmtolispm' Unable to completely remove file '/usr/X11R6/bin/pgmtopbm' Unable to completely remove file '/usr/X11R6/bin/pgmtoppm' Unable to completely remove file '/usr/X11R6/bin/pi1toppm' Unable to completely remove file '/usr/X11R6/bin/pi3topbm' Unable to completely remove file '/usr/X11R6/bin/picttoppm' Unable to completely remove file '/usr/X11R6/bin/pjtoppm' Unable to completely remove file '/usr/X11R6/bin/pktopbm' Unable to completely remove file '/usr/X11R6/bin/pnmalias' Unable to completely remove file '/usr/X11R6/bin/pnmarith' Unable to completely remove file '/usr/X11R6/bin/pnmcat' Unable to completely remove file '/usr/X11R6/bin/pnmcomp' Unable to completely remove file '/usr/X11R6/bin/pnmconvol' Unable to completely remove file '/usr/X11R6/bin/pnmcrop' Unable to completely remove file '/usr/X11R6/bin/pnmcut' Unable to completely remove file '/usr/X11R6/bin/pnmdepth' Unable to completely remove file '/usr/X11R6/bin/pnmenlarge' Unable to completely remove file '/usr/X11R6/bin/pnmfile' Unable to completely remove file '/usr/X11R6/bin/pnmflip' Unable to completely remove file '/usr/X11R6/bin/pnmhistmap' Unable to completely remove file '/usr/X11R6/bin/pnmindex' Unable to completely remove file '/usr/X11R6/bin/pnminvert' Unable to completely remove file '/usr/X11R6/bin/pnmmargin' Unable to completely remove file '/usr/X11R6/bin/pnmnlfilt' Unable to completely remove file '/usr/X11R6/bin/pnmnoraw' Unable to completely remove file '/usr/X11R6/bin/pnmpad' Unable to completely remove file '/usr/X11R6/bin/pnmpaste' Unable to completely remove file '/usr/X11R6/bin/pnmscale' Unable to completely remove file '/usr/X11R6/bin/pnmsmooth' Unable to completely remove file '/usr/X11R6/bin/pnmtile' Unable to completely remove file '/usr/X11R6/bin/pnmtoddif' Unable to completely remove file '/usr/X11R6/bin/pnmtofits' Unable to completely remove file '/usr/X11R6/bin/pnmtops' Unable to completely remove file '/usr/X11R6/bin/pnmtorast' Unable to completely remove file '/usr/X11R6/bin/pnmtosgi' Unable to completely remove file '/usr/X11R6/bin/pnmtosir' Unable to completely remove file '/usr/X11R6/bin/pnmtotiff' Unable to completely remove file '/usr/X11R6/bin/pnmtoxwd' Unable to completely remove file '/usr/X11R6/bin/ppm3d' Unable to completely remove file '/usr/X11R6/bin/ppmbrighten' Unable to completely remove file '/usr/X11R6/bin/ppmchange' Unable to completely remove file '/usr/X11R6/bin/ppmdim' Unable to completely remove file '/usr/X11R6/bin/ppmdist' Unable to completely remove file '/usr/X11R6/bin/ppmdither' Unable to completely remove file '/usr/X11R6/bin/ppmflash' Unable to completely remove file '/usr/X11R6/bin/ppmforge' Unable to completely remove file '/usr/X11R6/bin/ppmhist' Unable to completely remove file '/usr/X11R6/bin/ppmmake' Unable to completely remove file '/usr/X11R6/bin/ppmmix' Unable to completely remove file '/usr/X11R6/bin/ppmnorm' Unable to completely remove file '/usr/X11R6/bin/ppmntsc' Unable to completely remove file '/usr/X11R6/bin/ppmpat' Unable to completely remove file '/usr/X11R6/bin/ppmquant' Unable to completely remove file '/usr/X11R6/bin/ppmquantall' Unable to completely remove file '/usr/X11R6/bin/ppmqvga' Unable to completely remove file '/usr/X11R6/bin/ppmrelief' Unable to completely remove file '/usr/X11R6/bin/ppmshift' Unable to completely remove file '/usr/X11R6/bin/ppmspread' Unable to completely remove file '/usr/X11R6/bin/ppmtoacad' Unable to completely remove file '/usr/X11R6/bin/ppmtobmp' Unable to completely remove file '/usr/X11R6/bin/ppmtogif' Unable to completely remove file '/usr/X11R6/bin/ppmtoicr' Unable to completely remove file '/usr/X11R6/bin/ppmtoilbm' Unable to completely remove file '/usr/X11R6/bin/ppmtomap' Unable to completely remove file '/usr/X11R6/bin/ppmtomitsu' Unable to completely remove file '/usr/X11R6/bin/ppmtopcx' Unable to completely remove file '/usr/X11R6/bin/ppmtopgm' Unable to completely remove file '/usr/X11R6/bin/ppmtopi1' Unable to completely remove file '/usr/X11R6/bin/ppmtopict' Unable to completely remove file '/usr/X11R6/bin/ppmtopj' Unable to completely remove file '/usr/X11R6/bin/ppmtopjxl' Unable to completely remove file '/usr/X11R6/bin/ppmtopuzz' Unable to completely remove file '/usr/X11R6/bin/ppmtorgb3' Unable to completely remove file '/usr/X11R6/bin/ppmtosixel' Unable to completely remove file '/usr/X11R6/bin/ppmtotga' Unable to completely remove file '/usr/X11R6/bin/ppmtouil' Unable to completely remove file '/usr/X11R6/bin/ppmtoxpm' Unable to completely remove file '/usr/X11R6/bin/ppmtoyuv' Unable to completely remove file '/usr/X11R6/bin/ppmtoyuvsplit' Unable to completely remove file '/usr/X11R6/bin/psidtopgm' Unable to completely remove file '/usr/X11R6/bin/pstopnm' Unable to completely remove file '/usr/X11R6/bin/qrttoppm' Unable to completely remove file '/usr/X11R6/bin/rasttopnm' Unable to completely remove file '/usr/X11R6/bin/rawtopgm' Unable to completely remove file '/usr/X11R6/bin/rawtoppm' Unable to completely remove file '/usr/X11R6/bin/rgb3toppm' Unable to completely remove file '/usr/X11R6/bin/sgitopnm' Unable to completely remove file '/usr/X11R6/bin/sirtopnm' Unable to completely remove file '/usr/X11R6/bin/sldtoppm' Unable to completely remove file '/usr/X11R6/bin/spctoppm' Unable to completely remove file '/usr/X11R6/bin/spottopgm' Unable to completely remove file '/usr/X11R6/bin/sputoppm' Unable to completely remove file '/usr/X11R6/bin/tgatoppm' Unable to completely remove file '/usr/X11R6/bin/tifftopnm' Unable to completely remove file '/usr/X11R6/bin/xbmtopbm' Unable to completely remove file '/usr/X11R6/bin/ximtoppm' Unable to completely remove file '/usr/X11R6/bin/xpmtoppm' Unable to completely remove file '/usr/X11R6/bin/xvminitoppm' Unable to completely remove file '/usr/X11R6/bin/xwdtopnm' Unable to completely remove file '/usr/X11R6/bin/ybmtopbm' Unable to completely remove file '/usr/X11R6/bin/yuvsplittoppm' Unable to completely remove file '/usr/X11R6/bin/yuvtoppm' Unable to completely remove file '/usr/X11R6/bin/zeisstopnm' Unable to completely remove file '/usr/X11R6/include/pbm.h' Unable to completely remove file '/usr/X11R6/include/pbmplus.h' Unable to completely remove file '/usr/X11R6/include/pgm.h' Unable to completely remove file '/usr/X11R6/include/pnm.h' Unable to completely remove file '/usr/X11R6/include/ppm.h' Unable to completely remove file '/usr/X11R6/lib/libpbm.a' Unable to completely remove file '/usr/X11R6/lib/libpgm.a' Unable to completely remove file '/usr/X11R6/lib/libpnm.a' Unable to completely remove file '/usr/X11R6/lib/libppm.a' Unable to completely remove file '/usr/X11R6/man/man1/anytopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/asciitopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/atktopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/bioradtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/bmptoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/brushtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/cmuwmtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/fitstopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/fstopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/g3topbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/gemtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/giftopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/gouldtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/hipstopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/hpcdtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/icontopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ilbmtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/imgtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/lispmtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/macptopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/mgrtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/mtvtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmclean.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmlife.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmmake.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmmask.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmpscale.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmreduce.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtext.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmto10x.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmto4425.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoascii.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoatk.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtobbnbg.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtocmuwm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoepsi.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoepson.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtog3.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtogem.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtogo.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoicon.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtolj.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoln03.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtolps.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtomacp.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtomgr.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtopi3.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtopk.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoplot.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoptx.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtox10bm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoxbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoybm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtozinc.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmupc.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pcxtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmbentley.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmcrater.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmedge.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmenhance.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmhist.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmkernel.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmnoise.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmnorm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmoil.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmramp.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmtexture.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmtofs.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmtolispm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pi1toppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pi3topbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/picttoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pjtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pktopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmalias.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmarith.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmcat.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmcomp.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmconvol.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmcrop.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmcut.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmdepth.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmenlarge.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmfile.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmflip.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmhistmap.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmindex.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnminvert.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmmargin.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmnlfilt.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmnoraw.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmpad.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmpaste.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmscale.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmsmooth.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtile.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtoddif.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtofits.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtops.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtorast.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtosgi.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtosir.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtotiff.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtoxwd.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppm3d.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmbrighten.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmchange.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmdim.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmdist.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmdither.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmflash.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmforge.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmhist.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmmake.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmmix.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmnorm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmntsc.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmpat.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmquant.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmquantall.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmqvga.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmrelief.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmshift.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmspread.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoacad.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtobmp.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtogif.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoicr.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoilbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtomap.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtomitsu.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopcx.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopi1.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopict.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopj.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopjxl.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopuzz.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtorgb3.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtosixel.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtotga.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtouil.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoxpm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoyuv.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoyuvsplit.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/psidtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/qrttoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/rasttopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/rawtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/rawtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/rgb3toppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/sgitopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/sirtopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/sldtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/spctoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/spottopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/sputoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/tgatoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/tifftopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/xbmtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ximtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/xpmtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/xvminitoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/xwdtopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ybmtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/yuvsplittoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/yuvtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/zeisstopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man3/libpbm.3.gz' Unable to completely remove file '/usr/X11R6/man/man3/libpgm.3.gz' Unable to completely remove file '/usr/X11R6/man/man3/libpnm.3.gz' Unable to completely remove file '/usr/X11R6/man/man3/libppm.3.gz' Unable to completely remove file '/usr/X11R6/man/man5/pbm.5.gz' Unable to completely remove file '/usr/X11R6/man/man5/pgm.5.gz' Unable to completely remove file '/usr/X11R6/man/man5/pnm.5.gz' Unable to completely remove file '/usr/X11R6/man/man5/ppm.5.gz' I then tried pkg_delete -f, since it supposedly removes it anyway, but # pkg_delete -f !$ pkg_delete -f netpbm-94.3.1 Unable to completely remove file '/usr/X11R6/bin/pbmmerge' Unable to completely remove file '/usr/X11R6/bin/pgmmerge' Unable to completely remove file '/usr/X11R6/bin/ppmmerge' Unable to completely remove file '/usr/X11R6/bin/pnmmerge' Unable to completely remove file '/usr/X11R6/bin/anytopnm' Unable to completely remove file '/usr/X11R6/bin/asciitopgm' Unable to completely remove file '/usr/X11R6/bin/atktopbm' Unable to completely remove file '/usr/X11R6/bin/bioradtopgm' Unable to completely remove file '/usr/X11R6/bin/bmptoppm' Unable to completely remove file '/usr/X11R6/bin/brushtopbm' Unable to completely remove file '/usr/X11R6/bin/cmuwmtopbm' Unable to completely remove file '/usr/X11R6/bin/fitstopnm' Unable to completely remove file '/usr/X11R6/bin/fstopgm' Unable to completely remove file '/usr/X11R6/bin/g3topbm' Unable to completely remove file '/usr/X11R6/bin/gemtopbm' Unable to completely remove file '/usr/X11R6/bin/giftopnm' Unable to completely remove file '/usr/X11R6/bin/gouldtoppm' Unable to completely remove file '/usr/X11R6/bin/hipstopgm' Unable to completely remove file '/usr/X11R6/bin/hpcdtoppm' Unable to completely remove file '/usr/X11R6/bin/icontopbm' Unable to completely remove file '/usr/X11R6/bin/ilbmtoppm' Unable to completely remove file '/usr/X11R6/bin/imgtoppm' Unable to completely remove file '/usr/X11R6/bin/lispmtopgm' Unable to completely remove file '/usr/X11R6/bin/macptopbm' Unable to completely remove file '/usr/X11R6/bin/mgrtopbm' Unable to completely remove file '/usr/X11R6/bin/mtvtoppm' Unable to completely remove file '/usr/X11R6/bin/pbmclean' Unable to completely remove file '/usr/X11R6/bin/pbmlife' Unable to completely remove file '/usr/X11R6/bin/pbmmake' Unable to completely remove file '/usr/X11R6/bin/pbmmask' Unable to completely remove file '/usr/X11R6/bin/pbmpscale' Unable to completely remove file '/usr/X11R6/bin/pbmreduce' Unable to completely remove file '/usr/X11R6/bin/pbmtext' Unable to completely remove file '/usr/X11R6/bin/pbmto10x' Unable to completely remove file '/usr/X11R6/bin/pbmto4425' Unable to completely remove file '/usr/X11R6/bin/pbmtoascii' Unable to completely remove file '/usr/X11R6/bin/pbmtoatk' Unable to completely remove file '/usr/X11R6/bin/pbmtobbnbg' Unable to completely remove file '/usr/X11R6/bin/pbmtocmuwm' Unable to completely remove file '/usr/X11R6/bin/pbmtoepsi' Unable to completely remove file '/usr/X11R6/bin/pbmtoepson' Unable to completely remove file '/usr/X11R6/bin/pbmtog3' Unable to completely remove file '/usr/X11R6/bin/pbmtogem' Unable to completely remove file '/usr/X11R6/bin/pbmtogo' Unable to completely remove file '/usr/X11R6/bin/pbmtoicon' Unable to completely remove file '/usr/X11R6/bin/pbmtolj' Unable to completely remove file '/usr/X11R6/bin/pbmtoln03' Unable to completely remove file '/usr/X11R6/bin/pbmtolps' Unable to completely remove file '/usr/X11R6/bin/pbmtomacp' Unable to completely remove file '/usr/X11R6/bin/pbmtomgr' Unable to completely remove file '/usr/X11R6/bin/pbmtopgm' Unable to completely remove file '/usr/X11R6/bin/pbmtopi3' Unable to completely remove file '/usr/X11R6/bin/pbmtopk' Unable to completely remove file '/usr/X11R6/bin/pbmtoplot' Unable to completely remove file '/usr/X11R6/bin/pbmtoptx' Unable to completely remove file '/usr/X11R6/bin/pbmtox10bm' Unable to completely remove file '/usr/X11R6/bin/pbmtoxbm' Unable to completely remove file '/usr/X11R6/bin/pbmtoybm' Unable to completely remove file '/usr/X11R6/bin/pbmtozinc' Unable to completely remove file '/usr/X11R6/bin/pbmupc' Unable to completely remove file '/usr/X11R6/bin/pcxtoppm' Unable to completely remove file '/usr/X11R6/bin/pgmbentley' Unable to completely remove file '/usr/X11R6/bin/pgmcrater' Unable to completely remove file '/usr/X11R6/bin/pgmedge' Unable to completely remove file '/usr/X11R6/bin/pgmenhance' Unable to completely remove file '/usr/X11R6/bin/pgmhist' Unable to completely remove file '/usr/X11R6/bin/pgmkernel' Unable to completely remove file '/usr/X11R6/bin/pgmnoise' Unable to completely remove file '/usr/X11R6/bin/pgmnorm' Unable to completely remove file '/usr/X11R6/bin/pgmoil' Unable to completely remove file '/usr/X11R6/bin/pgmramp' Unable to completely remove file '/usr/X11R6/bin/pgmtexture' Unable to completely remove file '/usr/X11R6/bin/pgmtofs' Unable to completely remove file '/usr/X11R6/bin/pgmtolispm' Unable to completely remove file '/usr/X11R6/bin/pgmtopbm' Unable to completely remove file '/usr/X11R6/bin/pgmtoppm' Unable to completely remove file '/usr/X11R6/bin/pi1toppm' Unable to completely remove file '/usr/X11R6/bin/pi3topbm' Unable to completely remove file '/usr/X11R6/bin/picttoppm' Unable to completely remove file '/usr/X11R6/bin/pjtoppm' Unable to completely remove file '/usr/X11R6/bin/pktopbm' Unable to completely remove file '/usr/X11R6/bin/pnmalias' Unable to completely remove file '/usr/X11R6/bin/pnmarith' Unable to completely remove file '/usr/X11R6/bin/pnmcat' Unable to completely remove file '/usr/X11R6/bin/pnmcomp' Unable to completely remove file '/usr/X11R6/bin/pnmconvol' Unable to completely remove file '/usr/X11R6/bin/pnmcrop' Unable to completely remove file '/usr/X11R6/bin/pnmcut' Unable to completely remove file '/usr/X11R6/bin/pnmdepth' Unable to completely remove file '/usr/X11R6/bin/pnmenlarge' Unable to completely remove file '/usr/X11R6/bin/pnmfile' Unable to completely remove file '/usr/X11R6/bin/pnmflip' Unable to completely remove file '/usr/X11R6/bin/pnmhistmap' Unable to completely remove file '/usr/X11R6/bin/pnmindex' Unable to completely remove file '/usr/X11R6/bin/pnminvert' Unable to completely remove file '/usr/X11R6/bin/pnmmargin' Unable to completely remove file '/usr/X11R6/bin/pnmnlfilt' Unable to completely remove file '/usr/X11R6/bin/pnmnoraw' Unable to completely remove file '/usr/X11R6/bin/pnmpad' Unable to completely remove file '/usr/X11R6/bin/pnmpaste' Unable to completely remove file '/usr/X11R6/bin/pnmscale' Unable to completely remove file '/usr/X11R6/bin/pnmsmooth' Unable to completely remove file '/usr/X11R6/bin/pnmtile' Unable to completely remove file '/usr/X11R6/bin/pnmtoddif' Unable to completely remove file '/usr/X11R6/bin/pnmtofits' Unable to completely remove file '/usr/X11R6/bin/pnmtops' Unable to completely remove file '/usr/X11R6/bin/pnmtorast' Unable to completely remove file '/usr/X11R6/bin/pnmtosgi' Unable to completely remove file '/usr/X11R6/bin/pnmtosir' Unable to completely remove file '/usr/X11R6/bin/pnmtotiff' Unable to completely remove file '/usr/X11R6/bin/pnmtoxwd' Unable to completely remove file '/usr/X11R6/bin/ppm3d' Unable to completely remove file '/usr/X11R6/bin/ppmbrighten' Unable to completely remove file '/usr/X11R6/bin/ppmchange' Unable to completely remove file '/usr/X11R6/bin/ppmdim' Unable to completely remove file '/usr/X11R6/bin/ppmdist' Unable to completely remove file '/usr/X11R6/bin/ppmdither' Unable to completely remove file '/usr/X11R6/bin/ppmflash' Unable to completely remove file '/usr/X11R6/bin/ppmforge' Unable to completely remove file '/usr/X11R6/bin/ppmhist' Unable to completely remove file '/usr/X11R6/bin/ppmmake' Unable to completely remove file '/usr/X11R6/bin/ppmmix' Unable to completely remove file '/usr/X11R6/bin/ppmnorm' Unable to completely remove file '/usr/X11R6/bin/ppmntsc' Unable to completely remove file '/usr/X11R6/bin/ppmpat' Unable to completely remove file '/usr/X11R6/bin/ppmquant' Unable to completely remove file '/usr/X11R6/bin/ppmquantall' Unable to completely remove file '/usr/X11R6/bin/ppmqvga' Unable to completely remove file '/usr/X11R6/bin/ppmrelief' Unable to completely remove file '/usr/X11R6/bin/ppmshift' Unable to completely remove file '/usr/X11R6/bin/ppmspread' Unable to completely remove file '/usr/X11R6/bin/ppmtoacad' Unable to completely remove file '/usr/X11R6/bin/ppmtobmp' Unable to completely remove file '/usr/X11R6/bin/ppmtogif' Unable to completely remove file '/usr/X11R6/bin/ppmtoicr' Unable to completely remove file '/usr/X11R6/bin/ppmtoilbm' Unable to completely remove file '/usr/X11R6/bin/ppmtomap' Unable to completely remove file '/usr/X11R6/bin/ppmtomitsu' Unable to completely remove file '/usr/X11R6/bin/ppmtopcx' Unable to completely remove file '/usr/X11R6/bin/ppmtopgm' Unable to completely remove file '/usr/X11R6/bin/ppmtopi1' Unable to completely remove file '/usr/X11R6/bin/ppmtopict' Unable to completely remove file '/usr/X11R6/bin/ppmtopj' Unable to completely remove file '/usr/X11R6/bin/ppmtopjxl' Unable to completely remove file '/usr/X11R6/bin/ppmtopuzz' Unable to completely remove file '/usr/X11R6/bin/ppmtorgb3' Unable to completely remove file '/usr/X11R6/bin/ppmtosixel' Unable to completely remove file '/usr/X11R6/bin/ppmtotga' Unable to completely remove file '/usr/X11R6/bin/ppmtouil' Unable to completely remove file '/usr/X11R6/bin/ppmtoxpm' Unable to completely remove file '/usr/X11R6/bin/ppmtoyuv' Unable to completely remove file '/usr/X11R6/bin/ppmtoyuvsplit' Unable to completely remove file '/usr/X11R6/bin/psidtopgm' Unable to completely remove file '/usr/X11R6/bin/pstopnm' Unable to completely remove file '/usr/X11R6/bin/qrttoppm' Unable to completely remove file '/usr/X11R6/bin/rasttopnm' Unable to completely remove file '/usr/X11R6/bin/rawtopgm' Unable to completely remove file '/usr/X11R6/bin/rawtoppm' Unable to completely remove file '/usr/X11R6/bin/rgb3toppm' Unable to completely remove file '/usr/X11R6/bin/sgitopnm' Unable to completely remove file '/usr/X11R6/bin/sirtopnm' Unable to completely remove file '/usr/X11R6/bin/sldtoppm' Unable to completely remove file '/usr/X11R6/bin/spctoppm' Unable to completely remove file '/usr/X11R6/bin/spottopgm' Unable to completely remove file '/usr/X11R6/bin/sputoppm' Unable to completely remove file '/usr/X11R6/bin/tgatoppm' Unable to completely remove file '/usr/X11R6/bin/tifftopnm' Unable to completely remove file '/usr/X11R6/bin/xbmtopbm' Unable to completely remove file '/usr/X11R6/bin/ximtoppm' Unable to completely remove file '/usr/X11R6/bin/xpmtoppm' Unable to completely remove file '/usr/X11R6/bin/xvminitoppm' Unable to completely remove file '/usr/X11R6/bin/xwdtopnm' Unable to completely remove file '/usr/X11R6/bin/ybmtopbm' Unable to completely remove file '/usr/X11R6/bin/yuvsplittoppm' Unable to completely remove file '/usr/X11R6/bin/yuvtoppm' Unable to completely remove file '/usr/X11R6/bin/zeisstopnm' Unable to completely remove file '/usr/X11R6/include/pbm.h' Unable to completely remove file '/usr/X11R6/include/pbmplus.h' Unable to completely remove file '/usr/X11R6/include/pgm.h' Unable to completely remove file '/usr/X11R6/include/pnm.h' Unable to completely remove file '/usr/X11R6/include/ppm.h' Unable to completely remove file '/usr/X11R6/lib/libpbm.a' Unable to completely remove file '/usr/X11R6/lib/libpgm.a' Unable to completely remove file '/usr/X11R6/lib/libpnm.a' Unable to completely remove file '/usr/X11R6/lib/libppm.a' Unable to completely remove file '/usr/X11R6/man/man1/anytopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/asciitopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/atktopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/bioradtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/bmptoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/brushtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/cmuwmtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/fitstopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/fstopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/g3topbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/gemtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/giftopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/gouldtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/hipstopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/hpcdtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/icontopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ilbmtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/imgtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/lispmtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/macptopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/mgrtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/mtvtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmclean.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmlife.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmmake.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmmask.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmpscale.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmreduce.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtext.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmto10x.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmto4425.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoascii.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoatk.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtobbnbg.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtocmuwm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoepsi.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoepson.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtog3.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtogem.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtogo.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoicon.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtolj.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoln03.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtolps.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtomacp.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtomgr.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtopi3.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtopk.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoplot.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoptx.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtox10bm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoxbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtoybm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmtozinc.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pbmupc.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pcxtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmbentley.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmcrater.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmedge.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmenhance.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmhist.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmkernel.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmnoise.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmnorm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmoil.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmramp.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmtexture.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmtofs.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmtolispm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pgmtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pi1toppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pi3topbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/picttoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pjtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pktopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmalias.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmarith.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmcat.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmcomp.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmconvol.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmcrop.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmcut.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmdepth.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmenlarge.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmfile.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmflip.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmhistmap.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmindex.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnminvert.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmmargin.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmnlfilt.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmnoraw.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmpad.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmpaste.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmscale.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmsmooth.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtile.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtoddif.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtofits.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtops.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtorast.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtosgi.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtosir.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtotiff.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/pnmtoxwd.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppm3d.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmbrighten.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmchange.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmdim.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmdist.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmdither.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmflash.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmforge.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmhist.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmmake.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmmix.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmnorm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmntsc.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmpat.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmquant.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmquantall.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmqvga.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmrelief.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmshift.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmspread.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoacad.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtobmp.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtogif.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoicr.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoilbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtomap.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtomitsu.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopcx.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopi1.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopict.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopj.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopjxl.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtopuzz.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtorgb3.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtosixel.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtotga.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtouil.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoxpm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoyuv.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ppmtoyuvsplit.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/psidtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/qrttoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/rasttopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/rawtopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/rawtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/rgb3toppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/sgitopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/sirtopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/sldtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/spctoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/spottopgm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/sputoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/tgatoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/tifftopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/xbmtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ximtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/xpmtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/xvminitoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/xwdtopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/ybmtopbm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/yuvsplittoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/yuvtoppm.1.gz' Unable to completely remove file '/usr/X11R6/man/man1/zeisstopnm.1.gz' Unable to completely remove file '/usr/X11R6/man/man3/libpbm.3.gz' Unable to completely remove file '/usr/X11R6/man/man3/libpgm.3.gz' Unable to completely remove file '/usr/X11R6/man/man3/libpnm.3.gz' Unable to completely remove file '/usr/X11R6/man/man3/libppm.3.gz' Unable to completely remove file '/usr/X11R6/man/man5/pbm.5.gz' Unable to completely remove file '/usr/X11R6/man/man5/pgm.5.gz' Unable to completely remove file '/usr/X11R6/man/man5/pnm.5.gz' Unable to completely remove file '/usr/X11R6/man/man5/ppm.5.gz' Even after a pkg_delete -f, the package is still listed as installed. # pkg_info !$ pkg_info netpbm-94.3.1 Information for netpbm-94.3.1: Comment: Netpbm - a toolkit for conversion of images between different formats Description: Netpbm is a toolkit for conversion of images between a variety of different formats, as well as to allow a few basic image operations. Netpbm is based on the widely spread Pbmplus package (release: 10 Dec 91). On top of that, a lot of improvements and additions have been made. After the latest release of Pbmplus, a lot of additional filters have been circulating on the net. The aim of Netpbm was, to collect these and to turn them into a package. This work has been performed by a group of programmers all over the world. anytopnm - attempt to convert an unknown type of image file to a portable anymap asciitopgm - convert ASCII graphics into a portable graymap atktopbm - convert Andrew Toolkit raster object to portable bitmap bioradtopgm - convert a Biorad confocal file into a portable graymap bmptoppm - convert a BMP file into a portable pixmap brushtopbm - convert a doodle brush file into a portable bitmap cmuwmtopbm - convert a CMU window manager bitmap into a portable bitmap fitstopnm - convert a FITS file into a portable anymap fstopgm - convert a Usenix FaceSaver(tm) file into a portable graymap g3topbm - convert a Group 3 fax file into a portable bitmap gemtopbm - convert a GEM .img file into a portable bitmap giftopnm - convert a GIF file into a portable anymap gouldtoppm - convert Gould scanner file into a portable pixmap hipstopgm - convert a HIPS file into a portable graymap hpcdtoppm v0.3 - convert a Photo-CD file into a portable pixmap icontopbm - convert a Sun icon into a portable bitmap ilbmtoppm - convert an ILBM file into a portable pixmap imgtoppm - convert an Img-whatnot file into a portable pixmap lispmtopgm - convert a Lisp Machine bitmap file into pgm format macptopbm - convert a MacPaint file into a portable bitmap mgrtopbm - convert a MGR bitmap into a portable bitmap mtvtoppm - convert output from the MTV or PRT ray tracers into a portable pixmap pbmclean - flip isolated pixels in portable bitmap pbmlife - apply Conway's rules of Life to a portable bitmap pbmmake - create a blank bitmap of a specified size pbmmask - create a mask bitmap from a regular bitmap pbmpscale - enlarge a portable bitmap with edge smoothing pbmreduce - read a portable bitmap and reduce it N times pbmtext - render text into a bitmap pbmto10x - convert a portable bitmap into Gemini 10X printer graphics pbmto4425 - Display PBM images on an AT&T 4425 terminal pbmtoascii - convert a portable bitmap into ASCII graphics pbmtoatk - convert portable bitmap to Andrew Toolkit raster object pbmtobg - convert a portable bitmap into BitGraph graphics pbmtocmuwm - convert a portable bitmap into a CMU window manager bitmap pbmtoepsi - convert a portable bitmap into an encapsulated PostScript pbmtoepson - convert a portable bitmap into Epson printer graphics pbmtog3 - convert a portable bitmap into a Group 3 fax file pbmtogem - convert a portable bitmap into a GEM .img file pbmtogo - convert a portable bitmap into compressed GraphOn graphics pbmtoicon - convert a portable bitmap into a Sun icon pbmtolj - convert a portable bitmap into HP LaserJet format pbmtoln03 - convert protable bitmap to DEC LN03+ Sixel output pbmtolps - convert portable bitmap to PostScript pbmtomacp - convert a portable bitmap into a MacPaint file pbmtomgr - convert a portable bitmap into a MGR bitmap pbmtopgm - convert portable bitmap to portable graymap by averaging areas pbmtopi3 - convert a portable bitmap into an Atari Degas .pi3 file pbmtopk - convert a portable bitmap into a packed (PK) format font pbmtoplot - convert a portable bitmap into a Unix plot(5) file pbmtoptx - convert a portable bitmap into Printronix printer graphics pbmtox10bm - convert a portable bitmap into an X10 bitmap pbmtoxbm - convert a portable bitmap into an X11 bitmap pgmtoybm - convert a portable bitmap into a Bennet Yee "face" file pbmtozinc - convert a portable bitmap into a Zinc bitmap pbmupc - create a Universal Product Code bitmap pcxtoppm - convert a PCX file into a portable pixmap pgmbentley - Bentleyize a portable graymap pgmcrater - create cratered terrain by fractal forgery pgmedge - edge-detect a portable graymap pgmenhance - edge-enhance a portable graymap pgmhist - print a histogram of the values in a portable graymap pgmkernel - generate a convolution kernel pgmnoise - create a graymap made up of white noise pgmnorm - normalize the contrast in a portable graymap pgmoil - turn a portable graymap into an oil painting pgmramp - generate a grayscale ramp pgmtexture - calculate textural features on a portable graymap pgmtofs - convert portable graymap to Usenix FaceSaver(tm) format pgmtolispm - convert a portable graymap into Lisp Machine format pgmtopbm - convert a portable graymap into a portable bitmap pgmtoppm - colorize a portable graymap into a portable pixmap pi1toppm - convert an Atari Degas .pi1 into a portable pixmap pi3topbm - convert an Atari Degas .pi3 file into a portable bitmap picttoppm - convert a Macintosh PICT file into a portable pixmap pjtoppm - convert an HP PaintJet file to a portable pixmap pktopbm - convert packed (PK) format font into portable bitmap(s) pnmalias - antialias a portable anyumap. pnmarith - perform arithmetic on two portable anymaps pnmcat - concatenate portable anymaps pnmcomp - composite two portable anymap files together pnmconvol - general MxN convolution on a portable anymap pnmcrop - crop a portable anymap pnmcut - cut a rectangle out of a portable anymap pnmdepth - change the maxval in a portable anymap pnmenlarge - read a portable anymap and enlarge it N times pnmfile - describe a portable anymap pnmflip - perform one or more flip operations on a portable anymap pnmgamma - perform gamma correction on a portable anymap pnmhistmap - draw a histogram for a PGM or PPM file pnmindex - build a visual index of a bunch of anymaps pnminvert - invert a portable anymap pnmmargin - add a border to a portable anymap pnmnlfilt - non-linear filters: smooth, alpha trim mean, optimal pnmnoraw - force a portable anymap into plain format pnmpad - add borders to portable anymap pnmpaste - paste a rectangle into a portable anymap pnmrotate - rotate a portable anymap by some angle pnmscale - scale a portable anymap pnmshear - shear a portable anymap by some angle pnmsmooth - smooth out an image pnmtile - replicate a portable anymap into a specified size pnmtoddif - Convert a portable anymap to DDIF format pnmtofits - convert a portable anymap into FITS format pnmtops - convert portable anymap to PostScript pnmtorast - convert a portable pixmap into a Sun rasterfile pnmtosgi - convert a portable anymap to a SGI image file pnmtosir - convert a portable anymap into a Solitaire format pnmtotiff - convert a a portable anymap into a TIFF file pnmtoxwd - convert a portable anymap into an X11 window dump ppm3d - convert two portable pixmap into a red/blue 3d glasses pixmap ppmbrighten - change an images Saturation and Value from an HSV map ppmchange - change all pixels of one color to another in a portable pixmap ppmdim - dim a portable pixmap down to total blackness ppmdist - simplistic grayscale assignment for machine generated, color images ppmdither - ordered dither for color images ppmflash - brighten a picture up to complete white-out ppmforge - fractal forgeries of clouds, planets, and starry skies ppmhist - print a histogram of a portable pixmap ppmmake - create a pixmap of a specified size and color ppmmix - blend together two portable pixmaps ppmnorm - normalize the contrast in a portable pixmap ppmntsc - make a portable pixmap look like taken from an American TV ppmpat - make a pretty pixmap ppmquant - quantize the colors in a portable pixmap down to a specified number ppmquantall - run ppmquant on a bunch of files all at once, so they share a common colormap ppmqvga - 8 plane quantization ppmrelief - run a Laplacian relief filter on a portable pixmap ppmshift - shift lines of a portable pixmap left or right by a random amount ppmspread - displace a portable pixmap's pixels by a random amount ppmtoacad - convert portable pixmap to AutoCAD database or slide ppmtobmp - convert a portable pixmap into a BMP file ppmtogif - convert a portable pixmap into a GIF file ppmtoicr - convert a portable pixmap into NCSA ICR format ppmtoilbm - convert a portable pixmap into an ILBM file ppmtomap - extract all colors from a portable pixmap ppmtomitsu - convert a portable pixmap to a Mitsubishi S340-10 file ppmtopcx - convert a portable pixmap into a PCX file ppmtopgm - convert a portable pixmap into a portable graymap ppmtopi1 - convert a portable pixmap into an Atari Degas .pi1 file ppmtopict - convert a portable pixmap into a Macintosh PICT file ppmtopj - convert a portable pixmap to an HP PaintJet file ppmtopjxl - convert a portable pixmap into an HP PaintJet XL PCL file ppmtopuzz - convert a portable pixmap into an X11 "puzzle" file ppmtorgb3 - separate a portable pixmap into three portable graymaps ppmtosixel - convert a portable pixmap into DEC sixel format ppmtotga - convert portable pixmap into a TrueVision Targa file ppmtouil - convert a portable pixmap into a Motif UIL icon file ppmtoxpm - convert a portable pixmap into an X11 pixmap ppmtoyuv - convert a portable pixmap into an Abekas YUV file ppmtoyuvsplit - convert a portable pixmap into 3 subsampled raw YUV files psidtopgm - convert PostScript "image" data into a portable graymap qrttoppm - convert output from the QRT ray tracer into a portable pixmap rasttopnm - convert a Sun rasterfile into a portable anymap rawtopgm - convert raw grayscale bytes into a portable graymap rawtoppm - convert raw RGB bytes into a portable pixmap rgb3toppm - combine three portable graymaps into one portable pixmap sgitopnm - convert a SGI image file to a portable anymap sirtopnm - convert a Solitaire file into a portable anymap sldtoppm - convert an AutoCAD slide file into a portable pixmap spctoppm - convert an Atari compressed Spectrum file into a portable pixmap spottopgm - convert SPOT satellite images to Portable Greymap format sputoppm - convert an Atari uncompressed Spectrum file into a portable pixmap tgatoppm - convert TrueVision Targa file into a portable pixmap tifftopnm - convert a TIFF file into a portable anymap xbmtopbm - convert an X11 or X10 bitmap into a portable bitmap ximtoppm - convert an Xim file into a portable pixmap xpmtoppm - convert an X11 pixmap into a portable pixmap xvminitoppm - convert a XV "thumbnail" picture to PPM xwdtopnm - convert a X11 or X10 window dump file into a portable anymap ybmtopbm - convert a Bennet Yee "face" file into a portable bitmap yuvplittoppm - convert a Y- an U- and a V-file into a portable pixmap. yuvtoppm - convert Abekas YUV bytes into a portable pixmap zeisstopnm - convert a Zeiss confocal file into a portable anymap >How-To-Repeat: pkg_add graphics/netpbm-94.3.1.tgz pkg_delete netpbm-94.3.1 >Fix: well, for now, rm -f /var/db/pkg/netpbm-94.3.1, but it would be nice to get the pkg tools to deal with this properly. It's hard to know whether "properly" means that pkg_add should fail if the package is incomplete (probably, or at least record it somewhere) or if pkg_delete should remove the package even if it thinks that it couldn't remove all the files. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 17:20:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA08212 for bugs-outgoing; Sun, 14 May 1995 17:20:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA08205 ; Sun, 14 May 1995 17:20:01 -0700 Date: Sun, 14 May 1995 17:20:01 -0700 Message-Id: <199505150020.RAA08205@freefall.cdrom.com> From: Bill Fenner Reply-To: Bill Fenner To: freebsd-bugs Subject: ports/420: packages/audio/maplay-1.2.tgz depends on libg++.so.3.0? In-Reply-To: Your message of Sun, 14 May 1995 17:14:48 PDT <199505150014.RAA05004@fenestro.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 420 >Category: ports >Synopsis: packages/audio/maplay-1.2.tgz depends on libg++.so.3.0 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 17:20:01 1995 >Originator: Bill Fenner >Organization: Xerox PARC >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD-2.0 SNAP-950412, ftp.freebsd.org's /packages directory as of noon on 5/14/95 >Description: maplay was linked with libg++.so.3.0 % maplay tv-Doctors_of_Dub.map ld.so: maplay: libg++.so.3.0: Undefined error: 0 but SNAP-950412 only comes with 2.0; and the 2.0 revision works just fine with the maplay binary >How-To-Repeat: run maplay on a SNAP-950412 system >Fix: workaround: ln -s libg++.so.2.0 /usr/lib/libg++.so.3.0 but that has some unfortunate side effects fix: rebuild maplay? make libg++.so.3.0 available? >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 17:40:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA08486 for bugs-outgoing; Sun, 14 May 1995 17:40:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA08479 ; Sun, 14 May 1995 17:40:01 -0700 Date: Sun, 14 May 1995 17:40:01 -0700 Message-Id: <199505150040.RAA08479@freefall.cdrom.com> From: Bill Fenner Reply-To: Bill Fenner To: freebsd-bugs Subject: ports/421: There is both a languages and a language packages directory In-Reply-To: Your message of Sun, 14 May 1995 17:29:15 PDT <199505150029.RAA05332@fenestro.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 421 >Category: ports >Synopsis: There is both a languages and a language packages directory >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 17:40:01 1995 >Originator: Bill Fenner >Organization: Xerox PARC >Release: FreeBSD 2.1.0-Development i386 >Environment: packages directory on ftp.freebsd.org around noon on 5/14/95 >Description: There is both a language directory and a languages directory. The language directory only contains g77, and is not in the INDEX file, which implies that it was missed in some kind of conversion. >How-To-Repeat: ls /usr/packages >Fix: Move g77 to languages instead of language (and insert it in the INDEX database?...) >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 18:28:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA09268 for bugs-outgoing; Sun, 14 May 1995 18:28:40 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA09262 for ; Sun, 14 May 1995 18:28:38 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id SAA00625; Sun, 14 May 1995 18:28:32 -0700 Date: Sun, 14 May 1995 18:28:32 -0700 Message-Id: <199505150128.SAA00625@silvia.HIP.Berkeley.EDU> To: fenner@parc.xerox.com CC: freebsd-bugs@freefall.cdrom.com In-reply-to: <199505142330.QAA04283@freefall.cdrom.com> (message from Bill Fenner on Sun, 14 May 1995 16:30:01 -0700) Subject: Re: ports/412: packages/audio/tracker-4.29.tgz depends on gmake-3.73 From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: bugs-owner@FreeBSD.org Precedence: bulk * tracker-4.29 depends on gmake-3.73, even though the * distribution is all binary and doesn't appear to call * gmake at all. We are aware of this problem -- right now, our ports framework doesn't allow us to distinguish between dependencies required during compilation and running, so we just dump everything into the package's dependency list. It is on my list of things to fix for 2.1, thanks for the report though. Satoshi From owner-freebsd-bugs Sun May 14 19:00:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA10032 for bugs-outgoing; Sun, 14 May 1995 19:00:04 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA10018 ; Sun, 14 May 1995 19:00:03 -0700 Date: Sun, 14 May 1995 19:00:03 -0700 Message-Id: <199505150200.TAA10018@freefall.cdrom.com> From: asami@CS.Berkeley.EDU Reply-To: asami@CS.Berkeley.EDU To: freebsd-bugs Subject: ports/422: pkg_add doesn't find dependency correctly In-Reply-To: Your message of Sun, 14 May 1995 18:59:45 -0700 <199505150159.SAA00797@silvia.HIP.Berkeley.EDU> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 422 >Category: ports >Synopsis: pkg_add doesn't find gmake-3.73.tgz >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun May 14 19:00:01 1995 >Originator: Satoshi Asami >Organization: University of California >Release: FreeBSD 2.0-BUILT-19950514 i386 >Environment: thud, frozen kernel, frozen make world >Description: pkg_add doesn't find the dependency for gnat-2.03.tgz (gmake-3.73.tgz) even though it's in the same directory. >How-To-Repeat: % pwd /e/ports/old.packages/all % ls -L gmake-3.73.tgz gnat-2.03.tgz 168 gmake-3.73.tgz 2176 gnat-2.03.tgz % pkg_add gnat-2.03.tgz Package dependency gmake-3.73 for gnat-2.03.tgz not found! Can't open dependency file '/var/db/pkg/gmake-3.73/+REQUIRED_BY'! Dependency registration incomplete. % ls /var/db/pkg total 3 1 bash-1.14.4/ 1 colorls-2.0.5/ 1 gnat-2.03/ >Fix: No idea. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun May 14 19:12:32 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA10285 for bugs-outgoing; Sun, 14 May 1995 19:12:32 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA10266 for ; Sun, 14 May 1995 19:12:28 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id TAA00851; Sun, 14 May 1995 19:12:22 -0700 Date: Sun, 14 May 1995 19:12:22 -0700 Message-Id: <199505150212.TAA00851@silvia.HIP.Berkeley.EDU> To: fenner@parc.xerox.com CC: freebsd-bugs@freefall.cdrom.com In-reply-to: <199505150040.RAA08479@freefall.cdrom.com> (message from Bill Fenner on Sun, 14 May 1995 17:40:01 -0700) Subject: Re: ports/421: There is both a languages and a language packages directory From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: bugs-owner@FreeBSD.org Precedence: bulk * Move g77 to languages instead of language (and insert it in the * INDEX database?...) Thanks, in fact I just fixed it! :) Satoshi From owner-freebsd-bugs Sun May 14 19:13:36 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA10362 for bugs-outgoing; Sun, 14 May 1995 19:13:36 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA10344 ; Sun, 14 May 1995 19:13:33 -0700 Date: Sun, 14 May 1995 19:13:33 -0700 From: Satoshi Asami Message-Id: <199505150213.TAA10344@freefall.cdrom.com> To: fenner@parc.xerox.com, asami, freebsd-bugs Subject: Changed information for PR ports/421 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: There is both a languages and a language packages directory State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Sun May 14 19:12:30 PDT 1995 State-Changed-Why: revision 1.5 date: 1995/05/15 01:42:34; author: asami; state: Exp; lines: +1 -1 Category name for lang is "languages", not "language"! Shame on me! From owner-freebsd-bugs Sun May 14 19:24:50 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA10657 for bugs-outgoing; Sun, 14 May 1995 19:24:50 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA10649 for ; Sun, 14 May 1995 19:24:42 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id TAA00892; Sun, 14 May 1995 19:24:37 -0700 Date: Sun, 14 May 1995 19:24:37 -0700 Message-Id: <199505150224.TAA00892@silvia.HIP.Berkeley.EDU> To: fenner@parc.xerox.com CC: freebsd-bugs@freefall.cdrom.com In-reply-to: <199505150020.RAA08205@freefall.cdrom.com> (message from Bill Fenner on Sun, 14 May 1995 17:20:01 -0700) Subject: Re: ports/420: packages/audio/maplay-1.2.tgz depends on libg++.so.3.0? From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: bugs-owner@FreeBSD.org Precedence: bulk * % maplay tv-Doctors_of_Dub.map * ld.so: maplay: libg++.so.3.0: Undefined error: 0 This is fixed in -current. Well, the entire reason why maplay is linked against libg++.so.3.0 is because that's the revision number in -current. :) I made a "quick upgrade kit" available in ftp://forgery.cs.berkeley.edu/pub/FreeBSD/ports/ Make sure you read the two README files in that directory first, it's unsupported and I make NO GUARANTEES on what it will do to your system. Satoshi From owner-freebsd-bugs Sun May 14 19:25:37 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA10735 for bugs-outgoing; Sun, 14 May 1995 19:25:37 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA10720 ; Sun, 14 May 1995 19:25:35 -0700 Date: Sun, 14 May 1995 19:25:35 -0700 From: Satoshi Asami Message-Id: <199505150225.TAA10720@freefall.cdrom.com> To: fenner@parc.xerox.com, asami, freebsd-bugs Subject: Changed information for PR ports/420 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: packages/audio/maplay-1.2.tgz depends on libg++.so.3.0 State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Sun May 14 19:24:49 PDT 1995 State-Changed-Why: That is the correct revision number in -current. From owner-freebsd-bugs Sun May 14 19:27:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA10808 for bugs-outgoing; Sun, 14 May 1995 19:27:40 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA10802 for ; Sun, 14 May 1995 19:27:38 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id TAA00907; Sun, 14 May 1995 19:27:32 -0700 Date: Sun, 14 May 1995 19:27:32 -0700 Message-Id: <199505150227.TAA00907@silvia.HIP.Berkeley.EDU> To: fenner@parc.xerox.com CC: freebsd-bugs@freefall.cdrom.com In-reply-to: <199505142350.QAA06192@freefall.cdrom.com> (message from Bill Fenner on Sun, 14 May 1995 16:50:06 -0700) Subject: Re: bin/417: pkg_add doesn't specify what package caused an error From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: bugs-owner@FreeBSD.org Precedence: bulk * # pkg_add * * and was not foundgmake-3.73. * and was not foundgmake-3.73. This is fixed in -current. === % pkg_add gnat-2.03.tgz Package dependency gmake-3.73 for gnat-2.03.tgz not found! : === Satoshi From owner-freebsd-bugs Sun May 14 19:28:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA10879 for bugs-outgoing; Sun, 14 May 1995 19:28:06 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA10864 ; Sun, 14 May 1995 19:28:03 -0700 Date: Sun, 14 May 1995 19:28:03 -0700 From: Satoshi Asami Message-Id: <199505150228.TAA10864@freefall.cdrom.com> To: fenner@parc.xerox.com, asami, freebsd-bugs Subject: Changed information for PR bin/417 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: When adding multiple packages, there is no name on errors State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Sun May 14 19:27:45 PDT 1995 State-Changed-Why: Fixed in -current. From owner-freebsd-bugs Sun May 14 19:31:53 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA11106 for bugs-outgoing; Sun, 14 May 1995 19:31:53 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA11095 for ; Sun, 14 May 1995 19:31:50 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id TAA00923; Sun, 14 May 1995 19:31:45 -0700 Date: Sun, 14 May 1995 19:31:45 -0700 Message-Id: <199505150231.TAA00923@silvia.HIP.Berkeley.EDU> To: fenner@parc.xerox.com CC: freebsd-bugs@freefall.cdrom.com In-reply-to: <199505142340.QAA05448@freefall.cdrom.com> (message from Bill Fenner on Sun, 14 May 1995 16:40:03 -0700) Subject: Re: ports/414: packages/languages/tcl-7.3.tgz tar file doesn't include all man pages From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: bugs-owner@FreeBSD.org Precedence: bulk * Put the man pages in the tar file. This was caused by a bug in pkg_create that couldn't handle large packing lists. Jordan has fixed pkg_create and I'm now building a new package for tcl, which should be available for ftp soon. Thanks for the report. Satoshi From owner-freebsd-bugs Sun May 14 19:32:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA11184 for bugs-outgoing; Sun, 14 May 1995 19:32:55 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA11172 for ; Sun, 14 May 1995 19:32:49 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id TAA00928; Sun, 14 May 1995 19:32:43 -0700 Date: Sun, 14 May 1995 19:32:43 -0700 Message-Id: <199505150232.TAA00928@silvia.HIP.Berkeley.EDU> To: fenner@parc.xerox.com CC: freebsd-bugs@freefall.cdrom.com In-reply-to: <199505142330.QAA04299@freefall.cdrom.com> (message from Bill Fenner on Sun, 14 May 1995 16:30:02 -0700) Subject: Re: bin/413: pkg_add spews gibberish when dependencies fail From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: bugs-owner@FreeBSD.org Precedence: bulk * pkg_add emits incomprehensible output when a dependency fails. * * # pkg_add tracker-4.29.tgz * and was not foundgmake-3.73. I noticed this too.... ;) It is already fixed in -current, please try the "kit" on forgery.cs.berkeley.edu. Satoshi From owner-freebsd-bugs Sun May 14 19:33:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA11260 for bugs-outgoing; Sun, 14 May 1995 19:33:18 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA11243 ; Sun, 14 May 1995 19:33:16 -0700 Date: Sun, 14 May 1995 19:33:16 -0700 From: Satoshi Asami Message-Id: <199505150233.TAA11243@freefall.cdrom.com> To: fenner@parc.xerox.com, asami, freebsd-bugs Subject: Changed information for PR ports/414 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: the tcl-7.3.tgz package only includes man pages up to open.n State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Sun May 14 19:31:57 PDT 1995 State-Changed-Why: pkg_create fixed, rebuilt package. From owner-freebsd-bugs Sun May 14 19:33:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA11341 for bugs-outgoing; Sun, 14 May 1995 19:33:43 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA11326 ; Sun, 14 May 1995 19:33:39 -0700 Date: Sun, 14 May 1995 19:33:39 -0700 From: Satoshi Asami Message-Id: <199505150233.TAA11326@freefall.cdrom.com> To: fenner@parc.xerox.com, asami, freebsd-bugs Subject: Changed information for PR bin/413 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: pkg_add spews gibberish when dependencies fail State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Sun May 14 19:33:22 PDT 1995 State-Changed-Why: Fixed in -current. From owner-freebsd-bugs Sun May 14 22:51:28 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA17522 for bugs-outgoing; Sun, 14 May 1995 22:51:28 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA17508 ; Sun, 14 May 1995 22:51:27 -0700 Date: Sun, 14 May 1995 22:51:27 -0700 From: Satoshi Asami Message-Id: <199505150551.WAA17508@freefall.cdrom.com> To: fenner@parc.xerox.com, asami, freebsd-bugs Subject: Changed information for PR ports/418 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: packages/graphics/netpbm-94.3.1.tgz is incomplete State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Sun May 14 22:51:04 PDT 1995 State-Changed-Why: pkg_create already fixed From owner-freebsd-bugs Sun May 14 22:58:37 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA17873 for bugs-outgoing; Sun, 14 May 1995 22:58:37 -0700 Received: (from asami@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA17859 ; Sun, 14 May 1995 22:58:36 -0700 Date: Sun, 14 May 1995 22:58:36 -0700 From: Satoshi Asami Message-Id: <199505150558.WAA17859@freefall.cdrom.com> To: fenner@parc.xerox.com, asami, freebsd-bugs Subject: Changed information for PR ports/415 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: packages/networking/lynx-2.3.7.tgz depends on gmake-3.73 State-Changed-From-To: open-closed State-Changed-By: asami State-Changed-When: Sun May 14 22:57:28 PDT 1995 State-Changed-Why: Caused by the same reason as ports/412, so I'll close one of them. From owner-freebsd-bugs Sun May 14 23:04:48 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA18010 for bugs-outgoing; Sun, 14 May 1995 23:04:48 -0700 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA18004 for ; Sun, 14 May 1995 23:04:46 -0700 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.11/8.6.9) id XAA01511; Sun, 14 May 1995 23:04:40 -0700 Date: Sun, 14 May 1995 23:04:40 -0700 Message-Id: <199505150604.XAA01511@silvia.HIP.Berkeley.EDU> To: fenner@parc.xerox.com CC: freebsd-bugs@freefall.cdrom.com In-reply-to: <199505142350.QAA06158@freefall.cdrom.com> (message from Bill Fenner on Sun, 14 May 1995 16:50:02 -0700) Subject: Re: ports/415: packages/networking/lynx-2.3.7.tgz depends on gmake-3.73 From: asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=) Sender: bugs-owner@FreeBSD.org Precedence: bulk * The package networking/lynx-2.3.7.tgz depends on gmake-3.73, * although all that gets installed are binaries and lynx does not * call gmake This is caused by the same problem in your ports framework as you reported earlier for tracker. I closed this PR (that doesn't mean it's fixed, of course, it's just that we need only one outstanding PR per problem :). Satoshi From owner-freebsd-bugs Sun May 14 23:59:52 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA19774 for bugs-outgoing; Sun, 14 May 1995 23:59:52 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA19766 for ; Sun, 14 May 1995 23:59:47 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id XAA05327; Sun, 14 May 1995 23:59:32 -0700 From: "Rodney W. Grimes" Message-Id: <199505150659.XAA05327@gndrsh.aac.dev.com> Subject: Re: bin/419: pkg_delete refuses to delete an incompletely added package To: fenner@parc.xerox.com Date: Sun, 14 May 1995 23:59:32 -0700 (PDT) Cc: freebsd-bugs@freefall.cdrom.com In-Reply-To: <199505150010.RAA07542@freefall.cdrom.com> from "Bill Fenner" at May 14, 95 05:10:01 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1432 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > > >Number: 419 > >Category: bin > >Synopsis: pkg_delete refuses to delete an incompletely added package > >Confidential: no > >Severity: serious > >Priority: medium > >Responsible: freebsd-bugs (FreeBSD bugs mailing list) > >State: open > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun May 14 17:10:01 1995 > >Originator: Bill Fenner > >Organization: > Xerox PARC > >Release: FreeBSD 2.1.0-Development i386 > >Environment: > > > FreeBSD-2.0 SNAP-950412 > > >Description: > > > > As described in another bug report, there are some incomplete package files, > which pkg_add prints lots of errors for but then updates the database anyway. > pkg_delete complains, like > > Script started on Sun May 14 16:53:49 1995 > # pkg_delete netpbm-94.3.1 > Unable to completely remove file '/usr/X11R6/bin/pbmmerge' > Unable to completely remove file '/usr/X11R6/bin/pgmmerge' > Unable to completely remove file '/usr/X11R6/bin/ppmmerge' > Unable to completely remove file '/usr/X11R6/bin/pnmmerge' ... When list are 900+ lines long please don't but them in the bug report verbatium. We get the idea if you just give the first 3 of 4 lines and then do the ... like I did above :-). -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-bugs Mon May 15 03:08:43 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA24695 for bugs-outgoing; Mon, 15 May 1995 03:08:43 -0700 Received: from jabba.fdn.org (jabba.fdn.org [193.55.4.70]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA24569 ; Mon, 15 May 1995 03:05:48 -0700 Received: (from uucp@localhost) by jabba.fdn.org (8.6.8/8.6.9) with UUCP id MAA06686; Mon, 15 May 1995 12:05:39 +0200 Received: (pb@localhost) by fasterix.frmug.fr.net (8.6.11/fasterix-941011) id LAA05342; Mon, 15 May 1995 08:31:52 +0200 From: Pierre Beyssac Message-Id: <199505150631.LAA05342@fasterix.frmug.fr.net> Subject: panic in rtfree(): even more info To: freebsd-bugs@freefall.cdrom.com Date: Mon, 15 May 1995 08:31:51 +0200 (MET DST) Cc: freebsd-current@freefall.cdrom.com X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 2394 Sender: bugs-owner@FreeBSD.org Precedence: bulk More info on the rtfree() panic. The problems seem due to Friday's patch to rtsock.c. I reversed part of this patch and the problems went away. Here are the diffs between the "official" current rtsock.c and the one I use. This is not actually a fix, rather a patch to reverse most of Friday's change. Certainly not all of this is necessary, I provide this merely for info and will slowly reintegrate the -current rtsock.c to see when the rtfree panic reappears. --- rtsock.c.ctm Thu May 11 09:39:37 1995 +++ rtsock.c Mon May 15 00:23:43 1995 @@ -185,38 +185,64 @@ if (error == 0 && saved_nrt) { rt_setmetrics(rtm->rtm_inits, &rtm->rtm_rmx, &saved_nrt->rt_rmx); saved_nrt->rt_refcnt--; saved_nrt->rt_genmask = genmask; } break; case RTM_DELETE: error = rtrequest(RTM_DELETE, dst, gate, netmask, +#if 1 + rtm->rtm_flags, (struct rtentry **)0); +#else /* RTFREE_BUG */ rtm->rtm_flags, &saved_nrt); if (error == 0) { if ((rt = saved_nrt)->rt_refcnt <= 0) rt->rt_refcnt++; goto report; } +#endif /* RTFREE_BUG */ break; case RTM_GET: case RTM_CHANGE: case RTM_LOCK: +#if 1 + rt = rtalloc1(dst, 0, 0UL); + if (rt == 0) +#else /* RTFREE_BUG */ if ((rnh = rt_tables[dst->sa_family]) == 0) { senderr(EAFNOSUPPORT); } else if (rt = (struct rtentry *) rnh->rnh_lookup(dst, netmask, rnh)) rt->rt_refcnt++; else +#endif /* RTFREE_BUG */ senderr(ESRCH); +#if 1 + if (rtm->rtm_type != RTM_GET) {/* XXX: too grotty */ + struct radix_node *rn; + + if (Bcmp(dst, rt_key(rt), dst->sa_len) != 0) + senderr(ESRCH); + if (netmask && (rn = rn_search(netmask, + mask_rnhead->rnh_treetop))) + netmask = (struct sockaddr *)rn->rn_key; + for (rn = rt->rt_nodes; rn; rn = rn->rn_dupedkey) + if (netmask == (struct sockaddr *)rn->rn_mask) + break; + if (rn == 0) + senderr(ETOOMANYREFS); + rt = (struct rtentry *)rn; + } +#endif /* not RTFREE_BUG */ switch(rtm->rtm_type) { case RTM_GET: report: dst = rt_key(rt); gate = rt->rt_gateway; netmask = rt_mask(rt); genmask = rt->rt_genmask; if (rtm->rtm_addrs & (RTA_IFP | RTA_IFA)) { ifp = rt->rt_ifp; -- Pierre Beyssac pb@fasterix.frmug.fr.net pb@fasterix.fdn.fr FreeBSD, NetBSD, Linux -- Il y a moins bien, mais c'est plus cher. You can also get less bang for more bucks. (translation F. Berjon) From owner-freebsd-bugs Mon May 15 05:02:22 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA28387 for bugs-outgoing; Mon, 15 May 1995 05:02:22 -0700 Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA28380 ; Mon, 15 May 1995 05:02:10 -0700 Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.18.7]) by mail.cs.tu-berlin.de (8.6.10/8.6.10) with ESMTP id OAA10714; Mon, 15 May 1995 14:01:59 +0200 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.6.10/8.6.9) id OAA01058; Mon, 15 May 1995 14:01:52 +0200 Date: Mon, 15 May 1995 14:01:52 +0200 Message-Id: <199505151201.OAA01058@caramba.cs.tu-berlin.de> To: GNU GNATS Cc: freebsd-bugs@freefall.cdrom.com Subject: List of open Problem Reports In-Reply-To: <199505131130.EAA23545@freefall.cdrom.com> References: <199505131130.EAA23545@freefall.cdrom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: bugs-owner@FreeBSD.org Precedence: bulk GNU GNATS writes: >This is the list of currently open problem reports >[1995/01/21] bin/167 makewhatis ignores symbolic links. Obsolete. Makewhatis follow symbolic links. Gruß Wolfram -- http://hyperg.cs.tu-berlin.de/C~wosch From owner-freebsd-bugs Mon May 15 06:42:27 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA01086 for bugs-outgoing; Mon, 15 May 1995 06:42:27 -0700 Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id GAA01080 for ; Mon, 15 May 1995 06:42:23 -0700 Received: from caramba.cs.tu-berlin.de (caramba.cs.tu-berlin.de [130.149.18.7]) by mail.cs.tu-berlin.de (8.6.10/8.6.10) with ESMTP id PAA14949 for ; Mon, 15 May 1995 15:42:09 +0200 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.6.10/8.6.9) id PAA06911; Mon, 15 May 1995 15:42:05 +0200 Date: Mon, 15 May 1995 15:42:05 +0200 Message-Id: <199505151342.PAA06911@caramba.cs.tu-berlin.de> To: bugs@FreeBSD.org Subject: biosboot MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: bugs-owner@FreeBSD.org Precedence: bulk biosboot forget default value. If you type '/foo' biosboot asume '/foo' is the default kernel instead '/kernel'. Or if you type 'ls' biosboot repeatly read root directory and will never boot. Solution: a) press reset key b) look at old sources/patches Gruß Wolfram (2.0-950412-SNAP) -- http://hyperg.cs.tu-berlin.de/C~wosch From owner-freebsd-bugs Mon May 15 10:23:10 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA07818 for bugs-outgoing; Mon, 15 May 1995 10:23:10 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA07798 ; Mon, 15 May 1995 10:23:09 -0700 Date: Mon, 15 May 1995 10:23:09 -0700 From: Bruce Evans Message-Id: <199505151723.KAA07798@freefall.cdrom.com> To: muir@idiom.com, bde, freebsd-bugs Subject: Changed information for PR kern/211 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: mv returns "Invalid argument" unreasonably State-Changed-From-To: open-closed State-Changed-By: bde State-Changed-When: Mon May 15 10:22:29 PDT 1995 State-Changed-Why: Fixed in revision 1.23 of ufs_vnops.c. From owner-freebsd-bugs Mon May 15 10:46:48 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA08434 for bugs-outgoing; Mon, 15 May 1995 10:46:48 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA08418 ; Mon, 15 May 1995 10:46:47 -0700 Date: Mon, 15 May 1995 10:46:47 -0700 From: Bruce Evans Message-Id: <199505151746.KAA08418@freefall.cdrom.com> To: markd@grizzly.com, bde, freebsd-bugs Subject: Changed information for PR docs/161 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Not MAKEDEV(8) manual page. State-Changed-From-To: open-closed State-Changed-By: bde State-Changed-When: Mon May 15 10:43:26 PDT 1995 State-Changed-Why: Fixed in revision 1.3 of /usr/src/share/man/man8/man8.i386/Makefile (the link was missing). From owner-freebsd-bugs Mon May 15 11:00:38 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA09217 for bugs-outgoing; Mon, 15 May 1995 11:00:38 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA09211 for ; Mon, 15 May 1995 11:00:37 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA10052; Mon, 15 May 95 11:53:43 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9505151753.AA10052@cs.weber.edu> Subject: Re: login.c environ=envinit ? To: bde@zeta.org.au (Bruce Evans) Date: Mon, 15 May 95 11:53:43 MDT Cc: freebsd-bugs@FreeBSD.org, henrich@crh.cl.msu.edu In-Reply-To: <199505140525.PAA15514@godzilla.zeta.org.au> from "Bruce Evans" at May 14, 95 03:25:12 pm X-Mailer: ELM [version 2.4dev PL52] Sender: bugs-owner@FreeBSD.org Precedence: bulk > >Im looking at login.c ~line 400 where we reset the user environment if the p > >flag is passed, and we do this but just re-assigning the environment global. > >Shouldnt we free the environment memory before doing that? > > Only if the environment memory was malloced. But there is no way for login > to know. Only setenv() knows. Perhaps unsetenv((char *)0) should be a > standard way of unsetting everything. unsetenv() currently doesn't even > know if setenv() called malloc and doesn't free anything. Perhaps the environment should be seperately allocated off the proc struct instead of being in the users address space at all. Perhaps a multiplex system call with a sub command code should be used to manipulate it. #define ENV_GET 0x00 /* get one variable*/ #define ENV_PUT 0x01 /* set one variable*/ #define ENV_GET_ALL 0x02 /* retrieve for user execle*/ Perhaps this system call should have a designator code with it. #define ENV_CURPROC 0x00 /* current processes environment*/ /* all other values are PID*/ Perhaps it's prototype ought to look like: int environment( int command, pid_t pid, caddr_t arg); Perhaps "arg" ought to be a large buffer for "ENV_GET_ALL", but for "ENV_GET" and "ENV_PUT" ought to be "env_gp_t" and that ought to be defined as: typedef struct env_gp_str { char *name; char *val; } env_gp_t; Perhaps getenv() should be rewritten as: char * getenv( const char *name) { env_gp_t env_gp; static char rbuf[ MAXENVVARSIZ]; env_gp.name = name; env_gp.val = rbuf; if( environment( ENV_GET, ENV_CURPROC, &env_gp)) return( NULL); return( rbuf); } Perhaps putenv() should be rewritten as: int putenv( const char *string) { env_gp_t env_gp; /* * Whether we 0 the equals or copy to set the name field * depends on whether you want to allow string to be writeable. * Ideally, you change the syntax of putenv to take two * arguments. Less ideally, you copy to a local stack buffer, * point the name at the start of the string, point the val * after the equals, and change the equals to a 0 locally. */ if( environment( ENV_GET, ENV_CURPROC, &env_gp)) return( -1); return( 0); } Or perhaps not; after all, this would allow you to make variant symbolic links that worked when the environment was changed from the initial environment, would allow you to modify the parent's environment, would let you modify the process group leader's environment (group logical name table?), or the environment of init (system logical name table?) and enforce those semantics in a prioritized fashion across the getent/putenv calls. And who would want those features? Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-bugs Mon May 15 11:24:24 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA09966 for bugs-outgoing; Mon, 15 May 1995 11:24:24 -0700 Received: from mail.bw.lgca.ohio.gov (mail.bw.lgca.ohio.gov [156.63.242.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA09960 for ; Mon, 15 May 1995 11:24:22 -0700 Received: from localhost (ram@localhost) by mail.bw.lgca.ohio.gov (8.3/8.3) id QAA06047; Mon, 15 May 1995 16:25:08 -0400 From: Ronald Matuszak Message-Id: <199505152025.QAA06047@mail.bw.lgca.ohio.gov> Subject: Possible bug & Question.. To: bugs@FreeBSD.org Date: Mon, 15 May 1995 16:25:06 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1280 Sender: bugs-owner@FreeBSD.org Precedence: bulk I was installing FreeBSD 2.0 off cdrom and believe I may have found a bug. I made the 5 1/4 "floppy" boot disk and could only get a error message of c:20 a:30 h:40 or something like that ;) I found out that the system that formated that floppy had a diifernt versions of dos commands like format, copy, ect. It worked fine and did make a boot disk using the cd rom of Freebsd, but it did not work on my system. When I made the boot disk on another Dos clone machine with Dos 6.2 installed properly it worked fine on my pentium system!!! To verify it I made another boot floppy on the suspected bad machine and it did the same error messages. I have the error message written down somewhere if you need them. Also... I have a NEWBIE question. How the #$%^&*( do I access my cd rom Freebsd disk under UNIX???? I have a buslogic 946C Scsi card and a ssci NEC quad speed cd-rom with a seagate internal ssci and a wangtech DAT. The system sees the cd when it goes through all the drives durring it's boot up procedure. But when I do a DF it does not show up. I have tried mount -a but it says something about incompaditable system thing. Please excuse my beginner questions..but the last freebsd 1.0 I FTP'd. I would like to add some packages like emacsxc From owner-freebsd-bugs Mon May 15 11:28:30 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA10029 for bugs-outgoing; Mon, 15 May 1995 11:28:30 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA10023 for ; Mon, 15 May 1995 11:28:29 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14518(4)>; Mon, 15 May 1995 11:27:43 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <49859>; Mon, 15 May 1995 11:27:34 -0700 X-Mailer: exmh version 1.6 4/21/95 To: "Rodney W. Grimes" cc: freebsd-bugs@freefall.cdrom.com Subject: Re: bin/419: pkg_delete refuses to delete an incompletely added package In-reply-to: Your message of "Sun, 14 May 95 23:59:32 PDT." <199505150659.XAA05327@gndrsh.aac.dev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 15 May 1995 11:27:33 PDT From: Bill Fenner Message-Id: <95May15.112734pdt.49859@crevenia.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk In message <199505150659.XAA05327@gndrsh.aac.dev.com> you write: >When list are 900+ lines long please don't but them in the >bug report verbatium. My apologies. I wasn't thinking. Bill From owner-freebsd-bugs Mon May 15 11:30:31 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA10126 for bugs-outgoing; Mon, 15 May 1995 11:30:31 -0700 Received: from mail.bw.lgca.ohio.gov (mail.bw.lgca.ohio.gov [156.63.242.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA10117 for ; Mon, 15 May 1995 11:30:29 -0700 Received: from localhost (ram@localhost) by mail.bw.lgca.ohio.gov (8.3/8.3) id QAA06055; Mon, 15 May 1995 16:31:15 -0400 From: Ronald Matuszak Message-Id: <199505152031.QAA06055@mail.bw.lgca.ohio.gov> Subject: Question... To: bugs@FreeBSD.org Date: Mon, 15 May 1995 16:31:14 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 798 Sender: bugs-owner@FreeBSD.org Precedence: bulk I apologize if I <> sent a garbled message before. I MEANT to hit forget and NOT send ;) SORRY ANyways... How do I access the FreeBSD 2.0 cd rom under Unix? I installed the system and it boots up and I made all the changes so it can seee the net and I can telnet and FTP and so on. I would like to install emacs and stuff right off the CD. But when I do a DF command the cd is not lsited. But when the machine boots, It sees the drive and the cd in it. I have a bus logic 946C SSCI card and a SCI NEC cd rom drive and a Wangtech..DAT, along with a Seagate 1 gig internal ssci. Di I have to set something in the /ect/fstab file??? I tried a mount -a and got a message about wrong system type. Please help a NEWBIE!! Thanks in advance........ You guys are a big help From owner-freebsd-bugs Mon May 15 11:34:30 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA10269 for bugs-outgoing; Mon, 15 May 1995 11:34:30 -0700 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA10263 for ; Mon, 15 May 1995 11:34:28 -0700 Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.3.6) id AA18775; Mon, 15 May 1995 14:32:53 -0400 Date: Mon, 15 May 1995 14:32:53 -0400 From: Garrett Wollman Message-Id: <9505151832.AA18775@halloran-eldar.lcs.mit.edu> To: Pierre Beyssac Cc: freebsd-bugs@freefall.cdrom.com, Mike Pritchard , David Greenman Subject: rtfree() panic : more info In-Reply-To: <199505142000.WAA00794@fasterix.frmug.fr.net> References: <199505142000.WAA00794@fasterix.frmug.fr.net> Sender: bugs-owner@FreeBSD.org Precedence: bulk < said: > It seems to me that the panic occurs when rtfree()ing a cloned route whose > parent has already (mistakenly) been freed. Not sure I understand this > correctly. After having stared at route.c and rtsock.c for a while without > success, I'm sending this in hopes it can help someone find the bug or tell > me where to look for it. I keep looking. I have not been able to reproduce this problem this afternoon. Can someone out there provide a sequence of commands that dependably provokes this failure? -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-freebsd-bugs Mon May 15 11:49:41 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA10872 for bugs-outgoing; Mon, 15 May 1995 11:49:41 -0700 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA10864 for ; Mon, 15 May 1995 11:49:38 -0700 Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.3.6) id AA18829; Mon, 15 May 1995 14:48:05 -0400 Date: Mon, 15 May 1995 14:48:05 -0400 From: Garrett Wollman Message-Id: <9505151848.AA18829@halloran-eldar.lcs.mit.edu> To: Pierre Beyssac Cc: freebsd-bugs@freefall.cdrom.com, David Greenman Subject: panic in rtfree(): even more info In-Reply-To: <199505150631.LAA05342@fasterix.frmug.fr.net> References: <199505150631.LAA05342@fasterix.frmug.fr.net> Sender: bugs-owner@FreeBSD.org Precedence: bulk < said: > The problems seem due to Friday's patch to rtsock.c. I reversed part of this > patch and the problems went away. Here are the diffs between the "official" Peter Wemm suggested the following patch from Cornell: *** rtsock.c~ Mon May 15 14:46:56 1995 --- rtsock.c Mon May 15 14:47:12 1995 *************** *** 195,199 **** rtm->rtm_flags, &saved_nrt); if (error == 0) { ! if ((rt = saved_nrt)->rt_refcnt <= 0) rt->rt_refcnt++; goto report; --- 195,199 ---- rtm->rtm_flags, &saved_nrt); if (error == 0) { ! if ((rt = saved_nrt)) rt->rt_refcnt++; goto report; Since I have been unable to reproduce the problem, I'd like the people experiencing the problem to see if this fixes anything... -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-freebsd-bugs Mon May 15 12:20:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA12270 for bugs-outgoing; Mon, 15 May 1995 12:20:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA12263 ; Mon, 15 May 1995 12:20:01 -0700 Date: Mon, 15 May 1995 12:20:01 -0700 Message-Id: <199505151920.MAA12263@freefall.cdrom.com> From: Paul Traina Reply-To: Paul Traina To: freebsd-bugs Subject: misc/423: security of sound devices In-Reply-To: Your message of Mon, 15 May 1995 12:17:17 -0700 <199505151917.MAA20608@precipice.shockwave.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 423 >Category: misc >Synopsis: Sound devices are too insecure >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 15 12:20:00 1995 >Originator: Paul Traina >Organization: Shockwave Engineering >Release: FreeBSD BUILT-19950426 i386 >Environment: FreeBSD *.* with sound driver support added. >Description: We currently set the permissions on these devices wide open, as it's easy to get unprivileged programs to work with them. Unfortunately, it also means I can bug your room if I can rsh to your machine, or better yet, make farting noises on your speakers. >How-To-Repeat: cat farting-noise.au | rsh time.cdrom.com "cat >/dev/audio" rsh time.cdrom.com "cat /dev/audio >Fix: I thought about creating a new group to own the devices, following the dialer convention for modem devices, but then everything would have to be setgid, and in point of fact, this is the wrong model. The right model is to do the same thing that we do with /dev/console. If you're logged in at the console (or local X server), you own the sound devices. When you logout, they should go back to root.sound ownership, with no world access. Whomever owns the console should also own the sound devices. I think this should be implemented by changing the protections of the sound devices at the same time the console and tty devices are changed. I don't think this should be done as a kernel hack, and I think there should be a trivial way to disable this default behavior. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon May 15 13:15:51 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA14472 for bugs-outgoing; Mon, 15 May 1995 13:15:51 -0700 Received: from jabba.fdn.org (jabba.fdn.org [193.55.4.70]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA14461 for ; Mon, 15 May 1995 13:15:46 -0700 Received: (from uucp@localhost) by jabba.fdn.org (8.6.8/8.6.9) with UUCP id WAA21084; Mon, 15 May 1995 22:13:06 +0200 Received: (pb@localhost) by fasterix.frmug.fr.net (8.6.11/fasterix-941011) id VAA08254; Mon, 15 May 1995 21:34:06 +0200 From: Pierre Beyssac Message-Id: <199505151934.VAA08254@fasterix.frmug.fr.net> Subject: Re: rtfree() panic : more info To: wollman@halloran-eldar.lcs.mit.edu (Garrett Wollman) Date: Mon, 15 May 1995 21:34:00 +0200 (MET DST) Cc: pb@fasterix.freenix.fr, freebsd-bugs@freefall.cdrom.com, pritc003@maroon.tc.umn.edu, davidg@Root.COM In-Reply-To: <9505151832.AA18775@halloran-eldar.lcs.mit.edu> from "Garrett Wollman" at May 15, 95 02:32:53 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 637 Sender: bugs-owner@FreeBSD.org Precedence: bulk Garrett Wollman writes: > I have not been able to reproduce this problem this afternoon. Can > someone out there provide a sequence of commands that dependably > provokes this failure? I didn't find a way. I can say it generally happens on the 2nd PPP connection after I reboot. Either during, or very soon after, generally when some process sends datagrams (UDP or ICMP). During my connections I set a default route to the PPP server. -- Pierre Beyssac pb@fasterix.frmug.fr.net pb@fasterix.fdn.fr FreeBSD, NetBSD, Linux -- Il y a moins bien, mais c'est plus cher. You can also get less bang for more bucks. (translation F. Berjon) From owner-freebsd-bugs Mon May 15 13:21:32 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA14723 for bugs-outgoing; Mon, 15 May 1995 13:21:32 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id NAA14714 for ; Mon, 15 May 1995 13:21:26 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA10712; Mon, 15 May 95 14:14:34 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9505152014.AA10712@cs.weber.edu> Subject: Re: file system or vm bug in 2.0R To: guido@gvr.win.tue.nl (Guido van Rooij) Date: Mon, 15 May 95 14:14:33 MDT Cc: guido@gvr.win.tue.nl, freebsd-bugs@FreeBSD.org In-Reply-To: <199505142201.AAA02108@gvr.win.tue.nl> from "Guido van Rooij" at May 15, 95 00:01:43 am X-Mailer: ELM [version 2.4dev PL52] Sender: bugs-owner@FreeBSD.org Precedence: bulk > > I have absoloutely no idea of whats going on here. But you can imagine > > the system becoming rather unusable :-( > > > > I just noticed that the `lost diskspace' reappears after some time. > (say 30 minutes or so). Would you say that this was or wasn't after the last reference to the old password database had gone away by being shoved out of the cache? Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-bugs Mon May 15 14:34:33 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA17153 for bugs-outgoing; Mon, 15 May 1995 14:34:33 -0700 Received: from jabba.fdn.org (jabba.fdn.org [193.55.4.70]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA17131 for ; Mon, 15 May 1995 14:34:16 -0700 Received: (from uucp@localhost) by jabba.fdn.org (8.6.8/8.6.9) with UUCP id XAA22886; Mon, 15 May 1995 23:33:59 +0200 Received: (pb@localhost) by fasterix.frmug.fr.net (8.6.11/fasterix-941011) id XAA00401; Mon, 15 May 1995 23:31:01 +0200 From: Pierre Beyssac Message-Id: <199505152131.XAA00401@fasterix.frmug.fr.net> Subject: Re: panic in rtfree(): even more info To: wollman@halloran-eldar.lcs.mit.edu (Garrett Wollman) Date: Mon, 15 May 1995 23:30:59 +0200 (MET DST) Cc: pb@fasterix.freenix.fr, freebsd-bugs@freefall.cdrom.com, davidg@Root.COM In-Reply-To: <9505151848.AA18829@halloran-eldar.lcs.mit.edu> from "Garrett Wollman" at May 15, 95 02:48:05 pm X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1184 Sender: bugs-owner@FreeBSD.org Precedence: bulk Garrett Wollman writes: > Peter Wemm suggested the following patch from Cornell: > ! if ((rt = saved_nrt)->rt_refcnt <= 0) > ! if ((rt = saved_nrt)) > > Since I have been unable to reproduce the problem, I'd like the people > experiencing the problem to see if this fixes anything... It seems to fix the problem, thanks ! Here is how to reproduce the panics (you will not always get a panic: rtfree, though) : Boot single, then : # ifconfig lo0 127.1 Repeat the following until the panic occurs (twice is generally enough) : # route add default 127.1 # ping 5.6.7.8 ^C # route delete default You can vary the ping (-c 1 for example) or do more than one between the route changes. I managed to get a panic: rtfree the first time using the following sequence, but it does not seem to work all the time : ifconfig lo0 alias 1.2.3.4 route add default 1.2.3.4 ping 5.6.7.8 ^C route delete default route add default 1.2.3.4 ping 5.6.7.8 -- Pierre Beyssac pb@fasterix.frmug.fr.net pb@fasterix.fdn.fr FreeBSD, NetBSD, Linux -- Il y a moins bien, mais c'est plus cher. You can also get less bang for more bucks. (translation F. Berjon) From owner-freebsd-bugs Mon May 15 15:38:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA18973 for bugs-outgoing; Mon, 15 May 1995 15:38:18 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id PAA18966 ; Mon, 15 May 1995 15:38:17 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Ronald Matuszak cc: bugs@FreeBSD.org Subject: Re: Possible bug & Question.. In-reply-to: Your message of "Mon, 15 May 95 16:25:06 EDT." <199505152025.QAA06047@mail.bw.lgca.ohio.gov> Date: Mon, 15 May 1995 15:38:17 -0700 Message-ID: <18965.800577497@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > It worked fine and did make a boot disk using the cd rom of Freebsd, > but it did not work on my system. When I made the boot disk on > another Dos clone machine with Dos 6.2 installed properly it worked > fine on my pentium system!!! To verify it I made another boot floppy > on the suspected bad machine and it did the same error messages. I have > the error message written down somewhere if you need them. This is an odd problem with RAWRITE on certain machines that we have been entirely unable to track down.. :-( > Also... I have a NEWBIE question. How the #$%^&*( do I access > my cd rom Freebsd disk under UNIX???? I have a buslogic 946C mkdir /cdrom mount -t cd9660 /dev/cd0a /cdrom Jordan From owner-freebsd-bugs Mon May 15 18:33:28 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA24172 for bugs-outgoing; Mon, 15 May 1995 18:33:28 -0700 Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA24162 for ; Mon, 15 May 1995 18:33:24 -0700 Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.8/8.6.6) id UAA03481; Mon, 15 May 1995 20:30:11 -0400 Date: Mon, 15 May 1995 20:30:11 -0400 From: "House of Debuggin'" Message-Id: <199505160030.UAA03481@skynet.ctr.columbia.edu> To: pst@Shockwave.COM Subject: Re: misc/423: security of sound devices Cc: freebsd-bugs@FreeBSD.org Sender: bugs-owner@FreeBSD.org Precedence: bulk >>Number: 423 >>Category: misc >>Synopsis: Sound devices are too insecure [console user should own the audio devices] The only bug here is (I think) a lack of documentation. /usr/bin/login already has support for /etc/fbtab and /etc/logindevperm (whichever name you please) that let you define permissions and ownerships for frame buffer and sound devices that take effect when a user logs in on the console. /etc/fbtab is the file used in SunOS 4.1.x. Solaris 2.x uses /etc/logindevperm. If you look at /usr/src/usr.bin/login/login_fbtab.c you'll see the comments that describe what's supposed to happen. Those comments should probably be made into a man page, and a default /etc/fbtab file should probably be added to the distribution so people will have some idea that this feature exists. -Bill ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~T~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Bill Paul (212) 854-6020 | System Manager Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The Møøse Illuminati: ignore it and be confused, or join it and be confusing! ~~~~~~ "Welcome to All Things BSDish! If it's not BSDish, it's crap!" ~~~~~~~ >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 15 12:20:00 1995 >Originator: Paul Traina >Organization: Shockwave Engineering >Release: FreeBSD BUILT-19950426 i386 >Environment: FreeBSD *.* with sound driver support added. >Description: We currently set the permissions on these devices wide open, as it's easy to get unprivileged programs to work with them. Unfortunately, it also means I can bug your room if I can rsh to your machine, or better yet, make farting noises on your speakers. >How-To-Repeat: cat farting-noise.au | rsh time.cdrom.com "cat >/dev/audio" rsh time.cdrom.com "cat /dev/audio >Fix: I thought about creating a new group to own the devices, following the dialer convention for modem devices, but then everything would have to be setgid, and in point of fact, this is the wrong model. The right model is to do the same thing that we do with /dev/console. If you're logged in at the console (or local X server), you own the sound devices. When you logout, they should go back to root.sound ownership, with no world access. Whomever owns the console should also own the sound devices. I think this should be implemented by changing the protections of the sound devices at the same time the console and tty devices are changed. I don't think this should be done as a kernel hack, and I think there should be a trivial way to disable this default behavior. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon May 15 20:30:11 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA26744 for bugs-outgoing; Mon, 15 May 1995 20:30:11 -0700 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id UAA26737 ; Mon, 15 May 1995 20:30:08 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: Thomas Gellekum cc: bugs@FreeBSD.org Subject: Re: missing header files in libg++ In-reply-to: Your message of "Fri, 12 May 95 10:35:19 +0200." <199505120835.KAA29933@ghpc6.ihf.rwth-aachen.de> Date: Mon, 15 May 1995 20:30:08 -0700 Message-ID: <26736.800595008@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > Moin moin, > > while porting the latest version of ACS I noticed that complex.h > from libg++ was omitted in the FreeBSD src. This seems to be in > libg++ for compatibility with AT&T's idea of the class. > > Could you please leave it in the distribution for 2.0.5? Eh? Are you sure? I just checked the install rule for libg++'s include tree and I see: beforeinstall: cd ${.CURDIR}/include; \ for i in *.h; do \ cmp -s $$i ${DESTDIR}/usr/include/g++/$$i || \ install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \ ${DESTDIR}/usr/include/g++/$$i; \ This will pick up ALL the headers, and would most certainly include complex.h Jordan From owner-freebsd-bugs Mon May 15 23:17:52 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA00455 for bugs-outgoing; Mon, 15 May 1995 23:17:52 -0700 Received: (from gpalmer@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA00440 ; Mon, 15 May 1995 23:17:51 -0700 Date: Mon, 15 May 1995 23:17:51 -0700 From: Gary Palmer Message-Id: <199505160617.XAA00440@freefall.cdrom.com> To: markd@grizzly.com, gpalmer, freebsd-bugs Subject: Changed information for PR bin/167 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: makewhatis ignores symbolic links. State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Mon May 15 23:16:25 PDT 1995 State-Changed-Why: Wolfram Schneider claims that this bug has been fixed. From owner-freebsd-bugs Mon May 15 23:18:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA00470 for bugs-outgoing; Mon, 15 May 1995 23:18:02 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id XAA00462 for ; Mon, 15 May 1995 23:17:55 -0700 Received: by sequent.kiae.su id AA19481 (5.65.kiae-2 ); Tue, 16 May 1995 10:16:22 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Tue, 16 May 95 10:16:21 +0400 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id JAA00464; Tue, 16 May 1995 09:33:27 +0400 To: "Jordan K. Hubbard" , Thomas Gellekum Cc: bugs@FreeBSD.org References: <26736.800595008@freefall.cdrom.com> In-Reply-To: <26736.800595008@freefall.cdrom.com>; from "Jordan K. Hubbard" at Mon, 15 May 1995 20:30:08 -0700 Message-Id: Organization: Olahm Ha-Yetzirah Date: Tue, 16 May 1995 09:33:26 +0400 (MSD) X-Mailer: Mail/@ [v2.35 FreeBSD] From: "Andrey A. Chernov, Black Mage" X-Class: Fast Subject: Re: missing header files in libg++ Lines: 21 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 785 Sender: bugs-owner@FreeBSD.org Precedence: bulk In message <26736.800595008@freefall.cdrom.com> Jordan K. Hubbard writes: >> Moin moin, >> >> while porting the latest version of ACS I noticed that complex.h >> from libg++ was omitted in the FreeBSD src. This seems to be in >> libg++ for compatibility with AT&T's idea of the class. >> >> Could you please leave it in the distribution for 2.0.5? >Eh? Are you sure? I just checked the install rule for libg++'s >include tree and I see: Jordan, I add complex.h very recently :-) -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-bugs Mon May 15 23:37:20 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA00758 for bugs-outgoing; Mon, 15 May 1995 23:37:20 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA00749 for ; Mon, 15 May 1995 23:37:11 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id QAA24269; Tue, 16 May 1995 16:33:04 +1000 Date: Tue, 16 May 1995 16:33:04 +1000 From: Bruce Evans Message-Id: <199505160633.QAA24269@godzilla.zeta.org.au> To: pst@Shockwave.COM, wpaul@skynet.ctr.columbia.edu Subject: Re: misc/423: security of sound devices Cc: freebsd-bugs@FreeBSD.org Sender: bugs-owner@FreeBSD.org Precedence: bulk >[console user should own the audio devices] >The only bug here is (I think) a lack of documentation. /usr/bin/login >already has support for /etc/fbtab and /etc/logindevperm (whichever >name you please) that let you define permissions and ownerships for >frame buffer and sound devices that take effect when a user logs in >on the console. /etc/fbtab is the file used in SunOS 4.1.x. Solaris 2.x >uses /etc/logindevperm. We have /usr/src/etc/fbtab but it doesn't have enough devices, all devices are commented out, and it doesn't get installed. >If you look at /usr/src/usr.bin/login/login_fbtab.c you'll see the >comments that describe what's supposed to happen. Those comments >should probably be made into a man page, and a default /etc/fbtab We have fbtab.5 and it even gets installed :-). >file should probably be added to the distribution so people will >have some idea that this feature exists. The distribution should be as secure as possible by default. What goes wrong if /etc/fbtab is too restrictive? What is the equivalent of `mesg y'? Bruce From owner-freebsd-bugs Mon May 15 23:46:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA00865 for bugs-outgoing; Mon, 15 May 1995 23:46:01 -0700 Received: from relay.philips.nl (relay.philips.nl [130.144.65.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA00859 for ; Mon, 15 May 1995 23:45:54 -0700 Received: from cnps.lss.cp.philips.com ([130.144.198.1]) by relay.philips.nl (8.6.9/8.6.9-950414) with SMTP id IAA10960; Tue, 16 May 1995 08:44:01 +0200 Received: from kitty.lss.cp.philips.com by cnps.lss.cp.philips.com with smtp (Smail3.1.28.1 #1) id m0sBHS8-0001v1C; Tue, 16 May 95 08:54 MET Received: by kitty.lss.cp.philips.com (Smail3.1.28.1 #1) id m0sBGKh-0001ypC; Tue, 16 May 95 08:42 MET DST Message-Id: From: guido@kitty.lss.cp.philips.com (Guido van Rooij) Subject: Re: file system or vm bug in 2.0R To: terry@cs.weber.edu (Terry Lambert) Date: Tue, 16 May 1995 08:42:19 +0200 (MET DST) Cc: guido@gvr.win.tue.nl, freebsd-bugs@FreeBSD.org In-Reply-To: <9505152014.AA10712@cs.weber.edu> from "Terry Lambert" at May 15, 95 02:14:33 pm Reply-To: Guido.vanRooij@nl.cis.philips.com (Guido van Rooij) X-Mailer: ELM [version 2.4 PL21] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 377 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > > > I just noticed that the `lost diskspace' reappears after some time. > > (say 30 minutes or so). > > Would you say that this was or wasn't after the last reference to the > old password database had gone away by being shoved out of the cache? Bruce's suggestion was correct. The addition of a vnode_pager_uncache() in rename (vfs_syscalls) fixed the problem. -Guido From owner-freebsd-bugs Mon May 15 23:50:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA00916 for bugs-outgoing; Mon, 15 May 1995 23:50:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA00909 ; Mon, 15 May 1995 23:50:01 -0700 Date: Mon, 15 May 1995 23:50:01 -0700 Message-Id: <199505160650.XAA00909@freefall.cdrom.com> From: Paul Traina Reply-To: Paul Traina To: freebsd-bugs Subject: kern/424: if_ep driver does not support multicast In-Reply-To: Your message of Mon, 15 May 1995 23:45:23 -0700 <199505160645.XAA21674@precipice.shockwave.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 424 >Category: kern >Synopsis: 3COM 3C509 driver doesn't support multicast >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 15 23:50:00 1995 >Originator: Rob Widmer >Organization: cisco Systems, Inc. >Release: FreeBSD 2.0 >Environment: FreeBSD 2.0, 3COM 3C509 (if_ep) >Description: Add multicast support >How-To-Repeat: >Fix: *** 559,564 **** --- 559,565 ---- ifp->if_name = "ep"; ifp->if_mtu = ETHERMTU; ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_NOTRAILERS; + ifp->if_flags |= IFF_MULTICAST; ifp->if_init = epinit; ifp->if_output = ether_output; ifp->if_start = epstart; *************** *** 1336,1341 **** --- 1337,1363 ---- ifp->if_mtu = ifr->ifr_mtu; } break; + + case SIOCADDMULTI: + case SIOCDELMULTI: + /* + * Update our multicast listeners + */ + if (cmd == SIOCADDMULTI) { + ether_addmulti(ifr, &sc->arpcom); + } else { + ether_delmulti(ifr, &sc->arpcom); + } + + if (error == ENETRESET) { + /* + * Multicast list has changed; set the + * hardware filter accordingly + */ + epreset(ifp->if_unit); + error = 0; + } + break; default: error = EINVAL; >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon May 15 23:51:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA00937 for bugs-outgoing; Mon, 15 May 1995 23:51:55 -0700 Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.RWTH-Aachen.DE [134.130.90.6]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA00931 ; Mon, 15 May 1995 23:51:52 -0700 Received: (from thomas@localhost) by ghpc6.ihf.rwth-aachen.de (8.6.8/8.6.6) id IAA09614; Tue, 16 May 1995 08:51:46 +0200 From: Thomas Gellekum Message-Id: <199505160651.IAA09614@ghpc6.ihf.rwth-aachen.de> Subject: Re: missing header files in libg++ To: jkh@freefall.cdrom.com (Jordan K. Hubbard) Date: Tue, 16 May 1995 08:51:46 +0200 (MET DST) Cc: thomas@ghpc8.ihf.rwth-aachen.de, bugs@FreeBSD.org In-Reply-To: <26736.800595008@freefall.cdrom.com> from "Jordan K. Hubbard" at May 15, 95 08:30:08 pm Organization: Institut f. Hochfrequenztechnik, RWTH Aachen X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 285 Sender: bugs-owner@FreeBSD.org Precedence: bulk Jordan K. Hubbard wrote: > [missing complex.h] > > Eh? Are you sure? I just checked the install rule for libg++'s > include tree and I see: Yes, I'm sure it's missing from 2.0R. I don't know about the snapshots. It is in libg++-2.6.2/libg++/src in the original libg++-tarball. tg From owner-freebsd-bugs Tue May 16 01:31:30 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA02793 for bugs-outgoing; Tue, 16 May 1995 01:31:30 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id BAA02787 for ; Tue, 16 May 1995 01:31:23 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id BAA08331; Tue, 16 May 1995 01:29:52 -0700 From: "Rodney W. Grimes" Message-Id: <199505160829.BAA08331@gndrsh.aac.dev.com> Subject: Re: misc/423: security of sound devices To: bde@zeta.org.au (Bruce Evans) Date: Tue, 16 May 1995 01:29:51 -0700 (PDT) Cc: pst@Shockwave.COM, wpaul@skynet.ctr.columbia.edu, freebsd-bugs@FreeBSD.org In-Reply-To: <199505160633.QAA24269@godzilla.zeta.org.au> from "Bruce Evans" at May 16, 95 04:33:04 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1439 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > >[console user should own the audio devices] > > >The only bug here is (I think) a lack of documentation. /usr/bin/login > >already has support for /etc/fbtab and /etc/logindevperm (whichever > >name you please) that let you define permissions and ownerships for > >frame buffer and sound devices that take effect when a user logs in > >on the console. /etc/fbtab is the file used in SunOS 4.1.x. Solaris 2.x > >uses /etc/logindevperm. > > We have /usr/src/etc/fbtab but it doesn't have enough devices, all > devices are commented out, and it doesn't get installed. I asked Guido over a week ago to do something about the copyright on login_fbtab.c. It is about to be cvs removed as there is not a proper copyright on it :-(. > >If you look at /usr/src/usr.bin/login/login_fbtab.c you'll see the > >comments that describe what's supposed to happen. Those comments > >should probably be made into a man page, and a default /etc/fbtab > > We have fbtab.5 and it even gets installed :-). > > >file should probably be added to the distribution so people will > >have some idea that this feature exists. > > The distribution should be as secure as possible by default. What > goes wrong if /etc/fbtab is too restrictive? What is the equivalent > of `mesg y'? > > Bruce > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-bugs Tue May 16 02:46:45 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA04864 for bugs-outgoing; Tue, 16 May 1995 02:46:45 -0700 Received: from relay.philips.nl (relay.philips.nl [130.144.65.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id CAA04858 for ; Tue, 16 May 1995 02:46:43 -0700 Received: from cnps.lss.cp.philips.com ([130.144.198.1]) by relay.philips.nl (8.6.9/8.6.9-950414) with SMTP id LAA21345; Tue, 16 May 1995 11:43:52 +0200 Received: from kitty.lss.cp.philips.com by cnps.lss.cp.philips.com with smtp (Smail3.1.28.1 #1) id m0sBKG7-0000ivC; Tue, 16 May 95 11:53 MET Received: by kitty.lss.cp.philips.com (Smail3.1.28.1 #1) id m0sBJ8d-00020fC; Tue, 16 May 95 11:42 MET DST Message-Id: From: guido@kitty.lss.cp.philips.com (Guido van Rooij) Subject: Re: misc/423: security of sound devices To: bde@zeta.org.au (Bruce Evans) Date: Tue, 16 May 1995 11:42:03 +0200 (MET DST) Cc: pst@Shockwave.COM, wpaul@skynet.ctr.columbia.edu, freebsd-bugs@FreeBSD.org In-Reply-To: <199505160633.QAA24269@godzilla.zeta.org.au> from "Bruce Evans" at May 16, 95 04:33:04 pm Reply-To: Guido.vanRooij@nl.cis.philips.com (Guido van Rooij) X-Mailer: ELM [version 2.4 PL21] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 911 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > We have /usr/src/etc/fbtab but it doesn't have enough devices, all > devices are commented out, and it doesn't get installed. > That's because I gave up after moving the thing around, first from usr/src/etc to usr/src/share/examples and then back again...:-(( > >If you look at /usr/src/usr.bin/login/login_fbtab.c you'll see the > >comments that describe what's supposed to happen. Those comments > >should probably be made into a man page, and a default /etc/fbtab > > We have fbtab.5 and it even gets installed :-). > Yes! > >file should probably be added to the distribution so people will > >have some idea that this feature exists. > > The distribution should be as secure as possible by default. What > goes wrong if /etc/fbtab is too restrictive? What is the equivalent > of `mesg y'? I agree with that, though an ordinary user should not be hindered by too restrictive fbtab's. -Guido From owner-freebsd-bugs Tue May 16 03:10:54 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA05535 for bugs-outgoing; Tue, 16 May 1995 03:10:54 -0700 Received: from DBSTU1.RZ.TU-BS.DE (dbstu1.rz.tu-bs.de [134.169.1.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id DAA05529 for ; Tue, 16 May 1995 03:10:52 -0700 Message-Id: <199505161010.DAA05529@freefall.cdrom.com> Received: from rzab0.rz.tu-bs.de by DBSTU1.RZ.TU-BS.DE (IBM VM SMTP V2R2) with TCP; Tue, 16 May 95 12:10:35 MEZ Received: by rzab0.rz.tu-bs.de (1.37.109.4/15.6) id AA08554; Tue, 16 May 95 12:10:38 +0200 From: Martin Butkus Subject: big files written to scsi harddisk got corrupted To: freebsd-bugs@FreeBSD.org Date: Tue, 16 May 1995 12:10:37 +0100 (MESZ) X-Mailer: ELM [version 2.4 PL11] Content-Type: text Content-Length: 1341 Sender: bugs-owner@FreeBSD.org Precedence: bulk Hello. I think I have discovered a bug in the february SNAP of FreeBSD. After a vanilla install, I did yes > test.dat in an xterm and killed yes when test.dat had a size of 100MB or so. When I looked at the file I found that sometimes characters got replaced by 0xff's. If such a corruption happens, it always happens to 8 consecutive characters. When I tried to determine at which position in the file such a corruption occurs, I found that the positions (in bytes) are always divisible by 2048. I then ktrace'd the I/O of yes and there were no errors in the ktrace log file. I enabled SCSI debugging too and the error level returned from the drive was always 0x0 (no error). I have checked cables and termination but this had no effect on the bug. The problem could be found on my Quantum drive as well as on the Syquest. I presume this is a bug in FreeBSD as the drive is new and the controller is known to have worked flawlessly in another machine. In case you need it here is my configuration: intel 486/50 16 MB RAM Quantum lightning 730S rev 241E hard disk Syquest 270MB removable disk (currently not installed) Adaptec 1542 A SCSI controller (I use its floppy disk controller, too) no-name Multi-I/O card Sigma Designs L-View black&white monitor and graphics card (19 inch) I use the february SNAP of FreeBSD and X-Windows. From owner-freebsd-bugs Tue May 16 03:39:25 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA06171 for bugs-outgoing; Tue, 16 May 1995 03:39:25 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id DAA06165 for ; Tue, 16 May 1995 03:39:22 -0700 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id DAA07518; Tue, 16 May 1995 03:42:26 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id DAA01603; Tue, 16 May 1995 03:39:24 -0700 Message-Id: <199505161039.DAA01603@corbin.Root.COM> To: Martin Butkus cc: freebsd-bugs@FreeBSD.org Subject: Re: big files written to scsi harddisk got corrupted In-reply-to: Your message of "Tue, 16 May 95 12:10:37 BST." <199505161010.DAA05529@freefall.cdrom.com> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 16 May 1995 03:39:18 -0700 Sender: bugs-owner@FreeBSD.org Precedence: bulk >as on the Syquest. I presume this is a bug in FreeBSD as the drive is >new and the controller is known to have worked flawlessly in another machine. >In case you need it here is my configuration: > >Adaptec 1542 A SCSI controller (I use its floppy disk controller, too) The Adaptec 1542A is known to corrupt data for DMA's that are larger than 16Kbytes. FreeBSD uses I/O clustering both in the file I/O system and in the VM system and DMA's are frequently larger than 16Kbytes. There are apparantly some versions of the 1542A that don't have this problem, but every one that I've tested does. If you upgrade the controller to a 1542B, the problems should go away. -DG From owner-freebsd-bugs Tue May 16 04:15:41 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA07277 for bugs-outgoing; Tue, 16 May 1995 04:15:41 -0700 Received: from relay.philips.nl (relay.philips.nl [130.144.65.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA07271 for ; Tue, 16 May 1995 04:15:40 -0700 Received: from cnps.lss.cp.philips.com ([130.144.198.1]) by relay.philips.nl (8.6.9/8.6.9-950414) with SMTP id NAA25604; Tue, 16 May 1995 13:12:55 +0200 Received: from kitty.lss.cp.philips.com by cnps.lss.cp.philips.com with smtp (Smail3.1.28.1 #1) id m0sBLeM-0001yYC; Tue, 16 May 95 13:22 MET Received: by kitty.lss.cp.philips.com (Smail3.1.28.1 #1) id m0sBKWr-00020fC; Tue, 16 May 95 13:11 MET DST Message-Id: From: guido@kitty.lss.cp.philips.com (Guido van Rooij) Subject: Re: misc/423: security of sound devices To: rgrimes@gndrsh.aac.dev.com (Rodney W. Grimes) Date: Tue, 16 May 1995 13:11:09 +0200 (MET DST) Cc: bde@zeta.org.au, pst@Shockwave.COM, wpaul@skynet.ctr.columbia.edu, freebsd-bugs@FreeBSD.org In-Reply-To: <199505160829.BAA08331@gndrsh.aac.dev.com> from "Rodney W. Grimes" at May 16, 95 01:29:51 am Reply-To: Guido.vanRooij@nl.cis.philips.com (Guido van Rooij) X-Mailer: ELM [version 2.4 PL21] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 412 Sender: bugs-owner@FreeBSD.org Precedence: bulk Rodney W. Grimes wrote: > > > > We have /usr/src/etc/fbtab but it doesn't have enough devices, all > > devices are commented out, and it doesn't get installed. > > I asked Guido over a week ago to do something about the copyright > on login_fbtab.c. It is about to be cvs removed as there is not > a proper copyright on it :-(. > And I asked you what copyright you need. I just didnt have time yet. -Guido From owner-freebsd-bugs Tue May 16 04:26:15 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA07512 for bugs-outgoing; Tue, 16 May 1995 04:26:15 -0700 Received: from hda.com (hda.com [199.232.40.182]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA07505 for ; Tue, 16 May 1995 04:26:12 -0700 Received: (dufault@localhost) by hda.com (8.6.9/8.3) id HAA24513; Tue, 16 May 1995 07:26:33 -0400 From: Peter Dufault Message-Id: <199505161126.HAA24513@hda.com> Subject: Re: big files written to scsi harddisk got corrupted To: y0001415@ws.rz.tu-bs.de (Martin Butkus) Date: Tue, 16 May 1995 07:26:33 -0400 (EDT) Cc: freebsd-bugs@FreeBSD.org In-Reply-To: <199505161010.DAA05529@freefall.cdrom.com> from "Martin Butkus" at May 16, 95 12:10:37 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1720 Sender: bugs-owner@FreeBSD.org Precedence: bulk Martin Butkus writes: > > Hello. > > I think I have discovered a bug in the february SNAP of FreeBSD. After a > vanilla install, I did > > yes > test.dat > > in an xterm and killed yes when test.dat had a size of 100MB or so. When I > looked at the file I found that sometimes characters got replaced by 0xff's. > If such a corruption happens, it always happens to 8 consecutive characters. > When I tried to determine at which position in the file such a corruption > occurs, I found that the positions (in bytes) are always divisible by 2048. > I then ktrace'd the I/O of yes and there were no errors in the ktrace log file. > I enabled SCSI debugging too and the error level returned from the drive was > always 0x0 (no error). I have checked cables and termination but this had > no effect on the bug. The problem could be found on my Quantum drive as well > as on the Syquest. I presume this is a bug in FreeBSD as the drive is > new and the controller is known to have worked flawlessly in another machine. > In case you need it here is my configuration: > > intel 486/50 > 16 MB RAM > Quantum lightning 730S rev 241E hard disk > Syquest 270MB removable disk (currently not installed) > Adaptec 1542 A SCSI controller (I use its floppy disk controller, too) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is suspect in the newer kernels, perhaps due to better clustering and bigger I/O transfers. Marc Ramirez was kind enough to send me a 1542A, but I won't have a system to plug it into (with full length slots) until later this week. Peter -- Peter Dufault Real Time Machine Control and Simulation HD Associates, Inc. Voice: 508 433 6936 dufault@hda.com Fax: 508 433 5267 From owner-freebsd-bugs Tue May 16 05:12:35 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id FAA08641 for bugs-outgoing; Tue, 16 May 1995 05:12:35 -0700 Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id FAA08634 for ; Tue, 16 May 1995 05:12:29 -0700 Received: from ole.cs.tu-berlin.de (wosch@ole.cs.tu-berlin.de [130.149.28.1]) by mail.cs.tu-berlin.de (8.6.10/8.6.10) with ESMTP id OAA22620 for ; Tue, 16 May 1995 14:12:17 +0200 From: Wolfram Schneider Received: (wosch@localhost) by ole.cs.tu-berlin.de (8.6.10/8.6.6) id OAA07384; Tue, 16 May 1995 14:12:14 +0200 Date: Tue, 16 May 1995 14:12:14 +0200 Message-Id: <199505161212.OAA07384@ole.cs.tu-berlin.de> To: bugs@FreeBSD.org Subject: missing manpages MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: bugs-owner@FreeBSD.org Precedence: bulk /bin /sbin No manual entry for dset /usr/bin No manual entry for c++ No manual entry for curseperl No manual entry for cvsinit No manual entry for ex No manual entry for f77 No manual entry for g++ No manual entry for gencat No manual entry for ibcs2 No manual entry for kzip No manual entry for makedoc No manual entry for makeinfo No manual entry for mk_cmds No manual entry for neqn No manual entry for nex No manual entry for nvi No manual entry for nview No manual entry for pagesize No manual entry for psroff No manual entry for ptx No manual entry for texindex No manual entry for uulog No manual entry for uuname No manual entry for uupick No manual entry for uusched No manual entry for uuto No manual entry for view No manual entry for ypwhich No manual entry for zgrep /usr/sbin No manual entry for bad144 No manual entry for callbootd No manual entry for ctm_scan No manual entry for dbsym No manual entry for mailstats No manual entry for manctl No manual entry for mixer No manual entry for mtrace No manual entry for nsquery No manual entry for nstest No manual entry for pmap_dump No manual entry for pmap_set No manual entry for praliases No manual entry for spkrtest No manual entry for tzsetup No manual entry for yppoll No manual entry for ypset #!/bin/sh # # manmiss - print missing manpages for dir in `(echo $PATH; sysctl -n user.cs_path 2> /dev/null) | \ awk '{gsub(":", "\n"); print}' | sort -u` do if cd $dir; then echo $dir for page in * do man -w $page >/dev/null done fi done From owner-freebsd-bugs Tue May 16 07:01:48 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA10136 for bugs-outgoing; Tue, 16 May 1995 07:01:48 -0700 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id HAA10130 for ; Tue, 16 May 1995 07:01:45 -0700 Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.3.6) id AA19916; Tue, 16 May 1995 10:01:27 -0400 Date: Tue, 16 May 1995 10:01:27 -0400 From: Garrett Wollman Message-Id: <9505161401.AA19916@halloran-eldar.lcs.mit.edu> To: davidg@Root.COM Cc: bugs@FreeBSD.org Subject: Appears to fix rtfree() panics In-Reply-To: <199505152249.PAA03566@corbin.Root.COM> References: <199505152249.PAA03566@corbin.Root.COM> Sender: bugs-owner@FreeBSD.org Precedence: bulk < said: > The patch you posted appears to fix the route reference count problems that > people have reported. Any objections for commit? > ! if ((rt = saved_nrt)->rt_refcnt <= 0) > ! if ((rt = saved_nrt)) Just to follow up on this, here's what was happening: The problem was that, in most situations, there were still PCBs with active references to cloned children of the route being deleted. Because clones keep a reference to their parents, the reference count was non-zero, and the delete code here was not incrementing the reference count like it should have in preparation for the rtfree() which happens further down (after the `report' label). Thus, the reference count of this route was one less than it should have been. The RTM_DELETE code in rtrequest() then deleted all of the cloned children, so that the next reference to them by one of these active PCBs would result in a reference drop and deletion of the clones, which would in turn drop a reference to the parent. But, because the reference count was one too small, the second-to-the-last reference drop caused the route to get freed, and then when the last drop happened, the route had already been re-allocated and overwritten with garbage (or at least, something that was not a valid route). This caused the panic. -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-freebsd-bugs Tue May 16 11:07:53 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA16001 for bugs-outgoing; Tue, 16 May 1995 11:07:53 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id LAA15995 for ; Tue, 16 May 1995 11:07:50 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id LAA08828; Tue, 16 May 1995 11:06:50 -0700 From: "Rodney W. Grimes" Message-Id: <199505161806.LAA08828@gndrsh.aac.dev.com> Subject: Re: misc/423: security of sound devices To: Guido.vanRooij@nl.cis.philips.com Date: Tue, 16 May 1995 11:06:50 -0700 (PDT) Cc: bde@zeta.org.au, pst@Shockwave.COM, wpaul@skynet.ctr.columbia.edu, freebsd-bugs@FreeBSD.org In-Reply-To: from "Guido van Rooij" at May 16, 95 01:11:09 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 661 Sender: bugs-owner@FreeBSD.org Precedence: bulk > > Rodney W. Grimes wrote: > > > > > > We have /usr/src/etc/fbtab but it doesn't have enough devices, all > > > devices are commented out, and it doesn't get installed. > > > > I asked Guido over a week ago to do something about the copyright > > on login_fbtab.c. It is about to be cvs removed as there is not > > a proper copyright on it :-(. > > > > And I asked you what copyright you need. I just didnt have time yet. Didn't you get my email about /usr/share/examples/etc/bsd-style-copyright? -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Custom computers for FreeBSD From owner-freebsd-bugs Tue May 16 11:59:06 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA17276 for bugs-outgoing; Tue, 16 May 1995 11:59:06 -0700 Received: from cmc.eng.comsat.com (cmc.eng.comsat.com [134.133.169.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id LAA17266 for ; Tue, 16 May 1995 11:59:00 -0700 Received: from cmc (cmc.eng.comsat.com) by cmc.eng.comsat.com (4.1/SMI-4.1) id AA04757; Tue, 16 May 95 14:56:49 EDT Date: Tue, 16 May 1995 14:56:18 -0400 (EDT) From: MARC Giannoni Subject: Binding a socket (fwd) To: bugs@FreeBSD.org Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@FreeBSD.org Precedence: bulk ---------- Forwarded message ---------- Date: Tue, 4 Apr 1995 13:44:43 -0400 (EDT) From: KEITH Regan To: FreeBSD-questions@freefall.cdrom.com Cc: marc@cmc.eng.comsat.com Subject: Binding a socket Hey - I'm having some problems with my unpatched FreeBSD 2.0 Walnut Creek CDROM. I'm am trying to bind a socket to a specific port (> 1024) with address INADDR_ANY using the TCP protocol in the Inet domain with the REUSEADDR and REUSEPORT options enabled and I get the EADDRINUSE error. I looked at what I believe to be the netinet source code for "bind" processing (in_pcb.c) and it is unclear why in in_pcbbind near: return (error); t = in_pcblookup(head, zeroin_addr, 0, sin->sin_addr, lport, wild); if (t && (reuseport & t->inp_socket->so_options) == 0) return (EADDRINUSE); there is this check against the option settings of the in_pcblookup results. It would seem that, if reuseport is ever true (and in my case it is (I think)), then any "sin" address will always be declared in use even if it has never been in use. I have verified this. With REUSEADDR and REUSEPORT not enabled, the bind works. With them enabled, it does not. I've tried just using REUSEADDR, and while I can get the bind to work, any subsequent attempt at "reusing" the port results in the same error. Whatdayathink? Do I have it all wrong? It there some clever work around or patch that I can use to move on? Thanx in advance. --- keith@cmc.eng.comsat.com --- /~~~~~\ /~~~~\ /~\ /~\ |~~~~\ /~~\ |~~~~~~~| Keith G. Regan | |---/ | /~~\ | | \/ | | +-| / /\ \ |--| |--| Director | | | | | | | \ / | \ \ | [<>] | | | Software Engineering | |---\ | \__/ | | |\/| | |-+ | | | | | | | Comsat Mobile Comm. \_____/ \____/ |_| |_| \____/ |_| |_| |_| 22300 Comsat Drive Clarksburg, MD 78720 Tel: (301) 428-2348 M O B I L E C O M M U N I C A T I O N S Fax: (301) 601-5959 From owner-freebsd-bugs Tue May 16 13:49:24 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA20088 for bugs-outgoing; Tue, 16 May 1995 13:49:24 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id NAA20049 ; Tue, 16 May 1995 13:47:56 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id WAA01584; Tue, 16 May 1995 22:47:20 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id WAA17633; Tue, 16 May 1995 22:47:20 +0200 Message-Id: <199505162047.WAA17633@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: ports@FreeBSD.org, bugs@FreeBSD.org Subject: Late fix for XFree86 port Date: Tue, 16 May 1995 22:47:19 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk Hi I did not want to abuse my recently acquired commit powers, so here is a fix for XFree86 as set in ports/x11/XFree86. The problem was that if Xfree86 is not installed on your system, a bit of source code that is compiled and linked off your O'Reilly and Associates CDROM will not compile because of a lack of some X Header files. This patch points gcc in the right direction (on the CDROM) for long enough to make it work. The code concerned generates the link farm that is eventually patched and compiled to make Xfree. ----------------------8<-----------Patch relative to ports/x11------- diff -cdPr XFree86/scripts/configure XFree86.MM/scripts/configure *** XFree86.MM/scripts/configure Tue May 16 20:53:20 1995 --- XFree86/scripts/configure Tue May 16 22:35:56 1995 *************** *** 36,42 **** fi echo "==> building the tree (please wait)" if [ -f ${WRKDIR}/.cd_OR ] ; then ! (cd $WRKDIR; cp $X11R6/xc/config/util/lndir.c .; cc -o lndir lndir.c; mkdir ./xc; ./lndir $X11R6/xc ./xc) fi if [ -f ${WRKDIR}/.cd_X ] ; then (cd $WRKDIR; sh $FILESDIR/maketree $X11R6) --- 36,42 ---- fi echo "==> building the tree (please wait)" if [ -f ${WRKDIR}/.cd_OR ] ; then ! (cd $WRKDIR; cp $X11R6/xc/config/util/lndir.c .;ln -s $X11R6/xc/include X11; cc -o lndir -I. lndir.c; mkdir ./xc; ./lndir $X11R6/xc ./xc) fi if [ -f ${WRKDIR}/.cd_X ] ; then (cd $WRKDIR; sh $FILESDIR/maketree $X11R6) ----------------------8<-----------Patch relative to ports/x11------- -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-bugs Tue May 16 13:50:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA20128 for bugs-outgoing; Tue, 16 May 1995 13:50:03 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA20120 ; Tue, 16 May 1995 13:50:02 -0700 Date: Tue, 16 May 1995 13:50:02 -0700 Message-Id: <199505162050.NAA20120@freefall.cdrom.com> From: Poul-Henning.Kamp@critter.tfs.com Reply-To: Poul-Henning.Kamp@critter.tfs.com To: freebsd-bugs Subject: kern/425: arp entries not getting removed when interface changes In-Reply-To: Your message of Tue, 16 May 1995 13:49:04 -0700 <199505162049.NAA01073@critter.tfs.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 425 >Category: kern >Synopsis: arp entries not getting removed when interface changes >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 16 13:50:01 1995 >Originator: Poul-Henning Kamp >Organization: core-team >Release: FreeBSD BUILT-19950423 i386 >Environment: >Description: >How-To-Repeat: ifconfig ze0 192.216.222.226 ping 192.216.222.227 ifconfig ze0 down ifconfig ze0 delete 192.216.222.226 arp -a Arp entry not deleted. >Fix: I'd say that's a bug. You should file a bug report in case somebody is looking for something to do. It looks like it should be straightforward to add - when arp_rtrequest() gets a RTM_DELETE for something that looks like an interface route, it should go through and delete any applicable arp entries. -GAWollman >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue May 16 14:18:11 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA20978 for bugs-outgoing; Tue, 16 May 1995 14:18:11 -0700 Received: from cabri.obs-besancon.fr (cabri.obs-besancon.fr [193.52.184.3]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA20949 ; Tue, 16 May 1995 14:18:03 -0700 Received: by cabri.obs-besancon.fr (5.57/Ultrix3.0-C) id AA27553; Tue, 16 May 95 23:17:28 +0100 Date: Tue, 16 May 95 23:17:28 +0100 From: jmz@cabri.obs-besancon.fr (Jean-Marc Zucconi) Message-Id: <9505162217.AA27553@cabri.obs-besancon.fr> To: mark@grondar.za Cc: ports@FreeBSD.org, bugs@FreeBSD.org In-Reply-To: <199505162047.WAA17633@grumble.grondar.za> (message from Mark Murray on Tue, 16 May 1995 22:47:19 +0200) Subject: Re: Late fix for XFree86 port X-Mailer: Emacs Sender: bugs-owner@FreeBSD.org Precedence: bulk >>>>> "Mark" == Mark Murray writes: > Hi > I did not want to abuse my recently acquired commit powers, so here is > a fix for XFree86 as set in ports/x11/XFree86. The problem was that > if Xfree86 is not installed on your system, a bit of source code > that is compiled and linked off your O'Reilly and Associates CDROM > will not compile because of a lack of some X Header files. This patch > points gcc in the right direction (on the CDROM) for long enough to > make it work. The code concerned generates the link farm that > is eventually patched and compiled to make Xfree. There is no need to compile lndir in this case - look 3 lines below your long line how I did it!!! You should have used my script from the begining... > ----------------------8<-----------Patch relative to ports/x11------- > diff -cdPr XFree86/scripts/configure XFree86.MM/scripts/configure > *** XFree86.MM/scripts/configure Tue May 16 20:53:20 1995 > --- XFree86/scripts/configure Tue May 16 22:35:56 1995 > *************** > *** 36,42 **** > fi > echo "==> building the tree (please wait)" > if [ -f ${WRKDIR}/.cd_OR ] ; then > ! (cd $WRKDIR; cp $X11R6/xc/config/util/lndir.c .; cc -o lndir lndir.c; mkdir ./xc; ./lndir $X11R6/xc ./xc) > fi > if [ -f ${WRKDIR}/.cd_X ] ; then > (cd $WRKDIR; sh $FILESDIR/maketree $X11R6) Jean-Marc. _____________________________________________________________________________ Jean-Marc Zucconi Observatoire de Besancon F 25010 Besancon cedex PGP Key: finger jmz@cabri.obs-besancon.fr ============================================================================= From owner-freebsd-bugs Tue May 16 15:10:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA23402 for bugs-outgoing; Tue, 16 May 1995 15:10:01 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA23394 ; Tue, 16 May 1995 15:10:01 -0700 Date: Tue, 16 May 1995 15:10:01 -0700 Message-Id: <199505162210.PAA23394@freefall.cdrom.com> From: alan@epilogue.com Reply-To: alan@epilogue.com To: freebsd-bugs Subject: bin/426: date "+%s" In-Reply-To: Your message of Tue, 16 May 1995 18:03:45 -0400 <199505162203.SAA23270@beandorf.epilogue.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 426 >Category: bin >Synopsis: Is 'date "+%s"' supported? >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 16 15:10:00 1995 >Originator: Alan Bawden >Organization: >Release: FreeBSD 2.0-RELEASE i386 >Environment: >Description: In 1.1.5.1, the command 'date "+%s"' prints '800661335' (for some number of seconds). In 2.0, the same command prints 's'. The man page for `date' refers me to the man page for `strftime'. The man page for `strftime' documents `%s' as an "extension". I haven't tried to call `strftime' directly. >How-To-Repeat: >Fix: Change the documentation, or change the code. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue May 16 18:15:31 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA27652 for bugs-outgoing; Tue, 16 May 1995 18:15:31 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA27638 ; Tue, 16 May 1995 18:15:30 -0700 Date: Tue, 16 May 1995 18:15:30 -0700 From: David Greenman Message-Id: <199505170115.SAA27638@freefall.cdrom.com> To: alan@epilogue.com, davidg, freebsd-bugs Subject: Changed information for PR bin/426 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: Is 'date "+%s"' supported? State-Changed-From-To: open-closed State-Changed-By: davidg State-Changed-When: Tue May 16 18:14:57 PDT 1995 State-Changed-Why: The bug was fixed in rev 1.2 of strftime.c: revision 1.2 date: 1995/03/01 23:08:40; author: joerg; state: Exp; lines: +22 -0 On snap 950210, format %s (print seconds from the epoch) is missing from the code in strftime.c . This affects both the library code and all the commands using it (e.g. date +%s). Note that %s is not required by ANSI, but we've already got it in 1.1.5.1. From owner-freebsd-bugs Tue May 16 20:18:05 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA04446 for bugs-outgoing; Tue, 16 May 1995 20:18:05 -0700 Received: from tempis.quanta.com (root@[204.71.120.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id UAA04435 for ; Tue, 16 May 1995 20:18:01 -0700 Received: from quanta.quanta.com (quanta.quanta.com [204.71.120.33]) by tempis.quanta.com (8.6.11/8.6.9) with ESMTP id XAA02046 for ; Tue, 16 May 1995 23:17:38 -0400 Received: (from root@localhost) by quanta.quanta.com (8.6.11/8.6.9) id XAA03512; Tue, 16 May 1995 23:17:37 -0400 Date: Tue, 16 May 1995 23:17:37 -0400 (EDT) From: Super User To: bugs@FreeBSD.org Subject: Disk quotas? Will they ever work? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: bugs-owner@FreeBSD.org Precedence: bulk Please respond to rsww@204.71.120.34 I haven't had any success at getting disk quotas to work with FreeBSD on any release. Currently I am running the latest sources on a DEC Prioris HX. While everything else works great, even the Adaptec 2940W. Those damn disk quotas are a pain. I plan on using FreeBSD as my main operating system for an internet providing business I'm starting and having some way to make sure users don't go way too crazy with disk usage I need disk quotas. I formatted a 4GB Seagate Barracuda for a home drive, set blocks to 4K frags to 512bytes. If you can shed some light on this problem please drop me mail at: rsww@204.71.120.34 From owner-freebsd-bugs Tue May 16 21:30:05 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA19452 for bugs-outgoing; Tue, 16 May 1995 21:30:05 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA19438 ; Tue, 16 May 1995 21:30:03 -0700 Date: Tue, 16 May 1995 21:30:03 -0700 Message-Id: <199505170430.VAA19438@freefall.cdrom.com> From: Noses Reply-To: Noses To: freebsd-bugs Subject: kern/428: ethernet cards and their drivers In-Reply-To: Your message of Wed, 17 May 1995 06:27:17 +0200 <199505170427.GAA00955@oink.rhein.de> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 428 >Category: kern >Synopsis: configure is not foolproof >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue May 16 21:30:02 1995 >Originator: Noses >Organization: >Release: FreeBSD 2.0-RELEASE i386 >Environment: >Description: Imagine this in a configuration: device ed0 at isa? port 0x300 net irq 9 vector edintr device ep0 at isa? port 0x360 net irq 15 vector edintr <---- device eg0 at isa? port 0x380 net irq ? vector egintr Instead of not working, pinging a neighbour on the ethernet is giving you decreasing times starting at 1000 ms going down 10 ms per packet. It drove me slightly nuts until I found that typo - I replaced the board twice and even used our LAN analyzer... Couldn't you add a big boot kicking me next time I do it or get it not to work at all? >How-To-Repeat: >Fix: learn using cut&paste. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue May 16 21:30:04 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA19444 for bugs-outgoing; Tue, 16 May 1995 21:30:04 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA19421 ; Tue, 16 May 1995 21:30:02 -0700 Date: Tue, 16 May 1995 21:30:02 -0700 Message-Id: <199505170430.VAA19421@freefall.cdrom.com> From: Noses Reply-To: Noses To: freebsd-bugs Subject: kern/427: eg (3C505) driver doesn't support more than one card In-Reply-To: Your message of Wed, 17 May 1995 06:20:41 +0200 <199505170420.GAA00838@oink.rhein.de> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 427 >Category: kern >Synopsis: eg doesn't work with more than one card >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 16 21:30:01 1995 >Originator: Noses >Organization: >Release: FreeBSD 2.0-RELEASE i386 >Environment: 2 or more 3C505 (set to different DMAs) in one machine. options GATEWAY. >Description: As soon as the machine is in mutiuser mode only one of the n 3C505 in my systems is working any more, the rest is deaf and mute. Strangely enough they ARE working while sinlge user if ifconfiged but stop doing so when routes are added. One stays functional. >How-To-Repeat: see description >Fix: Remove n-1 3C505 or find the one that is working and ignore the rest. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue May 16 22:10:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA20940 for bugs-outgoing; Tue, 16 May 1995 22:10:40 -0700 Received: from gimli.Informatik.Uni-Oldenburg.DE (gimli.Informatik.Uni-Oldenburg.DE [134.106.1.10]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id WAA20934 ; Tue, 16 May 1995 22:10:36 -0700 Received: by gimli.Informatik.Uni-Oldenburg.DE (Smail3.1.22.1) id ; Wed, 17 May 95 06:50 CES Received: by olis.north.de (/\==/\ Smail3.1.28.1 #28.13) id ; Wed, 17 May 95 06:41 MES Received: from jelal.hb.north.de by oytix.hb.north.de with bsmtp (Smail3.1.29.0 #1) id m0sBGNh-0004lYM; Tue, 16 May 95 08:45 MET DST Received: by jelal.hb.north.de (SMail-ST 0.95gcc/2.5+) id AA00267; Mon, 15 May 1995 22:04:32 +0200 (CEDT) Subject: Re: Changed information for PR misc/409 To: ache@freefall.cdrom.com (Andrey A. Chernov) Date: Mon, 15 May 95 22:04:28 CEDT From: Juergen Lock Cc: ache@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com In-Reply-To: <199505142340.QAA05527@freefall.cdrom.com>; from "Andrey A. Chernov" at May 14, 95 4:40 pm X-Mailer: ELM [version 2.3/ST PL11] Message-Id: <9505152004.AA00267@jelal.hb.north.de> Sender: bugs-owner@FreeBSD.org Precedence: bulk Andrey A. Chernov writes: > On all VT100-like (xterm included) keypad not supposed to generate numbers > in keypad-active mode, but generates arrows instead So that means NumLock isn't supposed to work? with NumLock off i get arrows, with NumLock on i get different escape sequences unknown to vi. or should i just :map them to digits... ATB, Juergen -- J"urgen Lock / nox@jelal.hb.north.de / UUCP: ..!uunet!unido!uniol!jelal!nox ...ohne Gewehr PGP public key fingerprint = 8A 18 58 54 03 7B FC 12 1F 8B 63 C7 19 27 CF DA From owner-freebsd-bugs Tue May 16 23:34:18 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA23690 for bugs-outgoing; Tue, 16 May 1995 23:34:18 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA23621 ; Tue, 16 May 1995 23:32:58 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.11/8.6.9) with ESMTP id IAA02147; Wed, 17 May 1995 08:32:32 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.11/8.6.9) with SMTP id IAA23386; Wed, 17 May 1995 08:32:31 +0200 Message-Id: <199505170632.IAA23386@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: jmz@cabri.obs-besancon.fr (Jean-Marc Zucconi) cc: ports@FreeBSD.org, bugs@FreeBSD.org Subject: Re: Late fix for XFree86 port Date: Wed, 17 May 1995 08:32:30 +0200 From: Mark Murray Sender: bugs-owner@FreeBSD.org Precedence: bulk > There is no need to compile lndir in this case - look 3 lines below your > long line how I did it!!! You should have used my script from the > begining... How true. There is a patch at the end of this that backs out _all_ my crap. If this is OK, could you please apply it? (And while you are about it please pass the silly hat and hurl a convenient custard pie?) ----------------------8<-----------Patch relative to ports/x11------- diff -cdPr XFree86.MM/Makefile XFree86/Makefile *** XFree86.MM/Makefile Tue May 16 20:55:31 1995 --- XFree86/Makefile Wed May 17 08:21:35 1995 *************** *** 12,21 **** # # ####################################################################### # ! # uncomment one of the 3 lines below! ! #(X-Consortium CDROM, O'Reilly 'X-Companion' CDROM, or X by FTP (_*BIG*_) ! #X11_ON_X_CDROM = yes ! #X11_ON_OR_CDROM = yes #X11_VIA_FTP = yes #if you are compiling from a cdrom, set the directory where the --- 12,20 ---- # # ####################################################################### # ! # uncomment one of the 2 lines below! ! #(X-Consortium CDROM/O'Reilly 'X-Companion' CDROM, or X by FTP (_*BIG*_) ! #X11_ON_CDROM = yes #X11_VIA_FTP = yes #if you are compiling from a cdrom, set the directory where the *************** *** 35,44 **** MAINTAINER= jmz@FreeBSD.ORG - .if defined(X11_ON_X_CDROM) || defined(X11_ON_OR_CDROM) - X11_ON_CDROM = yes - .endif - .if defined(X11_ON_CDROM) || defined(X11_VIA_FTP) do-build: --- 34,39 ---- *************** *** 70,87 **** @mkdir -p ${WRKDIR} @echo ${X11FIXES} > ${WRKDIR}/.cdrom @${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE} - .if defined(X11_ON_X_CDROM) - ${TOUCH} ${TOUCH_FLAGS} ${WRKDIR}/.cd_X - .endif - .if defined(X11_ON_OR_CDROM) - ${TOUCH} ${TOUCH_FLAGS} ${WRKDIR}/.cd_OR - .endif .elif defined(X11_VIA_FTP) .include "Makefile.ftp" .else do-fetch: ! @echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP @echo before building ${PKGNAME} @false do-extract: --- 65,76 ---- @mkdir -p ${WRKDIR} @echo ${X11FIXES} > ${WRKDIR}/.cdrom @${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE} .elif defined(X11_VIA_FTP) .include "Makefile.ftp" .else do-fetch: ! @echo Please set one of the 2 variables X11_ON_CDROM or X11_VIA_FTP @echo before building ${PKGNAME} @false do-extract: *************** *** 89,95 **** do-configure: @echo -n do-build: ! @echo Please set one of the 3 variables X11_ON_X_CDROM, X11_ON_OR_CDROM, or X11_VIA_FTP @echo before building ${PKGNAME} @false do-install: --- 78,84 ---- do-configure: @echo -n do-build: ! @echo Please set one of the 2 variables X11_ON_CDROM, or X11_VIA_FTP @echo before building ${PKGNAME} @false do-install: Only in XFree86: makefile diff -cdPr XFree86/scripts/configure XFree86.MM/scripts/configure *** XFree86/scripts/configure Tue May 16 20:53:20 1995 --- XFree86.MM/scripts/configure Wed May 17 08:22:48 1995 *************** *** 35,46 **** pl=01 fi echo "==> building the tree (please wait)" ! if [ -f ${WRKDIR}/.cd_OR ] ; then ! (cd $WRKDIR; cp $X11R6/xc/config/util/lndir.c .; cc -o lndir lndir.c; mkdir ./xc; ./lndir $X11R6/xc ./xc) ! fi ! if [ -f ${WRKDIR}/.cd_X ] ; then ! (cd $WRKDIR; sh $FILESDIR/maketree $X11R6) ! fi else X11FIXES=`cat $WRKDIR/.ftp` pl=12 --- 35,41 ---- pl=01 fi echo "==> building the tree (please wait)" ! (cd $WRKDIR; sh $FILESDIR/maketree $X11R6) else X11FIXES=`cat $WRKDIR/.ftp` pl=12 ----------------------8<-----------Patch relative to ports/x11------- -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 From owner-freebsd-bugs Wed May 17 00:44:03 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA26579 for bugs-outgoing; Wed, 17 May 1995 00:44:03 -0700 Received: (from bde@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA26565 ; Wed, 17 May 1995 00:44:02 -0700 Date: Wed, 17 May 1995 00:44:02 -0700 From: Bruce Evans Message-Id: <199505170744.AAA26565@freefall.cdrom.com> To: cg@fimp01.fim.uni-linz.ac.at, bde, freebsd-bugs Subject: Changed information for PR i386/390 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: missing parameter in function "boot" State-Changed-From-To: open-closed State-Changed-By: bde State-Changed-When: Wed May 17 00:42:44 PDT 1995 State-Changed-Why: Fixed in revision 1.2 of kzipboot/head.S. From owner-freebsd-bugs Wed May 17 06:01:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id GAA02398 for bugs-outgoing; Wed, 17 May 1995 06:01:40 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id GAA02390 for ; Wed, 17 May 1995 06:01:23 -0700 Received: by sequent.kiae.su id AA13346 (5.65.kiae-2 ); Wed, 17 May 1995 16:57:34 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Wed, 17 May 95 16:57:33 +0400 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id AAA02294; Wed, 17 May 1995 00:09:55 +0400 To: freebsd-bugs@freefall.cdrom.com, Paul Traina References: <199505160650.XAA00909@freefall.cdrom.com> In-Reply-To: <199505160650.XAA00909@freefall.cdrom.com>; from Paul Traina at Mon, 15 May 1995 23:50:01 -0700 Message-Id: Organization: Olahm Ha-Yetzirah Date: Wed, 17 May 1995 00:09:54 +0400 (MSD) X-Mailer: Mail/@ [v2.35 FreeBSD] From: "Andrey A. Chernov, Black Mage" X-Class: Fast Subject: Re: kern/424: if_ep driver does not support multicast Lines: 20 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 772 Sender: bugs-owner@FreeBSD.org Precedence: bulk In message <199505160650.XAA00909@freefall.cdrom.com> Paul Traina writes: >>Synopsis: 3COM 3C509 driver doesn't support multicast >+ if (error == ENETRESET) { >+ /* >+ * Multicast list has changed; set the >+ * hardware filter accordingly >+ */ >+ epreset(ifp->if_unit); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Your fix is wrong here, check what if_ed called here, it is much more complex than simple reset. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-bugs Wed May 17 07:42:28 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA05294 for bugs-outgoing; Wed, 17 May 1995 07:42:28 -0700 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id HAA05288 for ; Wed, 17 May 1995 07:42:26 -0700 Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.3.6) id AA21806; Wed, 17 May 1995 10:42:16 -0400 Date: Wed, 17 May 1995 10:42:16 -0400 From: Garrett Wollman Message-Id: <9505171442.AA21806@halloran-eldar.lcs.mit.edu> To: Noses Cc: freebsd-bugs@freefall.cdrom.com Subject: kern/428: ethernet cards and their drivers In-Reply-To: <199505170430.VAA19438@freefall.cdrom.com> References: <199505170427.GAA00955@oink.rhein.de> <199505170430.VAA19438@freefall.cdrom.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk < said: > device ep0 at isa? port 0x360 net irq 15 vector edintr <---- > Instead of not working, pinging a neighbour on the ethernet is giving you > decreasing times starting at 1000 ms going down 10 ms per packet. It drove > me slightly nuts until I found that typo - I replaced the board twice and > even used our LAN analyzer... Couldn't you add a big boot kicking me next > time I do it or get it not to work at all? One of the changes which will be required for LKM device drivers is to move the registration of interrupt handlers into the device's attach routine, which will eliminate this problem completely. I would have done this before but have had no time. If nobody else gets to it before I reorganize devconf the next time, I'll look into doing it then. Please, somebody get to it before then! -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-freebsd-bugs Wed May 17 11:40:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA11133 for bugs-outgoing; Wed, 17 May 1995 11:40:01 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA11126 ; Wed, 17 May 1995 11:40:01 -0700 Date: Wed, 17 May 1995 11:40:01 -0700 Message-Id: <199505171840.LAA11126@freefall.cdrom.com> From: Bill Fenner Reply-To: Bill Fenner To: freebsd-bugs Subject: kern/429: de driver BPF/Multicast logic broken In-Reply-To: Your message of Wed, 17 May 1995 11:26:38 PDT <199505171826.LAA01469@baobab.parc.xerox.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 429 >Category: kern >Synopsis: de driver BPF/Multicast logic is broken >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 17 11:40:00 1995 >Originator: Bill Fenner >Organization: Xerox PARC >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD-2.0 SNAP-950412, although I checked -current as of 5/16/95 and it was not fixed. I assume that -current is the 2.0.5 tentative release. i386/config/FENESTRO has: device de0 pseudo-device bpfilter16 >Description: if_de.c's BPF/multicast logic is broken. It goes something like: #if BPF is configured if there is a BPF listener send the packet to BPF If it was a packet I normally wouldn't get, then just drop it else if there is no BPF listener If this packet is not for me and not broadcast, just drop it (i.e. if it is multicast, drop it!) #endif This means that if BPF is configured, but there are no BPF listeners, you don't get any multicast. >How-To-Repeat: On a machine on the MBONE with a de card and bpfilter in the kernel, run "vat" and notice that you get no names showing up in the name window. Leave the "vat" running and start a "tcpdump", and notice the name window fill up. Kill the "tcpdump" and watch all the names gray out. >Fix: The reason for the checks is because BPF might decide to put the interface in promiscuous mode. Therefore, a) if there are no BPF listeners, there is no need to do this checking b) can optimize out the ethernet address comparisons by checking IFF_PROMISC I have been running this fix for two weeks and haven't had any problems, running multicast apps and tcpdump at the same or different times. *** if_de.c.orig Wed May 3 08:36:36 1995 --- if_de.c Wed May 3 08:37:47 1995 *************** *** 567,577 **** #if NBPFILTER > 0 if (sc->tulip_bpf != NULL) { bpf_tap(sc->tulip_bpf, mtod(m, caddr_t), total_len); ! if ((eh.ether_dhost[0] & 1) == 0 && !TULIP_ADDREQUAL(eh.ether_dhost, sc->tulip_ac.ac_enaddr)) - goto next; - } else if (!TULIP_ADDREQUAL(eh.ether_dhost, sc->tulip_ac.ac_enaddr) - && !TULIP_ADDRBRDCST(eh.ether_dhost)) { goto next; } #endif --- 567,575 ---- #if NBPFILTER > 0 if (sc->tulip_bpf != NULL) { bpf_tap(sc->tulip_bpf, mtod(m, caddr_t), total_len); ! if (sc->tulip_if.if_flags & IFF_PROMISC && ! (eh.ether_dhost[0] & 1) == 0 && !TULIP_ADDREQUAL(eh.ether_dhost, sc->tulip_ac.ac_enaddr)) goto next; } #endif >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed May 17 14:32:12 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA15073 for bugs-outgoing; Wed, 17 May 1995 14:32:12 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA15066 ; Wed, 17 May 1995 14:32:08 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA26049; Wed, 17 May 95 10:33:32 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9505171633.AA26049@cs.weber.edu> Subject: Re: Changed information for PR misc/409 To: nox@jelal.hb.north.de (Juergen Lock) Date: Wed, 17 May 95 10:33:32 MDT Cc: ache@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com In-Reply-To: <9505152004.AA00267@jelal.hb.north.de> from "Juergen Lock" at May 15, 95 10:04:28 pm X-Mailer: ELM [version 2.4dev PL52] Sender: bugs-owner@FreeBSD.org Precedence: bulk > > On all VT100-like (xterm included) keypad not supposed to generate numbers > > in keypad-active mode, but generates arrows instead > > So that means NumLock isn't supposed to work? with NumLock off > i get arrows, with NumLock on i get different escape sequences > unknown to vi. > > or should i just :map them to digits... The NumLock key switches the keypad between edit key mode and numeric key mode. So it will send escape sequences for up/down/left/right/home/end/pgup/pgdown or it will send the current keypad mode values. If yout termcap 'ti' string tells it to turn on keypad mode, it will, and the current keypad mode values will be escape sequences; otherwise, the current keypad mode values will be digits and the other characte that the keypad normally sends (+/-/del/enter). So the NumLock has squat to do with whether the keypad values sent are numeric or escape sequences, it has only to do with switching between the keypad values (whatever they are) and the edit values (an IBM extension when the original keyboards weren't 101 keys). If you want numeric instead of escape sequence values for the keypad values, then you will have to remove the terminal initialization sequence that requests the escape sequence values. Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-bugs Wed May 17 14:44:50 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA15238 for bugs-outgoing; Wed, 17 May 1995 14:44:50 -0700 Received: from kci.kciLink.com (root@kci.kciLink.com [204.117.82.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id OAA15232 for ; Wed, 17 May 1995 14:44:46 -0700 Received: from pokey.kciLink.com (pokey.kciLink.com [204.117.82.6]) by kci.kciLink.com (8.6.12/8.6.12) with ESMTP id RAA13086 for ; Wed, 17 May 1995 17:44:33 -0400 From: Vivek Khera Received: (khera@localhost) by pokey.kciLink.com (8.6.11/8.6.12) id RAA00210 for freebsd-bugs@freebsd.org; Wed, 17 May 1995 17:44:36 -0400 Date: Wed, 17 May 1995 17:44:36 -0400 Message-Id: <199505172144.RAA00210@pokey.kciLink.com> To: freebsd-bugs@FreeBSD.org Subject: networking failure Sender: bugs-owner@FreeBSD.org Precedence: bulk Hi there. I've got FreeBSD running on an old laptop. It is amazing that an old 386sx with 4Mb of RAM and an 80Mb hard drive can be so useful! Anyhow, I've hardwired my laptop using a null modem to one of my servers to connect to the internet using ppp. I noticed that when the connection is down, the laptop cannot talk to itself other than on the localhost address. I've included a typescript output to demonstrate. When the PPP link is down, I cannot ping myself using the non-loopback address. When the PPP link is up, I can. The routes look right, and it does find its own name. It just never makes the connection. I can ping localhost (127.0.0.1) but not the 204.117.82.6 address in the case when PPP is down. It just seems as if it is ignoring the routing table when the network is down. Here's my configuration: FreeBSD 2.0.950412-SNAP #0: Thu May 4 21:33:43 EDT 1995 khera@pokey.kciLink.com:/usr/src/sys/compile/POKEY Here's the typescript which demonstrates the error. Thanks for any insight into how to fix this problem. Script started on Wed May 17 17:23:45 1995 [pokey]~% netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 127.0.0.1 127.0.0.1 UH 1 0 lo0 204.117.82.6 127.0.0.1 UGHS 0 3 lo0 [pokey]~% netstat -in Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll lp0* 1500 0 0 0 0 0 lo0 16384 3 0 3 0 0 lo0 16384 127 127.0.0.1 3 0 3 0 0 ppp0* 1500 0 0 0 0 0 [pokey]~% ping pokey PING pokey.kciLink.com (204.117.82.6): 56 data bytes ^C --- pokey.kciLink.com ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss [pokey]~% traceroute pokey traceroute to pokey.kciLink.com (204.117.82.6), 30 hops max, 40 byte packets 1 * * * 2 *^C [pokey]~% pppd [pokey]~% netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 204.117.82.5 UGc 0 0 ppp0 127.0.0.1 127.0.0.1 UH 1 0 lo0 204.117.82.5 204.117.82.6 UH 1 0 ppp0 204.117.82.6 127.0.0.1 UGHS 0 13 lo0 [pokey]~% netstat -in Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll lp0* 1500 0 0 0 0 0 lo0 16384 13 0 13 0 0 lo0 16384 127 127.0.0.1 13 0 13 0 0 ppp0 1500 5 0 6 0 0 ppp0 1500 204.117.82 204.117.82.6 5 0 6 0 0 [pokey]~% ping pokey PING pokey.kciLink.com (204.117.82.6): 56 data bytes 64 bytes from 204.117.82.6: icmp_seq=0 ttl=255 time=2.259 ms 64 bytes from 204.117.82.6: icmp_seq=1 ttl=255 time=2.439 ms 64 bytes from 204.117.82.6: icmp_seq=2 ttl=255 time=2.331 ms 64 bytes from 204.117.82.6: icmp_seq=3 ttl=255 time=2.350 ms ^C --- pokey.kciLink.com ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max = 2.259/2.344/2.439 ms [pokey]~% traceroute pokey traceroute to pokey.kciLink.com (204.117.82.6), 30 hops max, 40 byte packets 1 pokey (204.117.82.6) 3.332 ms 2.514 ms 2.364 ms [pokey]~% exit Script done on Wed May 17 17:25:22 1995 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera@kciLink.com Rockville, MD +1-301-309-0969 PGP/RIPEM/MIME spoken here http://www.kciLink.com/home/khera/ From owner-freebsd-bugs Wed May 17 20:39:16 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA23793 for bugs-outgoing; Wed, 17 May 1995 20:39:16 -0700 Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id UAA23787 for ; Wed, 17 May 1995 20:39:15 -0700 Message-Id: <199505180339.UAA23787@freefall.cdrom.com> Received: by crh.cl.msu.edu (1.38.193.4/16.2) id AA09733; Wed, 17 May 1995 23:39:12 -0400 From: Charles Henrich Subject: adduser ? To: freebsd-bugs@FreeBSD.org Date: Wed, 17 May 1995 23:39:12 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 550 Sender: bugs-owner@FreeBSD.org Precedence: bulk In the 950412-SNAP (and the adduser.perl in -current on cdrom.com) there is an apparent bug, where the thing hangs with perl spinning madly at the very end after all data is entered, but before anything has been done to the pw files. Is this a perl bug in 950412 or is adduser just plain broke? If adduser is broke, what is the suggested method for new user creation (other than using vipw,mkdir,cp and chown :) -Crh Charles Henrich Michigan State University henrich@crh.cl.msu.edu http://rs560.msu.edu/~henrich/ From owner-freebsd-bugs Wed May 17 22:05:09 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA25049 for bugs-outgoing; Wed, 17 May 1995 22:05:09 -0700 Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id WAA25043 for ; Wed, 17 May 1995 22:05:08 -0700 Message-Id: <199505180505.WAA25043@freefall.cdrom.com> Received: by crh.cl.msu.edu (1.38.193.4/16.2) id AA09949; Thu, 18 May 1995 01:05:06 -0400 From: Charles Henrich Subject: Re: adduser bug, more detail To: freebsd-bugs@FreeBSD.org Date: Thu, 18 May 1995 01:05:06 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 609 Sender: bugs-owner@FreeBSD.org Precedence: bulk Okay, it is a real honest bug, in the crypt() routine, line 686 in adduser: $cryptpwd = crypt($password, &salt) if $password ne ""; password and salt are both valid, salt returns a valid string. Once we hit crypt we run and spin forever and ever. Yes, I've installed the secure code, but 950412. Im not even close to being good at perl, so if someone else could fix this, I would think adduser is critical to FreeBSD in general and 2.0.5R specifically.. -Crh Charles Henrich Michigan State University henrich@crh.cl.msu.edu http://rs560.msu.edu/~henrich/ From owner-freebsd-bugs Wed May 17 23:16:36 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id XAA25897 for bugs-outgoing; Wed, 17 May 1995 23:16:36 -0700 Received: from lirmm.lirmm.fr (lirmm.lirmm.fr [193.49.104.10]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id XAA25885 for ; Wed, 17 May 1995 23:16:32 -0700 Received: from lirmm.fr (baobab.lirmm.fr [193.49.106.14]) by lirmm.lirmm.fr (8.6.10/8.6.4) with ESMTP id IAA27420 for ; Thu, 18 May 1995 08:16:29 +0200 Message-Id: <199505180616.IAA27420@lirmm.lirmm.fr> To: bugs@FreeBSD.org Subject: typo in man pages (mail) Date: Thu, 18 May 1995 08:16:27 +0200 From: "Philippe Charnier" Sender: bugs-owner@FreeBSD.org Precedence: bulk Hello, Index: mail.1 =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/usr.bin/mail/mail.1,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 mail.1 --- 1.1.1.1 1994/05/27 12:32:07 +++ mail.1 1995/05/17 20:34:37 @@ -108,7 +108,7 @@ .It Fl u Is equivalent to: .Pp -.Dl mail -f /var/spool/mail/user +.Dl mail -f /var/mail/user .El .Ss Sending mail To send a message to one or more people, @@ -985,7 +985,7 @@ environment variables. .Sh FILES .Bl -tag -width /usr/share/misc/Mail.help* -compact -.It Pa /var/spool/mail/* +.It Pa /var/mail/* Post office. .It ~/mbox User's old mail. -------- -------- Philippe Charnier charnier@lirmm.fr LIRMM, 161 rue Ada, 34392 Montpellier cedex 5 -- France ------------------------------------------------------------------------ From owner-freebsd-bugs Thu May 18 09:05:26 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA11410 for bugs-outgoing; Thu, 18 May 1995 09:05:26 -0700 Received: from halloran-eldar.lcs.mit.edu (halloran-eldar.lcs.mit.edu [18.26.0.159]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id JAA11404 for ; Thu, 18 May 1995 09:05:21 -0700 Received: by halloran-eldar.lcs.mit.edu; (5.65/1.1.3.6) id AA23570; Thu, 18 May 1995 12:04:50 -0400 Date: Thu, 18 May 1995 12:04:50 -0400 From: Garrett Wollman Message-Id: <9505181604.AA23570@halloran-eldar.lcs.mit.edu> To: Vivek Khera Cc: freebsd-bugs@FreeBSD.org Subject: networking failure In-Reply-To: <199505172144.RAA00210@pokey.kciLink.com> References: <199505172144.RAA00210@pokey.kciLink.com> Sender: bugs-owner@FreeBSD.org Precedence: bulk < said: > Anyhow, I've hardwired my laptop using a null modem to one of my servers to > connect to the internet using ppp. I noticed that when the connection is > down, the laptop cannot talk to itself other than on the localhost address. > I've included a typescript output to demonstrate. > [pokey]~% netstat -in > Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll > lp0* 1500 0 0 0 0 0 > lo0 16384 3 0 3 0 0 > lo0 16384 127 127.0.0.1 3 0 3 0 0 > ppp0* 1500 0 0 0 0 0 Here is the important part: there is NO interface which has an address of 204.117.82.6. Your ICMPs are indeed getting sent to the loopback; the IP code then discovers that the packets are not intended for this machine, and since they came through the loopback, they are dropped. If you had looked at this key statistic from `netstat -p ip': 21362 packets not forwardable ...you would have seen it increasing one for every packet sent by your pinging. -GAWollman -- Garrett A. Wollman | Shashish is simple, it's discreet, it's brief. ... wollman@lcs.mit.edu | Shashish is the bonding of hearts in spite of distance. Opinions not those of| It is a bond more powerful than absence. We like people MIT, LCS, ANA, or NSA| who like Shashish. - Claude McKenzie + Florent Vollant From owner-freebsd-bugs Thu May 18 09:52:15 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA12604 for bugs-outgoing; Thu, 18 May 1995 09:52:15 -0700 Received: from kci.kciLink.com (root@kci.kciLink.com [204.117.82.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA12596 for ; Thu, 18 May 1995 09:52:13 -0700 Received: from kci.kciLink.com (khera@localhost [127.0.0.1]) by kci.kciLink.com (8.6.12/8.6.12) with ESMTP id MAA21945; Thu, 18 May 1995 12:51:59 -0400 Message-Id: <199505181651.MAA21945@kci.kciLink.com> To: Garrett Wollman cc: freebsd-bugs@FreeBSD.org Subject: Re: networking failure In-reply-to: Your message of "Thu, 18 May 1995 12:04:50 EDT." <9505181604.AA23570@halloran-eldar.lcs.mit.edu> Date: Thu, 18 May 1995 12:51:59 -0400 From: Vivek Khera Sender: bugs-owner@FreeBSD.org Precedence: bulk +--------- | > Anyhow, I've hardwired my laptop using a null modem to one of my servers to | > connect to the internet using ppp. I noticed that when the connection is | | Here is the important part: there is NO interface which has an address | of 204.117.82.6. Your ICMPs are indeed getting sent to the loopback; | the IP code then discovers that the packets are not intended for this | machine, and since they came through the loopback, they are dropped. | | If you had looked at this key statistic from `netstat -p ip': +--------- Thanks for the response. Indeed, netstat -p ip reports the "right" number of non-forwardable packets. I've kludged it by aliasing the lo0 interface with the IP address also. v. From owner-freebsd-bugs Thu May 18 20:24:28 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA09707 for bugs-outgoing; Thu, 18 May 1995 20:24:28 -0700 Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id UAA09695 for ; Thu, 18 May 1995 20:24:24 -0700 Message-Id: <199505190324.UAA09695@freefall.cdrom.com> Received: by crh.cl.msu.edu (1.38.193.4/16.2) id AA12841; Thu, 18 May 1995 23:24:23 -0400 Date: Thu, 18 May 1995 23:24:23 -0400 From: Charles Henrich To: freebsd-bugs@FreeBSD.org Subject: Re: adduser bug, fix... X-Newsreader: NN version 6.5.0 #10 (NOV) Sender: bugs-owner@FreeBSD.org Precedence: bulk The problem is the returned salt, while the freebsd man pages asks that the crypt salt string begin with a '_', no other crypt's do. If you remove the initialization of $salt to '_' in sub salt(), everything works as advertised. Did libcrypt() change to be more standard, or is this a perlism? -Crh Charles Henrich Michigan State University henrich@crh.cl.msu.edu http://rs560.msu.edu/~henrich/ -- Charles Henrich Michigan State University henrich@crh.cl.msu.edu http://rs560.msu.edu/~henrich/ From owner-freebsd-bugs Fri May 19 16:30:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA10254 for bugs-outgoing; Fri, 19 May 1995 16:30:02 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA10247 ; Fri, 19 May 1995 16:30:01 -0700 Date: Fri, 19 May 1995 16:30:01 -0700 Message-Id: <199505192330.QAA10247@freefall.cdrom.com> From: henrich@crh.cl.msu.edu Reply-To: henrich@crh.cl.msu.edu To: freebsd-bugs Subject: kern/430: Bug in tape drivers.. In-Reply-To: Your message of Fri, 19 May 1995 19:24:25 -0400 <199505192324.TAA00607@mets.tci.east-lansing.mi.us> Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 430 >Category: kern >Synopsis: SCSI Tape dont work >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs (FreeBSD bugs mailing list) >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri May 19 16:30:01 1995 >Originator: Charles Henrich (MSU) >Organization: Charles Henrich Michigan State University henrich@crh.cl.msu.edu >Release: FreeBSD 2.1.0-Development i386 >Environment: FreeBSD 950412 ALR Dual Pentium, BT747 SCSI-2, Connor DDS-2 Dat, 3 Seagate Hawk 2gig drives. >Description: 90% of the time you access the dat drive via dump, FreeBSD goes off and scrambles the other disks in the system. This sucks, and has happened to me several times. And how the hell can I do a fsck -b with the install disks, I had no way to specify the backup sectors, so had to do a complete re-install! Ugh. Also how come fsck doesnt try the well known backup sectors when it goes (i.e. 32, 65535.. ) >How-To-Repeat: dump to /dev/rst0 during system operation anytime. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri May 19 18:31:38 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA11970 for bugs-outgoing; Fri, 19 May 1995 18:31:38 -0700 Received: from ns1.win.net (NS1.WIN.NET [204.215.209.3]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id SAA11964 for ; Fri, 19 May 1995 18:31:36 -0700 Received: (from bugs@localhost) by ns1.win.net (8.6.11/8.6.9) id VAA07349 for bugs@freebsd.org; Fri, 19 May 1995 21:34:07 -0400 From: Mark Hittinger Message-Id: <199505200134.VAA07349@ns1.win.net> Subject: re: kern/430: bug in tape drivers To: bugs@FreeBSD.org Date: Fri, 19 May 1995 21:34:07 -0400 (EDT) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 2030 Sender: bugs-owner@FreeBSD.org Precedence: bulk >Number: 430 >Category: kern >Synopsis: SCSI Tape dont work >Originator: Charles Henrich (MSU) >Release: FreeBSD 2.1.0-Development i386 > > ALR Dual Pentium, BT747 SCSI-2, Connor DDS-2 Dat, 3 Seagate Hawk 2gig ^^^^^ > drives. > >Description: > > 90% of the time you access the dat drive via dump, FreeBSD goes off > and scrambles the other disks in the system. This sucks, and has > happened to me several times. > I have seen the same problem since 2.0R. I have a WangDAT3400DX. When a process closes the tape drive I get "bt0a: try to abort". I believe this is due to the lengthy rewind, although recently I noted that there was a problem with scsi commands that contained no data. In any event I still see the problem in -current. I will try a 2940 controller this weekend and see if the problem exists there. After a few "bt0a try to abort" I get a "bt0a abort timed out". It is at this point that horrible things happen. The driver corrupts the ccb chain and bit sprays your disks. If the rewind finishes before the "bt0a abort timed out" then no badness happens to your disks. As a short term kludge/workaround for myself I use the following patch to sys/i386/isa/bt742a.c: 1600c1600 < int count = xs->timeout; --- > unsigned long count = xs->timeout; 1631d1630 < untimeout(bt_timeout, (caddr_t)ccb); 1710c1709 < timeout(bt_timeout, (caddr_t)ccb, 2 * hz); --- > timeout(bt_timeout, (caddr_t)ccb, 10 * hz); There appears (at least to me) to be a redundant call to untimeout which I remove. I increased the timeout value. Also a (probably) cosmetic type change on count. After running a backup each day, when the tape drive is closed I will get several bt0a aborts until the tape drive completes rewinding. Then everything is ok. I never reach the bt0a abort timeout step where the nasty corruption occurs. In any event this allows me to do good backups so I can use my time on bigger brushfires :-). Regards, Mark Hittinger bugs@win.net From owner-freebsd-bugs Sat May 20 04:28:28 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA26201 for bugs-outgoing; Sat, 20 May 1995 04:28:28 -0700 Received: from hda.com (hda.com [199.232.40.182]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id EAA26195 for ; Sat, 20 May 1995 04:28:26 -0700 Received: (dufault@localhost) by hda.com (8.6.9/8.3) id HAA15041; Sat, 20 May 1995 07:28:54 -0400 From: Peter Dufault Message-Id: <199505201128.HAA15041@hda.com> Subject: Re: kern/430: bug in tape drivers To: bugs@ns1.win.net (Mark Hittinger) Date: Sat, 20 May 1995 07:28:54 -0400 (EDT) Cc: bugs@FreeBSD.org In-Reply-To: <199505200134.VAA07349@ns1.win.net> from "Mark Hittinger" at May 19, 95 09:34:07 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 452 Sender: bugs-owner@FreeBSD.org Precedence: bulk Mark Hittinger writes: > > I believe this > is due to the lengthy rewind, although recently I noted that there was a > problem with scsi commands that contained no data. Only for the "scsi(8)" program, and then the command line parsing failed and nothing actually happened Peter -- Peter Dufault Real Time Machine Control and Simulation HD Associates, Inc. Voice: 508 433 6936 dufault@hda.com Fax: 508 433 5267 From owner-freebsd-bugs Sat May 20 04:30:17 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA26245 for bugs-outgoing; Sat, 20 May 1995 04:30:17 -0700 Received: (from gnats@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id EAA26237 for freebsd-bugs; Sat, 20 May 1995 04:30:16 -0700 Date: Sat, 20 May 1995 04:30:16 -0700 From: GNU GNATS Message-Id: <199505201130.EAA26237@freefall.cdrom.com> To: freebsd-bugs Subject: List of open Problem Reports Sender: bugs-owner@FreeBSD.org Precedence: bulk This is the list of currently open problem reports [1994/09/14] kern/1 Toshiba MK156FB scsi drive does not work with 2.0 ke [1994/10/07] kern/6 System hangs while using slip or ppp connection [1994/11/13] i386/14 No MBR put on prestine IDE disk drive [1994/11/14] bin/17 "mount -t foo /dev/wd1h /mnt" gives incorrect error [1994/11/18] kern/21 kernel panic. [1994/11/18] conf/22 Cannot use links to share kernel objects [1994/11/23] kern/27 Loopback mounts confuse unmount-on-reboot code [1994/11/30] kern/34 nullfs and union mounts can result in wild pointer r [1994/12/03] kern/39 Recent config changes hosed ft config [1994/12/04] kern/40 Floppy tape probe hosed (FIX) [1994/12/06] kern/42 PC-NFS on -current can't access disks [1994/12/07] docs/43 manpage for keysu is missing. reference from keyinit [1994/12/07] kern/44 ep driver won't work with anything but bnc [1994/12/08] kern/46 ed driver don't know the link0 flag (IFF_LINK0) [1994/12/13] misc/48 /etc/rc does not recover recovery files [1994/12/14] kern/51 Panic accessing NFS mounted file system [1994/12/18] misc/67 It took 20 tries to get free-bsd installed [1994/12/18] misc/68 bininst leaves system kinda hung [1994/12/21] misc/75 Netboot ignores gateway [1994/12/20] conf/76 fdisk can't be trusted. [1994/12/21] i386/79 Reboots sometimes don't complete. [1994/12/23] misc/83 System crash after abrupt end of slip session [1995/01/03] kern/95 Configuring a SLIP device with source = destination [1995/01/09] kern/102 PANIC after running Merged Buffer Cache kernel for a [1995/01/10] bin/104 pax -rwl may corrupt filesystem [1995/01/11] i386/105 Distributed libm (msun) has non-standard error handl [1995/01/13] gnu/107 kernel build produces internal compiler error [1995/01/14] bin/109 at command doesn't parse dates time and doesn't prom [1995/01/14] misc/112 ^C cause panic during install [1995/01/14] bin/113 /bin/csh and /usr/local/bin/tcsh choke on my nasty c [1995/01/14] bin/115 systat iostat display doesn't scale high enough [1995/01/14] bin/116 disk transfer rates reported by systat :iostat are t [1995/01/14] misc/118 use of 386bsd partition tag makes multi-os boot hard [1995/01/14] misc/119 you cannot tune your newfs parameters at intall time [1995/01/14] misc/120 first Initial security report is bogus becuase of ls [1995/01/14] bin/124 traceroute doesn't support -g flag. [1995/01/14] docs/127 locate man page does not have any clues to how the d [1995/01/14] bin/129 fsck cannot take a mount point as an argument [1995/01/14] docs/131 there is no man page for uucpd [1995/01/14] docs/132 gettytab documentation is split between /etc/gettyta [1995/01/14] bin/133 mail program doesn't have editheaders option [1995/01/14] misc/134 ispell (in ports) thinks the dictionary is in /usr/d [1995/01/14] bin/135 not enough ptys; virtual console names conflict with [1995/01/15] bin/146 version of compress is kinda old and slow [1995/01/19] bin/151 One of the pkg_add set /tmp mod to 755 [1995/01/20] bin/153 mount -u improvement for diskless systems [1995/01/21] kern/157 Quota system does not work [1995/01/21] docs/159 uucp manual files have wrong file locations. [1995/01/21] bin/163 telneting sometimes doesn't yield a "login:" prompt [1995/01/21] docs/164 no ptrace(2) manual page. [1995/01/21] docs/165 No documentation on kernel boot flags. [1995/01/21] misc/166 /usr/include/machine/asmacros.h includes uninstalled [1995/01/21] kern/169 Errors from mkdir & mv when directories paths end wi [1995/01/21] bin/170 ar does not print an error message with readonly lib [1995/01/21] docs/171 No documentation on .forward files. [1995/01/21] bin/172 cp -f does not work [1995/01/21] bin/173 rc trys to mount modload fs before ld is available. [1995/01/21] bin/174 Poor error message from stty [1995/01/22] kern/175 Syscons does not recover X graphics mode [1995/01/22] kern/176 EIDRM not defined in errno.h [1995/01/22] docs/177 man pages missing for SYSV IPC funtions [1995/01/23] kern/180 Fiddling with process stack and using scanf with inv [1995/01/24] gnu/183 can't resolve "operator <<" overload [1995/01/24] bin/184 send-pr says "Aborting ..." and happily removes the [1995/01/25] kern/185 kernel stability problems - can't sustain uptimes > [1995/01/25] bin/188 disklabel uses c partition by default, kernel says d [1995/01/30] gnu/196 size of bss in *.o's reported wrong by size [1995/01/30] bin/198 1.1.5.1 pine binary loops; top shows fancy values [1995/02/01] bin/199 quiz(6) reading database bug, pattern matching bug [1995/02/01] misc/202 System hang or reboot without clues, tcp ppp named r [1995/02/14] kern/214 Using wt driver crashes system [1995/02/14] kern/216 /kernel: panic: ffs_alloccg: map corrupted [1995/02/14] docs/218 dbm references from hash(3) [1995/02/16] kern/219 Performance on local net drops too much when SNDBUF [1995/02/16] misc/220 Cancel still doesn't work during install [1995/02/16] misc/221 lots of error messages during unpacking via ftp inst [1995/02/16] i386/222 boot prompt doesn't always work [1995/02/16] misc/223 default domain shouldn't be hostname [1995/02/18] kern/224 ppp net serial [1995/02/18] kern/225 Panic: invalid wire count when GDB kills stopped inf [1995/03/02] misc/229 acos() core dump [1995/03/03] bin/230 C++ contructors not being called [1995/03/05] gnu/231 send-pr initializes Organization with ~/.signature [1995/03/05] docs/232 The mandoc .St macro doesn't work or misses IEEE754 [1995/03/10] misc/236 2.0-950210-SNAP/src/extract.sh references "release" [1995/03/11] kern/238 failed assertion in ncr.c --> no more scsi disk acce [1995/03/13] bin/241 strange behavior of /bin/sh [1995/03/17] kern/247 Berkeley Packet Filter fix [1995/03/17] kern/248 scbus attach/probe information is inconsistent [1995/03/18] i386/251 disklabel(8) refuses to install new bootstrap [1995/03/18] kern/253 Tagged queuing with an Adaptec 2842 controller doesn [1995/03/19] gnu/256 nasty gdb bug back in 031595 system [1995/03/20] docs/263 There is absolutely no documentation for the dialog [1995/03/21] docs/265 mtrace command lacks man pages [1995/03/21] kern/266 ifconfig panics kernel built without option NFS [1995/03/27] bin/274 touch -t with century doesn't work [1995/03/28] kern/275 qic-02 streamer won't work [1995/03/28] kern/277 netstat -r reports entries with negative expire time [1995/03/28] kern/280 the new slice code is bitching about my old slices [1995/03/28] kern/281 Messages printed when checking CD ROM device too ver [1995/03/28] kern/282 buslogic adapter information WAY too verbose [1995/03/29] kern/284 Network gives permission denied [1995/03/30] conf/286 'make depend' on GENERIC kernel stops [1995/03/30] kern/287 Several header files are not consistent [1995/03/31] kern/288 panic: free: multiple frees [1995/04/01] gnu/289 info(1) cannot handle arrow keys on a VT100 [1995/04/01] kern/291 PCI devices still probe/attach after being disabled [1995/04/01] misc/292 rfc1323 and rfc1644 support can confuse terminal ser [1995/04/01] kern/293 wd0: interrupt timeout [1995/04/02] kern/294 Bootstrap has problems with -g compiled kernels [1995/04/04] i386/297 matcd does not play audio CDs from cdplay [1995/04/04] kern/299 SCSI probes stop at ID 7 even for WIDE busses [1995/04/05] bin/300 __fdnlist fails on kernels created by cc -g and stri [1995/04/06] conf/301 Log rotation wastes _much_ to much space [1995/04/06] kern/302 Changing st tapes after extract crashes system [1995/04/08] pending/307 request for a customer id [1995/04/08] bin/308 Do-it-yourself FTP needs to prompt for what to downl [1995/04/08] bin/309 Do-it-yourself FTP deletes /usr/tmp dir rather than [1995/04/08] bin/310 ^C or ^Z in do-it-yourself FTP installation crashes [1995/04/08] bin/311 Do-it-yourself FTP deletes /usr/tmp dir rather than [1995/04/09] bin/314 CTRL-Z during installation crashes install FDIV008 [1995/04/09] bin/315 Kernel and boot block don't agree on kernel name FD [1995/04/09] bin/316 SNAP950322 less stable on IDE than earlier releases [1995/04/09] docs/317 Install README doesn't list matcd as install choice [1995/04/09] bin/318 matcd driver not on boot or fixit floppy FDIV012 [1995/04/09] bin/319 Install doesn't strip sys name in prompt for domain [1995/04/09] bin/320 TCP/IP settings entered b4 install are not kept FDIV [1995/04/09] bin/321 TCP/IP settings given during install are not kept FD [1995/04/09] bin/322 No way to restart a failed FTP download FDIV016 [1995/04/09] bin/323 Creating lost+found causes fsck to stop fsck -y FDIV [1995/04/09] bin/324 /usr/include/sys -> /usr/sys/sys -> /usr/sys/sys FD [1995/04/09] bin/326 Weekly cron generates some usage and error messages [1995/04/09] bin/327 Clock management punishes you if CMOS != GMT FDIV020 [1995/04/09] bin/328 Checking for -c kernel changes randomly hangs FDIV02 [1995/04/09] bin/329 FTP transfers above 99K shown in scientific notation [1995/04/11] kern/332 Incorrect routes can cause system to reset [1995/04/11] kern/336 make world fails on NCR-SCSI machine [1995/04/11] i386/337 seagate controller code hangs on boot. [1995/04/14] docs/341 vnconfig(8) disagrees with its man page [1995/04/14] bin/342 lpd can allow users access to all of root's groups [1995/04/14] kern/343 tcpdump with filter fails on tun and lo devices [1995/04/14] misc/344 Signal 11 when running a user program [1995/04/15] kern/345 panic "biodone: page busy < 0" [1995/04/15] pending/346 request for a customer id [1995/04/17] kern/349 Panic with bad dir [1995/04/19] ports/352 many problems in tex package [1995/04/20] kern/353 xcdplayer crashes machine (with NCR810 SCSI) [1995/04/20] kern/354 Can't configure two IP aliases with the same network [1995/04/20] misc/355 policy on /usr/local permission in base release [1995/04/20] bin/357 pkg_delete aborts when subcommand fails [1995/04/24] bin/359 BS/DEL is still not quite right. [1995/04/26] kern/365 if_fddisubr.c doesn't compile (it never has...?!?) [1995/04/26] kern/366 queue changes broke ISO tpip code [1995/04/26] kern/367 kernel hangs after ep0 attach message appears [1995/04/26] i386/369 AHA-154X-A problems [1995/04/29] kern/371 panic: msdosfs_unlock: denode not locked [1995/04/30] pending/372 request for a customer id [1995/05/01] gnu/373 In response to admittedly bogus code, gcc emits an o [1995/05/01] kern/374 panic: bad dir [1995/05/01] bin/375 NIS does not seem to work with Kerberos [1995/05/02] kern/376 tcpdump seems to cause spontaneous reboots [1995/05/02] kern/377 Can't config any but first bus of a host adapter [1995/05/03] kern/378 (apparently) bounce buffer code gets used on 32bit b [1995/05/05] kern/383 dd to from /dev/mem panics the machine. [1995/05/06] kern/384 ep0 conflicts with some other drivers [1995/05/06] kern/385 ep0 finds card on irq 10 when it's actually on 11 [1995/05/07] kern/387 scsistrategy doesn't use bounce buffers [1995/05/08] bin/389 Simultaneous creation/deletion of dirs corrupts file [1995/05/09] bin/392 Simultaneous cp and ls of files on dos f/s hangs pro [1995/05/11] i386/394 IP multicast not supported by ep driver [1995/05/11] i386/395 All spl functions implemented incorrectly in both Fr [1995/05/11] bin/396 telnetd problems. [1995/05/12] bin/398 VI doesnt do the correct thing [1995/05/13] bin/401 Add REMOTE_* variables [1995/05/13] bin/402 w -n shows non-numeric addresses [1995/05/13] misc/403 FreeBSD 1-compiled tcsh, bash and zsh binaries dump [1995/05/14] pending/404 request for a customer id [1995/05/14] kern/405 The gpio driver does not work with the AT-GPIB, only [1995/05/14] pending/406 Sendmail 8.6.11 was not imported correctly. [1995/05/14] bin/410 bad144(8) should probably scan the bad block remap s [1995/05/14] kern/411 bad144 allow you to add blocks in the remap area [1995/05/14] ports/412 should tracker-4.29 really depend on gmake? [1995/05/14] kern/416 page fault in syscons.c:scopen() [1995/05/14] bin/419 pkg_delete refuses to delete an incompletely added p [1995/05/14] ports/422 pkg_add doesn't find gmake-3.73.tgz [1995/05/15] misc/423 Sound devices are too insecure [1995/05/15] kern/424 3COM 3C509 driver doesn't support multicast [1995/05/16] kern/425 arp entries not getting removed when interface chang [1995/05/16] kern/427 eg doesn't work with more than one card [1995/05/16] kern/428 configure is not foolproof [1995/05/17] kern/429 de driver BPF/Multicast logic is broken [1995/05/19] kern/430 SCSI Tape dont work [1995/05/19] pending/431 Processes sometime's hang and wont die when they hav /* EOF -- this list has not been truncated */ From owner-freebsd-bugs Sat May 20 10:24:26 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id KAA03365 for bugs-outgoing; Sat, 20 May 1995 10:24:26 -0700 Received: from gimli.Informatik.Uni-Oldenburg.DE (gimli.Informatik.Uni-Oldenburg.DE [134.106.1.10]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id KAA03357 ; Sat, 20 May 1995 10:24:14 -0700 Received: by gimli.Informatik.Uni-Oldenburg.DE (Smail3.1.22.1) id ; Sat, 20 May 95 18:51 CES Received: by olis.north.de (/\==/\ Smail3.1.28.1 #28.13) id ; Sat, 20 May 95 18:41 MES Received: from jelal.hb.north.de by oytix.hb.north.de with bsmtp (Smail3.1.29.0 #1) id m0sChFD-0004l5M; Sat, 20 May 95 07:38 MET DST Received: by jelal.hb.north.de (SMail-ST 0.95gcc/2.5+) id AA00464; Sat, 20 May 1995 02:31:04 +0200 (CEDT) Subject: Re: Changed information for PR misc/409 To: terry@cs.weber.edu (Terry Lambert) Date: Sat, 20 May 95 2:31:02 CEDT From: Juergen Lock Cc: ache@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com In-Reply-To: <9505171633.AA26049@cs.weber.edu>; from "Terry Lambert" at May 17, 95 10:33 am X-Mailer: ELM [version 2.3/ST PL11] Message-Id: <9505200031.AA00464@jelal.hb.north.de> Sender: bugs-owner@FreeBSD.org Precedence: bulk Terry Lambert writes: > > > On all VT100-like (xterm included) keypad not supposed to generate numbers > > > in keypad-active mode, but generates arrows instead > > > > So that means NumLock isn't supposed to work? with NumLock off > > i get arrows, with NumLock on i get different escape sequences > > unknown to vi. > > > > or should i just :map them to digits... > > The NumLock key switches the keypad between edit key mode and numeric > key mode. > > So it will send escape sequences for up/down/left/right/home/end/pgup/pgdown > or it will send the current keypad mode values. > > If yout termcap 'ti' string tells it to turn on keypad mode, it will, and > the current keypad mode values will be escape sequences; otherwise, the > current keypad mode values will be digits and the other characte that > the keypad normally sends (+/-/del/enter). Hmm. my xterm termcap doesn't have a ti string... looks like vi and bash, and definitely elvis (another vi-alike i happen to have source around) all set keypad mode directly using the ks/ke strings. xterm|vs100|xterm terminal emulator (X window system):\ :do=^J:le=^H:ho=\E[H:\ :co#80:li#65:cl=\E[H\E[2J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\ :md=\E[1m:mr=\E[7m:me=\E[m:\ :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sf=\n:sr=\EM:\ :al=\E[L:dl=\E[M:im=\E[4h:ei=\E[4l:mi:dc=\E[P:\ :MT:ks=\E[?1h\E=:ke=\E[?1l\E>:xn:\ :AL=\E[%dL:DL=\E[%dM:DC=\E[%dP:\ :hs:ts=\E[?E\E[?%i%dT:fs=\E[?F:es:ds=\E[?E:\ :is=\E\E[m\E[?7h\E[?1;4l:cs=\E[%i%d;%dr:\ :rs=\E[r\E<\E[m\E[H\E[2J\E[?7h\E[?1;3;4;6l: > > So the NumLock has squat to do with whether the keypad values sent are > numeric or escape sequences, it has only to do with switching between the > keypad values (whatever they are) and the edit values (an IBM extension > when the original keyboards weren't 101 keys). > > If you want numeric instead of escape sequence values for the keypad > values, then you will have to remove the terminal initialization sequence > that requests the escape sequence values. so for vi/bash/elvis that means either patch sources or the ks/ke strings? or am i still overlooking something... Juergen -- J"urgen Lock / nox@jelal.hb.north.de / UUCP: ..!uunet!unido!uniol!jelal!nox ...ohne Gewehr PGP public key fingerprint = 8A 18 58 54 03 7B FC 12 1F 8B 63 C7 19 27 CF DA From owner-freebsd-bugs Sat May 20 11:53:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA05225 for bugs-outgoing; Sat, 20 May 1995 11:53:55 -0700 Received: (from jmz@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA05210 ; Sat, 20 May 1995 11:53:54 -0700 Date: Sat, 20 May 1995 11:53:54 -0700 From: Jean-Marc Zucconi Message-Id: <199505201853.LAA05210@freefall.cdrom.com> To: edward@edcom.com, jmz, freebsd-bugs Subject: Changed information for PR ports/352 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: many problems in tex package State-Changed-From-To: open-closed State-Changed-By: jmz State-Changed-When: Sat May 20 11:46:57 PDT 1995 State-Changed-Why: [1], [2], [3] and [6] are fixed. [4] and [5] are features From owner-freebsd-bugs Sat May 20 12:11:10 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA05980 for bugs-outgoing; Sat, 20 May 1995 12:11:10 -0700 Received: (from jmz@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA05964 ; Sat, 20 May 1995 12:11:08 -0700 Date: Sat, 20 May 1995 12:11:08 -0700 From: Jean-Marc Zucconi Message-Id: <199505201911.MAA05964@freefall.cdrom.com> To: muir@idiom.com, jmz, freebsd-bugs Subject: Changed information for PR misc/134 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: ispell (in ports) thinks the dictionary is in /usr/dict/words State-Changed-From-To: open-closed State-Changed-By: jmz State-Changed-When: Sat May 20 12:05:22 PDT 1995 State-Changed-Why: Fixed in ispell: the dictionary is /usr/share/dict/words From owner-freebsd-bugs Sat May 20 12:23:37 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA06590 for bugs-outgoing; Sat, 20 May 1995 12:23:37 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id MAA06584 ; Sat, 20 May 1995 12:23:36 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA06222; Sat, 20 May 95 13:15:55 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9505201915.AA06222@cs.weber.edu> Subject: Re: Changed information for PR misc/409 To: nox@jelal.hb.north.de (Juergen Lock) Date: Sat, 20 May 95 13:15:54 MDT Cc: ache@freefall.cdrom.com, freebsd-bugs@freefall.cdrom.com In-Reply-To: <9505200031.AA00464@jelal.hb.north.de> from "Juergen Lock" at May 20, 95 02:31:02 am X-Mailer: ELM [version 2.4dev PL52] Sender: bugs-owner@FreeBSD.org Precedence: bulk > Hmm. my xterm termcap doesn't have a ti string... looks like vi > and bash, and definitely elvis (another vi-alike i happen to have > source around) all set keypad mode directly using the ks/ke strings. They aren't supposed to do this automatically; if they *do* do it automatically, then they are supposed to have a seperate internal token for the key, and decode it as if it were the numeric value. Look at the 'K' capabilities in the termcap database. > xterm|vs100|xterm terminal emulator (X window system):\ > :do=^J:le=^H:ho=\E[H:\ > :co#80:li#65:cl=\E[H\E[2J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\ > :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\ > :md=\E[1m:mr=\E[7m:me=\E[m:\ > :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\ > :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sf=\n:sr=\EM:\ > :al=\E[L:dl=\E[M:im=\E[4h:ei=\E[4l:mi:dc=\E[P:\ > :MT:ks=\E[?1h\E=:ke=\E[?1l\E>:xn:\ > :AL=\E[%dL:DL=\E[%dM:DC=\E[%dP:\ > :hs:ts=\E[?E\E[?%i%dT:fs=\E[?F:es:ds=\E[?E:\ > :is=\E\E[m\E[?7h\E[?1;4l:cs=\E[%i%d;%dr:\ > :rs=\E[r\E<\E[m\E[H\E[2J\E[?7h\E[?1;3;4;6l: You notice that the ks/ke have \E[?1h and \E[?1l ? These are actually the codes for "application" mode, not keypad mode, and their effect is on the cursor keys, not the keypad keys -- hard to believe that they are supposed to be there. The Sun rs/is (as opposed to the xterm) actually contain \E> to forcibly reset from keypad mode. > so for vi/bash/elvis that means either patch sources or the ks/ke strings? The correct place to patch would be vi/bash/elvis, since the ks/ke are well documented and used. What you really need is the SCO, Informix, or TERM termcap, all of which have standard extensions to the 'K' values for handling keypad. You might also, if you have a Sun, want to look at the codes generated for the R1->R keys (the Sun keypad) and where they are coded in the termcap. > or am i still overlooking something... It's a vi/bash/elvis bug. The ks/ke is not supposed to be destructive, it's supposed to allow an application to distinguish the keypad and non-keypad characters with the same keycaps (in the case of the PC, when numlock is on). Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers. From owner-freebsd-bugs Sat May 20 13:53:51 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id NAA08570 for bugs-outgoing; Sat, 20 May 1995 13:53:51 -0700 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id NAA08557 for ; Sat, 20 May 1995 13:53:29 -0700 Received: by sequent.kiae.su id AA24161 (5.65.kiae-2 ); Sun, 21 May 1995 00:51:21 +0400 Received: by sequent.KIAE.su (UUMAIL/2.0); Sun, 21 May 95 00:51:20 +0400 Received: (from ache@localhost) by astral.msk.su (8.6.8/8.6.6) id AAA00798; Sun, 21 May 1995 00:49:28 +0400 To: Juergen Lock , Terry Lambert Cc: freebsd-bugs@freefall.cdrom.com References: <9505201915.AA06222@cs.weber.edu> In-Reply-To: <9505201915.AA06222@cs.weber.edu>; from Terry Lambert at Sat, 20 May 95 13:15:54 MDT Message-Id: Organization: Olahm Ha-Yetzirah Date: Sun, 21 May 1995 00:49:28 +0400 (MSD) X-Mailer: Mail/@ [v2.36 FreeBSD] From: "Andrey A. Chernov, Black Mage" X-Class: Fast Subject: Re: Changed information for PR misc/409 Lines: 19 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 882 Sender: bugs-owner@FreeBSD.org Precedence: bulk In message <9505201915.AA06222@cs.weber.edu> Terry Lambert writes: >It's a vi/bash/elvis bug. The ks/ke is not supposed to be destructive, >it's supposed to allow an application to distinguish the keypad and >non-keypad characters with the same keycaps (in the case of the PC, >when numlock is on). 1) It isn't a bug, read man 5 termcap about ks/ke, your ks/ke interpretation is wrong. 2) Those ks/ke comes from original VT100 which don't have any additional keypad expect PF1-PF4, so it forced to use numeric keypad. Since xterm emulates VT family, it preserve this historycal cruft. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - FidoNet: 2:5020/230.3 : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-bugs Sat May 20 14:26:55 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA09722 for bugs-outgoing; Sat, 20 May 1995 14:26:55 -0700 Received: (from jmz@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA09703 ; Sat, 20 May 1995 14:26:54 -0700 Date: Sat, 20 May 1995 14:26:54 -0700 From: Jean-Marc Zucconi Message-Id: <199505202126.OAA09703@freefall.cdrom.com> To: markd@grizzly.com, jmz, freebsd-bugs Subject: Changed information for PR docs/159 Sender: bugs-owner@FreeBSD.org Precedence: bulk Synopsis: uucp manual files have wrong file locations. State-Changed-From-To: open-closed State-Changed-By: jmz State-Changed-When: Sat May 20 14:26:05 PDT 1995 State-Changed-Why: fixed. From owner-freebsd-bugs Sat May 20 17:06:33 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA12713 for bugs-outgoing; Sat, 20 May 1995 17:06:33 -0700 Received: from cs.weber.edu (cs.weber.edu [137.190.16.16]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id RAA12707 for ; Sat, 20 May 1995 17:06:32 -0700 Received: by cs.weber.edu (4.1/SMI-4.1.1) id AA07773; Sat, 20 May 95 17:58:58 MDT From: terry@cs.weber.edu (Terry Lambert) Message-Id: <9505202358.AA07773@cs.weber.edu> Subject: Re: Changed information for PR misc/409 To: ache@astral.msk.su (Andrey A. Chernov, Black Mage) Date: Sat, 20 May 95 17:58:58 MDT Cc: nox@jelal.hb.north.de, freebsd-bugs@freefall.cdrom.com In-Reply-To: from "Andrey A. Chernov, Black Mage" at May 21, 95 00:49:28 am X-Mailer: ELM [version 2.4dev PL52] Sender: bugs-owner@FreeBSD.org Precedence: bulk > 1) It isn't a bug, read man 5 termcap about ks/ke, > your ks/ke interpretation is wrong. Sorry. All I have ar Sun, Ultrix, DEC, SCO, and Gould man pages on line at the moment. The Sun ones were the ones I was using as cannon. > 2) Those ks/ke comes from original VT100 which don't > have any additional keypad expect PF1-PF4, so it > forced to use numeric keypad. Since xterm emulates VT > family, it preserve this historycal cruft. The historical termcap entries (at least under Ultrix, which ought to be the right ones for DEC terminals) for keypad indicate an expection that the keypad will be used in lieu of cursor keys. The VT100 itself already has cursor keys. The switch on the PF1/cursor return sequences (seperate from the keypad mode siwtch) affect only whether 'O' or '[' is used as the second character in the escape sequence sent by the terminal). I think there are two versions of historical cruft being mixed here, with the applicable cruft being that the keypad works for entering numbers in vi on my Ultrix box. Regards, Terry Lambert terry@cs.weber.edu --- Any opinions in this posting are my own and not those of my present or previous employers.