[Home]

Summary:ASTERISK-25977: network-manager uninstalled on ubuntu desktop 14.04
Reporter:Jaco Kroon (jkroon)Labels:
Date Opened:2016-05-02 07:16:08Date Closed:2016-05-02 18:53:30
Priority:MinorRegression?
Status:Closed/CompleteComponents:Contrib/General
Versions:SVN Frequency of
Occurrence
One Time
Related
Issues:
is duplicated byASTERISK-26244 contrib/scripts/install_prereq can remove ssh daemon on ubuntu
is related toASTERISK-25968 pjproject_bundled: Configure and make need to be re-tested
Environment:Ubuntu 14.04.4 desktop, minimal install.Attachments:( 0) prereq_install.log
Description:After installing ubuntu desktop 14.04 on a VM I proceeded to clone asterisk and run the contrib/scripts/install_prereq script, during which network-manager got uninstalled, leaving the VM without networking.  Will attach output in a moment.
Comments:By: Asterisk Team (asteriskteam) 2016-05-02 07:16:09.778-0500

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

By: Jaco Kroon (jkroon) 2016-05-02 07:17:35.164-0500

Full output from the script upto where network-manager gets uninstalled and my ssh connection failed.

By: George Joseph (gjoseph) 2016-05-02 07:51:54.816-0500

That's really odd.  I just did a minimal install from ubuntu-14.04.4-desktop-amd64.iso yesterday and didn't see this issue.  I'll try it again with the server iso.


By: George Joseph (gjoseph) 2016-05-02 18:53:30.606-0500

Although I verified this, the issue isn't Asterisk related other than the Asterisk install_prereq script requires libsnmp-dev.  In an install from CD, this package's default conflict resolution solution is to uninstall network-manager, openssh-server, git, perl and a whole bunch of other packages instead of upgrading them.  The work-around is to do a 'apt-get update' followed by an 'apt-get upgrade' BEFORE running install_prereq.  Once this is done, a subsequent install of libsnmp-dev completes successfully.

An email was sent to the asterisk-users and asterisk-dev mailing lists with this warning.

The wiki will be updated.