Linux-Misc Digest #201, Volume #26                Wed, 1 Nov 00 04:13:02 EST

Contents:
  x10 IBM Home Director (Delfin de las Heras Rico)
  Re: x10 IBM Home Director (Paul Ahlquist)
  Re: LinkSys betrayed us! Poor prospects for Linux. (sfcybear)
  Re: Which is the best distribution? (Victor Dods)
  Re: Which is the best distribution? ("Peter T. Breuer")
  Re: Help, error when booting (J Sloan)
  Re: Corporate email help (J Sloan)
  LVS and https not working...
  Newbie Needs Help With GRUB!! ("David M. Carney")
  cdrecord raises "BLKRASET: no permission" ("Kilian A. Foth")
  Re: Turbolinux ??? ("Matt O'Toole")
  Re: /opt? (Andreas =?iso-8859-1?Q?K=E4h=E4ri?=)
  Re: Copy CD to hard disk (Eric)
  Re: VFAT mounting issues (Eric)
  wrapper program ("Hello World")
  Re: Linux/Windows2000 dual OS (Eric)
  Re: lilo configuration for SCSI hard drives? (Eric)
  Re: wrapper program (Andreas =?iso-8859-1?Q?K=E4h=E4ri?=)
  use php to read from standard input ("Hello World")
  Re: users,groups,persmissions etc (Wayne Pollock)

----------------------------------------------------------------------------

From: Delfin de las Heras Rico <[EMAIL PROTECTED]>
Subject: x10 IBM Home Director
Date: Wed, 01 Nov 2000 05:30:09 -0000



"I'm getting into home automation with X-10, and got the IBM Home Director
kit (www.smarthome.com), which includes an interface (CM-11) that you can
talk to with the serial port."
                         Author: DAVID L. ORMAND ([EMAIL PROTECTED])  


I'm trying to write x10 commands through the serial port. But this thing 
doesn't seem to react.
Does anyone have a functional implementation in C++ for Windows?
Or at least could anyone tell me how the format of the x10 character 
string would look like?



Thanks

--
Posted via CNET Help.com
http://www.help.com/

------------------------------

From: Paul Ahlquist <[EMAIL PROTECTED]>
Subject: Re: x10 IBM Home Director
Date: Wed, 1 Nov 2000 00:42:36 -0500
Reply-To: [EMAIL PROTECTED]

Delfin de las Heras Rico wrote in 
<[EMAIL PROTECTED]>:
> Does anyone have a functional implementation in C++ for
> Windows? Or at least could anyone tell me how the format of the
> x10 character string would look like?

It's not for Windows, but Linux, so there's source code and it's 
in C.  There is a file with the whole X10-CM11 control protocol 
and such.  

qv http://heyu.tanj.com/heyu/

-pea


------------------------------

From: sfcybear <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.networking
Subject: Re: LinkSys betrayed us! Poor prospects for Linux.
Date: Wed, 01 Nov 2000 05:41:53 GMT

I've had no trouble with linksys and tulip drivers on the newer
kernels...


In article <[EMAIL PROTECTED]>,
  Valentin Guillen <[EMAIL PROTECTED]> wrote:
> Arctic,
>
> Gee, why don't you just go over to an m$ newsgroup and post your
reasons
> for "defecting" over to that OS?
>
> I'm sure many people who read this could/would post the info you may
> need, but since there is no request here for info nor assistance, but
> rather a pro-m$ diatribe, I suspect that most readers here will merely
> ignore your whining, and skip on tothe next post.
>


Sent via Deja.com http://www.deja.com/
Before you buy.

------------------------------

Date: Tue, 31 Oct 2000 21:48:48 -0800
From: Victor Dods <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: Re: Which is the best distribution?

John Hasler wrote:
> 
> Victor Dods writes:
> > I've always wondered if, for example when you install KDE or something
> > which provides headers for development later, those Debian/rpm packages
> > install the program as well as the source code?
> 
> I don't understand what you are asking.

When you install a program like KDE with deb/rpm packages, does it also
install the header/source files?  So development programs which need the
KDE header files to compile user-written programs can use them.  I hope
that makes sense :)

Victor Dods

