Linux-Setup Digest #458, Volume #20              Sat, 20 Jan 01 10:13:09 EST

Contents:
  openssh 2.3.0p1-4 (Cheryl L. Southard)
  CDROM "Appears Confused" ???... ("Meron Lavie")
  signal 15 ("Thomas Hinnenberg")
  Re: Kernel 2.4 ("Sri Panyam")
  Re: VMWare: Problem installing guest OS Win98 ("Sri Panyam")
  Re: Kernel 2.4 ("Sri Panyam")
  Re: Win2000 pro & Linux dual boot ([EMAIL PROTECTED])
  Re: Kernel 2.4 ("Sri Panyam")
  Re: Kdevelop not working (Jerry Kreps)
  Re: Kernel 2.4 ("Sri Panyam")
  Re: HP LaserJet 4 configuration issue (Brian Goodyear)
  Re: Intel 810 chipset probs ("Sri Panyam")
  Re: Kernel 2.4 ("Frederic Vanneste")

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

From: [EMAIL PROTECTED] (Cheryl L. Southard)
Crossposted-To: comp.os.linux.networking
Subject: openssh 2.3.0p1-4
Date: 20 Jan 2001 05:09:59 -0800

Hi All,

We heard about the security hole in RedHat Linux V7.0's version
of openssh, so we grabbed the patched version from 
ftp://updates.redhat.com/7.0/i386/openssh*

However, this version doesn't work for us.  We rebuilt a new key
and deleted all our old keys, but whenever we try to ssh into our
linux box, we get this error:

        warning: Authentication failed.
        warning: 
        Disconnected; key exchange or algorith negotiation failed (Key exchange 
failed.).


In verbose mode, this is the error message:
        ssh -v wookie
        warning: Development-time debugging not compiled in.
        warning: To enable, configure with --enable-debug and recompile.
        debug: hostname is 'wookie'.
        debug: Unable to open /home/serveme/cld/.ssh2/ssh2_config
        warning: Development-time debugging not compiled in.
        warning: To enable, configure with --enable-debug and recompile.
        debug: connecting to wookie...
        debug: entering event loop
        debug: ssh_client_wrap: creating transport protocol
        debug: Ssh2Client/sshclient.c:1015/ssh_client_wrap: creating userauth protocol
        debug: Remote version: SSH-1.99-OpenSSH_2.3.0p1
        debug: Ssh2Client/sshclient.c:349/keycheck_key_match: Host key found from 
database.
        warning: Authentication failed.
        debug: client_disconnect: Key exchange failed.
        debug: Ssh2/ssh2.c:77/client_disconnect: locally_generated = TRUE
        warning: 
        Disconnected; key exchange or algorith negotiation failed (Key exchange 
failed.).
        debug: uninitializing event loop
        

Does anyone have a clue to what this means?  If we explicitely force
ssh to use version 1 with the non-openssh ssh1 command (from ssh.com)
this also works.

Thanks,
Cheryl
[EMAIL PROTECTED]
-- 
Cheryl Southard
[EMAIL PROTECTED]

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

From: "Meron Lavie" <[EMAIL PROTECTED]>
Crossposted-To: 
alt.os.linux,alt.uu.comp.os.linux.questions,aus.computers.linux,comp.os.linux,comp.os.linux.misc,thenet.support.linux
Subject: CDROM "Appears Confused" ???...
Date: Fri, 19 Jan 2001 18:18:40 +0200

I have instaled RH 7.0

Every once in a while, I start getting the following message on the console:

"hdd: cdrom_pc_intr: The drive appears confused (ireason = 0x 1)"

What is going on here???
--
Meron Lavie
[EMAIL PROTECTED]
NOTE: THERE ARE NO NUMBERS IN MY REAL EMAIL ADDRESS HOST NAME: ANTI-SPAM!



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

Reply-To: "Thomas Hinnenberg" <[EMAIL PROTECTED]>
From: "Thomas Hinnenberg" <[EMAIL PROTECTED]>
Subject: signal 15
Date: Sat, 20 Jan 2001 14:40:17 +0100

Whenever I try to install Redhat 7.0 on my old 486 (8MB Ram, 240 MB Disk), I
get a message: "Abnormal termination: install received signal 15". Does
anybody know what this means?



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

From: "Sri Panyam" <[EMAIL PROTECTED]>
Subject: Re: Kernel 2.4
Date: Sun, 21 Jan 2001 00:52:15 +1100

Hi

   NO i actually checked the compilation options and code was being
generated for the correct target machine.

Thanks
Sri
Tony Reed <[EMAIL PROTECTED]> wrote in message
news:Qs8a6.110194$[EMAIL PROTECTED]...
> In comp.os.linux.setup
> Sri Panyam <[EMAIL PROTECTED]> wrote:
> :
> :However, at the lilo prompt, when i select "myker" as the image, it
prints
> :the following and hangs up:
> :
> :**************
> :loading myker.....
> :Uncompressing linux ...  Ok booting ...
> :**************
>
> Did you perhaps compile for an architecture more advanced than you
> have, i.e. you have a 486 and you compiled for a PIII?  Try
> re-compiling with the plain i586 option.
>
> --
> Tony Reed
> <[EMAIL PROTECTED]>



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

From: "Sri Panyam" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.networking,comp.os.linux.security
Subject: Re: VMWare: Problem installing guest OS Win98
Date: Sun, 21 Jan 2001 00:47:47 +1100

Hi

      I am not sure about this but i thought windows always "insisted" on
being on the first sector of your disk.  at least when i tried to have it
the other way around, it didnt work for me.

Sri
Subba Rao <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>
> I have been trying to install Win98 as a guest host on my Linux system.
> The partition I plan to use for Win98 is /dev/hda3. I have tried toggling
the
> partition id to FAT16, ext2 and FAT12.
>
> I am trying to install the Win98 on a virtual disk and not to a raw
partition.
>
> FATXX id
> ========
>
> (0)root@myhost:~# fdisk /dev/hda
>
> Command (m for help): p
>
> Disk /dev/hda: 255 heads, 63 sectors, 524 cylinders
> Units = cylinders of 16065 * 512 bytes
>
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hda1             1       357   2867571   83  Linux native
> /dev/hda2           358       383    208845   82  Linux swap
> /dev/hda3           384       524   1132582+   6  FAT16
>
> Command (m for help): q
>
> (0)root@myhost:~#
>
> At this point, when I try to poweron the virtual machine. I get the
following
> error message box
> -------------
> "Failed to open disk /windows98/win98.dsk. No such file or directory.
> Failed to configure ide0:0.
>
> The virtual machine cannot be powered on with an unconfigured disk."
> -------------
>
> When I do a listing of the /windows98 directory, I can see only these
files.
>
> (0)root@myhost:~# ls /windows98
> ./  ../  win98.cfg*  win98.log*
>
> (0)root@myhost:~# mount
> /dev/hda3 on /windows98 type msdos (rw)
>
>
> EXT2 id
> ========
>
> Now, I have even toggled the partition ID to ext2.
>
> (0)root@myhost:~# fdisk /dev/hda
>
> Command (m for help): p
>
> Disk /dev/hda: 255 heads, 63 sectors, 524 cylinders
> Units = cylinders of 16065 * 512 bytes
>
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hda1             1       357   2867571   83  Linux native
> /dev/hda2           358       383    208845   82  Linux swap
> /dev/hda3           384       524   1132582+   6  Linux native
>
> Command (m for help): q
>
> If I do a mount command:
> /dev/hda3 on /windows98 type ext2 (rw)
>
> Now, I try to poweron the virtual machine, I get the following message,
>
> "Windows 98 has detected that drive C does not contain a valid FAT or
FAT32
> partition. There are several possible causes. ......"
>
> I have even tried to do a mkdosfs to the /dev/hda3 and that did not help.
>
> Currently, I have a NT 4 installed as a guest OS on a virtual disk in a
ext2
> partition. I am not successful in installing Win98.
>
> I don't know where I am missing a step. An outside opinion would help.
>
> Thank you in advance for any help.
>
> Subba Rao
> [EMAIL PROTECTED]
> http://pws.prserv.net/truemax/



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

