[GH-ISSUE #553] debian 8 * ERROR: /etc/default/libvirt-bin not found. Exiting... #413

Closed
opened 2026-02-27 16:39:12 +03:00 by kerem · 8 comments
Owner

Originally created by @la0wei on GitHub (May 12, 2015).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/553

already apt-get isntall libvirt-bin
then
wget -O - http://retspen.github.io/libvirt-bootstrap.sh | sudo sh
but error

  • ERROR: /etc/default/libvirt-bin not found. Exiting...

there's no libvirt-bin in /etc/default/

Originally created by @la0wei on GitHub (May 12, 2015). Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/553 already apt-get isntall libvirt-bin then wget -O - http://retspen.github.io/libvirt-bootstrap.sh | sudo sh but error - ERROR: /etc/default/libvirt-bin not found. Exiting... there's no libvirt-bin in /etc/default/
kerem closed this issue 2026-02-27 16:39:12 +03:00
Author
Owner

@brenard commented on GitHub (May 12, 2015):

Hi,

Libvirt-bin service was rename in Debian Jessie, it's now libvirtd provide by libvirt-daemon-system debian package. This libvirt-bootstrap.sh script was designed for Debian Wheezy.

<!-- gh-comment-id:101209587 --> @brenard commented on GitHub (May 12, 2015): Hi, Libvirt-bin service was rename in Debian Jessie, it's now libvirtd provide by _libvirt-daemon-system_ debian package. This libvirt-bootstrap.sh script was designed for Debian Wheezy.
Author
Owner

@la0wei commented on GitHub (May 12, 2015):

Yes,that's what I'm talking aboot.I googled but found nothing could help.Could you please update the script?

<!-- gh-comment-id:101211062 --> @la0wei commented on GitHub (May 12, 2015): Yes,that's what I'm talking aboot.I googled but found nothing could help.Could you please update the script?
Author
Owner

@brenard commented on GitHub (May 12, 2015):

Could you check it :

https://gist.github.com/brenard/e991eb4cbfab1d686501

<!-- gh-comment-id:101214352 --> @brenard commented on GitHub (May 12, 2015): Could you check it : https://gist.github.com/brenard/e991eb4cbfab1d686501
Author
Owner

@la0wei commented on GitHub (May 12, 2015):

First thanks for your help!
2nd,maybe you know in China,a firewall blocked us to visit foreign websites.I can visit the github root domain,but not gist.github.com.
So I could not response the consequence ASAP,I will find a proxy to check it,and post the result tomorrow morning(China UTC+8).
Thanks!

<!-- gh-comment-id:101225166 --> @la0wei commented on GitHub (May 12, 2015): First thanks for your help! 2nd,maybe you know in China,a firewall blocked us to visit foreign websites.I can visit the github root domain,but not gist.github.com. So I could not response the consequence ASAP,I will find a proxy to check it,and post the result tomorrow morning(China UTC+8). Thanks!
Author
Owner

@JimyKK commented on GitHub (May 12, 2015):

Just gave this script a go myself and it apears to work. I'll report back when I have finished the complete setup.

Cool it's all working. I did have to edit /etc/default/libvirtd and add libvirtd_opts="-l" in order to get the TCP authentication working did't see that currently listed.

Also I was having fun with the username because I wasn't using username@domain. Really need to pay atention to the docs completely.

<!-- gh-comment-id:101246734 --> @JimyKK commented on GitHub (May 12, 2015): Just gave this script a go myself and it apears to work. ~~I'll report back when I have finished the complete setup.~~ Cool it's all working. I did have to edit /etc/default/libvirtd and add libvirtd_opts="-l" in order to get the TCP authentication working did't see that currently listed. Also I was having fun with the username because I wasn't using username@domain. Really need to pay atention to the docs completely.
Author
Owner

@la0wei commented on GitHub (May 12, 2015):

This script works!
But I still have other problems.Maybe I should instlall Debian 7 instead.
Thanks all the same!

<!-- gh-comment-id:101301248 --> @la0wei commented on GitHub (May 12, 2015): This script works! But I still have other problems.Maybe I should instlall Debian 7 instead. Thanks all the same!
Author
Owner

@brenard commented on GitHub (May 12, 2015):

@JimyKK : thank for your report, I fix script, it's now add correctly "-l" parameter to libvirtd_opts.

@retspen : could you update the published script ?

<!-- gh-comment-id:101310156 --> @brenard commented on GitHub (May 12, 2015): @JimyKK : thank for your report, I fix script, it's now add correctly _"-l"_ parameter to _libvirtd_opts_. @retspen : could you update the published script ?
Author
Owner

@retspen commented on GitHub (May 12, 2015):

Big thanks @brenard , I updated the script.

<!-- gh-comment-id:101382530 --> @retspen commented on GitHub (May 12, 2015): Big thanks @brenard , I updated the script.
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#413
No description provided.