------------------------------

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: Which is the best distribution?
Date: 1 Nov 2000 05:58:51 GMT

Victor Dods <[EMAIL PROTECTED]> wrote:
: John Hasler wrote:
:> Victor Dods writes:
:> > I've always wondered if, for example when you install KDE or something
:> > which provides headers for development later, those Debian/rpm packages
:> > install the program as well as the source code?
:> I don't understand what you are asking.

: When you install a program like KDE with deb/rpm packages, does it also
: install the header/source files?  So development programs which need the

John will answer this better than I, but I'm awake (and waiting to go
to an airport). It Depends On The Package. Usually Not.

A distinction is usually made between end-users who wish to compile
programs and those who don't. Packages with -dev in theor name will
contain the headers and static libraries that a package without the
-dev might well be "lacking". You don't need headers and static
libraries to run an executable! So end-users who don't do any
compilation will be able to avoid them by not installing the -dev
package.

As to KDE ... it seems to come with headers in the "support" package.
At least my old version does (1.1.4).

Peter

------------------------------

From: J Sloan <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux,comp.os.linux.admin,comp.os.linux.help,comp.os.linux.networking,comp.os.linux.questions
Subject: Re: Help, error when booting
Date: Wed, 01 Nov 2000 06:15:08 GMT


==============7CE92D129D7F589180AEB7B3
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Lamar Thomas wrote:

> I am running RH 6.2.  As my system boots up I see a list of services
> starting up and updating their status to [OK] as it rolls up the screen.
> However, I get the following error on the httpd services:
>
> httpd:    Cannot determine local host name
> Use the ServerName directive to set it manually
>
> I have my system connected to the Internet with a Cable modem with a network
> card.  Can someone help me?  Thanks.

You obviously have hostname resolution issues.

At least put something in /etc/hosts to let
your system know what it's name is, and
that it really corresponds with it's IP address,

e.g.

24.0.123.54    myhost.mydomain.org    myhost

jjs

==============7CE92D129D7F589180AEB7B3
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Lamar Thomas wrote:
<blockquote TYPE=CITE>I am running RH 6.2.&nbsp; As my system boots up
I see a list of services
<br>starting up and updating their status to [OK] as it rolls up the screen.
<br>However, I get the following error on the httpd services:
<p>httpd:&nbsp;&nbsp;&nbsp; Cannot determine local host name
<br>Use the ServerName directive to set it manually
<p>I have my system connected to the Internet with a Cable modem with a
network
<br>card.&nbsp; Can someone help me?&nbsp; Thanks.</blockquote>
You obviously have hostname resolution issues.
<p>At least put something in /etc/hosts to let
<br>your system know what it's name is, and
<br>that it really corresponds with it's IP&nbsp;address,
<p>e.g.
<p><tt>24.0.123.54&nbsp;&nbsp;&nbsp; myhost.mydomain.org&nbsp;&nbsp;&nbsp;
myhost</tt>
<p>jjs</html>

==============7CE92D129D7F589180AEB7B3==


------------------------------

From: J Sloan <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux,comp.os.linux.admin,comp.os.linux.help,comp.os.linux.networking
Subject: Re: Corporate email help
Date: Wed, 01 Nov 2000 06:22:25 GMT

Phil Labonte wrote:

> Hello all,
>
> I work for a small company of approx 70 employees, we plan to grow to about
> 200 in the next year.
>
> What kind of linux solutions are there for email?  We want to host our own
> email internally, right now we use our isp.
>
> I checked and for Microsoft Exchange it would cost us about 10000$ in
> licenses and hardware.  What are some Linux solutions that would work with
> our small company?

We run stock Linux (red hat) on our mail servers.
sendmail 8.11 + the imap/pop3 that comes with the OS.

We have over 10,000 user accounts, and handle 2-3
million emails a month. Current uptime is 140 days.
I last booted to install a new 2.2.17-pre kernel.

jjs


------------------------------

From: <[EMAIL PROTECTED]>
Subject: LVS and https not working...
Date: Wed, 01 Nov 2000 06:30:07 -0000

http on port 80 is working fine, https over 443 is another story.  I tried 
connecting directly to the real servers over secure http and it works so I 
know it is something with the routers.  If anyone has this working any 
help would be appreciated...

