Linux-Misc Digest #549, Volume #27                Sat, 7 Apr 01 06:13:03 EDT

Contents:
  Re: Disk thrashing -- possible memory issue?  RH7. ("Brent B. McCrackin")
  Re: source control ([EMAIL PROTECTED])
  Re: no XFree86 after Suse 7.1 install (David Efflandt)
  Re: suggestions needed about backup (David)
  Re: dump/restore problem? (Dave Brown)
  SiS6326 and XFree86-4.0.2? (OrangeDino)
  Re: text editor ([EMAIL PROTECTED])
  kernel upgrade - yikes!! ("ekkis")
  isp demand dialing problem need help, please (Robert Schweikert)
  Re: Linux root user password lost (Michael Heiming)
  Re: 3d shooter running on 2 computers (IntrinsiX)
  Re: Any ILS (Netmeeting) servers on FreeBSD or Linux? (=?EUC-KR?B?uejDtrz2?=)
  Re: kernel upgrade - yikes!! (tech2kjason)
  How to see Chinese font without X-server? (Carfield Yim)
  Re: The Python is so powerful, easy to use? compared with C++ (Joeri Sebrechts)
  Re: Disk thrashing -- possible memory issue?  RH7. (Melvyn Walker)

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

From: "Brent B. McCrackin" <[EMAIL PROTECTED]>
Subject: Re: Disk thrashing -- possible memory issue?  RH7.
Date: Sat, 07 Apr 2001 04:21:44 GMT

Ah... Netscape... with every click it writes to the cache, and it also
thrashes a lot as it maintains the cache.

So, not likely a memory or swap problem, just Netscape's messy cache
maintenance.

-Brent

"JNJ" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> > Elaborate on "thrashing". As in what/when/how.
>
> 1) Hard drive
>
> 2) Especially prevalent right after I start Netscape (which pretty much
does
> not come up unless I leave the room for a long while) but I've seen it
after
> using the system a while as well.
>
> 3) Not sure there is a "how" answer short of going into drive mechanics.
> (????)
>
> Bearing in mind the fact that, as I said, I'm a bit new to Linux, I'm
afraid
> I really do not know where to start troubleshooting this one or really
even
> where to begin describing the issue in detail.  It has also been suggested
> that Linux may not be using the full capacity of the memory.
>
> James
>
>



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

From: [EMAIL PROTECTED]
Subject: Re: source control
Date: Sat, 07 Apr 2001 04:52:42 GMT

Charles Herman <[EMAIL PROTECTED]> writes:
> I 'm looking for a GUI based source control tool which allows me to
> set permissions for file access.  Furthermore, I want to be able to
> set up the archive on a server.

There is no "GUI-based source control system."

Source code is text, so the tools are text-based.

If you look, you may find GUI wrappers that can be put on top of CVS;
that will allow some portion of the administration to be done using
"graphical" tools.

