Community Packages

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!
Tasklist

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
Task Type Feature Request
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
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

Closed by  Sergej Pupykin (sergej)
Saturday, 05 May 2012, 14:50 GMT
Reason for closing:  Fixed

Loading...