Your message dated Sun, 19 Jul 2009 10:47:03 +0000
with message-id <[email protected]>
and subject line Bug#537500: fixed in asql 1.2-2
has caused the Debian Bug report #537500,
regarding You mean "the logs table" not the "log table"
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.)
--
537500: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537500
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: asql
Version: 1.2-1
Severity: minor
X-debbugs-cc: [email protected]
asql> show tables
The log table has the following columns:
** You mean "the logs table" not the "log table"! **
id - ID of the request
source - IP, or hostname, which made the request.
request - The HTTP request
status - The HTTP status-code returned
size - The size of the response served, in bytes.
method - The HTTP method invoked (GET, PUT, POST etc).
referer - The HTTP referer (sic).
agent - The User-Agent which made the request.
version - The HTTP version used by this client.
date - The date and time at which the request was made.
label - Any label applied when the logfile was read.
user - The remote (authenticated) user, if any.
asql> select * from log limit 1
DBD::SQLite::db prepare failed: no such table: log at /usr/bin/asql line 584.
Failed to compile SQL
asql> select id limit 1
DBD::SQLite::db prepare failed: no such column: id at /usr/bin/asql line 584.
Failed to compile SQL
asql> select *
DBD::SQLite::db prepare failed: no tables specified at /usr/bin/asql line 584.
Failed to compile SQL
asql> select * from logs limit 1
1 72.14.192.65 /location/rbk.kmz 200 2099 GET - - 1.1 2009-7-15T04:52:45 -
--- End Message ---
--- Begin Message ---
Source: asql
Source-Version: 1.2-2
We believe that the bug you reported is fixed in the latest version of
asql, which is due to be installed in the Debian FTP archive:
asql_1.2-2.diff.gz
to pool/main/a/asql/asql_1.2-2.diff.gz
asql_1.2-2.dsc
to pool/main/a/asql/asql_1.2-2.dsc
asql_1.2-2_all.deb
to pool/main/a/asql/asql_1.2-2_all.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.
Steve Kemp <[email protected]> (supplier of updated asql 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.8
Date: Sun, 19 Jul 2009 11:27:06 +0000
Source: asql
Binary: asql
Architecture: source all
Version: 1.2-2
Distribution: unstable
Urgency: low
Maintainer: Steve Kemp <[email protected]>
Changed-By: Steve Kemp <[email protected]>
Description:
asql - Run SQL queries against apache logs
Closes: 537500
Changes:
asql (1.2-2) unstable; urgency=low
.
* Rename the name of the table shown in the help text as that was
confusing. (Closes: #537500)
* Bumped standards version to 3.8.2 - changed spelling of 'apache' to
'Apache' in package description.
* Bumpted debhelper level to 5.
Checksums-Sha1:
04fd204e3125d1fe3d11070b6f182a49519c4701 898 asql_1.2-2.dsc
8638b966d9b72226146140b3b0bc93bd9762effd 2478 asql_1.2-2.diff.gz
db5c952c0c9afcf9364a82c3a71354a29d687a78 16272 asql_1.2-2_all.deb
Checksums-Sha256:
916948844b42d8ce895df00ee8c4dce685fd447a7e66b150417ac65dba69f327 898
asql_1.2-2.dsc
c9cffee0ba0bbf0b8a5b92c8d5a6a3dd7baa4da2ce9121e28f7d99d5feec19a1 2478
asql_1.2-2.diff.gz
87c09cecc34e3fad741e2243f3daf1e901f36e1e5027a06a475925ce803a877d 16272
asql_1.2-2_all.deb
Files:
6d32e34fbb62e77636dc7abe6060a4b4 898 admin optional asql_1.2-2.dsc
a5bc886f317aaff7a475ca92f244dfa5 2478 admin optional asql_1.2-2.diff.gz
233fab5e041a31b392fcf654e24de400 16272 admin optional asql_1.2-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkpi9isACgkQwM/Gs81MDZ0NOACaAuJB709eAO59bDhsGM2Vce9r
9UEAoLtvq8Y7kobRYffGTwbeoikNuouT
=6ZjP
-----END PGP SIGNATURE-----
--- End Message ---