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

  tcp        0      0 0.0.0.0:8281            0.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.,

  tcp        0      0 0.0.0.0:8280            0.0.0.0:* LISTEN
  tcp        0      0 0.0.0.0:8281            0.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  adduser                3.113+nmu3
ii  debconf [debconf-2.0]  1.5.53
ii  libavcodec56           6:11-1
ii  libavformat56          6:11-1
ii  libavutil54            6: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-client                <none>

-- 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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to