Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41737 - setiathome-3.08-r1 init script broken in 2 places
Summary: setiathome-3.08-r1 init script broken in 2 places
Status: RESOLVED DUPLICATE of bug 40120
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-15 20:17 UTC by Dave Stead
Modified: 2005-07-17 13:06 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 Dave Stead 2004-02-15 20:17:49 UTC
looks for the seti binary in the data directory at line 20

line 20 reads
${SETIATHOME_DIR}/setiathome -login ${SETIATHOME_OPTIONS}

where SETIATHOME_DIR has been set to /var/lib/setiathome, but the setiathome binary is installed in /opt/setiathome/

Should line 20 read
/opt/setiathome/setiathome -login ${SETIATHOME_OPTIONS}

The above fix seems to repair line 20, but seti still can't start because in line 49 it tries to call setiwrapper, which doesn't exist.

Reproducible: Always
Steps to Reproduce:
1.emerge setiathome
2.set threads to 2 or more in /etc/conf.d/setiathome
3./etc/init.d/setiathome start

Actual Results:  
seti didn't start

Expected Results:  
seti started, and my new dual opteron pinpointed ET's precise location before
breakfast :)

chilli root # emerge info
Portage 2.0.50-r1 (default-amd64-2004.0, gcc-3.3.2, glibc-2.3.3_pre20040207-r0,
2.6.3-rc2-gentoo)
=================================================================
System uname: 2.6.3-rc2-gentoo x86_64 5
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.59
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-Os -pipe -ffast-math -mfpmath=sse,387"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-Os -pipe -ffast-math -mfpmath=sse,387"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib acpi acpi4linux alsa amd64 avi berkdb cdr crypt cups dvd dvdr
encode fam flac foomaticdb gdbm gif gnome gnutls gpm gstreamer gtk gtk2 gtkhtml
imlib jpeg libg++ libwww mikmod motif mozilla moznocompose moznoirc moznomail
mpeg mpeg4 multilib ncurses nls oggvorbis opengl pam pdflib perl png ppds python
quicktime readline samba sdl slang spell ssl tcpd tiff transcode truetype usb
wmf xml xml2 xmms xv zlib"
Comment 1 SpanKY gentoo-dev 2004-02-20 12:00:40 UTC

*** This bug has been marked as a duplicate of 40120 ***