Package: stopmotion Version: 0.6.2-1 Severity: normal Running stopmotion from the commandline leaves this output: cut: fields and positions are numbered from 1 Try `cut --help' for more information. Usage: kill pid ... Send SIGTERM to every process listed. kill signal pid ... Send a signal to every process listed. kill -s signal pid ... Send a signal to every process listed. kill -l List all signal names. kill -L List all signal names in a nice table. kill -l signal Convert between signal numbers and names.
This I guess comes from stopmotion trying to stop the grabber using this command: kill -9 `ps ax | grep dvgrab | grep -v grep | cut -b 0-5` If you want to use this construction, then maybe use cut -b 1-5. Or try using pidof. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages stopmotion depends on: ii libc6 2.7-13 GNU C Library: Shared libraries ii libgcc1 1:4.3.1-2 GCC support library ii libqtcore4 4.4.1-1 Qt 4 core module ii libqtgui4 4.4.1-1 Qt 4 GUI module ii libsdl-image1.2 1.2.6-3 image loading library for Simple D ii libsdl1.2debian 1.2.13-2 Simple DirectMedia Layer ii libstdc++6 4.3.1-2 The GNU Standard C++ Library v3 ii libtar 1.2.11-5 C library for manipulating tar arc ii libvorbisfile3 1.2.0.dfsg-3.1 The Vorbis General Audio Compressi ii libx11-6 2:1.1.4-2 X11 client-side library ii libxml2 2.6.32.dfsg-2 GNOME XML library Versions of packages stopmotion recommends: ii dvgrab 3.1-2 grab digital video data via IEEE13 ii ffmpeg 3:20080706-0.2 audio/video encoder, streaming ser ii vgrabbj 0.9.6-3.1 grabs a image from a camera and pu Versions of packages stopmotion suggests: ii gimp 2.4.6-1 The GNU Image Manipulation Program -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

