Koozali.org: home of the SME Server

SME 7.3 Updates

Offline Helgo

  • **
  • 51
  • +0/-0
    • home website
Re: SME 7.3 Updates
« Reply #30 on: April 21, 2008, 03:22:17 PM »
Cactus, here the are,

I also have i yum update done with all database open, same problem.

rpm -q --whatrequires rrdtool
perl-rrdtool-1.0.50-1.2.el4.rf
smeserver-sme7admin-1.1.0-1
smeserver-sysmon-5.1-3
smeserver-cacti-0.8.7a-1

-------------------------------

rpm -q --whatrequires rrdtool
perl-rrdtool-1.0.50-1.2.el4.rf
smeserver-sme7admin-1.1.0-1
smeserver-sysmon-5.1-3
smeserver-cacti-0.8.7a-1
[root@server ~]# perl-rrdtool-1.0.50-1.2.el4.rf
-bash: perl-rrdtool-1.0.50-1.2.el4.rf: command not found
[root@server ~]# smeserver-sme7admin-1.1.0-1
-bash: smeserver-sme7admin-1.1.0-1: command not found
[root@server ~]# smeserver-sysmon-5.1-3
-bash: smeserver-sysmon-5.1-3: command not found
[root@server ~]# rpm -qi rrdtool
Name        : rrdtool                      Relocations: (not relocatable)
Version     : 1.0.50                            Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release     : 3.el4.rf                      Build Date: Fri 15 Sep 2006 07:48:25 PM CEST
Install Date: Thu 27 Mar 2008 04:49:22 PM CET      Build Host: lisse.leuven.wieers.com
Group       : Applications/Databases        Source RPM: rrdtool-1.0.50-3.el4.rf.src.rpm
Size        : 1543005                          License: GPL
Signature   : DSA/SHA1, Fri 15 Sep 2006 08:26:56 PM CEST, Key ID a20e52146b8d79e6
Packager    : Dag Wieers <dag@wieers.com>
URL         : http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
Summary     : Round Robin Database Tool to store and display time-series data
Description :
RRD is the Acronym for Round Robin Database. RRD is a system to store and
display time-series data (i.e. network bandwidth, machine-room temperature,
server load average). It stores the data in a very compact way that will not
expand over time, and it presents useful graphs by processing the data to
enforce a certain data density. It can be used either via simple wrapper
scripts (from shell or Perl) or via frontends that poll network devices and
put a friendly user interface on it.

-------------------------------------------------------------------------------------

  BaseURL=http://mirror.centos.org/centos/4/os/$basearch
    EnableGroups=no
    Exclude=kernel,kernel-smp,mkinitrd,mdadm,initscripts
    GPGCheck=yes
    MirrorList=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
    Name=CentOS - os
    Visible=yes
    status=disabled

----------------------------------------------------------------------------------------

db yum_repositories show updates
updates=repository
    BaseURL=http://mirror.centos.org/centos/4/updates/$basearch
    EnableGroups=no
    Exclude=kernel,kernel-smp,mkinitrd,mdadm,initscripts
    GPGCheck=yes
    MirrorList=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
    Name=CentOS - updates
    Visible=yes
    status=disabled
......

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: SME 7.3 Updates
« Reply #31 on: April 21, 2008, 03:42:43 PM »
Cactus, here the are,

I also have i yum update done with all database open, same problem.
Never do that again pleas as that will most certainly drag in more than you like and might cause very serious damage. If you want to have something from the not enabled repositories manually enabled it for one time during a yum install command with the --enablerepo=reponame option.

rpm -q --whatrequires rrdtool
perl-rrdtool-1.0.50-1.2.el4.rf
smeserver-sme7admin-1.1.0-1
smeserver-sysmon-5.1-3
smeserver-cacti-0.8.7a-1
That is what I thought already. There were problems with different conflicting rrdtool versions being required by smeserver-sme7admin and smeserver-sysmon if I remember correctly.

