Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139256 - init.d script with mysql-4.1.20 is funky
Summary: init.d script with mysql-4.1.20 is funky
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-04 17:22 UTC by SpanKY
Modified: 2006-10-14 13:43 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 SpanKY gentoo-dev 2006-07-04 17:22:56 UTC
fresh stable x86 install here ... after emerging mysql and running `emerge --config mysql`, a simple '/etc/init.d/mysql start' gave funky results:

root@mythbox 0 ~ # /etc/init.d/mysql start
 *  ...
 * Starting mysql (/etc/mysql/my.cnf)                           [ ok ]




Portage 2.1-r1 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.17.3 i686)
=================================================================
System uname: 2.6.17.3 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.6.15
ccache version 2.3 [enabled]
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.17
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="-O2 -march=pentium4 -pipe -Wimplicit-function-declaration"
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="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer noinfo sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LDFLAGS="-Wl,-O1 -Wl,-z,relro"
LINGUAS="en de"
MAKEOPTS="-j3"
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://gentoo/gentoo-portage"
USE="x86 X a52 aac aalib acl alsa apache2 apm asf audiofile avi bitmap-fonts bzip2 cddb cdparanoia cdr cli crypt cups dlloader dri dts dv dvb dvd dvdr dvdread eds emboss encode fame ffmpeg flac foomaticdb fpx gif glitz gnome gpm gs gstreamer gtk gtk2 imagemagick imlib ipv6 isdnlog jbig joystick jpeg jpeg2k kde lcms libcaca libg++ libwww lirc lzo mad mikmod mjpeg mmx mng modplug motif mp3 mp4 mpeg mysql ncurses nls nptl nptlonly nsplugin nvidia ogg openal opengl oss pcre pdflib perl png pppd python qt qt3 qt4 quicktime readline real reflection rtc samba sdl session sndfile spell spl sse sse2 ssl tcpd tga theora tiff truetype truetype-fonts type1-fonts udev unicode usb v4l v4l2 vcd vorbis win32codecs wmf x264 xanim xinerama xml xmms xorg xprint xv xvid xvmc zlib dvb_cards_or51132 dvb_cards_or51211 elibc_glibc input_devices_mouse input_devices_keyboard input_devices_joystick input_devices_void kernel_linux linguas_en linguas_de userland_GNU video_cards_nvidia video_cards_nv video_cards_ati video_cards_r128 video_cards_radeon video_cards_vga video_cards_sisusb"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Luca Longinotti (RETIRED) gentoo-dev 2006-07-04 17:28:45 UTC
Uhhh what's the funky thing here? It started ok? You may need to uncomment the mysql_slot_0=() line in /etc/conf.d/mysql for it to work... ?!?
Best regards, CHTEKK.
Comment 2 SpanKY gentoo-dev 2006-07-04 18:58:31 UTC
look at the output, it makes no sense ... wtf is this line:
 *  ...
Comment 3 Luca Longinotti (RETIRED) gentoo-dev 2006-10-14 13:43:23 UTC
Fixed in CVS, emerge --sync and re-emerge dev-db/mysql to get the fix.
The problem was a call to ebegin without passing the text to print out, and it seems like ebegin automatically attaches "..." to the string you pass to it... Empty call thus results in only "..." being printed.
Best regards, CHTEKK.