Larry 'Daffy' Daffner: > There ARE new squake/xquake packages. They've been sitting in > Incoming on master since quake-lib_1.06-1 showed up. Anyone know why > they haven't moved into the main tree?
I don't know. I've gotten this reported by dozens of users. I've had a bug report filed on quake about it. I've mailed Guy and tried to get some explination, and it still sits there in incoming. It was uploaded on Feb 7th, I believe. I uploaded a new version of quake 1.06 today, to fix a bug, and hopefully get it processed and moved out of Incoming. I hope that it gets processed within the next few days. -- #!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj # RSA-3-lines-perl $/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1 # Joey Hess lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/) # [EMAIL PROTECTED] "How appropriate, you fight like a cow." - - Guybrush Threepwood -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] Received: (qmail 27894 invoked by uid 802); 27 Feb 1997 07:52:18 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 11938 invoked from network); 27 Feb 1997 06:05:34 -0000 Received: from tiamat.datasync.com ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 06:05:31 -0000 Received: (from [EMAIL PROTECTED]) by tiamat.datasync.com (8.8.5/8.8.5) id XAA15268; Wed, 26 Feb 1997 23:57:47 -0600 Sender: [EMAIL PROTECTED] X-Time: Wed Feb 26 23:57:36 1997 X-Mail-System: Vm 6.16 for GNU Emacs 19.34.1 Organization: Manoj Srivastava's Home To: debian-devel@lists.debian.org Subject: Re: XEmacs, Emacs and elisp References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII From: Manoj Srivastava <[EMAIL PROTECTED]> Date: 26 Feb 1997 23:57:44 -0600 In-Reply-To: Mark Eichin's message of 26 Feb 1997 22:17:00 -0500 Message-ID: <[EMAIL PROTECTED]> Lines: 38 X-Mailer: Gnus v5.4.15/Emacs 19.34 Hi, >>"Mark" == Mark Eichin <[EMAIL PROTECTED]> writes: >> This may be a simplification. Have you looked at the hoops one has >> to go through to achieve this goal? Do we really expect the Mark> The list you mention isn't particularly relevant -- if a package Mark> specifically only works on one and not the other, then it should Mark> depend on one or the other, oh well. However, there are ways of Mark> handling these portably, and any "big" elisp packages worth Mark> packaging do, in fact, handle all of those -- gnus, w3, calc... Mark> I'm trying to make it *easier* for the debian-maintainer, not Mark> harder :-) OK. I misunderstood your initial statement: Mark-Old> There are no plans to solve this non-problem :-) The high Mark-Old> level goal is that any package that depends on emacs works Mark-Old> with any and all of them. We should be able to accomplish Mark-Old> this. My contention was merely that package maintainers should not be the ones to attempt to accomplish this laudable goal; because in some cases this would take extra-ordinary effort. (I'm not sure I have the requisite skill either). I'm glad we agree about the rest ;-). manoj -- "The Diabolonian position is new to the London playgoer of today, but not to lovers of serious literature. From Prometheus to the Wagnerian Siegfried, some enemy of the gods, unterrified champion of those oppressed by them, has always towered among the heroes of the loftiest poetry." Shaw, "On Diabolonian Ethics" Manoj Srivastava <url:mailto:[EMAIL PROTECTED]> Mobile, Alabama USA <url:http://www.datasync.com/%7Esrivasta/> Received: (qmail 28109 invoked by uid 802); 27 Feb 1997 07:53:05 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 19435 invoked from network); 27 Feb 1997 06:31:23 -0000 Received: from ppp-gw.fifi.org (HELO tantale.fifi.org) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 06:31:22 -0000 Received: from tantale.fifi.org ([EMAIL PROTECTED] [127.0.0.1]) by tantale.fifi.org (8.8.5/8.8.5) with ESMTP id WAA26290; Wed, 26 Feb 1997 22:22:46 -0800 Message-Id: <[EMAIL PROTECTED]> X-Mailer: exmh version 1.6.9 8/22/96 To: Mark Eichin <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED], debian-devel@lists.debian.org Subject: Re: XEmacs, Emacs and elisp In-reply-to: Your message of "26 Feb 1997 14:00:41 EST." <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 26 Feb 1997 22:22:45 -0800 From: Philippe Troin <[EMAIL PROTECTED]> [EMAIL PROTECTED] said: > I'm working on this issue right now with the current (new) xemacs > maintainer. We've already got the conflicts straightened out, we're > working on the byte-compiler issue. Anyone out there actually > installed both on a site before, and know how compatible the *really* > are from experience, rather than from theory? (Or have an xemacs doc > ref that recommends an approach?) If all else fails, I can by > default set 'byte-compile-compatibility in emacs19 which generates > emacs18 compatible bytecodes; this should let them work on both, but > is a bit drastic. The XEmacs bytecode can run on both emacsen. I don't know if the XEmacs .el (and .elc) will run like this on emacs. One simple solution would be to have: /usr/lib/emacs/<version>/lisp GNU Emacs specific elisp /usr/lib/xemacs/<version>/lisp XEmacs specific elisp /usr/lib/emacsen/<version>/lisp Common elisp /usr/lib/emacs/<version>/site-lisp Packages-added GNU emacs elisp /usr/lib/xemacs/<version>/site-lisp Packages-added XEmacs elisp /usr/lib/emacsen/<version>/site-lisp Packages-added common elisp All .elc going under /usr/lib/emacsen should be compiled with Xemacs. The harder will be to determine which common subset of the Emacs and XEmacs distributed elisp can be put under /usr/lib/emacsen/<version>/lisp (avoiding duplication). As a starting point, this could be empty and both emacsen could come with their own elisp files... All elisp packages should go under /usr/lib/emacsen/<version>/site-lisp unless they run in only one of the emacsen. The paths mentionned above might be changes obviously. Phil. Received: (qmail 28255 invoked by uid 802); 27 Feb 1997 07:53:31 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 27165 invoked from network); 27 Feb 1997 07:26:49 -0000 Received: from gate.topsystem.de (194.231.48.129) by master.debian.org with SMTP; 27 Feb 1997 07:26:48 -0000 Received: from einstein.topsystem.de (einstein.topsystem.de [172.26.1.2]) by gate.topsystem.de (8.8.5/8.8.5) with SMTP id IAA04905 for <debian-devel@lists.debian.org>; Thu, 27 Feb 1997 08:25:06 +0100 Received: by einstein.topsystem.de with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63) id <[EMAIL PROTECTED]>; Thu, 27 Feb 1997 08:19:32 +0100 Message-ID: <[EMAIL PROTECTED]> From: Michael Meskes <[EMAIL PROTECTED]> To: "'Michael Meskes'" <[EMAIL PROTECTED]>, "'David Engel'" <[EMAIL PROTECTED]> Cc: "'Debian Development'" <debian-devel@lists.debian.org> Subject: AW: GNU libc Date: Thu, 27 Feb 1997 08:19:32 +0100 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit >Michael, would you please bring these issues up on the linux-gcc >mailing list? Considering my ignorance regarding locale support, I >don't know if I would even ask the right questions. Okay, I will. Unfortunately I'm not subsrcibed anymore but I think that won't be a problem. >> Also David, locales does conflict and replace with localebin, but only >> conflict with wg15-locale. Is that what you wanted? > >Please check your .deb file again. Mine conflicts with both localebin >and wg15-locale. Yes, both conflict. But locales does not replace wg15-locale. So I cannot install it except for adding a --force option or manually removing wg15. Michael Received: (qmail 29020 invoked by uid 802); 27 Feb 1997 07:56:26 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 29011 invoked by uid 802); 27 Feb 1997 07:56:24 -0000 Date: 27 Feb 1997 07:56:23 -0000 Message-ID: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] To: debian-user@lists.debian.org Subject: debian-user list working, barely The debian-user list is working, but has problems. Please refrain from using it except to answer questions from users with Debian problems until it's in full working order again. The machine that is delivering the list right now will not take the load of the list's normal activity. Thanks Bruce Received: (qmail 29301 invoked by uid 802); 27 Feb 1997 07:57:17 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 29292 invoked by uid 802); 27 Feb 1997 07:57:16 -0000 Date: 27 Feb 1997 07:57:16 -0000 Message-ID: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] To: debian-devel@lists.debian.org Subject: debian-devel list working, barely The debian-devel list is working, although master.debian.org is doing all of the delivery and is going to have problems from the load of debian-user. Bruce Received: (qmail 29875 invoked by uid 802); 27 Feb 1997 08:00:23 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 19965 invoked from network); 27 Feb 1997 07:00:21 -0000 Received: from dial-8-3.slip.huji.ac.il (HELO sim.dot.org.il) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 07:00:13 -0000 Received: (qmail 6223 invoked by uid 1000); 27 Feb 1997 03:09:40 -0000 Date: Thu, 27 Feb 1997 05:09:38 +0200 (IST) From: "Boris D. Beletsky" <[EMAIL PROTECTED]> Sender: [EMAIL PROTECTED] Reply-To: "Boris D. Beletsky" <[EMAIL PROTECTED]> To: Debian developers list <debian-devel@lists.debian.org> Subject: test Message-ID: <[EMAIL PROTECTED]> Priority: non-urgent Importance: low Mailer: Pine 3.95 (Debian GNU/Linux) X-Mailer: Pine 3.95 (Debian GNU/Linux) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Test, plz ignore. borik -------------------------------------------------------------- Boris D. Beletsky [EMAIL PROTECTED] Network Administrator [EMAIL PROTECTED] Hebrew University [EMAIL PROTECTED] Jerusalem, Israel phone: +972 2 6411880 Received: (qmail 30421 invoked by uid 802); 27 Feb 1997 08:03:28 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 19583 invoked from network); 27 Feb 1997 06:39:25 -0000 Received: from mustang.ucsd.edu (132.239.20.34) by master.debian.org with SMTP; 27 Feb 1997 06:39:24 -0000 Received: by mustang.ucsd.edu (1.38.193.4/16.2) id AA02850; Wed, 26 Feb 1997 22:32:02 -0800 Date: Wed, 26 Feb 1997 22:32:02 -0800 (PST) From: Scott Stanley <[EMAIL PROTECTED]> To: Debian-User <debian-user@lists.debian.org> Subject: dselect and lprng... Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I was just trying to download and install the lprng package from stable using dselect 1.4.0.7 with the ftp Access method. Basically, I went into Select, and selected the package lprng (I got the dependencies window saying lprng recommended magicfilter, but I did not select magicfilter). The select menu item for lprng looks like; _* Opt net lprng <none> 2.4.2-1 lpr/lpd printer spooling When I exit (pressing Enter) and Install, I get ---------------------------------------------------------- Processing status file... Processing Package files... stable... contrib... non-free... Constructing list of files to get... Approximate total space required: 0k Available space in ../../../../../dosc/Debian/1.2: 235632k Nothing to get. Processing downloaded files...(for corrupt/old/partial) ------------------------------------------------------------ Nothing to get??? If I go back into the Select option after this aborted attempt, it still says I want to install lprng, just like is shown above. Seems like I must be doing something silly, I just can't figure out what.... Any help is appreciated. Scott Received: (qmail 31320 invoked by uid 802); 27 Feb 1997 08:07:47 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 31307 invoked from network); 27 Feb 1997 08:07:42 -0000 Received: from user86.laci.net (HELO LoadedBones) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 08:07:41 -0000 Received: from LoadedBones ([205.230.136.86]) by LoadedBones with smtp (ident ugs using rfc1413) id m0w00t9-000ENJC (Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 02:08:27 -0600 (CST) Date: Thu, 27 Feb 1997 02:08:27 -0600 (CST) From: Paul Serice <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] Reply-To: Paul Serice <[EMAIL PROTECTED]> To: Debian-User Mailing List <debian-user@lists.debian.org> Subject: sysklogd error on install Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII After upgrading to bash 2.0, I was getting the same error as everyone else when sysklogd started up. So, I upgraded. When I installed the package, I got the error that is reproduced below. I am wondering if my system is misconfigured or if the package has a small bug. Thanks Paul Serice ===================================================================== (Reading database ... 34406 files and directories currently installed.) Preparing to replace sysklogd 1.3-14 (using sysklogd_1.3-14.deb) ... Stopping system log daemon: klogd syslogd. Unpacking replacement sysklogd ... Setting up sysklogd (1.3-14) ... /usr/sbin/update-rc.d: line 109: syntax error: unexpected end of file dpkg: error processing sysklogd (--install): subprocess post-installation script returned error exit status 2 Errors were encountered while processing: sysklogd ===================================================================== Received: (qmail 32131 invoked by uid 802); 27 Feb 1997 08:10:57 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 11753 invoked from network); 27 Feb 1997 05:55:55 -0000 Received: from thunder.safb.af.mil (140.175.63.13) by master.debian.org with SMTP; 27 Feb 1997 05:55:54 -0000 Received: by thunder.safb.af.mil (AIX 3.2/UCB 5.64/4.03) id AA62389; Wed, 26 Feb 1997 23:39:48 -0600 Date: Wed, 26 Feb 1997 23:39:48 -0600 (CST) From: "Civ Kevin F. Havener" <[EMAIL PROTECTED]> To: Bruce Perens <[EMAIL PROTECTED]> Cc: Bruce Perens <[EMAIL PROTECTED]>, Ralph Winslow <[EMAIL PROTECTED]>, debian user mail lists <debian-user@lists.debian.org> Subject: Re: pine produces segmentation faults (fwd) In-Reply-To: <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I'm thinking rtfm is read the _fine_ manual and RTFM is what you think it is! I get the uppercase version all the time. At least the original post included a suggestion as to which fm would be a good place to start. That will be one of the next two ORA books I buy! On Wed, 26 Feb 1997, Bruce Perens wrote: > > Gee, what's wrong with a suggestion to "Read The Fine Manuals"??? > > Oh, it's read the _fine_ manual, is it? Everything I know is wrong! kevin Received: (qmail 32223 invoked by uid 802); 27 Feb 1997 08:11:48 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 19310 invoked from network); 27 Feb 1997 06:25:04 -0000 Received: from mustang.ucsd.edu (132.239.20.34) by master.debian.org with SMTP; 27 Feb 1997 06:25:04 -0000 Received: by mustang.ucsd.edu (1.38.193.4/16.2) id AA02826; Wed, 26 Feb 1997 22:17:41 -0800 Date: Wed, 26 Feb 1997 22:17:41 -0800 (PST) From: Scott Stanley <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: Re: lprm says "Permission denied" (fwd) Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Feb 1997 [EMAIL PROTECTED] wrote: .....Much Deleted..... > > The real fix seems to go to lprng. That's the official position of the > maintainer as well, as stated in a msg. to this list last year. I'll > do it as soon as I have a chance. > If the recommended fix (by the package maintainer even) is to switch from lpr to lprng, shouldn't lpr be switched out of Standard and lprng moved from Optional into Standard? I just happen to be having some problems setting up lpr as well. I think I'll switch to lprng before spending any more time. Scott > Carlos > > > -- > TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to > [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] > > Received: (qmail 32267 invoked by uid 802); 27 Feb 1997 08:12:07 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 32258 invoked from network); 27 Feb 1997 08:12:04 -0000 Received: from pegbar.and.nl (193.79.206.200) by master.debian.org with SMTP; 27 Feb 1997 08:12:03 -0000 Received: from zonnebloem.and.nl ([EMAIL PROTECTED] [193.79.207.87]) by pegbar.and.nl (8.6.12/KH19960716 (dbm-test)) with ESMTP id JAA24361 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 09:04:22 +0100 From: Ronald van Loon <[EMAIL PROTECTED]> Received: (from [EMAIL PROTECTED]) by zonnebloem.and.nl (8.8.5/8.8.5) id IAA10174 for debian-user@lists.debian.org; Thu, 27 Feb 1997 08:55:18 +0100 Message-Id: <[EMAIL PROTECTED]> Subject: Re: Package configuration philosophy In-Reply-To: <[EMAIL PROTECTED]> from Yoav Cohen-Sivan at "Feb 26, 97 08:44:01 pm" To: debian-user@lists.debian.org Date: Thu, 27 Feb 1997 08:55:18 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit |"In article <[EMAIL PROTECTED]>, |" Yes, I know about this - I found it out a few days ago, BUT, you |"are again missing my point that in *my*, yes, *my* view it would be an |"advantage to have some sort of nice default setup instead of a |"bare-bones system. Yes, all the tools are in place to help me customize |"but the system is still bare-bones. I don't know about you, but I am |"into Linux as a hobby - I only have a few hours a week to devote to it. |"I *will* get around to learning all the intricacies and I *will* |"configure it to my own tastes, but in the meantime, while I am learning |"all the functions I would prefer a nicer setup. How about a package that would depend on tools such as menu and friends that would configure a system - it could be called 'configure' or, to stay in your analogy of bones, "flesh". (or "flash"). Or maybe not depend on packages at all, but determining dynamically what packages are on the system and present defaults accordingly. This package would: - have menu screens allowing you to choose default prompts Would you like the default prompt to look like: 1) Standard ($, % or #, depending on shell used) 2) [EMAIL PROTECTED] current_directory command_number 3) Custom The custom option could lead to a menu where you could choose various elements (user,host,current_directory, history etc) and put them in any order. System-level: - have menu screens allowing you to configure your uucp - have menu screens allowing you to configure your news - have menu screens allowing you to configure your mail - have menu screens allowing you to configure your webserver (I know that these are also in post-install scripts or separate config-scripts, but those scripts could be integrated in this program, just to have all configuration at your fingertips) User-level: - have menu screens allowing you to configure procmail (offer default rules for filtering of mailing-lists, certain persons etc.) - have menu screens allowing you to configure X11 (adding of hosts, starting of XTerms, changing of common defaults) to the wm of choice I could go on, but you get the general idea. -- Ronald van Loon ([EMAIL PROTECTED]) "I am waiting as fast as I can! I want patience, and I want it *NOW*!" - Bethany J. Parkhurst Received: (qmail 32354 invoked by uid 802); 27 Feb 1997 08:12:57 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 32328 invoked from network); 27 Feb 1997 08:12:53 -0000 Received: from fire.dkrz.de (?D/[EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 08:12:51 -0000 Received: from niesel.dkrz.de (niesel.dkrz.de [136.172.110.240]) by fire.dkrz.de (8.8.5/8.8.4) with SMTP id JAA12965; Thu, 27 Feb 1997 09:05:25 +0100 (MET) Received: from gp12 by niesel.dkrz.de (4.1/SMI-4.1) id AA16284; Thu, 27 Feb 97 09:05:21 +0100 Sender: [EMAIL PROTECTED] Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 09:05:15 +0100 From: Andree Leidenfrost <[EMAIL PROTECTED]> Organization: University of Hamburg X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.27 i586) Mime-Version: 1.0 To: "Eugene H. Sevinian" <[EMAIL PROTECTED]> Cc: Debian user mailing-list <debian-user@lists.debian.org> Subject: Re: first installation, network problem References: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Eugene, if ping <hostname> is working in both directions, then I would say name service indeed is not your problem. It rather sounds like your inetd / portmapper is not running. Check that your 'netbase' package is properly installed. Try to restart them by typing: /etc/init.d/netbase stop followed by a /etc/init.d/netbase start Is there any unusul output? Further, if your problem stays it would be very helpful for remote diagnostics ;-) to have more information, e.g. do: dmesg > bootmessages.txt and post bootmessages.txt so that we can scan it for any irregularities. So long, Andree PS: Please excuse my ignorance and curiosity but what country does '.AM' stand for? -- | Institute of Geophysics phone: +49 40 4123 4389 ANDREE LEIDENFROST | University of Hamburg fax: +49 40 4123 5441 Geophysicist | Bundesstrasse 55 e-mail: [EMAIL PROTECTED] | D-20146 Hamburg www: www.app-geoph.dkrz.de Received: (qmail 32590 invoked by uid 802); 27 Feb 1997 08:14:51 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 32583 invoked from network); 27 Feb 1997 08:14:47 -0000 Received: from pcx157.frontec.se (HELO sune.lkp.frontec.se) (193.13.193.157) by master.debian.org with SMTP; 27 Feb 1997 08:14:46 -0000 Received: from robsi_pc.lkp.frontec.se (robsi_pc.lkp.frontec.se [192.121.198.147]) by sune.lkp.frontec.se (8.6.12/8.6.6) with SMTP id JAA00389 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 09:07:11 +0100 Message-Id: <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 27 Feb 1997 09:07:09 +0100 To: debian-user@lists.debian.org From: [EMAIL PROTECTED] Subject: XFree86 3.2 performance problem ? Hi! Has anyone else noticed that, since the upgrade to 3.2, X seems to be slower ? I have a P120 with 48 Mb and a Stealth64 Video 2000 (S3) with 2Mb DRAM. I use 1024x768 with 16 bpp. After the upgrade I noticed that my WM (AfterStep) took about 2-3 seconds more to load and the window drawing is also a bit slower. I didn't think about it though, but yesterday I started xbmbrowser in a directory where I keep a lot of pixmaps (800+). It took "forever" to load so I killed it after about 10 minutes. Top showed that the XServer consumed 85-95 % of the CPU load. After that, I reinstalled my old S3 server (3.1.2 from Debian 1.1) and the problems mentioned above disappeared. Has anoyone had a similar experience ? Thanks in advance Robert ---------------------------------------------------------------------- Robert Sickeldal email: [EMAIL PROTECTED] Frontec Network Services AB (All statements above are my own, not my employers.) ---------------------------------------------------------------------- Received: (qmail 32636 invoked by uid 802); 27 Feb 1997 08:15:20 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 11878 invoked from network); 27 Feb 1997 06:00:15 -0000 Received: from tiamat.datasync.com ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 06:00:14 -0000 Received: (from [EMAIL PROTECTED]) by tiamat.datasync.com (8.8.5/8.8.5) id XAA14973; Wed, 26 Feb 1997 23:52:02 -0600 Sender: [EMAIL PROTECTED] X-Time: Wed Feb 26 23:51:55 1997 X-Mail-System: Vm 6.16 for GNU Emacs 19.34.1 Organization: Manoj Srivastava's Home To: debian-devel@lists.debian.org Subject: Re: Possible framework for `debmake replacement' References: <[EMAIL PROTECTED]> Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII From: Manoj Srivastava <[EMAIL PROTECTED]> Date: 26 Feb 1997 23:51:59 -0600 In-Reply-To: Ben Pfaff's message of Wed, 26 Feb 1997 19:00:54 -0500 (EST) Message-ID: <[EMAIL PROTECTED]> Lines: 19 X-Mailer: Gnus v5.4.15/Emacs 19.34 Hi, I am thinking that a ``compiler'', as it has been dubbed, may well be a better solution than an enhanced debstd. And yes, there are two modes to this compiler, an init mode that does debmake like stuff, and an update that injects/updates debstd like stuff. It does not have to parse the debian/rules makefile, since the rules injected would be an integral part of the Makefile (I think we can make this simple, and user configurable as well, using multiple conditional includes). manoj -- cause when love is gone, there's always justice. and when justice is gone, there's always force. and when force is gone, there's always mom. laurie anderson Manoj Srivastava <url:mailto:[EMAIL PROTECTED]> Mobile, Alabama USA <url:http://www.datasync.com/%7Esrivasta/> Received: (qmail 26770 invoked by uid 802); 27 Feb 1997 10:53:44 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 26763 invoked from network); 27 Feb 1997 10:53:43 -0000 Received: from pc135a.wi.leidenuniv.nl ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 10:53:35 -0000 Received: (from [EMAIL PROTECTED]) by pc135a.wi.leidenuniv.nl (8.8.3/8.8.3) id KAA16978; Thu, 27 Feb 1997 10:40:00 +0100 From: Wichert Akkerman <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> Subject: Re: Freezing Bo (Debian 1.3) In-Reply-To: <[EMAIL PROTECTED]> from Maarten Boekhold at "Feb 26, 97 09:15:19 pm" To: [EMAIL PROTECTED] (Maarten Boekhold) Date: Thu, 27 Feb 1997 10:40:00 +0100 (MET) Cc: [EMAIL PROTECTED], debian-devel@lists.debian.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In a previous message Maarten Boekhold said: > I just finished a complete update from 1.2 to unstable (a cd burned > monday from ftp.leidenuniv.nl, don't know how up-to-date that mirror is), It is not up-to-date, since the maintainers are more slackware-minded. You can use ftp.nluug.nl in The Netherlands; it carries a lot of mirrors and has a complete, up-to-date debian mirror. Wichert. Received: (qmail 27746 invoked by uid 802); 27 Feb 1997 11:02:15 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 27701 invoked from network); 27 Feb 1997 11:02:12 -0000 Received: from user86.laci.net (HELO LoadedBones) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 11:02:12 -0000 Received: from LoadedBones ([205.230.136.86]) by LoadedBones with smtp (ident ugs using rfc1413) id m0w01Q2-000ENJC (Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 02:42:26 -0600 (CST) Date: Thu, 27 Feb 1997 02:42:26 -0600 (CST) From: Paul Serice <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] Reply-To: Paul Serice <[EMAIL PROTECTED]> To: Debian-User Mailing List <debian-user@lists.debian.org> Subject: Re: sysklogd error on install In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Nevermind, I read yet deeper into the archives and came across a message from Guy Maor dated Feb 14 which explains that all I need to do is update dpkg. Thanks Guy. Paul Received: (qmail 27770 invoked by uid 802); 27 Feb 1997 11:02:19 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 27760 invoked from network); 27 Feb 1997 11:02:17 -0000 Received: from mailhub2.aimnet.com (204.247.0.214) by master.debian.org with SMTP; 27 Feb 1997 11:02:16 -0000 Received: from aimnet.com (mailhub.aimnet.com [204.247.0.104]) by mailhub2.aimnet.com (8.8.5/8.6.9) with ESMTP id CAA12633 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 02:17:57 -0800 (PST) Received: from sjx-ca24-18.ix.netcom.com ([EMAIL PROTECTED] [204.30.65.178]) by aimnet.com (8.8.5/8.7.1) with SMTP id CAA09223; Thu, 27 Feb 1997 02:14:27 -0800 (PST) From: [EMAIL PROTECTED] (Martin Brundage) To: [EMAIL PROTECTED] Cc: debian-user@lists.debian.org Subject: Re: Why is PPP so screwed up!?!?! Date: Thu, 27 Feb 1997 10:14:41 GMT Organization: "" Reply-To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> References: <"Emg9W.0.a_5.nVG5p"@master.debian.org> In-Reply-To: <"Emg9W.0.a_5.nVG5p"@master.debian.org> X-Mailer: Forte Agent .99f/16.299 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable On Wed, 26 Feb 97 19:52:24 PST, you wrote: > >Well, I've been working with Debian systems for over a year now and I've >been able to get it to dial into my ISP about three times. Sorry to hear about your problems. My experience has been somewhat the opposite of yours. I recently installed Debian 1.2, and apart from = adding my ppp chat script and options file from my old distribution, the only file I needed to change (after adding it, because it was missing) was /etc/resolv.conf file, in which I put my ISP's nameservers' IP addresses. The rest of the /etc directory and the networking-related files were untouched, so I guess ppp doesn't need them for the things I do. Marty P.S. My chat file contains (all on one line): bin/chat -v ABORT BUSY ABORT "NO CARRIER" "" ATDT<my ISP's phone number> CONNECT "" ogin: <my login ID> ssword: <my password>' My options file contains: /dev/cua1 38400 -detach crtscts modem defaultroute noipdefault asyncmap 0 (These files have worked for all the modems I have tried them on, except that I change the baud rate depending on the speed of the modem.) Received: (qmail 27793 invoked by uid 802); 27 Feb 1997 11:02:21 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 27767 invoked from network); 27 Feb 1997 11:02:18 -0000 Received: from milo.cfw.com (205.219.240.6) by master.debian.org with SMTP; 27 Feb 1997 11:02:18 -0000 Received: from wboro51.cfw.com by milo.cfw.com; (5.65v3.2/1.1.8.2/12Dec95-0403PM) id AA16507; Thu, 27 Feb 1997 04:45:45 -0500 Sender: [EMAIL PROTECTED] Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 04:40:01 -0500 From: Victor Torrico <[EMAIL PROTECTED]> Organization: Meadows on Wildflower Hill, Head Waters, Virginia X-Mailer: Mozilla 3.01 (X11; U; Linux 2.1.26 i586) Mime-Version: 1.0 To: Debian User Community <debian-user@lists.debian.org> Subject: Logging of Boot Process Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello All, When I boot my Debian box and afterwards look at the boot messages in /var/adm/messages, I can see, in an editor, the boot messages generated up to the point where runlevel two is entered. No messages regarding runlevel two are seen in the editor. I see them fine on the screen but they are not logged. How does one log the messages generated during the runlevel two processing? Need this for troubleshooting purposes. Thanks, Victor Received: (qmail 28468 invoked by uid 802); 27 Feb 1997 11:04:11 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 28424 invoked from network); 27 Feb 1997 11:04:09 -0000 Received: from phoenix.earthlight.co.nz ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 11:04:07 -0000 Received: from pandora.earthlight.co.nz ([EMAIL PROTECTED] [202.36.94.111]) by phoenix.earthlight.co.nz (8.8.5/8.8.5) with ESMTP id XAA29453 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 23:35:55 +1300 Received: from localhost ([EMAIL PROTECTED] [127.0.0.1]) by pandora.earthlight.co.nz (8.7.5/8.7.3) with ESMTP id XAA16725 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 23:39:55 +1300 Message-Id: <[EMAIL PROTECTED]> X-Mailer: exmh version 2.0gamma 1/27/96 To: debian-user@lists.debian.org Subject: problems with libg++27 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 27 Feb 1997 23:39:53 +1300 From: Joseph Skinner <[EMAIL PROTECTED]> Hi I just tried to install the libg++27 package and found that it seems to be broken to the point of being unusable. It reports that it has installed files that it never installs and only installs links to those files. Is there a working version of this package. I've tried libg++27-dev_2.7.2.1-6.deb and libg++27-dev_2.7.2.1-8.deb and they both have this problem. Joe. ps I've checked the contents of the packages and the required files are not there although they claim to have been installed Received: (qmail 29411 invoked by uid 802); 27 Feb 1997 11:07:56 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 29388 invoked from network); 27 Feb 1997 11:07:53 -0000 Received: from siva.taz.net.au (@203.16.167.2) by master.debian.org with SMTP; 27 Feb 1997 11:07:51 -0000 Received: from localhost ([EMAIL PROTECTED]) by siva.taz.net.au (8.8.5/8.8.5) with SMTP id TAA06737; Thu, 27 Feb 1997 19:22:13 +1100 Date: Thu, 27 Feb 1997 19:22:13 +1100 (EST) From: Craig Sanders <[EMAIL PROTECTED]> To: Seth Reinosa <[EMAIL PROTECTED]> cc: debian linux questions <debian-user@lists.debian.org> Subject: Re: my zipper is stuck In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> X-No-Junk-Mail: Do not send me junk mail under any circumstances MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Feb 1997, Seth Reinosa wrote: > how do I uncompress a progam that says > guavac-0.2.5-linuxelf-bin.tar.gz > to view contents: tar tvfz guavac-0.2.5-linuxelf-bin.tar.gz to extract: tar xfzp guavac-0.2.5-linuxelf-bin.tar.gz for more info: man tar info tar cd /usr/doc/tar ; less * */* btw, there is a debian package for guavac. I'm not sure if it's in stable or not but it's definitely in unstable. Install the debian package rather than the .tar.gz file. Craig Received: (qmail 31220 invoked by uid 802); 27 Feb 1997 11:13:57 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 31204 invoked from network); 27 Feb 1997 11:13:48 -0000 Received: from mlucom.urz.uni-halle.de (141.48.3.3) by master.debian.org with SMTP; 27 Feb 1997 11:13:46 -0000 Received: from localhost by mlucom.urz.uni-halle.de with SMTP (1.37.109.23/15.6) id AA036802683; Thu, 27 Feb 1997 09:38:03 +0100 Posted-Date: Thu, 27 Feb 1997 09:38:03 +0100 Received-Date: Thu, 27 Feb 1997 09:38:03 +0100 Date: Thu, 27 Feb 1997 09:38:02 +0100 (MEZ) From: Andreas Tille <[EMAIL PROTECTED]> To: Debian User List <debian-user@lists.debian.org> Subject: A NFS problem Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hello, in short I want to explain my problem why I need NFS while installing the base system. As I mentioned in some mails before I want to use a HP-workstation as fileserver for my Linux-Pc, because I have very small diskspace. Because the way installing the base system on my PC and tha moving several files to the HP did not work (nobody had any clue why ;-)), I tried to solve my problem in this way Boot using the resque-disk, initialize swap space, mounte /, switch to another console (<Alt-F2>), cd target, mkdir usr and mount -t nfs 141.48.54.2:/usr/local/linux/debian/usr usr Susan G. Kleinmann was so kind to compile a kernel containing my network adapter and NFS (thanks once more Susan :-)). But the result was: nfs warning: mount version older than kernel nfs_read_super: not a socket Mount 141.48.54.2:/usr/local/linux/debian/usr (type nfs) on usr: wrong filesystem type, or bad superblock an 141.48.54.2:/usr/local/linux/debian/usr In 141.48.54.2:/etc/exports ist the line /usr/local/linux (former it was: /usr/local/linux -access=141.48.54.130,root=141.48.54.130 but I changed it to the line above cause I thought when installing debian the address of my PC isn't known) The address 141.48.54.2 is our HP-workstation which should be work as NFS-fileserver for some Linux-PC's. To verify this behaviour I tried to mount: mount -t nfs 141.48.54.130:/ usr where 141.48.54.130 is another Linux-Pc in our network. I got the same message. Is there any possibility to check the network adapter. May be the card isn't working right. But while installing no ping is available. I reported this to Susan and she answered: > From: "Susan G. Kleinmann" <[EMAIL PROTECTED]> > I haven't NFS'd in years, so I can't interpret the error messages. I > would encourage you to report them to debian-user. Meantime, you may > be interested to know that I did not set these flags in your kernel: > CONFIG_ROOT_NFS > If you want your Linux box to mount its whole root filesystem from > some other computer over the net via NFS (presumably because your > box doesn't have a harddisk), say Y. Read Documentation/nfsroot.txt > for details. Most people say N here. > CONFIG_RNFS_BOOTP > If you want your Linux box to mount its whole root filesystem from > some other computer over the net via NFS and you want the IP address > of your computer to be discovered automatically at boot time using > the BOOTP protocol (a special protocol designed for doing this job), > say Y here. In case the boot ROM of your network card was designed > for booting Linux and does BOOTP itself, providing all necessary > information on the kernel command line, you can say N here. If > unsure, say Y. Note that in case you want to use BOOTP, a BOOTP > server must be operating on your network. Read > Documentation/nfsroot.txt for details. > CONFIG_RNFS_RARP > If you want your Linux box to mount its whole root filesystem from > some other computer over the net via NFS and you want the IP address > of your computer to be discovered automatically at boot time using > the RARP protocol (an older protocol which is being obsoleted by > BOOTP), say Y here. Note that in case you want to use RARP, a RARP > server must be operating on your network. Read > Documentation/nfsroot.txt for details. > > I don't think any of these matter wrt the error message you are reporting. > But I'll be happy to recompile if you think that's the right thing to do. Does anybody think that one of this options (or other ones not mentioned here) is necessary for doing this job? > These are the network cards I have compiled: > CONFIG_NET_ETHERNET=y > # CONFIG_NET_VENDOR_3COM is not set > # CONFIG_LANCE is not set > CONFIG_NET_VENDOR_SMC=y > CONFIG_WD80x3=y > CONFIG_ULTRA=y > > What does your machine say when you boot up? Does the dmesg output > indicate that whatever network card you have is properly detected? > For example, mine says: > eth0: 3c509 at 0x300 tag 1, 10baseT port, address 00 20 af ea 92 09, IRQ 10. > 3c509.c:1.07 6/15/95 [EMAIL PROTECTED] Mine says: wd.c: v.1.10 9/23/94 Donald E. Becker eth0: WD80x3 at 0x280, 00 00 C0 59 AD 67 WD8013, IRQ10, shared memory at 0xc8000-0xcbfff It should be OK because my old kernel worked with the same message. > BTW, I looked up your error messages on DejaNews, and didn't find anything. > We must be doing something wrong. If it were a bug in the program, someone > else would have suffered from it by now. Is someone out there who can figure out this problem. Thanks for any help Andreas. Received: (qmail 32012 invoked by uid 802); 27 Feb 1997 11:15:55 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 32001 invoked from network); 27 Feb 1997 11:15:53 -0000 Received: from mbox.queen.it ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 11:15:51 -0000 Received: from arca.queen.it ([EMAIL PROTECTED]) by mbox.queen.it (8.8.4/8.8.4) with SMTP id MAA13637 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 12:09:27 +0100 Date: Thu, 27 Feb 1997 12:07:58 +0100 (MET) From: Andrea Arcangeli <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] To: debian-user@lists.debian.org Subject: Java no audio device Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII If I run an applet with .au files with the appletviewer of the JDK: ii jdk-common 1.0.2-4 JDK (Java Development Kit) ii jdk-static 1.0.2-4 JDK (Java Development Kit) - Static I can' t hear the sound. ex: $ appletviewer prova.html no audio device audio player exit How can I configure the appletviewer in order to hear .au files from an applet? -- Andrea Arcangeli [EMAIL PROTECTED] http://www.imola.queen.it/user/arcangeli/ Received: (qmail 1771 invoked by uid 802); 27 Feb 1997 11:21:18 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 1691 invoked from network); 27 Feb 1997 11:21:15 -0000 Received: from glacier-ext.wise.edt.ericsson.se (HELO glacier.wise.edt.ericsson.se) (193.180.251.38) by master.debian.org with SMTP; 27 Feb 1997 11:21:14 -0000 Received: from aranda.lu.erisoft.se (aranda.lu.erisoft.se [150.132.144.180]) by glacier.wise.edt.ericsson.se (8.7.5/8.7.3/glacier-0.9) with ESMTP id MAA05079; Thu, 27 Feb 1997 12:13:40 +0100 (MET) Received: by aranda.lu.erisoft.se id MAA06281; Thu, 27 Feb 1997 12:13:22 +0100 (MET) From: Martin Stromberg <[EMAIL PROTECTED]> Received: by sirius.lu.erisoft.se id MAA14496; Thu, 27 Feb 1997 12:13:34 +0100 (MET) Message-Id: <[EMAIL PROTECTED]> Subject: Re: Why is PPP so screwed up!?!?! To: [EMAIL PROTECTED] (CoB SysAdmin) Date: Thu, 27 Feb 1997 12:13:33 +0100 (MET) Cc: debian-user@lists.debian.org (Debian user mailing list) In-Reply-To: <"Emg9W.0.a_5.nVG5p"@master.debian.org> from "CoB SysAdmin" at Feb 26, 97 07:52:24 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text [Klippa, klapp, kluppit] > of the connection, apparently). So, I tried pinging <remoteIP> and not a > single packet came back (although I could see them getting sent out on the > modem by watching the lights). Pinging <localIP> went fine, but didn't use > the modem. Pinging anywhere on the server's network other than <localIP>. I'm not sure that it's possible to ping over ppp. [Klippa, klapp, kluppit] > Also, I tried dialing into a Cisco terminal server and all I got was "Could > not determine local IP address". Again, I don't have this problem with Win95. > > So, I have a few questions: > 1 - Why is PPP this screwed up? Even if the "ppp_on_boot" thing *did* work, > why is there no mention of it in the instal program? There are a lot of > people out there who install Debian on their home systems and need to > use ppp in order to add/update packages via ftp. Shouldn't a little more > effort be made to make this a little simpler? I don't know of ANYONE > who looks forward to attempting ppp on Linux without a sense of dread. Well, I don't look forward to it, but I'm not afraid of either. > > 2 - How can I fix it in the short term? Does anyone know what I can do to > be able to see the remote network? Not sure but turning on the debug flag for pppd can help some. > 3 - I think I'm resigned to the fact that this figgin' ppp catastrophe isn't > going to get fixed unless I do it myself. I'm tenatively planning on > writing a set of scripts and ppp.options files to allow people to > easily configure their system as a dial-in server or as a home machine > that dials into an ISP. Does anyone want to offer suggestions, help > code, or help test? I've had that "Could not determine local IP address". I fixed it by putting my own <local-ip>:<remote-ip> pair somewhere in the options file. This gave me some other problems; I think it would connect but after a while disconnect with some of error message in /var/log/debug. Then I added some other options to pppd, I can't remember their exact names but it was something like accept-ip-local and accept-ip-remote. Then it worked just fine. By the way, I still have that proxyarp flag in the options file, so I always get that error message about not being able to determine address. But my ppp works anyway. Oh; by the way again, I don't use ppp at bootup or kerneld. I start pppd by hand by executing pon as root whenever I want to go out on the net. > > - Joe Hopefully helpful, MartinS Received: (qmail 17402 invoked by uid 802); 27 Feb 1997 11:36:12 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 17376 invoked from network); 27 Feb 1997 11:36:09 -0000 Received: from black.csi.cam.ac.uk ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 11:36:07 -0000 Received: from icarus.chu.cam.ac.uk [131.111.131.66] (mail) by black.csi.cam.ac.uk with smtp (Exim 1.58 #1) id 0w02Vt-0002Zd-00; Thu, 27 Feb 1997 09:52:33 +0000 Received: from cjw1006 by icarus.chu.cam.ac.uk with local (Exim 1.595 #1) id 0w02Vs-00006S-00 (Debian); Thu, 27 Feb 1997 09:52:32 +0000 Date: Thu, 27 Feb 1997 09:52:31 +0000 (GMT) From: Chris Walker <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] To: debian-devel@lists.debian.org Subject: Icon sizes for menus Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Is there a standard size for the icons that appear on menus generated by the menu package? If not, and I couldn't find any mention in the docs, I think we should give it some thought as it will make the system hold together better. Chris Received: (qmail 19311 invoked by uid 802); 27 Feb 1997 11:42:46 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 19306 invoked from network); 27 Feb 1997 11:42:42 -0000 Received: from softdnserror (HELO linda.lfix.co.uk) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 11:42:41 -0000 Received: from linda.lfix.co.uk ([EMAIL PROTECTED] [127.0.0.1]) by linda.lfix.co.uk (8.8.5/8.8.5) with ESMTP id LAA26800 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 11:26:09 GMT Message-Id: <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Reply-To: [EMAIL PROTECTED] Subject: Re: Why is PPP so screwed up!?!?! In-reply-to: Message from CoB SysAdmin (Joe Emenaker) <[EMAIL PROTECTED]> of Wed, 26 Feb 1997 19:52:24 PST. <"Emg9W.0.a_5.nVG5p"@master.debian.org> Date: Thu, 27 Feb 1997 11:26:08 +0000 From: "Oliver Elphick" <olly@lfix.co.uk> In message <"Emg9W.0.a_5.nVG5p"@master.debian.org>, [EMAIL PROTECTED] .edu writes: >... >EVERY person I've talked to who has tried getting dial-up ppp going on >Debian has approached it like a heavyweight fighter preparing for a title >fight. >.... >Destination Gateway Genmask Flags Met Ref Use Iface ><remoteIP> 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 >127.0.0.1 0.0.0.0 255.0.0.0 U 0 0 1 lo >0.0.0.0 <remoteIP> 0.0.0.0 UG 0 0 0 ppp0 > >Which *seems* okay. I was a little concerned about not seeing a "default" >in there, you used -n, so you got IP addresses, not words; 0.0.0.0 *is* "default". >... >So, I have a few questions: >1 - Why is PPP this screwed up?... The configuration may be; there's nothing wrong with the program itself. >2 - How can I fix it in the short term? Does anyone know what I can do to > be able to see the remote network? >... I just started using Debian a week or so ago; I didn't use any Debian ppp configuration however, so I can't comment on that. I used my pre-existing set-up (which admittedly cost me a lot of grief to get right). This is described at http://homepages.enterprise.net/olly/linux.ppp.html. The only thing I had to change was to remove a default route command from the startup scripts: /etc/init.d/network contained the line route add default gw ${GATEWAY} metric 1 which set up my local ethernet as the default route and stopped my ppp scripts from setting up the ppp connection as default; removing this line has had no ill effects. These are the relevant files, for use with a Motorola 3400 28.8Kbd modem: Chat script (all on one line) substitute appropriate values for <...>: ABORT BUSY ABORT 'NO CARRIER' '' AT OK-AT-OK AT\&F\\V4L2M1X4&C1&D2 OK AT DT<telno> CONNECT '' ogin: <username> word: <password> Options: connect "/usr/sbin/chat -v -f /etc/ppp/ppp.chat" crtscts debug defaultroute lock modem noipdefault Start-up command: /usr/sbin/pppd /dev/cua0 38400 Oliver Elphick [EMAIL PROTECTED] Isle of Wight http://homepages.enterprise.net/olly Received: (qmail 20152 invoked by uid 802); 27 Feb 1997 11:47:20 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 20145 invoked from network); 27 Feb 1997 11:47:12 -0000 Received: from nymphe.m.isar.de ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 11:47:10 -0000 Received: (from [EMAIL PROTECTED]) by nymphe.m.isar.de (8.6.13/ny-1.1) with UUCP id MAA26907; Thu, 27 Feb 1997 12:39:35 +0100 Received: from klee.painters.net ([EMAIL PROTECTED] [10.1.1.8]) by monet.painters.net (8.8.5/8.8.5) with ESMTP id LAA06347; Thu, 27 Feb 1997 11:32:01 +0100 Received: from localhost ([EMAIL PROTECTED]) by klee.painters.net (8.8.5/8.8.5) with SMTP id LAA01185; Thu, 27 Feb 1997 11:32:52 +0100 X-Authentication-Warning: klee.painters.net: schwarz owned process doing -bs Date: Thu, 27 Feb 1997 11:32:52 +0100 (CET) From: Christian Schwarz <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] To: "Brian C. White" <[EMAIL PROTECTED]> cc: Debian Developers <debian-devel@lists.debian.org> Subject: Re: Freezing Bo (Debian 1.3) In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Feb 1997, Brian C. White wrote: > I've been granted the position of "distribution manage" so I'd like to > get underway with freezing Bo. This was originally scheduled for tomorrow, > but it'll take at least a week to get going. > > Does anybody have any concerns that must be addressed before the freeze? > Once frozen, only bug fixes will be allowed into the distribution. Only > under special circumstances will new code be allowed! I'm currently working on a new ISDN utilities package. (There are new upstream versions around for quite a while and a few bugs I should fix in the package.) These packages should definitely go into 1.3. I'll upload the new versions within the next days. Thanks, Chris -- Christian Schwarz Do you know [EMAIL PROTECTED], [EMAIL PROTECTED], Debian GNU/Linux? [EMAIL PROTECTED], [EMAIL PROTECTED] Visit PGP-fp: 8F 61 EB 6D CF 23 CA D7 34 05 14 5C C8 DC 22 BA http://www.debian.org http://fatman.mathematik.tu-muenchen.de/~schwarz/ Received: (qmail 21338 invoked by uid 802); 27 Feb 1997 12:05:02 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 21335 invoked from network); 27 Feb 1997 12:05:00 -0000 Received: from gate.topsystem.de (194.231.48.129) by master.debian.org with SMTP; 27 Feb 1997 12:04:57 -0000 Received: from einstein.topsystem.de (einstein.topsystem.de [172.26.1.2]) by gate.topsystem.de (8.8.5/8.8.5) with SMTP id NAA11887 for <debian-devel@lists.debian.org>; Thu, 27 Feb 1997 13:03:18 +0100 Received: by einstein.topsystem.de with SMTP (Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63) id <[EMAIL PROTECTED]>; Thu, 27 Feb 1997 12:57:40 +0100 Message-ID: <[EMAIL PROTECTED]> From: Michael Meskes <[EMAIL PROTECTED]> To: "'debian-devel@lists.debian.org'" <debian-devel@lists.debian.org>, "'Michael Meskes'" <[EMAIL PROTECTED]> Subject: AW: Squid and firewall Date: Thu, 27 Feb 1997 12:57:38 +0100 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.994.63 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I seem to have found the answer myself by setting squid up as proxy behind the firewall with only one parent node, the fwtk gateway. Michael -- Michael Meskes, Projekt-Manager | topystem Systemhaus GmbH [EMAIL PROTECTED] | Europark A2, Adenauerstr. 20 [EMAIL PROTECTED] | 52146 Wuerselen Go SF49ers! Use Debian GNU/Linux! | Tel: (+49) 2405/4670-44 >---------- >Von: Michael Meskes[SMTP:[EMAIL PROTECTED] >Gesendet: Mittwoch, 26. Februar 1997 12:16 >An: debian-devel@lists.debian.org >Betreff: Squid and firewall > >I'm running the fwtk www proxy (http-gw) on our firewall to be able to deny >most java/javascript/activeX/... applets. On the other hand I'd love to use >squid as a cache to reduce bandwidth. Is there any way to use both at the >same time? I have set up my browser to only talk to the proxy (the direct >connection is refused by the firewall) and I can use both programs as proxy, >but not at the same time. That is I just don't seem to have the correct idea >of how to set it up. > >Thanks for any bit of help > >Michael >-- >Michael Meskes, Projekt-Manager | [EMAIL PROTECTED], [EMAIL PROTECTED] >topsystem Systemhaus GmbH | Phone: (+49) 2405/4670-44 >Europark A2, Adenauerstr. 20 | Fax: (+49) 2405/4670-10 >52146 Wuerselen | Go SF 49ers! Use Debian GNU/Linux! > > >-- >TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to >[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] > > Received: (qmail 22241 invoked by uid 802); 27 Feb 1997 12:16:39 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 22222 invoked from network); 27 Feb 1997 12:16:25 -0000 Received: from iwr1.iwr.uni-heidelberg.de (129.206.104.40) by master.debian.org with SMTP; 27 Feb 1997 12:16:22 -0000 Received: from saturn.iwr.uni-heidelberg.de (saturn.iwr.uni-heidelberg.de [129.206.104.49]) by iwr1.iwr.uni-heidelberg.de (8.8.5/8.8.5) with SMTP id MAA18585; Thu, 27 Feb 1997 12:52:40 +0100 (MET) Received: by saturn.iwr.uni-heidelberg.de (SMI-8.6/ZRZ) id MAA02595; Thu, 27 Feb 1997 12:52:39 +0100 Date: Thu, 27 Feb 1997 12:52:39 +0100 Message-Id: <[EMAIL PROTECTED]> From: Helmut Geyer <[EMAIL PROTECTED]> To: debian-devel@lists.debian.org Subject: Re: XEmacs, Emacs and elisp (Forwarded message from XEmacs developers) CC: Milan Zamazal <[EMAIL PROTECTED]>, Philippe Troin <[EMAIL PROTECTED]>, Mark Eichin <[EMAIL PROTECTED]>, James LewisMoss <[EMAIL PROTECTED]>, Fabien Ninoles <[EMAIL PROTECTED]>, Helmut Geyer <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Mime-Version: 1.0 (generated by tm-edit 7.100) Content-Type: multipart/signed; protocol="application/pgp-signature"; boundary="pgp-sign-Multipart_Thu_Feb_27_12:52:27_1997-1"; micalg=pgp-md5 Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Thu_Feb_27_12:52:27_1997-1 Content-Type: multipart/mixed; boundary="Multipart_Thu_Feb_27_12:52:27_1997-1" Content-Transfer-Encoding: 7bit --Multipart_Thu_Feb_27_12:52:27_1997-1 Content-Type: text/plain; charset=US-ASCII [ I put all participants on the CC: header as I do not know the current status of the list - I haven't got a message in 6 hours ] Hi! I sent a message to Steven L. Baur(currently main maintainer of XEmacs) about the byte-code issue and the forthcoming XEmacs 19.15. His answer makes things a lot easier for us, as we should not resolve things now that may be moot in the near future. I do not know when Emacs 19.35 will be released, plans are to release XEmacs 19.15 within the next weeks. So I have the following proposal to make regarding our problems: - Directories: /usr/share/emacs/common/ for all packages supporting any Emacs /usr/lib/emacs/site-lisp/ for all packages supporting Emacs only /usr/lib/xemacs/site-lisp/ for all packages supporting XEmacs only note that it is quite easy to make any elisp file compatible with (note that I didn't say working on) any Emacs variant by bracketing the file with version checking. This can even easily be done by Debian maintainers. Everyone should try to achieve this. Maintainers of the emacs and xemacs package should append this directory to th default load path on Debian. Let's try it out, perhaps we'll end up having empty non-common sections. - No directory should be made for problems with versions of the same variant (i.e. conflicts of the kind of BBDB not working on XEmacs v20.* should _really_ be resolved by a version checking wrapper, if no working solution can be found). - packages that install a single elisp file should _not_ byte-compile it unless there is a serious performance problem otherwise and install it in the common directory. - For now I propose to have separate packages for different variants until 19.35 and 19.15 are released. This will affect (at least) the elisp packages tm, auctex and bbdb. In the long run (i.e. once there is byte-code readability ensured again) I tend to have a single package for each of those in the common directory. I'm really opposed to the proposal of Manoj to completely separate both variants as most packages work fine on the elisp level with both variants. If you are able to generate a <package>-emacs and a <package>-xemacs the only problem with generating a <package> working on both variants is a problem of the ability to read byte code generated by the otehr variant. Once this is solved (and I hope it will be - see below) there is no reason why we shouldn't have a single package. For the question whether xemacs should be bundled or not in the next package, I propose to postpone this problem until both Emacs 19.35 and XEmacs 19.15 are released. It might be either far easier to handle than we think or nearly inpossible to use these packages. Then we should talk again about this thing - if it's easy let's do it, otehrwise we'll let it be. Helmut --Multipart_Thu_Feb_27_12:52:27_1997-1 Content-Type: message/rfc822 References: <[EMAIL PROTECTED]> X-Url: http://www.miranova.com/%7Esteve/ X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5" [EMAIL PROTECTED]:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/[EMAIL PROTECTED]/TC)i2`~/M&QI$X>p:9I OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+ X-Attribution: sb In-Reply-To: Helmut Geyer's message of Thu, 27 Feb 1997 11:32:59 +0100 Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII Message-Id: <[EMAIL PROTECTED]> Lines: 18 X-Mailer: Gnus v5.4.15/XEmacs 20.1 From: Steven L Baur <[EMAIL PROTECTED]> To: Helmut Geyer <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: Xemacs 19.15 and Emacs 19.34 byte-code Date: 27 Feb 1997 03:08:12 -0800 [please forward this comment to the debian mailing list] Helmut Geyer writes: > Hello Steve! > On the Debian linux mailing list we currently are discussing how to > handle elisp packages that support both XEmacs and Emacs. A question > that has to be solved is how to handle the different byte-codes right > now. Will XEmacs 19.15 be able to read Emacs 19.34 byte-code? Nope. 19.15 will be able to read Emacs 19.35 byte code thanks to Lars Magne Ingebrigtsen, but 19.34 bytecode contains a fatal bug that prevents (forever) XEmacs from being able to use it. You can bypass this bug by changing the minor version of XEmacs 19.15 to a number above 28 but we would *strongly* prefer that you do not do so. -- [EMAIL PROTECTED] baur Unsolicited commercial e-mail will be billed at $250/message. --Multipart_Thu_Feb_27_12:52:27_1997-1-- --pgp-sign-Multipart_Thu_Feb_27_12:52:27_1997-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP MESSAGE----- Version: 2.6.3i Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface iQCVAwUBMxV1g9r+2q4pQAYJAQHP5AP/fhnk8r2i9nQ9M4GW6pV+4qDL0nUDTGnS px1UPAO70M0FmUXvC65EDfkHrOBUU/tVzdniiNkeOiphwkF7Zg456iCDQb1TKtHa v4BIv0T9smig57guwHXGUJ3M+IPvNCAMFGA7p6yQSbVRXN4r0rgtgV9mQaFv0EB3 GW4d/2lmP4g= =ZWYR -----END PGP MESSAGE----- --pgp-sign-Multipart_Thu_Feb_27_12:52:27_1997-1-- Received: (qmail 857 invoked by uid 802); 27 Feb 1997 13:14:36 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 851 invoked from network); 27 Feb 1997 13:14:32 -0000 Received: from pixar.pixar.com (HELO pixar.com) (138.72.10.20) by master.debian.org with SMTP; 27 Feb 1997 13:14:32 -0000 Received: from freya.yggdrasil.com by pixar.com with SMTP id AA29131 (5.67b/IDA-1.5 for debian-user@lists.debian.org); Thu, 27 Feb 1997 05:05:58 -0800 Received: by freya.yggdrasil.com via rmail with stdio id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Thu, 27 Feb 1997 05:06:47 -0800 (PST) (Smail-3.2 1996-Jul-4 #15 built 1996-Aug-18) Received: from noc.belwue.de(really [129.143.2.1]) by freya.yggdrasil.com via sendmail with esmtp id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>; Thu, 27 Feb 1997 05:06:31 -0800 (PST) (Smail-3.2 1996-Jul-4 #15 built 1996-Aug-18) Received: from news.belwue.de (news.BelWue.DE [129.143.4.4]) by noc.belwue.de (8.8.5/8.8.4) with ESMTP id OAA15030 for <[EMAIL PROTECTED]>; Thu, 27 Feb 1997 14:06:39 +0100 (MET) Received: (from [EMAIL PROTECTED]) by news.belwue.de id OAA12771 (8.6.13/IDA-1.6); Thu, 27 Feb 1997 14:06:38 +0100 To: [EMAIL PROTECTED] Path: gordianus!rbirkenm From: [EMAIL PROTECTED] (Rainer Birkenmaier) Newsgroups: linux.debian.user Subject: Re: The Future of Debian's TeX system: tetex Date: 27 Feb 1997 13:06:37 GMT Organization: University of Ulm, Germany Lines: 14 Message-Id: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Nntp-Posting-Host: gordianus.informatik.uni-ulm.de X-Newsreader: TIN [version 1.2 PL2] X-Submitted-Via: [EMAIL PROTECTED] (linux.* gateway) Christian Schwarz ([EMAIL PROTECTED]) wrote: : We hope that this was the right decision and will make life easier for : Debian's TeX users. Yes, yes and yes !!! I've been using tetex before I upgraded to debian (becaus of being tired upgrading each new lib, prog ... by hand) and was disappointed about the tex deliverd with debian, since I really loved tetex, so I love to see tetex on debian! Bye ... Rainer! -- -> Rainer Birkenmaier -> e-mail: [EMAIL PROTECTED] Received: (qmail 9403 invoked by uid 802); 27 Feb 1997 13:42:55 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 9398 invoked from network); 27 Feb 1997 13:42:54 -0000 Received: from market1.com (HELO explore.market1.com) (208.129.57.12) by master.debian.org with SMTP; 27 Feb 1997 13:42:53 -0000 Received: from market1.com ([208.129.57.230]) by explore.market1.com (post.office MTA v1.9.3 **** trial license expired ****) with SMTP id AAA264; Thu, 27 Feb 1997 06:38:02 -0700 Content-Length: 880 Message-ID: <[EMAIL PROTECTED]> X-Mailer: XFMail 1.1-alpha [p0] on Linux Sender: [EMAIL PROTECTED] (David Puryear) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <[EMAIL PROTECTED]> Date: Wed, 26 Feb 1997 18:47:33 -0700 (MST) From: David Puryear <[EMAIL PROTECTED]> To: Karl Ferguson <[EMAIL PROTECTED]> Subject: Re: IMPORTANT: RSA Data Security Challenge participants please r Cc: debian-devel@lists.debian.org, debian-user@lists.debian.org, Mike Neuffer <[EMAIL PROTECTED]>, Bruce Perens <[EMAIL PROTECTED]> On 27-Feb-97 Karl Ferguson wrote: >At 01:00 PM 2/26/97 PST, Bruce Perens wrote: >>2. Does it hurt us in other ways? For example, will we be perceived >> as working against people we should be working with? > >IMO no. Who in the Linux world hasn't heard of Debian? When a person >decides to run Linux they basically have a a few coices; Debian, Redhat and >Slackware - I can't think of any others that are as popular! So if >everyone knows or has heard that Debian is a Linux distribution we'll >always be associated with linuxnet. If some newbie on linux-newbie post question about which distribution to use, they usually get Redhat or Slackware. Seems like most linux users "heard" of Debian, but doesn't know much about it. I think this is area that could use some work, so other linux users can recommend Debian to newbies or other linux users. Just a thought, David Received: (qmail 9404 invoked by uid 802); 27 Feb 1997 13:42:55 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 9398 invoked from network); 27 Feb 1997 13:42:54 -0000 Received: from market1.com (HELO explore.market1.com) (208.129.57.12) by master.debian.org with SMTP; 27 Feb 1997 13:42:53 -0000 Received: from market1.com ([208.129.57.230]) by explore.market1.com (post.office MTA v1.9.3 **** trial license expired ****) with SMTP id AAA264; Thu, 27 Feb 1997 06:38:02 -0700 Content-Length: 880 Message-ID: <[EMAIL PROTECTED]> X-Mailer: XFMail 1.1-alpha [p0] on Linux Sender: [EMAIL PROTECTED] (David Puryear) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <[EMAIL PROTECTED]> Date: Wed, 26 Feb 1997 18:47:33 -0700 (MST) From: David Puryear <[EMAIL PROTECTED]> To: Karl Ferguson <[EMAIL PROTECTED]> Subject: Re: IMPORTANT: RSA Data Security Challenge participants please r Cc: debian-devel@lists.debian.org, debian-user@lists.debian.org, Mike Neuffer <[EMAIL PROTECTED]>, Bruce Perens <[EMAIL PROTECTED]> On 27-Feb-97 Karl Ferguson wrote: >At 01:00 PM 2/26/97 PST, Bruce Perens wrote: >>2. Does it hurt us in other ways? For example, will we be perceived >> as working against people we should be working with? > >IMO no. Who in the Linux world hasn't heard of Debian? When a person >decides to run Linux they basically have a a few coices; Debian, Redhat and >Slackware - I can't think of any others that are as popular! So if >everyone knows or has heard that Debian is a Linux distribution we'll >always be associated with linuxnet. If some newbie on linux-newbie post question about which distribution to use, they usually get Redhat or Slackware. Seems like most linux users "heard" of Debian, but doesn't know much about it. I think this is area that could use some work, so other linux users can recommend Debian to newbies or other linux users. Just a thought, David Received: (qmail 10083 invoked by uid 802); 27 Feb 1997 13:51:28 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 10072 invoked from network); 27 Feb 1997 13:51:25 -0000 Received: from tmcs.tm.tno.nl (192.43.212.100) by master.debian.org with SMTP; 27 Feb 1997 13:51:22 -0000 Received: from ElseWare.tm.tno.nl (wn08.tm.tno.nl) by tmcs.tm.tno.nl (4.1/SMI-4.1) id AA03051; Thu, 27 Feb 97 14:43:45 +0100 Received: (from [EMAIL PROTECTED]) by ElseWare.tm.tno.nl (8.8.5/8.8.4) id OAA09139 for debian-devel@lists.debian.org; Thu, 27 Feb 1997 14:43:42 +0100 From: Debian mailing list member <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> Subject: complete ideas To: debian-devel@lists.debian.org (Debian Development List) Date: Thu, 27 Feb 1997 14:43:42 +0100 (MET) X-Mailer: ELM [version 2.4 PL25 PGP2] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, I'm sorry, but i'm used to use tcsh, mainly because of its emacs-like command line editor and file name completion. (And _not_ because tcsh programming is considered harmful! I program in perl) There was some discussion about a fairly complete example database for tcsh's complete. Maybe we can do better. It would be nice if each Debian package would add completion information of its own commands to a central complete-database in there postist scripts, a la `install-info'. Just a thought ---david Received: (qmail 10589 invoked by uid 802); 27 Feb 1997 13:58:01 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 10578 invoked from network); 27 Feb 1997 13:57:58 -0000 Received: from blackbird.ics.muni.cz ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 13:57:56 -0000 Received: by blackbird.ics.muni.cz id m0w05EC-0003meC (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 13:46:28 +0100 (MET) Sender: [EMAIL PROTECTED] (Milan Zamazal) Sender: [EMAIL PROTECTED] To: debian-devel@lists.debian.org Subject: Re: XEmacs, Emacs and elisp References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] X-Face: #G'i>Q>~:^*=!qpsXTU;iEZ8xcAz+u~Vq0(<P>a6!3ebS/2|\r{9&asz&Qp]~)uF,N"4,jS T&F>.|='gO6:N<FD-e0EI5.+#BblSdQ!$7ZC'3m/6m4edq-E&nU+R%<!V&MXqR<W5RIISsd?Q6]Ig] V4|Y_QsT/c$EX1WqSYQizlNDh,krFL=uX6OQU?N[wW(8'3[cMK$w Mime-Version: 1.0 (generated by tm-edit 7.100) Content-Type: text/plain; charset=US-ASCII From: Milan Zamazal <[EMAIL PROTECTED]> Date: 27 Feb 1997 13:46:28 +0100 In-Reply-To: James LewisMoss's message of 26 Feb 1997 18:55:23 -0500 Message-ID: <[EMAIL PROTECTED]> Lines: 26 X-Mailer: Gnus v5.4.12/Emacs 19.34 >>>>> "JL" == James LewisMoss <[EMAIL PROTECTED]> writes: JL: Here is my opinion on the matter. Disk space is cheap, and although JL: it is a little more complicated for elisp package maintainers to deal JL: with it isn't too bad. I don't consider disk space to be cheap :-), but it is more important to have well working packages than to save some disk space. JL: Here is my proposal: [...] JL: This is complex I admit, but it is the cleanest solution IMO. JL: Thoughts? I agree completely with it. JL: instance calc. This package actually works dandy with both JL: versions. So it can be installed in JL: /usr/lib/emacs-common/site-lisp Technical remark: calc needs patch to work with Emacs correctly. Is it the case of XEmacs too? Milan Zamazal Received: (qmail 10625 invoked by uid 802); 27 Feb 1997 13:58:15 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 10623 invoked from network); 27 Feb 1997 13:58:14 -0000 Received: from blackbird.ics.muni.cz ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 13:58:13 -0000 Received: by blackbird.ics.muni.cz id m0w05nA-0003mgC (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 14:22:36 +0100 (MET) Sender: [EMAIL PROTECTED] (Milan Zamazal) Sender: [EMAIL PROTECTED] To: debian-devel@lists.debian.org Subject: Re: XEmacs, Emacs and elisp References: <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] X-Face: #G'i>Q>~:^*=!qpsXTU;iEZ8xcAz+u~Vq0(<P>a6!3ebS/2|\r{9&asz&Qp]~)uF,N"4,jS T&F>.|='gO6:N<FD-e0EI5.+#BblSdQ!$7ZC'3m/6m4edq-E&nU+R%<!V&MXqR<W5RIISsd?Q6]Ig] V4|Y_QsT/c$EX1WqSYQizlNDh,krFL=uX6OQU?N[wW(8'3[cMK$w Mime-Version: 1.0 (generated by tm-edit 7.100) Content-Type: text/plain; charset=US-ASCII From: Milan Zamazal <[EMAIL PROTECTED]> Date: 27 Feb 1997 14:22:35 +0100 In-Reply-To: Philippe Troin's message of Wed, 26 Feb 1997 22:22:45 -0800 Message-ID: <[EMAIL PROTECTED]> Lines: 22 X-Mailer: Gnus v5.4.12/Emacs 19.34 >>>>> "PT" == Philippe Troin <[EMAIL PROTECTED]> writes: PT: /usr/lib/emacs/<version>/lisp GNU Emacs specific elisp PT: /usr/lib/xemacs/<version>/lisp XEmacs specific elisp PT: /usr/lib/emacsen/<version>/lisp Common elisp PT: /usr/lib/emacs/<version>/site-lisp Packages-added GNU emacs elisp PT: /usr/lib/xemacs/<version>/site-lisp Packages-added XEmacs elisp PT: /usr/lib/emacsen/<version>/site-lisp Packages-added common elisp [...] PT: The paths mentionned above might be changes obviously. I think site-lisp directories shoudn't contain <version>, because: - It is not possible to have installed two versions of one *Emacs package, so directory assignment is unique even without version number. - After *Emacs upgrade all elisp packages had to be repackaged and users had to reinstall them only because correction of version number. Milan Zamazal Received: (qmail 21799 invoked by uid 802); 27 Feb 1997 15:00:49 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 21795 invoked from network); 27 Feb 1997 15:00:47 -0000 Received: from fire.dkrz.de ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 15:00:46 -0000 Received: from niesel.dkrz.de (niesel.dkrz.de [136.172.110.240]) by fire.dkrz.de (8.8.5/8.8.4) with SMTP id PAA16776; Thu, 27 Feb 1997 15:53:08 +0100 (MET) Received: from gp12 by niesel.dkrz.de (4.1/SMI-4.1) id AA10132; Thu, 27 Feb 97 15:53:06 +0100 Sender: [EMAIL PROTECTED] Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 15:53:05 +0100 From: Andree Leidenfrost <[EMAIL PROTECTED]> Organization: University of Hamburg X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.27 i586) Mime-Version: 1.0 To: Victor Torrico <[EMAIL PROTECTED]> Cc: Debian user mailing-list <debian-user@lists.debian.org> Subject: Re: Logging of Boot Process References: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Victor, perhaps the command 'dmesg' is what you are looking for. Regards, Andree -- | Institute of Geophysics phone: +49 40 4123 4389 ANDREE LEIDENFROST | University of Hamburg fax: +49 40 4123 5441 Geophysicist | Bundesstrasse 55 e-mail: [EMAIL PROTECTED] | D-20146 Hamburg www: www.app-geoph.dkrz.de Received: (qmail 22706 invoked by uid 802); 27 Feb 1997 15:12:41 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 22702 invoked from network); 27 Feb 1997 15:12:38 -0000 Received: from elo.sw.ods.com (160.86.13.20) by master.debian.org with SMTP; 27 Feb 1997 15:12:38 -0000 Received: by elo.sw.ods.com id m0w07OM-000140C (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 09:05:06 -0600 (CST) Message-ID: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 09:05:06 -0600 From: David Engel <[EMAIL PROTECTED]> To: Michael Meskes <[EMAIL PROTECTED]> Cc: 'Debian Development' <debian-devel@lists.debian.org> Subject: Re: AW: GNU libc References: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: <[EMAIL PROTECTED]>; from Michael Meskes on Feb 02, 1997 at 08:19:32AM +0100 On Feb 27, Michael Meskes wrote > >> Also David, locales does conflict and replace with localebin, but only > >> conflict with wg15-locale. Is that what you wanted? > > > >Please check your .deb file again. Mine conflicts with both localebin > >and wg15-locale. > > Yes, both conflict. But locales does not replace wg15-locale. So I > cannot install it except for adding a --force option or manually > removing wg15. Sorry, I mis-wrote. My locales package (the only one I have built) both conflicts AND replaces wg15-locale. I just performed a reinstall and locales does indeed automatically replace wg15-locale. Perhaps you have an old package installed that depends on wg15-locale thereby preventing dpkg from automatically replacing it. I checked my available file before choosing the control fields I used and didn't see any other packages referencing wg15-locale so I didn't think the new package needed to provide it. David -- David Engel ODS Networks [EMAIL PROTECTED] 1001 E. Arapaho Road (972) 234-6400 Richardson, TX 75081 Received: (qmail 28475 invoked by uid 802); 27 Feb 1997 15:23:13 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 28343 invoked from network); 27 Feb 1997 15:23:09 -0000 Received: from ursa.cus.cam.ac.uk ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 15:23:08 -0000 Received: from gk205 by ursa.cus.cam.ac.uk with smtp (Exim 1.60 #2) id 0w07YP-0002rE-00; Thu, 27 Feb 1997 15:15:29 +0000 Date: Thu, 27 Feb 1997 15:15:29 +0000 (GMT) From: "G. Kapetanios" <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: Lilo query Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, I have a debian system at my office . Since I set it up I have been booting using the boot disk. However I decided to try using lilo. So I got the program by nfs. I created the following script for lilo.conf boot=/dev/hda3 root=/dev/hda3 compact install=/boot/boot.b map=/boot/map vga=normal delay=20 other=/dev/hda1 label=MsDos image=/vmlinuz label=Linux read-only Thn I run /sbin/lilo Everything seemed fine the program said that it added MsDos and Linux and so I rebooted . But nothing happened and Msdos started without the lilo prompt. Should I have done something more ??. Sorry for the basic question but I would appreciate any help Thanks George. ------------------------------------------------------------------------------- George Kapetanios Churchill College Cambridge, CB3 0DS U.K. E-Mail: [EMAIL PROTECTED] ------------------------------------------------------------------------------- Received: (qmail 1244 invoked by uid 802); 27 Feb 1997 16:13:06 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 1222 invoked from network); 27 Feb 1997 16:13:03 -0000 Received: from fire.dkrz.de ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 16:13:01 -0000 Received: from niesel.dkrz.de (niesel.dkrz.de [136.172.110.240]) by fire.dkrz.de (8.8.5/8.8.4) with SMTP id RAA17443 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 17:05:33 +0100 (MET) Received: from gp12 by niesel.dkrz.de (4.1/SMI-4.1) id AA15536; Thu, 27 Feb 97 17:05:32 +0100 Sender: [EMAIL PROTECTED] Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 17:05:31 +0100 From: Andree Leidenfrost <[EMAIL PROTECTED]> Organization: University of Hamburg X-Mailer: Mozilla 3.01 (X11; I; Linux 2.0.27 i586) Mime-Version: 1.0 To: Debian user mailing-list <debian-user@lists.debian.org> Subject: Re: first installation, network problem References: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Eugene, ok, you said that telneting etc. from your box to another one work, right? If you go to an other machine and try to telnet to your box, what do you get? If you get the following, your machine is known throughout the network: telnet <yourhostname> Trying <your ip number> If you can reach the world beyond your own box the DNS, gateway and other network settings are working, at least they don't cause your problem. (Someone correct me, if I'm wrong.) Again, I would really like you to post the bootup messages the way I described in my previous mail. Regards, Andree PS: Thanks for the info and suggestion! PS: Your mail account seems to be broken. The mail I sent to you can back with a 'disk quota exceeded, could not write to mailbox'-something-error. So, this goes to Debian-user only. -- | Institute of Geophysics phone: +49 40 4123 4389 ANDREE LEIDENFROST | University of Hamburg fax: +49 40 4123 5441 Geophysicist | Bundesstrasse 55 e-mail: [EMAIL PROTECTED] | D-20146 Hamburg www: www.app-geoph.dkrz.de Received: (qmail 1575 invoked by uid 802); 27 Feb 1997 16:18:09 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 1558 invoked from network); 27 Feb 1997 16:18:06 -0000 Received: from ayax.uniandes.edu.co (157.253.50.3) by master.debian.org with SMTP; 27 Feb 1997 16:18:02 -0000 Received: from naoma.uniandes.edu.co by ayax.uniandes.edu.co (SMI-8.6/SMI-SVR4) id LAA16094; Thu, 27 Feb 1997 11:18:13 +0500 Received: from uniandes.edu.co ([127.0.0.1]) by naoma.uniandes.edu.co with esmtp (ident masoto using rfc1413) id m0w08Mp-000LJmC (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 11:07:35 -0500 (EST) Message-Id: <[EMAIL PROTECTED]> X-Mailer: exmh version 1.6.9 8/22/96 To: Kenneth MacDonald <[EMAIL PROTECTED]> cc: debian-devel@lists.debian.org Subject: Re: Work in progress on new packages In-reply-to: Your message of "26 Feb 1997 19:30:01 GMT." <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain Date: Thu, 27 Feb 1997 11:07:23 -0500 From: Martin Alonso Soto Jacome <[EMAIL PROTECTED]> Kenneth MacDonald <[EMAIL PROTECTED]> wrote: > We're beginning to see more and more Motif programs linked against > Lesstif in the distribution. You could try substituting it in. I > notice there's a new release (0.77) of Lesstif for Debian. Get the > Lesstif source if you're on a dialup, since it's smaller - it compiles > cleanly (did for me). > > Lesstif aims to be source compatible to Motif 1.2 (binary > compatibility may be an added bonus). See http://www.hungry.org for > more details on Lesstif. Yes. I did a preliminary compilation of WXWindows with lesstif 0.75 (haven't tried 0.76 or 0.77 yet) recently. It seems that lesstif has the whole API in place, for the compilation proceeded smoothly, but there are still some very noticeable problems when running the generated programs. Anyway, I'll consider the possibility of releasing a lesstif version; it could be useful even despite the current problems. Regards, M. S. Received: (qmail 9434 invoked by uid 802); 27 Feb 1997 16:33:12 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 9430 invoked from network); 27 Feb 1997 16:33:09 -0000 Received: from glacier-ext.wise.edt.ericsson.se (HELO glacier.wise.edt.ericsson.se) (193.180.251.38) by master.debian.org with SMTP; 27 Feb 1997 16:33:07 -0000 Received: from aranda.lu.erisoft.se (aranda.lu.erisoft.se [150.132.144.180]) by glacier.wise.edt.ericsson.se (8.7.5/8.7.3/glacier-0.9) with ESMTP id RAA20560; Thu, 27 Feb 1997 17:24:00 +0100 (MET) Received: by aranda.lu.erisoft.se id RAA06809; Thu, 27 Feb 1997 17:23:42 +0100 (MET) From: Martin Stromberg <[EMAIL PROTECTED]> Received: by sirius.lu.erisoft.se id RAA21346; Thu, 27 Feb 1997 17:23:54 +0100 (MET) Message-Id: <[EMAIL PROTECTED]> Subject: Re: A NFS problem To: [EMAIL PROTECTED] (Andreas Tille) Date: Thu, 27 Feb 1997 17:23:54 +0100 (MET) Cc: debian-user@lists.debian.org (Debian user mailing list) In-Reply-To: <[EMAIL PROTECTED]> from "Andreas Tille" at Feb 27, 97 09:38:02 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text [Klippa, klapp, kluppit] > Boot using the resque-disk, initialize swap space, mounte /, > switch to another console (<Alt-F2>), cd target, mkdir usr and > > mount -t nfs 141.48.54.2:/usr/local/linux/debian/usr usr > > Susan G. Kleinmann was so kind to compile a kernel containing my network > adapter and NFS (thanks once more Susan :-)). > But the result was: > > nfs warning: mount version older than kernel > nfs_read_super: not a socket > Mount 141.48.54.2:/usr/local/linux/debian/usr (type nfs) on usr: wrong > filesystem type, or bad superblock an 141.48.54.2:/usr/local/linux/debian/usr > > In 141.48.54.2:/etc/exports ist the line > /usr/local/linux > > (former it was: > /usr/local/linux -access=141.48.54.130,root=141.48.54.130 > but I changed it to the line above cause I thought when installing > debian the address of my PC isn't known) Perhaps the server only can export the directories in the export file; try mounting with "mount -t nfs 141.48.54.2:/usr/local/linux /mnt". I really don't know a lot about nfs mounting, but trying won't hurt. [Klippa, klapp, kluppit] > Is there any possibility to check the network adapter. May be the card > isn't working right. But while installing no ping is available. If you have another linux box running you could make a statically (or try with the dynamically) linked ping and copy it to a floppy and then mount that floppy on /dev/fd0 on the box you are trying to get connected. [Klippa, klapp, kluppit] > > be interested to know that I did not set these flags in your kernel: > > CONFIG_ROOT_NFS [Klippa, klapp, kluppit] > > CONFIG_RNFS_BOOTP [Klippa, klapp, kluppit] > > CONFIG_RNFS_RARP [Klippa, klapp, kluppit] > > These are the network cards I have compiled: > > CONFIG_NET_ETHERNET=y > > # CONFIG_NET_VENDOR_3COM is not set > > # CONFIG_LANCE is not set > > CONFIG_NET_VENDOR_SMC=y > > CONFIG_WD80x3=y > > CONFIG_ULTRA=y I think that those set of options is ok (including those that _wasn't_ in the kernel. But I do wonder if you have nfs compiled into the kernel or as module or not at all? [Klippa, klapp, kluppit] > > Thanks for any help > > Andreas. Hopefully helpful, MartinS Received: (qmail 10816 invoked by uid 802); 27 Feb 1997 16:50:53 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 10813 invoked from network); 27 Feb 1997 16:50:51 -0000 Received: from mail.u-net.net (194.119.128.80) by master.debian.org with SMTP; 27 Feb 1997 16:50:50 -0000 Received: from fishtech.u-net.com ([194.119.176.14]) by mail.u-net.net with SMTP id <1310295-11177>; Thu, 27 Feb 1997 16:38:05 +0000 Received: by fishtech.u-net.com (V1.16/Amiga) id AA00527; Thu, 27 Feb 97 16:36:56 GMT Date: Thu, 27 Feb 97 16:36:56 GMT Message-Id: <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] (Brian Skreeg) To: debian-user@lists.debian.org Subject: Cnews setup over Dial-up. (+Ghostscript) Hi Debian guru's, Having got smail setup correctly (thanks guys) I've now moved onto Cnews. I have a static ip dial-up slip connection so I opted for the newsx package, this depends on Cnews so that's installed as well. Problem 1. Ghostscript. The various files in /etc/news are a trifle confusing and the man's don't help much either. The Cnews guide is in postscript format so I installed GV. GV refuses to read any ps files properly, it just displays the following errors. #gv error; Error: /invalidfont in -dicttype- Operand Stack: /[EMAIL PROTECTED] [/ascicircum /ascitilde /Scaron /Zcaron ....etc...etc.. Execution Stack: %interp_exit --nostringval-- --nostringval-- ...repeated......etc... Dictionary Stack: 513/547 0/20 6/200 54/120 Ghostscript unrecoverale error exit code 1: #end of gv error; GSfonts is installed. GV installed without a hitch. Ghostview produces similar errors. Hence, I can't read the cnews guide. :( Problem 2. After much reading of man's and files etc... I still can't quite suss out how to config the etc/news Cnews files. #My details; full hostname fishtech.u-net.com (static ip) nntpserver news.u-net.com mailserver mail.u-net.com email address [EMAIL PROTECTED] What line would I put in my sys file to enable a feed to news.u-net.com? I've tried experimenting with various setup's but I've been unable to get newsx to talk to the server. At the moment I have this in my sys file; ME:all/all:: news/u-net.com:all/all:FL: running newsx -ddd news.u-net.com produces the following output. #newsx output; server: news.u-net.com spool: news.u-net.com reading /var/lib/news/sys skipping ME sys-entry skiping sys-entry for news reading /var/lib/news/active active group demon.test disallowed by sys active group u-net.test disallowed by sys created LOCK: /var/spool/news/out.going/news.u-net.com/LOCKb newsx: cannot open spool 'var/spool/news/out.going/news.u-net.com/togo:No such file or directory unlocked: /var/spool/news/out.going/news.u-net.com/LOCKb #end I created a dir in spool called news.u-net.com so it could get the lock and there isn't any outgoing news in the spool cos my configs aren't working write. When I post an article using tin then do a "cnewsdo newsrun" the article is chucked in the local spool no problems but fails to appear for porting outside no doubt due to the sys file being wrong. newsx also seems to skip the news.u-net.com sys entry hence disallowing all the active groups. Problem 3: When playing around yesterday I ran newsrun and it done some stuff then halted. I had to kill this process but found it had put on a lock on my mailbox (/var/spool/mail/oz). I del'd the lock but now find my mailbox is corrupted, even though smail can still deliver to it , Elm can't read it. A minor problem but yet another problem none the less. :) As usual any help will be rewarded with loads of enthusiasm. :) Ozzy, Ozzy, __ _ _ / \ \ \ / / / / / |-Brian Skreeg--------IRC:_Ozzy-| \__/ \ \ |-Lead guitarist extraordinaire-| \__/_/ |-I don't look like two zombies-| Received: (qmail 11249 invoked by uid 802); 27 Feb 1997 16:57:15 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 11233 invoked from network); 27 Feb 1997 16:57:11 -0000 Received: from ayax.uniandes.edu.co (157.253.50.3) by master.debian.org with SMTP; 27 Feb 1997 16:57:07 -0000 Received: from naoma.uniandes.edu.co by ayax.uniandes.edu.co (SMI-8.6/SMI-SVR4) id LAA18734; Thu, 27 Feb 1997 11:57:59 +0500 Received: from uniandes.edu.co ([127.0.0.1]) by naoma.uniandes.edu.co with esmtp (ident masoto using rfc1413) id m0w08zK-000LJmC (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 11:47:22 -0500 (EST) Message-Id: <[EMAIL PROTECTED]> X-Mailer: exmh version 1.6.9 8/22/96 To: [EMAIL PROTECTED] cc: debian-devel@lists.debian.org Subject: Re: Possible framework for `debmake replacement' In-reply-to: Your message of "Wed, 26 Feb 1997 19:00:54 EST." <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain Date: Thu, 27 Feb 1997 11:47:15 -0500 From: Martin Alonso Soto Jacome <[EMAIL PROTECTED]> [EMAIL PROTECTED] wrote: > Firstly, debmake is a `runtime' type tool. It runs the debstd script > inside of the `rules' makefile. This means that it can detect where > everything has been installed (i.e., manpages, info files, etc.; > perhaps these aren't good examples but you get the idea, right?). So > these sorts of things don't have to be manually specified. > > However, there's no way for a `autoconf'-type tool to know where these > things go automatically, unless it can somehow guess them from reading > the source Makefile. I've come up with two possible solutions: I just don't understand why. You can write your m4 macros in a way such that they put the code needed for detecting file locations and the like inside debian/rules. That is more or less like copying the particular portions of debstd to debian/rules itself, so that they do their work from there instead of doing it from a separated script. It seems to me that's what a compiler is all about: don't do the thing right now, just generate the code to do it later. Regards, M. S. Received: (qmail 11931 invoked by uid 802); 27 Feb 1997 17:07:36 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 11914 invoked from network); 27 Feb 1997 17:07:33 -0000 Received: from evinrude.zdv.Uni-Mainz.DE (@134.93.8.167) by master.debian.org with SMTP; 27 Feb 1997 17:07:32 -0000 Received: (from [EMAIL PROTECTED]) by evinrude.zdv.Uni-Mainz.DE (8.8.4/8.8.4) id RAA29008; Thu, 27 Feb 1997 17:58:23 +0100 (MEZ) Sender: [EMAIL PROTECTED] To: "Brian C. White" <[EMAIL PROTECTED]> Cc: Debian Developers <debian-devel@lists.debian.org>, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: dpkg can't handle multiple replaces (was: Freezing Bo) From: Christoph Martin <[EMAIL PROTECTED]> Date: 27 Feb 1997 17:58:23 +0100 In-Reply-To: "Brian C. White"'s message of Wed, 26 Feb 1997 13:23:58 -0500 Message-ID: <[EMAIL PROTECTED]> Lines: 43 X-Mailer: Gnus v5.3/Emacs 19.33 dpkg has problems with installing packages which have multiple replaces together with conflicts. The problem comes up with the installation of tetex which is supposed to replace all the old tex packages. > dpkg: regarding .../tex/tetex-base_0.4pl6-2.deb containing tetex-base: > tetex-base conflicts with bibtex > bibtex (version 0.99c-4) is installed. > bibtex provides bibtex and is installed. > dpkg: error processing > debian/unstable/binary-i386/tex/tetex-base_0.4pl6-2.deb (--install): > conflicting packages - not installing tetex-base > dpkg: considering removing texbin in favour of tetex-bin ... > dpkg: yes, will remove texbin in favour of tetex-bin. > dpkg: regarding .../tex/tetex-bin_0.4pl6-4.deb containing tetex-bin: or >dpkg: considering removing texinfo in favour of tetex-base ... >dpkg: yes, will remove texinfo in favour of tetex-base. >dpkg: regarding ../tetex-base_0.4pl6-1_all.deb containing tetex-base: > tetex-base conflicts with texidoc > texidoc (version 3.7-1) is installed. >dpkg: error processing ../tetex-base_0.4pl6-1_all.deb (--install): > conflicting packages - not installing tetex-base >Errors were encountered while processing: > ../tetex-base_0.4pl6-1_all.deb All the packages that are to be removed are in the conflicts and in the replaces section. But only the first item is considered to be removed. The only option is first to remove all the conflicting packages and then install the new ones. dpkg-1.4.0.6 C. Martin -- ============================================================================ Christoph Martin, Uni-Mainz, Germany Internet-Mail: [EMAIL PROTECTED] Received: (qmail 12241 invoked by uid 802); 27 Feb 1997 17:12:10 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 12235 invoked from network); 27 Feb 1997 17:12:07 -0000 Received: from dfw-ix15.ix.netcom.com (206.214.98.15) by master.debian.org with SMTP; 27 Feb 1997 17:12:04 -0000 Received: (from [EMAIL PROTECTED]) by dfw-ix15.ix.netcom.com (8.8.4/8.8.4) id LAA07780 for <debian-devel@lists.debian.org>; Thu, 27 Feb 1997 11:04:37 -0600 (CST) Message-Id: <[EMAIL PROTECTED]> Received: from atl-ga10-15.ix.netcom.com(199.183.210.143) by dfw-ix15.ix.netcom.com via smap (V1.3) id sma007750; Thu Feb 27 11:04:11 1997 Date: Thu, 27 Feb 1997 12:04:06 -0500 From: Greg Vence <[EMAIL PROTECTED]> To: debian-devel@lists.debian.org Subject: Hold of Freeze X-Mailer: AK-Mail 2.1b [eng] (unregistered) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, Is is appropriate to hold until Sven gets the 1.2MB disks working again? Thanx -- Greg. Received: (qmail 12423 invoked by uid 802); 27 Feb 1997 17:14:17 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 12419 invoked from network); 27 Feb 1997 17:14:15 -0000 Received: from softdnserror (HELO dallas-cs-000.novare.net) (205.229.104.10) by master.debian.org with SMTP; 27 Feb 1997 17:14:14 -0000 Received: from muggles ([EMAIL PROTECTED] [205.229.105.72]) by dallas-cs-000.novare.net (8.7.6/8.6.9) with SMTP id LAA07306 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 11:10:01 -0600 Sender: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 11:07:38 -0600 From: m* <[EMAIL PROTECTED]> Organization: Novare' International Information Systems X-Mailer: Mozilla 3.0Gold (X11; I; Linux 2.0.27 i586) MIME-Version: 1.0 To: Debian user mailing list <debian-user@lists.debian.org> Subject: Re: Why is PPP so screwed up!?!?! References: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Martin Stromberg wrote: > > [Klippa, klapp, kluppit] > > I'm not sure that it's possible to ping over ppp. i am. any tcp/ip protocol can be transmitted on ppp although speed can be an issue. m* -- "The Shining One" -- Received: (qmail 13624 invoked by uid 802); 27 Feb 1997 17:34:56 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 13618 invoked from network); 27 Feb 1997 17:34:51 -0000 Received: from dyn158.rahul.net (HELO aplysia) (206.61.225.158) by master.debian.org with SMTP; 27 Feb 1997 17:34:50 -0000 Received: (from [EMAIL PROTECTED]) by aplysia.iway.aimnet.com (8.8.5/8.8.5) id IAA17580; Thu, 27 Feb 1997 08:53:19 -0800 Sender: [EMAIL PROTECTED] To: debian-devel@lists.debian.org Subject: Re: default shell for nobody, once was /bin/true References: <[EMAIL PROTECTED]> From: Kevin Dalley <[EMAIL PROTECTED]> Date: 27 Feb 1997 08:53:16 -0800 In-Reply-To: [EMAIL PROTECTED]'s message of Tue, 18 Feb 1997 22:59:08 +1100 (EST) Message-ID: <[EMAIL PROTECTED]> Lines: 24 X-Mailer: Gnus v5.2.25/XEmacs 19.14 [EMAIL PROTECTED] writes: > > Bruce Perens typed: > > From: Kevin Dalley <[EMAIL PROTECTED]> > > > The updatedb cron.daily job runs "su -c command nobody", which works > > > fine with /bin/sh as the login shell, but fails with /bin/true. > > > > The reason is that "su" uses the login shell for the su-ed user from > > /etc/passwd . I had users who should never have been able to log in > > using /bin/true as a shell so that if somehow they did log in they'd > > be logged out immediately (true's only function is to exit with 0 status). > > This broke "su", so I had to change those login shells to /bin/sh . > > Can't you use "su -c command -s /bin/sh nobody" ? > In theory, yes. However, "-s" is not a standard su command line argument, though it is available on our system. I prefer to try a command that will work with most su implementations -- Kevin Dalley [EMAIL PROTECTED] Received: (qmail 13970 invoked by uid 802); 27 Feb 1997 17:41:44 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 13967 invoked from network); 27 Feb 1997 17:41:41 -0000 Received: from bdschi.xsite.net (HELO chilin.bdschi.com) (206.126.244.8) by master.debian.org with SMTP; 27 Feb 1997 17:41:40 -0000 Received: from coolin.bdschi.com (coolin.bdschi.com [192.9.201.3]) by chilin.bdschi.com (8.8.5/8.7.3) with SMTP id LAA18042; Thu, 27 Feb 1997 11:22:39 -0600 Message-ID: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 11:22:39 -0500 From: "Jens B. Jorgensen" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: Business Data Services X-Mailer: Mozilla 3.0Gold (Win95; I) MIME-Version: 1.0 To: Martin Stromberg <[EMAIL PROTECTED]> CC: CoB SysAdmin <[EMAIL PROTECTED]>, Debian user mailing list <debian-user@lists.debian.org> Subject: Re: Why is PPP so screwed up!?!?! References: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Martin Stromberg wrote: > > [Klippa, klapp, kluppit] > > > of the connection, apparently). So, I tried pinging <remoteIP> and not a > > single packet came back (although I could see them getting sent out on the > > modem by watching the lights). Pinging <localIP> went fine, but didn't use > > the modem. Pinging anywhere on the server's network other than <localIP>. > > I'm not sure that it's possible to ping over ppp. Oh my. If you really don't know that much about something please don't risk spreading disinformation. ping is of course possible over ppp. About the problem though: you say "a single packet came back". How do you know? Did a single IP packet come back? A single PPP frame? Did you just see the TX LED light up on your modem? (Don't assume this means a packet got through.) Pinging localIP is fairly useless, although it does indicate that ppp is "up". > [Klippa, klapp, kluppit] > > > Also, I tried dialing into a Cisco terminal server and all I got was "Could > > not determine local IP address". Again, I don't have this problem with > > Win95. > > > > So, I have a few questions: > > 1 - Why is PPP this screwed up? Even if the "ppp_on_boot" thing *did* work, > > why is there no mention of it in the instal program? There are a lot of > > people out there who install Debian on their home systems and need to > > use ppp in order to add/update packages via ftp. Shouldn't a little more > > effort be made to make this a little simpler? I don't know of ANYONE > > who looks forward to attempting ppp on Linux without a sense of dread. > In your Win95 connection profile do you specify "Server assigned IP address" or "Specify an IP address" in the settings page under "Server Type", "TCP/IP Settings"? If you're setting your IP in the Win95 profile, you'll also have to specify it for Linux as well. My friend I'm sorry no one has yet made a nice install/setup program for PPP but there you have it. I reccommend you use diald, which will bring up the PPP when you want to use the net and will bring it back down after a specified idle-time. Get the latest diald package and let's work from there. Personally, I'd like to put the time in to create a great X setup program for PPP, as well as for everything else, like user accounts, dial-in lines, etc. Unfortunately I don't have a lot of free time on my hands or I'd do it. I really think that if all these types of programs could be written, your average Win95 user could install and run Linux and we'd have helped society by freeing the less knowledgable from the chains of M$. > > > > 2 - How can I fix it in the short term? Does anyone know what I can do to > > be able to see the remote network? > > Not sure but turning on the debug flag for pppd can help some. To be specific, you need to include the word "debug" on the command line to pppd or in the /etc/ppp/options file. This will cause pppd to send detailed information regarding its communication with the peer (a packet trace, that is) to syslog, which should end up in /var/log/ppp.log. Attempt a connection and then email the contents of the debug output (packet trace) to this list so we can help. > > > 3 - I think I'm resigned to the fact that this figgin' ppp catastrophe isn't > > going to get fixed unless I do it myself. I'm tenatively planning on > > writing a set of scripts and ppp.options files to allow people to > > easily configure their system as a dial-in server or as a home machine > > that dials into an ISP. Does anyone want to offer suggestions, help > > code, or help test? > > I've had that "Could not determine local IP address". I fixed it by > putting my own <local-ip>:<remote-ip> pair somewhere in the options file. > This gave me some other problems; I think it would connect but after a while > disconnect with some of error message in /var/log/debug. Then I added some > other options to pppd, I can't remember their exact names but it was something > like accept-ip-local and accept-ip-remote. Then it worked just fine. It sounds like you need to specify your local IP, since the peer isn't giving it to you. Don't set the remote IP if you don't have to--this doesn't really help you. > By the way, I still have that proxyarp flag in the options file, so I always > get that error message about not being able to determine address. But my > ppp works anyway. Proxyarp only makes sense on a machine with 1) an ethernet card and 2) other hosts which hang off that ethernet who'd like to be able to get to the machine on the other end of the PPP link. Don't use proxyarp unless both of these is true. (I suspect the machine you're dialing from only has a modem, no e-net card. This option would be much more usefully applied on the server side.) > Oh; by the way again, I don't use ppp at bootup or kerneld. I start pppd by > hand by executing pon as root whenever I want to go out on the net. > Don't be a "pon". ;) Use diald, (unless you run a name daemon or sendmail locally and you don't want it bringing up the link with your say-so), and I'm sure you'll find it delightful. -- Jens B. Jorgensen [EMAIL PROTECTED] Received: (qmail 15898 invoked by uid 802); 27 Feb 1997 18:14:01 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 15891 invoked from network); 27 Feb 1997 18:13:57 -0000 Received: from hydra.prenhall.com (192.251.132.3) by master.debian.org with SMTP; 27 Feb 1997 18:13:56 -0000 Received: from ccgate2.prenhall.com ([168.146.69.61]) by hydra.prenhall.com (4.1/SMI-4.1) id AA11881; Thu, 27 Feb 97 13:04:20 EST Received: from ccMail by ccgate2.prenhall.com (IMA Internet Exchange 2.02 Enterprise) id 315CD3E0; Thu, 27 Feb 97 13:06:54 -0500 Date: Thu, 27 Feb 1997 12:59:56 -0500 Message-Id: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] Subject: rsc1440.bin VS. rsc1440r.bin ??? To: debian-user@lists.debian.org in the 1.2.7 release under the .../disks-i386/1997-01-18 there exists a rsc1440.bin and a rsc1440r.bin. ??? what is the rsc1440r.bin file ??? Received: (qmail 15986 invoked by uid 802); 27 Feb 1997 18:15:07 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 15982 invoked from network); 27 Feb 1997 18:15:06 -0000 Received: from golem.pixar.com (138.72.27.59) by master.debian.org with SMTP; 27 Feb 1997 18:15:06 -0000 Received: by golem.pixar.com (Smail3.1.29.1 #2) id m0w0ADw-00MDRUC; Thu, 27 Feb 97 10:06 PST Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 97 10:06 PST From: [EMAIL PROTECTED] (Bruce Perens) To: "Brian C. White" <[EMAIL PROTECTED]>, Christian Schwarz <[EMAIL PROTECTED]> Subject: Re: Freezing Bo (Debian 1.3) Cc: Debian Developers <debian-devel@lists.debian.org> Reply-To: Bruce Perens <[EMAIL PROTECTED]> I have a few bug-fixes yet to do, but no substantial changes. Do Dale and Sven think they can have a no-floppy install working for 1.3 ? About the only thing missing is the CD-locator script - they have one I wrote a while back for 0.93 somewhere in the boot-floppies source, but it needs modification. Thanks Bruce -- Bruce Perens K6BP [EMAIL PROTECTED] 510-215-3502 Finger [EMAIL PROTECTED] for PGP public key. PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6 1F 89 6A 76 95 24 87 B3 Received: (qmail 16155 invoked by uid 802); 27 Feb 1997 18:17:23 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 16150 invoked from network); 27 Feb 1997 18:17:21 -0000 Received: from post.metrolink.net (207.31.112.16) by master.debian.org with SMTP; 27 Feb 1997 18:17:19 -0000 Received: from bobspc.metrolink.net ([207.31.124.29]) by post.metrolink.net (post.office MTA v2.0 0813 ID# 0-12688) with ESMTP id AAA188; Thu, 27 Feb 1997 13:10:42 -0500 Received: by bobspc.metrolink.net id m0w09L5-0000V0C (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 12:09:51 -0500 (EST) Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 12:09:51 -0500 (EST) From: "Robert D. Hilliard" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: first installation, network problem CC: debian-user@lists.debian.org Bcc: On Thu, 27 Feb 1997 Andree Leidenfrost <[EMAIL PROTECTED] said (in part): > if ping <hostname> is working in both directions, then I would say name > service indeed is not your problem. Not necesssarily so! On a recent installation of debian 1.2.4 from the CheapBytes CD, I had ppp working fine as root, but couldn't get it to work for another user. Popclient returned "Connection refused" when it tried to query my ISP's mailserver. "ping machine.domain.name" worked fine, but "finger [EMAIL PROTECTED]" returned "finger: machine: unknown host". I finally found that the problem was the permissions on either the file /etc/resolv.conf or the directories didn't allow the user to read it. I can't understand why ping can work without an accessible nameserver while finger can't, but making /etc/resolv.conf world readable solved the problem. Perhaps ping runs as root and finger runs as the user that invoked it. Bob Received: (qmail 16156 invoked by uid 802); 27 Feb 1997 18:17:23 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 16149 invoked from network); 27 Feb 1997 18:17:21 -0000 Received: from post.metrolink.net (207.31.112.16) by master.debian.org with SMTP; 27 Feb 1997 18:17:19 -0000 Received: from bobspc.metrolink.net ([207.31.124.29]) by post.metrolink.net (post.office MTA v2.0 0813 ID# 0-12688) with ESMTP id AAA217; Thu, 27 Feb 1997 13:10:39 -0500 Received: by bobspc.metrolink.net id m0w08wO-0000UyC (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 11:44:20 -0500 (EST) Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 11:44:20 -0500 (EST) From: "Robert D. Hilliard" <[EMAIL PROTECTED]> To: Jason Gunthorpe <[EMAIL PROTECTED]> Subject: Re: Package configuration philosophy CC: debian-user@lists.debian.org Bcc: Unless you made the package it probably wouldn't suit your preferences for prompts, aliases, etc. I'm sure I wouldn't be happy with someone else's customization. I keep a log of all my customizations, and keep the log and copies of all profiles, .rc files, .emacs, etc. in a small partition mounted on /local that isn't disturbed when I re-install. When I was running slackware, I had a shell script that copied in all of these configuration files automatically, but I haven't gotten around to doing it since I switched to debian. Making a debian package out of it would be a more elegant solution, and might be a good way of learning how to make a debian package. Instead of a separate partition, you could keep such things on a floppy, and use the floppy to set up your installations on new machines. Bob On 26 Feb 1997 Jason Gunthorpe <[EMAIL PROTECTED]> said (in part): I wonder if it would be possible to make a package that included a good degree of the typical customizations? I have setup 3 debian machines right from the ftp server in the past month and there are things I change right off the bat, the prompt is one, the .inputrc (to include home/end keys) some of the aliases, enable color ls etc Received: (qmail 16170 invoked by uid 802); 27 Feb 1997 18:17:26 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 16154 invoked from network); 27 Feb 1997 18:17:23 -0000 Received: from post.metrolink.net (207.31.112.16) by master.debian.org with SMTP; 27 Feb 1997 18:17:22 -0000 Received: from bobspc.metrolink.net ([207.31.124.29]) by post.metrolink.net (post.office MTA v2.0 0813 ID# 0-12688) with ESMTP id AAA237; Thu, 27 Feb 1997 13:10:49 -0500 Received: by bobspc.metrolink.net id m0w09WR-0000V3C (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 12:21:35 -0500 (EST) Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 12:21:35 -0500 (EST) From: "Robert D. Hilliard" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: Why is PPP so screwed up!?!?! CC: debian-user@lists.debian.org Bcc: On Thu, 27 Feb 1997 Martin Brundage wrote (in part) >On Wed, 26 Feb 97 19:52:24 PST, you wrote: > >> >>Well, I've been working with Debian systems for over a year now and I've >>been able to get it to dial into my ISP about three times. > >Sorry to hear about your problems. My experience has been somewhat the >opposite of yours. I recently installed Debian 1.2, and apart from = >adding >my ppp chat script and options file from my old distribution, the only >file I needed to change (after adding it, because it was missing) was >/etc/resolv.conf file, in which I put my ISP's nameservers' IP addresses. >The rest of the /etc directory and the networking-related files were >untouched, so I guess ppp doesn't need them for the things I do. You must make sure that at least one tab character (not blanks) exists between the two columns in /etc/resolv.conf. You must also check permissions to make sure the users who will use ppp can access /etc/resolv.conf. Bob Received: (qmail 16371 invoked by uid 802); 27 Feb 1997 18:19:37 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 16369 invoked from network); 27 Feb 1997 18:19:35 -0000 Received: from cygnus.com (205.180.230.20) by master.debian.org with SMTP; 27 Feb 1997 18:19:33 -0000 Received: from tweedledumb.cygnus.com (tweedledumb.cygnus.com [192.80.44.1]) by cygnus.com (8.8.5/8.8.5) with SMTP id KAA02446; Thu, 27 Feb 1997 10:09:05 -0800 (PST) Received: from maneki-neko.cygnus.com by tweedledumb.cygnus.com (4.1/4.7) id AA25556; Thu, 27 Feb 97 13:08:59 EST Received: (from [EMAIL PROTECTED]) by maneki-neko.cygnus.com (8.8.5/8.7.3) id NAA24905; Thu, 27 Feb 1997 13:08:57 -0500 Sender: [EMAIL PROTECTED] To: Helmut Geyer <[EMAIL PROTECTED]> Cc: debian-devel@lists.debian.org, Milan Zamazal <[EMAIL PROTECTED]>, Philippe Troin <[EMAIL PROTECTED]>, Mark Eichin <[EMAIL PROTECTED]>, James LewisMoss <[EMAIL PROTECTED]>, Fabien Ninoles <[EMAIL PROTECTED]> Subject: Re: XEmacs, Emacs and elisp (Forwarded message from XEmacs developers) References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> From: Mark Eichin <[EMAIL PROTECTED]> Date: 27 Feb 1997 13:08:56 -0500 In-Reply-To: Helmut Geyer's message of Thu, 27 Feb 1997 12:52:39 +0100 Message-Id: <[EMAIL PROTECTED]> Lines: 6 X-Mailer: Gnus v5.4.15/Emacs 19.34 Ahh. That is an important datapoint. It looks like you've got all the details covered; I'll add /usr/share/emacs/common/ to what is searched by emacs19, and that should cover my end of things. Cool. _Mark_ Received: (qmail 18017 invoked by uid 802); 27 Feb 1997 18:41:01 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 18014 invoked from network); 27 Feb 1997 18:40:59 -0000 Received: from uclink4.berkeley.edu (128.32.155.12) by master.debian.org with SMTP; 27 Feb 1997 18:40:57 -0000 Received: from uclink2.berkeley.edu (uclink2.berkeley.edu [128.32.136.72]) by uclink4.berkeley.edu (8.8.4/8.6.12) with ESMTP id KAA30159; Thu, 27 Feb 1997 10:33:25 -0800 (PST) Received: from localhost ([EMAIL PROTECTED]) by uclink2.berkeley.edu (8.8.4/8.6.12) with SMTP id KAA18588; Thu, 27 Feb 1997 10:27:33 -0800 Date: Thu, 27 Feb 1997 10:27:31 -0800 (PST) From: William Chow <[EMAIL PROTECTED]> To: Martin Stromberg <[EMAIL PROTECTED]> cc: CoB SysAdmin <[EMAIL PROTECTED]>, Debian user mailing list <debian-user@lists.debian.org> Subject: Re: Why is PPP so screwed up!?!?! In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Feb 1997, Martin Stromberg wrote: > [Klippa, klapp, kluppit] > > > of the connection, apparently). So, I tried pinging <remoteIP> and not a > > single packet came back (although I could see them getting sent out on the > > modem by watching the lights). Pinging <localIP> went fine, but didn't use > > the modem. Pinging anywhere on the server's network other than <localIP>. > > I'm not sure that it's possible to ping over ppp. > Hmmmm... I've been using ping over a ppp connection for some time now. It seems to work fine. > > Also, I tried dialing into a Cisco terminal server and all I got was "Could > > not determine local IP address". Again, I don't have this problem with > > Win95. > > You should ask your ISP how to connect to ,well, your ISP, using Linux over ppp. Different people have different expereinces because not all ISPs were created equally. Usually what works in Win95 doesn't work necessarily with the Linux setup... and I haven't figured out the cause yet.... It may have to do with the passive/active nature of how pppd sends or receives packets to get a reply... perhaps someone with Win95 PPP knolwedge can help us out... Will Received: (qmail 18292 invoked by uid 802); 27 Feb 1997 18:43:26 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 18287 invoked from network); 27 Feb 1997 18:43:24 -0000 Received: from franz.stat.wisc.edu ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 18:43:24 -0000 Received: by franz.stat.wisc.edu id m0w0AgM-000hh5C (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 12:35:34 -0600 (CST) Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 12:35:34 -0600 (CST) From: Douglas Bates <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: installation of tetex Bcc: I am trying to install the following tetex packages 1548580 Feb 24 09:04 tetex-base_0.4pl6-2.deb 1482224 Feb 24 09:06 tetex-bin_0.4pl6-4.deb 50188 Feb 24 09:06 tetex-dev_0.4pl6-4.deb 4923348 Feb 24 09:07 tetex-doc_0.4pl6-1.deb 3161870 Feb 24 09:17 tetex-extra_0.4pl6-2.deb I began trying to do this within dselect. Because of conflicts with the currently installed versions of TeX, I needed to mark several TeX-related packages for removal. Installation of the tetex packages went ok then I removed the older tex-related packages that had been marked for removal. I noticed that a couple of macro packages seemed to be missing. According to dpkg -L they should have been installed by tetex-extra. I decided to remove all the tetex packages and re-install them. My reasoning was that by installing tetex first then removing the older tex-related packages I may have inadvertently removed files that tetex packages installed. Removing the tetex packages and then trying to re-install fails in a couple of the postinst scripts. These scripts try to execute /usr/bin/texconfig but it complains that the TEXMFCNF environment variable is not set. I believe it may be intended to point at /etc/texmf/texmf.cnf. That file is listed in the output of "dpkg -L tetex-base" but it does not appear to be installed by that package. Because /usr/bin/texconfig is based on a dialog library, the error messages fly off the screen before you can read them. Any suggestions will be appreciated. It would help if you sent e-mail directly to me as well as to the list because I only receive the digests. -- Douglas Bates [EMAIL PROTECTED] Statistics Department 608/262-2598 University of Wisconsin - Madison http://www.stat.wisc.edu/~bates/ Received: (qmail 19912 invoked by uid 802); 27 Feb 1997 19:10:10 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 19907 invoked from network); 27 Feb 1997 19:10:07 -0000 Received: from kite.preferred.com (HELO kite.ml.org) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 19:10:06 -0000 Received: by kite.ml.org id m0w0B2V-000DFvC (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 13:58:27 -0500 (EST) Message-ID: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 13:58:27 -0500 From: Joey Hess <[EMAIL PROTECTED]> To: Chris Walker <[EMAIL PROTECTED]> Cc: debian-devel@lists.debian.org Subject: Re: Icon sizes for menus References: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61 In-Reply-To: <[EMAIL PROTECTED]>; from Chris Walker on Feb 02, 1997 at 09:52:31AM Chris Walker: > Is there a standard size for the icons that appear on menus generated by > the menu package? If not, and I couldn't find any mention in the docs, I > think we should give it some thought as it will make the system hold > together better. I agree. I've been meaning to come up with a proposal for icon sizes and also for the set of colors that all icons in the menus should share. But I haven't come up with anything concrete yet. Here are some of the common sizes out there: 16x16 -- windows 95 size, I think. 32x32 -- standard win 3.11 size, so there are lots of icons out there in this size. 48x48 -- isn't this size used for afterstep/nextstep? There are some very nice icons in this size, but they tend to use lots of colors. There's also a bit of a copyright problem -- you can't use nextstep's icons. (I hear they are being removed from afterstep.) I think we can just pick a maximum size and anything that size or smaller is allowed. Something to bear in mind is that if these icons will be appearing on the menus, only so many of them can fit onscreen at once. If we pick 32x32 icons, then a maximum of 15 icons are going to fit on a menu that extends down a 640x480 screen. I think this disqualifies the 48x48 icons -- they are just too big, we already have menus with more than 10 items in them. I favor 32x32 or smaller icons myself. I think this is a reasonable size, not too small to tell what the icon is, small enough for a good number of them to fit on a menu, and there are already many icons of this size available. -- #!/usr/bin/perl -i=-/*/~%*~%/~~%/~~~-/*/_/=~~~-/====~~! # [EMAIL PROTECTED] $o=35;$_="$^I-*!=====_!/";s/~/!*/g;s~%~-/ / ~g;$_.='--- Joey Hess ';s/=/__/g;y|*!| \\|;for(split/-/){print' 'x$o--."$_\n"}# a M.C. Escher fan "He. He. He." - - Herman Toothrot Received: (qmail 20648 invoked by uid 802); 27 Feb 1997 19:21:05 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 20644 invoked from network); 27 Feb 1997 19:21:02 -0000 Received: from slip-52-10.ots.utexas.edu ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 19:21:01 -0000 Received: by slip-52-10.ots.utexas.edu id m0w0BGY-0001eSC (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 13:13:18 -0600 (CST) To: debian-user@lists.debian.org Subject: Re: sysklogd error on install References: <[EMAIL PROTECTED]> From: Guy Maor <[EMAIL PROTECTED]> Date: 27 Feb 1997 13:13:18 -0600 In-Reply-To: Paul Serice's message of Thu, 27 Feb 1997 02:08:27 -0600 (CST) Message-ID: <[EMAIL PROTECTED]> Lines: 12 X-Mailer: Gnus v5.3/Emacs 19.34 Paul Serice <[EMAIL PROTECTED]> writes: > After upgrading to bash 2.0, I was getting the same error as everyone else > when sysklogd started up. So, I upgraded. When I installed the package, > I got the error that is reproduced below. I am wondering if my system is > misconfigured or if the package has a small bug. You must also upgrade to the dpkg in unstable, 1.4.0.8, to fix the problem with update-rc.d. Guy Received: (qmail 22982 invoked by uid 802); 27 Feb 1997 19:55:18 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 22979 invoked from network); 27 Feb 1997 19:55:14 -0000 Received: from ns.NL.net (193.78.240.1) by master.debian.org with SMTP; 27 Feb 1997 19:55:11 -0000 Received: from eternitas by ns.NL.net (5.65b/NLnet1.3) id AA12458; Thu, 27 Feb 1997 17:07:48 +0100 Received: from sphinx.asml.nl (sphinx_o1) by eternitas.asml.nl (4.1/SMI-4.1) id AA13290; Thu, 27 Feb 97 17:02:44 +0100 Received: from pcits056 by sphinx.asml.nl (SMI-8.6/SMI-SVR4) id RAA16907; Thu, 27 Feb 1997 17:03:34 +0100 Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 17:02:18 -0800 From: Greg de Freitas <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: ASM Lithographie X-Mailer: Mozilla 3.01 (Win16; I) Mime-Version: 1.0 To: debian-user@lists.debian.org Subject: unsubscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit unsubscribe Received: (qmail 25326 invoked by uid 802); 27 Feb 1997 20:32:49 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 25324 invoked from network); 27 Feb 1997 20:32:47 -0000 Received: from extfw.mke.ra.rockwell.com ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 20:32:46 -0000 Received: by extfw.mke.ra.rockwell.com; id OAA20373; Thu, 27 Feb 1997 14:25:18 -0600 Received: from relay1.ra.rockwell.com(130.151.99.229) by extfw.mke.ra.rockwell.com via smap (3.2) id xma004808; Thu, 27 Feb 97 12:42:01 -0600 Received: (from [EMAIL PROTECTED]) by relay1.ra.rockwell.com (8.8.2/8.8.2) id MAA12819; Thu, 27 Feb 1997 12:40:13 -0600 (CST) Received: from zeus.ven.ra.rockwell.com ([EMAIL PROTECTED] [130.151.17.154]) by relay1.ra.rockwell.com (8.8.2/8.8.2) with ESMTP id MAA12779; Thu, 27 Feb 1997 12:39:52 -0600 (CST) Received: (from [EMAIL PROTECTED]) by zeus.ven.ra.rockwell.com (8.8.5/8.8.5) id OAA10208; Thu, 27 Feb 1997 14:41:18 -0400 From: "Eloy A. Paris" <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> Subject: Re: Why is PPP so screwed up!?!?! To: [EMAIL PROTECTED] Date: Thu, 27 Feb 1997 14:41:17 -0400 (AST) Cc: [EMAIL PROTECTED], debian-user@lists.debian.org In-Reply-To: <[EMAIL PROTECTED]> from "Martin Brundage" at Feb 27, 97 10:14:41 am X-Mailer: ELM [version 2.4 PL25 PGP2] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > On Wed, 26 Feb 97 19:52:24 PST, you wrote: > > ... my ppp chat script and options file from my old distribution, the only > file I needed to change (after adding it, because it was missing) was > /etc/resolv.conf file, in which I put my ISP's nameservers' IP addresses. It was missing because this file is not part of any package, it is created by the installation script if you say Yes to "Are you connected to a network?" at installation time. E.- -- Eloy A. Paris Information Technology Department Rockwell Automation de Venezuela Telephone: +58-2-9432311 Fax: +58-2-9430323 Received: (qmail 25407 invoked by uid 802); 27 Feb 1997 20:33:53 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 25402 invoked from network); 27 Feb 1997 20:33:51 -0000 Received: from extfw.mke.ra.rockwell.com ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 20:33:50 -0000 Received: by extfw.mke.ra.rockwell.com; id OAA20532; Thu, 27 Feb 1997 14:26:24 -0600 Received: from relay1.ra.rockwell.com(130.151.99.229) by extfw.mke.ra.rockwell.com via smap (3.2) id xma005212; Thu, 27 Feb 97 12:44:51 -0600 Received: (from [EMAIL PROTECTED]) by relay1.ra.rockwell.com (8.8.2/8.8.2) id MAA13192; Thu, 27 Feb 1997 12:43:10 -0600 (CST) Received: from zeus.ven.ra.rockwell.com ([EMAIL PROTECTED] [130.151.17.154]) by relay1.ra.rockwell.com (8.8.2/8.8.2) with ESMTP id MAA13187; Thu, 27 Feb 1997 12:42:54 -0600 (CST) Received: (from [EMAIL PROTECTED]) by zeus.ven.ra.rockwell.com (8.8.5/8.8.5) id OAA10272; Thu, 27 Feb 1997 14:44:29 -0400 From: "Eloy A. Paris" <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> Subject: Re: Why is PPP so screwed up!?!?! To: [EMAIL PROTECTED] (Martin Stromberg) Date: Thu, 27 Feb 1997 14:44:29 -0400 (AST) Cc: [EMAIL PROTECTED], debian-user@lists.debian.org In-Reply-To: <[EMAIL PROTECTED]> from "Martin Stromberg" at Feb 27, 97 12:13:33 pm X-Mailer: ELM [version 2.4 PL25 PGP2] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > I'm not sure that it's possible to ping over ppp. Why not? When you are connected via PPP, your host becomes part of the Internet (if there are no routing restrictions like firewalls, or miss- configured routers, or you are not using IP masquerade), and you get a valid IP address. Regards, Eloy.- -- Eloy A. Paris Information Technology Department Rockwell Automation de Venezuela Telephone: +58-2-9432311 Fax: +58-2-9430323 Received: (qmail 25417 invoked by uid 802); 27 Feb 1997 20:33:56 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 25404 invoked from network); 27 Feb 1997 20:33:51 -0000 Received: from snowhite.cis.uoguelph.ca (131.104.48.1) by master.debian.org with SMTP; 27 Feb 1997 20:33:49 -0000 Received: from burt.cis.uoguelph.ca (burt.cis.uoguelph.ca [131.104.48.33]) by snowhite.cis.uoguelph.ca (8.6.9/8.6.9) with SMTP id PAA21272 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 15:28:18 -0500 Date: Thu, 27 Feb 1997 15:26:31 -0500 (EST) From: Walter Tautz <[EMAIL PROTECTED]> Subject: Cease and desist with the RSA nonsense To: debianuserlist <debian-user@lists.debian.org> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII As this is a debian list proper, I would appreciate if this discussion concerning RSA be kept to private email. Afterall it is not really a pressing issue, in fact, it is boring. -Walter Received: (qmail 25714 invoked by uid 802); 27 Feb 1997 20:38:50 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 25706 invoked from network); 27 Feb 1997 20:38:42 -0000 Received: from cs.huji.ac.il (132.65.16.10) by master.debian.org with SMTP; 27 Feb 1997 20:38:36 -0000 Received: from vafla.cs.huji.ac.il by cs.huji.ac.il with SMTP id AA02868 (5.67b/HUJI 4.153 for <debian-devel@lists.debian.org>); Thu, 27 Feb 1997 21:50:44 +0200 Date: Thu, 27 Feb 1997 21:50:29 +0200 (IST) From: Vadim Vygonets <[EMAIL PROTECTED]> To: Debian mailing list member <[EMAIL PROTECTED]> Cc: Debian Development List <debian-devel@lists.debian.org> Subject: Re: complete ideas In-Reply-To: <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Feb 1997, Debian mailing list member wrote: > There was some discussion about a fairly complete example database for > tcsh's complete. Maybe we can do better. > > It would be nice if each Debian package would add completion information > of its own commands to a central complete-database in there postist > scripts, a la `install-info'. Exists in tcsh 6.06-12 /usr/doc/examples/tcsh/complete.tcsh (I uploaded it about 2 days ago to the `unstable' distribution). Vadik. -- Vadim Vygonets [EMAIL PROTECTED] Sysadmin? Me?! Naah... I think that I shall never see a poem as lovely as a binary tree. Received: (qmail 27145 invoked by uid 802); 27 Feb 1997 20:55:52 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 27092 invoked from network); 27 Feb 1997 20:55:25 -0000 Received: from unknown (HELO newton) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 20:55:15 -0000 Received: from localhost by newton with esmtp id m0w0CdY-000kH2C (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 17:41:08 -0300 (ARST) Date: Thu, 27 Feb 1997 17:41:06 -0300 (ARST) From: =?iso-8859-1?Q?Nicol=E1s_Lichtmaier?= <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] To: Manoj Srivastava <[EMAIL PROTECTED]> cc: debian-devel@lists.debian.org Subject: Re: Possible framework for `debmake replacement' In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE On 26 Feb 1997, Manoj Srivastava wrote: > =09I am thinking that a ``compiler'', as it has been dubbed, may > well be a better solution than an enhanced debstd. And yes, there are > two modes to this compiler, an init mode that does debmake like > stuff, and an update that injects/updates debstd like stuff. >=20 > =09It does not have to parse the debian/rules makefile, since the > rules injected would be an integral part of the Makefile (I think we > can make this simple, and user configurable as well, using multiple > conditional includes). The only advantage of making it a compiler is that is independent from the installed version of the tool. That could be easily solved by defining a well known interface to the utilities. I don't see the point in making it a compilerm. It may look nicer, it's like Autoconf... but Autoconf has a different goal. Autoconf can't be an interpreter because one can't count on having autoconf installed on every machine. Then it would be necesary to include a big script that test for everything. Autoconf provides a mean to strip this huge script and only test what the package needs to test.=20 But here, Debian packages are all built in a common environment. And we may require certain uitilities to be there at the moment of the building. I think that creating utilities is a more naturall way to handle this. I've read this argument: `With a script compiler you can see and edit the results'... Come on!! Have you ever edited `configure'? All changes would be lost when you run autoconf again..! Nicol=E1s Lichtmaier.- [EMAIL PROTECTED] Received: (qmail 27626 invoked by uid 802); 27 Feb 1997 21:10:36 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 27617 invoked from network); 27 Feb 1997 21:10:31 -0000 Received: from bthansen.tor.hookup.net (HELO gollum.norang.com) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 21:10:29 -0000 Received: (from [EMAIL PROTECTED]) by gollum.norang.com (8.6.12/8.6.9) id PAA03915; Thu, 27 Feb 1997 15:56:46 -0500 Date: Thu, 27 Feb 1997 15:56:46 -0500 (EST) From: "Bernt T. Hansen" <[EMAIL PROTECTED]> To: "G. Kapetanios" <[EMAIL PROTECTED]> cc: debian-user@lists.debian.org Subject: Re: Lilo query In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII George, Try changing boot=/dev/hda3 to boot=/dev/hda since you want to write the boot loader to the master boot record of the first hard disk (hda) not the 3rd partition of the first hard disk. You also probably need a table= entry for Dos... Here is what I have for linux and dos... (note this is from an old Slackware distribution...) boot = /dev/hda delay = 50 vga = normal # force sane state ramdisk = 0 # paranoia setting # # Linux # image = /vmlinuz root = /dev/hdb1 label = linux read-only # # DOS # other = /dev/hda1 label = dos table = /dev/hda Hope this helps, Bernt. On Thu, 27 Feb 1997, G. Kapetanios wrote: > Date: Thu, 27 Feb 1997 15:15:29 +0000 (GMT) > From: G. Kapetanios <[EMAIL PROTECTED]> > To: debian-user@lists.debian.org > Subject: Lilo query > > > Hi, > > I have a debian system at my office . Since I set it up I have been > booting > using the boot disk. However I decided to try using lilo. So I got the > program by nfs. I created the following script for lilo.conf > boot=/dev/hda3 > root=/dev/hda3 > compact > install=/boot/boot.b > map=/boot/map > vga=normal > delay=20 > other=/dev/hda1 > label=MsDos > image=/vmlinuz > label=Linux > read-only > > Thn I run /sbin/lilo Everything seemed fine the program said that it added > MsDos and Linux and so I rebooted . But nothing happened and Msdos started > without the lilo prompt. Should I have done something more ??. Sorry for > the > basic question but I would appreciate any help > Thanks > George. > > ------------------------------------------------------------------------------- > George Kapetanios > Churchill College > Cambridge, CB3 0DS > U.K. E-Mail: [EMAIL PROTECTED] > ------------------------------------------------------------------------------- > > > Received: (qmail 27740 invoked by uid 802); 27 Feb 1997 21:11:42 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 27666 invoked from network); 27 Feb 1997 21:10:56 -0000 Received: from alfie.demon.co.uk ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 21:10:28 -0000 Received: (from [EMAIL PROTECTED]) by alfie.demon.co.uk (8.7.6/8.7.3) id VAA14054; Wed, 26 Feb 1997 21:58:41 GMT To: [EMAIL PROTECTED] Path: not-for-mail From: [EMAIL PROTECTED] (Nick Holloway) Newsgroups: list.debian-devel Subject: Re: Freezing Bo (Debian 1.3) Date: 26 Feb 1997 21:58:41 -0000 Organization: Alfie's Internet Node Lines: 22 Sender: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> X-Newsreader: NN version 6.5.1 (NOV) [EMAIL PROTECTED] (Martin Schulze) writes: > Maarten Boekhold writes: > > I couldn't install the new perl-packages (5.007-?) and bash2.0, because > > of a pre-dependency on libdl1, which is not available (at least not to > > me). Also couldn't find a package that provides this. > > One user here has reported exactly the same with rex-fixed. I had the same problem when upgrading from 1.1 (taken off September Infomagic LDR) to 1.2 (CD burnt on Christmas Eve). > Interestingly libdl1 is provided by libc5. But dselect failed installing > it. In my case, looking at "available" told me that libdl1 was provided by ldso, so I installed it manually (dpkg -i). (I know, this is a me-too, but it may help cure the problem). -- `O O' | [EMAIL PROTECTED] http://www.alfie.demon.co.uk/ // ^ \\ | [EMAIL PROTECTED] http://www.parallax.co.uk/~alfie/ Received: (qmail 27994 invoked by uid 802); 27 Feb 1997 21:17:23 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 27989 invoked from network); 27 Feb 1997 21:17:21 -0000 Received: from smtp1.erols.com (205.252.116.101) by master.debian.org with SMTP; 27 Feb 1997 21:17:20 -0000 Received: from cthulhu.cosanostra.net ([EMAIL PROTECTED] [207.172.25.91]) by smtp1.erols.com (8.8.5/8.8.5) with SMTP id QAA02870; Thu, 27 Feb 1997 16:09:58 -0500 Date: Thu, 27 Feb 1997 17:09:25 -0500 (EST) From: Elie Rosenblum <[EMAIL PROTECTED]> To: "G. Kapetanios" <[EMAIL PROTECTED]> cc: debian-user@lists.debian.org Subject: Re: Lilo query In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Feb 1997, G. Kapetanios wrote: > boot=/dev/hda3 > root=/dev/hda3 Try changing the boot line to: boot=/dev/sda without an actual partition number, so it'll install itself on the MBR. If you ever need to back out of that you need to run fdisk/mbr in DOS. Leave the rest of the file the way it is. --- Elie Rosenblum ([EMAIL PROTECTED]) System Administrator, Erol's Internet "When Cthulhu calls, he calls _collect_." Received: (qmail 1761 invoked by uid 802); 27 Feb 1997 21:23:14 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 1689 invoked from network); 27 Feb 1997 21:23:11 -0000 Received: from cam053212.student.utwente.nl ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 21:23:09 -0000 Received: (qmail 27197 invoked from network); 27 Feb 1997 21:15:22 -0000 Received: from blaat.blerk.nl (10.0.12.2) by mail.blerk.nl with SMTP; 27 Feb 1997 21:15:22 -0000 Message-Id: <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Thu, 27 Feb 1997 22:14:19 +0100 To: "G. Kapetanios" <[EMAIL PROTECTED]> From: Remco van de Meent <[EMAIL PROTECTED]> Subject: Re: Lilo query Cc: debian-user@lists.debian.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 15:15 27-2-97 +0000, G. Kapetanios wrote: > >Hi, > >I have a debian system at my office . Since I set it up I have been >booting >using the boot disk. However I decided to try using lilo. So I got the >program by nfs. I created the following script for lilo.conf >boot=/dev/hda3 >root=/dev/hda3 >compact >install=/boot/boot.b >map=/boot/map >vga=normal >delay=20 >other=/dev/hda1 > label=MsDos >image=/vmlinuz > label=Linux > read-only > >Thn I run /sbin/lilo Everything seemed fine the program said that it added >MsDos and Linux and so I rebooted . But nothing happened and Msdos started >without the lilo prompt. Should I have done something more ??. Sorry for >the >basic question but I would appreciate any help You might want to change boot=/dev/hda3 into boot=/dev/hda and you will have to add the 'prompt' line. -- // Remco van de Meent // email: [EMAIL PROTECTED] // www: http://cam053212.student.utwente.nl // -- Never make any mistaeks -- Received: (qmail 2509 invoked by uid 802); 27 Feb 1997 21:25:49 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 2505 invoked from network); 27 Feb 1997 21:25:48 -0000 Received: from nsfitp.itp.ucsb.edu (HELO itp.ucsb.edu) (128.111.10.40) by master.debian.org with SMTP; 27 Feb 1997 21:25:47 -0000 Received: from eliot.itp.ucsb.edu (eliot.itp.ucsb.edu [128.111.10.231]) by itp.ucsb.edu (8.6.8.1/8.6.9) with ESMTP id NAA25195 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 13:17:52 -0800 Received: from localhost by eliot.itp.ucsb.edu (8.5) id NAA23734; Thu, 27 Feb 1997 13:17:51 -0800 Date: Thu, 27 Feb 1997 13:17:51 -0800 (PST) From: Alex Lobkovsky <[EMAIL PROTECTED]> Subject: can Linux r/w Windoze FAT32? To: debian user list <debian-user@lists.debian.org> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, Having benefited greatly from this list before, I do not doubt for a moment that someone will know the answer to this: Does Linux read/write to the new Win95 Fat32 filesystem? thanks in advance. -alex Received: (qmail 2755 invoked by uid 802); 27 Feb 1997 21:30:09 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 2752 invoked from network); 27 Feb 1997 21:30:06 -0000 Received: from pm8-44.flinet.com (HELO ohiox.haw.org) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 21:30:04 -0000 Received: from localhost ([EMAIL PROTECTED]) by ohiox.haw.org (8.8.4/8.8.4) with SMTP id QAA12482; Thu, 27 Feb 1997 16:23:08 -0500 X-Authentication-Warning: ohiox.haw.org: ioannis owned process doing -bs Date: Thu, 27 Feb 1997 16:23:07 -0500 (EST) From: Ioannis Tambouras <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] To: "G. Kapetanios" <[EMAIL PROTECTED]> cc: debian-user@lists.debian.org Subject: Re: Lilo query In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII > boot=/dev/hda3 I think, this will fix your problem: boot=/dev/hda Ioannis Tambouras [EMAIL PROTECTED], West Palm Beach, Florida Signed pgp-key on key server. On Thu, 27 Feb 1997, G. Kapetanios wrote: > > Hi, > > I have a debian system at my office . Since I set it up I have been > booting > using the boot disk. However I decided to try using lilo. So I got the > program by nfs. I created the following script for lilo.conf > boot=/dev/hda3 > root=/dev/hda3 > compact > install=/boot/boot.b > map=/boot/map > vga=normal > delay=20 > other=/dev/hda1 > label=MsDos > image=/vmlinuz > label=Linux > read-only > > Thn I run /sbin/lilo Everything seemed fine the program said that it added > MsDos and Linux and so I rebooted . But nothing happened and Msdos started > without the lilo prompt. Should I have done something more ??. Sorry for > the > basic question but I would appreciate any help > Thanks > George. > > ------------------------------------------------------------------------------- > George Kapetanios > Churchill College > Cambridge, CB3 0DS > U.K. E-Mail: [EMAIL PROTECTED] > ------------------------------------------------------------------------------- > > Received: (qmail 3113 invoked by uid 802); 27 Feb 1997 21:35:17 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 3106 invoked from network); 27 Feb 1997 21:35:14 -0000 Received: from tiamat.datasync.com ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 21:35:12 -0000 Received: (from [EMAIL PROTECTED]) by tiamat.datasync.com (8.8.5/8.8.5) id PAA06726; Thu, 27 Feb 1997 15:26:41 -0600 Sender: [EMAIL PROTECTED] X-Time: Thu Feb 27 15:26:21 1997 X-Mail-System: Vm 6.16 for GNU Emacs 19.34.1 Organization: Manoj Srivastava's Home To: debian-devel@lists.debian.org Cc: =?ISO-8859-1?Q?Nicol=E1s?= Lichtmaier <[EMAIL PROTECTED]> Subject: Re: Possible framework for `debmake replacement' References: <[EMAIL PROTECTED]> Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable From: Manoj Srivastava <[EMAIL PROTECTED]> Date: 27 Feb 1997 15:26:38 -0600 In-Reply-To: =?ISO-8859-1?Q?Nicol=E1s?= Lichtmaier's message of Thu, 27 Feb 1997 17:41:06 -0300 (ARST) Message-ID: <[EMAIL PROTECTED]> Lines: 85 X-Mailer: Gnus v5.4.15/Emacs 19.34 Hi, >>"Nicol=E1s" =3D=3D Nicol=E1s Lichtmaier <[EMAIL PROTECTED]> writes: Nicol=E1s> On 26 Feb 1997, Manoj Srivastava wrote: >> I am thinking that a ``compiler'', as it has been dubbed, may well >> be a better solution than an enhanced debstd. And yes, there are >> two modes to this compiler, an init mode that does debmake like >> stuff, and an update that injects/updates debstd like stuff. >> >> It does not have to parse the debian/rules makefile, since the >> rules injected would be an integral part of the Makefile (I think >> we can make this simple, and user configurable as well, using >> multiple conditional includes). Nicol=E1s> The only advantage of making it a compiler is that is Nicol=E1s> independent from the installed version of the tool. That Nicol=E1s> could be easily solved by defining a well known interface to Nicol=E1s> the utilities. =09 The tool should not be required to build a package from the sources. I should be able to download the sources, and compile, without having this tool in the ``source dependencies''. This, apart from version independence, is a good technical requirement, and is not impossible to implement. Nicol=E1s> I don't see the point in making it a compilerm. It may look Nicol=E1s> nicer, it's like Autoconf... but Autoconf has a different Nicol=E1s> goal. Autoconf can't be an interpreter because one can't Nicol=E1s> count on having autoconf installed on every machine. =09 Autoconf is a compiler, yes. But our tool is not. So don't restrict us by autoconf's failures. We should not require autoconf to be ubiquitously installed. We should also not insist on the new tool to be installed to build a package that was created with this tool. Nicol=E1s> Then it would be necesary to include a big script that test Nicol=E1s> for everything. Autoconf provides a mean to strip this huge Nicol=E1s> script and only test what the package needs to test. =09 Why has this degenrated into discussion of autoconf's blemishes? Nicol=E1s> But here, Debian packages are all built in a common Nicol=E1s> environment. And we may require certain uitilities to be Nicol=E1s> there at the moment of the building. =09 But requiring the debmake replacement tool is not, and should not, be required. It is not now, and we are trying to make package build easier, not add a lot of extra requirements gratituously. Nicol=E1s> I think that creating utilities is a more naturall way to Nicol=E1s> handle this. =09 I do not quite follow this statement. Nicol=E1s> I've read this argument: `With a script compiler you can see Nicol=E1s> and edit the results'... Come on!! Have you ever edited Nicol=E1s> `configure'? =09 That is autoconf's problem. If ever we rewrite autoconf, that would be very valid. We should make our compiler output easier to edit. Remember, this *is* a design goal for us. It may not have been one for autoconf developers. Different tool, different goals. Nicol=E1s> All changes would be lost when you run autoconf again..! =09 Again, that is _autoconf_. Our tool should be required not to blow away user changes. This is why I have been resisting being drawn in too deep into implemetation issues: we tend to loose the forest for the trees. I'll be posting a summary of suggestions that I have compiled from the list as soon as I'm sure the lists are stable again. manoj -- "Ignorance is the soil in which belief in miracles grows." Robert G. Ingersoll Manoj Srivastava <url:mailto:[EMAIL PROTECTED]> Mobile, Alabama USA <url:http://www.datasync.com/%7Esrivasta/>= Received: (qmail 3140 invoked by uid 802); 27 Feb 1997 21:35:25 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 3136 invoked from network); 27 Feb 1997 21:35:22 -0000 Received: from mail1.eznet.net (207.50.128.20) by master.debian.org with SMTP; 27 Feb 1997 21:35:22 -0000 Received: from shell1.eznet.net (shell1.eznet.net [207.50.128.10]) by mail1.eznet.net (8.8.5/8.8.5) with ESMTP id QAA19081 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 16:28:36 -0500 Received: from localhost by shell1.eznet.net (8.7.5) id QAA24720; Thu, 27 Feb 1997 16:26:16 -0500 Date: Thu, 27 Feb 1997 16:26:16 -0500 (EST) From: Seth Reinosa <[EMAIL PROTECTED]> Reply-To: Seth Reinosa <[EMAIL PROTECTED]> To: debian linux questions <debian-user@lists.debian.org> Subject: zipper troubles Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Ok what does this mean? <[EMAIL PROTECTED]> <http://home.eznet.net/~seth> Thanx and may God Bless you Seth R shell1:~> tar -xvf guavac-0.2.5-linuxelf-bin.tar usr/local/bin/guavac usr/local/bin/guavad usr/local/share/guavac/classes.zip usr/local/man/man1/guavac.1 shell1:~> tar -xvf guavac-0.2.5-linuxelf-bin.tar usr/local/bin/guavac usr/local/bin/guavad usr/local/share/guavac/classes.zip usr/local/man/man1/guavac.1q Received: (qmail 4429 invoked by uid 802); 27 Feb 1997 21:51:35 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 4424 invoked from network); 27 Feb 1997 21:51:33 -0000 Received: from tiamat.datasync.com ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 21:51:21 -0000 Received: (from [EMAIL PROTECTED]) by tiamat.datasync.com (8.8.5/8.8.5) id PAA07196; Thu, 27 Feb 1997 15:42:01 -0600 Sender: [EMAIL PROTECTED] X-Time: Thu Feb 27 15:41:46 1997 X-Mail-System: Vm 6.16 for GNU Emacs 19.34.1 Organization: Manoj Srivastava's Home To: debian-devel@lists.debian.org Cc: Milan Zamazal <[EMAIL PROTECTED]>, Philippe Troin <[EMAIL PROTECTED]>, Mark Eichin <[EMAIL PROTECTED]>, James LewisMoss <[EMAIL PROTECTED]>, Fabien Ninoles <[EMAIL PROTECTED]>, Helmut Geyer <[EMAIL PROTECTED]> Subject: Re: XEmacs, Emacs and elisp (Forwarded message from XEmacs developers) References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Mime-Version: 1.0 (generated by tm-edit 7.105) Content-Type: text/plain; charset=US-ASCII From: Manoj Srivastava <[EMAIL PROTECTED]> Date: 27 Feb 1997 15:41:57 -0600 In-Reply-To: Helmut Geyer's message of Thu, 27 Feb 1997 12:52:39 +0100 Message-ID: <[EMAIL PROTECTED]> Lines: 51 X-Mailer: Gnus v5.4.15/Emacs 19.34 Hi, >>"Helmut" == Helmut Geyer <[EMAIL PROTECTED]> writes: : Helmut> Directories: Helmut> /usr/share/emacs/common/ for all packages supporting any Emacs Helmut> /usr/lib/emacs/site-lisp/ for all packages supporting Emacs only Helmut> /usr/lib/xemacs/site-lisp/ for all packages supporting XEmacs only Me Likum. (Didn't think version numbers were needed or desirable). Helmut> I'm really opposed to the proposal of Manoj to completely Helmut> separate both variants as most packages work fine on the elisp Helmut> level with both variants. If you are able to generate a Helmut> <package>-emacs and a <package>-xemacs the only problem with Helmut> generating a <package> working on both variants is a problem Helmut> of the ability to read byte code generated by the otehr Helmut> variant. Once this is solved (and I hope it will be - see Helmut> below) there is no reason why we shouldn't have a single Helmut> package. Yes. But that means that some package that can work for both variants can only be uploaded by a maintainer that has both variants (or all 3, soon, when XEmacs 20 joins the circus). If we have separate Funky-xemacs and Funky-emacs, then they could be maintained by different people (think of the m68k and alpha people; I am thinking of something similair for packaging add-ons for emacsen), one maintainer for each variant. This decision probably has to be made on a package by package basis, and as long as we have hte three directories as Helmut said, we don't have to decree that there shall be one package residing in /usr/share/emacs/common/ ormultiple packages in /usr/lib/x?emacs/site-lisp/. I do not feel strongly on this subject at all, I just thought I'd mention this wile we are discussing it. Oh, anybody interested in Quassia Gnus? I could package it up for experimental, if there is enough interest. (I don't have XEmacs on my system so I can't even volunteer on my own unless we allow qgnus-emacs as a package, without requiring me to upload qgnus-xemacs, which I can't). manoj -- The essence of intelligence is skill in extracting meaning from everyday experience. --anonymous Manoj Srivastava <url:mailto:[EMAIL PROTECTED]> Mobile, Alabama USA <url:http://www.datasync.com/%7Esrivasta/> Received: (qmail 4976 invoked by uid 802); 27 Feb 1997 21:59:10 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 4961 invoked from network); 27 Feb 1997 21:59:07 -0000 Received: from jeeves.egr.msu.edu (HELO egr.msu.edu) (35.9.32.49) by master.debian.org with SMTP; 27 Feb 1997 21:59:05 -0000 Received: from mulder by egr.msu.edu (SMI-8.6/1.34) id QAA18988; Thu, 27 Feb 1997 16:51:37 -0500 Received: by mulder (SMI-8.6/SMI-SVR4) id QAA17422; Thu, 27 Feb 1997 16:51:37 -0500 Date: Thu, 27 Feb 1997 16:51:37 -0500 (EST) From: dpk <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] To: "G. Kapetanios" <[EMAIL PROTECTED]> cc: debian-user@lists.debian.org Subject: Re: Lilo query In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I have mine booting NT 4.0, which is a similar process. You need to have the a line with the word "prompt" on it. That will call the lilo prompt so you can choose your os. Here is what mine lilo.conf looks like. boot=/dev/sda install=/boot/boot.b map=/boot/map vga=normal prompt delay=30 root=/dev/sda3 image=/vmlinuz label=Linux other=/dev/sda1 label=nt table=/dev/sda My sda is your hda (I have scsi harddrives). Seeing that it automatically goes into dos, use a resque floppy to boot linux. You can mount your linux parition then and edit the lilo.conf and rerun lilo -C /etc/lilo.conf. Hope this helps. Dennis ================================================================= | dpk | | | DECS, Systems Undergrad | It is better for them to think you | =========================== a fool, than to open your mouth | | work: 353.8892 | and prove it. -Mark Twain | | page: 253.0724 | | ================================================================= On Thu, 27 Feb 1997, G. Kapetanios wrote: > > Hi, > > I have a debian system at my office . Since I set it up I have been > booting > using the boot disk. However I decided to try using lilo. So I got the > program by nfs. I created the following script for lilo.conf > boot=/dev/hda3 > root=/dev/hda3 > compact > install=/boot/boot.b > map=/boot/map > vga=normal > delay=20 > other=/dev/hda1 > label=MsDos > image=/vmlinuz > label=Linux > read-only > > Thn I run /sbin/lilo Everything seemed fine the program said that it added > MsDos and Linux and so I rebooted . But nothing happened and Msdos started > without the lilo prompt. Should I have done something more ??. Sorry for > the > basic question but I would appreciate any help > Thanks > George. > > ------------------------------------------------------------------------------- > George Kapetanios > Churchill College > Cambridge, CB3 0DS > U.K. E-Mail: [EMAIL PROTECTED] > ------------------------------------------------------------------------------- > > Received: (qmail 15222 invoked by uid 802); 27 Feb 1997 22:40:40 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 15218 invoked from network); 27 Feb 1997 22:40:39 -0000 Received: from ariel.igeofcu.unam.mx ([EMAIL PROTECTED]) by master.debian.org with SMTP; 27 Feb 1997 22:40:09 -0000 Received: (from [EMAIL PROTECTED]) by ariel.igeofcu.unam.mx (8.8.5/8.8.5) id QAA09611; Thu, 27 Feb 1997 16:32:05 -0600 Date: Thu, 27 Feb 1997 16:32:05 -0600 Message-Id: <[EMAIL PROTECTED]> From: Graeme Stewart <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: debian-user@lists.debian.org In-reply-to: <[EMAIL PROTECTED]> ([EMAIL PROTECTED]) Subject: Re: Lilo query Reply-to: [EMAIL PROTECTED] >>>>> "G" == G Kapetanios <[EMAIL PROTECTED]> writes: G> Hi, G> I have a debian system at my office . Since I set it up I have G> been booting using the boot disk. However I decided to try G> using lilo. So I got the program by nfs. I created the G> following script for lilo.conf G> boot=/dev/hda3 G> root=/dev/hda3 [snip] Try boot=/dev/hda This will install lilo on the master boot record of the disk. It would seem that at the moment the MBR is just handing off to DOS. Hope that helps, Graeme -- | Graeme A Stewart, pgp public key finger [EMAIL PROTECTED] | | Key fingerprint = AF C7 BF A4 52 D5 3C 3B 17 A5 62 43 DA 15 E8 97 | | "Keep a good head, and always carry a lightbulb." Dylan | Received: (qmail 16592 invoked by uid 802); 27 Feb 1997 22:56:07 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 16590 invoked from network); 27 Feb 1997 22:56:06 -0000 Received: from golem.pixar.com (138.72.27.59) by master.debian.org with SMTP; 27 Feb 1997 22:56:06 -0000 Received: by golem.pixar.com (Smail3.1.29.1 #2) id m0w0EbH-00MDyiC; Thu, 27 Feb 97 14:46 PST Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 97 14:46 PST From: [EMAIL PROTECTED] (Bruce Perens) To: debian-devel@lists.debian.org, Kevin Dalley <[EMAIL PROTECTED]> Subject: Re: default shell for nobody, once was /bin/true Reply-To: Bruce Perens <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> I think the problem is that "su" should use $SHELL or /bin/sh if that's not set, and not even look at the default shell of the user you are su-ing to unless given a flag that says to do so. I think the way it's done today is a mistake, because it leaves the system administrator running some random program (hopefully an interactive shell) when he or she really meant only to assume a user's access rights, not their entire environment. I think we should develop a consensus on this point and fix the program. Bruce From: Kevin Dalley <[EMAIL PROTECTED]> ! Date: 27 Feb 1997 08:53:16 -0800 ! In-Reply-To: [EMAIL PROTECTED]'s message of Tue, 18 Feb 1997 22:59:08 +1100 (EST) ! Message-Id: <[EMAIL PROTECTED]> ! Lines: 24 ! X-Mailer: Gnus v5.2.25/XEmacs 19.14 ! Status: R ! ! [EMAIL PROTECTED] writes: ! ! > ! > Bruce Perens typed: ! > > From: Kevin Dalley <[EMAIL PROTECTED]> ! > > > The updatedb cron.daily job runs "su -c command nobody", which works ! > > > fine with /bin/sh as the login shell, but fails with /bin/true. ! > > ! > > The reason is that "su" uses the login shell for the su-ed user from ! > > /etc/passwd . I had users who should never have been able to log in ! > > using /bin/true as a shell so that if somehow they did log in they'd ! > > be logged out immediately (true's only function is to exit with 0 status). ! > > This broke "su", so I had to change those login shells to /bin/sh . ! > ! > Can't you use "su -c command -s /bin/sh nobody" ? ! > ! ! In theory, yes. However, "-s" is not a standard su command line ! argument, though it is available on our system. I prefer to try a ! command that will work with most su implementations -- Bruce Perens K6BP [EMAIL PROTECTED] 510-215-3502 Finger [EMAIL PROTECTED] for PGP public key. PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6 1F 89 6A 76 95 24 87 B3 Received: (qmail 17096 invoked by uid 802); 27 Feb 1997 23:03:43 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 17091 invoked from network); 27 Feb 1997 23:03:39 -0000 Received: from wnet.telnet.com.br (HELO wnet.brworld.com.br) (200.246.118.18) by master.debian.org with SMTP; 27 Feb 1997 23:03:33 -0000 Received: from default by wnet.brworld.com.br (SMI-8.6/SMI-SVR4) id TAA14472; Thu, 27 Feb 1997 19:52:35 -0300 Message-Id: <[EMAIL PROTECTED]> From: "Alexander Gieg" <[EMAIL PROTECTED]> To: "=?ISO-8859-1?Q?Usu=E1rios_Debian?=" <debian-user@lists.debian.org> Subject: Where is the "League for Programming Freedom"? Date: Thu, 27 Feb 1997 17:03:04 -0300 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I know it's not a Debian quetion, but I don't have access to Usenet, and don't know where I can ask for this. When I search for "League for Programming Freedom" in Altavista, Infoseek, Yahoo! etc., they all send me to http://www.lpf.org/ But this host hasn't a DNS entry! Anyone know their IP address, or where can I find these guys? I was trying for two weeks, in two ISPs, and with a 2 Mbps (E1) line, and nothing happens... :-( Thanks in advance. Alexander Gieg =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= By: Alexander Gieg E-mail: [EMAIL PROTECTED] URL: http://www.geocities.com/TimesSquare/3222 IRC: AlexG =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= There will be a time in which *all* the computers in the Earth will be using Linux! Amen! Received: (qmail 17125 invoked by uid 802); 27 Feb 1997 23:03:46 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 17122 invoked from network); 27 Feb 1997 23:03:45 -0000 Received: from wnet.telnet.com.br (HELO wnet.brworld.com.br) (200.246.118.18) by master.debian.org with SMTP; 27 Feb 1997 23:03:43 -0000 Received: from default by wnet.brworld.com.br (SMI-8.6/SMI-SVR4) id TAA14474; Thu, 27 Feb 1997 19:52:39 -0300 Message-Id: <[EMAIL PROTECTED]> From: "Alexander Gieg" <[EMAIL PROTECTED]> To: "=?ISO-8859-1?Q?Usu=E1rios_Debian?=" <debian-user@lists.debian.org> Subject: Re: Package configuration philosophy Date: Thu, 27 Feb 1997 18:47:33 -0300 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > How about a package that would depend on tools such as menu > and friends that would configure a system - it could be > called 'configure' or, to stay in your analogy of bones, > "flesh". (or "flash"). Or maybe not depend on packages at > all, but determining dynamically what packages are on the > system and present defaults accordingly. > > This package would: (...) *All* of this, except those things about default prompts, are done by the LinuxConf project, a very cool system manager for Linux. See at: http://www.solucorp.qc.ca/linuxconf/ It seems that someone is packaging LinuxConf. This software can also take care of the Linux's boot process, but the Debian developers seems don't know about it... :-( Alexander Gieg =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= By: Alexander Gieg E-mail: [EMAIL PROTECTED] URL: http://www.geocities.com/TimesSquare/3222 IRC: AlexG =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= There will be a time in which *all* the computers in the Earth will be using Linux! Amen! Received: (qmail 25186 invoked by uid 802); 27 Feb 1997 23:24:05 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 25184 invoked from network); 27 Feb 1997 23:24:04 -0000 Received: from uclink4.berkeley.edu (128.32.155.12) by master.debian.org with SMTP; 27 Feb 1997 23:24:04 -0000 Received: from uclink2.berkeley.edu (uclink2.berkeley.edu [128.32.136.72]) by uclink4.berkeley.edu (8.8.4/8.6.12) with ESMTP id PAA13248; Thu, 27 Feb 1997 15:16:37 -0800 (PST) Received: from localhost ([EMAIL PROTECTED]) by uclink2.berkeley.edu (8.8.4/8.6.12) with SMTP id PAA20672; Thu, 27 Feb 1997 15:12:57 -0800 Date: Thu, 27 Feb 1997 15:12:56 -0800 (PST) From: William Chow <[EMAIL PROTECTED]> To: "G. Kapetanios" <[EMAIL PROTECTED]> cc: debian-user@lists.debian.org Subject: Re: Lilo query In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Feb 1997, G. Kapetanios wrote: > > Hi, > > I have a debian system at my office . Since I set it up I have been > booting > using the boot disk. However I decided to try using lilo. So I got the > program by nfs. I created the following script for lilo.conf > boot=/dev/hda3 > root=/dev/hda3 ^^^^^^^^^^^^^^^^ THIS > compact > install=/boot/boot.b > map=/boot/map > vga=normal > delay=20 > other=/dev/hda1 ^^^^^^^^^^^^^^^^^ Has to be THIS before it can boot. Why? Because when you turn on the computer, the BIOS looks at hda1 before all the other drives. Your BIOS may have the ability to boot off of hda3, but unless you do this, or you tell lilo to use /dev/hda1, Lilo won't install on the boot disk. > label=MsDos > image=/vmlinuz > label=Linux > read-only > > Thn I run /sbin/lilo Everything seemed fine the program said that it added > MsDos and Linux and so I rebooted . But nothing happened and Msdos started > without the lilo prompt. Should I have done something more ??. Sorry for > the > basic question but I would appreciate any help > Thanks > George. Will Received: (qmail 25801 invoked by uid 802); 27 Feb 1997 23:31:02 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 25794 invoked from network); 27 Feb 1997 23:31:02 -0000 Received: from uclink4.berkeley.edu (128.32.155.12) by master.debian.org with SMTP; 27 Feb 1997 23:31:02 -0000 Received: from uclink2.berkeley.edu (uclink2.berkeley.edu [128.32.136.72]) by uclink4.berkeley.edu (8.8.4/8.6.12) with ESMTP id PAA13595; Thu, 27 Feb 1997 15:23:25 -0800 (PST) Received: from localhost ([EMAIL PROTECTED]) by uclink2.berkeley.edu (8.8.4/8.6.12) with SMTP id PAA21580; Thu, 27 Feb 1997 15:17:33 -0800 Date: Thu, 27 Feb 1997 15:17:29 -0800 (PST) From: William Chow <[EMAIL PROTECTED]> To: Joseph Skinner <[EMAIL PROTECTED]> cc: debian-user@lists.debian.org Subject: Re: problems with libg++27 In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Feb 1997, Joseph Skinner wrote: > Hi > > I just tried to install the libg++27 package and found that it seems to > be broken to the point of being unusable. > > It reports that it has installed files that it never installs and only > installs links to those files. > > Is there a working version of this package. > > I've tried libg++27-dev_2.7.2.1-6.deb and libg++27-dev_2.7.2.1-8.deb > and they both have this problem. Don't you have to install libg++ (the regular version) BEFORE you install the development package? The development package installs a couple of symlinks so that ld will work along with a couple header files. I've installed the packages without problems. > > Joe. > > ps I've checked the contents of the packages and the required files are > not there although they claim to have been installed The symlinks have to do with ld. Try compiling a program without the .so symlinks, and see how far you get :) I'm not quite sure if this is a dependency problem? Will Received: (qmail 26094 invoked by uid 802); 27 Feb 1997 23:34:06 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 26092 invoked from network); 27 Feb 1997 23:34:06 -0000 Received: from lix.polytechnique.fr (129.104.11.2) by master.debian.org with SMTP; 27 Feb 1997 23:34:05 -0000 Received: from jazz.pontchartrain.fr ([EMAIL PROTECTED]) by lix.polytechnique.fr (w.x.y/w.x.y) with ESMTP id AAA05057 for <debian-user@lists.debian.org>; Fri, 28 Feb 1997 00:26:37 +0100 (MET) Received: (from [EMAIL PROTECTED]) by jazz.pontchartrain.fr (8.8.4/8.8.4) id AAA01227 for debian-user@lists.debian.org; Fri, 28 Feb 1997 00:31:23 +0100 From: Eric Delaunay <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> Subject: network problem To: debian-user@lists.debian.org Date: Fri, 28 Feb 1997 00:31:22 +0100 (MET) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hello, one of my Debian systems shows a strange behavior about network. After I upgraded it with some packages taken from Debian 1.2.7, I can no more login, by rlogin, to it from another full 1.2.2 system. System isn't fully Debian 1.2 nor pre1.3. It's a 1.1 partially updated to 1.2 for most of the standard packages ;-) > rlogin fmurr.polytechnique.fr fmurr.polytechnique.fr: Address already in use (fmurr is my partially upgraded system and I try to login from a Debian-1.2.2 system). Hopefully telnet doesn't have this problem. It works without any trouble. However ftp is also broken: > ftp fmurr.polytechnique.fr Connected to fmurr.polytechnique.fr. 421 Service not available, remote server has closed connection ftp> Packages upgraded are: netbase to 2.09-1 netstd to 2.12-1. I also run libc5 5.4.20-1 if it can help. Furthermore, I have had to reboot it few hours after upgrade because ncftp segfaulted each time I tried to use it :-( I also upgraded ncftp to 2.4.2-1 before the reboot but it didn't resolved this problem just changed error message from "segfault" to "Illegal instruction" ;-( I ran gdb to trace the error and found it came from getsockname function in libc. However I have no idea how to fix this problem. It seems there is a bug either in the network packages or libc, but I don't have access to previous versions of these package to do a test. Any pointer? PS: I can rlogin from SunOS or Solaris as well as another Debian 1.1 box (running libc 5.4.13, netbase 2.06-1, netstd 2.08-1) so it seems this is a problem with recent package updates. -- Eric Delaunay | "La guerre justifie l'existence des militaires. [EMAIL PROTECTED] | En les supprimant." Henri Jeanson (1900-1970) Received: (qmail 26529 invoked by uid 802); 27 Feb 1997 23:40:18 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 26527 invoked from network); 27 Feb 1997 23:40:17 -0000 Received: from ppp20.anni.quicklink.net (HELO gtech) (205.241.144.29) by master.debian.org with SMTP; 27 Feb 1997 23:40:17 -0000 Received: from localhost by gtech with smtp id m0w0FFL-0007z6C (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 17:28:19 -0600 (CST) Date: Thu, 27 Feb 1997 17:28:18 -0600 (CST) From: Gith <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] To: "G. Kapetanios" <[EMAIL PROTECTED]> cc: debian-user@lists.debian.org Subject: Re: Lilo query In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Feb 1997, G. Kapetanios wrote: > > program by nfs. I created the following script for lilo.conf > boot=/dev/hda3 > root=/dev/hda3 > compact > install=/boot/boot.b > map=/boot/map > vga=normal > delay=20 prompt <----------------------- add this > other=/dev/hda1 > label=MsDos > image=/vmlinuz > label=Linux > read-only > --------------------------------------------------------------------- Willie Daniel [EMAIL PROTECTED] http://users.quicklink.net/~gith/ --------------------------------------------------------------------- Received: (qmail 28460 invoked by uid 802); 28 Feb 1997 00:10:53 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 28457 invoked from network); 28 Feb 1997 00:10:52 -0000 Received: from mojo.calyx.net ([EMAIL PROTECTED]) by master.debian.org with SMTP; 28 Feb 1997 00:10:52 -0000 Received: from localhost ([EMAIL PROTECTED]) by mojo.calyx.net (8.7.5/8.7.3) with SMTP id TAA15713; Thu, 27 Feb 1997 19:03:10 -0500 (EST) Date: Thu, 27 Feb 1997 19:03:10 -0500 (EST) From: "Brian S. Julin" <[EMAIL PROTECTED]> To: debian-user@lists.debian.org cc: Nils Rennebarth <[EMAIL PROTECTED]> Subject: Re: Netscape 4.0b2 out, any success? In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 25 Feb 1997, Nils Rennebarth wrote: > On Mon, 24 Feb 1997, David Puryear wrote: > >If anyone finds way to make java work without causing bus error, please let > >me > >know. > Did you try out using old version of the pixmap library? > > I have libXpm.so.4.6 in /usr/lib/netscape/lib, and a symbolic link > libXpm.so.4 pointing to it. Then I start netscape with > > LD_PRELOAD=/usr/lib/netscape/lib/libXpm.so.4 MALLOC_CHECK_=0 \ > exec /usr/lib/netscape/netscape "$@" Hmm. NetScape Messanger still crashes. It crashes on Win3.11 too, but only when trying IMAP. I have it set up for POP which works fine on 3.11. Everything else is running great (and not too slow I must say -- I was expecting worse) Well, actually I haven't tried java or Collabra yet. Composer works, though. It may be that my ld.so does not seem to support ELF LD_PRELOAD anymore. The manpage calls it an "a.out" ld.so and only mentions LD_AOUT_PRELOAD. I take this to mean that ELF binaries no longer need ld.so, but how do I get my libXpm.so.4.6 to load and override the definitions in the other so's? All crashes have been "bus error"s. Also, NetScape takes about 5 minutes to start if you have mime-support installed. It seems to run /bin/sh for every entry in /etc/mailcap and it doesn't like what it finds in there at all. Eventually after spewing a bunch of error messages, it settles down and runs. I've had to temporarily delete /etc/mailcap to make it bearable. -- Brian S. Julin Received: (qmail 4179 invoked by uid 802); 28 Feb 1997 00:34:23 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 4176 invoked from network); 28 Feb 1997 00:34:22 -0000 Received: from pilot21.cl.msu.edu (35.9.5.31) by master.debian.org with SMTP; 28 Feb 1997 00:34:21 -0000 Received: from pfaff ([EMAIL PROTECTED] [35.9.8.189]) by pilot21.cl.msu.edu (8.7.5/MSU-2.10) id TAA62492; Thu, 27 Feb 1997 19:26:50 -0500 Received: by pfaff id m0w0G2m-0002l2C (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 19:19:04 -0500 (EST) Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 19:19:04 -0500 (EST) From: Ben Pfaff <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] CC: debian-devel@lists.debian.org In-reply-to: <[EMAIL PROTECTED]> (message from Martin Alonso Soto Jacome on Thu, 27 Feb 1997 11:47:15 -0500) Subject: Re: Possible framework for `debmake replacement' Reply-to: [EMAIL PROTECTED] >[EMAIL PROTECTED] wrote: >> However, there's no way for a `autoconf'-type tool to know where these >> things go automatically, unless it can somehow guess them from reading >> the source Makefile. I've come up with two possible solutions: > >I just don't understand why. You can write your m4 macros in a way >such that they put the code needed for detecting file locations and >the like inside debian/rules. That is more or less like copying the >particular portions of debstd to debian/rules itself, so that they do >their work from there instead of doing it from a separated script. It >seems to me that's what a compiler is all about: don't do the thing >right now, just generate the code to do it later. All I mean is that in order to know what the Makefile installs, you have to actually run the Makefile. -- Ben Pfaff <[EMAIL PROTECTED]> 12167 Airport Rd, DeWitt MI 48820, USA PGP public key and home page at http://www.msu.edu/user/pfaffben Received: (qmail 4756 invoked by uid 802); 28 Feb 1997 00:42:07 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 4754 invoked from network); 28 Feb 1997 00:42:04 -0000 Received: from cs.huji.ac.il (132.65.16.10) by master.debian.org with SMTP; 28 Feb 1997 00:41:59 -0000 Received: from vafla.cs.huji.ac.il by cs.huji.ac.il with SMTP id AA04178 (5.67b/HUJI 4.153 for <debian-user@lists.debian.org>); Thu, 27 Feb 1997 23:56:11 +0200 Date: Thu, 27 Feb 1997 23:55:56 +0200 (IST) From: Vadim Vygonets <[EMAIL PROTECTED]> To: "G. Kapetanios" <[EMAIL PROTECTED]> Cc: debian-user@lists.debian.org Subject: Re: Lilo query In-Reply-To: <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Feb 1997, G. Kapetanios wrote: > However I decided to try using lilo. So I got the program by nfs. I > created the following script for lilo.conf > boot=/dev/hda3 > root=/dev/hda3 [snip] > But nothing happened and Msdos started without the lilo > prompt. Should I have done something more ??. Sorry for the basic > question but I would appreciate any help Yeah, the question is basic for those who know the answer. You installed LILO on the Linux (/dev/hda3) partition boot sector, not on the MBR (/dev/hda). So run either MS-DOS or Linux fdisk and change the bootable partition to /dev/hda3. Then reboot and may God be with you. Vadik. -- Vadim Vygonets [EMAIL PROTECTED] Sysadmin? Me?! Naah... I think that I shall never see a poem as lovely as a binary tree. Received: (qmail 5761 invoked by uid 802); 28 Feb 1997 00:52:56 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 5759 invoked from network); 28 Feb 1997 00:52:56 -0000 Received: from itchy.serv.net (205.153.153.233) by master.debian.org with SMTP; 28 Feb 1997 00:52:56 -0000 Received: from localhost ([EMAIL PROTECTED]) by itchy.serv.net (8.8.3/8.6.12) with SMTP id QAA01590 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 16:45:42 -0800 (PST) Date: Thu, 27 Feb 1997 16:45:42 -0800 (PST) From: Mary Conner <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: Re: first installation, network problem In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Feb 1997, Robert D. Hilliard wrote: > I can't understand why ping can work without an accessible > nameserver while finger can't, but making /etc/resolv.conf world > readable solved the problem. Perhaps ping runs as root and finger > runs as the user that invoked it. Exactly. Ping (and traceroute, incidentally) must be setuid root in order to send ICMP packets. Received: (qmail 7232 invoked by uid 802); 28 Feb 1997 01:11:06 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 7230 invoked from network); 28 Feb 1997 01:11:06 -0000 Received: from bucky.win.bright.net ([EMAIL PROTECTED]) by master.debian.org with SMTP; 28 Feb 1997 01:11:03 -0000 Received: from hasler (elk3-cs-5.win.bright.net [208.140.3.40]) by bucky.win.bright.net (8.8.5/8.8.5) with SMTP id TAA22501 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 19:04:41 -0600 (CST) Received: by hasler (Smail3.1.29.1 #37) id m0w0G7j-0008XgC; Thu, 27 Feb 97 18:24 CST To: debian-user@lists.debian.org Subject: Re: Why is PPP so screwed up!?!?! References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] Date: 27 Feb 1997 18:24:30 -0600 In-Reply-To: "Jens B. Jorgensen"'s message of Thu, 27 Feb 1997 16:22:39 GMT Message-ID: <[EMAIL PROTECTED]> Lines: 20 X-Mailer: Gnus v5.3/Emacs 19.31 Jens B. Jorgensen writes: > Personally, I'd like to put the time in to create a great X setup program > for PPP... Not X. Do that and you'll just have people who can't get ppp up because they can't get X up, and can't get help with X because they can't get ppp up. Give them a simple menu with a modest number of choices, one of which is "I'm a guru with a big hairy network. Get out of my way and let me do it myself". It seems to me that most such setup programs try to be too general, with a bias toward the most complex systems. That is backwards. Those most likely to need such programs are likely to have the simplest, most common systems. The guys with the hairy setups are probably gurus, and your setup program probably can't help them anyhow. -- John Hasler This posting is in the public domain. [EMAIL PROTECTED] Do with it what you will. Dancing Horse Hill Make money from it if you can; I don't mind. Elmwood, Wisconsin Do not send email advertisements to this address. Received: (qmail 7605 invoked by uid 802); 28 Feb 1997 01:15:08 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 7602 invoked from network); 28 Feb 1997 01:15:08 -0000 Received: from mail.virginia.edu (128.143.2.9) by master.debian.org with SMTP; 28 Feb 1997 01:15:07 -0000 Received: from weyl.math.virginia.edu by mail.virginia.edu id aa11198; 27 Feb 97 20:07 EST Received: (from [EMAIL PROTECTED]) by weyl.math.Virginia.EDU (8.7.6/8.6.6) id UAA30534 for debian-devel@lists.debian.org; Thu, 27 Feb 1997 20:07:40 -0500 Date: Thu, 27 Feb 1997 20:07:40 -0500 From: Kirk Hilliard <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: debian-devel@lists.debian.org Subject: Status of socks clients package? The "Packages that someone is working on" section of Sven Rudolph's "Work-Needing and Prospective Packages" FAQ includes the lines: Todd Graham Lewis [EMAIL PROTECTED] : o Kerberos ver. V (crypto) (non-US maintainer still needed) o socks I have sent several notes to Mr. Lewis but have received no replies. Does anyone here know what the status of the socks package is? If no one else is working on it, I would like to put together a package of socksified clients. I would like to see a socksified rftp, for example, that is identical to the Debian ftp in all other respects, as opposed to the rftp that comes with the socks-5 software. I am quite unsure how it should all be packaged. Should it all be part of a single socks clients package, should there be a different socksified client package for every different normal package for which socksified clients exist, or should the socksified clients simply be part of the normal package? Is there anyone here who want to tackle this one with me? Kirk Hilliard Received: (qmail 8158 invoked by uid 802); 28 Feb 1997 01:19:41 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 8155 invoked from network); 28 Feb 1997 01:19:41 -0000 Received: from ns1.waw.com (HELO odin.waw.com) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 28 Feb 1997 01:19:40 -0000 Received: (from [EMAIL PROTECTED]) by odin.waw.com (8.7.3/8.7.3/waw) id CAA23737; Fri, 28 Feb 1997 02:15:02 +0100 Date: Fri, 28 Feb 1997 02:15:02 +0100 (GMT+0100) From: Vincent Renardias <[EMAIL PROTECTED]> To: Paul Haggart <[EMAIL PROTECTED]> cc: debian-devel@lists.debian.org Subject: Re: Bug#7674: tin: Tin grossly out of date In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Feb 1997, Paul Haggart wrote: > On Wed, 26 Feb 1997, Scott K. Ellis wrote: > > > This is an unofficial release, but seems to have a number of useful > > features, and is updated more often. Could we get this packaged? > > If the tin package has been abandoned, I'd like to volunteer to package > it. I compile all the new unoff versions here (privately) anyway, so it's > no big stretch for me to debianize it. Asked Kenny Wickstrom (the current maintainer of tin), and he told he's overworked and he's willing to give away the package. So I guess you can take it. (please email him before to do so) Cordialement, -- - ** Linux ** +-------------------+ ** WAW ** - - [EMAIL PROTECTED] | RENARDIAS Vincent | [EMAIL PROTECTED] - - Debian/GNU Linux +-------------------+ http://www.waw.com/ - - http://www.debian.org/ | WAW (33) 4 91 81 21 45 - - | Luminy (33) 4 91 82 85 32 - --------------------------------------------------------------------------- Received: (qmail 15528 invoked by uid 802); 28 Feb 1997 01:28:07 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 15523 invoked from network); 28 Feb 1997 01:28:06 -0000 Received: from siva.taz.net.au ([EMAIL PROTECTED]) by master.debian.org with SMTP; 28 Feb 1997 01:27:45 -0000 Received: from localhost ([EMAIL PROTECTED]) by siva.taz.net.au (8.8.5/8.8.5) with SMTP id MAA02169; Fri, 28 Feb 1997 12:19:29 +1100 Date: Fri, 28 Feb 1997 12:19:29 +1100 (EST) From: Craig Sanders <[EMAIL PROTECTED]> To: "G. Kapetanios" <[EMAIL PROTECTED]> cc: debian-user@lists.debian.org Subject: Re: Lilo query In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> X-No-Junk-Mail: Do not send me junk mail under any circumstances MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 27 Feb 1997, G. Kapetanios wrote: > I have a debian system at my office . Since I set it up I have been > booting using the boot disk. However I decided to try using lilo. So I > got the program by nfs. I created the following script for lilo.conf > boot=/dev/hda3 This line puts the LILO boot record on the boot record of partition /dev/hda3 rather than on the Master Boot Record (MBR) for /dev/hda For this to work, you must have the mbr package installed, which installs an MBR which will work with LILO setup like this. So, your choices are: 1. install the mbr package and let it overwrite the disk's MBR. 2. change lilo.conf so that 'boot=/dev/hda'. You'll probably need to boot with the Rescue floppy before you can do either of these :-) Before you change anything, however, read the documentation for LILO and the mbr package. These are useful, but potentially dangerous tools. > root=/dev/hda3 > compact > install=/boot/boot.b > map=/boot/map > vga=normal > delay=20 > other=/dev/hda1 > label=MsDos > image=/vmlinuz > label=Linux > read-only > > Thn I run /sbin/lilo Everything seemed fine the program said that it > added MsDos and Linux and so I rebooted . But nothing happened and > Msdos started without the lilo prompt. Should I have done something > more ??. Sorry for the basic question but I would appreciate any help Craig Received: (qmail 15692 invoked by uid 802); 28 Feb 1997 01:30:03 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 15690 invoked from network); 28 Feb 1997 01:30:03 -0000 Received: from ns1.waw.com (HELO odin.waw.com) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 28 Feb 1997 01:30:02 -0000 Received: (from [EMAIL PROTECTED]) by odin.waw.com (8.7.3/8.7.3/waw) id CAA24042; Fri, 28 Feb 1997 02:25:16 +0100 Date: Fri, 28 Feb 1997 02:25:16 +0100 (GMT+0100) From: Vincent Renardias <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: debian-devel <debian-devel@lists.debian.org> Subject: [maintainer wanted] Bug#7673: mc can't view *.deb In-Reply-To: <"uuZ-E.0.9x1.mZ75p"@master.debian.org> Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Feb 1997 [EMAIL PROTECTED] wrote: > Will a more updated version of mc be on time for Debian 1.3? > The present Debian one is still mc-3.2.1 compared to the > 3.5.18. I emailed its maintainer (Fernando Alegre <[EMAIL PROTECTED]>) about 1 week ago about it, and still have no reply from him. Due to the fact this package has 16 reported bugs, some of them outstanding since 300 days, I think a bugfix release is welcome... <QA Manager Mode ON> Is there someone willing to do it? (I'll try to take care of this if no one volunteer before this WE) <QA Manager Mode OFF> Cordialement, -- - ** Linux ** +-------------------+ ** WAW ** - - [EMAIL PROTECTED] | RENARDIAS Vincent | [EMAIL PROTECTED] - - Debian/GNU Linux +-------------------+ http://www.waw.com/ - - http://www.debian.org/ | WAW (33) 4 91 81 21 45 - - | Luminy (33) 4 91 82 85 32 - --------------------------------------------------------------------------- Received: (qmail 16374 invoked by uid 802); 28 Feb 1997 01:37:06 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 16369 invoked from network); 28 Feb 1997 01:37:04 -0000 Received: from unknown (HELO jane.penn.com) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 28 Feb 1997 01:37:03 -0000 Received: from clark (nport16.penn.com [208.0.122.125]) by jane.penn.com (8.8.5/8.8.5) with SMTP id UAA16081; Thu, 27 Feb 1997 20:29:36 -0500 Sender: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 20:29:05 -0500 From: Bob Clark <[EMAIL PROTECTED]> X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.27 i586) MIME-Version: 1.0 To: Scott Stanley <[EMAIL PROTECTED]> CC: Debian-User <debian-user@lists.debian.org> Subject: Re: dselect and lprng... References: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Scott, The message "Nothing to get" simply means that dselect found the package already on your system. Go ahead and install and it should work. Then you'll be give the option to delete the package file. --Bob Scott Stanley wrote: > > I was just trying to download and install the lprng package from stable > using dselect 1.4.0.7 with the ftp Access method. Basically, I went into > Select, and selected the package lprng (I got the dependencies window > saying lprng recommended magicfilter, but I did not select magicfilter). > > The select menu item for lprng looks like; > > _* Opt net lprng <none> 2.4.2-1 lpr/lpd printer spooling > > When I exit (pressing Enter) and Install, I get > > ---------------------------------------------------------- > Processing status file... > > Processing Package files... > stable... > contrib... > non-free... > > Constructing list of files to get... > > Approximate total space required: 0k > Available space in ../../../../../dosc/Debian/1.2: 235632k > Nothing to get. > Processing downloaded files...(for corrupt/old/partial) > ------------------------------------------------------------ > > Nothing to get??? If I go back into the Select option after this aborted > attempt, it still says I want to install lprng, just like is shown > above. Seems like I must be doing something silly, I just can't figure > out what.... > > Any help is appreciated. > > Scott Received: (qmail 17111 invoked by uid 802); 28 Feb 1997 01:45:24 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 17108 invoked from network); 28 Feb 1997 01:45:22 -0000 Received: from bucky.win.bright.net ([EMAIL PROTECTED]) by master.debian.org with SMTP; 28 Feb 1997 01:45:21 -0000 Received: from hasler (elk2-cs-9.win.bright.net [208.140.3.27]) by bucky.win.bright.net (8.8.5/8.8.5) with SMTP id TAA26714 for <debian-user@lists.debian.org>; Thu, 27 Feb 1997 19:39:03 -0600 (CST) Received: by hasler (Smail3.1.29.1 #37) id m0w0GeK-0008XjC; Thu, 27 Feb 97 18:58 CST To: debian-user@lists.debian.org Subject: Re: Package configuration philosophy References: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] Date: 27 Feb 1997 18:58:11 -0600 In-Reply-To: "Robert D. Hilliard"'s message of Thu, 27 Feb 1997 16:44:20 GMT Message-ID: <[EMAIL PROTECTED]> Lines: 12 X-Mailer: Gnus v5.3/Emacs 19.31 Robert D. Hilliard writes: > Unless you made the package it probably wouldn't suit your preferences > for prompts, aliases, etc. I'm sure I wouldn't be happy with someone > else's customization. Such a package (better yet, a choice of several) would be great for new users who don't have any preferences yet. -- John Hasler This posting is in the public domain. [EMAIL PROTECTED] Do with it what you will. Dancing Horse Hill Make money from it if you can; I don't mind. Elmwood, Wisconsin Do not send email advertisements to this address. Received: (qmail 17995 invoked by uid 802); 28 Feb 1997 01:55:58 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 17993 invoked from network); 28 Feb 1997 01:55:57 -0000 Received: from unknown (HELO jane.penn.com) ([EMAIL PROTECTED]) by master.debian.org with SMTP; 28 Feb 1997 01:55:55 -0000 Received: from clark (nport16.penn.com [208.0.122.125]) by jane.penn.com (8.8.5/8.8.5) with SMTP id UAA18836; Thu, 27 Feb 1997 20:48:19 -0500 Sender: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 1997 20:47:45 -0500 From: Bob Clark <[EMAIL PROTECTED]> X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.27 i586) MIME-Version: 1.0 To: "G. Kapetanios" <[EMAIL PROTECTED]> CC: debian-user@lists.debian.org Subject: Re: Lilo query References: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit G. Kapetanios wrote: > > Hi, > > I have a debian system at my office . Since I set it up I have been > booting > using the boot disk. However I decided to try using lilo. So I got the > program by nfs. I created the following script for lilo.conf > boot=/dev/hda3 ^^^^^^^^^ Change this to /dev/hda run lilo and reboot. This will install the boot record properly. BTW you may want to cd to /boot and run lilo -u /dev/hda3 if there is a file called boot.0303 in /boot. That will restore the boot sector of hda3 with its original contents which were overwritten when you ran lilo with your current lilo.conf file. > root=/dev/hda3 > compact > install=/boot/boot.b > map=/boot/map > vga=normal > delay=20 > other=/dev/hda1 > label=MsDos > image=/vmlinuz > label=Linux > read-only > > Thn I run /sbin/lilo Everything seemed fine the program said that it added > MsDos and Linux and so I rebooted . But nothing happened and Msdos started > without the lilo prompt. Should I have done something more ??. Sorry for > the > basic question but I would appreciate any help > Thanks > George. > > ------------------------------------------------------------------------------- > George Kapetanios > Churchill College > Cambridge, CB3 0DS > U.K. E-Mail: [EMAIL PROTECTED] > ------------------------------------------------------------------------------- FYI here's a copy of my lilo.conf (note that I have hda4 as my root): boot=/dev/hda root=/dev/hda4 compact install=/boot/boot.b map=/boot/map vga=normal delay=0 #read-only # other = /dev/hda1 table = /dev/hda label = win95 image=/vmlinuz label=debian image = /vmlinuz.old label = linux.old image = /vmlinuz.bkp label = linux.bkp image = /vmlinuz root = /dev/hda3 label = linux Received: (qmail 30571 invoked by uid 802); 28 Feb 1997 02:42:29 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 30564 invoked from network); 28 Feb 1997 02:42:26 -0000 Received: from simula.efis.ucr.ac.cr ([EMAIL PROTECTED]) by master.debian.org with SMTP; 28 Feb 1997 02:42:25 -0000 Received: from localhost ([127.0.0.1]) by simula.efis.ucr.ac.cr with smtp (ident mmagallo using rfc1413) id <[EMAIL PROTECTED]> (Debian Smail-3.2 1996-Jul-4 #2); Thu, 27 Feb 1997 20:34:08 -0600 (CST) Date: Thu, 27 Feb 1997 20:34:07 -0600 (CST) From: Marcelo Magallon <[EMAIL PROTECTED]> Reply-To: Marcelo Magallon <[EMAIL PROTECTED]> To: Debian Users <debian-user@lists.debian.org> Subject: teTeX kind of broken Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, I'm having some trouble installing teTeX. I did solve this; I'm reporting this mainly because people upgrading from 1.2 to 1.3 are likely to encounter this, too. Using dselect one finds that teTeX has replaced all the TeX files in Debian, but when installing files one gets for example: dpkg: regarding .../tex/tetex-extra_0.4pl6-2.deb containing tetex-extra: tetex-extra conflicts with kpathsea kpathsea (version 2.6-2) is installed. kpathsea provides kpathsea and is installed. The obvious solution is to remove all TeX files conflicting with teTeX before installing teTeX, but this is not "user friendly", "nice", "cool", etc. When removing latex (using deselect) one gets: Removing latex ... Removing latex format(s) using install-fmt-base(8) /var/lib/dpkg/info/latex.prerm: install-fmt-base: command not found dpkg: error processing latex (--remove): subprocess pre-removal script returned error exit status 127 Building new latex format(s) using install-fmt-base(8) dpkg: error while cleaning up: subprocess post-installation script returned error exit status 127 The wierd thing is that "dpkg --remove latex" works... Also, LyX recommends latex, but none of the teTeX packages "provides" it (it is *included* in teTeX-base, I think). And there are similar problems with xypic, and stuff like that. Cheers, Marcelo Received: (qmail 32006 invoked by uid 802); 28 Feb 1997 02:58:10 -0000 Delivered-To: [EMAIL PROTECTED] Received: (qmail 32003 invoked from network); 28 Feb 1997 02:58:09 -0000 Received: from golem.pixar.com (138.72.27.59) by master.debian.org with SMTP; 28 Feb 1997 02:58:09 -0000 Received: by golem.pixar.com (Smail3.1.29.1 #2) id m0w0INL-00MEw3C; Thu, 27 Feb 97 18:48 PST Message-Id: <[EMAIL PROTECTED]> Date: Thu, 27 Feb 97 18:48 PST From: [EMAIL PROTECTED] (Bruce Perens) To: Manoj Srivastava <[EMAIL PROTECTED]>, =?iso-8859-1?Q?Nicol=E1s_Lichtmaier?= <[EMAIL PROTECTED]> Subject: Re: Possible framework for `debmake replacement' Cc: debian-devel@lists.debian.org Reply-To: Bruce Perens <[EMAIL PROTECTED]> I too am dubious about the "compiler" form of deb-make replacement. The problem is that it does not catch up as policy changes. It would be very difficult to make a "compiler" form of rules builder that would automaticaly incorporate policy changes into existing packages as deb-make often does. Once you edit the generated script, you don't want to send it back through the tool again and lose your changes. I would prefer to see a run-time hueristic something like debstd with much more fine control over overrides. Thanks Bruce -- Bruce Perens K6BP [EMAIL PROTECTED] 510-215-3502 Finger [EMAIL PROTECTED] for PGP public key. PGP fingerprint = 88 6A 15 D0 65 D4 A3 A6 1F 89 6A 76 95 24 87 B3