| Summary: | app-emulation/libvirt - libvirtd init script complains about missing service `firewalld' | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | bkohler |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Btw., why is firewalld is not installed as dependency of app-emulation/libvirt-1.0.0? root@cheetahnew:/root(21)# grep firewalld /etc/init.d/* /etc/init.d/libvirtd: need firewalld root@cheetahnew:/root(22)# qfile -v /etc/init.d/libvirtd app-emulation/libvirt-1.0.0 (/etc/init.d/libvirtd) (In reply to comment #1) > Btw., why is firewalld is not installed as dependency of > app-emulation/libvirt-1.0.0? > > root@cheetahnew:/root(21)# grep firewalld /etc/init.d/* > /etc/init.d/libvirtd: need firewalld > root@cheetahnew:/root(22)# qfile -v /etc/init.d/libvirtd > app-emulation/libvirt-1.0.0 (/etc/init.d/libvirtd) It is, via USE="firewalld"... Also, this use flag is what triggers the addition of 'need firewalld' in the init script. I'm going to take a guess that you need to update your config files and make sure the init script's config file changes are applied? After reemerging libvirt-1.0.0, the dependency of /etc/init.d/libvirtd on firewalld disappeared. And now also '/etc/init.d/nfs restart' does not complain about missing firewalld. I did not use any firewalld USE flag and as I see now, it is also not active: root@cheetahnew:/root(47)# emerge -pvD libvirt These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] app-emulation/libvirt-1.0.0 USE="caps libvirtd lxc macvtap nfs nls policykit python qemu sasl udev vepa virtualbox -audit -avahi -debug -firewalld -iscsi -lvm -numa -openvz -parted -pcap -phyp -rbd (-selinux) -uml -virt-network -xen" 0 kB This seems to be fixed in the ebuild last week: 04 Nov 2012; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.0.ebuild: Fix need firealld in init script when USE=-firewalld # ChangeLog for app-emulation/libvirt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.233 2012/11/13 16:30:47 jer Exp $ 04 Nov 2012; Doug Goldstein <cardoe@gentoo.org> libvirt-1.0.0.ebuild: Fix need firewalld in init script when USE=-firewalld *** This bug has been marked as a duplicate of bug 441690 *** |
'/etc/init.d/nfs restart' complains: root@cheetahnew:/root(12)# /etc/init.d/nfs restart * Caching service dependencies ... Service `libvirtd' needs non existent service firewalld' [ ok ] * Stopping NFS mountd ... [ ok ] * Stopping NFS daemon ... [ ok ] * Unexporting NFS directories ... [ ok ] * Exporting NFS directories ... [ ok ] * Starting NFS mountd ... [ ok ] * Starting NFS daemon ... [ ok ] * Starting NFS smnotify ... [ ok ] I do not understand, why libvirtd is needed for nfs: root@cheetahnew:/root(13)# grep libvirtd /etc/init.d/* /etc/init.d/libvirtd:libvirtd_virsh() { /etc/init.d/libvirtd: # not finding the hypervisor version when connecting to libvirtd /etc/init.d/libvirtd:libvirtd_dom_list() { /etc/init.d/libvirtd: libvirtd_virsh $1 list | awk '$3 == "running" { print $1 }' /etc/init.d/libvirtd:libvirtd_dom_count() { /etc/init.d/libvirtd: libvirtd_virsh $1 list | awk 'BEGIN { count = 0 } \ /etc/init.d/libvirtd:libvirtd_net_list() { /etc/init.d/libvirtd: libvirtd_virsh $1 net-list | awk '$2 == "active" { print $1 }' /etc/init.d/libvirtd:libvirtd_net_count() { /etc/init.d/libvirtd: libvirtd_virsh $1 net-list | awk 'BEGIN { count = 0 } \ /etc/init.d/libvirtd: ebegin "Starting libvirtd" /etc/init.d/libvirtd: --exec /usr/sbin/libvirtd -- -d ${LIBVIRTD_OPTS} /etc/init.d/libvirtd: ebegin "Stopping libvirtd" /etc/init.d/libvirtd: && [ "$(libvirtd_dom_count qemu)" != "0" ] ; then /etc/init.d/libvirtd: for dom_id in $(libvirtd_dom_list qemu) ; do /etc/init.d/libvirtd: vm_name="$(libvirtd_virsh qemu domname ${dom_id} | head -n 1)" /etc/init.d/libvirtd: libvirtd_virsh qemu ${LIBVIRTD_KVM_SHUTDOWN} ${dom_id} > /dev/null /etc/init.d/libvirtd: DOM_COUNT="$(libvirtd_dom_count qemu)" /etc/init.d/libvirtd: DOM_COUNT="$(libvirtd_dom_count qemu)" /etc/init.d/libvirtd: if [ "$(libvirtd_dom_count qemu)" != "0" ] ; then /etc/init.d/libvirtd: && [ "$(libvirtd_net_count qemu)" != "0" ]; then /etc/init.d/libvirtd: for net_name in $(libvirtd_net_list qemu); do /etc/init.d/libvirtd: libvirtd_virsh qemu net-destroy ${net_name} > /dev/null /etc/init.d/libvirtd: if [ "$(libvirtd_net_count qemu)" != "0" ]; then /etc/init.d/libvirtd: /usr/sbin/libvirtd --pidfile=/var/run/libvirtd.pid /etc/init.d/libvirtd: ebegin "Stopping libvirtd without shutting down your VMs" /etc/init.d/libvirtd: /usr/sbin/libvirtd --pidfile=/var/run/libvirtd.pid root@cheetahnew:/root(16)# grep libvirtd /etc/conf.d/* /etc/conf.d/libvirtd:# /etc/conf.d/libvirtd /etc/conf.d/libvirtd:# libvirtd typically requires all networks to be up and settled which /etc/conf.d/libvirtd:# for libvirtd, you may override this. Or if you only use libvirtd locally. /etc/conf.d/libvirtd:# You may want to add '--listen' to have libvirtd listen for tcp/ip connections /etc/conf.d/libvirtd:# Please consult 'libvirtd --help' for more options /etc/conf.d/libvirtd:# Timeout in seconds until stopping libvirtd and "pulling the plug" on the /etc/conf.d/libvirtd:# If libvirtd created networks for you (e.g. NATed networks) then this init root@cheetahnew:/root(17)# qfile -v /etc/init.d/nfs net-fs/nfs-utils-1.2.6 (/etc/init.d/nfs) root@cheetahnew:/root(18)# genlop -r nfs-utils | tail rsync'ed at >>> Tue Nov 6 04:22:14 2012 rsync'ed at >>> Tue Nov 6 12:21:06 2012 rsync'ed at >>> Wed Nov 7 04:22:12 2012 rsync'ed at >>> Wed Nov 7 15:52:40 2012 rsync'ed at >>> Thu Nov 8 04:21:32 2012 rsync'ed at >>> Fri Nov 9 04:22:44 2012 rsync'ed at >>> Sat Nov 10 04:21:33 2012 rsync'ed at >>> Sun Nov 11 04:21:38 2012 rsync'ed at >>> Mon Nov 12 04:21:33 2012 root@cheetahnew:/root(19)# emerge --info Portage 2.1.11.31 (default/linux/amd64/10.0, gcc-4.6.3, glibc-2.16.0, 3.6.6-gentoo x86_64) ================================================================= System uname: Linux-3.6.6-gentoo-x86_64-Intel-R-_Core-TM-_i3-2120_CPU_@_3.30GHz-with-gentoo-2.2 Timestamp of tree: Mon, 12 Nov 2012 03:00:01 +0000 ld GNU ld (GNU Binutils) 2.23 app-shells/bash: 4.2_p39 dev-java/java-config: 2.1.12 dev-lang/python: 2.7.3-r2, 3.2.3-r1 dev-util/cmake: 2.8.9-r1 dev-util/pkgconfig: 0.27.1 sys-apps/baselayout: 2.2 sys-apps/openrc: 0.11.5 sys-apps/sandbox: 2.6 sys-devel/autoconf: 2.13, 2.69 sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.6, 1.12.4 sys-devel/binutils: 2.23 sys-devel/gcc: 4.6.3 sys-devel/gcc-config: 1.7.3 sys-devel/libtool: 2.4.2 sys-devel/make: 3.82-r4 sys-kernel/linux-headers: 3.6 (virtual/os-headers) sys-libs/glibc: 2.16.0 Repositories: gentoo science sunrise lisp x-portage x-cpan x-g-octave ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA PUEL Intel-SDP dlj-1.1 skype-eula skype-4.0.0.7-copyright googleearth AdobeFlash-10.3 cadsoft Oracle-BCLA-JavaSE MakeMKV-EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /var/lib/hsqldb" CONFIG_PROTECT_MASK="${EPREFIX}/etc/gconf /etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" CXXFLAGS="-march=native -O2 -pipe" DISTDIR="/usr/portage/distfiles" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="de fr ru" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/science /var/lib/layman/sunrise /var/lib/layman/lisp /usr/local/portage /var/lib/cpan /var/lib/g-octave" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="64bit R X Xaw3d a52 aac acl acpi admin afs alsa amd64 ao apache2 apng applet archive arpack asf aspell assistant atlas audacious audiofile automap automount bash-completion berkdb blas blast bluetooth bluray boo boost bzip2 cairo cdda cddb cdf cdio cdparanoia cdr cgi chm cli consolekit cracklib crypt css cups curl cxx daap db dbi dbm dbus declarative designer devhelp device-mapper dga dia dirac djvu doc dot dri ds2490 ds9097 ds9097u dts dv dvb dvd dvdr dvi dynamicplugin eds egl elf emacs emboss emf encode epiphany evo examples exif expat extensions extra extras faac faad ffmpeg fftw firefox fits flac fltk fontconfig foomaticdb fortran fortran95 fpx fts3 fuse g3dvl gcj gd gdal gdbm gdu gedit geoip geolocation geos gfortran gif gimp git glade glib glpk gml gmp gnome gnome-keyring gnome-print gnuplot gnutls gold gphoto2 gpm grammar graphics graphtft graphviz grass gsl gstreamer gtk gtk3 gudev guile harness hddtemp hdf hdf5 hdri html http httpd hvm hwdb iconv icq icu id3 id3tag ide imagemagick imap inotify ipod ipv6 ithreads jabber jadetex java java6 jbig john jpeg jpeg2k kate kdepim kdrive kerberos keymap kpathsea kqemu kvm ladspa lame lapack latex lcms ldap lensfun libffi libkms libnotify libsamplerate live lm_sensors lua lzo mad mail maildir mapnik math matroska media-library mercurial mikmod mkl mmx mmxext mng modules mono motif mozilla mp3 mp4 mpeg mpi mplayer mtp mudflap multilib musepack musicbrainz mysql mysqli nautilus ncurses netcdf netpbm network networking nfs nls nntp nptl nsplugin ntfs ntp numpy obex objc ocaml ocr octave odbc ofa ogdi ogg openexr opengl openmp overview pam pcre pda pdf perl plotutils plugins png podcast policykit portaudio posix postgres postscript ppds pppd preview-latex proj projectm projectx pstricks pulseaudio python python-bindings q32 qemu qhull qt3support qt4 quicktime raw readline reiserfs reports rle romio rpc rrdcgi rrdtool sage samba sasl schroedinger science sdk sdl secure-delete semantic-desktop server session shout sip slang slp smart smbclient smp sms sndfile snmp soap sockets soup sox speex spell sql sqlite sse sse2 sse4_1 ssl ssse3 subtitles subversion sudo suexec svg svm swig szip t1lib tcl tcpd tex tex4ht texmacs tgif theora thesaurus threads thunderbird tidy tiff tk tools truetype udev unicode usb userlocales utempter vaapi video virtualbox visio vorbis wav webdav webdav-serf webkit wmf wxwidgets x264 xa xattr xcb xemacs xetex xext xft xine xml xmlreader xmlrpc xpm xv xvid xvmc yaml youtube zlib zvbi" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic auth_digest authn_anon authn_dbd authn_core authn_dbm authn_default authn_file authz_core authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgid dav dav_fs dav_lock dbd deflate dir disk_cache env expires ext_filter file_cache filter headers ident imagemap include info lbmethod_byrequests log_config logio mem_cache mime mime_magic negotiation proxy proxy_ajp proxy_balancer proxy_connect proxy_http rewrite setenvif slotmem_shm so socache_shmcb speling status unique_id unixd userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="canon fuji ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CURL_SSL="nss" DRACUT_MODULES="caps lvm mdraid syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de fr ru" NETBEANS_MODULES="apisupport cnd dlight enterprise ergonomics groovy gsf harness ide identity j2ee java mobility nb php profiler ruby websvccommon xml" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" QEMU_SOFTMMU_TARGETS="arm i386 x86_64" QEMU_USER_TARGETS="arm i386 x86_64" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON Reproducible: Always