Linux-Misc Digest #804, Volume #25               Tue, 19 Sep 00 02:13:03 EDT

Contents:
  GUI IDE for gcc ([EMAIL PROTECTED])
  Re: Labeling Tapes.. ("Tim Koopman")
  Re: Trouble mounting NFS root filesystem (Glenn Valenta)
  Re: RedHat 6.2 PPP question (Bill Unruh)
  Re: circuit layout program (Glitch)
  Re: recursive ls ("Andrew N. McGuire ")
  Re: How to mount a MAC CD on a Linux box? (FyreFiend)
  Change the users' group under shadow password system? (Hans)
  Re: Basic networking question. (Richard Steiner)
  Re: Linux and supercomputer (With Mustard)
  Re: X-windows newbie question (MaryP)
  Re: recursive ls ("Andrew N. McGuire ")
  Mandrake-AFS-Ethernet card (Valverde)
  Re: GUI IDE for gcc (David M. Cook)
  Re: make modules_install is blowing up in 2.4.0-test8 kernel (Paul Kimoto)
  Re: recursive ls (Hal Burgiss)
  Re: Unable to retrieve the second stage ramdisk ("Mark Weber")
  Re: modem initialization problem (MaryP)
  Re: how do i delete my linux partition? (Glitch)
  virus found after a fresh installation ("Frank X.M. Cheng")
  Re: Linux ("David ..")

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

From: [EMAIL PROTECTED]
Subject: GUI IDE for gcc
Date: Tue, 19 Sep 2000 03:13:17 GMT

Is there any gui ide (prferably gnome app) over gcc.Thanks.


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

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

From: "Tim Koopman" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,redhat.general
Subject: Re: Labeling Tapes..
Date: Tue, 19 Sep 2000 13:42:59 +1000

Hi,
Thanks for your help so far.
I think I have tracked where my problem is but not sure how to fix it.
Here is what I do...
# mt -f /dev/nst0 status

SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 512 bytes. Density code 0x47 (unkown to this mt).
Soft error count since last status=0
General status bits on (41010000):
 BOT ONLINE IM_REP_EN

# echo "Tape1" >/dev/nst0

# mt -f /dev/nst0 status

SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 512 bytes. Density code 0x47 (unkown to this mt).
Soft error count since last status=0
General status bits on (41010000):
 BOT ONLINE IM_REP_EN

The block number doesn't change. I know the tape drive works cause I can use
tar to write to it with no problem. What could be causing echo not to write
to the tape?

Juergen Heinzl <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> In article <%xix5.86$[EMAIL PROTECTED]>, Tim Koopman wrote:
> >Hi all,
> >I would like to be able to write a label to a tape so that I know if the
> >right tape is in the drive with out having to use tar to display all the
> >files on the tape. I was hoping that I could just echo a label to the
device
> >but it doesn't seem to work. It doesn't report any errors but cat will
not
> >get the label back. Here is what i tried
> >
> >#Write label
> >echo "Label" > /dev/nst0
> >mt -f /dev/nst0 weof
> >#now you can do backup
> [-]
>
> Some things ::
> - you do not need to run mt -f /dev/nst0 weof.
>
> - make sure the blocksize is not 0 by running mt -f /dev/nst0 status
>   with a tape loaded. If it is 0 you should set one. Use 512 or 1024.
>
> - if you want to seek, then a mt -f /dev/st0 stsetoptions scsi2logical
>   may be required.
>
> - I'd trouble using the shell in the past and god knows what reason
>   for as it changed over time / kernel versions. Using a self made
>   backup solution I'm labeling my tapes too. Here the blocksize is
>   512 bytes and the label is written this way ..
>
>   label[MTBUFSIZ];
>
>   write( fd, label, sizeof( label ) );
>
>   .. using a MTBUFSIZ of 512 bytes. Yup, the text itself is not
>   as long as MTBUFSIZ but no trouble since then. It might have been
>   a minor glitch due to my software / hardware combination, that is
>   true, so see the first two things first. In any case make sure
>   you can read back from the tape.
>
> Cheers,
> Juergen
>
> --
> \ Real name     : J�rgen Heinzl         \       no flames      /
>  \ EMail Private : [EMAIL PROTECTED] \ send money instead /



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

