From owner-freebsd-current Sun Dec 29 04:16:11 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA27771 for current-outgoing; Sun, 29 Dec 1996 04:16:11 -0800 (PST) Received: from mail.tky007.tth.expo96.ad.jp (root@tky007.tth.expo96.ad.jp [133.246.32.58]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA27766 for ; Sun, 29 Dec 1996 04:16:07 -0800 (PST) Received: from tky007.tth.expo96.ad.jp (masafumi@localhost [127.0.0.1]) by mail.tky007.tth.expo96.ad.jp (8.8.4/3.4W4-SMTP) with ESMTP id VAA04809; Sun, 29 Dec 1996 21:16:11 +0900 (JST) Message-Id: <199612291216.VAA04809@mail.tky007.tth.expo96.ad.jp> To: current@freebsd.org Cc: max@wide.ad.jp Subject: usable characters for login names From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 29 Dec 1996 21:16:11 +0900 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The passwd(5) man page says that you can use an lowercase characters, digits and underscore for the login names. Additionally, it says if it is not used in the beginning of the user name, it is ok to use hyphen. (Well, actually, it just says don't use it in the front of the login name.) Now, adduser rejects underscore and hyphen. Pw useradd accepts `_' but rejects `-'. Is there any explicit source code or documentation stating about legal characters for logins? I guess at least adduser needs to be fixed. ----------------------------------------------------------------------- Masafumi NAKANE, Keio Univ., Dept. of Environmental Information E-Mail : max@wide.ad.jp / max@FreeBSD.ORG [URL] : http://www.sfc.wide.ad.jp/~max/ From owner-freebsd-current Sun Dec 29 08:10:53 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA04045 for current-outgoing; Sun, 29 Dec 1996 08:10:53 -0800 (PST) Received: from mule0.mindspring.com (mule0.mindspring.com [204.180.128.166]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id IAA04039 for ; Sun, 29 Dec 1996 08:10:51 -0800 (PST) Received: from rlb.users.mindspring.com (user-168-121-25-139.dialup.mindspring.com [168.121.25.139]) by mule0.mindspring.com (8.8.2/8.8.4) with SMTP id QAA15156 for ; Sun, 29 Dec 1996 16:10:48 GMT Message-ID: <32C69807.41C67EA6@mindspring.com> Date: Sun, 29 Dec 1996 11:10:47 -0500 From: Ron Bolin X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: libc_r build fails in yp/Makefile.inc Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In building todays current version of libc_r I got the following error: # make "/usr/src/lib/libc_r/yp/Makefile.inc", line 14: Need an operator "/usr/src/lib/libc_r/yp/Makefile.inc", line 17: Need an operator Fatal errors encountered -- cannot continue Ron -- **************************************************************************** Ron Bolin rlb@mindspring.com, http://www.mindspring.com/~rlb/ GSU: gs01rlb@panther.gsu.edu matrlbx@indigo4.cs.gsu.edu Home: 770-992-8877 **************************************************************************** From owner-freebsd-current Sun Dec 29 08:36:40 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA04617 for current-outgoing; Sun, 29 Dec 1996 08:36:40 -0800 (PST) Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id IAA04612 for ; Sun, 29 Dec 1996 08:36:37 -0800 (PST) Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.12/8.6.9) id LAA29328; Sun, 29 Dec 1996 11:34:50 -0500 From: Bill Paul Message-Id: <199612291634.LAA29328@skynet.ctr.columbia.edu> Subject: Re: libc_r build fails in yp/Makefile.inc To: rlb@mindspring.com (Ron Bolin) Date: Sun, 29 Dec 1996 11:34:49 -0500 (EST) Cc: current@freebsd.org In-Reply-To: <32C69807.41C67EA6@mindspring.com> from "Ron Bolin" at Dec 29, 96 11:10:47 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Of all the gin joints in all the towns in all the world, Ron Bolin had to walk into mine and say: > In building todays current version of libc_r I got the following > error: > > # make > "/usr/src/lib/libc_r/yp/Makefile.inc", line 14: Need an operator > "/usr/src/lib/libc_r/yp/Makefile.inc", line 17: Need an operator > Fatal errors encountered -- cannot continue > > Ron Fixed. Somebody updated this file and accidentally substituted spaces for tabs on those lines. Make is picky about that. You can either remove the leading spaces on those lines and turn them into tabs yourself or grab a fresh copy of this file. -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness" ============================================================================= From owner-freebsd-current Sun Dec 29 11:02:40 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA07965 for current-outgoing; Sun, 29 Dec 1996 11:02:40 -0800 (PST) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id LAA07960 for ; Sun, 29 Dec 1996 11:02:38 -0800 (PST) Received: by iworks.InterWorks.org (1.37.109.8/16.2) id AA03341; Sun, 29 Dec 1996 13:05:28 -0600 Message-Id: <9612291905.AA03341@iworks.InterWorks.org> Date: Sun, 29 Dec 1996 13:05:28 -0600 From: "Daniel M. Eischen" To: freebsd-current@FreeBSD.org Subject: Disk space for current CVS tree Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Can someone tell me how much disk space will be sucked up by a -current CVS tree (src-all, ports-all)? I had a 500 MB partition allocated, but I had to kill a recent CVSup when I was running out of space. Dan Eischen deischen@iworks.InterWorks.org From owner-freebsd-current Sun Dec 29 11:43:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA09434 for current-outgoing; Sun, 29 Dec 1996 11:43:51 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id LAA09430 for ; Sun, 29 Dec 1996 11:43:48 -0800 (PST) Received: from campa.panke.de (anonymous214.ppp.cs.tu-berlin.de [130.149.17.214]) by mail.cs.tu-berlin.de (8.8.4/8.8.4) with SMTP id UAA07593; Sun, 29 Dec 1996 20:28:18 +0100 (MET) Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id UAA03797; Sun, 29 Dec 1996 20:26:16 +0100 Date: Sun, 29 Dec 1996 20:26:16 +0100 From: Wolfram Schneider Message-Id: <199612291926.UAA03797@campa.panke.de> To: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= Cc: current@freebsd.org Subject: usable characters for login names In-Reply-To: <199612291216.VAA04809@mail.tky007.tth.expo96.ad.jp> References: <199612291216.VAA04809@mail.tky007.tth.expo96.ad.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Masafumi NAKANE writes: >Now, adduser rejects underscore and hyphen. Pw useradd accepts `_' >but rejects `-'. Is there any explicit source code or documentation >stating about legal characters for logins? Illegal characters are characters which break password database (':', '\0', '\n'), group database (comma, spaces), mail addresses (many characters), or any other important program. Only characters which are on any keyboard in the world should be used. Wolfram From owner-freebsd-current Sun Dec 29 12:27:33 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA10623 for current-outgoing; Sun, 29 Dec 1996 12:27:33 -0800 (PST) Received: from mail.tky007.tth.expo96.ad.jp (root@tky007.tth.expo96.ad.jp [133.246.32.58]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA10618 for ; Sun, 29 Dec 1996 12:27:29 -0800 (PST) Received: from tky007.tth.expo96.ad.jp (masafumi@localhost [127.0.0.1]) by mail.tky007.tth.expo96.ad.jp (8.8.4/3.4W4-SMTP) with ESMTP id FAA07801; Mon, 30 Dec 1996 05:27:16 +0900 (JST) Message-Id: <199612292027.FAA07801@mail.tky007.tth.expo96.ad.jp> To: wosch@cs.tu-berlin.de Cc: max@wide.ad.jp, current@freebsd.org Subject: Re: usable characters for login names From: Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= In-Reply-To: Your message of "Sun, 29 Dec 1996 20:26:16 +0100" References: <199612291926.UAA03797@campa.panke.de> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 30 Dec 1996 05:27:16 +0900 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk wosch> Illegal characters are characters which break password wosch> database (':', '\0', '\n'), group database (comma, spaces), wosch> mail addresses (many characters), or any other important wosch> program. wosch> Only characters which are on any keyboard in the world wosch> should be used. Then, at least underscore and dash (`_' & `-') are acceptable, right? (Well probably only if they are not used to begin the user name.) If so, we should modify adduser and pw. Max From owner-freebsd-current Sun Dec 29 12:56:43 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA11714 for current-outgoing; Sun, 29 Dec 1996 12:56:43 -0800 (PST) Received: from hydrogen.nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA11709 for ; Sun, 29 Dec 1996 12:56:39 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hydrogen.nike.efn.org (8.8.4/8.8.4) with SMTP id MAA02641; Sun, 29 Dec 1996 12:56:37 -0800 (PST) Date: Sun, 29 Dec 1996 12:56:37 -0800 (PST) From: John-Mark Gurney X-Sender: jmg@hydrogen Reply-To: John-Mark Gurney To: "Daniel M. Eischen" cc: freebsd-current@FreeBSD.org Subject: Re: Disk space for current CVS tree In-Reply-To: <9612291905.AA03341@iworks.InterWorks.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 29 Dec 1996, Daniel M. Eischen wrote: > Can someone tell me how much disk space will be sucked up by > a -current CVS tree (src-all, ports-all)? sure... currently it takes up about 320megs... John-Mark gurney_j@efn.org http://resnet.uoregon.edu/~gurney_j/ Modem/FAX: (541) 683-6954 (FreeBSD Box) Live in Peace, destroy Micro$oft, support free software, run FreeBSD (unix) From owner-freebsd-current Sun Dec 29 12:59:15 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA11827 for current-outgoing; Sun, 29 Dec 1996 12:59:15 -0800 (PST) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id MAA11810 for ; Sun, 29 Dec 1996 12:59:10 -0800 (PST) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.7.5/8.7.3) with ESMTP id VAA06796 for ; Sun, 29 Dec 1996 21:59:05 +0100 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.6.12/8.6.12) with UUCP id VAA04720 for freebsd-current@freebsd.org; Sun, 29 Dec 1996 21:58:43 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.4/keltia-uucp-2.9) id VAA00560; Sun, 29 Dec 1996 21:44:43 +0100 (CET) Message-ID: Date: Sun, 29 Dec 1996 21:44:42 +0100 From: roberto@keltia.freenix.fr (Ollivier Robert) To: freebsd-current@freebsd.org Subject: Re: Disk space for current CVS tree References: <9612291905.AA03341@iworks.InterWorks.org> X-Mailer: Mutt 0.55.04 Mime-Version: 1.0 X-Operating-System: FreeBSD 3.0-CURRENT ctm#2837 In-Reply-To: <9612291905.AA03341@iworks.InterWorks.org>; from Daniel M. Eischen on Dec 29, 1996 13:05:28 -0600 Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to Daniel M. Eischen: > I had a 500 MB partition allocated, but I had to kill a recent > CVSup when I was running out of space. Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd12h 465391 329580 98580 77% /spare total 3 drwxr-xr-x 7 roberto cvs 512 Dec 19 20:16 FreeBSD-current/ drwxrwxr-x 4 roberto cvs 512 Nov 24 15:35 secure/ -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #33: Sat Dec 21 12:57:17 CET 1996 From owner-freebsd-current Sun Dec 29 15:52:27 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA18800 for current-outgoing; Sun, 29 Dec 1996 15:52:27 -0800 (PST) Received: from inga.augusta.de (root@inga.augusta.de [193.175.23.65]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id PAA18792 for ; Sun, 29 Dec 1996 15:52:22 -0800 (PST) Received: from rabbit by inga.augusta.de with uucp (Smail3.1.29.1 #1) id m0veUx4-004coNC; Mon, 30 Dec 96 00:47 MET Received: by rabbit.augusta.de (Smail3.1.29.1 #1) id m0veUul-000FzfC; Mon, 30 Dec 96 00:45 MET Message-Id: X-Mailer: exmh version 1.6.9 8/22/96 X-url: http://www.augusta.de/~shanee/ X-pgp-keyid: 2A522DC9 X-pgp-fingerprint: 52 64 E2 F9 EA 9A 82 AC E2 01 4B 87 0E 42 6C B9 To: current@freebsd.org Subject: Which libraries are necessary Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Mon, 30 Dec 1996 00:45:10 +0100 From: Andreas Kohout Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello all, I rebuild my system today and found some (maybe) unnecessary libraries. I moved them to /usr/lib/compat whith th hope to delete them. Is there a cause to held them on my system (but compatibility)? these are the lib´s: root:/usr/lib/compat# ls libc.so.1.1 libm.so.1.1 libc.so.2.0 libmp.so.2.0 libc.so.2.2 libncurses.so.2.0 libcurses.so.1.1 libpcap.so.2.0 libdialog.so.2.0 libreadline.so.1.1 libf2c.so.1.1 libreadline.so.2.0 libfakegnumalloc.so.2.0 libresolv.so.2.0 libforms.so.2.0 librpcsvc.so.1.1 libftpio.so.2.0 libskey.so.1.1 libftpio.so.3.0 libtelnet.so.1.1 libg++.so.1.1 libtermcap.so.1.1 libg++.so.2.0 libtermlib.so.1.1 libg++.so.3.0 libtermlib.so.2.0 libgcc.so.1.1 libutil.so.1.1 libgmp.so.2.0 libutil.so.2.0 libgnumalloc.so.2.0 liby.so.1.1 libgnuregex.so.1.1 but in /usr/lib I found some lib´s, which ar older: -r--r--r-- 1 bin bin 28866 23 Dez 11:47 libTkSteal.so.2.0 -r--r--r-- 1 bin bin 5608 19 Aug 07:15 libcipher.a -r--r--r-- 1 bin bin 8397 19 Aug 07:15 libcipher.so.2.0 -r--r--r-- 1 bin bin 20036 25 Jan 1995 libcompat.so.2.0 -r--r--r-- 1 bin bin 45968 16 Nov 1995 libforms.a -r--r--r-- 1 bin bin 50469 16 Nov 1995 libforms.so.3.0 -r--r--r-- 1 bin bin 26376 16 Nov 1995 libgcc.so.261.0 -r--r--r-- 1 bin bin 8406 3 Jul 1994 libln.so.1.1 -r--r--r-- 1 bin bin 25231 3 Jul 1994 libmalloc.so.1.1 What about this lib´s? Did I need them? I found an empty directory tcl in /usr/lib and a link /usr/lib/usr@ -> /usr . Why do I have them? -- Greeting, Andy running FreeBSD-current --------------------------------------------------------------------------- From owner-freebsd-current Sun Dec 29 17:54:07 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA24710 for current-outgoing; Sun, 29 Dec 1996 17:54:07 -0800 (PST) Received: from mule1.mindspring.com (mule1.mindspring.com [204.180.128.167]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id RAA24705 for ; Sun, 29 Dec 1996 17:54:05 -0800 (PST) Received: from rlb.users.mindspring.com (user-168-121-25-139.dialup.mindspring.com [168.121.25.139]) by mule1.mindspring.com (8.8.2/8.8.4) with SMTP id UAA07476 for ; Sun, 29 Dec 1996 20:54:01 -0500 Message-ID: <32C720BA.41C67EA6@mindspring.com> Date: Sun, 29 Dec 1996 20:54:02 -0500 From: Ron Bolin X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Can't dump to DAT without errors with todays current. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk My last good dump using dump0uBf /dev/nrst1 200000 /usr on a 90 mm DDS tape worked fine on 12-20-96 current. I updated today and I can no longer dump my user file system. I can dump root OK since it is small, but not /usr which is 1GB. I tried several tapes, and the drive works fine uner WinNT 4.0. for backing up over 1GB. My system is a Adaptec 2940UW and a HP 35480 4mm DAT as st1. My systems has 128MB RAM, and a 4GB Fujitsu Fast Wide SCSI drive. I have an Archive 5525S QIC SCSI tape as st0. Any ideas what has changed? I saw only minor changes to dump in CVS. I get these errors when dump fails and says to sees the end on tape: /sbin/dump 0uBbf 200000000 32 /dev/nrst1 /usr DUMP: Date of this level 0 dump: Sun Dec 29 20:39:27 1996 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping /dev/rsd1s1e (/usr) to /dev/nrst1 DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 1112096 tape blocks on 0.01 tape(s). DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: End of tape detected DUMP: Closing /dev/nrst1 DUMP: Change Volumes: Mount volume #2 DUMP: Is the new volume mounted and ready to go?: ("yes" or "no") Also my console output is: $ sd1(ahc0:1:0): timed out in datain phase, SCSISIGI == 0x44 SEQADDR == 0x137 sd1(ahc0:1:0): abort message in message buffer sd1(ahc0:1:0): timed out in datain phase, SCSISIGI == 0x54 SEQADDR == 0x138 ahc0: Issued Channel A Bus Reset. 3 SCBs aborted sd1(ahc0:1:0): UNIT ATTENTION asc:2f,0 Commands cleared by another initiator , retries:3 st1(ahc0:5:0): UNIT ATTENTION asc:29,0 st1(ahc0:5:0): Power on, reset, or bus device reset occurred st1: oops not queued sd1(ahc0:1:0): timed out while idle, LASTPHASE == 0x1, SCSISIGI == 0x0 SEQADDR == 0xf sd1(ahc0:1:0): timed out while idle, LASTPHASE == 0x1, SCSISIGI == 0x0 SEQADDR == 0xb ahc0: Issued Channel A Bus Reset. 2 SCBs aborted sd1(ahc0:1:0): timed out while idle, LASTPHASE == 0x1, SCSISIGI == 0x0 SEQADDR == 0xb sd1(ahc0:1:0): timed out while idle, LASTPHASE == 0x1, SCSISIGI == 0x0 SEQADDR == 0xc ahc0: Issued Channel A Bus Reset. 1 SCBs aborted Thank's Ron -- **************************************************************************** Ron Bolin rlb@mindspring.com, http://www.mindspring.com/~rlb/ GSU: gs01rlb@panther.gsu.edu matrlbx@indigo4.cs.gsu.edu Home: 770-992-8877 **************************************************************************** From owner-freebsd-current Mon Dec 30 01:14:39 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA09275 for current-outgoing; Mon, 30 Dec 1996 01:14:39 -0800 (PST) Received: from fgate.flevel.co.uk (root@fgate.flevel.co.uk [194.6.101.2]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA09255; Mon, 30 Dec 1996 01:14:28 -0800 (PST) Received: from localhost (dev@localhost) by fgate.flevel.co.uk (8.7.5/8.6.9) with SMTP id JAA29733; Mon, 30 Dec 1996 09:14:29 GMT Date: Mon, 30 Dec 1996 09:14:28 +0000 (GMT) From: Developer To: Stefan Esser cc: freebsd-current@freebsd.org Subject: Re: Wine on Freebsd Current In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > But USER_LDT is enabled in the kernel, along with linux emulation?? > > You need to put back the following file contents into > /usr/ports/emulators/wine/patches/patch-an: Thanks very much, I'm going to try it right now:) Regards, TRefor S. > ---- 8< cut here ---- 8< cut here ---- 8< cut here ---- 8< cut here ---- > *** memory/selector.c~ Fri Sep 13 18:47:32 1996 > --- memory/selector.c Tue Oct 1 19:51:10 1996 > *************** > *** 14,18 **** > --- 14,22 ---- > > > + #ifdef __FreeBSD__ > + #define FIRST_LDT_ENTRY_TO_ALLOC 17 > + #else > #define FIRST_LDT_ENTRY_TO_ALLOC 6 > + #endif > ---- 8< cut here ---- 8< cut here ---- 8< cut here ---- 8< cut here ---- > > Since this was no longer necessary under -current, but > reduces the number of usable LDT entries, I had removed > it, but had not considered that it is still required for > older FreeBSD kernes. > > Sorry for the inconvenience caused by this! > > I will add this patch back when I commit the upgrade to > Wine-96.12.22 to the ports tree, later this week ... > > Regards, STefan > From owner-freebsd-current Mon Dec 30 01:44:23 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA16620 for current-outgoing; Mon, 30 Dec 1996 01:44:23 -0800 (PST) Received: from fgate.flevel.co.uk (root@fgate.flevel.co.uk [194.6.101.2]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA16586; Mon, 30 Dec 1996 01:44:13 -0800 (PST) Received: from localhost (dev@localhost) by fgate.flevel.co.uk (8.7.5/8.6.9) with SMTP id JAA29995; Mon, 30 Dec 1996 09:44:15 GMT Date: Mon, 30 Dec 1996 09:44:15 +0000 (GMT) From: Developer To: Stefan Esser cc: freebsd-current@freebsd.org Subject: Re: Wine on Freebsd Current In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 23 Dec 1996, Stefan Esser wrote: > You need to put back the following file contents into > /usr/ports/emulators/wine/patches/patch-an: Thanks, that did work fine:) Wine seems to be running a lot better now than ever before.. A couple of minor problems which Ive noticed:- When running Write it won't let me select an area of text by dragging over it, although double click to select a word works okay. When running the program manager the icons for the program groups do not have the number underneath name -- very weird. The multi-selected boxes don't seem to show the current value in them (Seem to be blank) but they do allow you to pull them down to select. I'm hoping that MS-Word might work on Wine on day:)) Regards, Trefor S. From owner-freebsd-current Mon Dec 30 04:29:00 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id EAA23303 for current-outgoing; Mon, 30 Dec 1996 04:29:00 -0800 (PST) Received: from mailhost.transarc.com (mailhost.transarc.com [158.98.16.250]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id EAA23298 for ; Mon, 30 Dec 1996 04:28:55 -0800 (PST) Received: from unix3.transarc.com (unix3.transarc.com [158.98.16.103]) by mailhost.transarc.com (8.8.0/8.8.0) with SMTP id HAA07250 for ; Mon, 30 Dec 1996 07:28:23 -0500 (EST) Date: Mon, 30 Dec 1996 07:28:23 -0500 (EST) From: Pat Barron To: freebsd-current@freebsd.org Subject: Re: Confused about cvsup In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thanks to everyone who helped me out getting cvsup set up. Once I got the statically-linked cvsup binary from freefall, everything worked fine, and I am happily pulling down the -current sources using it right now. Thanks, --Pat. From owner-freebsd-current Mon Dec 30 06:52:09 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA28993 for current-outgoing; Mon, 30 Dec 1996 06:52:09 -0800 (PST) Received: from mule0.mindspring.com (mule0.mindspring.com [204.180.128.166]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id GAA28988 for ; Mon, 30 Dec 1996 06:52:07 -0800 (PST) Received: from rlb.users.mindspring.com (user-168-121-25-139.dialup.mindspring.com [168.121.25.139]) by mule0.mindspring.com (8.8.2/8.8.4) with SMTP id JAA21692 for ; Mon, 30 Dec 1996 09:52:05 -0500 Message-ID: <32C7D713.41C67EA6@mindspring.com> Date: Mon, 30 Dec 1996 09:52:03 -0500 From: Ron Bolin X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: AHC_SCBPAGING_ENABLE option Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have an Adaptec 2940UW running 1 wide 4GB disk, 1 cd, 1 Archive Viper SCSI QIC tape, and 1 HP 35480 DAT. Prior to 12-20-96 I could perform dump backups on my 1.3 GB partitions with AHC_SCBPAGING_ENABLE enabled in my config file. As of 12-29 I can no longer perform those dumps, I get SCBPAGING errors and a premature end of tape detection. Upon removing this option, the backup dump works fine. This trouble also appears on todays 12-30-96 2.2. RELENG_2_2 with the option enabled. -Ron -- **************************************************************************** Ron Bolin rlb@mindspring.com, http://www.mindspring.com/~rlb/ GSU: gs01rlb@panther.gsu.edu matrlbx@indigo4.cs.gsu.edu Home: 770-992-8877 **************************************************************************** From owner-freebsd-current Mon Dec 30 11:21:25 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA12299 for current-outgoing; Mon, 30 Dec 1996 11:21:25 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id LAA12293 for ; Mon, 30 Dec 1996 11:21:22 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id UAA06969 for ; Mon, 30 Dec 1996 20:21:20 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id UAA12474 for freebsd-current@FreeBSD.org; Mon, 30 Dec 1996 20:21:19 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id UAA10182 for freebsd-current@FreeBSD.org; Mon, 30 Dec 1996 20:20:32 +0100 (MET) From: J Wunsch Message-Id: <199612301920.UAA10182@uriah.heep.sax.de> Subject: Re: usable characters for login names To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Mon, 30 Dec 1996 20:20:31 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199612292027.FAA07801@mail.tky007.tth.expo96.ad.jp> from =?us-ascii?Q?Masafumi_NAKANE=2F=3D=3FISO=2D2022=2DJP=3FB=3FGy?= =?us-ascii?Q?RCQ2Y6LDJtSjgbKEI=3D=3F=3D?= at "Dec 30, 96 05:27:16 am" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= wrote: > Then, at least underscore and dash (`_' & `-') are acceptable, right? The use of a dash is highly suspicous however, and should probably warned. By Internet definition, mail names belonging to persons should have no dash, since names containing dashes are reserved for mailing lists (with the implicit and often forgotten assumption, that you can append another `-request' to reach the maintainer of the list). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-current Mon Dec 30 11:51:27 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA14427 for current-outgoing; Mon, 30 Dec 1996 11:51:27 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id LAA14413 for ; Mon, 30 Dec 1996 11:51:22 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id UAA09100; Mon, 30 Dec 1996 20:50:57 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id UAA12967; Mon, 30 Dec 1996 20:50:57 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id UAA11960; Mon, 30 Dec 1996 20:27:54 +0100 (MET) From: J Wunsch Message-Id: <199612301927.UAA11960@uriah.heep.sax.de> Subject: Re: Which libraries are necessary To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Mon, 30 Dec 1996 20:27:54 +0100 (MET) Cc: shanee@rabbit.augusta.de (Andreas Kohout) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from Andreas Kohout at "Dec 30, 96 00:45:10 am" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As Andreas Kohout wrote: > these are the lib´s: Btw: ^ that's not an apostroph > > root:/usr/lib/compat# ls > libc.so.1.1 libm.so.1.1 > libc.so.2.0 libmp.so.2.0 > libc.so.2.2 libncurses.so.2.0 ^^^^^^^^^^^ libc.so.2.0 won't be ever used again, only .2.2. Basically, you need the highest minor number version for each major number version of a shared lib for compatibility. Of course, you only need it if any of your binaries still references them. You should be able to find about this by running `ldd' on the binaries, and parse the output. For example: $ ldd /usr/bin/* 2>/dev/null | awk '/^\t/ {print $3}' | sort -u /usr/lib/libc.so.2.2 /usr/lib/libc.so.3.0 /usr/lib/libcipher.so.2.0 /usr/lib/libcrypt.so.2.0 /usr/lib/libcurses.so.2.0 /usr/lib/libdialog.so.3.0 /usr/lib/libftpio.so.4.0 /usr/lib/libgnuregex.so.2.0 /usr/lib/libipx.so.2.0 /usr/lib/libkvm.so.2.0 /usr/lib/libm.so.2.0 /usr/lib/libmytinfo.so.2.0 /usr/lib/libncurses.so.3.0 /usr/lib/libreadline.so.3.0 /usr/lib/librpcsvc.so.2.0 /usr/lib/libskey.so.2.0 /usr/lib/libtcl.so.75.1 /usr/lib/libtelnet.so.2.0 /usr/lib/libtermcap.so.2.1 /usr/lib/libutil.so.2.1 (Eeek! I've still got a binary referencing libc.so.2... :-) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-current Mon Dec 30 13:30:30 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA21861 for current-outgoing; Mon, 30 Dec 1996 13:30:30 -0800 (PST) Received: from mira.net.au (eplet.mira.net.au [203.9.190.17]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id NAA21851 for ; Mon, 30 Dec 1996 13:30:20 -0800 (PST) Received: (qmail 21467 invoked from network); 30 Dec 1996 21:30:15 -0000 Received: from melb.werple.net.au (203.9.190.18) by eplet.mira.net.au with SMTP; 30 Dec 1996 21:30:15 -0000 Received: (from uucp@localhost) by melb.werple.net.au (8.7.6/8.7.3/2) with UUCP id IAA19350 for current@FreeBSD.org; Tue, 31 Dec 1996 08:22:30 +1100 (EST) Received: (from jb@localhost) by freebsd1.cimlogic.com.au (8.7.5/8.7.3) id IAA18463 for current@FreeBSD.org; Tue, 31 Dec 1996 08:20:06 +1100 (EST) From: John Birrell Message-Id: <199612302120.IAA18463@freebsd1.cimlogic.com.au> Subject: libtcl hoses vi! To: current@FreeBSD.org Date: Tue, 31 Dec 1996 08:20:05 +1100 (EST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Could someone *please* put tclLoad.c in src/lib/libtcl/Makefile so that my vi will work again? You can do what ever you want to my grand-mother, but killing my vi is just going *too* far! 8-) -- John Birrell CIMlogic Pty Ltd jb@cimlogic.com.au; jb@netbsd.org 119 Cecil Street Ph +61 3 9690 6900 South Melbourne Vic 3205 Fax +61 3 9690 6650 Australia Mob +61 18 353 137 From owner-freebsd-current Mon Dec 30 13:54:00 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA23434 for current-outgoing; Mon, 30 Dec 1996 13:54:00 -0800 (PST) Received: from shadows.aeon.net (bsdisp@shadows.aeon.net [194.100.41.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id NAA23423; Mon, 30 Dec 1996 13:53:51 -0800 (PST) Received: (from bsdisp@localhost) by shadows.aeon.net (8.8.4/8.8.3) id XAA00115; Mon, 30 Dec 1996 23:53:43 +0200 (EET) From: mika ruohotie Message-Id: <199612302153.XAA00115@shadows.aeon.net> Subject: priorization? To: freebsd-isp@freebsd.org Date: Mon, 30 Dec 1996 23:53:42 +0200 (EET) Cc: freebsd-current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk well... i already forgot if i did post about this here or not... so here it goes, i hope not again. i was wondering if it'd be somewhat easy to priorize the trafic from ethernet to ppp. i'm about to expand my home network and i really dont want to hand all bandwidth from ppp to ethernet usage. so, could i like hack the kernel so that it'd let ether use only 50% of the capacity? ethernet interface and ppp interface can be set to different ips even though i know it's "allowed" to use same for both. i have a 14 addresses space from my isp and am not yet using them all... if there's no other way, i'll keep ping -f:ing the ethernet, with some size of packets... but i really think that'd be ugly... =) posting this to isp list coz i would assume one of the isp's would have already thought/used this for something... so, if someone has, please kick me to the right direction, ok? thanx. happy new year people. =))) mickey -- mika ruohotie mika@aeon.net net/sys admin From owner-freebsd-current Mon Dec 30 14:59:04 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA26918 for current-outgoing; Mon, 30 Dec 1996 14:59:04 -0800 (PST) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id OAA26913 for ; Mon, 30 Dec 1996 14:59:03 -0800 (PST) Received: from dreamlabs.dreaming.org by agora.rdrop.com with smtp (Smail3.1.29.1 #17) id m0veqfX-0008uPC; Mon, 30 Dec 96 14:58 PST Received: from localhost (mitayai@localhost) by dreamlabs.dreaming.org (8.8.4/8.6.12) with SMTP id RAA18221; Mon, 30 Dec 1996 17:48:43 -0500 (EST) Date: Mon, 30 Dec 1996 17:48:41 -0500 (EST) From: Will Mitayai Keeso Rowe To: Joerg Wunsch cc: FreeBSD-current users Subject: Re: usable characters for login names In-Reply-To: <199612301920.UAA10182@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 30 Dec 1996, J Wunsch wrote: > As Masafumi NAKANE/=?ISO-2022-JP?B?GyRCQ2Y6LDJtSjgbKEI=?= wrote: > > > Then, at least underscore and dash (`_' & `-') are acceptable, right? > > The use of a dash is highly suspicous however, and should probably > warned. By Internet definition, mail names belonging to persons > should have no dash, since names containing dashes are reserved for > mailing lists (with the implicit and often forgotten assumption, that > you can append another `-request' to reach the maintainer of the > list). >From personal experience, mail names with apostrophes (') also are a bloody pain, as you can imagine what they would do in scripts where a string containing a username with one that it un-escaped/unisolated/whatever. -Mit Will Mitayai Keeso Rowe The DreamLabs Network http://www.dreaming.org (705)741-1089 From owner-freebsd-current Mon Dec 30 15:51:58 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA29033 for current-outgoing; Mon, 30 Dec 1996 15:51:58 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id PAA29026 for ; Mon, 30 Dec 1996 15:51:50 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id AAA26857 for ; Tue, 31 Dec 1996 00:51:42 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id AAA18371 for freebsd-current@FreeBSD.org; Tue, 31 Dec 1996 00:51:41 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id AAA18954 for freebsd-current@FreeBSD.org; Tue, 31 Dec 1996 00:48:11 +0100 (MET) From: J Wunsch Message-Id: <199612302348.AAA18954@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.bin/vi Makefile To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Tue, 31 Dec 1996 00:48:10 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199612302211.XAA00711@ravenock.cybercity.dk> from "sos@FreeBSD.org" at "Dec 30, 96 11:11:37 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk (Nothing about committing anymore, moved to -current.) As sos@FreeBSD.org wrote: > All in all I just think its rediculous that we have almost doubled > the size of of src tree but have gained almost no extra functionality.. No extra functionality: maybe. But nothing gained: no. Replacing blatant shell scripts (and sometimes unintelligible ones) by Perl did at least gain speed. Do you still remember the old catman(1)? I've looked at a shell script today that accompanies mgetty+sendfax, as an add-on (new_fax). When i first called it, with the provided sample config file, my process accounting file grew by 300+ lines. :-O (After looking into it, it's been a typical Perl candidate, and even as a shell script, poorly coded.) I think there are similar arguments for replacing this or that uglyhack program by a Tcl script, it's just that i'm not this familiar with Tcl. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-current Mon Dec 30 18:46:07 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA08366 for current-outgoing; Mon, 30 Dec 1996 18:46:07 -0800 (PST) Received: from inga.augusta.de (root@inga.augusta.de [193.175.23.65]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id SAA08352 for ; Mon, 30 Dec 1996 18:45:48 -0800 (PST) Received: from rabbit by inga.augusta.de with uucp (Smail3.1.29.1 #1) id m0veu7A-004co1C; Tue, 31 Dec 96 03:39 MET Received: from rabbit.augusta.de by rabbit.augusta.de with smtp (Smail3.1.29.1 #1) id m0veu84-000FzfC; Tue, 31 Dec 96 03:40 MET Message-Id: X-Mailer: exmh version 1.6.9 8/22/96 X-url: http://www.augusta.de/~shanee/ X-pgp-keyid: 2A522DC9 X-pgp-fingerprint: 52 64 E2 F9 EA 9A 82 AC E2 01 4B 87 0E 42 6C B9 To: freebsd-current@FreeBSD.org Subject: Re: Which libraries are necessary In-reply-to: Your message of "Mon, 30 Dec 1996 20:27:54 +0100." <199612301927.UAA11960@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Date: Tue, 31 Dec 1996 03:40:35 +0100 From: Andreas Kohout Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello, > > these are the lib´s: > Btw: ^ that's not an apostroph yes, I know ... but only with X, not with pcvt. But what is wrong and where is my apostroph? > Basically, you need the highest minor number version for each major > number version of a shared lib for compatibility. Of course, you only > need it if any of your binaries still references them. You should be > able to find about this by running `ldd' on the binaries, and parse > the output. For example: That is what I thought, but I was not sure ... Do you have a script, which tell me wat binary uses a special lib, for example libc.2? Thanks ... -- Gruß, Andy -------------------------------------------------------------------------- Der Mensch hat die Atombombe erfunden, eine Maus würde niemals eine Mausefalle bauen! shanee@rabbit.augusta.de Zirbelnußtown __________________________________________________________________________ From owner-freebsd-current Mon Dec 30 21:00:21 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA14976 for current-outgoing; Mon, 30 Dec 1996 21:00:21 -0800 (PST) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id VAA14971 for ; Mon, 30 Dec 1996 21:00:18 -0800 (PST) Received: (from msmith@localhost) by genesis.atrad.adelaide.edu.au (8.8.2/8.7.3) id PAA09925; Tue, 31 Dec 1996 15:29:46 +1030 (CST) From: Michael Smith Message-Id: <199612310459.PAA09925@genesis.atrad.adelaide.edu.au> Subject: Re: Which libraries are necessary In-Reply-To: from Andreas Kohout at "Dec 31, 96 03:40:35 am" To: shanee@rabbit.augusta.de (Andreas Kohout) Date: Tue, 31 Dec 1996 15:29:45 +1030 (CST) Cc: freebsd-current@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Andreas Kohout stands accused of saying: > > Do you have a script, which tell me wat binary uses a special lib, for > example libc.2? Have a look at ftp://gsoft.com.au/pub/Library_report.tcl.gz; I wrote this over lunch in answer to your question. It will take a while to run on a large system, as it searches everywhere it can for executables, and you should probably run it as root if you think people might have old private executables hidden away. Give it '-v' as an argument if you want to watch it at work. Still, I'm quite happy with it. Any suggestions as to where it belongs in the scheme of things? -- ]] Mike Smith, Software Engineer msmith@gsoft.com.au [[ ]] Genesis Software genesis@gsoft.com.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control. (ph) +61-8-8267-3493 [[ ]] Unix hardware collector. "Where are your PEZ?" The Tick [[ From owner-freebsd-current Tue Dec 31 01:51:20 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA22426 for current-outgoing; Tue, 31 Dec 1996 01:51:20 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id BAA22419 for ; Tue, 31 Dec 1996 01:51:18 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id KAA09055; Tue, 31 Dec 1996 10:51:02 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA26307; Tue, 31 Dec 1996 10:51:02 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id KAA23678; Tue, 31 Dec 1996 10:25:04 +0100 (MET) From: J Wunsch Message-Id: <199612310925.KAA23678@uriah.heep.sax.de> Subject: Re: Which libraries are necessary To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Tue, 31 Dec 1996 10:25:04 +0100 (MET) Cc: shanee@rabbit.augusta.de (Andreas Kohout) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: from Andreas Kohout at "Dec 31, 96 03:40:35 am" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As Andreas Kohout wrote: > > > these are the lib´s: > > Btw: ^ that's not an apostroph > > yes, I know ... but only with X, not with pcvt. But what is wrong and > where is my apostroph? Hidden by a braindead keymap. All this crap started with some Winlose keymap, i believe... The German keyboard layout has two keys with an apostrophe, key #21 (top right, labelled "' `"), and #51 (bottom right, labelled "# '"). While both variants yield an apostrophe in my (and in pcvt's) keymap, somebody decided to use the ISO 8859-1 special char "´" for the top right key. This is annoying since this key is much more handy for an apostroph than Shift-#, so most people now erroneously generate the ISO `acute' character where they should use an apostrophe. Some smaller fonts make it even very hard to distinguish both characters, of course, unless you use one of the older X11 fonts that are not capable of displaying the upper half of the ISO 8859-1 charset at all :), you'll yield a blank there. > Do you have a script, which tell me wat binary uses a special lib, for > example libc.2? You didn't read my previous posting till the end. I've quoted a quick-hack shell pipeline there. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-current Tue Dec 31 02:17:14 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA23106 for current-outgoing; Tue, 31 Dec 1996 02:17:14 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id CAA23099 for ; Tue, 31 Dec 1996 02:17:06 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id LAA10902 for ; Tue, 31 Dec 1996 11:16:59 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id LAA26622 for freebsd-current@FreeBSD.org; Tue, 31 Dec 1996 11:16:58 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id KAA23867 for freebsd-current@FreeBSD.org; Tue, 31 Dec 1996 10:52:12 +0100 (MET) From: J Wunsch Message-Id: <199612310952.KAA23867@uriah.heep.sax.de> Subject: Re: Which libraries are necessary To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Tue, 31 Dec 1996 10:52:11 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199612310459.PAA09925@genesis.atrad.adelaide.edu.au> from Michael Smith at "Dec 31, 96 03:29:45 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As Michael Smith wrote: > Still, I'm quite happy with it. Any suggestions as to where it > belongs in the scheme of things? src/tools perhaps? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-current Tue Dec 31 07:37:47 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA03356 for current-outgoing; Tue, 31 Dec 1996 07:37:47 -0800 (PST) Received: from hydrogen.nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id HAA03347 for ; Tue, 31 Dec 1996 07:37:42 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by hydrogen.nike.efn.org (8.8.4/8.8.4) with SMTP id HAA01264; Tue, 31 Dec 1996 07:37:56 -0800 (PST) Date: Tue, 31 Dec 1996 07:37:56 -0800 (PST) From: John-Mark Gurney X-Sender: jmg@hydrogen Reply-To: John-Mark Gurney To: FreeBSD Current , jhay@freefall.FreeBSD.org Subject: is LINT out of date? (for IPXIP) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk well.. I was reading through the cvs logs for the ipx stuff... and noticed some log entries that state `Make IPXIP work' (author jhay, reviewed by gpalmer)... and was wondering if this is true, then shouldn't the LINT file be updated to show a comment of IPXIP working? John-Mark gurney_j@efn.org http://resnet.uoregon.edu/~gurney_j/ Modem/FAX: (541) 683-6954 (FreeBSD Box) Live in Peace, destroy Micro$oft, support free software, run FreeBSD (unix) From owner-freebsd-current Tue Dec 31 08:53:59 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA06641 for current-outgoing; Tue, 31 Dec 1996 08:53:59 -0800 (PST) Received: from inga.augusta.de (root@inga.augusta.de [193.175.23.65]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id IAA06636 for ; Tue, 31 Dec 1996 08:53:56 -0800 (PST) Received: from rabbit by inga.augusta.de with uucp (Smail3.1.29.1 #1) id m0vf7N5-004colC; Tue, 31 Dec 96 17:48 MET Received: from rabbit.augusta.de by rabbit.augusta.de with smtp (Smail3.1.29.1 #1) id m0vf7Ka-000FzfC; Tue, 31 Dec 96 17:46 MET Message-Id: X-Mailer: exmh version 1.6.9 8/22/96 X-url: http://www.augusta.de/~shanee/ X-pgp-keyid: 2A522DC9 X-pgp-fingerprint: 52 64 E2 F9 EA 9A 82 AC E2 01 4B 87 0E 42 6C B9 To: freebsd-current@FreeBSD.org Subject: Re: Which libraries are necessary In-reply-to: Your message of "Tue, 31 Dec 1996 10:25:04 +0100." <199612310925.KAA23678@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 31 Dec 1996 17:46:24 +0100 From: Andreas Kohout Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello Joerg, > You didn't read my previous posting till the end. I've quoted a > quick-hack shell pipeline there. sorry, but I did :-) your script is good to see wich lib's are used, but didn't show wich peogram uses this lib :-) But I found Library_report.tcl.gz from Mike Smith (msmith@gsoft.com.au), see some postings bevor ... Thank's anyway ... -- Greeting, Andy running FreeBSD-current --------------------------------------------------------------------------- From owner-freebsd-current Tue Dec 31 16:13:04 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA03859 for current-outgoing; Tue, 31 Dec 1996 16:13:04 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id QAA03854 for ; Tue, 31 Dec 1996 16:13:01 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0vfEIl-0000zz-00; Tue, 31 Dec 1996 17:12:59 -0700 To: freebsd-current@freebsd.org Subject: Restore mods Date: Tue, 31 Dec 1996 17:12:59 -0700 From: Warner Losh Message-Id: Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just checked in a few restore mods. They worked for me in my testing, but I was unable to compile them on Freefall before commit as a last sanit check. Since Freefall is a 2.1.6.1 machine, I'm not too worried, since they compiled for me here on my -current machine. Nothing should break in these changes, and they were reviewed by jordan and guido. Please let me know if anything is broken by them, since I've not done a full make world with them (since my old 486 doesn't want to finish in under 10 hours, and I don't have the space to store all the objects all the time. Yours in paranoia, Warner From owner-freebsd-current Tue Dec 31 16:59:46 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id QAA05209 for current-outgoing; Tue, 31 Dec 1996 16:59:46 -0800 (PST) Received: from helmholtz.salk.edu (helmholtz.salk.edu [198.202.70.34]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id QAA05204 for ; Tue, 31 Dec 1996 16:59:44 -0800 (PST) Received: from pauling.salk.edu (pauling [198.202.70.108]) by helmholtz.salk.edu (8.7.5/8.7.3) with SMTP id QAA15010 for ; Tue, 31 Dec 1996 16:59:50 -0800 (PST) Date: Tue, 31 Dec 1996 16:57:17 -0800 (PST) From: Tom Bartol Reply-To: Tom Bartol To: current@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I've just installed 2.2-BETA with out a hitch (BTW, really nice job. I especially like the visual config editor!) on my new dual P6 machine with the hope of testing the SMP kernel. In preparation for this I cvsup'd -current as of this afternoon PST onto my machine and got this error during my make world: ===> usr.bin/colldef cc -O2 -m486 -pipe -I. -I/usr/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG -o colldef parse.o scan.o -ll ===> usr.bin/colldef/data make: don't know how to make is_IS.ISO_8859-1.out. Stop *** Error code 2 Any ideas as to the source of this problem? In the meantime if started a make -k world to see how far I can forge ahead past this. Many thanks, Tom From owner-freebsd-current Tue Dec 31 21:36:31 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA14463 for current-outgoing; Tue, 31 Dec 1996 21:36:31 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id VAA14458; Tue, 31 Dec 1996 21:36:22 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id QAA26663; Wed, 1 Jan 1997 16:34:03 +1100 Date: Wed, 1 Jan 1997 16:34:03 +1100 From: Bruce Evans Message-Id: <199701010534.QAA26663@godzilla.zeta.org.au> To: bde@freefall.freebsd.org, current@freefall.freebsd.org Subject: Re: cvs commit: src/share/syscons/fonts Makefile src/share/syscons/keymaps Makefile Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: share/syscons/fonts Makefile > share/syscons/keymaps Makefile > Log: > Don't create unused object directory. > Don't override harmless clean rule. This may break `make all' unless you remove the existing obj directory, if any. `make' doesn't know about NOOBJ and will cd to the obj directory if it exists. Bruce