Your message dated Mon, 07 Jan 2013 19:02:36 +0000
with message-id <e1tshy0-0004fc...@franck.debian.org>
and subject line Bug#697221: fixed in motion 3.2.12-3.3
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 ow...@bugs.debian.org
immediately.)


-- 
697221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697221
Debian Bug Tracking System
Contact ow...@bugs.debian.org 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.3

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 697...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Evgeni Golov <evg...@debian.org> (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 ftpmas...@debian.org)


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

Format: 1.8
Date: Thu, 03 Jan 2013 12:00:38 +0100
Source: motion
Binary: motion
Architecture: source amd64
Version: 3.2.12-3.3
Distribution: unstable
Urgency: low
Maintainer: Juan Angulo Moreno <j...@apuntale.com>
Changed-By: Evgeni Golov <evg...@debian.org>
Description: 
 motion     - V4L capture program supporting motion detection
Closes: 697221
Changes: 
 motion (3.2.12-3.3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Properly find MySQL in /usr/lib/$(DEB_HOST_MULTIARCH).
     + Build-Depend on dpkg-dev >= 1.16
     + Get DEB_HOST_MULTIARCH from dpkg-architecture.
     + Pass --with-mysql-dir=/usr/lib/$(DEB_HOST_MULTIARCH) to configure.
     Closes: #697221
Checksums-Sha1: 
 71a09aaa49102709cf625df29c0752a2b8276037 1195 motion_3.2.12-3.3.dsc
 d21e473db6946734c061811a21095483d514e3f0 37724 motion_3.2.12-3.3.debian.tar.gz
 8fa64df0c1b1d20b62e6a11893ca7143e6cf3932 265124 motion_3.2.12-3.3_amd64.deb
Checksums-Sha256: 
 d210fdba671941e26b9a64e5eaf36979a7c6a08bcc8eceedd001736d1a4213f2 1195 
motion_3.2.12-3.3.dsc
 c0cceb5dc64b48202067a7402ff92247fcf81c1ada9b39fd8f31d04c8653f4eb 37724 
motion_3.2.12-3.3.debian.tar.gz
 f1fe98d025d9fd4f6422bb8c5029f08bda3d3a5f0ac2e5874aa19f5015b7684e 265124 
motion_3.2.12-3.3_amd64.deb
Files: 
 1c0c4a17e6cf1d25e8a9a1845ac33201 1195 graphics optional motion_3.2.12-3.3.dsc
 24057ff333b2fd7b483788a148ba68fc 37724 graphics optional 
motion_3.2.12-3.3.debian.tar.gz
 c71ca149e9866a391e8568fda769416e 265124 graphics optional 
motion_3.2.12-3.3_amd64.deb

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

iEYEARECAAYFAlDocrwACgkQJKAUGKwVtQwOSwCbBuTZhVPxpDWX3mCGtse/WTko
NbYAn0JoqpfT54lbW78P8YXAbr6Vh2fd
=t590
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to