irclog2html for uclibc on 2002.10.10

02:57:45Neuromanteis away: grrrr
17:54:18anderseesjhill: Any ideas on the mips dlopen prolems reported on the mailing list?
18:36:23kergothhrm. i login at a busybox getty prompt, it says Login incorrect without prompting me for a password, and then gives me a slightly altered prompt, this one says "Busybox on [hostname] login" instead of "[hostname] login"
19:19:30mjn3kergoth: erik committed a patch from vodz either last night or this morning that touched some of the login stuff
19:23:47kergothI'll check my sanity first :)
19:47:33mjn3kergoth: ok.  vodz's stuff is generally pretty reliable.  btw, if you want to see some pictures of the hurricane damage... http://codepoet.org/~mjn3/hurricane_lili/
20:17:08kergothdamn
20:17:12kergothBZFlag: hey tim
20:18:43BZFlagfirst you say damn?
20:18:55BZFlaggrins
20:23:44anderseekergoth: I suppose something could have broken...
20:24:11anderseeBZFlag: g'day
20:24:11kergothandersee: its more likely that I'm insane or did something stupid, so i'll check those first ;)
20:24:53anderseekergoth: k, lemme know.
20:32:22kergothandersee: question. busybox login. securetty support, does it require full path in the entries or are they relative to /dev?
20:32:42kergothandersee: also, how will things react if /dev is a symlink, so that the devices are elsewhere? nothing will break, right? :)
20:33:45sjhillandersee: i have not time to address right now
20:41:44anderseesjhill: k, no problem
20:42:08anderseekergoth: Using symlinks is just fine (see the tuxscreen for example)
20:42:42anderseekergoth: If you are using busybox 0.61, you will probably need to make busybox setuid root for everything to work as expected....
20:44:37kergothandersee: yes, i figured that out, particularly in the case of commands like su ;)
20:45:39BZFlagand what's the new deal with a busybox config in /etc ?
20:47:39anderseeBZFlag: there is one.  It's not documented, but allows you to specify which applets are allowed to retain setuid root.  All other applets get setuid root perms dropped before the applets is run.
20:50:18kergothandersee: defautls for that behavior is setg in include/applets.h right? the _BB_SUID_NEVER/_BB_SUID_MAYBE, etc ?
20:50:50anderseeBZFlag: the closet to docs on this feature is in this email:  http://www.busybox.net/lists/busybox/2002-September/012133.html
20:51:01anderseekergoth: yup
20:51:12kergothgotcha.
21:03:40BZFlagno need for su if ash retains suid, right? ;-)
21:03:53kergothew
21:04:55BZFlagkergoth: not a real suggestion, in case you missed the irony
21:05:32BZFlagjust pointing out that it looks like you _must_ have the config or behaviour is unreasonable.
21:05:32kergothyes yes, smartass
21:05:35kergoth:)
21:05:46kergoth is nothing but a pickled petrification of dankish anal warts.
21:05:46BZFlagibot: insult kergoth
21:06:04kergothI'd prefer not to suid busybox, but unless i want to switch to util-linux mount and tinylogin login tools, i'll have to
21:06:07kergothheh
21:08:01BZFlagnods
21:31:32anderseefortunately, if you use the config file, all perms are dropped before most applets hit main()
21:34:56anderseeposts a firewire hotplug fix to l-k
21:35:26aaronlhi andersee
21:35:35anderseeaaronl: hey
21:35:40anderseeaaronl: whatzzup?
21:37:16aaronlnot much
21:37:26aaronli'm in detention to tell the truth
21:37:29aaronlgotta love 02.11b
21:37:35aaronl802.11b that is
21:37:45anderseedetention?
21:37:56anderseei.e. in a prison?
21:38:07anderseeor in school?
21:38:10aaronlin a high school (close enough)
21:38:14anderseehehe
21:38:21anderseehated high school
21:38:32aaronli hate it with a passion
21:38:43aaronljust a matter of months and i'm out of this hellhole
21:38:58anderseeFortunately, my parents were pretty cool so if I didn't feel like going, I wouldn't.
21:39:42aaronlhah. that's not something i can get away with very often
21:39:53aaronlif i'm late to a class they hunt me down and stick me here
21:40:15aaronlthat's what sucks about snobby private high schools
21:40:39aaronlas well as dress code, elitism, constant harrassment of students, etc
21:41:06aaronldid i mention that virtual desktops are great for when obnoxious teachers pace around? =D
21:41:11anderseeOn the other hand, snobby private high school seem to come equipped with 802.11b access points...
21:41:57aaronlyup, that's one of the few benefits
21:42:11aaronlalthough the t1 feels like a modem
21:42:58aaronltheir linux tolerance has been between nonexistant and good. most of the proprietary software they force us to use is _Mathematica_, which runs natively under X11.
21:43:26anderseeprefers maple, but mathematica works
21:43:27aaronland when we asked, a teacher actually burned us Linux CDs (at a price)
21:43:44aaronllabeled with the school's logo, etc
21:43:52aaronlthat was rather impressive since there are only 2 linux users
21:43:59aaronland we shared that cd between us ;)
21:44:30anderseehehe
21:44:46aaronli'd say that the biggest problem i've had is the copy protection
21:45:02aaronli actually paid for mathematica, but it thinks it's running on a different machine whenever I put in a PCMCIA card
21:45:32aaronlWolfram wasn't willing to help me out without a huge amount of hassle.
21:45:38aaronlso i ended up breaking the copy protection instead
21:46:28kergothandersee: If i dont use the config file for dealing with what can be suid, will it still drop perms per its defaults? or will it allow everything to run as root?
21:48:23anderseekergoth: it should drop perms per the per-applet defaults in include/applets.h
21:48:34kergothandersee: whew, okay, just checking ;)
21:49:22anderseekergoth: Some of the per the per-applet defaults may be overly strict.  For example I can see ping and pink6 bing _BB_SUID_ALWAYS
21:49:50anderseekergoth: Same for telnetd
21:49:54sandmanhi all
21:49:55kergothandersee: they're defaults, better to be overly strict than not strict enough :)
21:49:58kergothhey sandman
21:50:10sandmandocumentation for busybox.conf is nearly done ;)
21:51:36sandmankergoth: problems with suid handling ?
21:51:48kergothsandman: no problems, just questions :)
21:52:26sandmansorry -- been busy with OPIE the last weeks, but I'll try to finish the suid docu this weekend

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