Re: [libvirt] Libvirtd is not started as a service

2016-12-31 Thread Weiwei Jia
But update libvirt between different versions often cause lots of problems since some new version add new daemons/features. If there is auto-config for different versions under different distroes, it will be better. Best, Weiwei Jia On Sat, Dec 31, 2016 at 4:35 PM, Weiwei Jia wrote: > Thank you

Re: [libvirt] Libvirtd is not started as a service

2016-12-31 Thread Weiwei Jia
Thank you for your reply. This problem has been solved. Thanks, Weiwei Jia On Sat, Dec 31, 2016 at 4:29 PM, Neal Gompa wrote: > On Thu, Dec 22, 2016 at 10:33 PM, Weiwei Jia wrote: >> Hi Daniel, >> >> I download libvirt 2.5.0 source codes and install them as following steps. >> >> $ ./autogen.sh

Re: [libvirt] Libvirtd is not started as a service

2016-12-31 Thread Neal Gompa
On Thu, Dec 22, 2016 at 10:33 PM, Weiwei Jia wrote: > Hi Daniel, > > I download libvirt 2.5.0 source codes and install them as following steps. > > $ ./autogen.sh --prefix=/usr --localstatedir=/var --sysconfdir=/etc > $ make > $ sudo make install > > > However, the libvirtd is not started as a ser

[libvirt] Libvirtd is not started as a service

2016-12-22 Thread Weiwei Jia
Hi Daniel, I download libvirt 2.5.0 source codes and install them as following steps. $ ./autogen.sh --prefix=/usr --localstatedir=/var --sysconfdir=/etc $ make $ sudo make install However, the libvirtd is not started as a service daemon. $ initctl stop libvirt-bin initctl: Unknown job: libvir