I ran the install script from the downloads page. Get this error:
so I've run the ./debian/resources/switch.sh in attempt to trace down the issue, same result as above.
systemctl says:
and
fusionpbx itself is up and running, just can't connect to fs for obvious reasons.
I'm stuck, any help would be greatly appreciated.
dpkg: warning: while removing freeswitch-music-default, directory '/usr/share/freeswitch/sounds/music' not empty so not removed
mv: cannot move '/etc/freeswitch' to '/etc/freeswitch.orig/freeswitch': Directory not empty
mkdir: cannot create directory '/etc/freeswitch': File exists
chown: cannot access '/var/run/freeswitch': No such file or directory
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'freeswitch-systemd' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Job for freeswitch.service failed. See 'systemctl status freeswitch.service' and 'journalctl -xn' for details.
so I've run the ./debian/resources/switch.sh in attempt to trace down the issue, same result as above.
systemctl says:
root@fusion:/usr/src/fusionpbx-install.sh/debian# systemctl status freeswitch.service
● freeswitch.service - freeswitch
Loaded: loaded (/lib/systemd/system/freeswitch.service; enabled)
Active: failed (Result: start-limit) since Thu 2017-06-01 22:03:28 EDT; 1min 23s ago
Process: 6143 ExecStartPre=/bin/mkdir -p /var/run/freeswitch/ (code=exited, status=214/SETSCHEDULER)
Jun 01 22:03:28 fusion systemd[1]: Unit freeswitch.service entered failed state.
Jun 01 22:03:28 fusion systemd[1]: freeswitch.service holdoff time over, scheduling restart.
Jun 01 22:03:28 fusion systemd[1]: Stopping freeswitch...
Jun 01 22:03:28 fusion systemd[1]: Starting freeswitch...
Jun 01 22:03:28 fusion systemd[1]: freeswitch.service start request repeated too quickly, refusing to start.
Jun 01 22:03:28 fusion systemd[1]: Failed to start freeswitch.
Jun 01 22:03:28 fusion systemd[1]: Unit freeswitch.service entered failed state.
and
root@fusion:/usr/src/fusionpbx-install.sh/debian# journalctl -xn
-- Logs begin at Thu 2017-06-01 17:47:08 EDT, end at Thu 2017-06-01 22:05:01 EDT. --
Jun 01 22:03:28 fusion systemd[1]: Unit freeswitch.service entered failed state.
Jun 01 22:03:28 fusion systemd[1]: freeswitch.service holdoff time over, scheduling restart.
Jun 01 22:03:28 fusion systemd[1]: Stopping freeswitch...
-- Subject: Unit freeswitch.service has begun shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit freeswitch.service has begun shutting down.
Jun 01 22:03:28 fusion systemd[1]: Starting freeswitch...
-- Subject: Unit freeswitch.service has begun with start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit freeswitch.service has begun starting up.
Jun 01 22:03:28 fusion systemd[1]: freeswitch.service start request repeated too quickly, refusing to start.
Jun 01 22:03:28 fusion systemd[1]: Failed to start freeswitch.
-- Subject: Unit freeswitch.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit freeswitch.service has failed.
--
-- The result is failed.
Jun 01 22:03:28 fusion systemd[1]: Unit freeswitch.service entered failed state.
Jun 01 22:05:01 fusion CRON[6190]: pam_unix(cron:session): session opened for user root by (uid=0)
Jun 01 22:05:01 fusion CRON[6191]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
Jun 01 22:05:01 fusion CRON[6190]: pam_unix(cron:session): session closed for user root
fusionpbx itself is up and running, just can't connect to fs for obvious reasons.
I'm stuck, any help would be greatly appreciated.