I think on ubuntu that's no really an installation error per se, but That's the startup, it changed to systemd.

But i think you can still start it up manually, have you tried?


On Fri, Jul 28, 2017 at 8:57 AM Ashutosh chaubey <ashutoshkrchaubey@gmail.com> wrote:
Hi,
I have been trying to install kamaiio and its dependencies but its giving the same error everytime i try to install it via apt. Following is my terminal error message.


sudo apt install kamailio kamailio-mysql-modules
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  apache2-data apache2-utils
Use 'sudo apt autoremove' to remove them.
Suggested packages:
  kamailio-berkeley-modules kamailio-carrierroute-modules kamailio-cpl-modules kamailio-ldap-modules kamailio-lua-modules kamailio-mono-modules kamailio-perl-modules kamailio-postgres-modules
  kamailio-presence-modules kamailio-python-modules kamailio-radius-modules kamailio-redis-modules kamailio-snmpstats-modules kamailio-unixodbc-modules kamailio-xml-modules kamailio-xmpp-modules
  stun-server | turn-server
The following NEW packages will be installed:
  kamailio kamailio-mysql-modules
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 6,859 kB of archives.
After this operation, 20.7 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial/universe amd64 kamailio amd64 4.3.4-1.1ubuntu2 [6,772 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial/universe amd64 kamailio-mysql-modules amd64 4.3.4-1.1ubuntu2 [87.8 kB]                                                                                       
Fetched 6,859 kB in 28s (240 kB/s)                                                                                                                                                                         
Selecting previously unselected package kamailio.
(Reading database ... 249000 files and directories currently installed.)
Preparing to unpack .../kamailio_4.3.4-1.1ubuntu2_amd64.deb ...
Unpacking kamailio (4.3.4-1.1ubuntu2) ...
Selecting previously unselected package kamailio-mysql-modules:amd64.
Preparing to unpack .../kamailio-mysql-modules_4.3.4-1.1ubuntu2_amd64.deb ...
Unpacking kamailio-mysql-modules:amd64 (4.3.4-1.1ubuntu2) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Processing triggers for systemd (229-4ubuntu17) ...
Processing triggers for ureadahead (0.100.0-19) ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db (2.7.5-1) ...
Setting up kamailio (4.3.4-1.1ubuntu2) ...
Job for kamailio.service failed because the control process exited with error code. See "systemctl status kamailio.service" and "journalctl -xe" for details.
invoke-rc.d: initscript kamailio, action "start" failed.
● kamailio.service - Kamailio (OpenSER) - the Open Source SIP Server
   Loaded: loaded (/etc/systemd/system/kamailio.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Fri 2017-07-28 11:37:22 IST; 24ms ago
  Process: 5293 ExecStart=/usr/sbin/kamailio -P /var/run/kamailio/kamailio.pid -f $CFGFILE -m $SHM_MEMORY -M $PKG_MEMORY -u $USER -g $GROUP (code=exited, status=255)

Jul 28 11:37:22 coditas-Vostro-3446 systemd[1]: Starting Kamailio (OpenSER) - the Open Source SIP Server...
Jul 28 11:37:22 coditas-Vostro-3446 kamailio[5293]: ERROR: loading config file(/usr/local/kamailio-4.4/etc/kamailio/kamailio.cfg): No such file or directory
Jul 28 11:37:22 coditas-Vostro-3446 systemd[1]: kamailio.service: Control process exited, code=exited status=255
Jul 28 11:37:22 coditas-Vostro-3446 systemd[1]: Failed to start Kamailio (OpenSER) - the Open Source SIP Server.
Jul 28 11:37:22 coditas-Vostro-3446 systemd[1]: kamailio.service: Unit entered failed state.
Jul 28 11:37:22 coditas-Vostro-3446 systemd[1]: kamailio.service: Failed with result 'exit-code'.
dpkg: error processing package kamailio (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of kamailio-mysql-modules:amd64:
 kamailio-mysql-modules:amd64 depends on kamailio (= 4.3.4-1.1ubuntu2); however:
  Package kamailio is not configured yet.

dpkg: error processing package kamailio-mysql-modules:amd64 (--configure):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.23-0ubuntu9) ...
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          Errors were encountered while processing:
 kamailio
 kamailio-mysql-modules:amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)



And following is my output when i try to reconfiggure dpkg


 sudo dpkg --configure -a
Setting up kamailio (4.3.4-1.1ubuntu2) ...
Job for kamailio.service failed because the control process exited with error code. See "systemctl status kamailio.service" and "journalctl -xe" for details.
invoke-rc.d: initscript kamailio, action "start" failed.
● kamailio.service - Kamailio (OpenSER) - the Open Source SIP Server
   Loaded: loaded (/etc/systemd/system/kamailio.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Fri 2017-07-28 11:39:48 IST; 9ms ago
  Process: 5527 ExecStart=/usr/sbin/kamailio -P /var/run/kamailio/kamailio.pid -f $CFGFILE -m $SHM_MEMORY -M $PKG_MEMORY -u $USER -g $GROUP (code=exited, status=255)

Jul 28 11:39:48 coditas-Vostro-3446 systemd[1]: Starting Kamailio (OpenSER) - the Open Source SIP Server...
Jul 28 11:39:48 coditas-Vostro-3446 kamailio[5527]: ERROR: loading config file(/usr/local/kamailio-4.4/etc/kamailio/kamailio.cfg): No such file or directory
Jul 28 11:39:48 coditas-Vostro-3446 systemd[1]: kamailio.service: Control process exited, code=exited status=255
Jul 28 11:39:48 coditas-Vostro-3446 systemd[1]: Failed to start Kamailio (OpenSER) - the Open Source SIP Server.
Jul 28 11:39:48 coditas-Vostro-3446 systemd[1]: kamailio.service: Unit entered failed state.
Jul 28 11:39:48 coditas-Vostro-3446 systemd[1]: kamailio.service: Failed with result 'exit-code'.
dpkg: error processing package kamailio (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of kamailio-mysql-modules:amd64:
 kamailio-mysql-modules:amd64 depends on kamailio (= 4.3.4-1.1ubuntu2); however:
  Package kamailio is not configured yet.

dpkg: error processing package kamailio-mysql-modules:amd64 (--configure):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Errors were encountered while processing:
 kamailio
 kamailio-mysql-modules:amd64

_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users@lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users