[root@server ~]# rpm -qi rrdtool
Name        : rrdtool                      Relocations: (not relocatable)
Version     : 1.0.50                            Vendor: Dag Apt Repository, http://dag.wieers.com/apt/
Release     : 3.el4.rf                      Build Date: Fri 15 Sep 2006 07:48:25 PM CEST
Install Date: Thu 27 Mar 2008 04:49:22 PM CET      Build Host: lisse.leuven.wieers.com
Group       : Applications/Databases        Source RPM: rrdtool-1.0.50-3.el4.rf.src.rpm
Size        : 1543005                          License: GPL
Signature   : DSA/SHA1, Fri 15 Sep 2006 08:26:56 PM CEST, Key ID a20e52146b8d79e6
Packager    : Dag Wieers <dag@wieers.com>
URL         : http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
Summary     : Round Robin Database Tool to store and display time-series data
Description :
RRD is the Acronym for Round Robin Database. RRD is a system to store and
display time-series data (i.e. network bandwidth, machine-room temperature,
server load average). It stores the data in a very compact way that will not
expand over time, and it presents useful graphs by processing the data to
enforce a certain data density. It can be used either via simple wrapper
scripts (from shell or Perl) or via frontends that poll network devices and
put a friendly user interface on it.
It seems your version of rrdtool comes from dag, which might be correct but might also cause conflicts. You might be better of removing that one and reinstalling rrdtool from the default repositories. That might solve your issues.

Remove like this:

Code: [Select]
rpm -e --nodeps rrdtool
It will make its dependencies malfunction for a short while but we will solve that later on.

  BaseURL=http://mirror.centos.org/centos/4/os/$basearch
    EnableGroups=no
    Exclude=kernel,kernel-smp,mkinitrd,mdadm,initscripts
    GPGCheck=yes
    MirrorList=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
    Name=CentOS - os
    Visible=yes
    status=disabled

db yum_repositories show updates
updates=repository
    BaseURL=http://mirror.centos.org/centos/4/updates/$basearch
    EnableGroups=no
    Exclude=kernel,kernel-smp,mkinitrd,mdadm,initscripts
    GPGCheck=yes
    MirrorList=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
    Name=CentOS - updates
    Visible=yes
    status=disabled
What is your server history, straight install of a SME Server 7 from CD or upgrade from previous releases? You should enable both repositories as they belong to the default SME Server set. You can do that using the following commands:

Code: [Select]
db yum_repositories setprop base status enabled
db yum_repositories setprop updates status enabled
expand-template /etc/yum.conf

Now check that you only have the repositories enabled in the server-mamanger that are listed here, disable others that are not listed.

Now I guess lot of updates will be waiting for you, but first we will install rrdtool again:
Code: [Select]
yum install rrdtoolAbove should work as a version of it should be in the base (CentOS) repository as well.

Now to apply missing updates (and the updates of contribs against the new locale encoding as well):
Code: [Select]
yum update --enablerepo=smecontribs
After updating please run:
Code: [Select]
signal-event post-upgrade
signal-event reboot

Edit: Fixed typo in expand-template instruction
« Last Edit: April 21, 2008, 04:36:56 PM by cactus »
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Helgo

  • **
  • 51
  • +0/-0
    • home website
Re: SME 7.3 Updates
« Reply #32 on: April 21, 2008, 03:55:42 PM »
Cactus, thanks for helping!
Something is wrong

[root@server ~]# db yum_repositories setprop base status enabled
[root@server ~]# db yum_repositories setprop updates status enabled
[root@server ~]# expand-templates /etc/yum.conf
-bash: expand-templates: command not found
[root@server ~]#

-----------------------------------------------------------------------Loading "smeserver" plugin
yum install rrdtool

Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
Parsing package install arguments
No Match for argument: rrdtool
Nothing to do

???

Gr.
Helgo
......

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: SME 7.3 Updates
« Reply #33 on: April 21, 2008, 04:35:43 PM »
[root@server ~]# expand-templates /etc/yum.conf
Sorry you are right I made a typo command should read:
Code: [Select]
expand-template /etc/yum.conf
I will fix my original post, just pick-up my instructions with the fixed command.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Helgo

  • **
  • 51
  • +0/-0
    • home website
Re: SME 7.3 Updates
« Reply #34 on: April 21, 2008, 04:52:56 PM »
Thanks Cactus,
But still it don't work wit rrd tool

[root@server ~]# db yum_repositories setprop updates status enabled
[root@server ~]# expand-template /etc/yum.conf
[root@server ~]# yum install rrdtool
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "smeserver" plugin
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
Parsing package install arguments
No Match for argument: rrdtool
Nothing to do
......

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: SME 7.3 Updates
« Reply #35 on: April 21, 2008, 05:07:06 PM »
Include smecontribs ...

[root@server ~]# yum --enablerepo=smecontribs install rrdtool

Regards,
William

IF I give advise.. It's only if it was me....

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: SME 7.3 Updates
« Reply #36 on: April 21, 2008, 05:14:05 PM »
You may need the matching perl modules as well.

[root@c3 ~]# yum --enablerepo=smecontribs install rrd*
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package rrdtool-perl.i386 0:1.2.27-3.el4 set to be updated
---> Package rrdtool.i386 0:1.2.27-3.el4 set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 rrdtool                 i386       1.2.27-3.el4     smecontribs       446 k
 rrdtool-perl            i386       1.2.27-3.el4     smecontribs        34 k

