IRC log for #uclibc on 20091207

00:38.06CIA-3303souf_oued 07master * r11a802a0fa04 10/ (5 files in 2 dirs): lsusb: new applet. +400 bytes
01:51.38*** join/#uclibc Jlg (n=jlg@pas38-6-88-172-132-119.fbx.proxad.net)
02:23.55*** join/#uclibc tsukasa (n=tsukasa@unaffiliated/tsukasa)
03:22.01*** join/#uclibc type_t (n=markwire@c-98-228-74-254.hsd1.il.comcast.net)
04:05.09*** part/#uclibc jebba (n=jebba@host159.200-117-170.telecom.net.ar)
05:28.37*** join/#uclibc tchan (n=tchan@lunar-linux/developer/tchan)
06:09.05*** join/#uclibc fabled (n=fabled@letku109.adsl.netsonic.fi)
07:22.00busybot[New Bug] https://bugs.uclibc.org/777 maj, P5, buildroot, thomas.brandstetter@me.com->unassigned@buildroot.uclibc.org, NEW, pending, Microperl doesn't build - Unterminated quoted string in makedepend.SH
08:55.00busybot[New Bug] https://bugs.uclibc.org/779 blo, P5, buildroot, peter.stosz@freemail.hu->unassigned@buildroot.uclibc.org, NEW, pending, uClibc (re)building fail
09:00.08*** join/#uclibc hgb (n=hgb@tussi.moria.no) [NETSPLIT VICTIM]
09:13.06*** join/#uclibc neli (i=micha@88.159.211.247) [NETSPLIT VICTIM]
09:26.00*** join/#uclibc hw_ (n=hw@p578b3905.dip0.t-ipconnect.de)
09:30.10*** join/#uclibc hw_ (n=hw@p578b3905.dip0.t-ipconnect.de)
10:42.59*** join/#uclibc malloc (n=malloc@2001:470:1f11:80b:216:3eff:fe70:1be0)
12:04.24*** join/#uclibc tiny (n=ivob@unaffiliated/tiny)
12:05.55*** join/#uclibc busybot_ (n=busybot@busybox.osuosl.org)
12:20.17*** join/#uclibc gustavoz (n=gustavoz@host248.201-252-31.telecom.net.ar)
12:29.44gustavozJacmet: hi. wrt to gcc branding i checked for 4.3/4.4 because there's still 4.1.2 (granted it's in deprecated, but still)
13:08.08*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
13:15.00busybot[New Bug] https://bugs.uclibc.org/781 nor, P5, Busybox, simon.kagstrom@netinsight.net->unassigned@busybox.net, NEW, pending, busybox init recursive calls shutdown scripts on multiple reboots
13:17.55*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
13:18.35*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
13:18.50*** join/#uclibc KaiForce (n=chatzill@adsl-70-228-89-235.dsl.akrnoh.ameritech.net)
13:22.24*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
13:25.48*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
13:35.53*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
13:39.00*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
13:43.01*** join/#uclibc Biswa (n=biswar@122.167.80.215)
13:43.41BiswaHi, Guys. I have yet another problem of starting the init process in busybox
13:45.53BiswaI am getting this message always " process '-/bin/sh' exited. Scheduling for restart."
13:46.13BiswaThe init gets killed and goes in a respawn process
13:47.24*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
13:47.37BiswaI have built one static hello world program and it works fine for me
13:51.34*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
13:55.56*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
14:00.35*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
14:10.22*** join/#uclibc biswaranjan (n=biswar@122.167.80.215)
14:11.00*** join/#uclibc Biswa (n=biswar@122.167.80.215)
14:24.18BiswaHi Guys, does anyone have any idea on my problem?
14:26.32*** join/#uclibc mnt_real (n=sinan@bas12-montrealak-1167975475.dsl.bell.ca)
14:34.48FatalBiswa: pastebin you init/scripts and I guess it'd be easier for people to help
14:36.25Biswafatal: which scripts are you looking for?
14:38.28Fatalhmm /init would be a good start I guess (or /linuxrc, keep forgetting when /linuxrc is used)
14:43.52BiswaMy /etc/init.d/rcS is as below
14:43.57Biswa#!/bin/sh
14:43.57Biswa# Start all init scripts in /etc/init.d
14:43.57Biswa# executing them in numerical order.
14:43.58Biswa#
14:43.58Biswafor i in /etc/init.d/S??* ;do
14:43.59Biswa<PROTECTED>
14:44.01Biswa<PROTECTED>
14:44.03Biswa<PROTECTED>
14:44.05Biswa<PROTECTED>
14:44.07Biswa<PROTECTED>
14:44.09Biswa<PROTECTED>
14:44.11Biswa<PROTECTED>
14:44.13Biswa<PROTECTED>
14:44.15Biswa<PROTECTED>
14:44.17Biswa<PROTECTED>
14:44.19Biswa<PROTECTED>
14:44.21Biswa<PROTECTED>
14:44.25Biswa<PROTECTED>
14:44.27Biswa<PROTECTED>
14:44.29Biswa<PROTECTED>
14:44.31Biswa<PROTECTED>
14:44.33Biswadone
14:45.08BiswaMy /etc/inittab is as below, but I am not using it anyway
14:45.09Biswa# Startup the system
14:45.09Biswanull::sysinit:/bin/mount -o remount,rw /
14:45.09Biswanull::sysinit:/bin/mount -t proc proc /proc
14:45.09Biswanull::sysinit:/bin/mount -a
14:45.10Biswanull::sysinit:/bin/hostname -F /etc/hostname
14:45.11Biswanull::sysinit:/sbin/ifconfig lo 127.0.0.1 up
14:45.13Biswanull::sysinit:/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
14:45.15Biswa# now run any rc scripts
14:45.17Biswa::sysinit:/etc/init.d/rcS
14:45.19Biswa# Set up a couple of getty's
14:45.21Biswa#tty1::respawn:/sbin/getty 38400 tty1
14:45.25Biswa#tty2::respawn:/sbin/getty 38400 tty2
14:45.27Biswa# Put a getty on the serial port
14:45.29BiswattyS0::respawn:/sbin/getty -L ttyS0 115200 vt100
14:45.31Biswa# Logging junk
14:45.33Biswanull::sysinit:/bin/touch /var/log/messages
14:45.36Biswanull::respawn:/sbin/syslogd -n -m 0
14:45.37Biswanull::respawn:/sbin/klogd -n
14:45.39Biswatty3::respawn:/usr/bin/tail -f /var/log/messages
14:45.41Biswa# Stuff to do for the 3-finger salute
14:45.43Biswa::ctrlaltdel:/sbin/reboot
14:45.45Biswa# Stuff to do before rebooting
14:45.47Biswanull::shutdown:/usr/bin/killall klogd
14:45.49Biswanull::shutdown:/usr/bin/killall syslogd
14:45.51Biswanull::shutdown:/bin/umount -a -r
14:45.51gustavozplease use pastebin!
14:45.55Biswanull::shutdown:/sbin/swapoff -a
14:49.25Biswaoops sorry, my bad
14:50.39animeloelol
14:54.16Biswamy inittab is http://pastebin.com/m21861cc7
14:55.23Biswarcs file is as http://pastebin.com/d4c941018
15:00.14*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
15:07.31*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
15:15.15*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
15:17.25*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
15:19.46*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
15:23.25*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
15:25.14FatalBiswa: so what's /init ?
15:26.35Biswa@Fatal: its linuxrc
15:26.55BiswaFatal: which is a sym link to /bin/busybox
15:29.49*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
15:31.23*** join/#uclibc Saur (n=pkj@proxy.se.axis.com)
15:32.52BiswaFatal: I sent a mail to the mailing list with all the relevant info, but somehow that dint got delivered
15:40.39*** join/#uclibc trem (n=trem@mol92-1-81-57-136-23.fbx.proxad.net)
16:14.39*** join/#uclibc Christos_N (n=Christos@ppp-94-66-64-14.home.otenet.gr)
17:05.28*** join/#uclibc gustavoz (n=gustavoz@host248.201-252-31.telecom.net.ar)
17:05.48*** join/#uclibc VK4MSL (n=vk4msl@2001:388:f000:0:0:0:0:71)
17:06.46*** join/#uclibc wberrier (n=wberrier@12.191.193.40)
17:19.14*** join/#uclibc wberrier (n=wberrier@12.191.193.40)
17:39.55*** join/#uclibc Christos_N (n=Christos@ppp-94-66-64-14.home.otenet.gr)
17:52.40*** join/#uclibc wberrier (n=wberrier@12.191.193.40)
17:54.30*** join/#uclibc khem (n=khem@99-57-141-118.lightspeed.sntcca.sbcglobal.net)
17:56.54*** join/#uclibc austinf (n=austinf@cetoncorp.com)
18:50.11*** join/#uclibc animeloe[net] (n=animeloe@pool-71-167-158-222.nycmny.fios.verizon.net)
19:33.17*** join/#uclibc ibot (i=ibot@rikers.org)
19:33.17*** topic/#uclibc is discussion of uClibc and Busybox | uClibc 0.9.30.1 was released 2 Mar 2009 | busybox 1.15.2 was released 8 Oct 2009 (unstable busybox 1.16.git) | buildroot 2009.11 was released 1 December 2009 | For general setup issues try #elinux or #edev
19:47.38*** join/#uclibc Christos_N (n=Christos@ppp-94-66-64-14.home.otenet.gr)
20:31.43*** join/#uclibc kos_tom (n=thomas@62-177-190-213.dsl.bbeyond.nl)
20:37.29*** join/#uclibc tsukasa` (n=tsukasa@unaffiliated/tsukasa)
20:44.45*** join/#uclibc sigmonsays (n=cd@c-67-169-42-1.hsd1.ca.comcast.net) [NETSPLIT VICTIM]
20:44.45*** join/#uclibc Xires (n=Xires@66-190-79-122.dhcp.dntn.tx.charter.com)
20:44.45*** join/#uclibc gnomon (n=gnomon@CPE0022158a8221-CM000f9f776f96.cpe.net.cable.rogers.com) [NETSPLIT VICTIM]
20:44.45*** join/#uclibc Fatal (i=fatal@debian.as) [NETSPLIT VICTIM]
20:44.45*** join/#uclibc CIA-33 (n=CIA@208.69.182.149) [NETSPLIT VICTIM]
21:14.02*** join/#uclibc wberrier (n=wberrier@12.191.193.40)
21:16.30*** join/#uclibc fonz (n=tp@e178029221.adsl.alicedsl.de)
21:36.00busybot[New Bug] https://bugs.uclibc.org/783 nor, P5, Busybox, msmith@cbnco.com->unassigned@busybox.net, NEW, pending, dpkg.c dot-directory extraction bug
21:46.09*** join/#uclibc majeru (n=cris@panzer.utcluj.ro)
21:48.01busybot[New Bug] https://bugs.uclibc.org/785 enh, P5, Busybox, john.ata@baesystems.com->unassigned@busybox.net, NEW, pending, Having identical sort input and output files does not work
22:07.19*** join/#uclibc username (n=username@93.123.156.139)
22:07.22usernamehi
22:14.03*** join/#uclibc trem (n=trem@AToulouse-256-1-117-199.w90-45.abo.wanadoo.fr)
22:33.24solarclear
22:57.52MirellClear!
22:57.54Mirell*bzzzt*
22:57.58MirellStill no pulse!
23:00.47austinfi'm afraid he's gone
23:00.55austinfwe lost him
23:19.55tremnite all, sweet dreams

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.