Koozali.org: home of the SME Server

Contrib Updates

Offline p-jones

  • *
  • 594
  • +0/-0
Contrib Updates
« on: February 12, 2015, 08:32:54 PM »
Quote
===
=== yum reports available updates for Contribs :
===

Started getting these suddenly. Havent seen them before. Has something changed ?
I am not aware of any changes on thise side. I do have concerns that several contribs shown for update will break the system.

Thanks
...

guest22

Re: Contrib Updates
« Reply #1 on: February 12, 2015, 08:57:55 PM »
Started getting these suddenly. Havent seen them before. Has something changed ?


Yes. Please search bugzilla or the wiki dashboard page. They are both there for a reason. Things do change over time...

Offline p-jones

  • *
  • 594
  • +0/-0
Re: Contrib Updates
« Reply #2 on: February 12, 2015, 09:08:58 PM »
Quote
http://bugs.contribs.org/show_bug.cgi?id=8791

Have read this already .......
...

guest22

Re: Contrib Updates
« Reply #3 on: February 12, 2015, 09:21:15 PM »
Then what is the issue?

Offline p-jones

  • *
  • 594
  • +0/-0
Re: Contrib Updates
« Reply #4 on: February 12, 2015, 10:06:47 PM »
Quote
I do have concerns that several contribs shown for update will break the system.

Here is a list reporte:
fping.i386                             3.5-1.el5.rf                  smecontribs
openvpn.i386                           2.3.1-3.el5                   smecontribs
smeserver-fetchmail.noarch             1.4-4.el5.sme                 smecontribs
smeserver-mailstats.noarch             1.0-4.el5.sme                 smecontribs
smeserver-userpanel.noarch             0.9-18.el5.sme                smecontribs
Obsoleting Packages
smeserver-ddclient.noarch              1.0.0-30.el5.sme              smecontribs
    sme7-ddclient.noarch               3.7.3-7                       installed 

Openvpn was removed via the installer 'cause it wouldnt work and replaced by an ovpn contrib that is not in the repos. I think this will break it.

sme-server ddclient is working just fine but this suggests it is obsolete and the hint is it will remove/disable it.

The bugzilla thread contains all the technical info but no descriptions or info for the non-code cutting admin.
Even though it is an old feature that didnt work, it now presents as an undocumented new feature !!

I guess the safest option is to turn addon updates off so those messages go away and the status quo is restored.

Thanks
...

guest22

Re: Contrib Updates
« Reply #5 on: February 12, 2015, 10:10:56 PM »
Again, what is the issue, other then you get information?

Offline p-jones

  • *
  • 594
  • +0/-0
Re: Contrib Updates
« Reply #6 on: February 12, 2015, 10:32:11 PM »
RequestedDeletion - first post, last sentence. previous post, first sentence.

Anyone else a bit surprised or unsure by this or am I just dumb ?
« Last Edit: February 12, 2015, 10:35:21 PM by p-jones »
...

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Contrib Updates
« Reply #7 on: February 12, 2015, 10:55:42 PM »
This is a new feature added recently. Until a few weeks ago, contribs updates weren't notified, so admins had to manually check if updates were available using:

Code: [Select]
yum --enablerepo=smecontribs update

Of course, there's always a risk an update breaks something, just as it can fix problems (including security problems). It's then up to you to take the risk or not ;-)

If you don't want to receive those notices anmore, you can:

- apply the updates (and open a bug if something is broken after that)
- disable updates notifications with
Code: [Select]
db configuration setprop yum status disabled
expand-template /etc/crontab
- Only disable contribs update notifications, but still receive core updates by creating a custom template:
Code: [Select]
mkdir -p /etc/e-smith/templates-custom/etc/crontab
echo '# smecontribs updates disabled' > /etc/e-smith/templates-custom/etc/crontab/check4contribsupdates
expand-template /etc/crontab
C'est la fin du monde !!! :lol:

Offline stephdl

  • *
  • 1,519
  • +0/-0
    • Linux et Geekeries
Re: Contrib Updates
« Reply #8 on: February 12, 2015, 11:37:21 PM »
The full available commands  http://wiki.contribs.org/DB_Variables_Configuration#yum
You can set a monthly email just by a db command if you want

Obviously we saw that like a feature and not an issue :/

I have done a contrib in the same way to retrieve updates of chosen repositories : http://wiki.contribs.org/Check4updates

I'm a lazzy boy,I love when my computer works for me.
« Last Edit: February 12, 2015, 11:39:04 PM by stephdl »
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!