Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92338 - xsp init script needs to update location of xsp.exe
Summary: xsp init script needs to update location of xsp.exe
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-12 01:45 UTC by Ramon Casha
Modified: 2006-10-23 16:17 UTC (History)
1 user (show)

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 Ramon Casha 2005-05-12 01:45:09 UTC
/etc/init.d/xsp tries to run the mono file /usr/bin/xsp.exe, but this does not exist - instead there is a shell script /usr/bin/xsp which in turn runs the file /usr/lib/mono/1.0/xsp.exe.
The startup script gives no errors, it just doesn't launch xsp.

Reproducible: Always
Steps to Reproduce:
1. Run /etc/init.d/xsp as root

Actual Results:  
Nothing

Expected Results:  
Invoke /usr/bin/xsp
or /usr/bin/mono /usr/lib/mono/1.0/xsp.exe

Portage 2.0.51.21-r1 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.5-r0,
2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz
Gentoo Base System version 1.4.16
dev-lang/python:     2.3.4-r1
sys-apps/sandbox:    1.2.1-r2
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i386-pc-linux-gnu"
CFLAGS="-O3 -mcpu=i686 -fomit-frame-pointer -pipe"
CHOST="i386-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/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/terminfo /etc/env.d"
CXXFLAGS="-O3 -mcpu=i686 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.waldonet.net.mt http://distfiles.gentoo.org
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://mirror.linux.org.mt/gentoo-portage"
USE="x86 X aalib acl acpi alsa apm arts avi bash-completion berkdb bitmap-fonts
bonobo cdr crypt cups curl dga dio divx4linux eds emboss encode esd evo exif fam
flac foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 guile hardened
imagemagick imlib ipv6 jack java jpeg kde kerberos krb4 ldap libg++ libwww
lm_sensors mad mikmod mmx mono motif mozilla mp3 mpeg msn mysql ncurses network
nls nptl offensive ogg oggvorbis opengl oracle oss pam pdflib perl png python qt
quicktime readline samba sdl slang speex spell sqlite ssl svga sysfs tcpd
threads tiff truetype truetype-fonts type1-fonts unicode usb vorbis win32codecs
winbind xine xml xml2 xmms xosd xsl xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Sérgio Luís 2006-05-22 08:15:29 UTC
My xsp doesn't start

xsp.exe is located at /usr/lib/xsp/1.0/xsp.exe and /etc/init.d/xsp is trying to execute /usr/lib/mono/1.0/xsp.exe which it can't find.

Can anyone fix the script? It's just one line
Comment 2 Jurek Bartuszek (RETIRED) gentoo-dev 2006-10-23 16:17:46 UTC
Fixed in CVS, thanks.