Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143119 - During emerge gnome packages bug "gconfd-2: no process killed" occures
Summary: During emerge gnome packages bug "gconfd-2: no process killed" occures
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-07 11:17 UTC by MaratIK
Modified: 2006-11-29 23:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description MaratIK 2006-08-07 11:17:29 UTC
During emerge gnome packages bug "gconfd-2: no process killed" occures everytime at reloading GConf schemas:
....
 * Installing GNOME 2 GConf schemas
 * Reloading GConf schemas ...
gconfd-2: no process killed                                               [ !! ]
 * Updating scrollkeeper database ...
 * Updating desktop mime database ...
 * Updating shared mime info database ...
***
* Updating MIME database in //usr/share/mime...
....


emerge --info:
=================================================================
Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 2.6.17-gentoo-r4 i686)
=================================================================
System uname: 2.6.17-gentoo-r4 i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.15
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer -ftracer -momit-leaf-frame-pointer -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O3 -march=pentium3 -pipe -fomit-frame-pointer -ftracer -momit-leaf-frame-pointer -mfpmath=sse -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O2 -Wl,--sort-common"
LINGUAS="en ru"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 7zip X a52 aac aalib acpi alsa amr apache2 apm arts asf avi bash-completion berkdb bitmap-fonts bzip2 cairo cli crypt cups dbus djvu dlloader dts dv eds emboss encode esd flac fontconfig foomaticdb fpx gdbm gif gmp gnome gpm graphviz gs gstreamer gtk gtk2 gtkhtml hal imlib ipv6 isdnlog ithreads java javascript jbig jpeg jpeg2k kde kdexdeltas lcms libcaca libg++ libwww mad mikmod mmx mng motif mozsvg mp3 mp4 mp4live mpeg mpeg2 mplayer nas ncurses nls nptl nptlonly nsplugin ogg opengl oscar oss pam pcre pdf pdflib perl png pppd python qt qt3 qt4 quicktime readline reflection reiserfs rle sdl seamonkey session sockets socks5 spell spl sse ssl svg svgz tcpd theora threads tiff truetype truetype-fonts type1-fonts udev unicode vcd vorbis win32codecs wma wmf xine xml xmms xorg xosd xpm xv xvid xvmc zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_vmmouse input_devices_void kernel_linux linguas_en linguas_ru userland_GNU video_cards_vmware video_cards_none video_cards_vesa video_cards_vga video_cards_dummy"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Steev Klimaszewski (RETIRED) gentoo-dev 2006-08-07 11:56:34 UTC
This isn't a bug - What happens is, when apps need to install schema's gconf needs to be reloaded to make them available in the current session.  Every other distro does this, and now Gentoo does as well.  If you are seeing no process killed, it simply means that gconf isn't running.
Comment 2 MaratIK 2006-08-07 12:11:59 UTC
So if it is not the bug may be need to add some silence and remove "[!!]" from it. I think it something obscure user.
Comment 3 Chris Slycord 2006-11-29 23:28:23 UTC
I concur; the error message should be suppressed since it's not an error.

Or couldn't the process used for reloading the schemas first check if it's even running before trying to kill it?