Bug#889028: minissdpd: Fails to install on Debian unstable

2018-02-02 Thread Damir Islamov


This is a feature: 
https://github.com/miniupnp/miniupnp/commit/d916ce286a23bf2e6a06fd939621621f21d81188


--
Sincerely yours
Damir Islamov


0xB5653FEF.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature


Bug#889028: minissdpd: Fails to install on Debian unstable

2018-02-02 Thread Vladislav Artemyev

Package: minissdpd
Version: 1.5.20161216-1
Followup-For: Bug #889028

general problem with the current package is /etc/default/minissdpd 
missing while it's used to query for minissdpd startup options (both 
/etc/init.d/minssdpd and /lib/systemd/system/minissdpd.service). 
previous package version had this file included


i also believe debconf based configuration step have to be added to 
pre-inst phase to let user specify network interface for minissdpd to 
listen onto (see MiniSSDPd_INTERFACE_ADDRESS variable in 
/etc/default/minissdpd). additionally such debconf configuration step 
better include -6 option configuration (or an ability to specify 
additional options) if minissdpd should also listen for IPv6 (see 
MiniSSDPd_OTHER_OPTIONS variable in /etc/default/minissdpd)


--
Vladislav Artemyev



Bug#889028: minissdpd: Fails to install on Debian unstable

2018-02-01 Thread Awtul
Package: minissdpd
Version: 1.5.20161216-1
Followup-For: Bug #889028

Dear Maintainer,

I just wanted to confirm the bug. 
So, upgrading from minissdpd:amd64 1.2.20130907-4.1 to  1.5.20161216-1 I got 
"Error: Sub-process /usr/bin/dpkg returned an error code (1)". Same error after 
purging the buggy pkg
and reinstalling it.
systemctl status minissdpd 
"Loaded: loaded (/lib/systemd/system/minissdpd.service; disabled; vendor 
preset: enabled)Active: inactive (dead)"

