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-changelog

[Xen-changelog] Added xen-hotplug.log to the files to collect.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Added xen-hotplug.log to the files to collect.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 03 Dec 2005 12:04:08 +0000
Delivery-date: Sat, 03 Dec 2005 12:04:35 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 1caed7031f6bd896b26eedcc337f519bf3d2787c
# Parent  74b7a81e5eed8efd4ad3adcedc3933c1b6373415
Added xen-hotplug.log to the files to collect.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 74b7a81e5eed -r 1caed7031f6b tools/python/xen/util/bugtool.py
--- a/tools/python/xen/util/bugtool.py  Fri Dec  2 01:34:39 2005
+++ b/tools/python/xen/util/bugtool.py  Fri Dec  2 15:33:38 2005
@@ -41,9 +41,10 @@
 
 TITLE_RE = re.compile(r'<title>(.*)</title>')
 
-FILES_TO_SEND = [ '/var/log/syslog', '/var/log/messages', '/var/log/debug',
-                  '/var/log/xend.log', '/var/log/xend-debug.log',
-                  '/var/log/xenstored-trace.log' ]
+FILES_TO_SEND = [ '/var/log/' + x for x in 
+                  [ 'syslog', 'messages', 'debug',
+                    'xend.log', 'xend-debug.log', 'xenstored-trace.log',
+                    'xen-hotplug.log' ] ]
 #FILES_TO_SEND = [  ]
 
 

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Added xen-hotplug.log to the files to collect., Xen patchbot -unstable <=