Linux-Misc Digest #920, Volume #25 Mon, 2 Oct 00 09:13:04 EDT
Contents:
Re: Li..... (Eric)
Re: Implications (eljayh)
Re: lilo problem (F. Heitkamp)
WTF is up with LinuxConf under RH7?!!??! (The Archimage)
Re: lilo conf for dual boot linux box ([EMAIL PROTECTED])
Re: Mandrake is a Piece Of Shit!! ("Henry Kruuskopf")
Re: adding hard disk (Tony Lawrence)
Re: Should I jump into Linux? (Tony Lawrence)
Linux on Laptop ("Henry Kruuskopf")
Re: Total Newbie Question (Tony Lawrence)
Re: add tape (Tony Lawrence)
Re: Newbie: EZ question about dir structure (Quad)
Re: Newbie: EZ question about dir structure (Quad)
Soundcard with optical out... (Patrick M Geahan)
R: add tape ("Lodo Nicolino")
Re: C++ on Mandrake! (aflinsch)
Re: kernel recompile needed, but Mandrake has modified the source... (aflinsch)
----------------------------------------------------------------------------
From: Eric <[EMAIL PROTECTED]>
Subject: Re: Li.....
Date: Mon, 02 Oct 2000 12:24:27 +0200
Reply-To: [EMAIL PROTECTED]
Colin Mackinlay wrote:
>
> In article <[EMAIL PROTECTED]>, Eric
> > Are you sure that the kernel image is below cyl. 1024?
> > The only way to make sure this is true, is to make sure /boot is in a
> > partition that lies ENTIRELY below cyl. 1024.
> > (You can check this with fdisk -l /dev/hda)
> I thought I only had 3 partitions boot, root and swap so this looks
> fishy already:
No there's nothing wrong here, hda2 is the one you didn't expect, but it
just the extended partition. hda5 and hda6 are the two logicals (/ and
swap) that are located inside that extended partition
> Device Boot Start End Blocks Id System
> /dev/hda1 * 1 33 16600+ 83 Linux
> /dev/hda2 34 6256 3136392 5 Extended
> /dev/hda5 34 5995 3004816+ 83 Linux
> /dev/hda6 5996 6256 131512+ 82 Linux swap
>
> > running fdisk /mbr will indeed leave you with an unbootable system.
> > Did you rerun lilo after you made changes. What does the lilo.conf file
> > look like? If you cannot make much out of it, post it here and you'll
> > get more help. (But first make sure the kernel-image is below cyl. 1024)
>
> boot = /dev/hda1
Since you have a linux only system, I would advise you to put lilo in
the MBR.
So just change this first line from
boot = /dev/hda1
to
boot = /dev/hda
And rerun /sbin/lilo afterwards
There should be no problem with the way it looks like right now, but
perhaps you still got at LILO remainder in the MBR, which is making the
mess you see. Overwriting it will solve the problem. (You could FDISK
/mbr in DOS, reboot linux from floppy and rerun /sbin/lilo) That should
solve it too, without changing lilo.conf Both options are equal IMHO, so
choose the one you want.
Oh, and if I were you I'd change the partition type of /dev/hda2 from 5
to 85.
As long as you're running linux only, there's no difference, but when
you install win95 too, it'll assign a drive letter to it, making it
possible to wipe out all data on that disc very easily.
Eric
> timeout = 50
> prompt
> default = linux
> vga = normal
> read-only
> map=/boot/map
> install=/boot/boot.b
> image = /boot/vmlinuz-2.2.14-5.0
> label = linux
> root = /dev/hda5
>
> Ideas gratefully received!
>
> --
> Colin Mackinlay
------------------------------
From: eljayh <[EMAIL PROTECTED]>
Subject: Re: Implications
Date: Mon, 02 Oct 2000 18:39:24 +0800
"Peter T. Breuer" wrote:
> Goodbye, loon. (and how do you know that there are an infinite number
> of concepts?).
>
Perhaps he counted them.
Eljayh
------------------------------
From: [EMAIL PROTECTED] (F. Heitkamp)
Date: Mon, 2 Oct 2000 07:01:24
Subject: Re: lilo problem
Reply-To: [EMAIL PROTECTED]
In message <[EMAIL PROTECTED]> - John in SD
<[EMAIL PROTECTED]> writes:
>
>We need more information to be of any help in this forum.
>
>How about the output from fdisk / p to see your partitioning, and a copy of
>lilo.conf for starters.
I don't have Linux running at the moment but I will post the info
you request when I do.
I have Linux installed on the second disk of a three disk system.
All three disks are SCSI wide are are connected to a Symbios 83c575 based
controller. I have two SCSI controllers in my system, the other is
the narrow version but same chip.
The Linux root partition is on the sdb1 partition.
>
>If you have lilo 21.5.1, then the ouput from /sbin/lilo -v 5 is also useful.
I installed lilo 21.5.1 after trying the 2.4.0-test8 kernel and
seeing it gave the "No setup signature found" error like many
of the other development kernels. It still gave the error.
>
>Are you running Reiser FS by any chance? It must be mounted 'notail' with
>versions of lilo earlier than 21.6 (unreleased). We just got this combination
>running yesterday.
No. I am running ext2fs that comes with the ext2 1.19.
Fred
------------------------------
From: The Archimage <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,comp.os.linux.setup,linux.redhat.misc
Subject: WTF is up with LinuxConf under RH7?!!??!
Date: Mon, 02 Oct 2000 05:59:32 -0500
I lost DNS configuration, Apache configuration, Samba (although,
granted, I use SWAT), and service management (although that seems to be
covered now by ntsysv and xinetd).
Why?!?! What the heck happened?!? The DNS config tool was actually
really ggod under 6.2! Going back to editing by hand sucks!
What's up with THAT?!?!
The Linux Archimage
Austin, Texas
Red Hat Certified Engineer
TurboLinux Certified Trainer
Certified NetWare Engineer
Microsoft Certified Trainer
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: lilo conf for dual boot linux box
Date: Mon, 02 Oct 2000 10:59:30 GMT
Eh... did't you edit te /etc/lilo.conf en re-run lilo
This is the place to configure those thing's.......
Kees
On Mon, 2 Oct 2000 10:23:00 +0100, "hans eric" <[EMAIL PROTECTED]>
wrote:
>Hello!
>I have a dual boot linux machine. Don't ask why.
>The partition hda2 (approx. 5MB) is mounted as /boot for one Linux-OS. As
>you can imagine the kernel is located there.
>hda6 is " / ".
>Now I added a second Linux on hda3.
>In the LILO howto i read, that I have to copy the kernel of the "second OS"
>to " /boot " (on hda2) as well. I did that.
>Currently I boot the second linux as follows:
>LILO: kernel2 root=/dev/hda3
>
>My question is:
>How can I boot without writing this every time?
>
>Thanxx hans eric
>
>
------------------------------
From: "Henry Kruuskopf" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.questions,comp.os.linux.setup,comp.os.linux.x
Subject: Re: Mandrake is a Piece Of Shit!!
Date: Mon, 2 Oct 2000 14:34:36 +0200
I dunno why your copy of this nice dist. screws up. I installed it and
everything went fine. I didn't use lnx4win, but i installed it by booting
from cd-rom. I have also installed it from dos using autoboot.bat.
I think your problems might come from lnx4win.
Just boot from cd-rom or use autoboot.bat from dos (remember to have cd-rom
drivers loaded it u use autoboot.bat)
Only problem i encountered was that Mandrake altered my extended dos partion
to linux extended partion and i couldn't accsess to it from windows. This
had simply solution. Just change the type of extended partion from linux to
win and everything is cool.
For my opinion, Mandrake is realy good dist. to workstation computer for
generic daily use. With right piece of hardware you can do everything on
Linux that you did in windows.
For right piece of hardware i mean right display adapter with right 3D.
(3DFX works better on Linux than other OpenGL boards. correct me if im wrong
:)
-Wmute
Brando Wrote...
>
>What a crappy distribution. No matter what I do, the installation fucks up
somehow. No
>matter how many times I try to install LM 7.1 using lnx4win (Linux for
Windows), there is
>always atleast one or two packages (and always a different package) that
causes an error
>during installation. There's errors in perl scripts, like for detecting
pcmcia cards.
>Can't even use expert mode because there's errors in perl scripts when
trying to format
>the partition.
>
>Now, this time I get an error during bootup that it can't find the image
file for
>initrd!! WTF!! What, did LM just forget to create one during the
installation? What image
>file is it looking for? linuxsys.img perhaps?
>
>So, if anyone possibly knows what it means when it can't find the image
file for initrd,
>please let me know a way to fix it.
>
------------------------------
From: Tony Lawrence <[EMAIL PROTECTED]>
Subject: Re: adding hard disk
Date: Mon, 02 Oct 2000 07:34:15 -0400
Lodo Nicolino wrote:
>
> Hi am nico.
> I am an old unix man but new to linux.
See http://pcunix.com/Linux/scolindiff.html
> I would like to add a second ide hdu to a linux box.
> I am thinking to connect the hdu, do "fdisk /dev/hdb1" and use the "mkfs" or
> "fsconf".
> Is all i need or i have to do something else ?.
Except that it might not be /dev/hdb - those assignments are not
fixed - just like SCO, they get assigned in the order of devices
found.
> I have another question.
> I support scounix and i would like to start and move some customers to
> linux,
> maybe starting with the software product by my company.
> Is the software running under sco compatible with linux or i need the
> special runtimes (cobol, etc.)?
The ibcs2 module lets you run most SCO binaries. Often you do
have to do some sym-linking to make the app happy in the linux
directory structure, and now and then you'll find it looking for
things that have slightly different names or syntax, so you might
have to write some shell scripts to front-load things. Also,
terminal emulation can be less than fun. If your app vendor does
offer a Linux port (and you should encourage them in that
direction) you'll obviously be better off..
--
Tony Lawrence ([EMAIL PROTECTED])
SCO/Linux articles, help, book reviews, tests,
job listings and more : http://www.pcunix.com
------------------------------
From: Tony Lawrence <[EMAIL PROTECTED]>
Subject: Re: Should I jump into Linux?
Date: Mon, 02 Oct 2000 07:37:29 -0400
Andrew wrote:
> The bottom line, is that I'm not a Windows hater or Windows lover.
> I use my computer as a tool to get information and get my work done.
How can you use Windows to any degree and not hate it???
--
Tony Lawrence ([EMAIL PROTECTED])
SCO/Linux articles, help, book reviews, tests,
job listings and more : http://www.pcunix.com
------------------------------
From: "Henry Kruuskopf" <[EMAIL PROTECTED]>
Subject: Linux on Laptop
Date: Mon, 2 Oct 2000 14:39:32 +0200
Hi! I try to install redhat6.2 to my old 486DX4 / 50Mhz 16MB ram
laptop. It's AST Ascentia 900N.
My problem is that my IBM Ethernet creditcard PCMCIA adapter seems not to
work. I fact redhat install with PCMCIA support don't even regonize this
adapter.
It's real pain to run windows95 on this machine. I don't want to buy OS2
Warp or any other 'slicer&faster' OS to this machine.
So if anyone has similar experienses with success reply thank you wery much.
-Wmute
------------------------------
From: Tony Lawrence <[EMAIL PROTECTED]>
Subject: Re: Total Newbie Question
Date: Mon, 02 Oct 2000 07:44:43 -0400
root wrote:
>
> I have installed Caldera's Open Linux with the KDE interface - I know
> that Linux purists are cringing, but newbies have to start somewhere.
> Anyway my question is when I am moving through directories how can I
> distinguish between file types? I mean how do you know a file is an
> executable in Linux?
By its permissions- "x" is excutable. See
http://pcunix.com/newtounix.html
>If I want to put an alias on my KDE desktop (once
> I find an executable file) how would I go about doing that?
Right click on the desktop, choose "New->Nickname" and it's just
like --arrgh-- Windows..
--
Tony Lawrence ([EMAIL PROTECTED])
SCO/Linux articles, help, book reviews, tests,
job listings and more : http://www.pcunix.com
------------------------------
From: Tony Lawrence <[EMAIL PROTECTED]>
Subject: Re: add tape
Date: Mon, 02 Oct 2000 07:47:29 -0400
Lodo Nicolino wrote:
>
> Hi am Nico.
> I support sco unix and i would like to start and introduce linux in my
> company.
> We sale and support hw and sw, so the first step should be install our
> software on a linux box.
> I need to install a tape drive but i can't find any HOWTO about that.
> Anybody can help me.
See http://pcunix.com/Linux/scolindiff.html
You need to be more specific about the tape drive- SCSI or IDE.
BTW, the same software you are probably used to in SCO like
Microlite Edge, Lonetar, Ctar also have Linux versions..
--
Tony Lawrence ([EMAIL PROTECTED])
SCO/Linux articles, help, book reviews, tests,
job listings and more : http://www.pcunix.com
------------------------------
From: Quad <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc
Subject: Re: Newbie: EZ question about dir structure
Date: Mon, 02 Oct 2000 12:05:33 GMT
Robert
Great definitions.
I really appreciate your help. This is definately a lil more to get
your head around than just one /bin /sbin dir, but I can see that once I
do, it will help organization.
The main reason I was wondering is that I have to check all the dirs,
when I install an app.
Now if its an X app , Ill look in the X11R dir first, then the local/bin
etc.
Thanks Again
Quad
In article <8qsps9$739$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> In article <8qso4v$n6q$[EMAIL PROTECTED]>, Quad <[EMAIL PROTECTED]>
wrote:
> >
> >
> >Hi everyone
> >
> >I am a windows user, conforming to the penguin.... I have a question
> >about the dir structure.
>
> Meet the new boss... :)
>
> >
> >I would like to know about /sbin /bin /usr/bin /usr/sbin
/usr/local/bin
> >/usr/local/sbin etc etc
> >
> >I think the user/bins will only show files(programs) for the user who
> >installed them?
>
> Only the administrator (root) should be able to install programs
outside
> of your home directory. The permissions on each file determine who
> can view, delete, or execute them.
>
> >What is the diff between /usr/local/bin and /usr/bin ?
>
> /usr/bin is for programs that come on the CD. /usr/local/bin is for
> programs that you install yourself. "local," in this case, means
> specific to that computer.
>
> >Is bin plain ole binary and sbin is system binary?
>
> /bin, /usr/bin, and /usr/local/bin are for general use programs,
> in descending order of importance for basic system functions.
> /sbin, /usr/sbin, and /usr/local/sbin are mainly for networking
> and system administration functions, I guess, but I don't think
> that's written down anywhere.
>
> There's also /usr/X11R6/bin, for X window clients.
>
> The $PATH environment variable which has the same function as
> on Microstuffing, should be something like:
>
> export $PATH="/usr/local/bin:/usr/X11R6/bin:/usr/bin:/bin"
>
> so that your own locally installed substitutes for the distribution's
> programs get run instead.
>
> >I guess I just dont see why there are so man bins and sbins.
>
> >I just would like some smart linux guru out there to explain the diff
> >between the bin dirs, and why different proggies show up in different
> >locations instead of all in one?
>
> Oh, didn't see that part before. You must mean me. :)
>
> >Guess that is it... Except is the /opt dir for optional (additional)
> >programs? I just want to understand the linux dir structure as I am
a
> >neat freak, and Im sick of Windows.... hence I want to use Linux
>
> /opt is what Solaris uses for application packages... probably right,
> optional to the system.
>
> Most of this is explained in introductory Unix texts. Linux
> Installation and Getting Started is a free one. It's at
> http://www.linuxdoc.org/ or http:/www.mainmatter.com/.
>
> >Exclusivley.
> >
> >Thanks All for your comments and remarks
> --
> Robert Kiesling
> Linux FAQ Maintainer
> [EMAIL PROTECTED]
>
>
--
Quad
MCSE, MCP+I, CNA, A+
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: Quad <[EMAIL PROTECTED]>
Crossposted-To: linux.redhat.misc
Subject: Re: Newbie: EZ question about dir structure
Date: Mon, 02 Oct 2000 12:14:42 GMT
Thank you to everyone for your posts. Great help and definitions, I
really do appreciate it.
If I might inject one more lil follow up question. Remember, I said I
was a newbie as I am sure this is going to sound stupid.
For /usr/bin vs. /usr/local/bin.
The difference was that the program was installed locally or at that
node for /usr/local/bin, right.
Where are the programs installed that are found in /usr/bin? Is is for
running them off of a server like a dummy terminal, and if this is so,
why does my stand alone system have proggies in /usr/bin if it doesnt
connect to any other server to run them?
I know that probably sounds stupid and I appologize.
Thanks again everyone... I really understand it better now, and I am
going now to the posted FHS links to check out the info.
Thanks
Quad
In article <8r9tmb$ebt$[EMAIL PROTECTED]>,
Quad <[EMAIL PROTECTED]> wrote:
> Robert
>
> Great definitions.
>
> I really appreciate your help. This is definately a lil more to get
> your head around than just one /bin /sbin dir, but I can see that once
I
> do, it will help organization.
>
> The main reason I was wondering is that I have to check all the dirs,
> when I install an app.
>
> Now if its an X app , Ill look in the X11R dir first, then the
local/bin
> etc.
>
> Thanks Again
>
> Quad
>
> In article <8qsps9$739$[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] wrote:
> > In article <8qso4v$n6q$[EMAIL PROTECTED]>, Quad <[EMAIL PROTECTED]>
> wrote:
> > >
> > >
> > >Hi everyone
> > >
> > >I am a windows user, conforming to the penguin.... I have a
question
> > >about the dir structure.
> >
> > Meet the new boss... :)
> >
> > >
> > >I would like to know about /sbin /bin /usr/bin /usr/sbin
> /usr/local/bin
> > >/usr/local/sbin etc etc
> > >
> > >I think the user/bins will only show files(programs) for the user
who
> > >installed them?
> >
> > Only the administrator (root) should be able to install programs
> outside
> > of your home directory. The permissions on each file determine who
> > can view, delete, or execute them.
> >
> > >What is the diff between /usr/local/bin and /usr/bin ?
> >
> > /usr/bin is for programs that come on the CD. /usr/local/bin is for
> > programs that you install yourself. "local," in this case, means
> > specific to that computer.
> >
> > >Is bin plain ole binary and sbin is system binary?
> >
> > /bin, /usr/bin, and /usr/local/bin are for general use programs,
> > in descending order of importance for basic system functions.
> > /sbin, /usr/sbin, and /usr/local/sbin are mainly for networking
> > and system administration functions, I guess, but I don't think
> > that's written down anywhere.
> >
> > There's also /usr/X11R6/bin, for X window clients.
> >
> > The $PATH environment variable which has the same function as
> > on Microstuffing, should be something like:
> >
> > export $PATH="/usr/local/bin:/usr/X11R6/bin:/usr/bin:/bin"
> >
> > so that your own locally installed substitutes for the
distribution's
> > programs get run instead.
> >
> > >I guess I just dont see why there are so man bins and sbins.
> >
> > >I just would like some smart linux guru out there to explain the
diff
> > >between the bin dirs, and why different proggies show up in
different
> > >locations instead of all in one?
> >
> > Oh, didn't see that part before. You must mean me. :)
> >
> > >Guess that is it... Except is the /opt dir for optional
(additional)
> > >programs? I just want to understand the linux dir structure as I
am
> a
> > >neat freak, and Im sick of Windows.... hence I want to use Linux
> >
> > /opt is what Solaris uses for application packages... probably
right,
> > optional to the system.
> >
> > Most of this is explained in introductory Unix texts. Linux
> > Installation and Getting Started is a free one. It's at
> > http://www.linuxdoc.org/ or http:/www.mainmatter.com/.
> >
> > >Exclusivley.
> > >
> > >Thanks All for your comments and remarks
> > --
> > Robert Kiesling
> > Linux FAQ Maintainer
> > [EMAIL PROTECTED]
> >
> >
>
> --
> Quad
> MCSE, MCP+I, CNA, A+
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
--
Quad
MCSE, MCP+I, CNA, A+
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: Patrick M Geahan<[EMAIL PROTECTED]>
Subject: Soundcard with optical out...
Date: Mon, 02 Oct 2000 12:40:30 GMT
I have a Zoltrix Nightengale soundcard with the optional optical output
board. I have installed the driver, and the card itself works fine when
the speaker jack is used.
However, the optical output doesn't seem to do anything. I'm attempting
to hook it up to my stereo system. The internal connection is present.
Is there an option I need to pass? Am I missing a connection somewhere?
I'm using this under RH6.2. ANy help would be greatly appreciated.
--
=======Patrick M [EMAIL PROTECTED]=======ICQ:3784715======
Quote of the Week: "Compared to the Black Plague European Tour, nothing of
note has happened in Europe since the Germans got uppity a couple of times
earlier this century." - Natural Born Cereal Killer in alt.peeves
------------------------------
From: "Lodo Nicolino" <[EMAIL PROTECTED]>
Subject: R: add tape
Date: Mon, 02 Oct 2000 12:52:16 GMT
Tony Lawrence <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]
> Lodo Nicolino wrote:
> >
> > Hi am Nico.
> > I support sco unix and i would like to start and introduce linux in my
> > company.
> > We sale and support hw and sw, so the first step should be install our
> > software on a linux box.
> > I need to install a tape drive but i can't find any HOWTO about that.
> > Anybody can help me.
>
> See http://pcunix.com/Linux/scolindiff.html
>
> You need to be more specific about the tape drive- SCSI or IDE.
> BTW, the same software you are probably used to in SCO like
> Microlite Edge, Lonetar, Ctar also have Linux versions..
>
> --
> Tony Lawrence ([EMAIL PROTECTED])
> SCO/Linux articles, help, book reviews, tests,
> job listings and more : http://www.pcunix.com
Thanks for the tips.
the tape a would like to install is an old wantek qic02.
Can i use that ?
nico
------------------------------
From: aflinsch <[EMAIL PROTECTED]>
Subject: Re: C++ on Mandrake!
Date: Mon, 02 Oct 2000 08:48:42 -0500
[EMAIL PROTECTED] wrote:
>
> When I try to compile c++code on a Mandrake 7 machine, it complains
> about "iostram.h" and other include files not found. RPM manager shows
I don't think you will ever find "iostram.h". You are probably looking
for "iostream.h".
> C++ installed. I even reinstalled it. I have Redhat 6 and it does not
> have that problem.
> any detailed instructions please?
Check to see if libstdc++-devel is installed. I don't think that it is
installed by default.
------------------------------
From: aflinsch <[EMAIL PROTECTED]>
Subject: Re: kernel recompile needed, but Mandrake has modified the source...
Date: Mon, 02 Oct 2000 08:56:37 -0500
Bill Thompson wrote:
>
> "Peter T. Breuer" wrote:
> >
> > Bruce LaZerte <[EMAIL PROTECTED]> wrote:
> > : On Fri, 22 Sep 2000 12:42:52, -ljl- <[EMAIL PROTECTED]> wrote:
> >
> > : I've been told that the current Mandrake version 7.1 kernel (2.2.15) is
> > : patched for UDMA66, supermount and up to 170 other features/fixes, many of
> > : which I don't need/use but some of which I certainly do.
> >
> > Hmm ... what makes you think mandrake is a better judge of what should
> > go in the kernel than the kernel maintainers (or yourself, for that
> > matter!). Their motives are marketing. Not stability, not fact, not
> > speed, not anything except featurism. Look up "feature interaction" in
> > a comp sci dict. And then try and see if any of the bugs tehy
> > introduced have been reported, acknowledged, or fixed!
> >
> > If you like some of their patches, take them and keep them.
> >
> > : If these features are not now in the linux standard patches (16,17,18pre)
> > : then there's a chance that parts of my installation will not have the
> >
> > Really? Well, it would take you all of about twenty minutes to find out,
> > instead of wondering about the possibility! Compile your own, install,
> > reboot. End of nervous palpitations.
> >
> > : Guess I'll just have to give it a try...
> >
> > Yep. Go ahead.
> >
> > Peter
>
> Under Mandrake 7.1, one only has to install the kernel-linus rpm file
> to
> get a kernel without Mandrake's patches. Easier than re-compiling the
> kernel.
>
> Bill
kernel-linus is a compiled kernel. What he needs is the virgin kernel
source, then
apply the patches that he wants. It would be nice if Mandrake supplied
a list of
patches to be applied to the original kernel, this way a user could
pick and
choose the ones that are needed.
------------------------------
** 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
******************************