Transaction Summary
=============================================================================
Install      2 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Regards,
William

IF I give advise.. It's only if it was me....

Offline Helgo

  • **
  • 51
  • +0/-0
    • home website
Re: SME 7.3 Updates
« Reply #37 on: April 21, 2008, 05:23:58 PM »
Yes that works,

Thanks Cactus and Willlam
......

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: SME 7.3 Updates
« Reply #38 on: April 21, 2008, 09:39:16 PM »
To summarize this thread, please read the following message before updating your server after April 19th, 2008:

http://forums.contribs.org/index.php?topic=40789.msg189173#msg189173
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline elmarconi

  • ***
  • 139
  • +0/-0
Re: SME 7.3 Updates
« Reply #39 on: April 21, 2008, 10:48:18 PM »
Anybody care to comment on why I get this error:

[root@fallbacksme tmp]# find /etc/e-smith/locale/ -type f | xargs -n1 iconv -f UTF-8 -t UTF-8 > /dev/null
iconv: illegal input sequence at position 462

Probably related to errors after uninstalling some contribs:
yum remove smeserver-mediawiki & yum remove smeserver-dirty-tools:
not well-formed (invalid token) at line 19, column 44, byte 462 at /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/XML/Parser.pm line 187

Remaining contribs:
[root@fallbacksme tmp]# /sbin/e-smith/audittools/newrpms | grep smeserver
Loading "smeserver" plugin
smeserver-sarg.noarch                    2.2.1-4.el4.sme        installed
smeserver-service_control.noarch         2.0-1                  installed
smeserver-sme7admin.noarch               1.1.0-1                installed
smeserver-tftp-server.noarch             1.0-2.el4.sme          installed

Edit: I traced it back to /etc/e-smith/locale/fr, containing the culprit.
I moved the whole tree /etc/e-smith/locale/fr as per this but it would not let me determine the panel responsible for this mess...

Any hints how to do further research?
« Last Edit: April 22, 2008, 09:13:06 AM by elmarconi »
...

Offline p-jones

  • *
  • 594
  • +0/-0
Re: SME 7.3 Updates
« Reply #40 on: April 21, 2008, 11:03:05 PM »
I was lucky enough to have a server go down from a failed hard disk in the middle of all this. (Yeah Right !!)

New install from the 7.3 CD with the only contribs being SYSMON , BACKUP with DAR and FETCHMAIL.

I have a  a screwed up Server Manager Panel. Backup was the last contrib I loaded and that was where the server-manager panel screwed up. So far everything seems to be working OK tho.
...

Offline SuperGrover

  • **
  • 56
  • +0/-0
Re: SME 7.3 Updates
« Reply #41 on: April 22, 2008, 09:48:50 AM »
Since the last update also my server manager panel is screwed up. Also the language is now Dutch (OK, I am  :P), but I prefer English. Where can I set this setting ?

Offline marsa_matruh

  • ****
  • 250
  • +0/-0
Re: SME 7.3 Updates
« Reply #42 on: April 22, 2008, 09:55:41 AM »
Change language in the browser settings...

Offline MAuVE

  • 17
  • +0/-0
Re: SME 7.3 Updates
« Reply #43 on: April 24, 2008, 06:31:29 PM »
Since the last update also my server manager panel is screwed up. Also the language is now Dutch (OK, I am  :P), but I prefer English. Where can I set this setting ?

I am having the same problem with the Greek localization.

Instead of the left-side menu in the server-manager I get the following error message :

"Software error:
Couldn't open /home/e-smith/db/navigation/navigation.el

For help, please send mail to the webmaster (admin), giving this error message and the time and date of the error."


By changing the language in the browser settings it reverts to normal English.

Last week I did some ironing of the Greek language, but there is much more work to be done if this is tackled item by item.

A friend greek user told me that he will try doing a batch-correction of the reccuring spelling mistakes.





« Last Edit: April 24, 2008, 06:39:15 PM by MAuVE »

Offline byte

  • *
  • 2,183
  • +2/-0
Re: SME 7.3 Updates
« Reply #44 on: April 24, 2008, 06:53:28 PM »
I am having the same problem with the Greek localization.

Instead of the left-side menu in the server-manager I get the following error message :

"Software error:
Couldn't open /home/e-smith/db/navigation/navigation.el

For help, please send mail to the webmaster (admin), giving this error message and the time and date of the error."


By changing the language in the browser settings it reverts to normal English.

Please report bugs and potential bugs in the bug tracker. Thanks.
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!