Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89036 - authdaemond startup error message
Summary: authdaemond startup error message
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-13 22:12 UTC by David ac
Modified: 2005-06-19 09:27 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 David ac 2005-04-13 22:12:50 UTC
Every time I start up my machine or when I emerge things I get the following error message:

"Caching service dependencies...
 Cannot provide 'authdaemond', as a service with the same name exists!"

From what I can tell the authdaemond daemon is not running.

Really not sure what the problem is here. The error does not appear fatal and it has no visible effects on the operation of my machine, but I just dont like seeing errors on bootup :-) I have had this problem for some time now so it is unlikely to be the result of a recent emerge.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.10DavidAcscustomsettings i686)
=================================================================
System uname: 2.6.10DavidAcscustomsettings i686 Mobile Intel(R) Pentium(R) 4 - M
CPU 2.00GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.2.3-r5,dev-lang/python-2.3.4-r1 [2.3.4
(#1, Feb 12 2005, 01:04:01)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.2.3-r5, 2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.14
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://mirror.aarnet.edu.au/pub/gentoo
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib acpi alsa apache2 arts avi berkdb bitmap-fonts bonobo cdr crypt
cups curl dvd emboss encode esd ethereal fam flac foomaticdb fortran gdbm gif
gnome gpm gstreamer gtk gtk2 gtkhtml guile imlib ipv6 java jpeg junit kde ldap
libg++ libwww mad mailwrapper mikmod motif mozilla mp3 mpeg mysql ncurses nls
nptl oggvorbis opengl oss pam pcmcia pdflib perl plotutils png pnp python qt
quicktime readline real samba sasl slang spell sse sse2 ssl svga tcltk tcpd
tetex tiff truetype truetype-fonts type1-fonts usb wifi xml xml2 xmms xv zlib
video_cards_radeon"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-04-14 01:42:33 UTC
/etc/init.d/authdaemond stop
rc-update del authdaemond
mv /etc/init.d/authdaemond /tmp/authdaemond.old
/etc/init.d/courier-authlib stop
/etc/init.d/courier-authlib zap
/etc/init.d/courier-authlib start

If the above works for you, then

rm /tmp/authdaemond.old
rc-update add courier-authlib default
Comment 2 David ac 2005-04-14 18:23:03 UTC
seems to have worked

thanks
Comment 3 Jakob Sigurdsson 2005-06-19 09:27:03 UTC
I also had this problem but the solution in comment #1 solved it.

Thanks!