Linux-Development-Sys Digest #603, Volume #8 Mon, 2 Apr 01 04:13:18 EDT
Contents:
Re: Quiet Boot for Linux (Mike Fleetwood)
Re: Quiet Boot for Linux ("Karl Heyes")
Re: Quiet Boot for Linux (MindPatrol)
blob support by linux-db ("Hans-Peter Maurer")
blob in linux-database ("Hans-Peter Maurer")
Re: blob support by linux-db ([EMAIL PROTECTED])
Re: How to handle newline character(s) in a TCP server (David Schwartz)
Re: How to handle newline character(s) in a TCP server (Andrew Gierth)
How to read/write kernel addr, say c0101000? (Gu Weining)
Re: Running Windows/Dos programs in Linux(SuSE) ("Richard Lim")
HELP!!! Why does this crash the kernel (Douglas Hendrix)
Re: WinZip (John Kelly)
Re: setsockopt() return "protcol not available" please help (John Kelly)
Re: How to handle newline character(s) in a TCP server (Joe Pfeiffer)
Re: WinZip ("ray")
Re: HELP!!! Why does this crash the kernel (Chronos Tachyon)
Re: How to read/write kernel addr, say c0101000? (Josef Moellers)
Re: Quiet Boot for Linux (Kasper Dupont)
Re: How to handle newline character(s) in a TCP server (Kasper Dupont)
Re: 8200 Tape drive problems (Manoj Patil)
Re: 8200 Tape drive problems (Manoj Patil)
chinese browser! ("Leo Naboro")
Re: about kernel_thread() in 2.2.16 (Roberto Nibali)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Mike Fleetwood)
Subject: Re: Quiet Boot for Linux
Date: Sun, 1 Apr 2001 22:27:37 +0100
Reply-To: Mike Fleetwood <[EMAIL PROTECTED]>
You want "the Linux [Boot] Progress Patch" from http://lpp.freelords.org/.
It displays a full screen boot logo of your choice.
On Sun, 01 Apr 2001 05:10:42 -0400, Benjamin Scherrey
<[EMAIL PROTECTED]> wrote:
>I've got a techno-phobic client who gets concerned when he sees all the
>things going across his screen when linux boots up. This is enough of an
>issue that I'm prepared to go in and build a customer kernel or whatever
>is necessary to make a linux boot appear even simpler than windows. How
>do I get control over what gets to the screen when linux is booting? Is
>there some parameter I can pass while building the kernel to suppress its
>screen output? Perhaps route it to /dev/null or something?
>
> thanx & later,
>
> Ben Scherrey
--
__ __ _ _ ___ ____ _ ___ ___ _ ___ ___ _
| \/ (_| | _ / _ \ | ___| | / _ \/ _ \| |_ _ _ _/ \/ \ _| |
| |\/| | | |/ | ___| | _| | |_| __| ___| __| \/ \/| O | O / _ |
|_| |_|_|_|\_\\___| |_| |____\___|\___||____\_/^\_/\___/\___/\___|
------------------------------
From: "Karl Heyes" <[EMAIL PROTECTED]>
Subject: Re: Quiet Boot for Linux
Date: Sun, 01 Apr 2001 23:45:01 +0100
In article <[EMAIL PROTECTED]>, "Benjamin
Scherrey" <[EMAIL PROTECTED]> wrote:
> I've got a techno-phobic client who gets concerned when he sees all the
> things going across his screen when linux boots up. This is enough of an
> issue that I'm prepared to go in and build a customer kernel or whatever is
> necessary to make a linux boot appear even simpler than windows. How do I
> get control over what gets to the screen when linux is booting? Is there
> some parameter I can pass while building the kernel to suppress its screen
> output? Perhaps route it to /dev/null or something?
> thanx & later,
The problem is that the boot screen is the console, which typically gets the
messages of a certain level. I don't think there is a quick fix but, one
possible solution is disable the "support for console on virtual terminal"
option. This involves a kernel re-compile etc.
karl
------------------------------
From: [EMAIL PROTECTED] (MindPatrol)
Subject: Re: Quiet Boot for Linux
Date: Sun, 01 Apr 2001 23:37:37 GMT
Reply-To: [EMAIL PROTECTED]
On Sun, 01 Apr 2001 05:10:42 -0400, "Benjamin Scherrey"
<[EMAIL PROTECTED]> wrote:
>I've got a techno-phobic client who gets concerned when he sees all the
>things going across his screen when linux boots up. This is enough of an
>issue that I'm prepared to go in and build a customer kernel or whatever
Search the linux-kernel list archive - there's already a
patch that does this.
John
------------------------------
From: "Hans-Peter Maurer" <[EMAIL PROTECTED]>
Subject: blob support by linux-db
Date: Mon, 2 Apr 2001 02:32:24 +0200
hello world!
i need a linux-database with blob-support...
do you know one...!
thanks in advance
Peter from germany
------------------------------
From: "Hans-Peter Maurer" <[EMAIL PROTECTED]>
Subject: blob in linux-database
Date: Mon, 2 Apr 2001 02:38:29 +0200
hello!!!
what kind of database supports blobs in linux!!
thanks in advance
peter from germany
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: blob support by linux-db
Date: Mon, 02 Apr 2001 01:12:47 GMT
"Hans-Peter Maurer" <[EMAIL PROTECTED]> writes:
> i need a linux-database with blob-support...
> do you know one...!
- Empress has, for many years now.
- Informix Dynamic Server certainly does.
- Oracle doubtless does.
- I'll bet DB/2 does.
- I think Postgresql does.
Mind you, it commonly seems to make more sense to store large binary
objects in more specialized database structures. There have been
various database systems developed specifically for this purpose, on
Linux, notably including one that is widely used called "ext2," with
ongoing "BLOB" research going into journalled alternatives such as
"ext3," "XFS," "JFS," and "ReiserFS."
--
(concatenate 'string "aa454" "@freenet.carleton.ca")
http://vip.hyperusa.com/~cbbrowne/resume.html
Editing is a rewording activity.
-- Alan Perlis
[And EMACS a rewording editor. Ed.]
------------------------------
From: David Schwartz <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.programmer,comp.os.linux.development.apps
Subject: Re: How to handle newline character(s) in a TCP server
Date: Sun, 01 Apr 2001 18:24:37 -0700
anthony stuckey wrote:
> > Sadly, the 'Internet standard line ending' is a carriage return
> >followed by a newline. So you probably should use it even if designing a
> >new protocol.
>
> Why is that sad? It's the correct way to do this.
It's sad for three reasons:
1) It wastes a byte.
2) It complicates the process of locating and processing line endings.
3) It adds an extra character that can't legally be part of a line.
DS
------------------------------
From: Andrew Gierth <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.programmer,comp.os.linux.development.apps
Subject: Re: How to handle newline character(s) in a TCP server
Date: 02 Apr 2001 02:43:45 +0100
>>>>> "David" == David Schwartz <[EMAIL PROTECTED]> writes:
>>> Sadly, the 'Internet standard line ending' is a carriage return
>>> followed by a newline. So you probably should use it even if
>>> designing a new protocol.
>> Why is that sad? It's the correct way to do this.
David> It's sad for three reasons:
David> 1) It wastes a byte.
David> 2) It complicates the process of locating and processing line endings.
David> 3) It adds an extra character that can't legally be part of a line.
4) it causes interminable arguments about what to do about broken
clients that only send LF without CR.
--
Andrew.
comp.unix.programmer FAQ: see <URL: http://www.erlenstar.demon.co.uk/unix/>
or <URL: http://www.whitefang.com/unix/>
------------------------------
From: Gu Weining <[EMAIL PROTECTED]>
Subject: How to read/write kernel addr, say c0101000?
Date: Sun, 01 Apr 2001 21:11:39 -0500
In my driver, I try to read/write some kernel address.
But I always got Segmentation fault. Sounds like my
access method is wrong. I copied my char driver code
running with Linux v2.2.1x as follows:
int address, value;
address = 0xc0101000;
address = address - PAGE_OFFSET;
/* even I set either PAGE_OFFSET=0 or
PAGE_OFFSET=c0000000, still wrong */
value = (*(int *)address);
value++; /* access this address */
****** Segmentation fault ******
Would you please give me some hint? Thank you so much.
Weining Gu
------------------------------
From: "Richard Lim" <[EMAIL PROTECTED]>
Subject: Re: Running Windows/Dos programs in Linux(SuSE)
Date: Mon, 2 Apr 2001 10:33:43 +0800
you may want to try win4lin.
"Timothy" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> My question is: Can Windows95/DOS programs be executed in Linux? If
> so,how? If not, why not?
>
> When I try it, it gives me a message "cannot execute binaries". Duh!?
>
> --
> Posted via CNET Help.com
> http://www.help.com/
------------------------------
From: Douglas Hendrix <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.apps
Subject: HELP!!! Why does this crash the kernel
Date: Mon, 02 Apr 2001 03:02:31 GMT
Hi all, I am in desperate need if help :(
I am writing a kernel module and there is one line of code
that completely screws up the kernel. Problems range from
completely hanging the system to corrupting the keyboard
input. I've tested it on 5 machines and only my HP laptop
can stomach the line in question. Here is some sample code
that reproduces the problem. I'm writing one byte of code
to the serial base address + 4 bytes.
#include <sys/io.h>
main()
{
iopl(3);
outb(0x3f8+0x4,0x8);
}
Does anyone know why this is so fatal to the linux kernel?
Is the 4 byte offset from the serial port base overwriting
something important? I thought the serial port reserved more
than 4 bytes after its base address. In ioports it says
0x3F8 - 0x3FF, so that is 8 bytes, right?
Douglas Hendrix
------------------------------
From: John Kelly <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: WinZip
Date: Sun, 01 Apr 2001 21:24:15 -0600
ray wrote:
> I could not find the unzip program. Where can I download them?
>
>
URL : ftp://ftp.info-zip.org/pub/infozip/UnZip.html
Here's the whole RPM schpiel:
ame : unzip Relocations: (not
relocateable)
Version : 5.41 Vendor: Red Hat, Inc.
Release : 3 Build Date: Wed 12 Jul 2000
10:43:01
PM MDT
Install date: Sun 29 Oct 2000 12:43:30 AM MDT Build Host:
porky.devel.redha
t.com
Group : Applications/Archiving Source RPM:
unzip-5.41-3.src.rpm
Size : 345286 License: BSD
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : ftp://ftp.info-zip.org/pub/infozip/UnZip.html
Summary : A utility for unpacking zip files.
Description :
The unzip utility is used to list, test, or extract files from a zip
archive. Zip archives are commonly found on MS-DOS systems. The zip
utility, included in the zip package, creates zip archives. Zip and
unzip are both compatible with archives created by PKWARE(R)'s PKZIP
for MS-DOS, but the programs' options and default behaviors do differ
in some respects.
Install the unzip package if you need to list, test or extract files
from
a zip archive.
------------------------------
From: John Kelly <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: setsockopt() return "protcol not available" please help
Date: Sun, 01 Apr 2001 21:32:42 -0600
Those options aren't settable in 2.2.16. The "gets" only return hard-coded
zeros.
The options are supported in 2.4.
-jk
"FREDRIK LINDSTR�M" wrote:
> The kernel version is 2.2.16-22
>
> /Fredrik
>
> "Madhava S Bhamy" <[EMAIL PROTECTED]> skrev i meddelandet
> news:[EMAIL PROTECTED]...
> > "FREDRIK LINDSTR�M" wrote:
> >
> > > Hi folks!
> > >
> > > I want to port my OS/2 server written in C to Linux. But now I am stuck
> so I
> > > could really need som help here.
> > >
> > > When I try to set the SO_RCVTIMEO and SO_SNDTIMEO setsockopt() return
> > > "protocol not available". When
> > > setting SO_REUSEADDR with setsockopt() the return is 0 = okey.
> > >
> > >
> > >
> >
> > what is the linux kernel version ?
> >
------------------------------
From: Joe Pfeiffer <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.programmer,comp.os.linux.development.apps
Subject: Re: How to handle newline character(s) in a TCP server
Date: 01 Apr 2001 21:04:40 -0600
David Schwartz <[EMAIL PROTECTED]> writes:
> anthony stuckey wrote:
>
> > > Sadly, the 'Internet standard line ending' is a carriage return
> > >followed by a newline. So you probably should use it even if designing a
> > >new protocol.
> >
> > Why is that sad? It's the correct way to do this.
>
> It's sad for three reasons:
>
> 1) It wastes a byte.
>
> 2) It complicates the process of locating and processing line endings.
>
> 3) It adds an extra character that can't legally be part of a line.
4) It confuses the logical notion of ``start a new line'' with sending
commands to a device rendering the text.
--
Joseph J. Pfeiffer, Jr., Ph.D. Phone -- (505) 646-1605
Department of Computer Science FAX -- (505) 646-1002
New Mexico State University http://www.cs.nmsu.edu/~pfeiffer
SWNMRSEF: http://www.nmsu.edu/~scifair
------------------------------
From: "ray" <[EMAIL PROTECTED]>
Subject: Re: WinZip
Date: Mon, 2 Apr 2001 11:56:28 +0800
Thanks, I have got it already.
Thanks anyway.
------------------------------
From: Chronos Tachyon <[EMAIL PROTECTED]>
Subject: Re: HELP!!! Why does this crash the kernel
Crossposted-To: comp.os.linux.development.apps
Date: Mon, 02 Apr 2001 05:06:46 GMT
On Sun 01 Apr 2001 10:02, Douglas Hendrix wrote:
> Hi all, I am in desperate need if help :(
>
[Snip]
>
> #include <sys/io.h>
> main()
> {
> iopl(3);
> outb(0x3f8+0x4,0x8);
> }
>
[Snip]
This crashed the kernel because you probably didn't mean to write the
number 0x3fc into port 0x08. :-) Also, your code will conflict with the
existing serial port driver unless it isn't loaded in the kernel. Doing
anything with I/O ports in userspace is inherently painful.
--
Chronos Tachyon
Guardian of Eristic Paraphernalia
Gatekeeper of the Region of Thud
[Reply instructions: My real domain is "echo <address> | cut -d. -f6,7"]
------------------------------
From: Josef Moellers <[EMAIL PROTECTED]>
Subject: Re: How to read/write kernel addr, say c0101000?
Date: Mon, 02 Apr 2001 08:46:07 +0200
Gu Weining wrote:
> =
> In my driver, I try to read/write some kernel address.
> But I always got Segmentation fault. Sounds like my
> access method is wrong. I copied my char driver code
> running with Linux v2.2.1x as follows:
> =
> int address, value;
> address =3D 0xc0101000;
> address =3D address - PAGE_OFFSET;
> /* even I set either PAGE_OFFSET=3D0 or
> PAGE_OFFSET=3Dc0000000, still wrong */
> =
> value =3D (*(int *)address);
> value++; /* access this address */
> ****** Segmentation fault ******
> =
> Would you please give me some hint? Thank you so much.
You mustn't subtract PAGE_OFFSET!
The kernel runs in its own virtual address space which starts at
PAGE_OFFSET.
It should have run when you set PAGE_OFFSET to 0 (again, DONT subtract
PAGE_OFFSET!).
The fact, that you mention "segmentation fault" suggests that you try to
do this access from user land. The kernel would tell you "Oops" ...
-- =
Josef M=F6llers (Pinguinpfleger bei FSC)
If failure had no penalty success would not be a prize
-- T. Pratchett
------------------------------
From: Kasper Dupont <[EMAIL PROTECTED]>
Subject: Re: Quiet Boot for Linux
Date: Mon, 02 Apr 2001 07:19:51 +0000
Benjamin Scherrey wrote:
>
> I've got a techno-phobic client who gets concerned when he sees all the
> things going across his screen when linux boots up. This is enough of an
> issue that I'm prepared to go in and build a customer kernel or whatever
> is necessary to make a linux boot appear even simpler than windows. How
> do I get control over what gets to the screen when linux is booting? Is
> there some parameter I can pass while building the kernel to suppress its
> screen output? Perhaps route it to /dev/null or something?
>
> thanx & later,
>
> Ben Scherrey
All you have to do is give "console=null" as argument to
the kernel. The kernel argument can be specified in your
loader configuration. If you use lilo the configuration
is in /etc/lilo.conf. Find the default option and make a
copy, then edit the append option. When the new config
is saved run /sbin/lilo.
Example, if the default looks like this:
image=/boot/vmlinuz
label=linux
read-only
root=/dev/hda5
append="hdc=ide-scsi"
You can change it into this:
image=/boot/vmlinuz
label=linux
read-only
root=/dev/hda5
append="hdc=ide-scsi console=null"
image=/boot/vmlinuz
label=linux-old
read-only
root=/dev/hda5
append="hdc=ide-scsi"
In some distributions it can also be specified when you
install the system, but no need to reinstall just to
change this.
--
Kasper Dupont
------------------------------
From: Kasper Dupont <[EMAIL PROTECTED]>
Crossposted-To: comp.unix.programmer,comp.os.linux.development.apps
Subject: Re: How to handle newline character(s) in a TCP server
Date: Mon, 02 Apr 2001 07:29:34 +0000
Joe Pfeiffer wrote:
>
> David Schwartz <[EMAIL PROTECTED]> writes:
>
> > anthony stuckey wrote:
> >
> > > > Sadly, the 'Internet standard line ending' is a carriage return
> > > >followed by a newline. So you probably should use it even if designing a
> > > >new protocol.
> > >
> > > Why is that sad? It's the correct way to do this.
> >
> > It's sad for three reasons:
> >
> > 1) It wastes a byte.
> >
> > 2) It complicates the process of locating and processing line endings.
> >
> > 3) It adds an extra character that can't legally be part of a line.
>
> 4) It confuses the logical notion of ``start a new line'' with sending
> commands to a device rendering the text.
This is exactly the reasons why I don't think you should
use two character line breaks in new protocols.
TCP is a binary stream protocol, you are free to implement
whatever text stream you want on top of that. Two char
line breaks should only be used if you need to be
compatible with existing software.
The two char line breaks are not used everywhere on the
internet. When I fetch a page from my webserver it sends
only 10 as line break.
--
Kasper Dupont
------------------------------
From: Manoj Patil <[EMAIL PROTECTED]>
Subject: Re: 8200 Tape drive problems
Date: Mon, 02 Apr 2001 13:20:01 +0530
Jerry Peters wrote:
> Manoj Patil <[EMAIL PROTECTED]> wrote:
> > Hi !
> > I have IBM PC with Red Hat 6.2 (kernel 2.2.14)
> > I have connected two SCSI tape drives to this machine
> > I am not able to change the density and block size for one of the tape
> > drive
>
> > $ cat /proc/scsi/scsi shows me following
> > Attached devices
> > Host: scsi0 Channel: 00 ID: 02 Lun:00
> > Vendor: EXABYTE Model: IBM-8505 Rev: 7J0A
> > Type: Sequential-Access ANSI SCSI
> > revision: 02
> > Host: scsi0 Channel: 00 ID: 03 LUN:00
> > Vendor: EXABYTE Model: EXB-8200 Rev:2680
> > Type: Sequential-Access ANSI SCSI
> > revision: 01 CCS
>
> > $mt -f /dev/nst1 status
> > SCSI 1 tape drive
> > File number =-1, block number=-1
> > Tape block size 0 bytes. Density code 0x0 (default)
> > Soft error count since last status=0
> > General status bits on (1010000):
> > ONLINE IM_REP_EN
>
> > On this tape if i try to change the blksize or the density, I get
> > following error
> > ( mt -f /dev/nst1 setblk 1024 and setdensity 0x14)
>
> > st1: Error with sense data: [valid=0] Infofld=0x0 , EOM current
> > st09:01:sense key Illiegal request
> > /dev/nst1: Input/Output Error
>
> > However, I am able to do a tar cvf and tar tvf on this tape using a
> > 112M cartridge.
>
> > Can some one please help me in how to go about changing the blk size .
>
> > (I am able to change block size and density on the other tape i.e
> > /dev/nst0)
>
> It looks like you don't have a tape in the drive. My 4mm dat rejects
> certain commands, including setblksize when there's no tape present.
> This appears to be dependent on the drive itself, I've used other 4mm
> drives that will accept setblksize even without a tape.
>
> Jerry
Jerry,
Thanks for your note. I have confirmed that the drive has a tape in it. But
it does not allow me to change the block size and the density. But I am
able to do it for the other tape. I think this must be something to do with
the scsi device driver subsytem
------------------------------
From: Manoj Patil <[EMAIL PROTECTED]>
Subject: Re: 8200 Tape drive problems
Date: Mon, 02 Apr 2001 13:20:15 +0530
Jerry Peters wrote:
> Manoj Patil <[EMAIL PROTECTED]> wrote:
> > Hi !
> > I have IBM PC with Red Hat 6.2 (kernel 2.2.14)
> > I have connected two SCSI tape drives to this machine
> > I am not able to change the density and block size for one of the tape
> > drive
>
> > $ cat /proc/scsi/scsi shows me following
> > Attached devices
> > Host: scsi0 Channel: 00 ID: 02 Lun:00
> > Vendor: EXABYTE Model: IBM-8505 Rev: 7J0A
> > Type: Sequential-Access ANSI SCSI
> > revision: 02
> > Host: scsi0 Channel: 00 ID: 03 LUN:00
> > Vendor: EXABYTE Model: EXB-8200 Rev:2680
> > Type: Sequential-Access ANSI SCSI
> > revision: 01 CCS
>
> > $mt -f /dev/nst1 status
> > SCSI 1 tape drive
> > File number =-1, block number=-1
> > Tape block size 0 bytes. Density code 0x0 (default)
> > Soft error count since last status=0
> > General status bits on (1010000):
> > ONLINE IM_REP_EN
>
> > On this tape if i try to change the blksize or the density, I get
> > following error
> > ( mt -f /dev/nst1 setblk 1024 and setdensity 0x14)
>
> > st1: Error with sense data: [valid=0] Infofld=0x0 , EOM current
> > st09:01:sense key Illiegal request
> > /dev/nst1: Input/Output Error
>
> > However, I am able to do a tar cvf and tar tvf on this tape using a
> > 112M cartridge.
>
> > Can some one please help me in how to go about changing the blk size .
>
> > (I am able to change block size and density on the other tape i.e
> > /dev/nst0)
>
> It looks like you don't have a tape in the drive. My 4mm dat rejects
> certain commands, including setblksize when there's no tape present.
> This appears to be dependent on the drive itself, I've used other 4mm
> drives that will accept setblksize even without a tape.
>
> Jerry
Jerry,
Thanks for your note. I have confirmed that the drive has a tape in it. But
it does not allow me to change the block size and the density. But I am
able to do it for the other tape. I think this must be something to do with
the scsi device driver subsytem
------------------------------
From: "Leo Naboro" <[EMAIL PROTECTED]>
Subject: chinese browser!
Date: Mon, 2 Apr 2001 15:50:25 +0800
hi,i wanna look for a small browser under embedded environment,and it should
support the chinese.Does anywhere i can find? thanks!
Leo Naboro
------------------------------
From: Roberto Nibali <[EMAIL PROTECTED]>
Subject: Re: about kernel_thread() in 2.2.16
Date: Mon, 02 Apr 2001 10:08:22 +0200
tlin wrote:
>
> hi, all,
>
> I would like to use kernel_thread() to create new threads in the 2.2.16
> kernel
> (called within init_module of my loadable module.). Is there anyone who has
> similar experience and would like to share with me? Thanks a lot!
>
> tlin
Hi,
I've made some experiences, mostly crashing ones :). I wanted to develop a
kernel
thread that does synchronize certain state transition tables from one kernel to
another one using the netlink interface and UDP. I got my knowledge about kernel
threads from the kernel sources (grep kernel_thread ...) and following page:
http://www.scs.ch/~frey/linux/kernelthreads.html
There was also a discussion recently about kernel_thread() and zombies (exactly
my problem) in lkm on lkml:
http://marc.theaimsgroup.com/?l=linux-kernel&m=98526238414376&w=2
HTH,
Roberto Nibali, ratz
--
mailto: `echo [EMAIL PROTECTED] | sed 's/[NOSPAM]//g'`
------------------------------
** 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 by posting to the
comp.os.linux.development.system newsgroup.
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-Development-System Digest
******************************