IRC log for #oe on 20130308

00:12.41*** join/#oe flynn378 (~AndChat27@75.76.30.45)
00:30.39*** join/#oe ericben (~ebenard@pac33-2-82-240-38-71.fbx.proxad.net)
00:31.09*** join/#oe silviof (~silviof@ppp-93-104-11-254.dynamic.mnet-online.de)
00:39.15*** join/#oe MMx_ (dc5pn@dk0td.afthd.hg.tu-darmstadt.de)
00:39.15*** join/#oe mr_science (~sarnold@gentoo/developer/nerdboy)
00:39.15*** join/#oe ynezz (ynezz@ibawizard.net)
00:39.15*** join/#oe mshakeel (~mshakeel@110.93.212.98)
00:39.15*** join/#oe dlan (~dennis@116.228.88.131)
00:39.15*** join/#oe nerdboy (~sarnold@gentoo/developer/nerdboy)
00:39.15*** join/#oe PaulePanter (~paul@mail.gw90.de)
00:39.27*** join/#oe jackmitchell (~Thunderbi@195.171.99.130)
00:39.54*** join/#oe jackmitchell (~Thunderbi@195.171.99.130)
00:40.04*** join/#oe Vutral (~ss@mirbsd/special/Vutral)
00:46.20*** join/#oe eren (~eren@unaffiliated/eren)
01:06.58pwgenthe meta-raspberry seems to build for softfp floatin point, does someone know how to switch to hardfp ?
01:08.43*** join/#oe rsalveti (~rsalveti@unaffiliated/rsalveti)
01:29.45*** join/#oe rsalveti (~rsalveti@unaffiliated/rsalveti)
01:33.44*** join/#oe rsalveti_ (~rsalveti@unaffiliated/rsalveti)
01:34.17*** join/#oe zenlinux_ (~sgarman@2001:470:e962:b01:90f5:c7ac:479b:910)
01:45.44*** join/#oe rsalveti (~rsalveti@unaffiliated/rsalveti)
01:56.32*** join/#oe zenlinux_ (~sgarman@75-94-47-26.war.clearwire-wmx.net)
01:59.51*** join/#oe andyross (~andy@c-67-171-188-207.hsd1.or.comcast.net)
02:40.06*** join/#oe slonsiki (~slonsiki@69-12-177-67.dsl.static.sonic.net)
02:51.33*** join/#oe NvrBst (~NvrBst@gateway/tor-sasl/nvrbst)
03:10.59*** join/#oe rsalveti (~rsalveti@unaffiliated/rsalveti)
03:13.29*** join/#oe silviof1 (~silviof@ppp-88-217-85-40.dynamic.mnet-online.de)
03:19.15*** join/#oe ccssnet (~ccssnet@98.216.141.157)
03:22.51*** join/#oe KNERD (~KNERD@24.175.249.177)
03:25.03*** join/#oe rsalveti (~rsalveti@unaffiliated/rsalveti)
03:41.48*** join/#oe VtS_ (~quassel@91-115-125-104.adsl.highway.telekom.at)
03:52.20*** join/#oe andyross (~andy@c-67-171-188-207.hsd1.or.comcast.net)
04:11.03*** join/#oe rsalveti (~rsalveti@unaffiliated/rsalveti)
05:55.40*** join/#oe tom____ (cbf79598@gateway/web/freenode/ip.203.247.149.152)
05:56.02tom____CalledProcessError:
05:56.27tom____cannot chdir: No such file or directory
06:01.27tom____anyidea?
06:01.28tom____?
06:07.34tom____do_populate_sysroot) failed with exit code '1'
06:07.39tom____??
06:08.39*** join/#oe oe-core (cbf79598@gateway/web/freenode/ip.203.247.149.152)
06:08.43oe-corehi
06:09.52oe-corecan anyine tell what are the configuration options to specify in bitbake file to build openssl
06:10.20*** join/#oe tasslehoff (~tasslehof@147.84-49-231.nextgentel.com)
06:11.02oe-coreis it toolchain dependent?
06:11.47*** join/#oe vignesh (~vignesh@115.119.134.194)
06:12.28tom____when i change the gperf module of oe and replace my gperf its giving error as  CalledProcessError: cannot chdir: No such file or directory  
06:12.32tom____Function failed: sstate_task_postfunc
06:12.44tom____can anyone help me
06:12.50vigneshHi. Wanted to know if there is a autotool command to delete all auto-generated files
06:12.56vigneshAny hints?
06:15.14oe-corewhen i'm buildind openssl with my code, its throwing error, are there any configuration options i need to change
06:15.28oe-corecan anyone help me on this?
06:17.58nerdboyjeez, must be some good pr0n...
06:18.40nerdboyoe-core: i would start with the current openssl recipes
06:20.11nerdboyvignesh: not sure, if there's not a documented option, i would probably do a find | xargs rm sort of thing...
06:20.34*** join/#oe apelete (~apelete@176-26-190-109.dsl.ovh.fr)
06:20.40oe-coreyes i'm using the same recipes but using the my code
06:20.56oe-coreopenssl code
06:21.29nerdboydoes the normal recipe have a do_configure function already?
06:21.44nerdboyif not, make one, otherwise modify away
06:22.49vigneshnerdboy: Okay thanks will try that
06:22.56nerdboyif it's something simple you need to add, then EXTRA_OECONF += "--enable-foo" or something
06:24.08nerdboyvignesh: you can make a do_patch_append() function for whatever you want to put there
06:24.32nerdboyafter patches are applied, but before configure
06:24.37oe-corethat's right, but modules which are toolchain dependent, we need to use the same option?
06:25.06vigneshOkay
06:25.40*** join/#oe Shinda (~Loup@91.182.161.177)
06:25.40*** join/#oe Shinda (~Loup@unaffiliated/toroop)
06:26.34nerdboyoe-core: if it works for you in a normal shell, start there and add any arch-specific stuff you need
06:26.57*** join/#oe aloril (~aloril@dsl-tkubrasgw3-54f97e-153.dhcp.inet.fi)
06:26.59nerdboythere are bitbake variables for that stuff
06:26.59*** join/#oe clio (~andrej@85.159.109.222)
06:27.35oe-corenerdboy: u mean to say to build the module individually first?
06:27.55nerdboyin a do_compile_prepend if necessary
06:29.15nerdboytom____: have you run it with -D ?
06:30.02nerdboyyou need more info (No such file or directory is pretty generic)
06:38.43*** join/#oe thaytan (~thaytan@113.94.233.220.static.exetel.com.au)
06:39.23tom____no i will try
06:40.19nerdboymore the one -D will give even more debug output
06:40.45nerdboytry just one and see if you can find the the cause...
06:41.33nerdboyfeel free to paste-bin the output
06:42.44*** join/#oe vitus (~vitus@145.253.169.210)
06:43.19tom____where to put -D exactly in .bb?
06:43.27tom____-D option
06:44.51*** join/#oe erbo (~erik@host.62.65.124.36.bitcom.se)
06:45.41nerdboyon the commandline
06:45.49nerdboybitbake foo -D
06:46.59*** join/#oe vitus (~vitus@145.253.169.210)
06:51.44nerdboyvignesh: the recipes all have a default for each function, so if you add your own you hav eto make sure and do whatever the default was
06:52.02nerdboyplus your custom whatever
06:52.41nerdboythus, if you add you custom whatever to a prepend or append instead, then you still get the default for free
06:54.06vigneshOkay
06:54.13*** join/#oe lamikr (lamikr@nat/nokia/x-hdwajvdijhyrgujo)
06:55.57*** join/#oe abesis (~abesis@78.187.167.191)
07:17.09oe-corewhy do we add BBCLASSEXTEND ="native nativesdk" in some bb files
07:28.13*** join/#oe eballetbo (~eballetbo@2.139.180.43)
07:34.27*** join/#oe Zagor (~bjst@sestofw01.enea.se)
07:34.27*** join/#oe Zagor (~bjst@rockbox/developer/Zagor)
07:34.45*** join/#oe sgw1 (~sgw@72-160-72-238.dyn.centurytel.net)
07:38.18nerdboynot sure
07:44.43*** join/#oe rob_w (~bob@unaffiliated/rob-w/x-1112029)
07:58.38*** join/#oe erbo (~erik@host.62.65.124.36.bitcom.se)
08:02.27*** join/#oe KNERD (~KNERD@24.175.249.177)
08:06.09*** join/#oe fsalingen (~fsalingen@149.62.176.186)
08:08.23fsalingenhi, does anyone know how to get the boot up process to log a lot more ? i'm currently stuck booting at usb0: rndis and that's it, but there are no logs (/var/log is volatile?) and i don't know how to debug it unless i can figure out what it is doing / hanging on
08:09.38*** join/#oe fsalingen_ (~fsalingen@62.82.132.62)
08:11.02*** join/#oe woglinde (~henning@f052224186.adsl.alicedsl.de)
08:24.56*** join/#oe clio (~andrej@85.159.109.222)
08:33.51*** join/#oe pvanhoof (~philip@codeminded.be)
08:35.47*** join/#oe bhask (cbf79598@gateway/web/freenode/ip.203.247.149.152)
08:35.50bhaskhi
08:36.01bhaskhello
08:39.03*** join/#oe ant_work (~ant@host6-80-static.42-85-b.business.telecomitalia.it)
08:51.25*** join/#oe ao2 (~ao2@2001:1418:117::1)
09:19.53*** join/#oe roric (~roric@194-237-7-146.customer.telia.com)
09:23.38fsalingenseems that it doesn't go from runlvl S -> 1 (or another, but I set it to 1) , any reason why that would happen?
09:29.46mckoangood morning
09:30.09mckoanfsalingen: more details would help, pastebin your boot log for example
09:35.05fsalingenmckoan: how do i do that? :)
09:35.18fsalingenmckoan: it's running on a small device without network
09:35.38fsalingenmckoan: I boot from SD, everything logging is volatile
09:36.02fsalingenmckoan: it boats rcS.d totally , but it doesn't continue to rc1.d
09:36.08fsalingen*boots*
09:36.48fsalingenmckoan: so I actually don't think it's 'hanging' on anything, it just doesn't progress to the next runlvl
09:40.23*** join/#oe panda84kde (~diego@static-217-133-170-65.clienti.tiscali.it)
09:41.55fsalingenmckoan: I already have verbose=yes (which is not very verbose) ; are there other ways of figuring out what it is doing in more detail?
09:43.54*** join/#oe stefan_schmidt_w (~stefan_sc@62.6.189.26)
09:44.22oe-corewhat are the options to givee to cross-compile openssl
09:44.26*** join/#oe florian_kc (~fuchs@Maemo/community/contributor/florian)
09:50.48*** join/#oe CMoH|notebook (~cipi@unaffiliated/c-moh)
09:53.14nerdboyi would use crossdev for that, but i'm mostly gentoo
09:54.51nerdboycleanest way is to build/download a cross-toolchain, make/download sn appropriate target sysroot, etc
09:55.03nerdboys/sn/an/
09:55.49nerdboythat said, bitbake should take care of that for you with the right machine/arch config
09:56.08nerdboytime for sleep...
10:04.25mckoanfsalingen: you don't have any serial console?
10:05.19mckoanfsalingen: how can you see what's happening?
10:17.11woglindemckoan I guess a display
10:18.08mckoanwoglinde: gosh! debugging without serial console or hw debugger is a pain
10:18.47woglindemckoan hm it is not real debugging
10:19.08woglindeand I wonder why he need some other runlevel
10:19.21woglindeand I did not look up in which runlevel systemd boots
10:20.15fsalingenmckoan: it has a display , but no serial/ethernet
10:20.58fsalingenwoglinde: well, after rcS I would like to get some normal environment right? something usable? :)
10:23.05fsalingennow i simply added /bin/sh to the last rcS script and it dropped to sh , all seems in order… normal linux fs, rw etc … so why the … is it not continuing
10:28.44*** join/#oe bluelightning (~paul@pdpc/supporter/professional/bluelightning)
10:35.15woglindefsalingen so which init manager are you using?
10:37.07fsalingenwoglinde: I think I figured it out ; the root image seems to, strangely, mount a completely empty /dev over /dev (which contains the correct stuff); if I change that behavior it boots normally. not sure how this can work for anything else, but he :) i don't need it for anyone else now :)
10:39.30*** join/#oe silvio_ (~silvio@93-57-17-124.ip162.fastwebnet.it)
10:39.41silvio_morning all
10:40.06woglindefsalingen ;)
10:40.12woglindehi silvio_
10:40.38silvio_hi woglinde
10:47.58*** join/#oe pepermint (~pepermint@host254-83-dynamic.17-79-r.retail.telecomitalia.it)
10:49.58*** join/#oe phdeswer (~phdeswer@194.157.27.2)
11:02.06bluelightningmorning all
11:11.33woglindehi bl
11:15.20pwgenhi
11:15.28apeletehello
11:15.47pwgenwhats the best method to enable hardfp on arm ?
11:19.32pwgenin my case for the raspberry.  i had set  DEFAULTTUNE ?= "armv6hf" in tune-arm1176jzf-s.inc
11:19.51pwgenbut TARGET_FPU still show vfp . ?
11:26.06*** join/#oe abesis (~abesis@78.187.167.191)
12:25.19bhaskHow to configure pre build tool chain?
12:27.22bhaskwhen i want to add my prebuild tool chain i am getting lot of dependency errors in bitbake file
12:29.06*** join/#oe roric (~roric@194-237-7-146.customer.telia.com)
12:48.11*** join/#oe eren (~eren@unaffiliated/eren)
12:49.30silvio_hi bluelightning
13:13.59*** join/#oe KNERD (~KNERD@24.175.249.177)
13:20.24*** join/#oe CMoH|notebook (~cipi@unaffiliated/c-moh)
13:39.22bluelightningapelete: FYI I've extended this page a bit: http://www.openembedded.org/wiki/Migrating_metadata_to_OE-Core
13:39.43bluelightningprobably still needs more work, but it's a start
13:54.07apeletebluelightning: great, there's already things there I didn't know (and will be needing)
13:54.19apeletethanks for the work.
13:54.32bluelightningoh, heh... I forgot to add something about checking DISTRO_FEATURES
13:54.42*** join/#oe mhnoyes (~mhnoyes@74-47-22-181.dr01.myck.or.frontiernet.net)
13:54.42*** join/#oe mhnoyes (~mhnoyes@sourceforge/sitedocs/mhnoyes)
13:58.54*** join/#oe woglinde (~henning@g230117143.adsl.alicedsl.de)
14:02.51*** join/#oe ikona_ (~ikona@e181092228.adsl.alicedsl.de)
14:15.51*** join/#oe drasko (~drasko@193.248.167.187)
14:50.13mckoanbluelightning: very useful page, thx
14:50.28bluelightningif I have missed anything let me know
14:50.40bluelightningI've had more experience with updating recipes than machines/distro configs
14:52.47apeletebluelightning: I'll let you know if there's something I do not figure out from the wiki page
14:52.58bluelightningapelete: thanks
15:07.25*** join/#oe CMoH (~cipi@78.96.83.205)
15:07.26*** join/#oe CMoH (~cipi@unaffiliated/c-moh)
15:12.14*** join/#oe blitz00 (~stefans@192.198.151.43)
15:12.18*** join/#oe blitz00 (~stefans@unaffiliated/blitz00)
15:13.11*** join/#oe rcw (~rwoolley@128.224.252.2)
15:39.12*** join/#oe phdeswer (~phdeswer@194.157.27.2)
15:59.15*** join/#oe andyross (~andy@c-67-171-188-207.hsd1.or.comcast.net)
16:01.36*** join/#oe ikona (~ikona@e181092228.adsl.alicedsl.de)
16:16.11*** join/#oe rsalveti (~rsalveti@unaffiliated/rsalveti)
16:17.16*** join/#oe OWayne (~wayne@host81-154-106-120.range81-154.btcentralplus.com)
16:19.05*** join/#oe zenlinux_ (~sgarman@c-50-137-42-92.hsd1.or.comcast.net)
16:25.19*** join/#oe rob_w (~rob@unaffiliated/rob-w/x-1112029)
16:33.25*** join/#oe Vutral (ss@mirbsd/special/Vutral)
16:47.32*** join/#oe dos11 (~dos@unaffiliated/dos1)
16:48.21*** join/#oe cminyard (~cminyard@pool-173-74-121-95.dllstx.fios.verizon.net)
16:49.55*** join/#oe slonsiki (~slonsiki@69-12-177-67.dsl.static.sonic.net)
16:52.49*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
16:53.47*** join/#oe hollisb (~hollisb@c-67-169-221-181.hsd1.or.comcast.net)
16:56.45*** join/#oe yann_ (~dwitch@nan92-1-81-57-214-146.fbx.proxad.net)
17:10.32*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
17:12.04*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
17:17.15*** join/#oe _chase_ (~a0271661@192.94.92.11)
17:20.21*** join/#oe pvanhoof (~philip@codeminded.be)
17:30.09*** join/#oe OWayne (~wayne@host213-123-233-22.in-addr.btopenworld.com)
17:30.15*** join/#oe mr_science (~sarnold@gentoo/developer/nerdboy)
17:31.26*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
17:40.20*** join/#oe rcf (~rcf@d51A58861.access.telenet.be)
17:51.09*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
17:52.50*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
17:54.01*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
18:01.31*** join/#oe NightMonkey (~NightrMon@pdpc/supporter/professional/nightmonkey)
18:03.36*** join/#oe jkroon (~jkroon@89-253-118-72.customers.ownit.se)
18:12.31*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
18:12.34*** join/#oe ensc|w (~ensc@www.sigma-chemnitz.de)
18:13.15*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
18:19.40*** join/#oe flo_lap (~fuchs@sign-4d091b7d.pool.mediaWays.net)
18:19.41*** join/#oe flo_lap (~fuchs@Maemo/community/contributor/florian)
18:28.17apeleteis there a way to specify a proxy server in bitbake ?
18:30.07apeletethe goal would be to cache the data downloaded during a build by using squid (a webcache proxy server)
18:30.39mewynhave you tried exporting http_proxy/https_proxy/ftp_proxy env vars?
18:33.19*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
18:35.14*** join/#oe Vutral (ss@mirbsd/special/Vutral)
18:43.20apeletewas thinking about that, but it would set the proxy for all sotware running on the system, not just bitbake, wouldn't it ?
18:44.13mewynWell, if you set them just in one terminal, you would just do that for all software in that terminal
18:44.27mewynor you can specify them on the command line of bitbake
18:44.34mewynor use a wrapper script that specifies them
18:49.27apeleteright, a wrapper script taht I run in a single terminal may be a good idea, thanks for the tip
18:51.54*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
19:02.02*** join/#oe kristoffer (~kristoffe@c-11dee555.010-30-6c6b7012.cust.bredbandsbolaget.se)
19:06.06*** join/#oe ensc|w (~ensc@www.sigma-chemnitz.de)
19:06.20*** join/#oe pvanhoof (~philip@codeminded.be)
19:10.41*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
19:12.55*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
19:14.04*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
19:34.33*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
19:35.53*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
19:55.07*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
19:56.24*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
19:56.35*** join/#oe woglinde_ (~henning@f052066095.adsl.alicedsl.de)
19:57.32*** join/#oe DHR (~hugh@CPE00606767ed59-CM000f9fa81660.cpe.net.cable.rogers.com)
19:57.52*** part/#oe rcw (~rwoolley@128.224.252.2)
20:09.42*** join/#oe ikona (~ikona@e181092228.adsl.alicedsl.de)
20:16.12*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
20:31.39*** join/#oe _Lucretia_ (~munkee@pdpc/supporter/active/lucretia)
20:35.25*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
20:54.32*** join/#oe abesis (~abesis@92.45.191.98)
20:55.04*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
20:56.02*** join/#oe mario-goulart (~user@wkit.com.br)
21:11.02*** join/#oe woglinde_ (~henning@g225072158.adsl.alicedsl.de)
21:14.23*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
21:16.55*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
21:33.53*** join/#oe roric (~roric@c-9370e455.213-3-64736c14.cust.bredbandsbolaget.se)
21:35.12*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
21:36.24*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
21:36.38*** join/#oe KNERD (~KNERD@24.175.249.177)
21:37.35*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
21:42.14*** join/#oe bluelightning (~paul@cpc13-lewi17-2-0-cust74.2-4.cable.virginmedia.com)
21:42.18*** join/#oe bluelightning (~paul@pdpc/supporter/professional/bluelightning)
21:44.28*** join/#oe rob_w (~rob@unaffiliated/rob-w/x-1112029)
21:46.22*** join/#oe nitink (~nitink@134.134.139.76)
21:48.23*** join/#oe CMoH (~cipi@78.96.83.205)
21:48.23*** join/#oe CMoH (~cipi@unaffiliated/c-moh)
21:52.24mr_sciencecan't you set proxy stuff just for bitbake?
21:52.39mr_scienceas in setenv or local.conf
21:53.01*** join/#oe woglinde_ (~henning@f052234198.adsl.alicedsl.de)
21:53.04mr_sciencestill wondering how he became the default OE support guy last night
21:54.14apeletemr_science: I didn't find a way to set proxy stuff just for bitbake
21:54.38Crofton|workmr_science, everyone helps out :)
21:55.01apeleteso I used mewyn advice -> exporting http_proxy/https_proxy/ftp_proxy
21:56.52mr_sciencehttp_proxy https_proxy ftp_proxy no_proxy  <= these variables are in BB_ENV_EXTRAWHITE in my setenv, so if they're set they get passed to bitbake
21:57.10mr_scienceisn't that what you're looking for?
21:57.25mr_scienceer, these *are* the droids you're looking for...
21:57.27apeleteah yes, that may be it
21:58.11*** join/#oe mrcan_ (~mrcan@unaffiliated/mrcan)
21:58.18mr_sciencei would try taht...
21:58.23mr_science*that even
21:58.26apeleteI'm using bitbake 1.12 atm though, isn't BB_ENV_EXTRAWHITE only available for newer version ?
21:58.31*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
21:58.46mr_sciencemy version is older than yours i think
21:59.13mr_sciencei'm running 1.10.2-arago1
21:59.37*** join/#oe ant_home (~andrea@host186-50-dynamic.5-87-r.retail.telecomitalia.it)
21:59.39mr_scienceyup, it's *old* in dog/internet years...
22:02.29apeletemr_science: ok, so I just need to set BB_ENV_EXTRAWHITE += "http_proxy='myproxy' https_proxy='myproxy' ftp_proxy='myproxy'" and it will be passed to bitbake ?
22:17.45*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
22:28.37*** join/#oe pvanhoof (~philip@codeminded.be)
22:29.21*** join/#oe KNERD (~KNERD@24.175.249.177)
22:36.08*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
22:45.15mr_scienceapelete: i think you just set them to appropriate values in your setenv
22:45.44mr_scienceand if they're not in your BB_ENV_EXTRAWHITE then add them
22:49.33*** join/#oe abelloni_ (~piout@128-79-216-144.hfc.dyn.abo.bbox.fr)
22:55.04*** join/#oe abelloni (~piout@128-79-216-144.hfc.dyn.abo.bbox.fr)
22:55.56*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
22:58.10*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
23:13.10*** join/#oe flynn378 (~AndChat27@75.76.30.45)
23:16.56*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
23:35.00*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
23:44.30*** join/#oe rcf (~rcf@ip-83-134-95-112.dsl.scarlet.be)
23:52.08*** join/#oe nitink (~nitink@134.134.139.76)
23:53.17*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
23:54.01*** join/#oe robtow (~rob@184-105-177-98.static.hilltopinternet.com)
23:54.29*** join/#oe Vutral (ss@mirbsd/special/Vutral)
23:55.16*** join/#oe andyross (~andy@c-67-171-188-207.hsd1.or.comcast.net)

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