After installing Orion, I am told I can start/stop it as follows: * STARTING AND STOPPING ORION: * /etc/init.d/orion start * /etc/init.d/orion stop * /etc/init.d/orion restart So I try that (ignore the message about syslog-ng): # /etc/init.d/orion start * Caching service dependencies ... * Service 'sysklogd' already provided by 'logger'!; * Not adding service 'syslog-ng'... [ ok ] * Starting orion ... /opt/orion/sbin/start_orion.sh: line 4: /etc/conf.d/orion: Permission denied /opt/orion/sbin/start_orion.sh: line 10: /bin/java: No such file or directory [ ok ] Three problems: 1. Permission denied on /etc/conf.d/orion 2. No such file or directory for /bin/java 3. The end result is an [ok] Reproducible: Always Steps to Reproduce: 1. emerge orion 2. /etc/init.d/orion start Portage 2.0.52-r1 (default-linux/x86/2005.1, gcc-3.3.4, glibc-2.3.5-r1, 2.6.12-gentoo-r9 i686) ================================================================= System uname: 2.6.12-gentoo-r9 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz Gentoo Base System version 1.12.0_pre8 dev-lang/python: 2.3.4, 2.4.1-r1 sys-apps/sandbox: 1.2.12 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 sys-devel/binutils: 2.16.1 sys-devel/libtool: 1.5.20 virtual/os-headers: 2.6.11-r2 ACCEPT_KEYWORDS="x86 ~x86" AUTOCLEAN="yes" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer" 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.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks sandbox sfperms strict" GENTOO_MIRRORS="ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo http://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://mirror.nutsmaas.nl/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ ftp://130.59.10.35/mirror/gentoo/" LINGUAS="nl" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="x86 X alsa apm arts avi berkdb bitmap-fonts crypt cups curl debug directfb eds emboss encode fam flac foomaticdb fortran gdbm gif gimpprint gpm gstreamer gtk2 imagemagick imlib java javamail jce jpeg junit kde libg++ libwww mad mikmod mmx motif mozilla mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pdflib perl png python qt quicktime readline sdl spell sse ssl svga tcpd tiff truetype truetype-fonts type1-fonts vorbis xine xinerama xml2 xmms xprint xv zlib linguas_nl userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, MAKEOPTS, PORTDIR_OVERLAY
Wrt to the first "error" - remove all but one logger from runlevels.
env-update && source /etc/profile then try
I think the problem is the permissons on /etc/conf.d/orion. After a fresh "emerge orion" the created orion user will not have read access to the configuration file, thus "Permission denied". A "chmod 644 /etc/conf.d/orion" did the trick for me (the file will now have the same permission as the rest of the files in the /etc/conf.d/ directory).
I masked orion for removal
moved to junkyard