Your message dated Sat, 27 May 2017 21:09:06 +0000
with message-id <[email protected]>
and subject line Bug#692822: fixed in sysbench 1.0.7+ds-1
has caused the Debian Bug report #692822,
regarding sysbench: Example in man page is not up to date
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.)


-- 
692822: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692822
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sysbench
Version: 0.4.12-1
Severity: minor


Dear maintainer,

I have just installed sysbench on a debian stable. Reading the manual
I can see an example.

It seems some options used in the example are not valid anymore:

$ sysbench --test=oltp --mysql-table-type=myisam --oltp-table-size=1000000 
--mysql-socket=/tmp/mysql.sock prepare
Unknown option: --mysql-table-type.
Usage:
  sysbench [general-options]... --test=<test-name> [test-options]... command

My guess is that --mysql-table-type should be replaced by --mysql-table-engine. 
Yet even after this,
the example still does not work:

$ sysbench --test=oltp --mysql-table-engine=myisam --oltp-table-size=1000000 
--mysql-socket=/tmp/mysql.sock prepare
sysbench 0.4.12:  multi-threaded system evaluation benchmark

No DB drivers specified, using mysql
FATAL: unable to connect to MySQL server, aborting...
FATAL: error 2002: Can't connect to local MySQL server through socket 
'/tmp/mysql.sock' (2)
FATAL: failed to connect to database server!

I am a complete novice at sysbench so I can't provide more useful
information but yet I think a little rewrite of this part of the
manual could greatly help using this program.

Best regards,