From: Glenn Valenta <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.networking
Subject: Re: Trouble mounting NFS root filesystem
Date: Tue, 19 Sep 2000 03:41:07 GMT

Tier wrote:
> 
> I'm trying to get my RH6.2 box to mount an NFS root filesystem, but it
> fails even before a packet gets sent to the host (snoop shows nothing
> from the client).
> 
> I've tried two experiments.  With the kernel loaded from a local disk, I
> get the following repeating error:
>     RPC: sendmsg returned error 101  (errorno.h ENETUNREACH)
> If I set up BOOTP/TFTP and load the kernel from the host, I get this
> error:
>     neighbour table overflow
> 
> Compiling the kernel without NFS root fs seems ok, and I can mount the
> shared dir without problems.  It seems like I'm missing some component
> from the kernel, but I can't see what (NFS filesystem, boot from net,
> net support, NIC driver are all on).  Any ideas?
> 
> Thanks-
> Paul

Have you read the documentation?

try placeing this line in yuor /etc/exports with the IP of the computer you
want to mount 

/       10.56.200.63(rw,no_root_squash,insecure)



-- 
Glenn Valenta   Engineering @ http://www.coloradostudios.com
[EMAIL PROTECTED] Personal mail http://402721926:5829/
[EMAIL PROTECTED]     Work mail

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

From: [EMAIL PROTECTED] (Bill Unruh)
Subject: Re: RedHat 6.2 PPP question
Date: 19 Sep 2000 03:42:39 GMT

In <[EMAIL PROTECTED]> Roger Davis <[EMAIL PROTECTED]> writes:

]I have a RedHat 6.2 laptop with a 10/100Mb PCMCIA card that is usually
]plugged into my LAN at the office, but I need to occasionally take it
]off-site and dial into a PPP server on the same LAN via a PCMCIA modem.
]I've read through some of the PPP HOWTO material but am unclear as to
]whether or not I can expect conflicts between the software configurations
]of these two interfaces. (The IP host addresses of the two will be different,
]and I do know the PPP IP address that will be assigned to my system in
]advance. The network numbers, netmasks and broadcast addresses are identical.)

]Right now my system is happily configured over 10/100bT. Will I break
]this configuration by running any PPP configuration scripts via linuxconf
]or otherwise? What if anything will I need to reconfigure each time I want
]to switch from one interface to the other?

default route.
set up your /etc/ppp/ip-up.local script to assign a default route to the
ppp0 inteface when you bring up the ppp login, and bring it down in
ip-down.local
ip-up.local has
route add default ppp0

ip-down.local
route del default ppp0

should do it.
(the defaultroute in pppd probably will not work as youwill probably
have a default route assigned to eth0).

]Other questions:

](1) Does anyone know if my PCMCIA Psion Dacom 56k+Fax Gold Card modem
]will actually work for this?
If it is a winmodem card then no it will not work. Make sue you have a
real modem not a winmodem.


](2) What's the most reliable up-to-date reference available for PPP setup?
](The PPP HOWTO I've seen looks horribly old.)

man pppd
axion.physics.ubc.ca/ppp-linux.html 
The latter may be of use (I am biased)

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

Date: Tue, 19 Sep 2000 00:03:34 -0400
From: Glitch <[EMAIL PROTECTED]>
Subject: Re: circuit layout program

wow, thanks everyone for all yoru responses. I really appreciate it.  As
soon as I get Linux on my laptop again i'll download a few of these and
try them out.

thanks again
brandon

Glitch wrote:
> 
> Can anyone recommend a good circuit layout program?  I am taking my
> first 2 electronics classes and would
> like to make some 'virtual' circuits in class with my laptop. I tried
> klogic but I don't like it much (but maybe that was because it was
> before I actually started to take my classes and knew what I was doing).
> 
> Can anyone point me to some good ones out there?
> 
> Thanks

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

