[GH-ISSUE #172] Duplicate ID 'drive-ide0-0-0' for drive #133

Closed
opened 2026-02-27 16:38:05 +03:00 by kerem · 9 comments
Owner

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.

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 :+1: By the way, do you consider to do a mutil-language? I mean I can help with chinese language translation.
kerem closed this issue 2026-02-27 16:38:05 +03:00
Author
Owner

@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.

<!-- gh-comment-id:30602960 --> @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.
Author
Owner

@cron-weasley commented on GitHub (Dec 15, 2013):

So cool! I will now start translate :) And after I finished, How to upload the file?

<!-- gh-comment-id:30603649 --> @cron-weasley commented on GitHub (Dec 15, 2013): So cool! I will now start translate :) And after I finished, How to upload the file?
Author
Owner

@retspen commented on GitHub (Dec 15, 2013):

Create pull request and push

<!-- gh-comment-id:30604462 --> @retspen commented on GitHub (Dec 15, 2013): Create pull request and push
Author
Owner

@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!

<!-- gh-comment-id:30607937 --> @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!
Author
Owner

@retspen commented on GitHub (Dec 15, 2013):

Good job. Thanks! Add translate to project, need update and test.

$ git pull

<!-- gh-comment-id:30617174 --> @retspen commented on GitHub (Dec 15, 2013): Good job. Thanks! Add translate to project, need update and test. $ git pull
Author
Owner

@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?

<!-- gh-comment-id:30626059 --> @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?
Author
Owner

@retspen commented on GitHub (Dec 16, 2013):

Add some fix need update and try. And restart apache

<!-- gh-comment-id:30657005 --> @retspen commented on GitHub (Dec 16, 2013): Add some fix need update and try. And restart apache
Author
Owner

@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?

<!-- gh-comment-id:30662193 --> @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?
Author
Owner

@retspen commented on GitHub (Dec 16, 2013):

Need in your language set default language China (zh_CN)

<!-- gh-comment-id:30662276 --> @retspen commented on GitHub (Dec 16, 2013): Need in your language set default language China (zh_CN)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#133
No description provided.