Linux-Misc Digest #464, Volume #26                Mon, 4 Dec 00 10:13:02 EST

Contents:
  Re: Network problem: don't know where to look ("Tauno Voipio")
  Re: dd over ethernet (Sebastian Hans)
  Re: Color Printing Quality (Bruce Stephens)
  Re: Cannot telnet nor ftp to server (Harold Henry)
  Please Help me with last setup issue (sendmail?) ([EMAIL PROTECTED])
  Re: Screen shots. (Edwin Johnson)
  Plexwriter 12/10/32A not verify after write (Monika Strack)
  Accessing a Linux Partition on DOS/NT with Active Perl (Wayne Watson)
  Re: Please Help me with last setup issue (sendmail?) (Jean-David Beyer)
  Problem on my IBM ThinkPad ("Y W Wong")
  Re: Extracting Files from a Linux Tape on a Broken Linux (Lee Allen)
  Re: Runing WINE without WINDOWS partition (Lee Allen)
  Re: Oracle 8i on RH Linux 7.0 ([EMAIL PROTECTED])
  shutdown problem (Rafael)
  stty erase ^H     not working!!!!! ("Andrew Carlisle")

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

From: "Tauno Voipio" <[EMAIL PROTECTED]>
Subject: Re: Network problem: don't know where to look
Date: Mon, 04 Dec 2000 12:16:18 GMT


"Jan Erik Moström" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I'm slowly getting desperate over my Linux machine ...
> frankly I (and yes I'm a newbie to Linux) have no idea
> what to do to get it to connect to my network at home.
> And I would be VERY GRATEFUL if someone could help me
> in getting it up and running.
>
> Here are the facts:
>
> My network at home
>
>   Mac G4 ----------- Hub -------- PowerBook
>   (IP 10.1.1.2)       |           (IP 10.1.1.3)
>                       |
>                       |
>                  PC running SuSE
>                  (IP 10.1.1.11)
>
> The Linux machine is running SuSE 7.0 with no updates
> except for KDE2 and the driver for my network card. The
> network card is a D-Link DFE-530TX and the hub is a D-Link
> DE-805TP. Everything on the linux machine is working fine
> (as far as I understand). The only problem is that it can't
> see the other two machines and they can't see the Linux
> machine (I tried ping, ftp, telnet, http).
>
> The Macs see each other and I can use http, etc.
>
> I started by checking the cable between the hub and the
> Linux machine and it sees OK, the indicator lights on the
> card and the hub is both turned on. When I send something
> using the Macs I can see the indicator lights flickering
> but not when I ping from the linux machine.
>
> I issued the ifconfig command and it lists eth0 as up and
> running.
>
> eth0    Link encap:Ethernet  HWaddr 00:00:00:00:00:00
>         inet addr:10.1.1.11  Bcast:10.1.1.255  Mask:255.255.255.0
>         UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>         RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>         TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>         collisions:0 tcqueuelen:100
>         Interrupt:9 Base address:0xcc00
>
> If I type "route -n" I get
>
> Destination     Gateway     Genmask         Flags Metric Ref  Use Iface
> 10.1.1.0        0.0.0.0     255.255.255.0   U     0      0      0 eth0
> 127.0.0.0       0.0.0.0     255.0.0.0       U     0      0      0 lo
>

What we have:

1. The physical connection to the hub is supposedly there, if link LEDs
light at both ends.

2. The network card MAC address (00:00:00:00:00:00) is sick. Check what
address is in the sticker on the card (6 hexadecimal bytes). Force it on the
card by adding to the ifconfig command: ether the-real-MAC-address, e.g.
ether 00:00:12:34:56:78.

3. There is no indication whether the network card works (pinging *any* of
your own addresses will not do: it is internally looped back).

4. IMHO, the routing is OK for this net.

What can be done:

Try to fire up tcpdump on another console (xterm or virtual console) and
ping etiher of the Apples.

     tcpdump -nl | tee tcpdump.log

See if there is any life. There should be some ARP packets and then ICMP
echo packets and responses. Check if there are any interrupts on IRQ 9 (see
/proc/interrupts).

Tauno Voipio
tauno voipio @ iki fi




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

From: Sebastian Hans <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,alt.linux
Subject: Re: dd over ethernet
Date: Mon, 04 Dec 2000 13:39:22 +0100

Hugh Gibson wrote:
> 
>         tar cvfb  -  20 * | rsh remotebox dd of=/home/mydir/image.tar  obs=20b

You might want to gzip the tar archive before sending it over the net.
(Insert "gzip -c |" between  the "|" and "rsh".

HAND
seb

-- 
   -------------------=====#####OOOOOOOO#####=====----c---c----------
sebastian hans - [EMAIL PROTECTED]      `\O/'  don't panic
student of comp sci - technical university of munich  \-^-/  ...just RUN
i'm a .signature virus! copy me into your ~/.signature to help me spread

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

From: Bruce Stephens <[EMAIL PROTECTED]>
Subject: Re: Color Printing Quality
Date: 04 Dec 2000 12:58:07 +0000

[EMAIL PROTECTED] (Dances With Crows) writes:

[...]

> (Printers in general are a pain to set up under Unix.  Work is being
> done, but there are a bunch of developers headed in all directions at
> once.)

I've felt that for a long time, but I think CUPS may be the solution.
It's not great for HP inkjets, but that's because HP doesn't provide
sufficient information.  For Epsons, CUPS together with the driver
from gimp-print produces output that's about as good as the Windows
drivers.  For real PostScript printers (like the HP we've got at
work), all you do is provide the PPD file (which you need Windows to
extract, of course), and you get all the features you'd get from the
Windows driver.

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

From: [EMAIL PROTECTED] (Harold Henry)
Subject: Re: Cannot telnet nor ftp to server
Date: 4 Dec 2000 13:19:13 GMT

Do you hav wu-ftp installed ???
Do you have the telnetd installed ?

Harold

In article <[EMAIL PROTECTED]>,
        "Rick Goh" <[EMAIL PROTECTED]> writes:
> I cannot telnet nor FTP to my server: linux kernel 2.2.17.
> i am running IP MASQ (i wonder if this would affect).
> 
> Error msg:
> "Connection closed by foreign host."
> 
> Note: Yes, i have inet started. i even started xinetd. But just can't work.
> 
> If have come across this same problem, please reply..
> 
> Regards.
> 
> 
> 

-- 


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

From: [EMAIL PROTECTED]
Subject: Please Help me with last setup issue (sendmail?)
Date: Mon, 04 Dec 2000 13:29:05 GMT

Please Help me with last setup issue (sendmail?)

If I type in mail [EMAIL PROTECTED] after login into my ISP I getting
the following email error back. Can someone please help me and email me
back at [EMAIL PROTECTED] if you think that you can help

--Error
>From [EMAIL PROTECTED] Mon Dec  4 07:23:32 2000
Date: Sat, 2 Dec 2000 21:48:30 -0500
From: Mail Delivery Subsystem <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Returned mail: see transcript for details

The original message was received at Sat, 2 Dec 2000 21:48:29 -0500
from jsmith@localhost

   ----- The following addresses had permanent fatal errors -----
[EMAIL PROTECTED]
    (reason: 553 <[EMAIL PROTECTED]>... Access denied,name
sabrina3.smithdomain unknown to DNS)

   ----- Transcript of session follows -----
... while talking to siaction.com.:
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=43
<<< 553 <[EMAIL PROTECTED]>... Access denied,name
sabrina3.smithdomain unknown to DNS
501 5.6.0 [EMAIL PROTECTED] Data format error

    [ Part 2: "Delivery Status" ]

Reporting-MTA: dns; sabrina3.smithdomain
Arrival-Date: Sat, 2 Dec 2000 21:48:29 -0500

Final-Recipient: RFC822; [EMAIL PROTECTED]
Action: failed
Status: 5.1.3
Diagnostic-Code: SMTP; 553 <[EMAIL PROTECTED]>... Access
denied,name sabrina3.smithdomain unknown to DNS
Last-Attempt-Date: Sat, 2 Dec 2000 21:48:30 -0500


    [ Part 3: "Included Message" ]

Date: Sat, 2 Dec 2000 21:48:29 -0500
From: Johnathan Mark Smith <jsmith>
To: [EMAIL PROTECTED]
Subject: test

test

-- End of Error

Thanks



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

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

From: [EMAIL PROTECTED] (Edwin Johnson)
Subject: Re: Screen shots.
Reply-To: [EMAIL PROTECTED]
Date: 4 Dec 2000 13:55:59 GMT

The program xv will allow you to capture screen with several options. It
should already be on your system.

...Edwin

On Fri, 01 Dec 2000 21:03:42 GMT, Kyle Parfrey <[EMAIL PROTECTED]> wrote:
>Hey.
>Does anyone know how to do screen shots in kde or gnome? I tried "print
>screen" and pasting
>into gimp and it didn't work.
>Thanks.
>Ykle


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~   Edwin Johnson ....... [EMAIL PROTECTED]  ~
~        http://www.shreve.net/~elj       ~
~                                         ~
~ "Once you have flown, you will walk the ~
~ earth with your eyes turned skyward,    ~
~ for there you have been, there you long ~
~ to return." -- da Vinci                 ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


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

From: Monika Strack <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Plexwriter 12/10/32A not verify after write
Date: Mon, 04 Dec 2000 14:56:51 +0100
Reply-To: [EMAIL PROTECTED]

 Hallo,

In on PC I have a Plexwriter for read and write only. I have
install thisATAPI-CDRW like it is describet in the CD-Write-HOWTO
and "cdrecord -scanbus" found the CD-Writer.
I can write CDs with Xcdroast, but I dont can verify the CDs and I can
not read anny other CDs.
The CD, which I have burne can I read in other PCs, it is ok.


I use RedHat 6.2 with the Kernel 2.2.17.  Loopback device, IDE-CD,
IDE-SCSI, SCSI-Support,
Generic SCSI and SCSI-CD are modules; The ISO 9660-filesystem and the
Joliet-Filesystems are
in the kernel. The vendor-vendor spezific Option are enabelt.

Here ware my configurations and the logs for this machine:

/etc/lilo.conf
:
image=/boot/bzImage-2.2.17-5
        label=linux
        read-only
        root=/dev/hda1
        append="hdc=ide-scsi"
:

/etc/conf.modules
options ide-cd ignore=hdc            # tell the ide-cd module to ignore
hdc
alias scsi_hostadapter ide-scsi
alias scd0 sr_mod                    # load sr_mod upon access of scd0
#pre-install ide-scsi modprobe imm    # uncomment for some ZIP drives
only
pre-install sg     /sbin/modprobe ide-scsi # load ide-scsi before sg
pre-install sr_mod /sbin/modprobe ide-scsi # load ide-scsi before sr_mod

pre-install ide-scsi /sbin/modprobe ide-cd # load ide-cd   before
ide-scsi

> ls -lsa /dev/cdrom
0 lrwxrwxrwx    1 root     root            4 Nov 29 09:22 /dev/cdrom ->
scd0

> cdrecord -scanbus
Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling
Using libscg version 'schily-0.1'
scsibus0:
        0,0,0     0) 'PLEXTOR ' 'CD-R   PX-W1210A' '1.02' Removable
CD-ROM
        0,1,0     1) *
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *

> lsmod
Module                  Size  Used by
ide-scsi                7316   0  (autoclean)
sg                         12160   0  (autoclean)
scsi_mod           37860   2  (autoclean) [ide-scsi sg]

> mount /dev/cdrom -t iso9660 /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
       or too many mounted file systems

> lsmod
Module                  Size  Used by
ide-scsi                 7316   0  (autoclean)
sr_mod                17064   0  (autoclean)
cdrom                  27100   0  (autoclean) [sr_mod]
scsi_mod             37860   2  (autoclean) [ide-scsi sr_mod]


/var/log/messages
:
Nov 29 09:23:05  localhost kernel: scsi0 : SCSI host adapter emulation
for IDE ATAPI devices
Nov 29 09:23:05 localhost kernel: scsi : 1 host.
Nov 29 09:23:05 localhost kernel:   Vendor: PLEXTOR   Model: CD-R
PX-W1210A  Rev: 1.02
Nov 29 09:23:05 localhost kernel:   Type:
CD-ROM                             ANSI SCSI revision: 02
Nov 29 09:23:05 localhost kernel: Detected scsi CD-ROM sr0 at scsi0,
channel 0, id 0, lun 0
Nov 29 09:23:05 localhost kernel: sr0: scsi3-mmc drive: 32x/32x writer
cd/rw xa/form2 cdda tray
Nov 29 09:23:05 localhost kernel: Uniform CD-ROM driver Revision: 3.11
Nov 29 09:23:05 localhost kernel: ide-scsi: The scsi wants to send us
more data than expected - discarding data
Nov 29 09:23:05 localhost last message repeated 83 times
Nov 29 09:23:05 localhost kernel: Unable to identify CD-ROM format.

Can someone help we.

Thanks

Monika

--
________________________________________________________________________________
Monika Strack
Institut fuer Tierzucht und Tierverhalten
Bundesforschungsanstalt fuer Landwirschaft

31535 Neustadt               e-mail: [EMAIL PROTECTED]
Germany                      Tel: +49 5034 /871 154
                             Fax: +49 5034 /92579
_______________________________________________________________________________




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

From: Wayne Watson <[EMAIL PROTECTED]>
Subject: Accessing a Linux Partition on DOS/NT with Active Perl
Date: Mon, 04 Dec 2000 06:15:53 -0800
Reply-To: [EMAIL PROTECTED]

Sometime ago I had both NT an Linux booting from my machine. I managed to clobber 
Linux and can no
longer access it. However, the partition for it looks alive and contains some C and 
Perl source code

I'd like to retrieve. I'm thinking of doing it with ActivePerl, but have little 
experience with it.
I do believe Perl has an open statement to get to a disk drive. When I last programmed 
in Perl on
Unix some years ago, I recall being able to open a directory. Probably something like
open("/mydirectory", ...). I would expect ActivePerl under DOS/NT to have something 
similar. For
example, open("C:",...) or something like open("E:\folderX"). Maybe there's something 
like
pen("LinuxExt:H", ...). Once the directory is open it is then very easy to recursively 
work one's
way through subdirectories and the files contained in each directory. So the question 
is how does
one open a DOS folder in DOS/NT, and more to my particular concern, how does one open 
a Linux
extension found on DOS/NT disk? open(/dev/hda3,...) ????

--
                              "It's better to wear out than rust out"
                                 -- Theodore Roosevelt, 26th U.S. President

                                            Wayne T. Watson



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

From: Jean-David Beyer <[EMAIL PROTECTED]>
Subject: Re: Please Help me with last setup issue (sendmail?)
Date: Mon, 04 Dec 2000 09:16:27 -0500

[EMAIL PROTECTED] wrote:
> 
> Please Help me with last setup issue (sendmail?)
> 
> If I type in mail [EMAIL PROTECTED] after login into my ISP I getting
> the following email error back. Can someone please help me and email me
> back at [EMAIL PROTECTED] if you think that you can help
> 
> --Error
> From [EMAIL PROTECTED] Mon Dec  4 07:23:32 2000
> Date: Sat, 2 Dec 2000 21:48:30 -0500
> From: Mail Delivery Subsystem <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Returned mail: see transcript for details
> 
> The original message was received at Sat, 2 Dec 2000 21:48:29 -0500
> from jsmith@localhost
> 
>    ----- The following addresses had permanent fatal errors -----
> [EMAIL PROTECTED]
>     (reason: 553 <[EMAIL PROTECTED]>... Access denied,name
> sabrina3.smithdomain unknown to DNS)
> 
>    ----- Transcript of session follows -----
> ... while talking to siaction.com.:
> >>> MAIL From:<[EMAIL PROTECTED]> SIZE=43
> <<< 553 <[EMAIL PROTECTED]>... Access denied,name
> sabrina3.smithdomain unknown to DNS
> 501 5.6.0 [EMAIL PROTECTED] Data format error
> 
>     [ Part 2: "Delivery Status" ]
> 
> Reporting-MTA: dns; sabrina3.smithdomain
> Arrival-Date: Sat, 2 Dec 2000 21:48:29 -0500
> 
> Final-Recipient: RFC822; [EMAIL PROTECTED]
> Action: failed
> Status: 5.1.3
> Diagnostic-Code: SMTP; 553 <[EMAIL PROTECTED]>... Access
> denied,name sabrina3.smithdomain unknown to DNS

I got me a static IP address from my ISP. Then my host name became
known to DNS. The message you are getting seems to be true:

valinux:jdbeyer[~]$ nslookup sabrina3.smithdomain
Server:  localhost
Address:  127.0.0.1

*** localhost can't find sabrina3.smithdomain: Non-existent
host/domain
valinux:jdbeyer[~]$ 

Why are you not using your own host name; i.e., 1hostplus.com , that
does exist?

valinux:jdbeyer[~]$ nslookup 1hostplus.com
Server:  localhost
Address:  127.0.0.1

Non-authoritative answer:
Name:    1hostplus.com
Address:  216.117.129.111

valinux:jdbeyer[~]$ 

> Last-Attempt-Date: Sat, 2 Dec 2000 21:48:30 -0500
> 
>     [ Part 3: "Included Message" ]
> 
> Date: Sat, 2 Dec 2000 21:48:29 -0500
> From: Johnathan Mark Smith <jsmith>
> To: [EMAIL PROTECTED]
> Subject: test
> 
> test
> 
> -- End of Error
> 
> Thanks
> 
> Sent via Deja.com http://www.deja.com/
> Before you buy.

-- 
 .~.  Jean-David Beyer           Registered Linux User 85642.
 /V\                             Registered Machine    73926.
/( )\ Shrewsbury, New Jersey
^^-^^ 9:10am up 8 days, 16:37, 3 users, load average: 2.13, 2.13, 2.09

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

From: "Y W Wong" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,comp.os.linux.setup
Subject: Problem on my IBM ThinkPad
Date: Mon, 4 Dec 2000 22:20:59 +0800

Dear all,

I have install RedHat 6.2 on my IBM ThinkPad 765L, config as below :-

Pentium 166MMX
80MB RAM
3GB HD
CDROM
Xircom IIPs 10Mbps ethernet card

However I found that the ping become slower and slower even I ping my own IP
address.
The first turnaround time is 0.4ms
The second is 4000ms
The third is 8000ms
The 4th is 16000ms
The 5th is 20000ms


Any one know what is the problem and any suggestion ?

Many thanks,

Y W Wong




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

From: [EMAIL PROTECTED] (Lee Allen)
Subject: Re: Extracting Files from a Linux Tape on a Broken Linux
Reply-To: [EMAIL PROTECTED]
Date: Mon, 04 Dec 2000 14:23:10 GMT

On Fri, 01 Dec 2000 17:45:25 -0800, Wayne Watson <[EMAIL PROTECTED]>
wrote:

>I have two computers. One is a 386 with a tape drive, Win 3.1 and a broken Linux. 
>Years ago I
>created a tar file on tape of some Linux files and directories. the partition with 
>those files does
>exist, but neverheless they are on tape.  The files are C,  perl and txt. On another 
>computer, a
>Pentium 2 machine, I have NT 4.0 and a tape drive, but no Linux. I'd like to extract 
>the files from
>the tape on the Win NT 4.0 machine and put them on that machine. Does anyone know of 
>a program that
>might do this for me? I actually wrote a C program that would do something like this, 
>but I believe
>it is on the broken Linux partition that won't allow me to boot up Linux on the 386.

As for a direct answer to your question: I don't know whether there
exists a Windows or DOS tool to read Unix tar tapes.

But here's another approach.

Boot from a Linux Rescue diskette.
Mount a hard disk partition.
Restore your tar archive to that partition.
Reboot to NT and access the restored files.

In order for this to work, the hard disk partition must be a type
supported by NT *and* the rescue kernel.  My rescue kernel (RedHat
6.2) supports VFAT, among others.  If your NT filesystem is VFAT/FAT32
(not HPFS/NTFS) you're all set.  Otherwise, create and format a
VFAT/FAT32 partition under NT, before doing the above steps.

This also assumes the rescue kernel contains the drivers for your hard
disk controller and tape drive.

-Lee Allen

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

From: [EMAIL PROTECTED] (Lee Allen)
Crossposted-To: linux.redhat.misc
Subject: Re: Runing WINE without WINDOWS partition
Reply-To: [EMAIL PROTECTED]
Date: Mon, 04 Dec 2000 14:26:51 GMT

On Sun, 03 Dec 2000 17:18:18 GMT, [EMAIL PROTECTED] wrote:

>I want to run a WINDOWS .EXE program and download and installed WINE
>but I do not have a WINDOWS partition.
>How i configure WINE to run the .EXE program?

This is well documented.  Go to the wine home page (www.winehq.com)
and follow the documentation links.

-Lee Allen

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

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.networking,comp.os.linux.security,comp.os.linux.setup
Subject: Re: Oracle 8i on RH Linux 7.0
Date: Mon, 04 Dec 2000 14:38:38 GMT

here is a workaround i used to get oracle 8.1.7 working on rh7.0

i took it from the bugzilla...and it works quite well on my system

thanks to that guy

:o)

http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/README

http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/README.Oracle8i

http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/i386-glibc-2.1-linu
x.tar.gz



In article <[EMAIL PROTECTED]>,
  Scott Schaefer <[EMAIL PROTECTED]> wrote:
> This is a known problem, the cause of which was, last I knew,
> still being debated between Oracle and Redhat, though it it pretty
> certain it is related to Java and the newer glibc...
>
> See http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=18391
>
> Lamar Thomas wrote:
> >
> > I am running Red Hat Linux 7.0 and I just installed Oracle 8i for
Linux on
> > it.
> > Near the end of the installation the wizard stated that it was
"Initializing
> > Database".  That's where it hung.  I let if set over night but that
did not
> > do any good.  The rest of the install went just fine.  Can anyone
help?
> > Thanks,
> >
> > Lamar
>


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

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

From: Rafael <[EMAIL PROTECTED]>
Subject: shutdown problem
Date: Mon, 04 Dec 2000 13:19:03 +0100
Reply-To: [EMAIL PROTECTED]

I have installed on one server Linux Mandrake 7.2 and on the other RH
7.0. When I choose security level high, I can not shutdown system
properly. It tell me now more prcess and I have to turn off computer and
then starting take 15 minutes becouse system was not cleanly unmounted.
Where is the solution of  this problem

Rafael


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

From: "Andrew Carlisle" <[EMAIL PROTECTED]>
Subject: stty erase ^H     not working!!!!!
Date: Mon, 4 Dec 2000 10:04:47 -0500

Hello,

I cannot get "stty erase ^H" to work!  Usually, on most systems this will
map the backspace key to erase characters.  I have also tried "stty erase
[BACKSPACE]" where I actually press the BACKSPACE key.  Any help would be
greatly appreciated!


Andy
[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