irclog2html for #uclibc on 20070203

00:05.54T`aha.. so the problem might be in open_transformer.c (it does a fork and child is doing some fd_pipe magic).. thanks guys
00:05.54T`i'll be able to figure it from here i think :)
00:07.11*** join/#uclibc mtr_ (n=Michael@kobz-590cb39a.pool.einsundeins.de)
00:07.16anderseeT`: feel free to contribute back your vxworks port when finished
00:07.24anderseeT`: perhaps others may find it useful
00:09.19T`andersee, yea, but i can't release the vxworks side of the code i think.. they have an NDA on their kernel code release :(
00:10.15anderseeperhaps contribute that back to the vxworks folks
00:11.53T`hmm yea.. they might like that..
00:12.22T`i didn't thnk about it.. because we basically got this vxwsorks copy like in early 2000 i think.. and we just use that.. the new copy costs too much and it would be a big effor to move
00:16.53landleyGetting LInux down to run in 500k would require some serious effort.
00:17.07landleyPaying Matt Mackall for a year or two of his time would probably be easier.
00:19.06T`landley, Matt Mackall is a uclinux dev?
00:19.18anderseelandley: I thought that already happened: http://celinuxforum.org/?q=node/41
00:19.46T`yea, problem is not many wnat to trust linux in my lab.. my prof has been on vxworks from the start.. and when he was a studnet.. so i guess that plays a huge role
00:19.55T`plus its not really interesting.. (when things work)..
00:21.40landleycelinuxforum: I'm under the vague impression they hired him to push various japanese vendors' changes upstream.
00:21.52anderseeperhaps
00:22.15landleyAnd I know a large chunk of his time is being taken up with Sun Microsystems hiring him to add lots of features to Mercurial.
00:22.55landleySun's modus opperandi these past couple years has been "look closely at LInux and promote whatever competes with them."
00:23.00landleyBut is as close to them as possible.
00:23.23landleyFor example: Linux is GPLv2, so they tried CDDL (nobody bought it), and then the Linux developers came out against GPLv3 and Sun went "ah-ha!"
00:23.32landleyLinux uses Git, therefore Sun uses Mercurial.
00:23.38landleyThis is the full extent of their reasoning, from what I can tell...
00:26.29landley(And this is from a fan of Mercurial. :)
00:26.49T`hmm.. why another svn clone?
00:27.19daliasthey're not svn clones
00:27.27daliasthey're "distributed" version control systems
00:27.37daliasthe extra buzzword makes all the difference
00:27.49T`hmm.. so there is no single source repo server?
00:30.23landleyt`: Nope.
00:31.13landleyEvery checked out copy has the complete revision history.
00:31.26landleyAnd you can check more stuff into any copy.
00:31.52landleyYour local version can have multiple branches, and you can merge branches by telling it "go back to a common ancestor and 3-way merge a lot".
00:32.16landleyThe resulting revision history is nonlinear: it has loops in it.
00:32.19landleybut it all works out.
00:32.32T`sound complicated ;)
00:32.45T`i have used perforce and svn.. both are ok..
00:32.47T`brb
00:32.53landleyYou can pull somebody else's changes to create another branch in your local copy, and then merge that to get a new revision with all the changes from both.
00:33.06landleyit's really nice.
00:33.31landleyMostly I just use my local copy so I can commit changes on my laptop without internet access (when I'm on the bus or on a long car trip).
00:33.47landleyAnd then I rsync my repository to the website next time I'm online.
00:52.19CIA-1003vda * r17729 10busybox/runit/svlogd.c:
00:52.19CIA-10svlogd: do not set O_NONBLOCK on stdin permanently - that can
00:52.19CIA-10affect other processes!
00:52.40CIA-1003andersen * r17730 10buildroot/toolchain/ccache/ccache.mk:
00:52.40CIA-10There is no 'make uninstall' for ccache.
00:52.40CIA-10Attempt to manually make uninstall work....
00:53.44CIA-1003vda * r17731 10busybox/runit/svlogd.c: (log message trimmed)
00:53.44CIA-10svlogd: fix performance problems: excessive write,
00:53.44CIA-10gettimeofday calls. rt_sigprocmask were dealt with
00:59.54*** join/#uclibc mtr_ (n=Michael@kobz-590ca4f6.pool.einsundeins.de)
01:43.13*** part/#uclibc landley (n=landley@c-71-199-114-26.hsd1.pa.comcast.net)
01:47.57CIA-1003vda * r17732 10busybox/runit/svlogd.c: sigset_t blocked_sigset is too big for static (128 bytes)
02:09.54*** join/#uclibc wrobbie (n=rob@cm74.kappa84.maxonline.com.sg)
02:15.44*** join/#uclibc randomguy (n=randomgu@202.92.broadband7.iol.cz)
02:17.43CIA-1003vda * r17733 10busybox/ (include/libbb.h init/init.c libbb/xfuncs.c):
02:17.43CIA-10Add BB_EXEC[LV]P() which encapsulate FEATURE_EXEC_PREFER_APPLETS
02:17.43CIA-10(patch from Gabriel L. Somlo <somlo@cmu.edu>)
02:42.49CIA-1003vda * r17734 10busybox/ (init/init.c libbb/lineedit.c):
02:42.49CIA-10lineedit: add missing #if/#endif
02:42.49CIA-10init: fix warnings
03:31.15CIA-1003vda * r17735 10busybox/ (5 files in 4 dirs): assorted fixes for bugs found with randomconfig
07:40.26*** join/#uclibc KhemHome (n=KhemHome@adsl-71-146-22-29.dsl.pltn13.sbcglobal.net)
07:42.52*** join/#uclibc blindvt (n=bf@62.47.130.173)
07:47.40*** join/#uclibc phire (n=phire@125-238-96-103.broadband-telecom.global-gateway.net.nz)
07:49.12*** join/#uclibc Xride (n=xride@83.72.97.231.ip.tele2adsl.dk)
07:49.32phireI'm having problems with telnetd in busybox (latest svn) I can telnet in, but it disconnects me instantly.
07:50.56daliasphire, the program it's supposed to run (/bin/login maybe?) doesn't exist or doesn't work
07:51.00daliasi assume
07:51.23Xridehi all
07:51.40phireno, I've checked, its there, and I've tried others like /sbin/ifconfig and /bin/ls
07:54.11phireI've managed to use netcat to get a connection (nc -l -p 1234 -e /bin/ash) but its limited
07:54.53daliaswhat happens if you just run /bin/login ?
07:55.30phireThere is no /bin/login I've got very limited ram
07:57.08daliasthat's the problem
07:57.08daliasyou can't login without a login program
07:57.47phireI don't want to login, this is a initramfs there isn't even a /etc/passwd
07:57.53daliaswell telnetd runs /bin/login
07:58.03daliaswhat do you intend to do logging in at this point?
07:58.09daliaserrm
07:58.12daliasnot-logging in
07:58.14phirethen falls back to /bin/sh
07:58.37phireand I'm launching telnet -l /bin/ash
07:59.45daliashmm
08:07.33phiresame think happens with the 1.1 version
08:08.24phiremaybe I should try the inetd version
08:12.03phireThink I've found the version
08:30.00*** join/#uclibc T` (i=total@pdpc/supporter/student/T)
08:38.48phiredalias, got it working thanks your help. I forgot to mount my devpts
08:38.54dalias:)
08:40.32phirehow do I get command history for ash?
08:42.02daliasenable it in the build options
08:43.47phirewhere about, it isn't in shells
08:58.06phirehere it is, libBusyBox options
08:58.11phirebye
08:58.14*** part/#uclibc phire (n=phire@125-238-96-103.broadband-telecom.global-gateway.net.nz)
09:13.57*** join/#uclibc KhemHome_ (n=KhemHome@adsl-71-146-22-29.dsl.pltn13.sbcglobal.net)
12:00.40*** join/#uclibc Sgt-Donan (n=Loutre@mto30-1-82-242-53-8.fbx.proxad.net)
12:40.01*** join/#uclibc ambroseL (n=bjb@ns1.linuxbutler.ca)
12:45.44CIA-1003vda * r17736 10busybox/applets/usage_compressed: usage_compressed: be more permissive in which od flavors we support
12:50.43CIA-1003vda * r17737 10busybox/scripts/mkconfigs: add TODO
12:52.31CIA-1003aldot * r17738 10busybox/coreutils/od.c: - include busybox.h before looking at an eventual #if ENABLE_DESKTOP
14:26.56*** join/#uclibc wrobbie (n=rob@cm74.kappa84.maxonline.com.sg)
15:16.37*** part/#uclibc joshin (n=joshin@unaffiliated/joshin)
15:25.42*** join/#uclibc blindvt_ (n=bf@M2386P028.adsl.highway.telekom.at)
15:37.39*** join/#uclibc ambroseL (n=bjb@i209-195-104-179.cia.com)
16:10.42*** join/#uclibc triel (i=triel@2001:618:400:bc76:0:0:dead:face) [NETSPLIT VICTIM]
17:01.45*** join/#uclibc bjbL_ (n=bjb@i209-195-109-132.cia.com)
17:02.35*** join/#uclibc hiyuh (n=hiyuh@KD125054017176.ppp-bb.dion.ne.jp)
17:27.16CIA-1003vda * r17739 10busybox/ (applets/Kbuild applets/applets.c include/busybox.h):
17:27.16CIA-10do not put all <applet>_main() declarations
17:27.16CIA-10in busybox.h - this produces false dependencies
17:28.44CIA-1003vda * r17740 10busybox/ (245 files in 23 dirs):
17:28.44CIA-10suppress warnings about easch <applet>_main() having
17:28.44CIA-10no preceding prototype
17:29.15CIA-1003vda * r17741 10busybox/ (7 files in 4 dirs): s/PREFIX/CONFIG_PREFIX/
17:41.29*** join/#uclibc ambroseL (n=bjb@i209-195-69-116.cia.com)
18:22.09*** join/#uclibc triel (n=triel@pandora.stupidisco.net)
18:25.14*** join/#uclibc KhemHome (n=KhemHome@adsl-71-146-22-29.dsl.pltn13.sbcglobal.net)
18:47.51CIA-1003andersen * r17742 10buildroot/package/libpng/libpng.mk: new stable upstream version
18:55.08*** join/#uclibc bjbL_ (n=bjb@i209-195-107-5.cia.com)
19:20.25*** join/#uclibc bjbL__ (n=bjb@i209-195-82-24.cia.com)
19:32.06*** join/#uclibc warly (n=warly@ASt-Lambert-151-1-50-116.w83-199.abo.wanadoo.fr)
19:57.34*** join/#uclibc Gerrath_ (n=Gerrath@c-71-236-114-74.hsd1.pa.comcast.net)
20:52.35CIA-1003andersen * r17743 10buildroot/package/fontconfig/fc-lang.patch: (log message trimmed)
20:52.35CIA-10grumble grumble. fontconfig's fc-lang is broken upstream and
20:52.35CIA-10doesn't understand how to deal with trailing whitespace... So
20:55.39*** join/#uclibc Gerrath_ (n=Gerrath@249.host.c-cor.com)
21:05.55CIA-1003andersen * r17744 10buildroot/package/flex/flex.mk: new patch version
21:07.44CIA-1003andersen * r17745 10buildroot/toolchain/ccache/ccache.mk:
21:07.44CIA-10patch from rick68:
21:07.44CIA-10make certain uninstall works more than once.
22:39.52*** join/#uclibc Gerrath_ (n=Gerrath@c-71-236-114-74.hsd1.pa.comcast.net)
23:09.06CIA-1003andersen * r17746 10buildroot/package/rxvt/rxvt.mk: bump version
23:25.54*** join/#uclibc blindvt__ (n=bf@62.47.137.179)
23:44.05*** join/#uclibc blindvt__ (n=bf@62.47.138.166)

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.