mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #172] Duplicate ID 'drive-ide0-0-0' for drive #133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cron-weasley on GitHub (Dec 14, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/172
Hi retspen,
First, the webvirtmgr is so powerful and big thanks to you!
I use the webvirtmgr-anna and found a problem.
When I create a vm without click virtio, then mount iso, start vm get an error:
"internal error Process exited while reading console log output: qemu-kvm: -drive file=/var/www/webvirtmgr/images/openfileresa-2.99.1-x86_64-disc1.iso,if=none,media=cdrom,id=drive-ide0-0-0,readonly=on,format=raw: Duplicate ID 'drive-ide0-0-0' for drive"
I found that at vm xml hdd part and cd driver part use the same ide bus like this:
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
I change bus='0' to bus='1' for the cd driver part, and vm start ok.
Thanks!
Big Thanks your powerful soft 👍
By the way, do you consider to do a mutil-language? I mean I can help with chinese language translation.
@retspen commented on GitHub (Dec 15, 2013):
Thanks! You can translate now.
$ ./manage.py makemessages -l cn
then open file locale/cn/LC_MESSAGES/django.po and translate.
@cron-weasley commented on GitHub (Dec 15, 2013):
So cool! I will now start translate :) And after I finished, How to upload the file?
@retspen commented on GitHub (Dec 15, 2013):
Create pull request and push
@cron-weasley commented on GitHub (Dec 15, 2013):
Sorry, I am not understand clearly..... how to create and push?
And now I had finished translation. Can I send django.po to your E-mail?
And how to test the translation on browser?
Thx!
@retspen commented on GitHub (Dec 15, 2013):
Good job. Thanks! Add translate to project, need update and test.
$ git pull
@cron-weasley commented on GitHub (Dec 16, 2013):
Thanks! And now I download the newest version webvirtmgr anna. I want test my translation, how to switch the language from EN to CN?
@retspen commented on GitHub (Dec 16, 2013):
Add some fix need update and try. And restart apache
@cron-weasley commented on GitHub (Dec 16, 2013):
So you mean download today's update webvirtmgr and restart apache.
Need I change LANGUAGE_CODE = 'en-us' to LANGUAGE_CODE = 'zh_CN' in settings.py?
@retspen commented on GitHub (Dec 16, 2013):
Need in your language set default language China (zh_CN)