Package: repro Version: 1:1.10.0-1 Severity: important Dear Maintainer,
* What led up to the situation? I installed the repro package. * What exactly did you do (or not do) that was effective (or ineffective)? $ sudo apt install repro * What was the outcome of this action? repro is not running. $ sudo systemctl status repro.service -l ● repro.service - LSB: repro SIP Server Loaded: loaded (/etc/init.d/repro) Active: active (exited) since Mon 2015-10-26 19:51:40 EDT; 6min ago Docs: man:systemd-sysv-generator(8) Oct 26 19:51:41 debian repro[3713]: REPRO:APP | 140335355619136 | BerkeleyDb.cxx:151 | Could not open database .//repro_user.db: Permission denied Oct 26 19:51:41 debian repro[3713]: REPRO:APP | 140335355619136 | ReproRunner.cxx:973 | Failed to open configuration database The install log is attached. There was no log file in /var/log/repro. * What outcome did you expect instead? After installing repro, it should be started, as the README.Debian says. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 4.2.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages repro depends on: ii adduser 3.113+nmu3 ii libc-ares2 1.10.0-2 ii libc6 2.19-22 ii libdb5.3++ 5.3.28-11 ii libfreeradius-client2 1.1.6-7 ii libgcc1 1:5.2.1-22 ii libmysqlclient18 5.6.25-4 ii libpq5 9.4.5-1 ii libpython2.7 2.7.10-5 ii libresiprocate-1.10 1:1.10.0-1 ii libssl1.0.0 1.0.2d-1 ii libstdc++6 5.2.1-22 ii openssl 1.0.2d-1 Versions of packages repro recommends: ii apache2-utils 2.4.17-1 ii resiprocate-turn-server [turn-server] 1:1.10.0-1 Versions of packages repro suggests: pn jscommunicator-web-phone <none> -- no debconf information
jvalleroy@debian:~$ sudo apt install repro [sudo] password for jvalleroy: Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: resiprocate-turn-server Suggested packages: jscommunicator-web-phone sip-router xmpp-server Recommended packages: turn-server stun-server The following NEW packages will be installed: repro resiprocate-turn-server 0 upgraded, 2 newly installed, 0 to remove and 72 not upgraded. Need to get 0 B/769 kB of archives. After this operation, 2,562 kB of additional disk space will be used. Do you want to continue? [Y/n] y Selecting previously unselected package repro. (Reading database ... 224716 files and directories currently installed.) Preparing to unpack .../repro_1%3a1.10.0-1_amd64.deb ... Unpacking repro (1:1.10.0-1) ... Selecting previously unselected package resiprocate-turn-server. Preparing to unpack .../resiprocate-turn-server_1%3a1.10.0-1_amd64.deb ... Unpacking resiprocate-turn-server (1:1.10.0-1) ... Processing triggers for systemd (227-2) ... Processing triggers for man-db (2.7.4-1) ... Setting up repro (1:1.10.0-1) ... Adding group `repro' (GID 135) ... Done. Adding system user `repro' (UID 130) ... Adding new user `repro' (UID 130) with group `repro' ... Not creating home directory `/var/lib/repro'. Generating DH parameters, 2048 bit long safe prime, generator 2 This is going to take a long time ... ...(I removed these lines) ... Setting up resiprocate-turn-server (1:1.10.0-1) ... Adding group `return' (GID 136) ... Done. Adding system user `return' (UID 131) ... Adding new user `return' (UID 131) with group `return' ... Not creating home directory `/'. Generating DH parameters, 2048 bit long safe prime, generator 2 This is going to take a long time ... ...(I removed these lines) ... Processing triggers for systemd (227-2) ... Processing triggers for libc-bin (2.19-22) ... [master dedeb83] committing changes in /etc after apt run Author: James Valleroy <jvalle...@mailbox.org> 37 files changed, 1624 insertions(+), 5 deletions(-)##################################################################################################.............] create mode 100755 init.d/repro create mode 100755 init.d/resiprocate-turn-server create mode 100644 logrotate.d/repro create mode 100644 logrotate.d/resiprocate-turn-server create mode 120000 rc0.d/K01repro create mode 120000 rc0.d/K01resiprocate-turn-server create mode 120000 rc1.d/K01repro create mode 120000 rc1.d/K01resiprocate-turn-server create mode 120000 rc2.d/S02repro create mode 120000 rc2.d/S02resiprocate-turn-server create mode 120000 rc3.d/S02repro create mode 120000 rc3.d/S02resiprocate-turn-server create mode 120000 rc4.d/S02repro create mode 120000 rc4.d/S02resiprocate-turn-server create mode 120000 rc5.d/S02repro create mode 120000 rc5.d/S02resiprocate-turn-server create mode 120000 rc6.d/K01repro create mode 120000 rc6.d/K01resiprocate-turn-server create mode 100644 reTurn/dh2048.pem create mode 100644 reTurn/reTurnServer.config create mode 100644 reTurn/users.txt create mode 100644 repro/dh2048.pem create mode 100644 repro/repro.config create mode 100644 repro/users.txt ====== How can you help? (doc: https://wiki.debian.org/how-can-i-help ) ====== ----- Show old opportunities as well as new ones: how-can-i-help --old ----- jvalleroy@debian:~$ ps aux | grep repro jvaller+ 4120 0.0 0.0 12660 1640 pts/0 S+ 19:57 0:00 grep repro jvalleroy@debian:~$ sudo systemctl status repro.service -l â repro.service - LSB: repro SIP Server Loaded: loaded (/etc/init.d/repro) Active: active (exited) since Mon 2015-10-26 19:51:40 EDT; 6min ago Docs: man:systemd-sysv-generator(8) Oct 26 19:51:41 debian repro[3713]: REPRO:APP | 140335355619136 | BerkeleyDb.cxx:151 | Could not open database .//repro_user.db: Permission denied Oct 26 19:51:41 debian repro[3713]: REPRO:APP | 140335355619136 | ReproRunner.cxx:973 | Failed to open configuration database Oct 26 19:51:41 debian repro[3713]: RESIP | 140335355619136 | SipStack.cxx:223 | SipStack::~SipStack() Oct 26 19:51:41 debian repro[3713]: RESIP:TRANSPORT | 140335355619136 | UdpTransport.cxx:86 | Shutting down [ V4 0.0.0.0:5060 UDP flowKey=9 transportKey=1 ] tf=0 evt=1 stats: poll=0 txtry=0 txmsg=0 txfail=0 rxtry=0 rxmsg=0 rxka=0 rxtr=0 Oct 26 19:51:41 debian repro[3713]: RESIP:TRANSPORT | 140335355619136 | UdpTransport.cxx:86 | Shutting down [ V6 :: port=5060 UDP flowKey=12 transportKey=2 ] tf=0 evt=1 stats: poll=0 txtry=0 txmsg=0 txfail=0 rxtry=0 rxmsg=0 rxka=0 rxtr=0 Oct 26 19:51:41 debian repro[3713]: RESIP:TRANSPORT | 140335355619136 | TcpBaseTransport.cxx:57 | Shutting down [ V4 0.0.0.0:5060 TCP transportKey=3 ] Oct 26 19:51:41 debian repro[3713]: RESIP:TRANSPORT | 140335355619136 | ConnectionBase.cxx:115 | ConnectionBase::~ConnectionBase 0x55e58ee48180 Oct 26 19:51:41 debian repro[3713]: RESIP:TRANSPORT | 140335355619136 | TcpBaseTransport.cxx:57 | Shutting down [ V6 :: port=5060 TCP transportKey=4 ] Oct 26 19:51:41 debian repro[3713]: RESIP:TRANSPORT | 140335355619136 | ConnectionBase.cxx:115 | ConnectionBase::~ConnectionBase 0x55e58ee49830 Oct 26 19:51:41 debian repro[3713]: RESIP | 140335355619136 | ssl/Security.cxx:1141 | BaseSecurity::~BaseSecurity
signature.asc
Description: OpenPGP digital signature