From: "Sri Panyam" <[EMAIL PROTECTED]>
Subject: Re: Kernel 2.4
Date: Sun, 21 Jan 2001 00:53:11 +1100

Hi

    I checked the make file for the source but there was no target "bzlilo".
And i checked the created files and there was no System.map after the
compilation.  However, ther WAS a version with my old kernel.  How can I get
a new version for the new kernel?

Thanks
Sri
Steve Martin <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I'm no expert on this, having fiddled not much with kernel
> installation, but I believe you also have to copy System.map
> to the same directory from whence you boot, in this case
> the /boot directory. That will of course cause a problem
> because your old System.map file is currently in that
> directory, being used by your old kernel.
>
> I'd suggest moving your new kernel to /vmlinuz (the
> "make bzlilo" command does this anyway) and putting
> your System.map file there. Then put an entry in
> lilo.conf with "image=/vmlinuz".
>
> If your existing kernel is in /boot (as it usually is with
> default Red Hat installs, don't know about other distros),
> then just set up lilo.conf, then go to the kernel source
> and do "make bzlilo". It'll copy the kernel to /vmlinuz
> and the new System.map file to /System.map.
>
> Hope this helps.
>
> Sri Panyam wrote:
> >
> > Hi
> >
> >   I just compiled version 2.4 of the kernel and was able to create a
boot
> > iamge successfully :- bzImage.  I copied it to the /boot and updated
> > lilo.conf to the following (after copying bzImage to
/boot/bzImage.myker):
> >
> > **************
> > boot=/dev/hda
> > map=/boot/map
> > install=/boot/boot.b
> > prompt
> > timeout=50
> > linear
> > default=myker
> > image=/boot/vmlinuz-2.2.14-5.0
> >         label=linux
> >         read-only
> >         root=/dev/hda1
> > image=/boot/bzImage.myker
> >         label=myker
> >         read-only
> >         root=/dev/hda1
> > *****************
> >
> > However, at the lilo prompt, when i select "myker" as the image, it
prints
> > the following and hangs up:
> >
> > **************
> > loading myker.....
> > Uncompressing linux ...  Ok booting ...
> > **************
> >
> > Has any one else come up with this.  How can i fix this:
> >
> > Thanks In Advance
> > Sri



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

From: [EMAIL PROTECTED]
Subject: Re: Win2000 pro & Linux dual boot
Date: Sat, 20 Jan 2001 13:55:17 GMT

Dave,

What if W2K pro is on MSFT instead of FAT32?  Linux cannot recognize
MSFT, right?  Can you put LILO on W2K somehow?

In article <[EMAIL PROTECTED]>,
  Dave Fry <[EMAIL PROTECTED]> wrote:
> If you dont mind putting a small linux partition on you win2k
partition
> you could put the /boot partition on your win2k partition which is
about
> 16MBs you could then put the rest of the partitions
> (ie: /, /usr, /home, ...) on the 6 gig Hard Drive. Using this
> configuration you can configure Lilo to boot to both.
>
> Dave Fry
> [EMAIL PROTECTED]
> Quality Digtal Office Technology
>
> Zayin Krige wrote:
> >
> >
> > What boot loader is recomended for a windows 2000 proffesional /
Linux
> > (redhat / mandrake) dual boot.
> >
> > I have win2000 running on a 40gb striped harddisk, and will run
linux of
> a
> > 6gb standalone disk. What boot managers will support this
configuration?
> >
> > --
> > /*-------------------------------------------
> > Zayin Krige
> > [EMAIL PROTECTED]
> > www.redpoint.co.za
> > Redpoint Solutions (Pty) Ltd
> > Custom Software Solutions
> > ------------------------------------------*/
> >
> >
> >
>
> --
> Posted via CNET Help.com
> http://www.help.com/
>


Sent via Deja.com
http://www.deja.com/

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

From: "Sri Panyam" <[EMAIL PROTECTED]>
Subject: Re: Kernel 2.4
Date: Sun, 21 Jan 2001 01:18:17 +1100

Oooops, I found the files, I checked the wrong place.

Sri
Sri Panyam <[EMAIL PROTECTED]> wrote in message
news:94c4o7$e93$[EMAIL PROTECTED]...
> Hi
>
>     I checked the make file for the source but there was no target
"bzlilo".
> And i checked the created files and there was no System.map after the
> compilation.  However, ther WAS a version with my old kernel.  How can I
get
> a new version for the new kernel?
>
> Thanks
> Sri
> Steve Martin <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> > I'm no expert on this, having fiddled not much with kernel
> > installation, but I believe you also have to copy System.map
> > to the same directory from whence you boot, in this case
> > the /boot directory. That will of course cause a problem
> > because your old System.map file is currently in that
> > directory, being used by your old kernel.
> >
> > I'd suggest moving your new kernel to /vmlinuz (the
> > "make bzlilo" command does this anyway) and putting
> > your System.map file there. Then put an entry in
> > lilo.conf with "image=/vmlinuz".
> >
> > If your existing kernel is in /boot (as it usually is with
> > default Red Hat installs, don't know about other distros),
> > then just set up lilo.conf, then go to the kernel source
> > and do "make bzlilo". It'll copy the kernel to /vmlinuz
> > and the new System.map file to /System.map.
> >
> > Hope this helps.
> >
> > Sri Panyam wrote:
> > >
> > > Hi
> > >
> > >   I just compiled version 2.4 of the kernel and was able to create a
> boot
> > > iamge successfully :- bzImage.  I copied it to the /boot and updated
> > > lilo.conf to the following (after copying bzImage to
> /boot/bzImage.myker):
> > >
> > > **************
> > > boot=/dev/hda
> > > map=/boot/map
> > > install=/boot/boot.b
> > > prompt
> > > timeout=50
> > > linear
> > > default=myker
> > > image=/boot/vmlinuz-2.2.14-5.0
> > >         label=linux
> > >         read-only
> > >         root=/dev/hda1
> > > image=/boot/bzImage.myker
> > >         label=myker
> > >         read-only
> > >         root=/dev/hda1
> > > *****************
> > >
> > > However, at the lilo prompt, when i select "myker" as the image, it
> prints
> > > the following and hangs up:
> > >
> > > **************
> > > loading myker.....
> > > Uncompressing linux ...  Ok booting ...
> > > **************
> > >
> > > Has any one else come up with this.  How can i fix this:
> > >
> > > Thanks In Advance
> > > Sri
>
>



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

From: Jerry Kreps <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc,comp.os.linux.development.apps
Subject: Re: Kdevelop not working
Date: Sat, 20 Jan 2001 08:18:39 -0600
Reply-To: [EMAIL PROTECTED]

Well, Doc, my guess would be that you 'copied' a cpp source to main.cpp
and didn't start a project by using the framework.  If you go to the 
"project" menu option and click 'new' you will be faced with several app 
frameworks, Choose one that suits you and let it generate the complete set 
of required project files.  Then edit the resulting 'main.cpp' source file 
to say 'Hello World" and click the build menu option.
JLK

Roy F. Cabaniss wrote:

> Was just starting to use kdevelop and got it fired up.  Copied the 
traditional
> c++ hello world program.  Tried to compile.  Tried to build.  When I 
tried it,
> what follows was the message.
> 
> gmake ***No targets specified and no makefile found.  Stop
> ***Failed***
> 
> I tried it with the make also.  So, any ideas why kdevelop, when it is 
trying
> to run a make, is not working on the code in it's editing winndow?
> 

-- 
Scientific theories, according to Sir Karl Popper, can be "falsified," or 
proven wrong, by experiment.   Unscientific theories -Marxist dialectical 
history and Freudian psychology were Popper's favorites- 
are formed in such a way that they cannot be falsified by data.




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

From: "Sri Panyam" <[EMAIL PROTECTED]>
Subject: Re: Kernel 2.4
Date: Sun, 21 Jan 2001 01:33:46 +1100

Hi

    I copied the new boot image with along with the new System.map files to
/bootnew/ (instead of / ) and in lilo.conf, i changed the image from
/boot/bzImage.myker to /bootnew/bzImage.myker.  However, I am still having
the same problem.  Is there anything else i need to do?

Sri

Steve Martin <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I'm no expert on this, having fiddled not much with kernel
> installation, but I believe you also have to copy System.map
> to the same directory from whence you boot, in this case
> the /boot directory. That will of course cause a problem
> because your old System.map file is currently in that
> directory, being used by your old kernel.
>
> I'd suggest moving your new kernel to /vmlinuz (the
> "make bzlilo" command does this anyway) and putting
> your System.map file there. Then put an entry in
> lilo.conf with "image=/vmlinuz".
>
> If your existing kernel is in /boot (as it usually is with
> default Red Hat installs, don't know about other distros),
> then just set up lilo.conf, then go to the kernel source
> and do "make bzlilo". It'll copy the kernel to /vmlinuz
> and the new System.map file to /System.map.
>
> Hope this helps.
>
> Sri Panyam wrote:
> >
> > Hi
> >
> >   I just compiled version 2.4 of the kernel and was able to create a
boot
> > iamge successfully :- bzImage.  I copied it to the /boot and updated
> > lilo.conf to the following (after copying bzImage to
/boot/bzImage.myker):
> >
> > **************
> > boot=/dev/hda
> > map=/boot/map
> > install=/boot/boot.b
> > prompt
> > timeout=50
> > linear
> > default=myker
> > image=/boot/vmlinuz-2.2.14-5.0
> >         label=linux
> >         read-only
> >         root=/dev/hda1
> > image=/boot/bzImage.myker
> >         label=myker
> >         read-only
> >         root=/dev/hda1
> > *****************
> >
> > However, at the lilo prompt, when i select "myker" as the image, it
prints
> > the following and hangs up:
> >
> > **************
> > loading myker.....
> > Uncompressing linux ...  Ok booting ...
> > **************
> >
> > Has any one else come up with this.  How can i fix this:
> >
> > Thanks In Advance
> > Sri



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

From: Brian Goodyear <[EMAIL PROTECTED]>
Subject: Re: HP LaserJet 4 configuration issue
Date: Sat, 20 Jan 2001 09:56:03 -0500

David Efflandt wrote:


> printer really is 300 dpi (like my HP 4L which is just smoothed to look
> like 600 dpi).
> 
> But your print filter may be sending 300 dpi data to a 600 dpi printer.
> See if the print filter has a 600 dpi setting.
> 

I also have a 4l and it work very well EXCEPT printing scans- they look 
like they were scanned at 3o dpi rather than 300.  Do you know how to 
correct this problem?

Brian


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

From: "Sri Panyam" <[EMAIL PROTECTED]>
Subject: Re: Intel 810 chipset probs
Date: Sun, 21 Jan 2001 02:03:20 +1100

HI

    Could you tell me how you got your X working with the intel 810 chip set
drivers.  Currently I am stuck as it cannot find the I810 drivers and is
defaulting to a lousy resolution of 320x200!!

Sri
Christopher Boner <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Sorry, I'm an idiot.  I put a space between End and Section in my
XF86Config
> file.  I don't know how I missed this when I looked it over.  Everything
> works perfectly now.
>
> Christopher Boner wrote:
>
> > I just installed RedHat 6.2 with XFree86 3.3.6 on my Dell L400c with
> > Intel
> > 810 chipset.  This chipset is known to be a problem and Intel has
> > packages to corrrect the video problem.  I followed the directions in
> > their release notes exactly to install the new XFCom_i810 X server and
> > agpgart.o module.  Others have written in to say that this works for
> > them, but startx still fails for me and I am stuck with the error
> > message:
> >     Config Error:  /usr/X11R6/lib/X11/XF86Config : 364
> >         Device "i810"
> >     Not a declared device
> >     _X11TransSocketUNIXConnect:Can't connect:errno = 111
> >
> > The /usr/X11R6/lib/X11/XF86Config is linked to my /etc/X11/XF86Config
> > file.  I added the section
> >
> >     Section "Device"
> >         Identifier "i810"
> >     EndSection
> >
> > to my XF86Config file and use Device "i810" in my "Screen" section.
> > Then I linked both /etc/X11/X and /usr/X11R6/bin/X to the new XFCom_i810
> > server.  Any suggestions?  Thanks in advance for your response.
> >
> > --
> > =============================================================
> >   Christopher M. Boner              [EMAIL PROTECTED]
> >     Math Department            www.math.virginia.edu/~cmb4q
> >  University of Virginia            (804)973-4266 (home)
> > Charlottesville, VA 22903         (804)924-4912 (office)
> > =============================================================
>
> --
> =============================================================
>   Christopher M. Boner              [EMAIL PROTECTED]
>     Math Department            www.math.virginia.edu/~cmb4q
>  University of Virginia            (804)973-4266 (home)
> Charlottesville, VA 22903         (804)924-4912 (office)
> =============================================================
>
>



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

From: "Frederic Vanneste" <[EMAIL PROTECTED]>
Subject: Re: Kernel 2.4
Date: Sat, 20 Jan 2001 15:08:59 GMT

In article <94c74e$f78$[EMAIL PROTECTED]>, "Sri Panyam"
<[EMAIL PROTECTED]> wrote:

> Hi
> 
>     I copied the new boot image with along with the new System.map files
>     to
> /bootnew/ (instead of / ) and in lilo.conf, i changed the image from
> /boot/bzImage.myker to /bootnew/bzImage.myker.  However, I am still
> having
> the same problem.  Is there anything else i need to do?
> 
> Sri
> 
> Steve Martin <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
>> I'm no expert on this, having fiddled not much with kernel
>> installation, but I believe you also have to copy System.map to the
>> same directory from whence you boot, in this case the /boot directory.
>> That will of course cause a problem because your old System.map file is
>> currently in that directory, being used by your old kernel.
>>
>> I'd suggest moving your new kernel to /vmlinuz (the
>> "make bzlilo" command does this anyway) and putting
>> your System.map file there. Then put an entry in lilo.conf with
>> "image=/vmlinuz".
>>
>> If your existing kernel is in /boot (as it usually is with default Red
>> Hat installs, don't know about other distros), then just set up
>> lilo.conf, then go to the kernel source and do "make bzlilo". It'll
>> copy the kernel to /vmlinuz and the new System.map file to /System.map.
>>
>> Hope this helps.
>>
>> Sri Panyam wrote:
>> >
>> > Hi
>> >
>> >   I just compiled version 2.4 of the kernel and was able to create a
> boot
>> > iamge successfully :- bzImage.  I copied it to the /boot and updated
>> > lilo.conf to the following (after copying bzImage to
> /boot/bzImage.myker):
>> >
>> > **************
>> > boot=/dev/hda map=/boot/map install=/boot/boot.b prompt timeout=50
>> > linear default=myker image=/boot/vmlinuz-2.2.14-5.0
>> >         label=linux read-only root=/dev/hda1
>> > image=/boot/bzImage.myker
>> >         label=myker read-only root=/dev/hda1
>> > *****************
>> >
>> > However, at the lilo prompt, when i select "myker" as the image, it
> prints
>> > the following and hangs up:
>> >
>> > **************
>> > loading myker..... Uncompressing linux ...  Ok booting ...
>> > **************
>> >
>> > Has any one else come up with this.  How can i fix this:
>> >
>> > Thanks In Advance Sri

You're not the onlyone with that problem.
One of my linux boxes (a dell latitude cpi) has the same problem
with the 2.4 kernel. And we are not the onlyone, I've seen threads
on this problem in multiple newsgroups.
Someone told me to use initrd to boot, but I didn't try it yet.
I think it was on alt.os.linux, go to deja.com/usenet and
search for 'kernel 2.4 boot' if you want to find more on
that one.

Hope this helps,
(and if you find the solution, will you post it here???)

Thanks,

Frederic

-- 
"The Future ain't What it used to be..."

        'James D. Morrison'
        -------------------

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


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

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

Reply via email to