here is my lvs.cf:

service = lvs
primary = 192.168.1.101
backup = 192.168.1.102
backup_active = 1
heartbeat = 1
heartbeat_port = 1050
keepalive = 3
deadtime = 9

rsh_command = rsh

network = nat
nat_router = 192.168.100.5 eth1:0

virtual web_server {
        scheduler = wlc
        persistent = 300
        pmask = 255.255.255.255
        address = 192.168.1.105 eth0:0
        active = 1
        port = 80
        load_monitor = uptime
        timeout = 5
        reentry = 5
        protocol = tcp

        server web_1 {
                address = 192.168.100.10
                active = 1
                weight = 100
        }

        server web_2 {
                address = 192.168.100.11
                active = 1
                weight = 100
        }
}

virtual https_server {
        scheduler = wlc
        persistent = 300
        pmask = 255.255.255.255
        address = 192.168.1.105 eth0:0
        active = 1
        port = 443
        load_monitor = uptime
        timeout = 5
        reentry = 5
        protocol = tcp

        server web_1 {
                address = 192.168.100.10
                active = 1
                weight = 40
        }

        server web_2 {
                address = 192.168.100.11
                active = 1
                weight = 40
        }
}


--
Posted via CNET Help.com
http://www.help.com/

------------------------------

From: "David M. Carney" <[EMAIL PROTECTED]>
Subject: Newbie Needs Help With GRUB!!
Date: Tue, 31 Oct 2000 21:58:21 +0500

Thanks for reading!

I recently install GRUB on my harddrive. Now, when I boot, it goes into
the GRUB "shell". 

I can boot either Windoze or Linux from there. However, I knew there was
a way to get a really neat menu interface. So I did something that many
don't do - I read the instructions that came with GRUB. 

I discovered that I needed a "menu.lst" file, so I created one EXACTLY as
the instructions indicated, and placed it where the instructions said to
place it. 

That's all the instructions said to do, so I rebooted Linux. No go - no
menu, just the same GRUB "shell".

So I went online and read the FAQ on the GNU website. No answers.

I'm sure SOMEWHERE in my GRUB docs there is at least a hint on haw to get
the menu to work, but I haven't found it.

Can anybody clue me in??

David

------------------------------

From: "Kilian A. Foth" <[EMAIL PROTECTED]>
Subject: cdrecord raises "BLKRASET: no permission"
Date: 1 Nov 2000 07:51:11 GMT

After successfully masquerading my atapi CD burner as a SCSI burner
(like the SuSE distro advised), root can burn CDs with no trouble. But
users get "BLKRASET: no permission" shortly before mastering an image
is finished.

OK, I know enough to know that if root can do something and Joe User
can't, it's a permissions issue. But which permissions are those?
Both my /dev/cdrom and /dev/scd0 are user-readable, and BLKRASET is
apparently not a filename anywhere on my system. What, then, is it?

-- 
I don't speak for Hamburg University, [EMAIL PROTECTED] does that.

------------------------------

Reply-To: "Matt O'Toole" <[EMAIL PROTECTED]>
From: "Matt O'Toole" <[EMAIL PROTECTED]>
Subject: Re: Turbolinux ???
Date: Tue, 31 Oct 2000 18:41:03 -0800


"Christopher W. Aiken" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...

> I just read an article "Linux soars, Red Hat merely flies"
> in the Pittsburgh,Pa USA edition of "Computer User, Nov 2000".
> They indicated that since '98 RH has grown 69% while
> SuSE and Caldera have grown 175%.  They also said that
> TurboLinux has grown a whopping 450% !!!!  Thus knocking
> RH's market share to only 48%.
>
> Anyone have experiances with TurboLinux?  What do they have
> to offer that the other flavors of Linux do not have?  Why
> such a tremendious growth?  $80US seems to be a bit much.
> I know that we have a "beta" server loaned to our company
> that was pre-installed with TurboLinux.  Are large companies
> going Turbo instead of RH/SuSE, etc.?