Mind you, they're not usually particularly "graphical," any more than
file managers are ever particularly "graphical."
-- 
(concatenate 'string "cbbrowne" "@acm.org")
http://vip.hex.net/~cbbrowne/resume.html
[In response  to deprecations of  the use of <linux/*.h>]  ...I prefer
code that only compiles on Linux...  I really don't care to help other
operating systems grow.
-- Albert D.  Cahalan <[EMAIL PROTECTED]>

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

From: [EMAIL PROTECTED] (David Efflandt)
Subject: Re: no XFree86 after Suse 7.1 install
Date: Sat, 7 Apr 2001 05:05:35 +0000 (UTC)
Reply-To: [EMAIL PROTECTED]

On Fri, 6 Apr 2001, Richard Nuth <[EMAIL PROTECTED]> wrote:
>David Miller wrote:
>
>> I just installed Suse 7.1 for the second time. I did the standard Suse
>> installation with office. However, when I boot the machine, there is no
>> graphical login. It says XFree86 not configured. There was nothing about
>> setting up the video during the install process.

The X configuration should have come up near the end of the install.  If
you set up X it also sets up GUI login (no choice).  I set SuSE 7.1 up on
3 boxes, then later switched them to ASCII login (runlevel 3) with YaST or
YaST2.

>> I am running a Dell Dimension 400. Redhat 7.0 ran fine on it.
>> 
>> Any ideas?
>> Dave
>> 
>> 
>> 
>What version of Yast did you use?  You just have to invoke  xf86config from 
>the root login to config X.

I believe that install said to use SaX you did not set up X during
install.

-- 
David Efflandt  [EMAIL PROTECTED]  http://www.de-srv.com/
http://www.autox.chicago.il.us/  http://www.berniesfloral.net/
http://cgi-help.virtualave.net/  http://hammer.prohosting.com/~cgi-wiz/

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

From: David <[EMAIL PROTECTED]>
Subject: Re: suggestions needed about backup
Date: Sat, 07 Apr 2001 05:40:17 GMT

ekk wrote:
> 
> Hi-
> I want to backup my data on a large hard drive I have.  I want to use
> tar, and the files can get very large - over 2 GB.  I upgraded my kernel
> to 2.4.2 so that I could have files this large on my ext2 partition.
> I installed the latest versions of tar (1.13.19), gzip (1.3), bzip2
> (1.0.1), and fileutils (4.0.43).  All of which, supposedly, have large
> file support (although, now I can't find where I saw that for
> fileutils).  Unfortunately, I am still having trouble - I can tar the
> file up, but once it is tarred, I can't do anything with it.
>
> For instance, I just created an approximately 6 GB tar file.  I want to
> see the file size:
>     [root@tornado hde]# ls -al
>     ls: test.tar: Value too large for defined data type
>     total 5
>     drwxr-xr-x    2 root     root         4096 Apr  6 12:29 .
>     drwxr-xr-x    5 root     root         1024 Apr  5 11:32 ..
>
> Not too big of a deal, but I sure would like to compress it:
>     [root@tornado hde]# gzip test.tar
>     gzip: test.tar: Value too large for defined data type
>
> Or how about bzip2 it:
>     [root@tornado hde]# bzip2 -z test.tar
>     bzip2: Input file test.tar is not a normal file.
>
> Well, that's crazy, so how about simply untarring it?
>     [root@tornado hde]# tar xvf test.tar
>     tar: test.tar: Cannot open: Value too large for defined data type
>     tar: Error is not recoverable: exiting now
>
> Obviously, this file is of no use to me!  Does anyone have any ideas
> about alternative options or packages I could be using??
>
> Thank you
> Ken


I use the scripts at the link below for my backups.

ftp://sunsite.unc.edu/pub/Linux/system/backup/backup-1.03.tar.gz

You can also get afio and afio here if you need it

ftp://sunsite.unc.edu/pub/Linux/system/backup/

-- 
Confucius say: He who play in root, eventually kill tree.
Registered with the Linux Counter.  http://counter.li.org
ID # 123538
Completed more W/U's than 99.148% of seti users. +/- 0.01%

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

From: [EMAIL PROTECTED] (Dave Brown)
Subject: Re: dump/restore problem?
Reply-To: [EMAIL PROTECTED]
Date: 6 Apr 2001 13:25:37 -0500

In article <[EMAIL PROTECTED]>, Leonard Evens wrote:
>Joshua Baker-LePain wrote:
>> 
>> ekkis <[EMAIL PROTECTED]> wrote:
>> > I have a scsi tape drive running on a RH7 system.  I've performed the
>> > following experiment:
>> > # mt -f -dev/st0 rewind
>> > # dump -0a -f /dev/nst0 /etc
>> > # dump -0a -f /dev/nst0 /home
>> > when I do a:
>> > # restore -if /dev/st0
>> > restore > ls
>> > I get:
>> > .:
>> > home/
>> > Can anyone tell me what happened to /etc??
>> > (notice the dump of /home was made via nst0 ...
>
>This is certainly the way it should work, but it may not work that
>way.  In the past, both with a SCSI tape drive and an IDE tape
>drive I have encountered the following using tar, but I don't see
>that dump should be any different.
>
>If I successively put two archives on the same tape using /dev/nht0
>(or nst0 for SCSI),  I was unable to position the tape at the
>beginning of the second archive using mt fsf 1.   Indeed, it appeared
>that both archives were in the same "file" on the tape.  I found
>the following workaround would work.  After putting my first archive
>on the tape I used
>mt -f /dev/nht0 eof
>(or nst0 as appropriate), and then put the second archive on
>the tape.   Then after rewinding I could position
>the tape at the beginning of the second archive with
>mt -f /dev/n... fsf 2
>Iterating this for additional archives, I needed to use fsf 2N where
>N was the number I actually wanted to skip.  But it worked.

Incidentally, I noticed on the restore manpage that there's a "-s" option 
which allows the selection of a "file number" on a stacked tape.  
Assuming that dump didn't overwrite the first record, perhaps this would 
permit you to locate the second archive.

-- 
Dave Brown  Austin, TX

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

From: OrangeDino <[EMAIL PROTECTED]>
Subject: SiS6326 and XFree86-4.0.2?
Date: Sat, 07 Apr 2001 13:46:19 +0800

Anyone know that whether the "sis" driver of XFree86-4.0.2 support
XVideoExtension or not? If it does, how and I configure XFree86 to have
it function?
Thank a lot for your concern!


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

From: [EMAIL PROTECTED]
Subject: Re: text editor
Date: Sat, 07 Apr 2001 06:33:51 GMT

On Thu, 5 Apr 2001 22:11:10 +0200, "Martijn"
<[EMAIL PROTECTED]> wrote:

The most simple approach for my use is Midnight Commander.
Just type "mc" and [enter} to run it.  To edit a file, highlight it
and press F4.  To save: F2, and to quit, F10.

About as basic as it gets, but if all you want to do is edit a few
lines in a file, this is my preference.

>I'm a newbie to linux so I have a question I know that I can view a text
>file with the MORE and LESS command in textmode
>how can I edit a text file I tried edit but it is an unknown command
>
>help would be greatly appreciated
>
>


=======================================

To be paranoid is to have an inkling of
what is really going on.

Wade Segade
[EMAIL PROTECTED]  (remove the obvious)

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

From: "ekkis" <[EMAIL PROTECTED]>
Crossposted-To: redhat.kernel.general,linux.redhat.install,comp.os.linux.setup
Subject: kernel upgrade - yikes!!
Date: Fri, 6 Apr 2001 23:58:02 -0700

ran up2date on RH7 and was confused by the "excluded" list... it upgraded my
kernel rpms to 2.2.17... after rebooting the box I have no network!  troulbe
is uname says I'm still on 2.2.16 but the modules directory under /usr/lib
says 17 and there's no 16... yikes!

can anyone suggest what I can do, especially given that I have no access to
the net since the NICs won't come up?

1k tia - erick



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

From: Robert Schweikert <[EMAIL PROTECTED]>
Subject: isp demand dialing problem need help, please
Date: Sat, 07 Apr 2001 03:15:33 -0400

I am trying to switch from RedHat6.2 to SuSE7.1 and I've got most of my
stuff working. However, I cannot get the dial on demand stuff working
that I have set up on my RedHat 6.2 distro. Luckily I am working on
separate disks or I would be really screwd. Anyway, here is my basic set
up.

I use pppd for demand dialing and am using a chat-script to get
everything hooked up. All of this works on RH6.2 on mostly on SuSE. I've
copied my connect script and my ppp options file from RH6.2 to SuSE.
When I try to connect  everything procedes normal until almost at the
end.

Here are the messages printed to /var/lo/messages.

For RedHat, this works:

Apr  7 03:01:38 journey chat[850]: Welcome to 3Com Total Control HiPer
ARC (TM)^M
Apr  7 03:01:38 journey chat[850]: Networks That Go The Distance (TM)^M
Apr  7 03:01:38 journey chat[850]: ^M
Apr  7 03:02:22 journey chat[850]: alarm
Apr  7 03:02:22 journey chat[850]: send (^M)
Apr  7 03:02:22 journey chat[850]: send (^M)
Apr  7 03:02:22 journey pppd[635]: Serial connection established.
Apr  7 03:02:22 journey pppd[635]: Connect: ppp0 <--> /dev/modem
Apr  7 03:02:23 journey pppd[635]: Local IP address changed to
165.247.10.213

and for SuSE;

Apr  6 22:47:59 journey chat[8394]: Welcome to 3Com Total Control HiPer
ARC (TM)^M
Apr  6 22:47:59 journey chat[8394]: Networks That Go The Distance (TM)^M

Apr  6 22:47:59 journey chat[8394]: ^M
Apr  6 22:48:43 journey chat[8394]: alarm
Apr  6 22:48:43 journey chat[8394]: send (^M)
Apr  6 22:48:43 journey chat[8394]: send (^M)
Apr  6 22:48:43 journey pppd[2189]: Serial connection established.
Apr  6 22:48:43 journey modprobe: Note: /etc/modules.conf is more recent
than /lib/modules/2.4.0/modules.dep
Apr  6 22:48:43 journey modprobe: modprobe: Can't locate module
tty-ldisc-3
Apr  6 22:48:43 journey pppd[2189]: Couldn't set tty to PPP discipline:
Invalid argument
Apr  6 22:48:44 journey pppd[2189]: Hangup (SIGHUP)

What's missing on SuSE is obviously the connection between ppp0 and
/dev/modem, could that have something to do with the modprobe message?
If so, does anyone have a clue what the problem is? I did not compile
any modules into the kernel.

/dev/modem exists and is pointing to /dev/ttyS1 on both distributions.

Any help is appreciated.

Thanks,
Robert

--
Robert Schweikert                      MAY THE SOURCE BE WITH YOU
[EMAIL PROTECTED]                         LINUX




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

Date: Sat, 07 Apr 2001 09:18:43 +0200
From: Michael Heiming <[EMAIL PROTECTED]>
Subject: Re: Linux root user password lost

Daniel Groppe wrote:
> 
> I have SuSE Linux 6.2 and I installed it on my PC. I forgto the password
> of the root user and I can login with restrictions (can't shutdown the pc,
> can't install software or hardware)
> I would appreciate your help.

6.2? Huh, I thought I would have all SuSE distros, there's 6.1 and 6.3, but
I never heard of 6.2...

Anyway, use the first distro CD to boot a rescue system, mount your / to /mnt
and delete in /mnt/etc/shadow.
root:here_is_your_crypted_password_delete_it:4564:0:45236

More info:

ftp://rtfm.mit.edu/pub/usenet-by-hierarchy/

7.15. I Have Screwed Up My System and Can't Log In to Fix It.

The comp.os.linux.misc FAQ

There is no way to boot the system in S mode and enter a root shell with
SuSE, if you don't know the root pwd, SuSE will ask!

Good luck

Michael Heiming

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

From: IntrinsiX <[EMAIL PROTECTED]>
Subject: Re: 3d shooter running on 2 computers
Crossposted-To: de.comp.os.unix.linux.misc
Date: Sat, 07 Apr 2001 08:04:40 GMT

I'm not sure if it is possible, but it seems to me that even if it is, it 
would be VERY slow, wouldn't it? Let's say 1MB can be transferred over a 
10BaseT network in one second; I think a 3d shooter has a much higher 
dataflow...

IntrinsiX

Goophy wrote:

> Hi
> is it possible to start a 3d shooter (like Quake3) on a computer and
> redirekt the output to another one?
> I know, that this is possible with normal X-Applications and the xserver,
> but I don't know in which way this will work with 3d-accelerated games.
> 
>     J�rgen
> 


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

From: =?EUC-KR?B?uejDtrz2?= <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,comp.unix.bsd.freebsd.misc
Subject: Re: Any ILS (Netmeeting) servers on FreeBSD or Linux?
Date: Sat, 7 Apr 2001 17:01:43 +0900 (KST)

In comp.os.linux.networking Mark Jeghers <[EMAIL PROTECTED]> wrote:
> The title says it all.  Cannot afford Micro$oft.

> Please email reply, I don't follow some of the groups.

> Thanks in advance

> [EMAIL PROTECTED]
> remove ".spammers.go.to.hell" from the above address

We are running ils server on Linux in Seoul, Korea.
(Netmeeting Directory Server.)

Address is ils.linuxlab.co.kr.

I have installed it by help of "Linux Netmeeting HOWTO".
It works well now.
You can always use it.

-- 
Bae Churlsu
[EMAIL PROTECTED]
http://www.linuxlab.co.kr

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

From: tech2kjason <[EMAIL PROTECTED]>
Crossposted-To: redhat.kernel.general,linux.redhat.install,comp.os.linux.setup
Subject: Re: kernel upgrade - yikes!!
Date: Sat, 07 Apr 2001 03:28:27 -0500

On Fri, 6 Apr 2001 23:58:02 -0700, "ekkis" <[EMAIL PROTECTED]> wrote:

>ran up2date on RH7 and was confused by the "excluded" list... it upgraded my
>kernel rpms to 2.2.17... after rebooting the box I have no network!  troulbe
>is uname says I'm still on 2.2.16 but the modules directory under /usr/lib
>says 17 and there's no 16... yikes!
>
>can anyone suggest what I can do, especially given that I have no access to
>the net since the NICs won't come up?
>
>1k tia - erick
>

I always wondered why RH advised users  not to use up2date to upgrade
kernel packages... now I know... 

This issue can be resolved in one of two ways: 

1 ) manually reinstall the updated kernel packages yourself:

or

2) follow these steps...

cd /boot
ls -al
verify that the System.map-2.2.17, kernel.h-2.2.17,
module-info-2.2.17, and vmlinuz-2.2.17 are present and/or linked
properly from System.map, kernel.h, module-info, and vmlinuz

with ls -al you should see something like...
...
kernel.h --> kernel.h-2.2.17
module-info --> module-info-2.2.17
System.map --> System.map-2.2.17 
vmlinuz --> vmlinuz-2.2.17
....
kernel.h-2.2.17
module-info-2.2.17
System.map-2.2.17
vmlinuz-2.2.17
....


if /boot looks okay, it's time to visit lilo.conf inside /etc.
cd /etc

use your favorite editor to verify the lilo.conf file, to make sure
that the "image=/boot/vmlinuz-2.2.17" is pointing to the right kernel.

in my case, that section looks like this:
....
"image=/boot/vmlinuz-2.4.3"
        label=linux
        read-only
        root=/dev/hdc9

other=/dev/hda1
        label=win98

Just remember that if you make any changes lilo.conf, to type lilo at
the prompt, so that it initializes it's pointers for the next reboot. 



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

From: Carfield Yim <[EMAIL PROTECTED]>
Subject: How to see Chinese font without X-server?
Date: Sat, 07 Apr 2001 15:55:43 +0800

If I telnet to my machine, or for some reason my x-server can't start
up.
I find that I can see Chinese font at lynx and pine, which in very
inconvenience to me.
How to see Chinese font without X-server?
--
Carfield Yim, visit my homepage at http://www.carfield.com.hk


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

From: Joeri Sebrechts <[EMAIL PROTECTED]>
Subject: Re: The Python is so powerful, easy to use? compared with C++
Date: Sat, 07 Apr 2001 09:26:50 GMT

Bob Hauck wrote:
> C++ has "very clear syntax"???  I've been using it since 1993 or so an
> I wouldn't say that!  Yeah, you can get used to it, but that's not the
> same thing.  And it has the same set of built-in types as C, whereas
> Python makes things like lists and strings a basic type.
> C++ does finally have a decent library that patches over a lot of those
> issues.  I don't think it is as easy to use as Python's though, and it
> still doesn't have a lot of the high-level functions like the config
> parser, reading/writing URL's, GUI functions, etc.  And the fact that
> it is based on templates leads to a lot of interesting debugging
> problems if you use them in unusual ways.  But hey, we're here to be
> language lawyers, not to get anything done.

I obviously agree that for a lot of things there are better languages
than C++. For example, currently I'm working on a web project, and am
using PHP for it. I've made CGI applications in C++ before, and it's
really SO much easier in PHP. So you're right when you say that to get
things done in some fields there are other languages better suited.
As for strings and lists being inside a library instead of being inside
the language itself. This adds a downside and an upside. The downside is
that you've got to pay attention to what you do with your templates, but
the upside is that you only use what you really need. Although it's true
that in these days of gigabyte-sized operating systems making small
programs isn't really to the point anymore.

> >> C++ fixes many of the problems, but brings great complexity.
> > I disagree. I've co-written a large project in C++, and although at
> > first I believed it to be unbelievably complex (coming from a Delphi
> > environment), later on I understood that everything is in there for a
> > reason.
> Yup, everything is there for a reason.  The reasons are often internal
> though.  A lot of stuff in C++ came about because somebody wanted A,
> but that caused problem B, so feature C was added to fix it.  The
> history of exceptions, destructors, templates, and many other features
> followed this pattern.  One thing leads to another and the simple "C
> with classes" that was the original C++ idea has turned into the second
> coming of Ada, only uglier and more terse.

But you're not forced to use the extra stuff they put in, you can just
ignore it if you want to. You can use C++ as C with classes (like, for
example, the abiword project is doing).

> Yet, somehow, simpler languages like Python and Java still give you the
> tools you need to do the job.  And because you can know the tool well
> without devoting your life to it, you can be more productive.  Also,
> interpreters also make certain kinds of programming easier.  For
> instance it is pretty easy to generate code at run time, and then
> execute it.  This leads to different kinds of solutions than you get
> with a compiled language.

Depends on the project.

> > Nobody forces you to use ALL of C++ in one program.
> I should hope not!  I question whether anybody but Bjarne even
> _understands_ all of the language.

I agree. There is a lot in there. But again, if you don't understand it,
or don't want to understand about it, ignore it.

> > Ofcourse, knowing my luck I'm talking to a C++ veteran. But it's
> > honestly my opinion. C++, when used correctly, is not complex at all.
> C++ is complex.  When you get familiar with it, it seems less so, but
> that's just you climbing the learning curve, not the language getting
> simpler.  Just ask anybody who has worked on a C++ compiler if it is
> complex.
> I use C++ quite a bit.  I've been using it for a long time.  I used to
> like it a lot because it was like C only with OO features.  As more
> features got added I started liking it less and started looking for
> alternatives.

I've only been programming in C++ for two years, but can you tell me
what it is that they added that you couldn't ignore ?

> The bottom line is that I can get more done in less time with fewer
> bugs using Python, even though I've been using it for a much shorter
> time.  There are lots of things that Python isn't very well suited for,
> many of which happen to be part of my job description.  However, for
> the things it is suited for, it is easier to use and more productive
> for me than C++.

No language is good for everything.

> C++ is a decent language for teams of experts to program large high
> performance systems over a period of years.  It is not very good for
> small groups who want something done in the near future, and it sucks
> bigtime for people whose main job isn't programming.

The original question was: is C++ complex ?
And my answer was: no, it's not. There is a difference between being
complex (an interwoven mass of spaghetti) and being large (C++). The way
to look at C++ is like in one of those "C++ in 24 hours" books. You
start from chapter one, and stop reading where you think it's getting
less useful. And you can just stop there. You don't need to know all of
it to use it right. Every feature can be used on it's own.
It's this whole idea of C++ being too complex that has made it so that
people don't even take a decent look at it. If more open source projects
would use the OO functionality in C++, instead of just sticking to basic
C, then not only development would be faster, but it would be easier for
new developers to join the ranks. C++ still can be C with OO features,
if you want it to.

Have a nice day,
Joeri Sebrechts

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

From: Melvyn Walker <[EMAIL PROTECTED]>
Subject: Re: Disk thrashing -- possible memory issue?  RH7.
Date: Sat, 07 Apr 2001 10:08:34 +0100

JNJ wrote:

> > Elaborate on "thrashing". As in what/when/how.
>
> 1) Hard drive
>
> 2) Especially prevalent right after I start Netscape (which pretty much does
> not come up unless I leave the room for a long while) but I've seen it after
> using the system a while as well.
>
> 3) Not sure there is a "how" answer short of going into drive mechanics.
> (????)
>
> Bearing in mind the fact that, as I said, I'm a bit new to Linux, I'm afraid
> I really do not know where to start troubleshooting this one or really even
> where to begin describing the issue in detail.  It has also been suggested
> that Linux may not be using the full capacity of the memory.
>
> James

James,
            just wondered if you have confirmed that netscape is the culprit
i.e have you t
tried using the command "top" when the machine is thrashing - it gives a list
of
the most cpu-intensive processes.

Regards,
    Mel.


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


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list by posting to comp.os.linux.misc.

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