-- System Information:
Debian Release: 6.0.6
  APT prefers stable
  APT policy: (500, 'stable'), (50, 'unstable'), (50, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sysbench depends on:
ii  libc6                  2.11.3-4          Embedded GNU C Library: Shared lib
ii  libmysqlclient16       5.1.63-0+squeeze1 MySQL database client library

sysbench recommends no packages.

sysbench suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: sysbench
Source-Version: 1.0.7+ds-1

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

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.
JCF Ploemen (jcfp) <[email protected]> (supplier of updated sysbench 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: SHA512

Format: 1.8
Date: Sat, 27 May 2017 09:00:10 +0000
Source: sysbench
Binary: sysbench
Architecture: source
Version: 1.0.7+ds-1
Distribution: experimental
Urgency: medium
Maintainer: JCF Ploemen (jcfp) <[email protected]>
Changed-By: JCF Ploemen (jcfp) <[email protected]>
Description:
 sysbench   - multi-threaded benchmark tool for database systems
Closes: 692822 695377 793428 841528
Changes:
 sysbench (1.0.7+ds-1) experimental; urgency=medium
 .
   * New upstream version:
     + fixes build system issue resulting in an empty html manual.
       (Closes: #695377)
   * New maintainer. (Closes: #841528)
   * Remove d/dirs: not needed just to create /usr/bin.
   * Docs:
     + stop installing upstream TODO (empty file).
     + replace README with README.md (renamed upstream).
     + include doc-base entry for html manual.
   * Rules:
     + switch to dh sequencer with autoreconf.
     + override dh_auto_configure to enable pgsql database driver, and
       use system libs for libluajit and ck.
     + enable all hardening.
   * Control:
     + remove build-depends on cdbs, autoconf, automake, and libtool
       (obsoleted by switch to dh with autoreconf).
     + add build-depends on libaio-dev (asynchronous I/O mode support)
       (LP: #1009126), libpq-dev (for the postgresql database driver),
       python-cram (to run tests at build time), txt2man (to generate
       manpage during build), libluajit-5.1-dev, libck-dev, pkg-config
       (needed to use system luajit and ck), and vim-common (for xxd).
     + set upstream homepage to the project's github page.
     + enhance short description to include mention of focus on database
       systems; fix typo in long description.
     + update VCS links.
     + bump Standards-Version to 3.9.8 (from 3.9.5; no further changes).
     + reorder dependencies for clarity.
   * Patches:
     + drop d/p/disable-manual-creation.patch to re-enable building the
       html manual.
     + drop d/p/libmysqlclient_r, fixed upstream.
     + add 01: don't require third-party dir for build, after excluding
       it from the orig.tgz.
     + add 02: fix typo.
     + add 03: don't install tests into binary package, already run at
       build time.
     + add 04: strip env from shebang, replace with full path to
       sysbench executable.
     + add 05: make the api_report test permit latency >= 2, preventing
       build failure on systems with limited cpu resources available.
   * Watch:
     + point to github.
     + set repacksuffix to +ds given removal of the third-party dir.
   * Remove d/TODO, all done now that postgresql support is builtin.
   * Manpage:
     + drop outdated debian/sysbench.xml and recreate based on help
       output, eliminating some typos in the process. (Closes: #793428)
     + remove incorrect examples. (Closes: #692822)
     + include options of various test modes. (LP: #1309532)
     + generate manpage from d/manpage.txt with txt2man.
   * Copyright:
     + correct Format URI for machine-readable copyright spec.
     + update all upstream copyright and contact info.
     + add myself as a copyright holder for the packaging.
     + exclude third_party directory from orig.tgz.
   * Bump debhelper compat level to 10 (from 9).
   * Add d/gbp.conf: set branches to master/upstream, make git-orig strip
     upstream debian dir and enable pristine-tar options.
   * Add d/clean to remove some files generated during build.
Checksums-Sha1:
 f1d09769c133454da3a22693ff619a882a2f5761 2132 sysbench_1.0.7+ds-1.dsc
 5f55dad687664e29c621e557a6177bbc175b4d3a 228403 sysbench_1.0.7+ds.orig.tar.gz
 b42fe041effe5a90f9b8d5384b09797d2fd1b3d6 10056 
sysbench_1.0.7+ds-1.debian.tar.xz
Checksums-Sha256:
 ce14ca241605400cc4396737013ad01154692e12728c49d279920f7fc409f29c 2132 
sysbench_1.0.7+ds-1.dsc
 52ead7c079b4d10ac990e947d1fc9a300d9e1202c677aafedeab7132ef7aa74d 228403 
sysbench_1.0.7+ds.orig.tar.gz
 8dd80227ac60d3cbb84e22ce947d5cacb89f887374de50b6ab85be57268154c4 10056 
sysbench_1.0.7+ds-1.debian.tar.xz
Files:
 2562ea5de6247cd44b7730b942164160 2132 misc extra sysbench_1.0.7+ds-1.dsc
 b2322dfa44141a01b14f3a6bdbd0c4b3 228403 misc extra 
sysbench_1.0.7+ds.orig.tar.gz
 38ca62a4c087a66196575ab3bd1d73ef 10056 misc extra 
sysbench_1.0.7+ds-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEm5FwB64DDjbk/CSLaVt65L8GYkAFAlkp41YACgkQaVt65L8G
YkDGfg/9GjYrtQ1KEwjnK34goFi530HtTtIG+RqrEgymvEfwkMFdpC5+qgf8tYyH
5XT5dt04qLi2wROBfoGsj1MnJmp0KCsVV0URoHcy8IFrr3qUf9NJFyx/rAB5Oq8R
C4Ika9WHIlEPPzqybCmeNieKdCGaiPgWqaAlz/qwQCZQWHL0EWX1mOnqiLwDxBiZ
YqkHTQ/ig2TBLTzMW/xtgan6RLH+dax6eh4VmQe13LLZzKiiA/3ytzUMvUa3QeNV
68/1eaHvc3zLpIaozwu56r3Bq+WTwIC3AGxcfWQt/5biIy+XrRbWNd5uaFbp7UUw
TFcutKli8Q8xa0iG3ax9lZOMCA8pJKt5NoVA4+T4LGXu2CCijiuuDG1GGb/V/h9e
4Cc4B8x/eqIRNXAWkuc4B9iqXTPpcw9rccjFiRxjT0LOry1WQqtwA90++yxDQnLT
M1A4cvA+4YFhpZxNP1NcwCtjoPDvcq4nSh1rds+zJEdrmge07hhuUO2i63JKmPvV
Ei5vcwso7UBb8rBZf1LksZ6J7aECkyNFLNi6Hw2pYeCJG7i00e2ZnR+ehIWCEKkG
EWqslesEOJuLk/tXgGsjEAnf0tO3G2UmF1eXmI6/JUGifWbj5jA3gyrdKZfDVSv1
awui5WmP3GW4F+0N9fHZiSO8P+1EQqBX/Q71GJO1XKJ+mDYKtsM=
=RHoL
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to