No, Turbolinux' PR people are just working overtime these days because the
company has filed for an IPO.  Expect the hype to escalate.  Whether the
product is any good is anyone's guess.  Their alleged Asian success may be
because of the product, or merely that they're making a bigger marketing
push over there than the other players.  Take it all with a grain of salt.

Matt O.



------------------------------

From: [EMAIL PROTECTED] (Andreas =?iso-8859-1?Q?K=E4h=E4ri?=)
Subject: Re: /opt?
Date: 1 Nov 2000 09:14:30 +0100

In article <[EMAIL PROTECTED]>, Tijmen Stam wrote:
>This is a multi-part message in MIME format.
>--------------3005B706FFA59C526F6629D0
>Content-Type: text/plain; charset=us-ascii
>Content-Transfer-Encoding: 7bit
>
>Wayne Pollock wrote:
>
>> Johan Kullstam wrote:
>> > ...
>> > i thought that originally, /usr/bin was the stuff that got added by
>> > people at berkeley.
>
>Well, all those replys made me think of the following idea:
>- /boot 32 meg

Why? I run on a Sparc on which I use uncompressed kernels. My "/boot"
directory (not a partition) is 5Mb with three kernels in it. Do you
think ordinary systems often have 18 kernels?

>- /     2giga

Ok.

>- swap 4x127meg (I use some memory-consumers... Why can't I make one big
>swap partition? probably because of some weirdness in SwapFS)

I used to think 64Mb was the upper limit of a swap partition, but this
seems to have changed.  I still can't figure out why you need 500Mb
swap memory.  People who really *eat* memory (like me) buys the real
stuff in RAM chips.  Swap is too slow to be fun doing real work with.

>- /home  leftover, =+- 4,5-5,5 giga (depending on how much i'll leave
>for dos/wi**** error segfault, microsoft dumped)

So, why no separate "/var" or "/usr/local"?

>- and /opt as simlink to /home/opt.

You have a user called 'opt'?

>(in random order)
>
>I mailed this to the FHS, so I'll hope dave puts it in the next version
>;-)

Why? Didn't it occur to you that the Filesystem Hierarchy Standard
isn't specific to GNU/Linux? Some of the things that you've come up
with might be impossible to implement on some Unix systems.

Also note that partition sizes are not discussed by the FHS (the word
"size" is mentioned exactly once in version 2.1).  It's not the
purpose of the FHS to judge the sizes of partitions (or even which
directories that should be partitions).

/A

-- 
Andreas K�h�ri, Uppsala University, Sweden (until 1:st of Dec. 2000)
========================================================================
"If you leave now, you're going to miss the real experience."
-- Richard M. Stallman, Stockholm 1986.  Visit www.gnu.org

------------------------------

From: Eric <[EMAIL PROTECTED]>
Subject: Re: Copy CD to hard disk
Date: Wed, 01 Nov 2000 09:24:05 +0100
Reply-To: [EMAIL PROTECTED]

> 
> Thank you, Mark ... but it doesn't work!
> 
> ls /cdrom
> .           EINL.HTM    KAP02.HTM  KAP08.HTM  KAP14.HTM  KAP20.HTM
> WOCHE2.HTM
> ..          FEEDB.HTM   KAP03.HTM  KAP09.HTM  KAP15.HTM  KAP21.HTM
> WOCHE3.HTM
> ANH_AA.HTM  GRAPHICS    KAP04.HTM  KAP10.HTM  KAP16.HTM  R?CK1.HTM
> ANH_AB.HTM  INDEX.HTM   KAP05.HTM  KAP11.HTM  KAP17.HTM  R?CK2.HTM
> ANH_AC.HTM  INHALT.HTM  KAP06.HTM  KAP12.HTM  KAP18.HTM  R?CK3.HTM
> ANH_AF.HTM  KAP01.HTM   KAP07.HTM  KAP13.HTM  KAP19.HTM  WOCHE1.HTM
> 
> Your sequence, target /dir --> ls /dir gives the same view. E.g.
> references in "WOCHE3.HTM" point to a not existent "inhalt.htm"
> (lowercase). And now?
> 
> Frank
> 
> Sent via Deja.com http://www.deja.com/
> Before you buy.

This cannot be for real,
Are you copying this data to a FAT partition?
Does it work directly from the cdrom?
Or are the cases already messed up there?


