Linux-Misc Digest #988, Volume #23 Wed, 29 Mar 00 12:13:03 EST
Contents:
Re: Which RDBMS would you choose? (Manfred Jainz)
Re: How to install the SYM53C8xxx driver with Redhat 6.1? ("Mark Johnson")
Re: Precision of Linux's libm??? (Gordon Haverland)
Re: How do I make shared libraries? ("Marc E. Christensen")
Re: ld missing C++ library (James Silverton)
re: pppd non-root access (Gary Krupa)
Re: XWindows (Jens Grivolla)
Re: Real player 7 on SuSE (6.2) (Philipp Maier)
Re: Help w/grep,sed to fix CR/LF problem from MS file... (Johan Kullstam)
Re: I need gcc-2.7.2 (Johan Kullstam)
Re: Help w/grep,sed to fix CR/LF problem from MS file... (Andreas Kahari)
Re: Figuring out DayTime (Harvey Taylor)
Re: HELP! Can't reboot w/ new glibc! (Jean-Sebastien Morisset)
Re: Soundblaster Live problem (dribbles)
Editing MIME types ... ("Jim Morrissey")
Re: Linux Took Over My Hard Disk? (Leonard Evens)
Re: I need gcc-2.7.2 (Paul Kimoto)
frequent crashes related to kswapd "kernel paging request" (paul)
Re: Linux Took Over My Hard Disk? (Gerald Willmann)
SSH authentication ? ([EMAIL PROTECTED])
Re: recovery from tape (Leonard Evens)
Re: linux-2.3.51 -> linux-2.3.99pre1 (Adam Przybyla)
----------------------------------------------------------------------------
From: Manfred Jainz <[EMAIL PROTECTED]>
Subject: Re: Which RDBMS would you choose?
Date: Wed, 29 Mar 2000 13:56:07 +0200
Dennis Edward wrote:
>
> Oracle just p*d me off again with their palm-out attitude, and I'm (not for
> the first time) considering replacing our Oracle RDBMS with an open-source
> alternative. The two that come to mind are Postgres and Interbase (when the
> source comes out). Since this is for a business setting, things like
> robustness, speed, and transaction/rollback ability are important. Our data
> is less than 10 GB, and read-mostly.
>
> Anyone done anything similar, and care to share some sooth?
>
Have a look at www.mimer.se !
Manfred Jainz
------------------------------
From: "Mark Johnson" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: How to install the SYM53C8xxx driver with Redhat 6.1?
Date: Wed, 29 Mar 2000 07:28:57 -0600
"Jason Byrne" <[EMAIL PROTECTED]> wrote in message
news:30dE4.14668$[EMAIL PROTECTED]...
> From what I recall on a friend's machine... the NCR53C8XX/SYM53C8XX are
> equivalent.
>
> I don't have any hints regarding SCSI cards under Linux - just remember
the
> two devices were equivalent from a *windows* hardware driver perspective.
The two SCSI chips are equivalent, yes. However, the SYM53C8XX *driver*
is of a later vintage and may have fixes the other driver doesn't.
------------------------------
From: Gordon Haverland <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.development.system
Subject: Re: Precision of Linux's libm???
Date: Wed, 29 Mar 2000 06:27:15 -0700
Tom Mitchell wrote:
> On Thu, 17 Feb 2000, Johan Kullstam wrote:
> > From: Johan Kullstam <[EMAIL PROTECTED]>
> > chad <[EMAIL PROTECTED]> writes:
> > > I am looking into doing so molecular modeling on Linux platforms because
> > > they are cost effective. After running some tests, I find errors,
> > > albeit small, in the results as compared to similar tests on SGIs or
> > > SUNs.
[...]
> Any author needs to do some basic numerical analysis of his
> application. As the exponents vary by orders of magnitude
> it matters more and more.
[...]
> Most quant chem classes spend weeks on accuracy and
> precision issues. Build those lessons into your
> applications and test suites. Consider basic numerial
> analysis tests too (call a math guy this is hard stuff).
If you are working with integers, there may be a "correct"
answer, but a soon as you move to floating point you will
find that no answer is "correct", some are just closer
than others. If your problem is important enough, you
might want to do some trial solutions with a multi-precision
math library, or interval arithmetic. So that you can
estimate bounds on accuracy and precision. But don't expect
to
get the same answer on different hardware, heck sometimes
you
don't even get the same answer on the same hardware. Just
changing "string" libraries or compilers can produce changes
in results. (String libraries from different ways of
converting strings to floats.)
Gordon Haverland
#include <disclaimer.h>
------------------------------
From: "Marc E. Christensen" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.system,comp.os.linux.development.apps
Subject: Re: How do I make shared libraries?
Date: Wed, 29 Mar 2000 06:47:43 -0700
"Arthur H. Gold" wrote:
> Make sure that your *.o files are compiled with the -fPIC option to gcc.
> Then link (libyourlib.so) with the options -nostartfiles -shared.
>
> That should get you started.
Thanks a bunch - since I host an official LDP mirror, I should have
checked there first... 8^). Thanks anyway.
> BTW - the whole deal is in the ELF HOWTO (IIRC)
> --
> Artie Gold, Austin, TX (finger the cs.utexas.edu account for more info)
> mailto:[EMAIL PROTECTED] or mailto:[EMAIL PROTECTED]
> --
> A: Look for a lawyer who speaks Aramaic...about trademark infringement.
--
Marc C.
An Official LDP Mirror:
http://www.mecworks.com
------------------------------
From: James Silverton <[EMAIL PROTECTED]>
Subject: Re: ld missing C++ library
Date: Wed, 29 Mar 2000 09:01:30 -0500
Deja User wrote:
>
> In article <[EMAIL PROTECTED]>,
> James Silverton <[EMAIL PROTECTED]> wrote:
> > Deja User wrote:
> > >
>
>
> Hi, Jim:
>
> Just now I followed your advice. g++ works. Thanks a lot. Now I
> can try more complex programs. Just wonder why the compiler doesn't
> complain but the linker (ld) barks. It seems to me that the gcc
> knows the source file is a C++ file (by the cxx extension), then why
> couldn't it forward this message to the linker?
Actually, as Rob Wehrli told me in this group a little while ago, you
have to use g++ to select the right libraries.
Good Luck,
Jim.
------------------------------
From: Gary Krupa <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.networking
Subject: re: pppd non-root access
Date: Wed, 29 Mar 2000 06:16:47 -0800
Reply-To: Gary Krupa <[EMAIL PROTECTED]>
It worked. I substituted my user login name (the one provided by my
ISP) for my own name after the user option, and I could login as a
user other than root.
Thanks for the great suggestion, Bill! Now I have two ways of starting
pppd by a non-root user.
GK
On Mon, 27 Mar 2000, Bill Unruh wrote:
>
> I assume that you are calling out to a remote system, and that you have
> a list of usernames in /etc/ppp/pap-secrets or /etc/ppp/chap-secrets.
> bob * bobolink
> fred * frediewood
>
> You then, with pppd having the suid bit set, run
> /usr/sbin/pppd user bob connect....
>
> To use name, the name option must either be used by root, or be placed
> in a file which is writable only by root-- /etc/ppp/options for example.
>
> >
> > In fact, the pppd man page describes the user option virtually
identically
> > to the name option.
>
> Yes, except name is priviledged. I am still not sure what the difference
> in practice is.
------------------------------
From: Jens Grivolla <[EMAIL PROTECTED]>
Subject: Re: XWindows
Date: Wed, 29 Mar 2000 15:48:06 +0200
On 29 Mar 2000 03:13:24 GMT, [EMAIL PROTECTED] (Carl Fink) wrote:
>The mail program is setuid, and it's owned by some user other than
>you (probably root). You can either use xhost to let anyone local
>run X programs, or chown the mailer to be owned by you.
>
>Look at "man xhost" and "man chown". For info on setuid files,
>"man chmod".
Why would a mail program be setuid? If this was really the case I
would consider this a _major_ security problem and would definitely
want to check my entire system for similar holes, or rather find out
how that could possibly have happened and reinstall the system to be
sure (not a problem since you can just copy your entire configuration
to the new system).
Having program suid root for no reason would lead me to think that the
system is compromised and I would not want to trust my abilities to
find all backdoors that could possibly be there.
Just opening your Xserver to everyone is definitely not the way to go.
Although it does look like a user differing from the one owning the
Xserver is trying to connect I just can't imagine how the mail program
could possibly be suid root.
cu,
Jens
------------------------------
From: Philipp Maier <[EMAIL PROTECTED]>
Subject: Re: Real player 7 on SuSE (6.2)
Date: Wed, 29 Mar 2000 16:32:54 +0000
Reply-To: [EMAIL PROTECTED]
John Scudder wrote:
>
> Philipp Maier wrote:
>
> > John Scudder wrote:
> > >
> > > Does Netscape Radio work for you now? Mine is still silent even though
> > > the volume control shows full volume.
> >
> > What is Netscape Radio...???
> >
>
> A music player applet included in Communicator 4.7X. Find it under the
> Communicator Menu or Press 'ALT + 7'. Canned music in various formats are
> available.
Nope, I don't have it...
PM
--
Sylt, SuSE Linux, Maerklin mini-club, Psion Serie 5mx Pro & GPS:
http://www.philipp-maier.de
------------------------------
From: Johan Kullstam <[EMAIL PROTECTED]>
Subject: Re: Help w/grep,sed to fix CR/LF problem from MS file...
Date: 29 Mar 2000 09:25:15 -0500
Kelly <[EMAIL PROTECTED]> writes:
> Hello All!!
>
> I have a text file from an M$ Access DB. It is a csv delimited with the
> tilde (~). The text fields in this file are contained in double quotes
> ("). One or more of these text fields are description type fields where
> the user was allowed to enter free form text. Well, these people put in
> CR/LF instead of just letting the text wrap around. These CR\LF's are
> messing up my cut commands I'm using to manipulate the data (separating
> columns) into different files. Can someone out there suggest a way to
> get rid of these in the text fields...I can't figure out how to do this.
> I tried using some sed examples I found....I am new to this and am
> trying to learn, but, time is against me here on this project.
> Suggestions appreciated....
this is a job for tr. man tr. using gnu tr
$ tr -d '\r\n' < input > output
this will strip off any and all carriage returns and linefeeds.
> If I can show the power of Linux tools to the powers that be on this
> one...it gets us a little closer to using Linux on the project as a
> whole...
you might want to try out the cygwin setup. it has many gnu (almost
unix but usually better) tools. this would be the same set you get
under linux. the cygwin stuff is a little quirky in that it's running
atop of windows instead of a unix.
--
johan kullstam l72t00052
------------------------------
From: Johan Kullstam <[EMAIL PROTECTED]>
Subject: Re: I need gcc-2.7.2
Date: 29 Mar 2000 09:29:31 -0500
"Peet Grobler" <[EMAIL PROTECTED]> writes:
> I need gcc-2.7.2. I've searched all the places I know for newer versions, I
> found up to gcc-2.6.3-p2.
>
> Anybody know where I can find it?
> It's needed to compile the kernel version 2.2.14
<URL:ftp://ftp.gnu.org/gnu/gcc/>
--
johan kullstam l72t00052
------------------------------
From: Andreas Kahari <[EMAIL PROTECTED]>
Subject: Re: Help w/grep,sed to fix CR/LF problem from MS file...
Date: Wed, 29 Mar 2000 15:20:42 GMT
There's a command called 'dos2unix' that does exactly this. It ought to
be installed on your GNU/Linux system, or at least available on a CD
near you.
/A
--
# Andreas K�h�ri, <URL:http://hello.to/andkaha/>
# Scandinavinans, without us "thursday" wouldn't exist!
In article <8bnu4q$4n8$[EMAIL PROTECTED]>,
Kelly <[EMAIL PROTECTED]> wrote:
> Hello All!!
>
> I have a text file from an M$ Access DB. It is a csv delimited with
the
> tilde (~). The text fields in this file are contained in double quotes
> ("). One or more of these text fields are description type fields
where
> the user was allowed to enter free form text. Well, these people put
in
> CR/LF instead of just letting the text wrap around. These CR\LF's are
> messing up my cut commands I'm using to manipulate the data
(separating
> columns) into different files. Can someone out there suggest a way to
> get rid of these in the text fields...I can't figure out how to do
this.
> I tried using some sed examples I found....I am new to this and am
> trying to learn, but, time is against me here on this project.
> Suggestions appreciated....
>
> If I can show the power of Linux tools to the powers that be on this
> one...it gets us a little closer to using Linux on the project as a
> whole...
>
> TIA!!
>
> Kelly
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
>
> ps. Please email response in addition to post....
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: Harvey Taylor <[EMAIL PROTECTED]>
Subject: Re: Figuring out DayTime
Date: Wed, 29 Mar 2000 09:52:06 -0800
Murphy wrote:
> I need to write a script (language is not important) so that Linux can
> figure out what time sunrise/sunset is at based on the time of year.
>
> Is there any easy way to do this (tables, etc?), or has this been
> previously done?
>
Seek out the Calendar FAQ. It seems to me this question
is covered there...
<ciao>
-het
--
"Assembly of Japanese bicycle require great peace of mind."
- Instruction manual mentioned by R. Pirsig
Harvey Taylor mailto:[EMAIL PROTECTED] http://www.pangea.ca/~het
------------------------------
From: Jean-Sebastien Morisset <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: HELP! Can't reboot w/ new glibc!
Date: Wed, 29 Mar 2000 15:55:51 GMT
Juergen Heinzl wrote:
>
> umount itself requires libc already so the system libraries belong
> to /lib, so might be this is the problem. Language catalogs can be
> a problem too, so if you've set $LANG for instance umount is going
> to keep open some file on /usr o. /opt.
Thanks, I'll try re-compiling umount statically.
LateR!
js.
--
Jean-Sebastien Morisset, Sr. UNIX Admin <[EMAIL PROTECTED]>
Reseau d'informations scientifiques du Quebec (RISQ) inc.
------------------------------
Subject: Re: Soundblaster Live problem
From: dribbles <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Date: Wed, 29 Mar 2000 08:07:59 -0800
hi janet,
the best place to go to get info on how to install the
SoundBlaster Live is http://www.linuxnewbies.org/. thet have a
help file that gives step-by steps on how to get it installed.
now, i'm a newbie, and had been playing with it for 2 weeks
before i read this file. 10 mins later i had sound up and
running no problem. try it, i'm sure you'll like it!!
scott
* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!
------------------------------
From: "Jim Morrissey" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.redhat,comp.os.linux.setup
Subject: Editing MIME types ...
Date: Wed, 29 Mar 2000 16:12:03 GMT
I'm running RH6.0 using gnome. I edit the mime types for application/pdf in
the gnome control centerso that on open it executes the command:
/usr/local/Acrobat4/bin/acroread %f
When I double click a pdf file from the file manager, it refuses to run
acrobat. What am I missing? Any ideas?
TIA,
-Jim
------------------------------
From: Leonard Evens <[EMAIL PROTECTED]>
Subject: Re: Linux Took Over My Hard Disk?
Date: Wed, 29 Mar 2000 10:14:23 -0600
"David .." wrote:
>
> Van Hoang wrote:
> >
> > I reformatted (after deleting partitions, fdisk/mbr, etc.) my Linux
> > hard disk then try to install Win98/Win95. But none of the
> > installation works! Win98 reported "Corrupted Registry" at last
> > reboot! Win95 refused to install with error message "Not enough
> > memory..." or "Can't load font..." then freezed!!!
> >
> > Nevertheless, I can re-install Linux without any problem!
> >
> > Please help me to take control of my hard disk.
> >
> > Thanks.
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
>
> Use the linux fdisk to delete the linux partitions. I have also used the
> boot disk and gone through the install to the point of partitioning,
> then delete all linux partitions and choose the back button be sure to
> save the changes when asked. then reboot and install other OS.
>
> --
> Due to extreme SPAM abuse! Remove z's and x's from above to reply.
> Thank the spammer's A..holes that they are. Still can't reach me?
> Then your address range is already blocked due to previous spam.
> Sorry! I hate spam!!
This is good advice.
But the basic problem seems to be with Windows, not Linux.
What you did before should have prepared your disk for installing
Windows. What does the DOS/Windows fdisk show is on your disk
before you start installling Windows? Did you create a
Windows partition and format it?
--
Leonard Evens [EMAIL PROTECTED] 847-491-5537
Dept. of Mathematics, Northwestern Univ., Evanston, IL 60208
------------------------------
From: [EMAIL PROTECTED] (Paul Kimoto)
Subject: Re: I need gcc-2.7.2
Date: 29 Mar 2000 11:29:38 -0500
Reply-To: [EMAIL PROTECTED]
In article <38e1fd2c$0$[EMAIL PROTECTED]>, Peet Grobler wrote:
> I need gcc-2.7.2. I've searched all the places I know for newer versions, I
> found up to gcc-2.6.3-p2.
>
> Anybody know where I can find it?
> It's needed to compile the kernel version 2.2.14
Actually you are authorized to use egcs-1.* as well. I believe that
Alan Cox (2.2.* maintainer) uses egcs-1.1.2.
--
Paul Kimoto <[EMAIL PROTECTED]>
------------------------------
From: paul <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: frequent crashes related to kswapd "kernel paging request"
Date: Wed, 29 Mar 2000 08:41:21 -0800
I just upgraded my computer and am now getting
frequent crashes usually when the computer is accessing the hard drive
heavily. When I reset and check the logs it is always related to a
kswapd problem, and a "couldn't handle kernel paging request". I was
wondering if since it was paging could it be a problem with my RAM?
Any help is appreciated.
Paul
------------------------------
From: Gerald Willmann <[EMAIL PROTECTED]>
Subject: Re: Linux Took Over My Hard Disk?
Date: Wed, 29 Mar 2000 08:42:53 -0800
On Wed, 29 Mar 2000, Leonard Evens wrote:
> But the basic problem seems to be with Windows, not Linux.
> What you did before should have prepared your disk for installing
> Windows. What does the DOS/Windows fdisk show is on your disk
> before you start installling Windows? Did you create a
> Windows partition and format it?
could you please entertain your discussion about MS-installation problems
in a more appropriate newsgroup. Don't see why the guy doesn't simply call
MS tech support anyway.
Gerald
--
------------------------------
From: [EMAIL PROTECTED]
Subject: SSH authentication ?
Date: Wed, 29 Mar 2000 16:37:25 GMT
Below is a summary of the steps that have been described in the man
pages of the SSH1 protocol authentication. However I'm hoping someone
can clerify them for me since it does not make any logical sense.
Here is where my confusion is:
a). In # 2 the MAN page said that the Server send it's Public key and
the Clients Public key to the Client. However what is there to prevent
a fake Server from sending that same Public key and the Clients Public
key to the client ?
b). In # 4 the the client then generates a random 256 bit number which
is encrypted using the Clients Public key and the Server Public key. If
that is the case how is the Server supose to decrypt the random number
since it would only know the Server Private key and not the Clients
Private key ?
If someone can clerify the whole process that would be great.
Thanks.
================================================
1. First a user types: ssh servername.ca
In Unix\Linux the client computer reads the ~user/.ssh/config and
the /etc/ssh/ssh_config files.
(Each client has a 1024 bit key to identify itself, and each server key
is 768 bits, and this RSA key is regenerated by the Server every hour it
is used or when the daemon starts.)
2. Once the client connects to the Server, the Server uses the RSA
Cipher algorighm and sends:
Server Public Key + Client Public Key which is stored on the server
/etc/ssh_known_hosts
(Client Public key was already on the Server since it was placed there
during the very first connection to the Server.)
3. Now the client check the Server Public Key against the one in it's
own list of ssh_known_hosts, and if
it's a match then we know it's the same Server. (Prevents Spoofing.)
4. The client then generates a 256 bit random number and encrypts it
using the client public key and the Server public key. This encrypted
number is then send to the server which only the Server can decrypt
using it's private key.
5. Now both sides use this random number as a session key to encrypt all
the communication during the connection. The rest of the session is
encrypted using the default cypher IDEA.
6. In the final step the client tries to authenticate itself using
password authentication. The .rhosts authentication is disabled by
default on the Server, since it is insecure. The Server can be
configured using command line options which will override the config
file.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: Leonard Evens <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.admin
Subject: Re: recovery from tape
Date: Wed, 29 Mar 2000 10:45:14 -0600
Raymond Blum wrote:
>
> Hi
> Can anyone point me at, or give me a quick description of, a good
> procedure to follow to backup and FULLY restore from tape? I would like
> to be able to do a full backup to a tape volume and then restore to a
> new hard drive. I could partition the drive to match the old one but
> ideally would have ALL files fully restored.
>
> Thanks
> ---Raymond
I've done this on more than one occasion. It can be done, but
how depends on which tools you use. Also, you have to restore
each partition, one at a time, and backing up and restoring
the root file system has special problems.
One good way to proceed is to get a good rescue system which runs
in a ram disk. One good such system is Tom's root boot disk
which can be found at
www.toms.net/rb/home.html
This provides all the tools you need, but it has a few drawbacks.
One is that its tar doesn't have the 'z' option, so you have
to use it with gzip to compress the data, and that can be a bit
tricky. But it is probably more reliable not to compress anyway.
More seriously, the last version I got uses a 2.0.X kernel and
its fdisk is not entirely consistent with the one used with
2.2.X kernels. We have also used successfully the latest
rescue disk on the VALinux web site, which has an up to date
kernel.
You can probably manage to do the backups from the existing
system in single user mode with a command like
tar -cvlf /dev/XXXX YYYY
where XXXX is your tape device and YYYY is either a specific
directory like home or a list of specific directories or
in some cases a wild card. For the root partition,
you can cd
cd /
tar -cvlf /dev/XXXX list of directories
Make sure you don't include /proc or directories with partitions
mounted which you will backup separately.
You can add the 'z' option if it will be available when
restoring, but it isprobably better to do without it if you
have room on the tape. You can drop the 'v' option if you
want.
However, you would probably be better off doing the backup
from your rescue system since you will have to restore from it
and there is something to be gained from using the same version
of tar for backup and restore.
To restore, you have to have partitions with clean file
systems on them. You can create these from a good rescue
system, but note the issue raised about how the kernel
reads the partition table raised above. For example,
to restore the root file system, you would boot from your
rescue system, mount the partition on a directory created
for the purpose, say /a and then
cd /a
tar -xvpv /dev/XXXX
This assumes the tar archive contains the tars of the appropriate
subdirectories of / which were backed up.
NOTE. For purposes of backup, I think it is not worth the
trouble to backup the root file system and system files.
It makes more sense to backup all the crucial system files
that are particular to your system. These would be in
/etc/, /var, /usr/local, and perhaps /boot. Also backup
anything else that you need of that kind. And of course
back up all user files. Then if you have to restore a
system, just reinstall the OS and replace the generic files
with your versions. These can be retrieved from the tape
using a running system, as can the user files.
This involves some fiddling, but it is not more work than trying
to restore the entire system from tape.
An alternative to all of this is to use the dump and restore
commands. I have used these on several occasions on Sun systems,
but I've never tried them on a Linux system, so I don't know if
they really work as expected. The last time I tried I coudln't
do a remote dump, so the matter was moot for us.
The advantage of dump and restore is that one can do incremental
dumps and then during the restore one can in principle do
incremental restores which leave the file system in exactly
the same state as it was when the last incremental dump was done.
A simple tar won't do that since it will restore files which
may have been deleted. There is an option to tar for doing
that, but it looks fairly complicated and I don't know if it
is worth the trouble. I wouldn't try to do it with the root
file system in any case.
I've replaced a damaged disk and restored my user files from
tape on a remote Linux system by the second method outlined above.
I've also repartitoned my disk by using the first method except
that I wrote my tar archives to a disk rather than a tape.
--
Leonard Evens [EMAIL PROTECTED] 847-491-5537
Dept. of Mathematics, Northwestern Univ., Evanston, IL 60208
------------------------------
From: Adam Przybyla <[EMAIL PROTECTED]>
Subject: Re: linux-2.3.51 -> linux-2.3.99pre1
Date: 29 Mar 2000 16:55:08 GMT
Frederic L. W. Meunier <[EMAIL PROTECTED]> wrote:
> And what about 2.2.15? They'll have 2 "stable" series being
> maintained? We may have 2.3.200...
... 2 or 3 ;-)) It depends on 2.0.xx ;-)) Regards
Adam Przybyla
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.misc) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Misc Digest
******************************