The following reply was made to PR mod_userdir/1524; it has been noted by GNATS.

From: Dean Gaudet <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc:  Subject: Re: mod_userdir/1524: access of /~<login> crashes with sigsegv
Date: Sun, 7 Dec 1997 19:09:37 -0800 (PST)

 ---------- Forwarded message ----------
 From: "Jason S. Clary" <[EMAIL PROTECTED]>
 To: Dean Gaudet <[EMAIL PROTECTED]>
 Subject: Re: mod_userdir/1524: access of /~<login> crashes with sigsegv
 Date: Sun, 7 Dec 1997 17:13:45 -0600
 X-Priority: 3
 X-MSMail-Priority: Normal
 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3
 
 yea.. sorry, must have mistyped the version...
 
 Ok, the system isn't mine, I was just porting apache_ssl and mod_auth_msql
 and adding a few other features for the admin of the server my vhost site
 runs on.  The speed boost between 1.2.4 and 1.3b3 is absolutely incredible..
 Thanks guys ;)  I'll see if I can trace it and maybe figure out where the
 problem is.  I'm not at all familiar with redhat 5, unfortunately.. I have
 always run slackware on my own servers.  Maybe I'll be able to get it up and
 running with redhat..
 
 -----Original Message-----
 From: Dean Gaudet <[EMAIL PROTECTED]>
 To: Jason Clary <[EMAIL PROTECTED]>
 Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
 Date: Sunday, December 07, 1997 12:28 PM
 Subject: Re: mod_userdir/1524: access of /~<login> crashes with sigsegv
 
 
 >I think you mean version 1.3b3 not 1.2b3, right?
 >
 >You won't get a coredump because of a security protection feature which
 >prevents programs that ever ran as root from dumping core.  You can patch
 >your kernel with
 ><ftp://ftp.angmar.org/pub/patches/kernel/kernel-2.0.30-setuid_coredump.diff
 >
 >(it probably patches against 2.0.32, I haven't tried yet).  Or you can try
 >running it using
 ><http://www.arctic.org/~dgaudet/patches/apache-1.3-listenwrap.patch>.
 >
 >arctic is running 1.3b3 on a 2.0.32 system, but not with glibc like redhat
 >5, and I'm not getting coredumps on /~login as you can see.  So if you can
 >compile the server with -g, and run it on a different port as a non-root
 >user and get a coredump... and get us a stack trace that would be
 >excellent.
 >
 >Dean
 >
 >
 
 
 
 ---------- Forwarded message ----------
 From: "Jason S. Clary" <[EMAIL PROTECTED]>
 To: Dean Gaudet <[EMAIL PROTECTED]>
 Subject: Re: mod_userdir/1524: access of /~<login> crashes with sigsegv
 Date: Sun, 7 Dec 1997 17:15:45 -0600
 X-Priority: 3
 X-MSMail-Priority: Normal
 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3
 
 oh.. just so you know.. this happens without the patches I was working on...
 In case that thought crossed yer mind when I mentioned I was porting that
 stuff. ;)
 
 -----Original Message-----
 From: Dean Gaudet <[EMAIL PROTECTED]>
 To: Jason Clary <[EMAIL PROTECTED]>
 Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
 Date: Sunday, December 07, 1997 12:28 PM
 Subject: Re: mod_userdir/1524: access of /~<login> crashes with sigsegv
 
 
 >I think you mean version 1.3b3 not 1.2b3, right?
 >
 >You won't get a coredump because of a security protection feature which
 >prevents programs that ever ran as root from dumping core.  You can patch
 >your kernel with
 ><ftp://ftp.angmar.org/pub/patches/kernel/kernel-2.0.30-setuid_coredump.diff
 >
 >(it probably patches against 2.0.32, I haven't tried yet).  Or you can try
 >running it using
 ><http://www.arctic.org/~dgaudet/patches/apache-1.3-listenwrap.patch>.
 >
 >arctic is running 1.3b3 on a 2.0.32 system, but not with glibc like redhat
 >5, and I'm not getting coredumps on /~login as you can see.  So if you can
 >compile the server with -g, and run it on a different port as a non-root
 >user and get a coredump... and get us a stack trace that would be
 >excellent.
 >
 >Dean
 >
 >
 
 
 
 ---------- Forwarded message ----------
 From: "Jason S. Clary" <[EMAIL PROTECTED]>
 To: Dean Gaudet <[EMAIL PROTECTED]>
 Subject: Re: mod_userdir/1524: access of /~<login> crashes with sigsegv
 Date: Sun, 7 Dec 1997 17:29:56 -0600
 X-Priority: 3
 X-MSMail-Priority: Normal
 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3
 
 now then.. this is odd.. running it as myself on 8080..
 
 I don't seem to be getting any logging of the sigsegv..  I'm getting logs..
 thats not a problem (all the conf and log dirs I'm running out of are owned
 by me as well)...
 
 but still.. I get an empty document for /~jclary/ and an unrecognized
 response for /~jclary  but /~jclary/index.html works...
 
 I'll leave it up and give you a chance to look.. its on
 http://www.linuxbox.com:8080/
 
 -----Original Message-----
 From: Dean Gaudet <[EMAIL PROTECTED]>
 To: Jason Clary <[EMAIL PROTECTED]>
 Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
 Date: Sunday, December 07, 1997 12:28 PM
 Subject: Re: mod_userdir/1524: access of /~<login> crashes with sigsegv
 
 
 >I think you mean version 1.3b3 not 1.2b3, right?
 >
 >You won't get a coredump because of a security protection feature which
 >prevents programs that ever ran as root from dumping core.  You can patch
 >your kernel with
 ><ftp://ftp.angmar.org/pub/patches/kernel/kernel-2.0.30-setuid_coredump.diff
 >
 >(it probably patches against 2.0.32, I haven't tried yet).  Or you can try
 >running it using
 ><http://www.arctic.org/~dgaudet/patches/apache-1.3-listenwrap.patch>.
 >
 >arctic is running 1.3b3 on a 2.0.32 system, but not with glibc like redhat
 >5, and I'm not getting coredumps on /~login as you can see.  So if you can
 >compile the server with -g, and run it on a different port as a non-root
 >user and get a coredump... and get us a stack trace that would be
 >excellent.
 >
 >Dean
 >
 >
 
 
 
 ---------- Forwarded message ----------
 From: "Jason S. Clary" <[EMAIL PROTECTED]>
 To: Dean Gaudet <[EMAIL PROTECTED]>
 Subject: Re: mod_userdir/1524: access of /~<login> crashes with sigsegv
 Date: Sun, 7 Dec 1997 17:32:18 -0600
 X-Priority: 3
 X-MSMail-Priority: Normal
 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3
 
 one more thing.. WITH the trailing slash seems to intermittently not work..
 sometimes it does, sometimes it doesn't...
 
 -----Original Message-----
 From: Dean Gaudet <[EMAIL PROTECTED]>
 To: Jason Clary <[EMAIL PROTECTED]>
 Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
 Date: Sunday, December 07, 1997 12:28 PM
 Subject: Re: mod_userdir/1524: access of /~<login> crashes with sigsegv
 
 
 >I think you mean version 1.3b3 not 1.2b3, right?
 >
 >You won't get a coredump because of a security protection feature which
 >prevents programs that ever ran as root from dumping core.  You can patch
 >your kernel with
 ><ftp://ftp.angmar.org/pub/patches/kernel/kernel-2.0.30-setuid_coredump.diff
 >
 >(it probably patches against 2.0.32, I haven't tried yet).  Or you can try
 >running it using
 ><http://www.arctic.org/~dgaudet/patches/apache-1.3-listenwrap.patch>.
 >
 >arctic is running 1.3b3 on a 2.0.32 system, but not with glibc like redhat
 >5, and I'm not getting coredumps on /~login as you can see.  So if you can
 >compile the server with -g, and run it on a different port as a non-root
 >user and get a coredump... and get us a stack trace that would be
 >excellent.
 >
 >Dean
 >
 >
 
 
 
 ---------- Forwarded message ----------
 From: "Jason S. Clary" <[EMAIL PROTECTED]>
 To: Dean Gaudet <[EMAIL PROTECTED]>
 Subject: Re: mod_userdir/1524: access of /~<login> crashes with sigsegv
 Date: Sun, 7 Dec 1997 17:57:12 -0600
 X-Priority: 3
 X-MSMail-Priority: Normal
 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3
 
 hey.. sorry about the bounced mail.. not sure with my other e-mail account..
 you can reach me here as [EMAIL PROTECTED] instead..
 
 or on icq as 1255485
 
 
 

Reply via email to