Bug#663536: motion: Live Webcam Server should listen on IPv6

2014-10-14 Thread Olivier Mehani
Package: motion
Version: 3.2.12+git20140228-4+b2
Followup-For: Bug #663536

Dear Maintainer,

There is a dual problem to this bug: the configuration interface *only*
listens on IPv6. I think this is the same problem. I've seen this on two
different machines.

   * What led up to the situation?

Set the following in the configuration file:

  ipv6_enabled on
  stream_port 8281
  stream_localhost off
  webcontrol_port 8280
  webcontrol_localhost off

   * What was the outcome of this action?

- Configuration server listen on IPv6 only,
- Streaming server listens on IPv4 only

netstat -ln shows the following

  tcp0  0 0.0.0.0:82810.0.0.0:* LISTEN
  tcp6   0  0 ::1:8280:::* LISTEN

   * What outcome did you expect instead?

Both configuration and streaming server listen on both IPv4 and IPv6,
i.e.,

  tcp0  0 0.0.0.0:82800.0.0.0:* LISTEN
  tcp0  0 0.0.0.0:82810.0.0.0:* LISTEN
  tcp6   0  0 ::1:8280:::* LISTEN
  tcp6   0  0 ::1:8281:::* LISTEN

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages motion depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.53
ii  libavcodec56   6:11-1
ii  libavformat56  6:11-1
ii  libavutil546:11-1
ii  libc6  2.19-11
ii  libjpeg8   8d1-1
ii  libmysqlclient18   5.5.39-1
ii  libsqlite3-0   3.8.6-1
ii  zlib1g 1:1.2.8.dfsg-2

Versions of packages motion recommends:
ii  ffmpeg  6:0.8.16-1

Versions of packages motion suggests:
ii  mysql-client 5.5.39-1
ii  mysql-client-5.5 [mysql-client]  5.5.39-1
pn  postgresql-clientnone

-- Configuration Files:
/etc/default/motion changed [not included]
/etc/motion/motion.conf [Errno 13] Permission denied: u'/etc/motion/motion.conf'

-- debconf information:
  motion/moved_conf_dir:


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#663536: motion: Live Webcam Server should listen on IPv6

2012-03-11 Thread Kenyon Ralph
Package: motion
Version: 3.2.12-2
Severity: normal
Tags: ipv6 upstream
Forwarded: 
http://www.lavrsen.dk/foswiki/bin/view/Motion/FeatureRequest2011x01x06x052631

Currently, the motion webcam server, as activated by the webcam_port
configuration directive, only listens on IPv4, as seen in this output
from ss -lnp:

Recv-Q Send-Q  Local Address:Port  Peer Address:Port
0  10  *:8081  *:*  users:((motion,13749,6))

The local address:port should look like this: :::8081.

There has been some work on this upstream, including patches:
http://www.lavrsen.dk/foswiki/bin/view/Motion/FeatureRequest2011x01x06x052631

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages motion depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  libavcodec52   4:0.5.6-3 ffmpeg codec library
ii  libavformat52  4:0.5.6-3 ffmpeg file format library
ii  libavutil494:0.5.6-3 ffmpeg utility library
ii  libc6  2.11.3-3  Embedded GNU C Library: Shared lib
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  libmysqlclient16   5.1.61-0+squeeze1 MySQL database client library
ii  libpq5 8.4.11-0squeeze1  PostgreSQL C client library

Versions of packages motion recommends:
ii  ffmpeg4:0.5.6-3  multimedia player, server and enco

Versions of packages motion suggests:
pn  mysql-client  none (no description available)
pn  postgresql-client none (no description available)

-- Configuration Files:
/etc/default/motion changed:
start_motion_daemon=yes

/etc/motion/motion.conf [Errno 13] Permission denied: u'/etc/motion/motion.conf'

-- debconf information:
  motion/moved_conf_dir:



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org