Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108414 - initng-0.3.1 does not daemonize metalog on startup
Summary: initng-0.3.1 does not daemonize metalog on startup
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-07 11:23 UTC by Jason Sievert
Modified: 2005-10-07 12:30 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 Jason Sievert 2005-10-07 11:23:56 UTC
When you add metalog to the startup, metalog start sending all of the
information out to standard output instead of log files. Also this looks like it
prevents you from logining as well.  Switching the line 
 daemon_args = -p /var/run/metalog.pid
to
 daemon_args = -B -p /var/run/metalog.pid
in 
 /etc/initng/daemon/metalog.i
fixes the issue.

Reproducible: Always
Steps to Reproduce:
1. install initng and add the proper line to you boot loader
2. add metalog to your startup
3. reboot and watch

Actual Results:  
Metalog outputed the messages to standard output.

Expected Results:  
Damenozied metalog.

Portage 2.0.53_rc4 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r2,
2.6.13-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.13-gentoo-r3 x86_64 AMD Athlon(tm) 64 Processor 3400+
Gentoo Base System version 1.12.0_pre8
ccache version 2.4 [disabled]
dev-lang/python:     2.3.5, 2.4.2
sys-apps/sandbox:    1.2.13
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-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O3 -ffast-math -funroll-all-loops -funit-at-a-time
-fpeel-loops -ftracer -funswitch-loops"
CHOST="x86_64-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/lib64/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O3 -ffast-math -funroll-all-loops -funit-at-a-time
-fpeel-loops -ftracer -funswitch-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.mirrors.pair.com/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/gentopia /usr/local/overlays/bmg-main
/usr/local/overlays/mine"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa apache2 audiofile avi bash-completion berkdb bitmap-fonts
bluetooth bonobo cddb cdparanoia cdr cgi cli crypt ctype cups curl dba dbus dpms
dts dvd dvdr eds emboss encode epiphany esd ethereal evo evo2 exif flac flash
foomaticdb fortran freetype gd gdbm gif gimpprint glitz gmail gnokii gnome
gphoto2 gpm gstreamer gtk gtk2 gtkhtml guile hal hbci howl icq icu imagemagick
imap imlib ipv6 irmc jabber java jpeg junit kde ldap libwww lirc lzw lzw-tiff
mad matroska mikmod motif mozilla mp3 mpeg mpeg4 msn mysql nautilus ncurses
network nfsv4 nls nptl nsplugin offensive ofx ogg oggvorbis opengl oscar oss pam
pcmcia pcntl pcre pdf pdflib pdo-external perl php png pnp ppds python qt
quicktime quotes readline real ruby samba sdl session silc simplexml sndfile
soap speex spell sqlite ssl subversion svg tcpd theora tiff transcode truetype
truetype-fonts type1-fonts usb userlocales vcd visualization vorbis wifi xanim
xine xml xml2 xmms xpm xsl xv yahoo zeroconf zlib video_cards_radeon
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 SpanKY gentoo-dev 2005-10-07 11:49:37 UTC
initng has its own bugzilla, please use that
Comment 2 Jason Sievert 2005-10-07 12:30:32 UTC
Logged... http://bugzilla.initng.thinktux.net/show_bug.cgi?id=204