Eric

------------------------------

From: Eric <[EMAIL PROTECTED]>
Subject: Re: VFAT mounting issues
Date: Wed, 01 Nov 2000 09:34:49 +0100
Reply-To: [EMAIL PROTECTED]

Michael Shick wrote:
> 
> I'm running redhat 7.0 with the 2.4 test 9 kernel, vfat support
> installed and am having issues loading a FAT32 (logical) partition.
> Every time I issue the mount vfat command I get the following error:
> 
> *mount: block device /dev/hda8 is write-protected, mounting read-only
> *mount: block device /dev/hda8 is not permitted on its filesystem
> 
> I have no idea how to handle this, could the fact the other OS is Win2K
> have anything to do with it?  This is not my boot partition or anything,
> 
> Incidentally I have the NTFS support installed also and attempted to
> mount each of the two NTFS partitions I have on the computer.  I
> sucessfully mounted the primary boot partiton, but recieved the same
> error when I tried to mount the logical.
> 
> I also use bootmagic, it has some partition hiding features, could this
> be related?  my two NTFS and FAT32 partitions show up in the linuxconf
> filesystems pulldown so I don't think that's an issue.
> 
> Any help is appreciated, thanks
> 
> Sent via Deja.com http://www.deja.com/
> Before you buy.

What does fdisk -l /dev/hda show?
And ls -l /dev/hda* ?

Might be a 2.4 prob though, these are still test kernels. If you don't
want problems, run a stable 2.2 kernel.

Eric

------------------------------

From: "Hello World" <[EMAIL PROTECTED]>
Subject: wrapper program
Date: Wed, 1 Nov 2000 16:31:52 +0800

i want to write a wrapper program to store the incoming email to a database,
just like that of majordomo or mailman. where can i find the info?! please
help. thanx.



------------------------------

From: Eric <[EMAIL PROTECTED]>
Subject: Re: Linux/Windows2000 dual OS
Date: Wed, 01 Nov 2000 09:38:01 +0100
Reply-To: [EMAIL PROTECTED]

Gilberto E.Urroz wrote:
> 
> I got this 30GB hard disk computer that my boss bougth for me (nice,
> isn't it?) and I tried to install Linux along with the Windows 2000
> Professional OS that the computer has.  Partition Magic 5.0, which work
> wonderfully under Windows 95 and 98, does not work with Windows 2000
> Professional.
> 
> Can anyone guide me to a web site or other reference on how to install
> Windows 2000 Professional and Linux in the same hard disk?
> 
> Thanks,
> 
> G.Urroz

What do you mean it does not work?
boot to DOS ()perhaps with a bootfloppy) and run PM, I don't see the
problem.

Eric

------------------------------

From: Eric <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: lilo configuration for SCSI hard drives?
Date: Wed, 01 Nov 2000 09:40:57 +0100
Reply-To: [EMAIL PROTECTED]

Ilya wrote:
> 
> I installed a second SCSI hard drive in my all SCSI machine. Where is a
> good example of a /etc/lilo.conf file that allows for a 10 second
> window to select the OS to boot? The device files for the disks
> are /dev/sda and probably /dev/sdb. I don't know what the name for the
> second Windows disk is since it obviously does not show up in Linux df
> command. Right now I manually plug in the correponding hard drive to

No, not in df, but what about dmesg?
and take a look a fdisk too.

Eric

> boot either into Redhat 6.1 or Windows 2000 Pro. My Linux disk is SCSI
> id of 0, my Windows has SCSI id of 1, tape drive 4 and CDROM 6 so there
> is no conflict there.
> 
> Sent via Deja.com http://www.deja.com/
> Before you buy.

------------------------------

From: [EMAIL PROTECTED] (Andreas =?iso-8859-1?Q?K=E4h=E4ri?=)
Subject: Re: wrapper program
Date: 1 Nov 2000 09:53:50 +0100

In article <8tokfm$85c$[EMAIL PROTECTED]>, Hello World wrote:
>i want to write a wrapper program to store the incoming email to a database,
>just like that of majordomo or mailman. where can i find the info?! please
>help. thanx.
>
>

Is this for a systemwide solution or just for a single user?

