mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #553] debian 8 * ERROR: /etc/default/libvirt-bin not found. Exiting... #413
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 @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
there's no libvirt-bin in /etc/default/
@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.
@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?
@brenard commented on GitHub (May 12, 2015):
Could you check it :
https://gist.github.com/brenard/e991eb4cbfab1d686501
@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!
@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.
@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!
@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 ?
@retspen commented on GitHub (May 12, 2015):
Big thanks @brenard , I updated the script.