From: "Andrew N. McGuire " <[EMAIL PROTECTED]>
Subject: Re: recursive ls
Date: Mon, 18 Sep 2000 23:01:51 -0500

On Mon, 18 Sep 2000, Vilmos Soti quoth:

VS> [EMAIL PROTECTED] writes:
VS> 
VS> > I am attempting to find a way to use the ls command to report all files
VS> > under a given directory recursively. The ls -R command returns these
VS> > files in the format
VS> > 
VS> > files in start directory
VS> > 
VS> > subdirectory 1:
VS> > files in subdirectory 1
VS> > 
VS> > subdirectory 2:
VS> > files in subdirectory 2
VS> > 
VS> > etc. However, I need the format
VS> > 
VS> > files in start directory
VS> > subdirectory 1/file in subdirectory 1
VS> > subdirectory 1/another file in subdirectory 1
VS> 
VS> It is not clear for me what you want. Maybe a
VS> 
VS> find /where/to/list/from -type f
VS> 

That does not meet his spec of files in the current directory
being listed first.

perl -wMFile::Find -e 'print find sub { -f && push @f, \
        File::Find::name\n" }, "."; print @f' | more

Overkill :-)

anm
-- 
# Only works with '-Mstrict' 5.6.0
foreach (qw~Just another Perl Hacker~) {!$|=~m~\d+~&&
++$.&&eval&&(@$=split?\s{1}?,$@);$@=~s[.*?"(.*?)".*$]
{$.<=3?$1.$":$1.$/}gmse;$\=$@;local$_="";print if!-!+
!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!1}


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

From: FyreFiend <[EMAIL PROTECTED]>
Subject: Re: How to mount a MAC CD on a Linux box?
Date: Mon, 18 Sep 2000 23:56:53 -0400

Is hfs compiled in your kernel? You can also (IIRC) load it as a
module. 
I tried to do what you're attempting a little while back but I
couldn't get it to work right. I could mount the CD and share it but
the resource forks were showing up as separate files (I think the
kernel and netatalk have different ideas on how to handle resource
forks). If all you're trying to share is data files (word, text,
jpegs,etc) it should work fine though. 

Good luck!
-Fyre

On Mon, 18 Sep 2000 23:59:51 GMT, [EMAIL PROTECTED]
(Neil Cherry) wrote:

>I have a MAC CD and I need to mount it on the CD drive so the MACs on
>the appletalk can read it. I attempted to load it using the hfs system
>but that failed. Any suggestions?


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

From: Hans <[EMAIL PROTECTED]>
Subject: Change the users' group under shadow password system?
Date: Tue, 19 Sep 2000 04:08:23 GMT



Hello,

my system use shadow password system.
I made two general users without making a group named 'user.'
Each user has their own group name, the same as user_name.

I want to change the users' group as 'user' not 'user_name.'
For example, user_a is the member of user_a group.

It's enough if I edit the /etc/group file? or modify the shadow password
related files?

Thanks in advance.



--
My homepage is 'http://www.geocities.com/flyingdoggle/main.html'


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

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

From: [EMAIL PROTECTED] (Richard Steiner)
Subject: Re: Basic networking question.
Reply-To: [EMAIL PROTECTED]
Date: Mon, 18 Sep 2000 22:56:55 -0500

Here in comp.os.linux.misc, Jean-David Beyer-valinux <[EMAIL PROTECTED]>
spake unto us, saying:

>Sure did. But my crossover cable cost less than $5.00, where 100Megabit
>hubs are considerably more than that, say $250.

You can spend a lot less than that if you peruse auction sites or are
willing to spend a certain amount of time looking for deals.

As one possible example, my 16-port 10/100 auto-switching hub (not a
switch) was $135 + S&H.  It's a Linksys (a brand which some people seem
to love to hate), but it works very well for me.

