WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH 3 of 3] Fix the likewise 5.4 force-domain-leave script

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 3 of 3] Fix the likewise 5.4 force-domain-leave script to cope with new service names
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Tue, 2 Feb 2010 13:47:25 +0000
Delivery-date: Tue, 02 Feb 2010 05:41:01 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1265118442@xxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Marcus Granado <marcus.granado@xxxxxxxxxx>
# Date 1265113213 0
# Node ID 5babf4c5dd20863ecf70f2e9b625c77a9352b850
# Parent  4cb4a62f5790336fa1da1e5e94101a4941ddaf62
Fix the likewise 5.4 force-domain-leave script to cope with new service names

Signed-off-by: Marcus Granado <marcus.granado@xxxxxxxxxx>#

diff -r 4cb4a62f5790 -r 5babf4c5dd20 scripts/lw-force-domain-leave
--- a/scripts/lw-force-domain-leave     Tue Feb 02 12:20:12 2010 +0000
+++ b/scripts/lw-force-domain-leave     Tue Feb 02 12:20:13 2010 +0000
@@ -9,10 +9,16 @@
 /etc/init.d/netlogond stop
 /etc/init.d/eventlogd stop
 /etc/init.d/dcerpcd stop
+#/etc/init.d/lwregd stop
+#/etc/init.d/lwsmd stop
 chkconfig --del lsassd
 chkconfig --del lwiod
 chkconfig --del netlogond
 chkconfig --del eventlogd
 chkconfig --del dcerpcd
-rm -f /var/lib/likewise/db/*
+#chkconfig --del lwregd
+#chkconfig --del lwsmd
+#rm -f /var/lib/likewise/db/*
+#rm -f /var/lib/likewise/.registry-initialized
 
+
1 file changed, 7 insertions(+), 1 deletion(-)
scripts/lw-force-domain-leave |    8 +++++++-


Attachment: xen-api.hg-3.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>