Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#29742 - [motion] Daemon 'motion' produces redundant output
Attached to Project:
Community Packages
Opened by Eugene L (lava) - Friday, 04 May 2012, 10:49 GMT
Last edited by Sergej Pupykin (sergej) - Saturday, 05 May 2012, 14:50 GMT
Opened by Eugene L (lava) - Friday, 04 May 2012, 10:49 GMT
Last edited by Sergej Pupykin (sergej) - Saturday, 05 May 2012, 14:50 GMT
|
DetailsDescription:
community/motion 3.2.12-3 A software motion detector which grabs images from video4linux devices and/or from webcams Output redirection for the daemon should be added: [ -z "$PID" ] && /usr/bin/motion >>> [ -z "$PID" ] && /usr/bin/motion >/dev/null 2>&1 # Or # [ -z "$PID" ] && /usr/bin/motion &>/dev/null # if you're not specific about bash'isms as I do Additional info: community/motion 3.2.12-3 * config and/or log files etc. Steps to reproduce: ##################################### STEP 1 ##################################### === COMMAND === rc.d start motion === EXPECTED RESULT === +--------------------------------------------------------------------------------+ |# rc.d start motion | |:: Starting Motion [DONE] | |# _ | | | === ACTUAL RESULT === +--------------------------------------------------------------------------------+ |# rc.d start motion | |Password: | |:: Starting Motion [BUSY] | |[0] Processing thread 0 - config file /etc/motion/motion.conf | |[0] Unknown config option "sql_log_image" | |[0] Unknown config option "sql_log_snapshot" | |[0] Unknown config option "sql_log_mpeg" | |[0] Unknown config option "sql_log_timelapse" | |[0] Unknown config option "sql_query" | |[0] Motion 3.2.12 Started | |[0] Motion going to daemon mode | | [DONE] | |# _ | | | |
This task depends upon