-- 
   -Rich Steiner  >>>--->  [EMAIL PROTECTED]  >>>--->  Bloomington, MN
      OS/2 + BeOS + Linux + Solaris + Win95 + WinNT4 + FreeBSD + DOS
       + VMWare + Fusion + vMac + Executor = PC Hobbyist Heaven! :-)
                 There's someone in my head, but it's not me.

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

From: With Mustard <[EMAIL PROTECTED]>
Subject: Re: Linux and supercomputer
Date: Tue, 19 Sep 2000 04:26:28 GMT

Yeung Ming wrote:

> i've went to www.top500.org and wanted to find a supercompter that runs
> Linux...but it seems that all supercomputers run UNIX. Do anyone know is
> there any supercomputers run Linux as their OS?

Any Beowulf installation (see www.beowulf.org), but especially this one:
http://stonesoup.esd.ornl.gov/

A soupercomputer.

-- 
When the only tool you have is a hammer,
everything looks like a nail.

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

From: [EMAIL PROTECTED] (MaryP)
Subject: Re: X-windows newbie question
Date: 19 Sep 2000 04:32:02 GMT

In article <SZzx5.22103$[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:

(in reply to earlier posts)

[snip] 
> >> ... where would a person find a guide or useful info about 1) selecting
> >a window manager and 2) configuring the darn thing.  WindowMaker was
> >suggested as a small, fast option but my guess is that finding that
> >program would just be the beginning . . .


FWIW I found WindowMaker right on my RH 6.1 CDROM. If you do an 'expert'
install and pick your packages by hand you can just select it at that
time; otherwise, rpm it later on. Check your CDROM and see what treasures
are hidden on there . . .

Mary P.

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

From: "Andrew N. McGuire " <[EMAIL PROTECTED]>
Subject: Re: recursive ls
Date: Mon, 18 Sep 2000 23:29:41 -0500

On Mon, 18 Sep 2000, Vilmos Soti quoth:

VS> [EMAIL PROTECTED] writes:
VS> 
VS> > I am attempting to find a way to use the ls command to report all files
VS> > under a given directory recursively. The ls -R command returns these
VS> > files in the format
VS> > 
VS> > files in start directory
VS> > 
VS> > subdirectory 1:
VS> > files in subdirectory 1
VS> > 
VS> > subdirectory 2:
VS> > files in subdirectory 2
VS> > 
VS> > etc. However, I need the format
VS> > 
VS> > files in start directory
VS> > subdirectory 1/file in subdirectory 1
VS> > subdirectory 1/another file in subdirectory 1
VS> 
VS> It is not clear for me what you want. Maybe a
VS> 
VS> find /where/to/list/from -type f

That does not list files in the base directory first, as was
stated in the OP's spec.

perl -wMFile::Find -e 'find sub {-f && push @f, \
      "$File::Find::name\n"} => "."; print @f'  | more

