[Freeswitch-users] Questions before starting new install

Allison Walters AWalters at cawst.org
Tue Dec 2 23:34:40 MSK 2014


Okay, this half-asleep mistake rectified, I ran it on the right system and got further.  However, partway through the make it exited, complaining about various missing pre-reqs.  (The beginning of this script claims to check for prereqs but it only seems to check for 4 or so, and I've had to re-run a bunch of other times for lots it apparently doesn't check for).  Now after installing a bunch of the things it asked for, I ran into one that apparently I have to basically reset the entire installation process before it will recognize that it's there (libmemcached-dev).  I tried deleting the /usr/src/freeswitch dir, which made it re-fetch everything from git.  Sadly, it didn't force it to reconfigure, and now I'm getting an error " make: *** No targets specified and no makefile found.  Stop."

Anyone have any ideas how I can force the entire process to start over?  Thanks, and sorry for the questions - this is just getting frustrating.  (Removing my own bone-headed mistake from the pile, I've still been at this for 3 hours or so now...)


--
Allison Walters
IT Coordinator
CAWST - Centre for Affordable Water and Sanitation Technology
424 Aviation Road NE, Calgary, Alberta, T2E 8H6, Canada
tel: +1-403-243-3285 ext.264
web: www.cawst.org
 
Join us in reaching 20 million people by 2020 with safe drinking water and sanitation. 


-----Original Message-----
From: freeswitch-users-bounces at lists.freeswitch.org [mailto:freeswitch-users-bounces at lists.freeswitch.org] On Behalf Of Nathan Neulinger
Sent: Tuesday, December 02, 2014 11:48 AM
To: FreeSWITCH Users Help
Subject: Re: [Freeswitch-users] Questions before starting new install

Do you have git installed on your system? Sure looks like it's complaining that you don't have it installed.

-- Nathan

On 12/02/2014 12:40 PM, Allison Walters wrote:
> I tried that version of the script and it says it was written for 
> 10.04 and 12.04, and it says it doesn't always work outside of that, but it'll "give it a go".  And then after a bit, it failed out with a git error:
>
> installing stable v1.4 of FreeSWITCH
>
> /usr/bin/time: cannot run /usr/bin/git: No such file or directory
>
> Command exited with non-zero status 127
>
> 0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 
> 1220maxresident)k
>
> 0inputs+0outputs (0major+27minor)pagefaults 0swaps
>
> ./install_fusionpbx.sh: line 1114: cd: /usr/src/freeswitch: No such 
> file or directory
>
> ./install_fusionpbx.sh: line 1115: /usr/bin/git: No such file or 
> directory
>
> GIT ERROR
>
> I suspect this is because freeswitch moved to stash in July, 
> apparently.  Anyway, I'll see if I can find anyone on the Fusion forum or IRC or somewhere that can help with this part.  Thanks!
>
> --
>
> *Allison Walters*
>
> /IT Coordinator/
>
> CAWST - Centre for Affordable Water and Sanitation Technology
>
> 424 Aviation Road NE, Calgary, Alberta, T2E 8H6, Canada
>
> tel: +1-403-243-3285 ext.264
>
> web: www.cawst.org <http://www.cawst.org/>
>
> *//*
>
> */Join us in reaching 20 million people by 2020 with safe drinking 
> water and sanitation. /*
>
> *From:*freeswitch-users-bounces at lists.freeswitch.org 
> [mailto:freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of 
> *Moishe Grunstein
> *Sent:* Monday, December 01, 2014 9:37 PM
> *To:* FreeSWITCH Users Help
> *Subject:* Re: [Freeswitch-users] Questions before starting new 
> install
>
> 1)FusionPBX renames Freeswitch default configs after installation, it 
> uses and then creates its own XML files (unless you use their XML 
> handler which writes to db instead). If you then modify XML files 
> directly, the next time you make a change in the GUI they will overwrite your changes. They have an IRC channel #FusionPBX and they use googlecode for svn and issue tracker..
>
> 2)Not sure what scripts you are referring to be dated, FusionPBX 
> scripts have been last modified this month 
> http://fusionpbx.googlecode.com/svn/trunk/scripts/install/ubuntu/insta
> ll_fusionpbx.sh
>
> Thanks,
>
> Moishe Grunstein
>
> Tornado Computer Systems, Inc.
>
> 212.400.7650 888.IPPBX.US
> *Service Request Email: support at nysolutions.com 
> <mailto:support at nysolutions.com> *
>
> Polycom Certified VAR
> Microsoft Small Business Specialist, Cisco SMB Select Certified
>
> cid:image001.jpg at 01C72F94.9EE45D60 <http://www.nysolutions.com/>
>
> Computer Networking * Managed Services * IP Video Surveillance * 
> Network Assessments * Web Solutions * Voice over IP * Disaster 
> Recovery * Network Security * Site Surveys * CMS
>
> *From:*freeswitch-users-bounces at lists.freeswitch.org 
> <mailto:freeswitch-users-bounces at lists.freeswitch.org>
> [mailto:freeswitch-users-bounces at lists.freeswitch.org] *On Behalf Of 
> *Allison Walters
> *Sent:* Monday, December 1, 2014 8:51 PM
> *To:* freeswitch-users at lists.freeswitch.org 
> <mailto:freeswitch-users at lists.freeswitch.org>
> *Subject:* Re: [Freeswitch-users] Questions before starting new 
> install
>
> Whoops - accidentally had mail delivery disabled.  So I'll respond to Moishe's points with a manual reply/quote:
>
>> 1)      You cannot migrate a working freeswitch to FusionPBX. You would need to recreate all the configs in the FusionPBX web interface.
>
> I didn't change anything - they were both already installed.  Mind 
> you, I don't know how the person who installed it did it; maybe that's 
> related to the issues they were seeing?  Regardless, the Fusion 
> interface seems to read all of the correct info, including when things 
> are changed in the XML files (which is how I was encouraged to do 
> changes.).  Now, I'm confused - Fusion keeps its own copy of the 
> config files? It's not just a wrapper that modifies the existing 
> freeswitch ones?  (Just going off what I was told.)
>
>> 2)      Ubuntu install is the same as debian  https://freeswitch.org/confluence/display/FREESWITCH/Debian if you are going with fusionpbx you would be better off
> with one of their scripts.
>
> I looked at their script, but it didn't seem to have been updated 
> since 2012, which makes me a bit nervous.  I'll take another peek, though.
>
>> 3)      If you are staying with native freeswitch, you can copy over almost all configs to the new server. What version are you migrating from?
>
> The current server is running 1.3.0.
>
> Thanks!
>
> --
>
> *Allison Walters*
>
> /IT Coordinator/
>
> CAWST - Centre for Affordable Water and Sanitation Technology
>
> 424 Aviation Road NE, Calgary, Alberta, T2E 8H6, Canada
>
> tel: +1-403-243-3285 ext.264
>
> web: www.cawst.org <http://www.cawst.org/>
>
> *//*
>
> */Join us in reaching 20 million people by 2020 with safe drinking 
> water and sanitation. /*
>
> From: *Allison Walters* <AWalters at cawst.org 
> <mailto:AWalters at cawst.org>>
> Date: Mon, Dec 1, 2014 at 3:50 PM
> Subject: [Freeswitch-users] Questions before starting new install
> To: "freeswitch-users at lists.freeswitch.org <mailto:freeswitch-users at lists.freeswitch.org>"
> <freeswitch-users at lists.freeswitch.org 
> <mailto:freeswitch-users at lists.freeswitch.org>>
>
> We're wanting to replace our current freeswitch server (it's fairly 
> old), and I have a few things I'm curious about before I start trying 
> to build the new one.  I inherited the current one and am relatively unfamiliar to all of this, so I appreciate your patience.
>
> 1.I was told by the consultant that set up the current box that 
> freeswitch doesn't play well with fusionpbx or really any of the GUI's 
> - there have been instances (and indeed one happened a couple of months ago while I was here) of the config files getting randomly overwritten with old settings, which supposedly is the fault of trying to run fusion.
> Also I was told it doesn't provide nice clean XML, etc.  I was 
> strongly encouraged to go with no GUI.  If it were just me, I'd be 
> okay with that, but we have a couple of other people who might be helping to maintain the server and they're far more comfortable with GUIs.  Has anyone else had any of these issues, and/or have any recommendations on the subject?
>
> 2.I'm trying to install on Ubuntu.  When I go to the wiki, I get this page:
> https://freeswitch.org/confluence/display/FREESWITCH/Linux , which 
> just gives an apt-get line for Ubuntu.  However, that line just seems 
> to have pre-reqs and not freeswitch itself.  Anyone know where I could 
> find current Ubuntu instructions?  I googled but the most recent pages I could find were from 2012, and most were from 2011.  Is that the most up to date?
>
> 3.Are there any guidelines for migration from an old server running an old version to a new server with a current version?
>
> Thank you!
>
> --
>
> *Allison Walters*
>
> /IT Coordinator/
>
> CAWST - Centre for Affordable Water and Sanitation Technology
>
> 424 Aviation Road NE, Calgary, Alberta, T2E 8H6, Canada
>
> tel: +1-403-243-3285 ext.264 <tel:%2B1-403-243-3285%20ext.264>
>
> web: www.cawst.org <http://www.cawst.org/>
>
> *//*
>
> */Join us in reaching 20 million people by 2020 with safe drinking 
> water and sanitation. /*
>
>
> ______________________________________________________________________
> ___ Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <mailto:consulting at freeswitch.org>
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org 
> <mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
> rs
> http://www.freeswitch.org
>
>
>
> ______________________________________________________________________
> ___ Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
> rs
> http://www.freeswitch.org
>

--
------------------------------------------------------------
Nathan Neulinger                       nneul at mst.edu
Missouri S&T Information Technology    (573) 612-1412
System Administrator - Architect

_________________________________________________________________________
Professional FreeSWITCH Consulting Services: 
consulting at freeswitch.org
http://www.freeswitchsolutions.com

Official FreeSWITCH Sites
http://www.freeswitch.org
http://confluence.freeswitch.org
http://www.cluecon.com

FreeSWITCH-users mailing list
FreeSWITCH-users at lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list