Hi guys
Currently I wonder why I can't update to the latest version from SVN? We have 2 observium instances, if I do a "svn update" one installation does not update to the latest version.
It will always update the revision (5106) but not to the latest v0.14.3.5106, instead it will have v0.14.2.5106.
*** [root@vsrvobs01 observium]# svn update At revision 5106. [root@vsrvobs01 observium]# /opt/observium/discovery.php -h none Observium v0.14.2.5106 Discovery
Current Revision : 5106 MySQL: Cell[2/0s] Row[16/0s] Rows[3/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s] ***
Thanks for any help or tipps.
BR Marco
marco zberg teamleader whitelabel & ott marco.zberg@arcade.ch
arcade solutions ag winkelriedstrasse 37 6003 luzern tel +41 41 417 31 73 www.arcade.ch
cloud + connectivity + ict ____________________________
Hi,
both your installs is up to date.. (revision part is the last), but version part is wrong because it seems you have the wrong date set on the server.. :)
show output for $ svn info and $ date
On 13.03.2014 11:00, Marco Zberg wrote:
Hi guys
Currently I wonder why I can't update to the latest version from SVN? We have 2 observium instances, if I do a "svn update" one installation does not update to the latest version.
It will always update the revision (5106) but not to the latest v0.14.3.5106, instead it will have v0.14.2.5106.
[root@vsrvobs01 observium]# svn update At revision 5106. [root@vsrvobs01 observium]# /opt/observium/discovery.php -h none Observium v0.14.2.5106 Discovery
Current Revision : 5106 MySQL: Cell[2/0s] Row[16/0s] Rows[3/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s]
Thanks for any help or tipps.
BR Marco
marco zberg teamleader whitelabel & ott marco.zberg@arcade.ch
arcade solutions ag winkelriedstrasse 37 6003 luzern tel +41 41 417 31 73 www.arcade.ch
cloud + connectivity + ict ____________________________
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi Mike
Seems legit, but isn't at the end. The time difference is minimal (1 minute).
I can't get the first Observium installation to be the same version as the other. One stays with v0.14.2.xxxx and uses the stable branch, even when I checkout the trunk.
See below:
[root@vsrvobs01 observium]# svn checkout http://svn.observium.org/svn/observium/trunk observium Checked out revision 5108. [root@vsrvobs01 observium]# svn update At revision 5108. [root@vsrvobs01 observium]# svn info Path: . URL: http://svn.observium.org/svn/observium/branches/stable Repository Root: http://svn.observium.org/svn Repository UUID: 61d68cd4-352d-0410-923a-c4978735b2b8 Revision: 5108 Node Kind: directory Schedule: normal Last Changed Author: adama Last Changed Rev: 5013 Last Changed Date: 2014-02-20 23:29:32 +0100 (Thu, 20 Feb 2014)
[root@vsrvobs01 observium]# date Fri Mar 14 16:00:33 CET 2014 [root@vsrvobs01 observium]# /opt/observium/discovery.php -h none Observium v0.14.2.5108 Discovery
Current Revision : 5108 MySQL: Cell[2/0s] Row[16/0s] Rows[3/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s] [root@vsrvobs01 observium]#
**********
[root@observium observium]# svn checkout http://svn.observium.org/svn/observium/trunk observium Checked out revision 5108. [root@observium observium]# svn update At revision 5108. [root@observium observium]# svn info Path: . URL: http://svn.observium.org/svn/observium/trunk Repository Root: http://svn.observium.org/svn Repository UUID: 61d68cd4-352d-0410-923a-c4978735b2b8 Revision: 5108 Node Kind: directory Schedule: normal Last Changed Author: sid3windr Last Changed Rev: 5108 Last Changed Date: 2014-03-13 18:17:34 +0100 (Thu, 13 Mar 2014)
[root@observium observium]# date Fri Mar 14 16:01:59 CET 2014 [root@observium observium]# /opt/observium/discovery.php -h none Observium v0.14.3.5108 Discovery
Current Revision : 5108 MySQL: Cell[2/0s] Row[16/0s] Rows[2/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s] [root@observium observium]#
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Mike Stupalov Sent: Donnerstag, 13. März 2014 08:31 To: Observium Network Observation System Subject: Re: [Observium] svn update not fully working (v0.14.2.5106)
Hi,
both your installs is up to date.. (revision part is the last), but version part is wrong because it seems you have the wrong date set on the server.. :)
show output for $ svn info and $ date
On 13.03.2014 11:00, Marco Zberg wrote:
Hi guys
Currently I wonder why I can't update to the latest version from SVN? We
have 2 observium instances, if I do a "svn update" one installation does not update to the latest version.
It will always update the revision (5106) but not to the latest v0.14.3.5106,
instead it will have v0.14.2.5106.
[root@vsrvobs01 observium]# svn update At revision 5106. [root@vsrvobs01 observium]# /opt/observium/discovery.php -h none Observium v0.14.2.5106 Discovery
Current Revision : 5106 MySQL: Cell[2/0s] Row[16/0s] Rows[3/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s]
Thanks for any help or tipps.
BR Marco
marco zberg teamleader whitelabel & ott marco.zberg@arcade.ch
arcade solutions ag winkelriedstrasse 37 6003 luzern tel +41 41 417 31 73 www.arcade.ch
cloud + connectivity + ict ____________________________
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Mike Stupalov http://observium.org
Hi Marco,
This is just an SVN thing. It occasionally happens on the demo install, but I'm not sure why. It doesn't affect anything except the version.
adam.
On 2014-03-14 09:11, Marco Zberg wrote:
Hi Mike
Seems legit, but isn't at the end. The time difference is minimal (1 minute).
I can't get the first Observium installation to be the same version as the other. One stays with v0.14.2.xxxx and uses the stable branch, even when I checkout the trunk.
See below:
[root@vsrvobs01 observium]# svn checkout http://svn.observium.org/svn/observium/trunk observium Checked out revision 5108. [root@vsrvobs01 observium]# svn update At revision 5108. [root@vsrvobs01 observium]# svn info Path: . URL: http://svn.observium.org/svn/observium/branches/stable Repository Root: http://svn.observium.org/svn Repository UUID: 61d68cd4-352d-0410-923a-c4978735b2b8 Revision: 5108 Node Kind: directory Schedule: normal Last Changed Author: adama Last Changed Rev: 5013 Last Changed Date: 2014-02-20 23:29:32 +0100 (Thu, 20 Feb 2014)
[root@vsrvobs01 observium]# date Fri Mar 14 16:00:33 CET 2014 [root@vsrvobs01 observium]# /opt/observium/discovery.php -h none Observium v0.14.2.5108 Discovery
Current Revision : 5108 MySQL: Cell[2/0s] Row[16/0s] Rows[3/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s] [root@vsrvobs01 observium]#
[root@observium observium]# svn checkout http://svn.observium.org/svn/observium/trunk observium Checked out revision 5108. [root@observium observium]# svn update At revision 5108. [root@observium observium]# svn info Path: . URL: http://svn.observium.org/svn/observium/trunk Repository Root: http://svn.observium.org/svn Repository UUID: 61d68cd4-352d-0410-923a-c4978735b2b8 Revision: 5108 Node Kind: directory Schedule: normal Last Changed Author: sid3windr Last Changed Rev: 5108 Last Changed Date: 2014-03-13 18:17:34 +0100 (Thu, 13 Mar 2014)
[root@observium observium]# date Fri Mar 14 16:01:59 CET 2014 [root@observium observium]# /opt/observium/discovery.php -h none Observium v0.14.3.5108 Discovery
Current Revision : 5108 MySQL: Cell[2/0s] Row[16/0s] Rows[2/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s] [root@observium observium]#
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Mike Stupalov Sent: Donnerstag, 13. März 2014 08:31 To: Observium Network Observation System Subject: Re: [Observium] svn update not fully working (v0.14.2.5106)
Hi,
both your installs is up to date.. (revision part is the last), but version part is wrong because it seems you have the wrong date set on the server.. :)
show output for $ svn info and $ date
On 13.03.2014 11:00, Marco Zberg wrote:
Hi guys
Currently I wonder why I can't update to the latest version from SVN? We
have 2 observium instances, if I do a "svn update" one installation does not update to the latest version.
It will always update the revision (5106) but not to the latest v0.14.3.5106,
instead it will have v0.14.2.5106.
[root@vsrvobs01 observium]# svn update At revision 5106. [root@vsrvobs01 observium]# /opt/observium/discovery.php -h none Observium v0.14.2.5106 Discovery
Current Revision : 5106 MySQL: Cell[2/0s] Row[16/0s] Rows[3/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s]
Thanks for any help or tipps.
BR Marco
marco zberg teamleader whitelabel & ott marco.zberg@arcade.ch
arcade solutions ag winkelriedstrasse 37 6003 luzern tel +41 41 417 31 73 www.arcade.ch
cloud + connectivity + ict ____________________________
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Mike Stupalov http://observium.org
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
On first server you use stable branch: URL: http://svn.observium.org/svn/observium/branches/stable
on second trunk: URL: http://svn.observium.org/svn/observium/trunk
you need to do svn relocate on first server:
svn switch --relocate http://svn.observium.org/svn/observium/branches/stable http://svn.observium.org/svn/observium/trunk
more help about relocate: http://stackoverflow.com/questions/2166640/svn-change-working-copy-to-point-...
On Fri, Mar 14, 2014 at 7:11 PM, Marco Zberg Marco.Zberg@arcade.ch wrote:
Hi Mike
Seems legit, but isn't at the end. The time difference is minimal (1 minute).
I can't get the first Observium installation to be the same version as the other. One stays with v0.14.2.xxxx and uses the stable branch, even when I checkout the trunk.
See below:
[root@vsrvobs01 observium]# svn checkout http://svn.observium.org/svn/observium/trunk observium Checked out revision 5108. [root@vsrvobs01 observium]# svn update At revision 5108. [root@vsrvobs01 observium]# svn info Path: . URL: http://svn.observium.org/svn/observium/branches/stable Repository Root: http://svn.observium.org/svn Repository UUID: 61d68cd4-352d-0410-923a-c4978735b2b8 Revision: 5108 Node Kind: directory Schedule: normal Last Changed Author: adama Last Changed Rev: 5013 Last Changed Date: 2014-02-20 23:29:32 +0100 (Thu, 20 Feb 2014)
[root@vsrvobs01 observium]# date Fri Mar 14 16:00:33 CET 2014 [root@vsrvobs01 observium]# /opt/observium/discovery.php -h none Observium v0.14.2.5108 Discovery
Current Revision : 5108 MySQL: Cell[2/0s] Row[16/0s] Rows[3/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s] [root@vsrvobs01 observium]#
[root@observium observium]# svn checkout http://svn.observium.org/svn/observium/trunk observium Checked out revision 5108. [root@observium observium]# svn update At revision 5108. [root@observium observium]# svn info Path: . URL: http://svn.observium.org/svn/observium/trunk Repository Root: http://svn.observium.org/svn Repository UUID: 61d68cd4-352d-0410-923a-c4978735b2b8 Revision: 5108 Node Kind: directory Schedule: normal Last Changed Author: sid3windr Last Changed Rev: 5108 Last Changed Date: 2014-03-13 18:17:34 +0100 (Thu, 13 Mar 2014)
[root@observium observium]# date Fri Mar 14 16:01:59 CET 2014 [root@observium observium]# /opt/observium/discovery.php -h none Observium v0.14.3.5108 Discovery
Current Revision : 5108 MySQL: Cell[2/0s] Row[16/0s] Rows[2/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s] [root@observium observium]#
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Mike Stupalov Sent: Donnerstag, 13. März 2014 08:31 To: Observium Network Observation System Subject: Re: [Observium] svn update not fully working (v0.14.2.5106)
Hi,
both your installs is up to date.. (revision part is the last), but
version part is
wrong because it seems you have the wrong date set on the server.. :)
show output for $ svn info and $ date
On 13.03.2014 11:00, Marco Zberg wrote:
Hi guys
Currently I wonder why I can't update to the latest version from SVN?
We
have 2 observium instances, if I do a "svn update" one installation does
not
update to the latest version.
It will always update the revision (5106) but not to the latest
v0.14.3.5106,
instead it will have v0.14.2.5106.
[root@vsrvobs01 observium]# svn update At revision 5106. [root@vsrvobs01 observium]# /opt/observium/discovery.php -h none Observium v0.14.2.5106 Discovery
Current Revision : 5106 MySQL: Cell[2/0s] Row[16/0s] Rows[3/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s]
Thanks for any help or tipps.
BR Marco
marco zberg teamleader whitelabel & ott marco.zberg@arcade.ch
arcade solutions ag winkelriedstrasse 37 6003 luzern tel +41 41 417 31 73 www.arcade.ch
cloud + connectivity + ict ____________________________
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Mike Stupalov http://observium.org
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Yeah. Stable changes once every 1-2 months, so even though you're on today's SVN repo revision, the branch you're on hasn't changed for a month.
Don't ask my why I didn't realise that was the problem earlier, because I've already investigated this once :)
adam.
On 2014-03-18 14:09, Mike Stupalov wrote:
On first server you use stable branch: URL: http://svn.observium.org/svn/observium/branches/stable [2]
on second trunk: URL: http://svn.observium.org/svn/observium/trunk [1]
you need to do svn relocate on first server:
svn switch --relocate http://svn.observium.org/svn/observium/branches/stable [2] http://svn.observium.org/svn/observium/trunk [1]
more help about relocate: http://stackoverflow.com/questions/2166640/svn-change-working-copy-to-point-... [7]
On Fri, Mar 14, 2014 at 7:11 PM, Marco Zberg Marco.Zberg@arcade.ch wrote:
Hi Mike
Seems legit, but isn't at the end. The time difference is minimal (1 minute).
I can't get the first Observium installation to be the same version as the other. One stays with v0.14.2.xxxx and uses the stable branch, even when I checkout the trunk.
See below:
[root@vsrvobs01 observium]# svn checkout http://svn.observium.org/svn/observium/trunk [1] observium Checked out revision 5108.
[root@vsrvobs01 observium]# svn update At revision 5108. [root@vsrvobs01 observium]# svn info Path: . URL: http://svn.observium.org/svn/observium/branches/stable [2] Repository Root: http://svn.observium.org/svn [3] Repository UUID: 61d68cd4-352d-0410-923a-c4978735b2b8 Revision: 5108 Node Kind: directory Schedule: normal Last Changed Author: adama Last Changed Rev: 5013 Last Changed Date: 2014-02-20 23:29:32 +0100 (Thu, 20 Feb 2014)
[root@vsrvobs01 observium]# date Fri Mar 14 16:00:33 CET 2014
[root@vsrvobs01 observium]# /opt/observium/discovery.php -h none Observium v0.14.2.5108 Discovery
Current Revision : 5108
MySQL: Cell[2/0s] Row[16/0s] Rows[3/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s] [root@vsrvobs01 observium]#
[root@observium observium]# svn checkout http://svn.observium.org/svn/observium/trunk [1] observium Checked out revision 5108. [root@observium observium]# svn update At revision 5108. [root@observium observium]# svn info Path: . URL: http://svn.observium.org/svn/observium/trunk [1] Repository Root: http://svn.observium.org/svn [3] Repository UUID: 61d68cd4-352d-0410-923a-c4978735b2b8 Revision: 5108 Node Kind: directory Schedule: normal Last Changed Author: sid3windr Last Changed Rev: 5108 Last Changed Date: 2014-03-13 18:17:34 +0100 (Thu, 13 Mar 2014)
[root@observium observium]# date Fri Mar 14 16:01:59 CET 2014 [root@observium observium]# /opt/observium/discovery.php -h none Observium v0.14.3.5108 Discovery
Current Revision : 5108 MySQL: Cell[2/0s] Row[16/0s] Rows[2/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s] [root@observium observium]#
-----Original Message----- From: observium [mailto:observium-bounces@observium.org] On Behalf Of Mike Stupalov Sent: Donnerstag, 13. März 2014 08:31 To: Observium Network Observation System Subject: Re: [Observium] svn update not fully working (v0.14.2.5106)
Hi,
both your installs is up to date.. (revision part is the last), but version part is wrong because it seems you have the wrong date set on the server.. :)
show output for $ svn info and $ date
On 13.03.2014 11:00, Marco Zberg wrote:
Hi guys
Currently I wonder why I can't update to the latest version from SVN? We
have 2 observium instances, if I do a "svn update" one installation does not update to the latest version.
It will always update the revision (5106) but not to the latest v0.14.3.5106,
instead it will have v0.14.2.5106.
[root@vsrvobs01 observium]# svn update At revision 5106. [root@vsrvobs01 observium]# /opt/observium/discovery.php -h none Observium v0.14.2.5106 Discovery
Current Revision : 5106 MySQL: Cell[2/0s] Row[16/0s] Rows[3/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s]
Thanks for any help or tipps.
BR Marco
marco zberg teamleader whitelabel & ott marco.zberg@arcade.ch
arcade solutions ag winkelriedstrasse 37 6003 luzern tel +41 41 417 31 73 www.arcade.ch [4]
cloud + connectivity + ict ____________________________
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [5]
-- Mike Stupalov http://observium.org [6]
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [5]
-- Mike Stupalov http://observium.org/ [8]
Links:
[1] http://svn.observium.org/svn/observium/trunk [2] http://svn.observium.org/svn/observium/branches/stable [3] http://svn.observium.org/svn [4] http://www.arcade.ch [5] http://postman.memetic.org/cgi-bin/mailman/listinfo/observium [6] http://observium.org [7] http://stackoverflow.com/questions/2166640/svn-change-working-copy-to-point-... [8] http://observium.org/
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (3)
-
Adam Armstrong
-
Marco Zberg
-
Mike Stupalov