Cheers,
Awtul
***
-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.14.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8), 
LANGUAGE=es_ES:es (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages minissdpd depends on:
ii  libc6  2.26-6
ii  libnfnetlink0  1.0.1-3+b1
ii  lsb-base   9.20170808

minissdpd recommends no packages.

minissdpd suggests no packages.

-- no debconf information



Bug#889028: minissdpd: Fails to install on Debian unstable

2018-02-01 Thread Ara Keary
Package: minissdpd
Version: 1.5.20161216-1
Followup-For: Bug #889028

Hi,

same here ; reverting to 1.2.20130907-4.1 fixes the issue.

The output of

journalctl -xe

is


Feb 01 17:48:25 host-32-141 systemd[1]: Starting keep memory of all UPnP
devices that announced themselves...
-- Subject: Unit minissdpd.service has begun start-up
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- Unit minissdpd.service has begun starting up.
Feb 01 17:48:25 host-32-141 minissdpd[15437]: Error: please specify LAN network
interface by name instead of IPv4 address : 0.0.0.0
Feb 01 17:48:25 host-32-141 minissdpd[15437]: can't parse "0.0.0.0" as a valid
address or interface name
Feb 01 17:48:25 host-32-141 minissdpd[15437]: Usage: /usr/sbin/minissdpd [-d]
[-6] [-s socket] [-p pidfile] [-t TTL] [-f device] -i  [-i
] ...
Feb 01 17:48:25 host-32-141 minissdpd[15437]:is either an IPv4
address with mask such as
Feb 01 17:48:25 host-32-141 minissdpd[15437]:   192.168.1.42/255.255.255.0, or
an interface name such as eth0.
Feb 01 17:48:25 host-32-141 minissdpd[15437]:   By default, socket will be open
as /var/run/minissdpd.sock
Feb 01 17:48:25 host-32-141 minissdpd[15437]:   and pid written to file
/var/run/minissdpd.pid
Feb 01 17:48:25 host-32-141 systemd[1]: minissdpd.service: Control process
exited, code=exited status=1
Feb 01 17:48:25 host-32-141 systemd[1]: minissdpd.service: Failed with result
'exit-code'.
Feb 01 17:48:25 host-32-141 systemd[1]: Failed to start keep memory of all UPnP
devices that announced themselves.
-- Subject: Unit minissdpd.service has failed
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- Unit minissdpd.service has failed.
--
-- The result is RESULT.


Best,

Ara



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.14.0-3-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages minissdpd depends on:
ii  libc6  2.26-6
ii  libnfnetlink0  1.0.1-3+b1
ii  lsb-base   9.20170808

minissdpd recommends no packages.

minissdpd suggests no packages.

-- no debconf information



Bug#889028: minissdpd: Fails to install on Debian unstable

2018-02-01 Thread John Paul Adrian Glaubitz
Source: minissdpd
Version: 1.5.20161216-1
Severity: serious
Justification: renders package unusable

Hello!

Trying to install minissdpd 1.5.20161216-1 on Debian unstable fails:

root@z6:~> apt install minissdpd
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libgltf-0.1-1 liborcus-0.12-0
Use 'apt autoremove' to remove them.
The following NEW packages will be installed:
  minissdpd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/26.7 kB of archives.
After this operation, 75.8 kB of additional disk space will be used.
Selecting previously unselected package minissdpd.
(Reading database ... 637745 files and directories currently installed.)
Preparing to unpack .../minissdpd_1.5.20161216-1_amd64.deb ...
Unpacking minissdpd (1.5.20161216-1) ...
Setting up minissdpd (1.5.20161216-1) ...
Job for minissdpd.service failed because of unavailable resources or another 
system error.
See "systemctl status minissdpd.service" and "journalctl -xe" for details.
invoke-rc.d: initscript minissdpd, action "start" failed.
● minissdpd.service - keep memory of all UPnP devices that announced themselves
   Loaded: loaded (/lib/systemd/system/minissdpd.service; disabled; vendor 
preset: enabled)
   Active: failed (Result: resources) since Thu 2018-02-01 11:28:53 CET; 3min 
0s ago
 Docs: man:minissdpd(1)
 Main PID: 27104 (code=exited, status=0/SUCCESS)

Feb 01 11:28:53 z6 minissdpd[15296]:   192.168.1.42/255.255.255.0, or an 
interface name such as eth0.
Feb 01 11:28:53 z6 minissdpd[15296]:   By default, socket will be open as 
/var/run/minissdpd.sock
Feb 01 11:28:53 z6 minissdpd[15296]:   and pid written to file 
/var/run/minissdpd.pid
Feb 01 11:28:53 z6 systemd[1]: minissdpd.service: Control process exited, 
code=exited status=1
Feb 01 11:28:53 z6 systemd[1]: minissdpd.service: Failed with result 
'exit-code'.
Feb 01 11:28:53 z6 systemd[1]: Failed to start keep memory of all UPnP devices 
that announced themselves.
Feb 01 11:31:53 z6 systemd[1]: minissdpd.service: Failed to load environment 
files: No such file or directory
Feb 01 11:31:53 z6 systemd[1]: minissdpd.service: Failed to run 'start' task: 
No such file or directory
Feb 01 11:31:53 z6 systemd[1]: minissdpd.service: Failed with result 
'resources'.
Feb 01 11:31:53 z6 systemd[1]: Failed to start keep memory of all UPnP devices 
that announced themselves.
dpkg: error processing package minissdpd (--configure):
 installed minissdpd package post-installation script subprocess returned error 
exit status 1
Processing triggers for systemd (237-1) ...
Processing triggers for man-db (2.7.6.1-4) ...
Errors were encountered while processing:
 minissdpd
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@z6:~>

I don't have any particular configuration for minissdpd installed as I
never intentionally installed the package. It was installed as a recommended
package by transmission-gtk.

Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaub...@debian.org
`. `'   Freie Universitaet Berlin - glaub...@physik.fu-berlin.de
  `-GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913