Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-bugs

[Xen-bugs] [Bug 1061] New: typos in /etc/xen/scripts/blktap

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1061] New: typos in /etc/xen/scripts/blktap
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 11 Sep 2007 17:38:44 -0700
Delivery-date: Tue, 11 Sep 2007 17:38:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1061

           Summary: typos in /etc/xen/scripts/blktap
           Product: Xen
           Version: unstable
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: vikram@xxxxxxxxxxxx


Hi,
   Couple of typos in /etc/xen/scripts/blktap. I could not create new domU's
because of these.

Line 76: 
    [ -f "$p" ] || { ebusy "$p file does not exist." }
Should be (I think, I got xm creat and xm restore working after this fix so I
believe this is correct)
    [ -f "$p" ] || { ebusy "$p file does not exist."; }


Line 88:
    [ -e "$file" ] || { ebusy $file does not exist; }
Should be
    [ -e "$file" ] || { ebusy "$file does not exist"; }


Vikram


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 1061] New: typos in /etc/xen/scripts/blktap, bugzilla-daemon <=