You may use 'procmail' to do this I guess.  Read the 'procmail' manual
page.  There might be better and more efficient solutions too of
course.


/A

-- 
Andreas K�h�ri, Uppsala University, Sweden (until 1:st of Dec. 2000)
========================================================================
"If you leave now, you're going to miss the real experience."
-- Richard M. Stallman, Stockholm 1986.  Visit www.gnu.org

------------------------------

From: "Hello World" <[EMAIL PROTECTED]>
Subject: use php to read from standard input
Date: Wed, 1 Nov 2000 16:46:44 +0800

how php read from the standard input? any specific functions or variables?



------------------------------

From: Wayne Pollock <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux
Subject: Re: users,groups,persmissions etc
Date: Wed, 01 Nov 2000 03:33:18 -0500

Zip wrote:
> 
> Do you happen to know where someone might find information on what strategies
> are relevant in setting up groups on unix systems?
> 
> Any information would be greatly appreciated.
> 
> Zip

So here's my two cents.  Comments welcome, flames to /dev/null please!

A unix group is not a political entity in your company, it should
reflect a set of users with a particular access need.  For example
most Linux systems set up ppp to run suid root.  But the safer
method is to create a group "modemusers" and add all users that
are allowed to access the modem.  Then make the pppd (and related
programs) group "modemusers" and add group execute (and read for
script files).

(Note most systems only provide a few columns for the groupname
on "ls -l" listings, so it pays to keep user and group names
short!)

Work groups are people with common access needs.  For instance
all web authors that need permission to modify the company web
site's contents.  You can create a group "web", add all web authors
to it, and make files in your website document root rw by group.

This use is supported by two additional features, the sgid permission
on directories that causes new files and subdirectories to "inherit"
the group of the parent directory, regardless of the current
group of the user creating the file.  (After all, a given person
may have different "roles" in the company and in general cannot
be counted upon to use "newgrp" command every time.)  The other
feature is the text (or "sticky") bit on directories that prevents
anyone except the owner to delete or rename the files within.

In an academic setting (my turf), every student is put into
a separate group (which by the way is the default for most Linuxes).
I modify this to add myself as the only other member of those
groups.  Then set umask to 027 so that new files can be accessed
by the owner and group only (that is, me and that student).

Groups can be use to allow easy group communications.  I remember
with older Unixes I've used that the /etc/group group names
could be used with mailx to send email to all members of that
group.  While I doubt that would work today, it shouldn't be
at all difficult to write a small shell or perl script for this:
        > mail `group-members web`
or
        > group-mail web
where "group-mail" is a wrapper script the invokes your favorite
email client with the members of the named group as arguments.
This sort of thing can be used for "write" and other communication
tools too.

Linux (and Unix) support a global login script and a per user
login script, but not a per group login script.  However, if you
setup your groups right you can create a directory (in /etc?)
to hold login scripts per group (each script is named for the
group, e.g., "web").  It is not too difficult to add a bit to
the global login script to extract the list of groups the current
user belongs to, and for each one run the appropriate group login
script.  So, you can create groups for sets of users that need
similar environment settings.  (Note this doesn't work as well
as you might hope!  If some of the groups have incompatible
settings the last group script to run wins.  So run the user's
primary group script last.  Example: web author's umask should be
003, but the same person creating other documents in their home
directory might need a umask of 077.)

Finally, to overcome some of the shortcomings of groups for
the corporate environment, some Unixes (HPUX, AIX) and Linux
support an additional system using ACLs, which allows
individual users to be granted permissions on files and on
directories.  Linux ACLs are non-standard and I haven't used
them myself, but I imagine they are similar to NetWare
permissions.  You might consider setting up ACLs instead of
trying to fine-tune the groups.  For a large organization it
would be a lot of work just to maintain all the groups!
Imagine controlling access per application by using groups:
you need to create one group per controlled application and
continuously add and remove users from these groups.  With
ACLs any user or set of users can be given permission on a file
or a directory (and ACLs inherit to subdirectories I believe)
without setting up a group first.

Hope this helps!

-Wayne Pollock, [EMAIL PROTECTED]

------------------------------


** 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
******************************

Reply via email to