[Bug 810380] New: Libvirtd won't startup on boot, even i tried everything you told us, OpenSUSE 12.3
https://bugzilla.novell.com/show_bug.cgi?id=810380 https://bugzilla.novell.com/show_bug.cgi?id=810380#c0 Summary: Libvirtd won't startup on boot, even i tried everything you told us, OpenSUSE 12.3 Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: KVM AssignedTo: kvm-bugs@forge.provo.novell.com ReportedBy: hufeng1987@gmail.com QAContact: jdouglas@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22 I had set up kvm on my laptop. i want let libvirtd startup auto when i boot my computer. but it did not. libvirtd startup , and auto configure the iptables rules. if it not startup. we have not access to the vm via network. we can do only one thing: service libvirtd restart. after restart libvirtd, things goes right. Reproducible: Always Steps to Reproduce: 1.install qemu-kvm, libvirtd and other kvm components. 2.set up vm, then make sure things goes working correct. 3.shutdown computer, then boot it , Actual Results: libvirtd won't startup auto as we configured it . Expected Results: libvirtd should startup auto once we configured it . this issue is always here, even i tried install OpenSUSE 12.3 on different computer. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=810380 https://bugzilla.novell.com/show_bug.cgi?id=810380#c Bruce Rogers <brogers@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brogers@suse.com AssignedTo|kvm-bugs@forge.provo.novell |jfehlig@suse.com |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=810380 https://bugzilla.novell.com/show_bug.cgi?id=810380#c1 James Fehlig <jfehlig@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |hufeng1987@gmail.com --- Comment #1 from James Fehlig <jfehlig@suse.com> 2013-03-20 14:27:12 UTC --- Have you enabled the libvirtd service in systemd? E.g. 'systemctl enable libvirtd.service'? Is it shown enabled in output of status? E.g. # systemctl status libvirtd.service libvirtd.service - Virtualization daemon Loaded: loaded (/lib/systemd/system/libvirtd.service; enabled) ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=810380 https://bugzilla.novell.com/show_bug.cgi?id=810380#c2 --- Comment #2 from zhifeng hu <hufeng1987@gmail.com> 2013-03-20 14:32:44 UTC --- I am really sure i did every step. ---------------------------------------- linux-vmg0:/home/netroby # systemctl status libvirtd.service libvirtd.service - Virtualization daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled) Active: active (running) since Wed, 2013-03-20 18:45:46 CST; 3h 42min ago Main PID: 2161 (libvirtd) CGroup: name=systemd:/system/libvirtd.service ├ 1110 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/network3.conf ├ 1274 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/network2.conf ├ 1370 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/network1.conf ├ 1456 /usr/bin/qemu-kvm -name rhel5 -S -M pc-1.3 -enable-kvm -m 1024 -smp 4,... └ 2161 /usr/sbin/libvirtd --listen Mar 20 21:04:22 linux-vmg0.site dnsmasq[1370]: using nameserver 192.168.1.1#53 Mar 20 21:04:22 linux-vmg0.site dnsmasq[1370]: using local addresses only for unqualified names Mar 20 21:04:22 linux-vmg0.site dnsmasq[1274]: using nameserver 192.168.1.1#53 Mar 20 21:04:22 linux-vmg0.site dnsmasq[1274]: using local addresses only for unqualified names Mar 20 21:19:57 linux-vmg0.site dnsmasq-dhcp[1274]: DHCPREQUEST(virbr1) 192.168.56.224 52:54:00...cb Mar 20 21:19:57 linux-vmg0.site dnsmasq-dhcp[1274]: DHCPACK(virbr1) 192.168.56.224 52:54:00:05:19:cb Mar 20 21:45:26 linux-vmg0.site dnsmasq-dhcp[1274]: DHCPACK(virbr1) 192.168.56.224 52:54:00:05:19:cb Mar 20 22:06:32 linux-vmg0.site dnsmasq-dhcp[1274]: DHCPREQUEST(virbr1) 192.168.56.224 52:54:00...cb Mar 20 22:06:32 linux-vmg0.site dnsmasq-dhcp[1274]: DHCPACK(virbr1) 192.168.56.224 52:54:00:05:19:cb linux-vmg0:/home/netroby # systemctl enable libvirtd.service linux-vmg0:/home/netroby # chkconfig --list | grep libvirtd Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overridden by native systemd configuration. libvirtd 0:off 1:off 2:off 3:on 4:off 5:on 6:off linux-vmg0:/home/netroby # insserv --help Usage: insserv [[-r] <script>] Options: --remove, -r Remove the listed scripts from all runlevels linux-vmg0:/home/netroby # insserv libvirtd -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=810380 https://bugzilla.novell.com/show_bug.cgi?id=810380#c3 --- Comment #3 from James Fehlig <jfehlig@suse.com> 2013-03-20 14:51:15 UTC --- Yep, looks to be enabled. Is there anything in /var/log/messages (or systemd journal ??) indicating why libvirtd didn't start? You might need to increase libvirtd log level to debug. See the logging controls in /etc/libvirt/libvirtd.conf. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=810380 https://bugzilla.novell.com/show_bug.cgi?id=810380#c4 --- Comment #4 from zhifeng hu <hufeng1987@gmail.com> 2013-03-20 22:45:57 UTC --- After enabled the log level to debug. i found libvirtd working well. though my computer hardware not so good, libvirtd need so long time to boot completely. that's not the problem of OpenSUSE. sorry to my mistake. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=810380 https://bugzilla.novell.com/show_bug.cgi?id=810380#c5 James Fehlig <jfehlig@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|hufeng1987@gmail.com | Resolution| |INVALID --- Comment #5 from James Fehlig <jfehlig@suse.com> 2013-03-20 22:50:06 UTC --- Ok, closing the bug now. Feel free to reopen if you have further problems. Thanks! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com