On Mon 20 Jul 2009 at 01:39PM, Christopher Kampmeier wrote: > With our current Apache config, we don't see anything outwardly wrong > reflected in the access log when a user issues a ctl-c against pkg(1) > while a download is in progress. However, on the pkg.dedpotd logs, we > see the traceback as shown below.
Have you tried turning on %X in the apache log file? We don't use that, but if it does what I think it will, it should show you something when the connection was aborted. http://httpd.apache.org/docs/2.2/mod/mod_log_config.html %X Connection status when response is completed: X = connection aborted before the response completed. + = connection may be kept alive after the response is sent. - = connection will be closed after the response is sent. -dp -- Daniel Price, Solaris Kernel Engineering http://blogs.sun.com/dp _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