anm
-- 
# Only works with '-Mstrict' 5.6.0
foreach (qw~Just another Perl Hacker~) {!$|=~m~\d+~&&
++$.&&eval&&(@$=split?\s{1}?,$@);$@=~s[.*?"(.*?)".*$]
{$.<=3?$1.$":$1.$/}gmse;$\=$@;local$_="";print if!-!+
!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!+!-!1}


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

From: Valverde <[EMAIL PROTECTED]>
Subject: Mandrake-AFS-Ethernet card
Date: Mon, 18 Sep 2000 14:40:42 -0700

I have installed Mandrake 7.1 and it was working OK... Until I installed
AFS. I am running the 2.2.15 kernel on Mandrake. Now, my ethernet card
is not detected. Does anyone have any hints or experience installing AFS
on Mandrake?? How can I force linux to see my ethernet card. I know it
is supported because it worked before. I don't really want to re-install
Linux, but if I have to...

Thanks for any help!!


                                Mike



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

From: [EMAIL PROTECTED] (David M. Cook)
Subject: Re: GUI IDE for gcc
Date: 19 Sep 2000 04:47:26 GMT

On Tue, 19 Sep 2000 03:13:17 GMT, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

>Is there any gui ide (prferably gnome app) over gcc.Thanks.

Most good programming editors will let you easily invoke gcc or make, parse
the error messages, and let you step thru the errors.  Examples are emacs,
jed, and grasp.  XEmacs has a compile button that invokes make.

See http://members.home.com/davecook/devel/ for some fancier IDEs as well as
listings for editors.

Dave Cook


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

From: [EMAIL PROTECTED] (Paul Kimoto)
Subject: Re: make modules_install is blowing up in 2.4.0-test8 kernel
Date: 19 Sep 2000 00:51:58 -0500
Reply-To: [EMAIL PROTECTED]

In article <[EMAIL PROTECTED]>, stu wrote:
> /sbin/depmod: invalid option -- F

> Do I need a newer version of depmod?

It's part of modutils.  Documentation/Changes should tell you something
about what versions might be needed.

-- 
Paul Kimoto
This message was originally posted in plain text.  Any images, 
hyperlinks, or the like shown here have been added without my
consent, and may be a violation of international copyright law.

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

From: [EMAIL PROTECTED] (Hal Burgiss)
Subject: Re: recursive ls
Reply-To: Hal Burgiss <[EMAIL PROTECTED]>
Date: Tue, 19 Sep 2000 04:54:21 GMT

On Mon, 18 Sep 2000 23:29:41 -0500, Andrew N. McGuire  <[EMAIL PROTECTED]> 
wrote:
>On Mon, 18 Sep 2000, Vilmos Soti quoth:
>
>VS> [EMAIL PROTECTED] writes:
>VS> 
>VS> > I am attempting to find a way to use the ls command to report all files
>VS> > under a given directory recursively. The ls -R command returns these
>VS> > files in the format
>VS> > 
>VS> > files in start directory
>VS> > 
>VS> > subdirectory 1:
>VS> > files in subdirectory 1
>VS> > 
>VS> > subdirectory 2:
>VS> > files in subdirectory 2
>VS> > 
>VS> > etc. However, I need the format
>VS> > 
>VS> > files in start directory
>VS> > subdirectory 1/file in subdirectory 1
>VS> > subdirectory 1/another file in subdirectory 1
>VS> 
>VS> It is not clear for me what you want. Maybe a
>VS> 
>VS> find /where/to/list/from -type f
>
>That does not list files in the base directory first, as was
>stated in the OP's spec.
>
>perl -wMFile::Find -e 'find sub {-f && push @f, \
>      "$File::Find::name\n"} => "."; print @f'  | more
>


llt () {
 [ -n "$*" ] && cd $*
 (echo `pwd`: ;ls -FaRl *; echo -e \\nFiles Found:\\c;ls -AR * |grep -v ^$ \
   |wc -l) |less -cMsi +Gg
 [ -n "$*" ] && cd $OLDPWD
}


-- 
Hal B
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
--

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

From: "Mark Weber" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.help
Subject: Re: Unable to retrieve the second stage ramdisk
Date: Tue, 19 Sep 2000 05:31:31 GMT

ive gotten that also
Mandrake 7 User <[EMAIL PROTECTED]> wrote in message
news:8or25j$ho3$[EMAIL PROTECTED]...
>
>
> i want to install redhat or mandrake on my laptop.
>
>                   i hooked up my laptop to the ethernet network and want
> to do a pcmcia
>                   install.  i use the mandrake 7.1 pcmcia boot floppy, (
> same as the redhat floppy), the startup image
>                   comes up, i choose "HTTP" as install media, i choose
> "DHCP" as IP, enter
>                   the download site and directory, and that's as far as
> i get.  the
>                   program writes "Retrieving base/mdkinst_stage2.gz..."
> (on redhat that is called inst_stg2.gz or so), and after 15
>                   minutes (!) it finally decides that it does not work:
> "Unable to
>                   retrieve the second stage ramdisk: Failed to connect
> to server".
>
>                   the same problem occurs when choosing "FTP" instead of
> "HTTP" and
>                   choosing an ftp server instead of an http server. in
> fact, the same
>                   problem (and the same 15 minute wait!) occurs when i
> type a wrong ftp
>                   directory.  the network seems to be working though:
> when i mistype the
>                   server name, i get an error message within seconds.
>
>                   any ideas?
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.



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

From: [EMAIL PROTECTED] (MaryP)
Subject: Re: modem initialization problem
Date: 19 Sep 2000 05:45:51 GMT

In article <[EMAIL PROTECTED]>, Francis Tseng
<[EMAIL PROTECTED]> wrote:

> Hi, I have a Zoom external modem but have trouble initializing it upon
> boot. After my system is ready, I run minicom and don't get the "OK"
> prompt. If I type "AT" myself, I see nothing on the screen. The strange
> thing is that if I switch the power of my external modem off and then on
> again, I can get the modem to respond with "OK" when I type 
> "AT". Does anyone know why this is happening? Oh, the modem is turned on
> during the boot process.



I still have the manual for an old 28.8 Zoom here, and the init string
that reset it to factory specs was AT&F. AT&F1 is also a common init
string. Give those a try, as well as ATZ. I don't know if those same
commands work with modern Zooms or not, but hey. If you do not have your
modem's docs, try looking up Zoom's web site.

Maybe the modem is getting turned on (at boot) in data mode instead of AT
(command) mode. On one of mine, the characters +++ and a one-second pause
escape it into AT mode if it is in data mode. See what happens if you send
it those characters. If it sends you an OK after the +++ (pause), then you
can start sending it AT commands. (I know this applies to internal modems,
not sure about externals -- ?)

Is your computer messing around with the IRQ your modem is using? Did you
check for IRQ conflicts before *and* after switching the modem off and on
manually? Plug and play could be playing tricks. If so, you could always
tell the computer to leave it alone at boot and just turn the modem on by
hand until you sort this one out.

HTH
MP

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

Date: Tue, 19 Sep 2000 01:53:20 -0400
From: Glitch <[EMAIL PROTECTED]>
Subject: Re: how do i delete my linux partition?

DOS fdisk will delete Linux partitions,  choose the NON DOS partition
option and linux will go away.  Also execute fdisk /mbr at prompt in
order to put a dos boot record back into the master boot record

Kim Burton wrote:
> 
> hi!
> recently on my computer, i partitioned my hard drive for linux
> i couldn't get linux to work properly for various reasons and i need the
> space back now
> 
> can somneone please tell me how to delete my linux partition?
> i don't have partition magic and i've already tried fdisk
> 
> thanks a lot in advance
> -burto
> 
> "blessed is he who expects nothing, for he shall never be disappointed"

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

From: "Frank X.M. Cheng" <[EMAIL PROTECTED]>
Subject: virus found after a fresh installation
Date: Tue, 19 Sep 2000 05:49:35 GMT

A really weild thing. I did a fresh installatio of RH6.2. New Computer box.
New CD Media and Boot disk. When I finish installation and reboot the
machine, it alert me that there is a virus found in boot sector. Gosh. Where
does it come from?

Could you give some suggestions on how to kill this virus in a Linux/Unix
system?

TIA

Frank



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

From: "David .." <[EMAIL PROTECTED]>
Subject: Re: Linux
Date: Tue, 19 Sep 2000 00:51:50 -0500

[EMAIL PROTECTED] wrote:
> 
> What is the advantage of Linux.  I have windows 98 and i am looking for a
> new program to run  on( i think its called database).  i heard linux is
> very good for internet and that is what i primarily use my computer for.
> Windows 98 seem to be more for games then it is for the internet. Do you
> believe windows 2000 or linux would be better for me to run.  Which linux
> specifically do u think i should use. THank you for your time


Give linux a try before you waste your money on W2k.

You can get linux for FREE if you want to download it.
Just change the distribution to redhat, slackware, mandrake, etc...
there will be a link on the website to their ftp site.

www.distribution.com

-- 
Confucius say: He who play in root, eventually kill tree.
Registered with the Linux Counter.  http://counter.li.org
ID # 123538

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


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