Mailinglist Archive: opensuse-commit (1187 mails)
| < Previous | Next > |
commit evms
- From: root@xxxxxxx (h_root)
- Date: Mon, 3 Apr 2006 18:32:13 +0200 (CEST)
- Message-id: <20060403163213.F3D168BDD2@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package evms
checked in at Mon Apr 3 18:32:13 CEST 2006.
--------
--- evms/evms.changes 2006-03-17 19:14:28.000000000 +0100
+++ evms/evms.changes 2006-04-03 18:26:26.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Apr 3 17:40:35 CEST 2006 - ghorlacher@xxxxxxx
+
+- Changju: fixing Bug 158559
+ evmsgui starts out with an error message on all my machines
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ evms.spec ++++++
--- /var/tmp/diff_new_pack.FBEgSq/_old 2006-04-03 18:31:55.000000000 +0200
+++ /var/tmp/diff_new_pack.FBEgSq/_new 2006-04-03 18:31:55.000000000 +0200
@@ -20,7 +20,7 @@
%endif
Autoreqprov: on
Version: 2.5.5
-Release: 5
+Release: 6
Summary: EVMS--Enterprise Volume Management System
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: http://prdownloads.sourceforge.net/evms/evms-%{version}.tar.bz2
@@ -96,7 +96,7 @@
%patch3
%patch4 -p1
%patch5
-%patch6 -p4
+%patch6
%patch7
%patch8
%patch9
@@ -175,6 +175,9 @@
/etc/ha.d/resource.d/evms_failover
%changelog -n evms
+* Mon Apr 03 2006 - ghorlacher@xxxxxxx
+- Changju: fixing Bug 158559
+ evmsgui starts out with an error message on all my machines
* Fri Mar 17 2006 - ghorlacher@xxxxxxx
- Added evms-iscsi plugin to evms
- wrwhitehead - bugfix 158493
++++++ hb2-autojoin.patch ++++++
--- /var/tmp/diff_new_pack.FBEgSq/_old 2006-04-03 18:31:55.000000000 +0200
+++ /var/tmp/diff_new_pack.FBEgSq/_new 2006-04-03 18:31:55.000000000 +0200
@@ -1,5 +1,5 @@
---- /usr/src/evms-2.5.5/plugins/hb2/ece.c 2006-02-24 10:39:43.000000000 -0700
-+++ /usr/src/evms-2.5.5/plugins/hb2/ece.c 2006-03-06 16:11:32.000000000 -0700
+--- plugins/hb2/ece.c 2006-02-24 10:39:43.000000000 -0700
++++ plugins/hb2/ece.c 2006-03-29 16:52:52.000000000 -0700
@@ -48,8 +48,8 @@
#include <ece.h>
#include <plugin.h>
@@ -134,6 +134,42 @@
HA_OK == ha_msg_add_int( hamsg, EVMS_FROM, MyNodeNumber ))
{
/* delivery to heartbeat and eventually to daemon */
+@@ -1051,7 +1083,7 @@ static int HB2_init(engine_functions_t *
+ if ( 0 > ( rc = bind(PluginSocket, (struct sockaddr *)&saun, rc )) )
+ {
+ LOG_SERIOUS( "Cannot bind socket.\n");
+- CLEANUP_AND_RETURN( rc );
++ CLEANUP_AND_RETURN( ENXIO );
+ }
+
+ /*
+@@ -1060,7 +1092,7 @@ static int HB2_init(engine_functions_t *
+ if ( 0 > ( rc = listen(PluginSocket, 5)) )
+ {
+ LOG_SERIOUS( "Cannot listen to socket.\n");
+- CLEANUP_AND_RETURN( rc );
++ CLEANUP_AND_RETURN( ENODEV );
+ }
+
+ LOG_DEBUG( "Started to listen...\n");
+@@ -1086,7 +1118,7 @@ static int HB2_init(engine_functions_t *
+ if ( (PluginSocket = socket(AF_UNIX, SOCK_STREAM, 0)) < 0 )
+ {
+ LOG_ERROR( "Cannot create socket.\n" );
+- CLEANUP_AND_RETURN( PluginSocket );
++ CLEANUP_AND_RETURN( ENXIO );
+ }
+
+ /*
+@@ -1110,7 +1142,7 @@ static int HB2_init(engine_functions_t *
+ if ( 0 > (rc = connect(PluginSocket, (struct sockaddr *)&saun, rc)) )
+ {
+ LOG_ERROR( "Failed to connect.\n" );
+- CLEANUP_AND_RETURN( PluginSocket );
++ CLEANUP_AND_RETURN( ENODEV );
+ }
+
+ /* 2. retrieve configuration information from evms daemon */
@@ -1285,6 +1317,7 @@ static int HB2_send_msg(ece_msg_t * msg)
ha_msg_add_int( hamsg, EVMS_CORROLATOR, msg->corrolator );
ha_msg_add_int( hamsg, EVMS_CMD, msg->cmd );
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |