<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>19960</bug_id>
          
          <creation_ts>2009-05-07 12:58:29 +0400</creation_ts>
          <short_desc>Невозможно запустить виртуальную машину</short_desc>
          <delta_ts>2009-06-08 18:00:09 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>mkve</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>19564</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Andriy Stepanov (stanv)">stanv</reporter>
          <assigned_to name="placeholder@altlinux.org">placeholder</assigned_to>
          <cc>aen</cc>
    
    <cc>glebfm</cc>
    
    <cc>ldv</cc>
    
    <cc>placeholder</cc>
    
    <cc>shaba</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>90903</commentid>
    <comment_count>0</comment_count>
    <who name="Andriy Stepanov (stanv)">stanv</who>
    <bug_when>2009-05-07 12:58:29 +0400</bug_when>
    <thetext>[root@stanv ~]# mkve start --name fst
libvir: error : Unknown failure
/usr/bin/mkve: Unknown failure

или же:

# mkve start --name fst
libvir: QEMU error : internal error unable to start guest:
/usr/bin/mkve: internal error unable to start guest:

Раз так раз так.

# rpm -q mkve
mkve-0.10-alt1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>90905</commentid>
    <comment_count>1</comment_count>
    <who name="Andriy Stepanov (stanv)">stanv</who>
    <bug_when>2009-05-07 13:02:23 +0400</bug_when>
    <thetext>Или вот так:

# mkve start --name fst
libvir: QEMU error : internal error Unable to open monitor path /dev/pts/12
/usr/bin/mkve: internal error Unable to open monitor path /dev/pts/12

# mkve start --name fst
libvir: QEMU error : Failure while reading monitor startup output: Input/output error
/usr/bin/mkve: Failure while reading monitor startup output: Input/output error</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>90910</commentid>
    <comment_count>2</comment_count>
    <who name="Andriy Stepanov (stanv)">stanv</who>
    <bug_when>2009-05-07 13:28:37 +0400</bug_when>
    <thetext>Может будет интересен лог, когда виртуальная машина создавалась из bundle:

/usr/bin/mkve: Machine: run hypervisor-specific stuff after creating a template
/usr/bin/mkve: Machine: create and define an XML description of domain
/usr/bin/mkve: Machine: create with following xml:
&lt;domain type=&quot;kvm&quot;&gt;
  &lt;name&gt;fst&lt;/name&gt;
  &lt;memory&gt;524288&lt;/memory&gt;
  &lt;vcpu&gt;1&lt;/vcpu&gt;
  &lt;os&gt;
    &lt;type arch=&quot;x86_64&quot; machine=&quot;pc&quot;&gt;hvm&lt;/type&gt;
    &lt;boot dev=&quot;hd&quot;/&gt;
  &lt;/os&gt;
  &lt;devices&gt;
    &lt;emulator&gt;/usr/bin/kvm&lt;/emulator&gt;
    &lt;graphics type=&quot;vnc&quot; port=&quot;-1&quot;/&gt;
    &lt;disk device=&quot;disk&quot; type=&quot;file&quot;&gt;
      &lt;source file=&quot;/var/lib/mkve/machines/fst/files.tar&quot;/&gt;
      &lt;target dev=&quot;sda&quot;/&gt;
    &lt;/disk&gt;
    &lt;interface type=&quot;bridge&quot;&gt;
      &lt;source bridge=&quot;lan&quot;/&gt;
    &lt;/interface&gt;
  &lt;/devices&gt;
&lt;/domain&gt;

/usr/bin/mkve: Machine: run hypervisor-specific stuff after defining an XML</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>90912</commentid>
    <comment_count>3</comment_count>
    <who name="Andriy Stepanov (stanv)">stanv</who>
    <bug_when>2009-05-07 13:36:13 +0400</bug_when>
    <thetext>Когда говоришь: # mkve start --name fst

В /var/log/messages появляеться такое:
May  6 17:36:17 stanv kernel: device vnet0 entered promiscuous mode
May  6 17:36:17 stanv kernel: lan: port 4(vnet0) entering learning state
May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifup-removable: ignored unknown interface &apos;vnet0&apos; (lookup ALLOW_UNKNOWN option or create a usable configuration)
May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifup-removable: USE_HOTPLUG is disabled for vnet0
May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifup-removable: No TYPE is specified for iface &apos;vnet0&apos; and can&apos;t guess automatically. Please fix.
May  6 17:36:17 stanv kernel: lan: port 4(vnet0) entering disabled state
May  6 17:36:17 stanv kernel: device vnet0 left promiscuous mode
May  6 17:36:17 stanv kernel: lan: port 4(vnet0) entering disabled state
May  6 17:36:17 stanv libvirtd: 17:36:17.448: error : internal error Unable to open monitor path /dev/pts/12
May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifdown-removable: ignored unknown interface &apos;vnet0&apos; (lookup ALLOW_UNKNOWN option or create a usable configuration)
May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifdown-removable: No TYPE is specified for iface &apos;vnet0&apos; and can&apos;t guess automatically. Please fix.
May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifdown-removable: USE_HOTPLUG is disabled for vnet0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91233</commentid>
    <comment_count>4</comment_count>
    <who name="aspsk">aspsk</who>
    <bug_when>2009-05-15 14:56:23 +0400</bug_when>
    <thetext>(В ответ на комментарий №3)
&gt; Когда говоришь: # mkve start --name fst
&gt; 
&gt; В /var/log/messages появляеться такое:
&gt; May  6 17:36:17 stanv kernel: device vnet0 entered promiscuous mode
&gt; May  6 17:36:17 stanv kernel: lan: port 4(vnet0) entering learning state
&gt; May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifup-removable: ignored
&gt; unknown interface &apos;vnet0&apos; (lookup ALLOW_UNKNOWN option or create a usable
&gt; configuration)
&gt; May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifup-removable:
&gt; USE_HOTPLUG is disabled for vnet0
&gt; May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifup-removable: No TYPE
&gt; is specified for iface &apos;vnet0&apos; and can&apos;t guess automatically. Please fix.
&gt; May  6 17:36:17 stanv kernel: lan: port 4(vnet0) entering disabled state
&gt; May  6 17:36:17 stanv kernel: device vnet0 left promiscuous mode
&gt; May  6 17:36:17 stanv kernel: lan: port 4(vnet0) entering disabled state
&gt; May  6 17:36:17 stanv libvirtd: 17:36:17.448: error : internal error Unable to
&gt; open monitor path /dev/pts/12
&gt; May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifdown-removable:
&gt; ignored unknown interface &apos;vnet0&apos; (lookup ALLOW_UNKNOWN option or create a
&gt; usable configuration)
&gt; May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifdown-removable: No
&gt; TYPE is specified for iface &apos;vnet0&apos; and can&apos;t guess automatically. Please fix.
&gt; May  6 17:36:17 stanv /etc/net: ERROR: /etc/net/scripts/ifdown-removable:
&gt; USE_HOTPLUG is disabled for vnet0

rpm -qa | grep libvirt</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>91911</commentid>
    <comment_count>5</comment_count>
    <who name="aspsk">aspsk</who>
    <bug_when>2009-05-27 13:19:54 +0400</bug_when>
    <thetext>Так что, какие симптомы, если обновиться до Сизифа?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>92724</commentid>
    <comment_count>6</comment_count>
    <who name="aspsk">aspsk</who>
    <bug_when>2009-06-08 18:00:09 +0400</bug_when>
    <thetext>.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>