GNS3 / gns3-server

GNS3 server
GNU General Public License v3.0
811 stars 263 forks source link

OSError: [Errno 5] Input/output error in Qemu #365

Closed julien-duponchelle closed 8 years ago

julien-duponchelle commented 8 years ago

https://app.getsentry.com/gns3/gns3-server/issues/94719602/

OSError: [Errno 5] Input/output error
  File "gns3server/web/route.py", line 179, in control_schema
    yield from func(request, response)
  File "gns3server/handlers/api/qemu_handler.py", line 161, in start
    yield from vm.start()
  File "gns3server/modules/qemu/qemu_vm.py", line 856, in start
    self._command = yield from self._build_command()
  File "gns3server/modules/qemu/qemu_vm.py", line 1454, in _build_command
    if self._run_with_kvm(self.qemu_path, self._options):
  File "gns3server/modules/qemu/qemu_vm.py", line 1429, in _run_with_kvm
    print(sys.platform.startswith("linux"))
julien-duponchelle commented 8 years ago

print(sys.platform.startswith("linux")) raise an error????