Linux-Misc Digest #214, Volume #26 Thu, 2 Nov 00 19:13:02 EST
Contents:
Re: finding files with same name but different case (Lee Allen)
sound card ([EMAIL PROTECTED])
Re: LinkSys betrayed us! Poor prospects for Linux. ([EMAIL PROTECTED])
Re: Linux support for PDAs/organizers other than Palm Pilot? (Alex)
Re: specifing a group when mapping a drive to a Samba server (Steve Losen)
Re: An appeal to experts for help! (Anil Trivedi)
Re: lilo configuration for SCSI hard drives? (Jean-David Beyer)
Re: How to detach a program from a terminal (Grant Edwards)
pdf reader question ("Jon")
Q: setting default file permission ("Hwanjo Yu")
Re: which version do i use, now? (Jean-David Beyer)
Re: pdf reader question (Timothy J. Lee)
Re: pdf reader question ("Jon")
Re: Simple .java file won't compile - Permission to write .class file denied
([EMAIL PROTECTED])
CDROM problems (inon21)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Lee Allen)
Subject: Re: finding files with same name but different case
Reply-To: [EMAIL PROTECTED]
Date: Thu, 02 Nov 2000 22:13:36 GMT
On Thu, 02 Nov 2000 11:55:24 +0500, "RetroGrouch"
<[EMAIL PROTECTED]> wrote:
>This one has me stumped.
>
>I had a minor screw-up with samba, and now I have files with the same
>name but different case - e.g Base.dwg v. BASE.DWG in the same directory.
> Naturaly, this makes life in a mixed win/*nix environment interesting.
>
>I need to find all files that
> live in the same directory
> have the same name, but differing only in case.
>
>So in the above example, the script would kick out
>dir/dir/dir/Base.dwg
>dir/dir/dir/BASE.DWG
>
>but not
>
>dir2/dir2/dir2/Base.dwg
>
>It's not limited to any particular file name.
>
>--Yan
That previous response -- find | sort | uniq -- is pretty slick,
but it may not do what you want. If you want a listing that
identifies ONLY files that have different-case duplicates.
Try something like this...
for FILENAME in *; do
UPPERCASE=$(echo $FILENAME | tr "[:upper:]" "[:lower:]")
# ignore filenames that are ALREADY uppercase
if [ "$FILENAME" != "$UPPERCASE" ]; then
if [ -f $UPPERCASE ]; then
echo "Matching files: $FILENAME and $UPPERCASE"
fi
fi
done
Of course this bit of script only processes one directory at a time.
To process a whole directory you could save this script and then:
find /top/dir -type d -exec abovescript {} \;
You would have to modify the script to first cd into the directory
(passed as an argument).
-Lee Allen
------------------------------
From: [EMAIL PROTECTED]
Subject: sound card
Date: Thu, 02 Nov 2000 22:14:04 GMT
i have a problem with my sound card. my mainboard is abit va6 and my
sound card is onboard. the chipset of my soudn card is via822xx.
my system is redhat 7.0 and sndconfig is find my soundcard correctly
but i can't hear any sound also i can't hear linus voice too. in x
windwos when i open mp3 files with xmms, xmms plays teh mp3 but i can'
hear sound too, what is the problem ?
the system
redhat 7.0
p-3 600
160 ram
abit va6 mainboard
s3 graphic card
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.hardware,comp.os.linux.networking
Subject: Re: LinkSys betrayed us! Poor prospects for Linux.
Date: Thu, 02 Nov 2000 22:25:17 GMT
i agree 100%. i was conned into buying the LNE100TX for the same reason.
"linux tested " - yeah, right! my foot!! went through the same steps but
still havent been able to configure the damn card.
could SOMEBODY pls. provide a step-by-step approach to this
problem...dont want to give up on linux. not just yet...
In article <PO2K5.11479$[EMAIL PROTECTED]>,
"Arctic Storm" <[EMAIL PROTECTED]> wrote:
> LinkSys betrayed us!
> I bought a LinkSys LNE100TX ethernet card because it had the box label
> "Linux Tested".
> It came with a driver floppy disk, but it had no driver for Linux.
The
> floppy disk had instructions for installing an old copy of tulip onto
RedHat
> 5.0, which used kernel 2.0; I have RedHat 7.0 w/ kernel 2.2.16. I
have one
> of the later versions of LinkSys LNE100TX, version 4.1, and this needs
the
> latest tulip driver.
> LinkSys should have given us a working binary files with detailed
> step-by-step installation instructions. LinkSys wants us to
*download* the
> necessary files/drivers, but without the drivers, I can't get on the
> internet to download them. The old catch 22; without experience,
can't get
> a job, but without a job, can't get experience.
>
> I went to the tulip web site http://www.scyld.com/network/updates.html
, but
> the instructions there were so poor and ambiguous that an average user
could
> never follow. The web site leaves you wondering if there are multiple
ways
> of installing the driver, or one way, but different steps.
> Do I do either "Using the Source RPM Package" or "Installing the
Individual
> Drivers", or do I do both? What does it mean to install "individual"
> drivers? I have *one* card, which needs *one* driver! What do you
mean by
> individual?!
> There's also the section, "Building updated drivers into the kernel".
Do I
> do this in addition to the above instrucitons, or is this something
> separate?!
> I went to the web site http://www.scyld.com/network/tulip.html , but
this
> web site also has poor instructions, and refers you to somewhere else
to
> learn how to install modules.
>
> Linux has a long way to go before it can become a common platform, if
at
> all. Linux is for hobbiest who have time to tinker with their
computers.
> There are no simple ways to click-and-drag to get things working.
> Everything is a struggle; you have to learn something new for every
petty
> task. Imagine if you had to know how the car's engine transferred
power via
> the transmission system before you can drive your car,... Few of us
know
> how a calculator works, and we take it for granted and use it as a
fuctional
> tool. That's what a computer should be; a functional tool to increase
> productivity. Too much time/effort is required to use Linux.
However,
> Win2K is just as stable, but easy and user-friendly. How much is my
time
> worth? How much is Win2K? Win2K starts to seem pretty attractive,...
>
> -----
>
>
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: Alex <[EMAIL PROTECTED]>
Subject: Re: Linux support for PDAs/organizers other than Palm Pilot?
Date: Thu, 02 Nov 2000 17:42:45 -0500
Mac Cody wrote:
> Sorry I wasn't clear enough. What I meant is Linux support
> for upload/download to the above-mentioned PDAs/organizers.
> Not Linux running in the devices themselves. I'd like to use
> a PDA/organizer for text editing while commuting and
> upload/download text to my Linux box. Hope that is clear
> enough.
>
Palm pilot might be your best bet. I have a Sony Clie. However, I do not
have the time at this moment to try and get it to sync with Linux yet.
Alex.
> Thanks again,
>
> Mac Cody
--
============================================
The Search for Extraterrestrial Intelligence
http://www.seti.org/
Registered with the Linux Counter. ID# 175126
http://counter.li.org/index.html
------------------------------
From: [EMAIL PROTECTED] (Steve Losen)
Crossposted-To: comp.os.linux.networking,comp.unix.solaris
Subject: Re: specifing a group when mapping a drive to a Samba server
Date: 2 Nov 2000 22:49:51 GMT
If you set the set-group bit on a directory, then any file
created in the directory inherits the group of the directory
rather than the primary group of the user.
mkdir foo
chgrp bar foo
chmod g+s foo
Now anything created in foo has group bar regardless of the
creator's primary group. The creator doesn't even need to
be a member of group bar.
In article <8tsh2t$l4$[EMAIL PROTECTED]>,
"Chris Barnes" <[EMAIL PROTECTED]> writes:
>I have what I think is a pretty simple question.
>
>How do I specify the group that files created with a samba session have?
>
>
>The userid on the Linux side is "cbarnes" and has a default group of "staff"
>(400 in the /etc/group file). The user "cbarnes" is allowed to use the
>group "webusers" (60 in /etc/group). Changing groups during a terminal
>session is easy & flawless (eg. "newgrp webusers").
>
>There are 2 shares on the Samba server that this user can have. One is to
>his own home directory, where the normal permissions apply (ie. 0765). The
>other is a directory that multiple people have access to, defined in the
>smb.conf file as:
> [web]
> comment = Dept Web page
> path = /home/httpd/html
> valid users = cbarnes tonyr mtyson
> public = no
> writable = yes
> printable = no
> create mask = 0775
>
>
>The problem I have is that when cbarnes maps to this share, he still has his
>default group in place (ie. files get created with a group ownership of
>"staff" rather than "webusers").
>
>Is there something I can put into this smb.conf file to specify which group
>permissions should be used for this share? If not, is there another way to
>force files created to use a particular group?
>
>--
>
>+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
>Chris Barnes (979) 458-1539
>Computer Systems Manager [EMAIL PROTECTED]
>Dept of Geography AOL IM: cnbarnes
>Texas A&M University ICQ: 3581645
>
>
------------------------------
Crossposted-To: comp.os.linux.powerpc,comp.os.linux.hardware
Subject: Re: An appeal to experts for help!
From: Anil Trivedi <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Thu, 02 Nov 2000 22:59:30 GMT
>It's Unix-like in the sense that core services are provided by Darwin,
>Apple's open-source-ish, free but not Free *n*x operating system, which is
>based on BSD. You can install Darwin by itself and (I'm told) it's a lot
>like a *BSD system, although there are some key differences and it's
>missing some things... actually, I'm not even sure they have X running on
>Darwin yet, but I could be wrong about that.
>
>OS X is basically this Darwin, CLI, *BSD-based system with a bunch of
>stuff on top of it... stuff like an advanced graphics engine (Quartz)
>which enables the widget set/look-and-feel setup (Aqua) and several sets
>of APIs for different purposes. What's most likely interesting to you is
>that you can open up a terminal window and run bash (or whatever you
>like). You can use CLI tools like ftp, telnet, vi, emacs, etc. You can
>get the GNU dev tools and compile your own stuff.
I am encouraged by this. While I like Unix approach, I don't have any
reason so far to be attached to X-windows or any other windowing program.
Maybe MacOS X will fill all of my Mac and Unix needs. :) At the same time,
Linux is affordable enough and not subject to whims or fortunes of one
company, and it does not hurt to have it along.
BTW, since OS X is such a departure from OS 9, do your OS 9 programs
run fine under OS X or have you encountered problems?
-Anil
------------------------------
From: Jean-David Beyer <[EMAIL PROTECTED]>
Subject: Re: lilo configuration for SCSI hard drives?
Date: Thu, 02 Nov 2000 18:00:15 -0500
Ilya wrote:
> Thanks for posting your /etc/lilo.conf file. What I still don't
> understand is which entry refers to your Windows disk?
Nothing in /etc/lilo.conf really refers to the windows disk. On this
machine, I have no Windows installed at all.
> I see
> that /dev/sda is your primary Linux hard drive, but where is /dev/dsb,
> which is for windows? Do I have to modify /boot/map file?
> Thanks.
>
> In article <[EMAIL PROTECTED]>,
> Jean-David Beyer <[EMAIL PROTECTED]> wrote:
> > Ilya wrote:
> >
> > > I installed a second SCSI hard drive in my all SCSI machine.
> >
> > I have two SCSI hard drives. I also have a DDS-2 tape drive on a
> separate
> > SCSI. There is a floppy drive on ISA (I guess that is where it is),
> and a
> > CDROM drive on there too.
> >
> > > Where is a
> > > good example of a /etc/lilo.conf file that allows for a 10 second
> > > window to select the OS to boot?
> >
> > Here is my /etc/lilo.conf (I think it gives me only 5 seconds to
> decide.
> > Change timeout to 100 to get 10 seconds, I guess:
> >
> > valinux:jdbeyer[~]$ cat /etc/lilo.conf
> > boot=/dev/sda
> > map=/boot/map
> > install=/boot/boot.b
> > prompt
> > linear
> > timeout=50
>
> [...]
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
So you should look at my other machine. First its /etc/lilo.conf:
touchl:jdbeyer[~]$ cat /etc/lilo.conf
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
image=/boot/vmlinuz-2.2.16-3
label=linux
root=/dev/hdb13
read-only
other=/dev/hda1 <---<<< This is the stuff that loads the Windows 95.
label=w95
table=/dev/hda
touchl:jdbeyer[~]$
If I just boot that machine, the first OS in the list comes up. If I type
"w95" (without the quotes), it boots Windows 95 instead.
That machine's /etc/fstab looks like this:
touchl:jdbeyer[~]$ cat /etc/fstab
/dev/hdb13 / ext2 exec,dev,suid,rw,usrquota 1 1
<---<<<
/dev/hdb1 /boot ext2 defaults 1 2
<---<<<
/dev/hdb5 /data ext2 exec,dev,suid,rw 1 2
/dev/hdb7 /home ext2 exec,dev,suid,rw,usrquota 1 2
/dev/hdb6 /opt ext2 defaults 1 2
/dev/hdb12 /tmp ext2 defaults 1 2
/dev/hdb9 /usr/src ext2 defaults 1 2
/dev/hdb8 /var ext2 defaults 1 2
/dev/hda1 /w95 vfat defaults,umask=002,uid=500,gid=500 0 0
<---<<<
/dev/hdb10 Swap000 swap defaults 0 0
/dev/hdb11 Swap001 swap defaults 0 0
/dev/fd0 /mnt/floppy ext2 user,exec,nodev,nosuid,rw,noauto 0 0
/dev/cdrom /mnt/cdrom iso9660 user,exec,nodev,suid,ro,noauto 0 0
valinux:/usr/local/Downloaded /mnt/valinux/Downloaded nfs
ro,soft,bg,nosuid 0 0
valinux:/usr/local/girls /mnt/valinux/girls nfs
ro,soft,bg,nosuid 0 0
none /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
touchl:jdbeyer[~]$
I hope this clarifies things for you.
--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ Registered Machine 73926.
/( )\ Shrewsbury, New Jersey
^^-^^ 5:45pm up 9 days, 6:04, 2 users, load average: 2.13, 2.16, 2.10
------------------------------
From: [EMAIL PROTECTED] (Grant Edwards)
Subject: Re: How to detach a program from a terminal
Date: Thu, 02 Nov 2000 23:05:53 GMT
In article <FNaM5.32501$[EMAIL PROTECTED]>, William McBrine wrote:
>Another possibility is to use "screen". This handy program lets you run
>multiple virtual terminals within a single terminal, AND detach them, log
>in on another terminal, and reattach them. Since I found it, I use it
>constantly and do very nearly all my non-graphical work in it.
>
>Screen is at:
>
> ftp://ftp.uni-erlangen.de/pub/utilities/screen/
>
>if it's not already included in your distro.
Screen is way cool. The last thing I did with MWC Coherent was
to write a pty driver and port screen. Then I switched to Linux.
--
Grant Edwards grante Yow! I am covered with
at pure vegetable oil and I am
visi.com writing a best seller!
------------------------------
From: "Jon" <[EMAIL PROTECTED]>
Subject: pdf reader question
Date: Thu, 2 Nov 2000 17:08:49 -0600
Newbie running
RH7
Gnome
Enlightenment wm
PII 433
64MB DRAM
6 GB hd
eOne system
Is there a default pdf reader around my system that I haven't found?
If not, where can I get one?
Thanks,
--
Jon - I love Jesus Christ
http://www.jonsplace.org/
------------------------------
From: "Hwanjo Yu" <[EMAIL PROTECTED]>
Subject: Q: setting default file permission
Date: Thu, 2 Nov 2000 17:14:05 -0600
Hi,
How to set users' default file perssions ?
For instance, when a user create a file on a SPECIFIC directory, I want its
permission flags to be rwxrwxr--(775).
How to do this ?
Thanks.
------------------------------
From: Jean-David Beyer <[EMAIL PROTECTED]>
Subject: Re: which version do i use, now?
Date: Thu, 02 Nov 2000 18:15:55 -0500
Chang-min Park wrote:
> Hi, I have a question. If you have some clues, please help me.
>
> If someone uses redhat distribution linux machines and he doesn't
> know which version he installed, then how can he find out the
> right version?
Another question one might ask is "What version am I running now?" I know what
version I installed on one of my machines (Red Hat Linux 6.0), but I have put
about a year and a half worth of RPMs into it since then, so it is somewhere
between 6.0 and 6.2. If I put in all possible RPMs in, I do not know if it
would be running 6.2 or not.
This machine is different yet. I installed VA Linux Systems version of Red Hat
Linux 6.0, which is by no means the same as the direct from Red Hat version; it
has a lot of the RPMs already installed, and the kernel is compiled for i686
instead of i386, and is SMP, not UP. But here, too, I have put about 6 months'
supply of RPMs in.
In neither case did I install all possible RPMs.
I am not clear if the question of what version I am running really makes a lot
of sense.
> If he didn't change the issue or issue.net file, then he could
> know which version he used. But, there are some problems. he changed
> issue and issue.net files.
I did not manually change these files on my machine, so they say:
Kernel 2.2.14-5.0.14csmp on an i686
but I assume putting in the new kernels using RPM did change these files, since
it came with kernel 2.2.12.somethingorother.
> Even though, in redhat distributions, there are usually redhat-release
> or any other kind of release notify file, but... all the files were
> deleted.
>
> Then, how can he find out the right version?
What does "right version" mean in the context of someone who tries to keep up
by installing RPMs?
> Thank you in your advance.
>
> ps.
>
> In order to update some rpm files, he who wants to fix or patch something,
> he must know which version of redhat distribution he uses.
>
> Am I right?
I do not know. I sometimes need RPMs that Red Hat does not distribute for
version 6.0, so I MUST go to 6.1 or 6.2 to get them. Unfortunately, sometimes
this is a real pain as they do not go in smoothly because the dependencies are
messed up and I get a waterfall of additional RPMs I need to install and not
all of them exist because the higher distributions come with them and they do
not seem to be available separately.
I sometimes think I should just skip all the RPMs and just install each new
release as it comes out, but that is a problem, too. I need to use the machine
and not spend all my time installing new releases. I try to do at most one of
each major one, and try to keep up with the security-related ones (though I
cannot always install all of them), and those that seem to be important to me,
and skip the rest.
I started with Red Hat 5.0. I then installed Red Hat 6.0. I may go with Red Hat
7.1 (or whichever one seems to have USB working reliably. I will need it for a
digital camera I have not purchased. I would use either USB or a narrow SCSI or
an Ultra2 SCSI interface, but I doubt many camerae have SCSI interfaces). One
problem I have had with Red Hat is that the upgrade path of their installation
procedures never seems to do anything, so when I went from 5.0 to 6.0, I did an
entire reinstall and then recovered my stuff from the backup tapes. I hate it
when that happens. It tends to take about an hour to do an install, but then
most of a week to get it all tuned up to how I want it. I begrudge that week.
> Or... Doesn't redhat distribution bother any minor version differences,
> if major version is same?
--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ Registered Machine 73926.
/( )\ Shrewsbury, New Jersey
^^-^^ 6:00pm up 9 days, 6:19, 2 users, load average: 2.09, 2.09, 2.09
------------------------------
From: [EMAIL PROTECTED] (Timothy J. Lee)
Subject: Re: pdf reader question
Reply-To: [EMAIL PROTECTED] (this is a valid address for a limited time)
Date: Thu, 02 Nov 2000 23:16:14 GMT
In article <[EMAIL PROTECTED]>,
Jon <[EMAIL PROTECTED]> wrote:
>Is there a default pdf reader around my system that I haven't found?
>
>If not, where can I get one?
Look for xpdf, ghostview/ghostscript (Aladdin or GNU), and acroread (Adobe).
--
========================================================================
Timothy J. Lee
Unsolicited bulk or commercial email is not welcome.
No warranty of any kind is provided with this message.
------------------------------
From: "Jon" <[EMAIL PROTECTED]>
Subject: Re: pdf reader question
Date: Thu, 2 Nov 2000 17:17:02 -0600
Now that's a fast reply! <g>
Thanks :-)
--
Jon - I love Jesus Christ
http://www.jonsplace.org/
"Timothy J. Lee" <[EMAIL PROTECTED]> wrote in message
news:8tssnb$[EMAIL PROTECTED]...
> In article <[EMAIL PROTECTED]>,
> Jon <[EMAIL PROTECTED]> wrote:
> >Is there a default pdf reader around my system that I haven't found?
> >
> >If not, where can I get one?
>
> Look for xpdf, ghostview/ghostscript (Aladdin or GNU), and acroread
(Adobe).
>
> --
> ------------------------------------------------------------------------
> Timothy J. Lee
> Unsolicited bulk or commercial email is not welcome.
> No warranty of any kind is provided with this message.
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: Simple .java file won't compile - Permission to write .class file denied
Date: Thu, 02 Nov 2000 23:41:39 GMT
Thank you! when I installed the jdk i did it as root and so as a user
it wouldn't let me write to bin. I changed the permissions on
the /bin/ directory as a quick fix and everything worked.
I suspect I should change the permissions back, change the group that
can access /bin/, and make myself a member of the new group. Would
something like that be the thing to do next? Being a linux newbie,
this is all very, er.. new.
thanks again!
Sadie
In article <[EMAIL PROTECTED]>,
Leejay Wu <[EMAIL PROTECTED]> wrote:
> Excerpts from netnews.comp.os.linux.misc: 2-Nov-100 Simple .java file
> won't com.. by [EMAIL PROTECTED]
> > I just installed jdk1.3 on my linux system, and yet when i run
> > javac on a basic .java file, i get the following error message:
> >
> > Example.java:3: error while writing Example: Example.class
{Permission
> > denied}
> > class Example {
> > ^
> > 1 error
> >
> > Is it possible that the jdk doesn't have the right permissions
> > to be able to write files? I installed it using YAST, so the
> > permissions were all set for me.
>
> [snip]
>
> Huh? Barring strange hacks involving SUID/SGID java binaries, the
> JDK itself has nothing to do with permissions. It's *your*
> account whose permissions are checked. Which directory were you
> in at the time, did you have write permissions on the directory
> (and if there is an existing Example.class file there, write
> permissions on that), and would you have overflowed either the
> partition [*] or your quota, if any?
>
> [* By default, on an ext2 partition 5% is reserved for root.
> So 95% full disk blocks, or alternately all inodes in use --
> either would suffice. ]
> --
> | [EMAIL PROTECTED] | the silly student |
> |--------------------------| he writes really bad haiku |
> | #include <stddiscl.h> | readers all go mad |
>
>
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: inon21 <[EMAIL PROTECTED]>
Subject: CDROM problems
Date: Thu, 02 Nov 2000 23:47:04 GMT
Please help a newbie - once I login into the shell I can mount the
cdrom (fs type iso9660), however once I go into my X desktop (KDE),
mount says 'wrong medium type.'
Here I am pasting a portion of 'dmesg.' Thanks a lot.
=======================================
hdd: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdd: packet command error: error=0x54
ATAPI device hdd:
Error: Illegal request -- (Sense key=0x05)
Parameter list length error -- (asc=0x1a, ascq=0x00)
The failed "Mode Sense" packet command was:
"5a 00 2a 00 00 00 00 00 18 00 00 00 "
hdd: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdd: packet command error: error=0x54
ATAPI device hdd:
Error: Illegal request -- (Sense key=0x05)
Parameter list length error -- (asc=0x1a, ascq=0x00)
The failed "Mode Sense" packet command was:
"5a 00 2a 00 00 00 00 00 18 00 00 00 "
Uniform CDROM driver Revision: 2.56
==============================================
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
** 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
******************************