Linux-Misc Digest #121, Volume #21 Thu, 22 Jul 99 08:13:10 EDT
Contents:
Watermark with JPEG ([EMAIL PROTECTED])
Re: Shortcomings of Linux? (Local)
Re: QT includes? (Me Here)
Re: Compile MegaHAL on RedHat 6.0 (Michael Ransburg)
Re: Permissions - why can a user delete a file not his own? ("D. Stussy")
Re: Subject: Why all the symbolic links in linux (Jon Skeet)
newbie wants advice (Anon User)
Controller eth0 is down (RedHat6.0) (Achille Valisolalao)
Red Hat vs. Mandrake ("David Eno")
Re: Shortcomings of Linux? (Chris Lee)
HEEEEELP IMLIB!!!!!!!!!!! (Guillermo)
Re: New Thread: Richard Kulisz is a sicko. (Frank Hart)
Re: partition magic (John Thompson)
Re: hook a normal printer directly up to a network? (Marc Mutz)
Re: Strange reboot... (Antonio Santos)
Re: Can't open window (Rob Lahaye)
Re: [MINI-HOWTO] Upgrade (Bruno Barberi Gnecco)
Lost access to /usr and /bin - URGENT ([EMAIL PROTECTED])
Re: Karl Marx was fat and hairy chap (Frank Hart)
Re: Shortcomings of Linux? (Chris Lee)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED]
Subject: Watermark with JPEG
Date: Thu, 22 Jul 1999 07:17:46 GMT
Need a console program to watermarking JPEG-files. The watermark
should be visible: ex. by writing COPYRIGHT in the picture.
Any idea how to do that? Maybe by overposing two images?
------------------------------
From: Local <[EMAIL PROTECTED]>
Crossposted-To: comp.sys.amiga.misc,comp.os.linux.advocacy
Subject: Re: Shortcomings of Linux?
Date: Thu, 22 Jul 1999 02:30:52 -0700
Chris Lee wrote:
>
> In article <7n442u$hiu$[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
> >
> >In comp.sys.amiga.misc Chris Lee <[EMAIL PROTECTED]> wrote:
> >> Funny, what you are claiming doesn't really seem to be the case. Follow
> the
> >> following newsgroups for a while and you'll discover that.
> >
> >*grin*. Oh, well...
> >
> >I get my information directly from ISPs, from PPP login traces,
> >from other developers and from IETF workgroups (PPPEXT among them),
> >and I can assure you that I would not have gone to the trouble of
> >implementing and field-testing MS-CHAP if it had not been necessary.
> >
> >But of course if you feel the random argumentative rambling on
> >Usenet is more informative and objective then that is your choice.
>
> And I get my information from the people who *ACTUALLY CONNECT TO ISPs* in
> the *REAL WORLD*
Hey, obnoxious moron, you are talking to the guy who PROGRAMMED Miami,
and several other packages for the Amiga!!!
------------------------------
From: Me Here <[EMAIL PROTECTED]>
Subject: Re: QT includes?
Date: Thu, 22 Jul 1999 02:50:56 -0500
Daniel Forester wrote:
> .... Where can I find them? I'm trying in install Licq 0.61 (yeah, I'm a
> geek....), and when I run the ./configure, it gives me some crap about not
> being able to find the qt includes.... doesn't bitch about the libs, which
> I believe are installed.... I've checked out /usr/include, and don't see
> it there ("qtwidget.h" I believe, was the one it was wanting). Any ideas?
> Thanks....
>
> --
> Daniel E. Forester
> Georgia Institute of Technology
> http://www.prism.gatech.edu/~gte061f/
>
> And God said, "Let there be vodka!" And He saw that it was good.
> Then God said, "Let there be light!" And then He said, "Whoa -
> too much light."
Did you install qt via .rpm's? If so, you need to install the qt-devel rpm
with the matching version and build number. The -devel- rpms will include the
include files.
------------------------------
From: [EMAIL PROTECTED] (Michael Ransburg)
Subject: Re: Compile MegaHAL on RedHat 6.0
Reply-To: [EMAIL PROTECTED]
Date: Thu, 22 Jul 1999 09:51:59 GMT
Hi!
>You may get some inspiration from looking at the Debian source package
>(look at ftp://ftp.us.debian.org/debian/dists/unstable/main/source -
>it should be there somewhere). The chances are that it's an
>incompatibility with glibc2.1 or something, which is what the next
>release will be using (it is already in use on Sparc), and there will
>be a fix in there.
Well, actually I get the same error as with the original distribution.
megahal.c:236: initializer element is not constant
megahal.c:237: initializer element is not constant
The two lines are:
FILE *errorfp=stderr;
FILE *statusfp=stdout;
If I replace them by
FILE *errorfp;
FILE *statusfp;
it compiles nicely, but produces a core dump when I try to start it.
Any ideas?
TIA
--
Curious? Look at http://daneel.tsx.org
------------------------------
From: "D. Stussy" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,alt.os.slackware,comp.os.linux.security
Subject: Re: Permissions - why can a user delete a file not his own?
Date: Mon, 19 Jul 1999 17:43:22 +0000
Reply-To: [EMAIL PROTECTED]
On Mon, 19 Jul 1999, W Canaday wrote:
> "Michael T. Bird" wrote:
> > Thomas Cameron wrote:
> > > ... What am I missing? What do I do to make it so that folks can create
> > > files, modify their own files, but not delete or modify other folks'
> > > files?
> > File deletion is governed by the permissions of the directory containing
> > the file. Since all members of group acct have write access to the
> > directory, they can delete files in the directory. The acct group can't
> > write to the files in question, they can only write to the directory "file".
> > Deleting a file is a write to the directory not a write to the file being
> > deleted.
> > You can prevent users from deleting files in a directory by setting the
> > directory's "sticky bit" using chmod. The command would be something
> > like:
> >
> > chmod o+s dirname
> >
> > Check man and info on chmod for details.
Actually, it's "o+t". There's no "s" bit for "others."
------------------------------
From: [EMAIL PROTECTED] (Jon Skeet)
Crossposted-To: comp.os.linux.setup
Subject: Re: Subject: Why all the symbolic links in linux
Date: Thu, 22 Jul 1999 11:08:07 +0100
[EMAIL PROTECTED] wrote:
> On Tue, 20 Jul 1999 08:12:45 +0100, gus <[EMAIL PROTECTED]> wrote:
> >So, although there is a "wasted" inode, there is a huge saving on
> >executable space, because, for all these programs, there is only one
> >executable.
>
> What about using command-line switches instead, eg. newaliases =
> sendmail -b? (forgot which switch it is)? What's the advantage of
> using "fake filenames" instead?
They're often easier to remember - and sometimes the "standards" involved
practically require it. For instance, consider java. There are various
programs to invoke java-related things, such as javac and javadoc - these
are the "canonical" names for the programs, and it makes sense from the
user's point of view to call them by different names - they have
completely different effects! Just because they both happen to fire up
java to do their stuff doesn't mean the user has to know that... hence
the symlinks.
--
Jon Skeet - [EMAIL PROTECTED]
http://www.pobox.com/~skeet/
------------------------------
From: Anon User <[EMAIL PROTECTED]>
Subject: newbie wants advice
Date: Mon, 19 Jul 1999 16:32:22 -0500
Hi all -
I am thinking of switching from Windows 98 to Linux, and am now in the
"finding out" stage. I have some questions.
1. Is Linux really as stable as people say it is?
2. Can I find a wide choice of applications that run on Linux?
3. If so, are they affordable (compared to their Windows-based
counterparts)?
4. What are the disadvantages of using Linux?
5. What is the minimum home PC for which linux is recommended?
6. What else does someone like me need to know?
Many thanks to all who answer.
Ted Shoemaker
[EMAIL PROTECTED]
------------------------------
From: Achille Valisolalao <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup,comp.os.linux.networking
Subject: Controller eth0 is down (RedHat6.0)
Date: Thu, 22 Jul 1999 12:09:37 +0200
Hello,
Interface eth0 cannot start on my machine which uses AMD 79C970 Ethernet
controller, because this controller is implemented on the same board as
the SCSI controller, so that the two devices share the same IRQ number.
Does someone know if there is a later release of the Linux kernel which
supports this paticularity and where I can find it ? The current version
of my RedHat 6.0 kernel is 2.2.5.
Than you very much,
Achille Valisolalao
------------------------------
From: "David Eno" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux,comp.os.linux.questions,linux.redhat
Subject: Red Hat vs. Mandrake
Date: Thu, 22 Jul 1999 11:03:42 GMT
I've heard that Red Hat and Mandrake were very similar. I have a machine
that locks up when running Red Hat. I've tried OpenLinux and SuSE, and they
work fine, but they aren't really what I'm looking for.
I am tempted to try Mandrake, but I don't want to have the same problems I
have with Red Hat. How closely related are the two distributions?
Thank you for your input.
--
Dave E.
------------------------------
From: [EMAIL PROTECTED] (Chris Lee)
Crossposted-To: comp.sys.amiga.misc,comp.os.linux.advocacy
Subject: Re: Shortcomings of Linux?
Date: 22 Jul 1999 11:00:02 GMT
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
>
>Chris Lee wrote:
>>
>> In article <7n442u$hiu$[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
>> >
>> >In comp.sys.amiga.misc Chris Lee <[EMAIL PROTECTED]> wrote:
>> >> Funny, what you are claiming doesn't really seem to be the case.
Follow
>> the
>> >> following newsgroups for a while and you'll discover that.
>> >
>> >*grin*. Oh, well...
>> >
>> >I get my information directly from ISPs, from PPP login traces,
>> >from other developers and from IETF workgroups (PPPEXT among them),
>> >and I can assure you that I would not have gone to the trouble of
>> >implementing and field-testing MS-CHAP if it had not been necessary.
>> >
>> >But of course if you feel the random argumentative rambling on
>> >Usenet is more informative and objective then that is your choice.
>>
>> And I get my information from the people who *ACTUALLY CONNECT TO ISPs*
in
>> the *REAL WORLD*
>
>Hey, obnoxious moron, you are talking to the guy who PROGRAMMED Miami,
>and several other packages for the Amiga!!!
Who cares? Just like you it doesn't mean he knows a damn thing about what
the people who don't use the Amiga use to connect to the internet.
------------------------------
From: Guillermo <[EMAIL PROTECTED]>
Subject: HEEEEELP IMLIB!!!!!!!!!!!
Date: Thu, 22 Jul 1999 13:04:50 +0200
I am doing an image shower in gtk and using the imlib to show medical,
images in a special B&W monitor (2048x2560).
It is not a really complicated program so it has to be so quick as
possible and I have the next problems.
1)I have done a contrast in real time but the new image doesn't overlap
on the old one so my swap overflows.
2) The contrast it's no really fast (no real time working with 512x512
image) despite I work in a Sparc-20 (160 Mb Sol2.6). Besides I ONLY have
to show B&W medical images (8 bits depth) but imlib treats them as color
images, using 3 times more information. I didn't change the imrc file (I
don't know what parameters move).
Probably I have a crapy programming :-))) (look it below)
Thanks a million.
Guillermo
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <gtk/gtk.h>
#include "gladesrc.h"
#include "gladesig.h"
#include <gtk/gtk.h>
#include <gdk_imlib.h>
GdkImlibImage *image;
GdkPixmap *pixmap;
GtkWidget *gtk_pixmap;
gint i=130;
GtkWidget *window;
GtkWidget *button;
GtkWidget *wc;
gint width, height;
/*-------------------------
Delete event
--------------------------*/
gint delete_event (GtkWidget *widget)
{
exit(0);
}
/*-------------------------------
Funcion del boton de contraste
--------------------------------*/
void
on_button1_clicked (GtkButton *button,
gpointer user_data)
{
GdkImlibColorModifier mod;
gtk_widget_destroy(GTK_WIDGET(gtk_pixmap));
gdk_imlib_get_image_modifier(image,&mod);
mod.gamma=mod.gamma;
mod.brightness=i;
g_print("%f\n",(double)mod.brightness);
mod.contrast=i;/*mod.contrast;*/
gdk_imlib_set_image_modifier(image,&mod);
i=i+10;
gdk_imlib_render(image,512,512);
pixmap = gdk_imlib_move_image(image);
gtk_pixmap = gtk_pixmap_new(pixmap, NULL);
gtk_container_add (GTK_CONTAINER(window), gtk_pixmap);
gtk_widget_show (gtk_pixmap);
}
/*-------------------------
contrast Button
--------------------------*/
GtkWidget*
create_wc ()
{
GtkWidget *wc;
GtkWidget *button1;
wc = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_widget_set_usize (wc, 100, 100);
gtk_window_set_title (GTK_WINDOW (wc), "Contraste");
gtk_window_set_policy (GTK_WINDOW (wc), FALSE, FALSE, FALSE);
button1 = gtk_button_new_with_label ("Contraste");
gtk_widget_show (button1);
gtk_container_add (GTK_CONTAINER (wc), button1);
gtk_signal_connect_object (GTK_OBJECT (button1), "clicked",
GTK_SIGNAL_FUNC (on_button1_clicked),
GTK_OBJECT (wc));
return wc;
}
/*-------------------------
Main
--------------------------*/
int
main (int argc, char *argv[])
{
gtk_set_locale ();
gtk_init (&argc, &argv);
/* Imlib initialization fxns */
gdk_imlib_init();
gtk_widget_push_visual(gdk_imlib_get_visual());
gtk_widget_push_colormap(gdk_imlib_get_colormap());
image = gdk_imlib_load_image("PPM");
width = image->rgb_width;
height = image->rgb_height;
gdk_imlib_render(image,512,512);
pixmap = gdk_imlib_move_image(image);
// event_box = gtk_event_box_new();
window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
/* I'm just ignoring the Mask for now. */
gtk_pixmap = gtk_pixmap_new(pixmap, NULL);
gtk_window_set_title (GTK_WINDOW (window), "Isto fixeno eu");
gtk_signal_connect (GTK_OBJECT (window), "delete_event",
GTK_SIGNAL_FUNC(gtk_widget_destroy),
GTK_OBJECT(window));
gtk_signal_connect (GTK_OBJECT (window), "destroy",
GTK_SIGNAL_FUNC(gtk_widget_destroy),
GTK_OBJECT(window));
gtk_window_set_policy (GTK_WINDOW (window), FALSE, FALSE, FALSE);
gtk_container_add (GTK_CONTAINER(window), gtk_pixmap);
gtk_widget_show (gtk_pixmap);
/* Now show our image */
gtk_widget_show(window);
wc = create_wc ();
gtk_widget_show (wc);
gtk_main ();
return 0;
}
------------------------------
From: [EMAIL PROTECTED] (Frank Hart)
Subject: Re: New Thread: Richard Kulisz is a sicko.
Date: Thu, 22 Jul 1999 10:12:16 GMT
On Wed, 21 Jul 1999 16:00:03 GMT, [EMAIL PROTECTED]
(Stuart R. Fuller) wrote:
>U. Art ([EMAIL PROTECTED]) wrote:
>: Like that title says. Any comments <g>?
>
>Yeah, I have a comment: what does this have to do with Linux?
>
> Stu
I think this is a good initiative to prevent the mentally ill to post
in this linux ng. This guy is filling up half the newsgroup with his
semi intellectual / political crap. He's also very busy offending
people. And he is also crossposting his b*llsh*t.
Frank Hart
------------------------------
From: John Thompson <[EMAIL PROTECTED]>
Subject: Re: partition magic
Date: Wed, 21 Jul 1999 20:27:19 -0600
RaMzEyMe wrote:
> does anyone know where i can download partition magic? Thanks.
You can purchase it on-line from PowerQuest's web site
(http://www.powerquest.com) and download it immediately.
If you're looking for freeware, there are several available
including FIPS, Ranish Partition Manager, Presizer, etc. but
AFAIK none of these will create or non-destructively resize
or move linux ext2 partitions the way Partition Magic can.
--
-John ([EMAIL PROTECTED])
------------------------------
Date: Wed, 21 Jul 1999 01:09:21 +0200
From: Marc Mutz <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.networking,comp.os.linux.setup
Subject: Re: hook a normal printer directly up to a network?
Gaiko Kyofusho wrote:
>
> I was wondering if there was a way that I could hook a normal (hp desk
> jet model ???) directly to my home network (consisting of 1 winnt box
> and 2 linux boxes) without having to hook it directly to one of the
> computers? (I admit that it would be for purposes of convenience
> <arranging the network ing the house> not necessity, for those that
> might ask "why")
>
HP sells 'JetDirect' printservers that have an Ethernet and a parallel
port. They start at $100, so it might not be convenient fo you.
Marc
--
Marc Mutz <[EMAIL PROTECTED]> http://marc.mutz.com/
University of Bielefeld, Dep. of Mathematics / Dep. of Physics
PGP-keyID's: 0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)
------------------------------
From: Antonio Santos <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking
Subject: Re: Strange reboot...
Date: 22 Jul 1999 10:31:11 GMT
Chris Mahmood wrote:
>
> that is odd...could the UPS be buggy?
> -ckm
Don't know. It worked fine all these years...
and it seems OK right now.
Thanks.
Antonio
================== Posted via SearchLinux ==================
http://www.searchlinux.com
------------------------------
From: Rob Lahaye <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.x,linux.redhat.misc
Subject: Re: Can't open window
Date: Thu, 22 Jul 1999 19:39:52 +0900
Michael Delas- wrote:
Your problem is related to Xauthority. xhost doesn't help much, I believe.
However, this is quite an obscure subject for me. What I did, is copy the root's
/root/.Xauthority to the user(s) homedir. That helped.
Try to grasp the info on Xauthority, xauth and possible HOWTO's.
-r-
> Prasanth Kumar wrote:
>
> > What likely happened is that you likely logged in as another user while in X
> > Windows so that user doesn't have permission to open a window on the screen.
> > The simple but somewhat unsecure solution is to try
> > typing 'xhost +' to give all users permission.
> >
> > Michael Delas- <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]...
> > For some strange reason, I quite frequently get the following error message
> > whenever I try to open emacs, or any application that involves opening a new
> > window for that matter:
> > Xlib: connection to ":0.0" refused by server
> > Xlib: Client is not authrized to connect to Server
> > emacs: Cannot connect to X server :0.0
> > Check the DISPLAY environment variable or using `-d'.
> > Also use the `xhost' program to verify that it is set to permit
> > connections from your machine.
> > I checked the DISPLAY environment variable and it is set to ":0.0". When
> > I try to use xhost I get more or less the same message:
> > Xlib: connection to ":0.0" refused by server
> > Xlib: Client is not authorized to connect to Server
> > xhost: unable to open display ":0.0"
> > Why is this happening. I'm running Red Hat version 5.2, and this usually
> > occurs after I've already opened a few windows ( such as other emacs
> > windows, or netscape, or xplaycd etc. ). Please send me any information
> > that you can.
> > Ciao
>
> Not so, I've simply logged in once as root.
--
`&'~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`&'
# #
# WWW http://huizen.dds.nl/~lahaye #
_#_ email: lahaye at dds dot nl _#_
( # ) ( # )
/ O \ dr. Rob J.W.E. Lahaye / O \
( === ) physicist ( === )
`---' `---'
powered by Linux 2.2.5
----------------------
Windows has detected that your mouse has moved.
You must restart your system for the changes to take effect.
Windows 2000 has been delayed. It will now ship around September 1901.
Windows 95/NT - 32 bit extensions and a graphical shell
for a 16 bit patch to an 8 bit operating
system originally coded for a 4 bit
microprocessor, written by a 2 bit company
that can't stand 1 bit of competition.
------------------------------
From: Bruno Barberi Gnecco <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux,comp.os.linux.help
Subject: Re: [MINI-HOWTO] Upgrade
Date: 21 Jul 1999 10:18:05 -0500
Reply-To: [EMAIL PROTECTED]
Benoit SIBAUD wrote:
> I'm the french translator for the Upgrade mini-HOWTO of Greg Louis (the
> translated version is not yet available, it's currently checked for
> potential errors). This mini-HOWTO describes the way to upgrade a Linux
> distribution. With the agreement of the author, and to release a new
> version, I'd like to know what Linux users want to find in this document
> and which corrections they would do to the current version (v1.11). It
> was released in june 1996, so I think some changes may be add. I hope
> you will help me.
Try to add some explicit support for Slackware. I read some time ago
that someone was doing update scripts in alt.os.linux.slackware; try to
contact him.
--
Did you *REALLY* check that interface between the chair and the keyboard?
Bruno Barberi Gnecco <[EMAIL PROTECTED]> ICQ #1383173 [Running Linux]
Electric Engineering at Polytechnic School, USP
http://www.geocities.com/RodeoDrive/1980/ :: Unlimited Simulator Homepage
------------------------------
From: [EMAIL PROTECTED]
Subject: Lost access to /usr and /bin - URGENT
Date: Wed, 21 Jul 1999 15:08:48 GMT
Hi, all,
By a very stupid mistake, I removed access to group and world for /usr
and /bin and there is currently no root users logged in. I have totally
lost control of my system! :( I can't su, can't do anything at all. I
also cannot telnet from remote and login as root because I disabled root
remote login. Can someone please, please help me! What can I do? Can
someone send me the su binary or something? I am using Slackware 2.0.34.
Thanks... please help! (and don't laugh)
--
Regards,
Kevin
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
------------------------------
From: [EMAIL PROTECTED] (Frank Hart)
Subject: Re: Karl Marx was fat and hairy chap
Date: Thu, 22 Jul 1999 09:53:20 GMT
On 20 Jul 1999 04:13:55 GMT, [EMAIL PROTECTED] (Richard Kulisz)
wrote:
>What's special about working people is that they're the *only* group
>to have never had a chance to rule in the whole history of the Earth.
I'm getting so sick and tired of you. Half of this _linux_ newsgroup
is filed up with your crap and nonsense. And you're unfortunately not
the only one. My kill file is getting really big. So if you just want
to f*ck off with your marxist bullshit and go to another NG or start
helping people here with _linux_ problems and stop posting your
personal problems.
Frank Hart
------------------------------
From: [EMAIL PROTECTED] (Chris Lee)
Crossposted-To: comp.sys.amiga.misc,comp.os.linux.advocacy
Subject: Re: Shortcomings of Linux?
Date: 22 Jul 1999 11:04:18 GMT
In article <7n6fc2$[EMAIL PROTECTED]>, [EMAIL PROTECTED] says...
>
>
>Jeffrey D. Webster <[EMAIL PROTECTED]> wrote:
>>
>> Since you're carrying on and on about "the REAL world"... step out
into it
>>a bit. Call the following ISPs, and in the majority of their
implementations
>>(including almost the ENTIRE west coast of the US) they use MS-CHAP -
>>rephrase, they REQUIRE it:
>>
>> WorldNet (AT&T)
>
> [list of 19 others deleted]
>
>> ...
>>
>> Shall I go on? These are just the top ISPs in the western US.
>>
>> Your argument does NOT hold water in the "REAL" world.
>>
>>Regards,
>>Jeffrey D. Webster
>
>I'm hard pressed to see what your point is. A list of 20
>providers using CHAP hardly means that it is universal. It
>happens that I log into an ISP now and then which uses PAP
>(actually, I log into two different ones that use PAP).
>
>However, so what if even a _vast_ majority were using CHAP??
>Linux can use CHAP just fine. In fact at the very top of your
>list is AT&T Worldnet, which uses CHAP and which was the second
>service where I personally ever used CHAP. (The first one was
>on the internal AT&T network.)
>
>Now, the fact is that Linux works very well with AT&T Worldnet.
>So what's the point of that list and this discussion? Where is
>this "Shortcomings of Linux?" in regard to CHAP on Worldnet?
>
> Floyd
Jeffrey most likely think that CHAP and MS-CHAP are one and the same. As we
know they aren't...
------------------------------
** 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
******************************