Your message dated Mon, 25 Feb 2008 12:47:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#449074: fixed in boa 0.94.14rc21-3
has caused the Debian Bug report #449074,
regarding boa: Access log garbled
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
449074: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=449074
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: boa
Version: 0.94.14rc21-2
Severity: normal

Two last items of access log should be referer & user-agent,
however this is what I get after update for every request:
        > *.*.*.* - - [02/Nov/2007:22:56:16 +0300] "GET /favicon.ico HTTP/1.1" 
200 894 "(null)" "http://dendik.bpa.nu/";

I looked up log.c:149-150 for the problem. The following patch fixes
the problem for me:

--- log.c       2007-11-02 23:10:59.000000000 +0300
+++ changed-log.c       2007-11-02 23:10:53.000000000 +0300
@@ -151,7 +151,7 @@
            get_commonlog_time(),
            req->logline ? req->logline : "-",
            req->response_status,
-           req->bytes_written,
+           (long)(req->bytes_written),
            (req->header_referer ? req->header_referer : "-"),
            (req->header_user_agent ? req->header_user_agent : "-"));
 }

However, I assume it a hack (it probably won't work on x86_64, or am
I wrong here?) and thus do not send it as a patch. Looks like it should
be related with debian/patches/lfs_support.diff

The reason I attempted this solution was compilation warning on type
mismatch, and there are a few more alike warnings that may or may not
cause errors: at least, I've not bumped into any other unexpected
behaviour.

This may also be related:
ii  gcc                           4:4.2.1-6  The GNU C compiler

Cheers,
Danya.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages boa depends on:
ii  debconf [debconf-2.0]         1.5.14     Debian configuration management sy
ii  libc6                         2.6.1-1+b1 GNU C Library: Shared libraries
ii  logrotate                     3.7.1-3    Log rotation utility
ii  mime-support                  3.39-1     MIME files 'mime.types' & 'mailcap

boa recommends no packages.

-- debconf information excluded



--- End Message ---
--- Begin Message ---
Source: boa
Source-Version: 0.94.14rc21-3

We believe that the bug you reported is fixed in the latest version of
boa, which is due to be installed in the Debian FTP archive:

boa_0.94.14rc21-3.diff.gz
  to pool/main/b/boa/boa_0.94.14rc21-3.diff.gz
boa_0.94.14rc21-3.dsc
  to pool/main/b/boa/boa_0.94.14rc21-3.dsc
boa_0.94.14rc21-3_amd64.deb
  to pool/main/b/boa/boa_0.94.14rc21-3_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francois-Denis Gonthier <[EMAIL PROTECTED]> (supplier of updated boa package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 07 Feb 2008 23:15:51 -0500
Source: boa
Binary: boa
Architecture: source amd64
Version: 0.94.14rc21-3
Distribution: unstable
Urgency: low
Maintainer: Francois-Denis Gonthier <[EMAIL PROTECTED]>
Changed-By: Francois-Denis Gonthier <[EMAIL PROTECTED]>
Description: 
 boa        - Lightweight and high performance web server
Closes: 438707 449074 458855
Changes: 
 boa (0.94.14rc21-3) unstable; urgency=low
 .
   * Access log garbled (Closes: #449074)
   * Fixed the lfs-support patch, which produced incorrect logfiles on 32
     bits machines, and in the same blow removed all build-time warnings
     which were probably not as harmless as I initially thought.
   * Removed port detection routines. (Closes: #458855)
   * dpkg-www: Invalid characters in input. (Closes: #438707)
   * Removed debconf template and its translations.  This package no
     longer needs debconf.
Files: 
 cfa4d6417524c82c768d75f6ee891db7 641 web optional boa_0.94.14rc21-3.dsc
 f98e33553c84566ac9f4ec97ebc13666 19295 web optional boa_0.94.14rc21-3.diff.gz
 347be8bf98c0de634d1a28e2828e8c6d 122574 web optional 
boa_0.94.14rc21-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHwrVqLARVQsm1XawRAk1DAKCfJ3UV7spuqn3qgmquMOZKOdQCkgCgslNm
lYF0nDUsxiktvm2DqDLCAs8=
=jVQ7
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to