[contribteam] [Bug 9860] auto upgrade modules on install

2017-01-23 Thread bugzilla-daemon
https://bugs.contribs.org/show_bug.cgi?id=9860

Jean-Philippe Pialasse  changed:

   What|Removed |Added

 Status|VERIFIED|CLOSED

--- Comment #7 from Jean-Philippe Pialasse  ---
released

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 9860] auto upgrade modules on install

2017-01-23 Thread bugzilla-daemon
https://bugs.contribs.org/show_bug.cgi?id=9860

Jean-Philippe Pialasse  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #6 from Jean-Philippe Pialasse  ---
this was the fix, verified

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 9860] auto upgrade modules on install

2017-01-23 Thread bugzilla-daemon
https://bugs.contribs.org/show_bug.cgi?id=9860

Jean-Philippe Pialasse  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Jean-Philippe Pialasse  ---
/usr/bin/plague-client build smeserver-freepbx smeserver-freepbx-13-9_el6_sme
contribs9
Package smeserver-freepbx enqueued.  Job ID: 1490.

%changelog
* Mon Jan 23 2017 Jean-Philipe Pialasse  -9.sme
- update framework before other modules [SME: 9860]

* Mon Jan 09 2017 Jean-Philipe Pialasse  13-8.sme
- autoupgrade modules [SME: 9860]

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 9860] auto upgrade modules on install

2017-01-23 Thread bugzilla-daemon
https://bugs.contribs.org/show_bug.cgi?id=9860

--- Comment #4 from Jean-Philippe Pialasse  ---
the following does the trick; updating this in a new rpm


# update modules
/usr/sbin/fwconsole ma upgrade framework
/usr/sbin/fwconsole ma upgradeall -R standard -R extended

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 9860] auto upgrade modules on install

2017-01-23 Thread bugzilla-daemon
https://bugs.contribs.org/show_bug.cgi?id=9860

--- Comment #3 from Jean-Philippe Pialasse  ---
Created attachment 5761
  --> https://bugs.contribs.org/attachment.cgi?id=5761=edit
message log

we can see few modules are failing to update

runing one more time the following fixes this
/usr/sbin/fwconsole ma upgradeall -R standard -R extended
I see two solutions:
- first update framework
- loop as long as we do not end with 

# /usr/sbin/fwconsole ma upgradeall -R standard -R extended
Getting Remote Repo list...Done
Getting Remote Repo list...Done
Using repos: [standard,extended]

Up to date.
Updating Hooks...Done

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 9860] auto upgrade modules on install

2017-01-23 Thread bugzilla-daemon
https://bugs.contribs.org/show_bug.cgi?id=9860

Jean-Philippe Pialasse  changed:

   What|Removed |Added

 Status|RESOLVED|CONFIRMED
 Resolution|FIXED   |---

--- Comment #2 from Jean-Philippe Pialasse  ---
= ENVIRONMENT: 
SME9 fully upgraded
no other contrib

= ORIGINAL PROBLEM:
when installing freepbx numerous upgrade of module and core are needed. This
might show a warning sign when forst loging

= RESOLUTION:

= CURRENT VERSION INSTALLED:
none

= TESTING:
db configuration setprop php MemoryLimit 128M
expand-template /etc/php.ini
service httpd-e-smith restart
/sbin/e-smith/db yum_repositories set asterisk-13 repository \
Name 'Asterisk-13 - EL' \
BaseURL
'http://packages.asterisk.org/centos/$releasever/asterisk-13/$basearch/' \
EnableGroups no \
Visible no \
status disabled
/sbin/e-smith/db yum_repositories set asterisk-current repository \
Name 'Asterisk-current - EL' \
BaseURL 'http://packages.asterisk.org/centos/$releasever/current/$basearch/' \
EnableGroups no \
Visible no \
status disabled
/sbin/e-smith/db yum_repositories set digium-13 repository \
Name 'CentOS-$releasever - Digium 13' \
BaseURL 'http://packages.digium.com/centos/6/digium-13/$basearch/' \
EnableGroups no \
GPGCheck yes \
GPGKey 'http://packages.digium.com/RPM-GPG-KEY-Digium' \
Visible no \
status disabled
/sbin/e-smith/db yum_repositories set digium-current repository \
Name 'CentOS-$releasever - Digium current' \
BaseURL 'http://packages.digium.com/centos/6/current/$basearch/' \
EnableGroups no \
GPGCheck no \
GPGKey 'http://packages.digium.com/RPM-GPG-KEY-Digium' \
Visible no \
status disabled

signal-event yum-modify

yum  install smeserver-freepbx
--enablerepo=smetest,smecontribs,asterisk-13,asterisk-current,digium-current,digium-13

signal-event freepbx-update
yum install kmod-tg3 --enablerepo=elrepo
= UPDATED VERSION INSTALLED:
# rpm -qa
yum install kmod-tg3 --enablerepo=elrepo

= PROBLEM FIXED: no
see attached log

= VERIFIED OR REOPEN: reopen

= DOCUMENTATION IMPACT: none

= SUGGESTED RELEASE NOTES: none

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 9860] auto upgrade modules on install

2017-01-09 Thread bugzilla-daemon
https://bugs.contribs.org/show_bug.cgi?id=9860

Jean-Philippe Pialasse  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Jean-Philippe Pialasse  ---
/usr/bin/plague-client build smeserver-freepbx smeserver-freepbx-13-8_el6_sme
contribs9
Package smeserver-freepbx enqueued.  Job ID: 1480.

%changelog
* Mon Jan 09 2017 Jean-Philipe Pialasse  13-8.sme
- autoupgrade modules [SME: 9860]

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

[contribteam] [Bug 9860] auto upgrade modules on install

2016-10-23 Thread bugzilla-daemon
https://bugs.contribs.org/show_bug.cgi?id=9860

Bug ID: 9860
   Summary: auto upgrade modules on install
Classification: Contribs
   Product: SME Contribs
   Version: 9.1
  Hardware: ---
OS: ---
Status: CONFIRMED
  Severity: normal
  Priority: P3
 Component: smeserver-freepbx
  Assignee: dan...@firewall-services.com
  Reporter: te...@pialasse.com
QA Contact: contribteam@lists.contribs.org
  Target Milestone: ---

the use of this command would allow to have all modules up to date :

fwconsole ma upgradeall -R standard -R extended

-- 
You are receiving this mail because:
You are the QA Contact for the bug.___
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/