Your message dated Tue, 26 Mar 2013 20:49:11 +0000 with message-id <[email protected]> and subject line Bug#697221: fixed in motion 3.2.12-3.4 has caused the Debian Bug report #697221, regarding motion: No longer has support for mysql 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.) -- 697221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697221 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: motion Version: 3.2.12-3.2 Severity: serious Justification: 4 Dear Maintainer, * What led up to the situation? upgrade from squeeze to wheezy * What exactly did you do (or not do) that was effective (or ineffective)? no longer connects to mysql reports unknown config option mysql_* Jan 2 19:42:42 hagrid motion: [0] Unknown config option "mysql_host" Jan 2 19:42:42 hagrid motion: [0] Unknown config option "mysql_db" Jan 2 19:42:42 hagrid motion: [0] Unknown config option "mysql_user" Jan 2 19:42:42 hagrid motion: [0] Unknown config option "mysql_password" ldd doesn't include mysql libs ldd /usr/bin/motion | grep -i sql All indicates it's not built with mysql support. -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash Versions of packages motion depends on: ii adduser 3.113+nmu3 ii debconf [debconf-2.0] 1.5.48 ii libavcodec53 6:0.8.4-1 ii libavformat53 6:0.8.4-1 ii libavutil51 6:0.8.4-1 ii libc6 2.13-37 ii libjpeg8 8d-1 ii libpq5 9.1.7-1 Versions of packages motion recommends: ii ffmpeg 6:0.8.4-1 Versions of packages motion suggests: ii mysql-client 5.5.28+dfsg-1 ii mysql-client-5.5 [mysql-client] 5.5.28+dfsg-1 pn postgresql-client <none> -- Configuration Files: /etc/default/motion changed: start_motion_daemon=yes /etc/init.d/motion changed: NAME=motion PATH_BIN=/bin:/usr/bin:/sbin:/usr/sbin DAEMON=/usr/bin/motion PIDFILE=/var/run/$NAME.pid DEFAULTS=/etc/default/$NAME DESC="motion detection daemon" ENV="env -i LANG=C PATH=$PATH_BIN" . /lib/lsb/init-functions test -x $DAEMON || exit 0 RET=0 [ -r "$DEFAULTS" ] && . "$DEFAULTS" || start_motion_daemon=yes check_daemon_enabled () { if [ "$start_motion_daemon" = "yes" ] ; then return 0 else log_warning_msg "Not starting $NAME daemon, disabled via /etc/default/$NAME" return 1 fi } case "$1" in start) if check_daemon_enabled ; then log_daemon_msg "Starting $DESC" "$NAME" if start-stop-daemon --start --oknodo --exec $DAEMON -b --chuid motion ; then log_end_msg 0 else log_end_msg 1 RET=1 fi fi ;; stop) log_daemon_msg "Stopping $DESC" "$NAME" if start-stop-daemon --stop --oknodo --exec $DAEMON --retry 30 ; then log_end_msg 0 else log_end_msg 1 RET=1 fi ;; reload|force-reload) log_daemon_msg "Reloading $NAME configuration" if start-stop-daemon --stop --signal HUP --exec $DAEMON ; then log_end_msg 0 else log_end_msg 1 RET=1 fi ;; restart-motion) if check_daemon_enabled ; then log_action_begin_msg "Restarting $NAME" if $0 stop && $0 start ; then log_action_end_msg 0 else log_action_cont_msg "(failed)" RET=1 fi fi ;; restart) $0 restart-motion ;; *) echo "Usage: /etc/init.d/$NAME {start|stop|restart|reload}" RET=1 ;; esac exit $RET /etc/motion/motion.conf changed: daemon on quiet on text_right %d-%b-%y\n%H:%M:%S target_dir /var/motion output_normal off low_cpu 2 post_capture 10 control_html_output on control_port 8084 control_localhost on # only localhost can access snapshot_filename %u.%a.%b%d/cam%t/s%Y%m%d%H%M%S-%v jpeg_filename %u.%a.%b%d/cam%t/p%H%M%S-%q-%v on_movie_end /etc/motion/offsiteit %f sql_log_mpeg on sql_query insert into security(camera, filename, frame, file_type, time_stamp, event_time_stamp) values('%t', '%f', '%q', '%n', '%Y-%m-%d %T', '%C') mysql_host localhost mysql_db motion mysql_user web mysql_password web webcam_quality 80 webcam_maxrate 10 webcam_motion on thread /etc/motion/cam-elm.conf thread /etc/motion/cam-ash.conf thread /etc/motion/cam-oak.conf thread /etc/motion/cam-larch.conf /etc/motion/thread1.conf [Errno 2] No such file or directory: u'/etc/motion/thread1.conf' /etc/motion/thread2.conf [Errno 2] No such file or directory: u'/etc/motion/thread2.conf' /etc/motion/thread3.conf [Errno 2] No such file or directory: u'/etc/motion/thread3.conf' /etc/motion/thread4.conf [Errno 2] No such file or directory: u'/etc/motion/thread4.conf' -- debconf information: motion/moved_conf_dir:
--- End Message ---
--- Begin Message ---Source: motion Source-Version: 3.2.12-3.4 We believe that the bug you reported is fixed in the latest version of motion, 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. gregor herrmann <[email protected]> (supplier of updated motion 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: SHA256 Format: 1.8 Date: Mon, 25 Mar 2013 20:52:43 +0100 Source: motion Binary: motion Architecture: source amd64 Version: 3.2.12-3.4 Distribution: unstable Urgency: low Maintainer: Juan Angulo Moreno <[email protected]> Changed-By: gregor herrmann <[email protected]> Description: motion - V4L capture program supporting motion detection Closes: 697221 Changes: motion (3.2.12-3.4) unstable; urgency=low . * Non-maintainer upload. * Fix "No longer has support for mysql", step 2: make build dependency on libmysqlclient-dev versioned; 5.5.17-4 is the first upload with complete multi-arch support, as needed by dpkg-architecture in debian/rules. (Closes: #697221) Checksums-Sha1: 3e67ee423f51fb8e6e03f272cf6f8373ab834566 1849 motion_3.2.12-3.4.dsc dacbecd59b1a15e93883c6343cbb44f7ff930dae 38022 motion_3.2.12-3.4.debian.tar.gz 9400b12039a7b9e2225bd1df1c0c16def01ad6d5 265848 motion_3.2.12-3.4_amd64.deb Checksums-Sha256: 020bbaf2a698382265d3f4bfef7db64fdc9a42fc9de83435696eb3b8730a3136 1849 motion_3.2.12-3.4.dsc 7b1fab15814456672a3f25c63a5a9939a7a77c326580c11b875bb247ad99660e 38022 motion_3.2.12-3.4.debian.tar.gz b4b2496527427f3a6913d6f5377b6f8f73b48d9914a5716883ef73ad8fc1425a 265848 motion_3.2.12-3.4_amd64.deb Files: 63d88093f3377a961765caff1526c34b 1849 graphics optional motion_3.2.12-3.4.dsc 9ca0c29936b23757dbe354ba2e8678fc 38022 graphics optional motion_3.2.12-3.4.debian.tar.gz be3e6b66343dc1f2efaa8e18778c3aea 265848 graphics optional motion_3.2.12-3.4_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJRUKs+AAoJELs6aAGGSaoGGVMQAJyMykI3/HORn+bsuDcV5lbn 4k3bBw9xyr+THxxBLqQ+EN/L/31GR5I3BkzBYXe/suEIbBDe9u3SubEyv8sghEKl IWIgjUzK1bOuOnp+z1HlZ/clhlfkExkczvVC8b/Tu+hT/bh07wp/ncsdLCmnO1f0 aLJyQS0E0nWNj8QbTcI6xg1VEkOD71hmP9pmgVny5B3sfMEt4+T29izfbPT1/JEM ojSylXNjd2pJDBfFQ5/waNYKc3twCRo/eUjNFTKDW+L50vW2YkyKV5+z+zmIURyw fpOpznv55Wjfi+160sqsVdaGki3z2Qpbn/fHR3IGx8jS73Fhnk3LL4tNa+CWh86k GI/clqKAKFnkRhwevZjlTlrXpdQH7+xU24cjaCMJdzufeJmEn+LfLQXfylBgqdOa G9zjDkV5iBaI1TDCmhgbedPn3Wf0PVpjVgnGfEJ/ofqCf7JmRinVWkOZHPd58QfY J8bFmx72B89NnZuGRqzxAq9YIK7qZ5dfLld0L6j1clGUTy/HRo+yvxDjj8fEY6U+ B5cX0RMpZ3C/fLOiMmHbEsylGokk8hoKTtDFhYIpukJEbbZQbQXDF9eoiQcDsT+r ad0LNwKclH8uZIxiAcT/Jrt2JIYsgdLYJvAGNKwp5Kq8hvZoN1DvDSazYm5MRdUq iGUnXXIDmlNY8t2+YvXl =p9P0 -----END PGP SIGNATURE-----
--- End Message ---

