|  |  | 
  
    |  |  | 
 
  |   |  | 
  
    |  |  | 
  
    |  |  | 
  
    |   xen-bugs
[Xen-bugs] [Bug 1061] New: typos in /etc/xen/scripts/blktap 
| 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 <=
 |  |  | 
  
    |  |  |