irclog2html for #openzaurus on 20030907

00:04.35koyotehrm, that is a good question. the unofficial experimental feeds don't include gcc, perl, or lot sof other goodies
00:07.11*** join/#openzaurus Joelw (~joel@punz.budgetbitumen.com.au)
00:12.37*** join/#openzaurus mule (~mule@195.137.103.49)
00:23.37*** join/#openzaurus stigger (stigger@p051-n1-gos.nlc.net.au)
00:44.06fdaskin the docs/BUILD file of the OZ buildroot, there is a discrepancy between cross compiler info given in the Prerequisites, and then at the end of the file in the FAQ.
00:44.58fdaskthe prerequisites says to just add /usr/local/arm/2.95.3/bin to your path, while the FAQ says to add this and /usr/local/arm/lib/gcc-lib/2.95.3:
00:45.29fdaskwhich is correct?  are both additions to the path necessary?
00:45.56fdaskand even, the second path recommended in the FAQ, doesn't even exist.  i think it should be /usr/local/arm/2.95.3/lib/gcc-lib
01:01.45fdask# make menuconfig
01:01.50fdask*** End of configuration.
01:01.51fdask*** Execute 'make' to build try 'make help'.
01:01.51fdaskdebian:/new/buildroot-oz# make help
01:01.51fdaskGenerating dependency information...
01:01.51fdaskmake: *** No rule to make target `help'.  Stop.
01:21.30koyoteheh
01:21.52koyoteis there supposed to be a target 'help' in the makefile?
01:24.14fdaskmconv seems 2 suggest so
01:24.21fdaskmcon
01:24.30koyotei have no idea what that is
01:24.34koyoteI mean in the makefile
01:24.58fdaska help target?
01:25.05koyoteI'm not familiar wiht many things offering make help as an option, there's usually a readme for that
01:25.08koyotemake makes
01:25.11fdaskya
01:25.28koyoteif you want help on how to use make, there are manpages and books
01:25.36fdaski was just being nitpicky
01:25.40fdask:p
01:25.43koyotemake help tells make to try and fnd a 'help' target in the makefile
01:26.18fdaskthe menuconfig prog should maybe have that edited out.  
01:27.32fdaskhow do i generate a patch with diff?
01:35.31nerdboytry -r
01:35.40nerdboyi think...
01:50.00*** join/#openzaurus godsmoke_ (~godsmoke@dsl092-109-053.nyc2.dsl.speakeasy.net)
01:53.45kergothfdask: diff -urNd
01:55.30fdaskthanks
01:55.56fdaskwhere are buildroot-oz patches to be submitted?
01:59.38treke|homeemail them to the openzaurus-devel list on the openzaurus web page
02:04.02fdaskdo the filenames i supply diff matter?  i notice they are shown in the output, and probably used to apply patch to the appropriate file?
02:04.32treke|homebk help send
02:15.33fdaskneed 2 set up a mda
02:16.14treke|homeenjoy
02:18.49fdask:)
02:52.32*** part/#openzaurus zoid (zoid@nr9-216-196-197-154.fuse.net)
03:15.08*** join/#openzaurus Cameron (~Cameron@keybiscayne.erensfamily.com)
03:15.31CameronNOTE: import patch '/usr/src/sources/buildroot-oz/build/opie/qt/qte234-for-opie091-makefile.patch' as 'qte234-for-opie091-makefile'
03:15.31CameronERROR: patch did not apply, try again with force (-f -i ...)
03:15.31CameronPatch had errors
03:15.31Cameronmake[1]: *** [/usr/src/sources/buildroot-oz/stamps/.qt-embedded.sourcetree] Error 1
03:15.47CameronHow can I overcome such a patching error?
03:15.56treke|homeyou fix the patch so it applies cleanly
03:15.56Cameron(trying to compile OZ)
03:16.37Camerontreke|home: and this is done how?
03:17.35treke|homeyou try applying the patch by hand. You see what it can't figure out, then you update the patch to take into account the changes in cvs
03:17.44Cameron(I'm no expert programmer -- just hoping to get a nice custom-built OZ working...I don't have to know about creating kernel patches to do this for the Linux kernel...)
03:17.58Cameronhm
03:18.05treke|homeYou do when the patch is out of date
03:18.15Cameronright..
03:19.22Cameronlet's see -- I still have to figure out how to do this:  The command it tried to run is this: /usr/src/sources/buildroot-oz/scripts/patcher -p 0 -i /usr/src/sources/buildroot-oz/build/opie/qt/qte234-for-opie091-makefile.patch
03:19.50Cameronso then what would be the first step in figuring out what isn't meshing properly?
03:19.53treke|home-f
03:20.03treke|homepatcher -p 0 -f -i
03:20.22treke|homethat hint is in thhe error message :)
03:20.45Cameronyup, I tried that, now from here: ERROR: no '/usr/src/sources/buildroot-oz/.patches/qte234-for-opie091-makefile.files', can not refresh
03:20.51CameronWhat does this tell me?
03:21.01treke|homeIt tells you nothing
03:21.06treke|homenow find all the .rej files
03:21.07Cameronthat's what I thought lol
03:21.15Cameronhm .rej as in .reject?
03:21.23treke|homeno .rej as in .rej
03:21.28Cameronlol ok
03:22.02Cameronno .rej files anywhere in this dir tree, treke|home
03:22.45treke|home?
03:23.18Cameronfind -name '*.rej' yields no results
03:23.22Cameronno rej files here
03:23.27Cameronwhat does that mean?
03:25.20Camerontreke|home: There's no howto or anything for this type of thing, is there?
03:26.25treke|homeno
03:27.11Camerontreke|home: Then your help is invaluable :)
03:27.42Camerontreke|home: what should I do after finding that no .rej files are there?
03:28.11treke|homeyou run patcher -s and see if it tried applying the patch
03:29.00Cameron/usr/src/sources/buildroot-oz/build/opie/qt/qte234-for-opie091-makefile.patch
03:29.00Cameronnot in series  .txt missing  qte234-for-opie091-makefile
03:29.30treke|homemake SUBDIRS=packages/opie clean
03:29.32treke|homemake SUBDIRS=packages/opie
03:30.02Camerondoing that now :)
03:30.45CameronNOTE: patch with name 'qte234-for-opie091-gfxraster' already applied
03:30.45CameronERROR: patch did not apply, try again with force (-f -i ...)
03:30.45CameronPatch had errors
03:30.45Cameronmake[1]: *** [/usr/src/sources/buildroot-oz/stamps/.qt-embedded.sourcetree] Error 1
03:30.57Cameroninteresting
03:32.04treke|home<Cameron> NOTE: patch with name 'qte234-for-opie091-gfxraster' already applied  
03:32.19treke|homeit thinks the patch is already there
03:32.29Cameronso it seems
03:32.50Cameronthen what to do about it?
03:34.23Camerontreke|home: I'm confused -- is it or is it not applied?  And in either case, how do I continue the process along now, fixing whatever is holding it up now?
03:34.33*** join/#openzaurus W8TVI (~W8TVIz@3639239384.mi.dial.hexcom.net)
03:35.19Cameronhi, W8TVI
03:35.32W8TVIhey
03:35.50W8TVIcant seem to find the right board to make my prototype....
03:36.47W8TVI(portable/wearable linux box ment to run kismet
03:36.54Cameronah
03:37.03W8TVIbe a network secruty device
03:37.11Cameroncool
03:37.35CameronW8TVI: You wouldn't be able to help me with a patch-error I'm getting trying to compile OZ, would you?
03:37.36W8TVIwar walker/remote kismet server/portable AP-webserver
03:37.40W8TVIno....
03:37.48W8TVInot a porgrammer
03:37.53W8TVIprogrammer
03:37.57CameronW8TVI: but you've compiled OZ before, no?
03:38.00W8TVIbut I will be one some day
03:38.02W8TVInope
03:38.07Cameron:-) ahh, ok
03:38.13W8TVIdon't even have the build tools
03:38.16CameronW8TVI: What images you using then?
03:39.19W8TVII'm using OZ 3.2 and stock kernel 40ram/26storage
03:40.46Cameron5500 then?
03:41.01W8TVIyep
03:41.36Cameronusing a C700 does have its disadvantages...
03:41.37Cameron:-/
03:45.29Camerontreke|home: You're too busy to finish helping me?
04:04.57koyoteprobably enough to get me by until a stable release.
04:08.14Cameron:)
04:15.43*** join/#openzaurus Bala (~Bala@hsdbsk142-165-143-153.sasknet.sk.ca)
04:21.45koyoteso, there's this german guy
04:21.56koyoteports a bunch of gnu stuff to the jornada 720
04:22.07koyotebut there's no man, no docco system, right?
04:22.16koyoteso I hand paste stuff into text files and use grep.
04:22.48koyoteI am getting the feeling that's my option for this, too. I would have htought busybox would have some sort of inbuilt docco.
04:37.09*** join/#openzaurus Cameron (~Cameron@keybiscayne.erensfamily.com)
04:52.07*** join/#openzaurus koyote-oz (~koyote-oz@dsl092-163-203.wdc2.dsl.speakeasy.net)
04:53.52*** join/#openzaurus koyote-oz (~koyote-oz@dsl092-163-203.wdc2.dsl.speakeasy.net)
05:10.24cynkoyote: docco?
05:11.56koyotedocumentation. some replacement for man.
05:12.19koyotesometimes on unix maxhines, people have a desire for locally stored command line accessible documentation
05:13.35cyni've normally only seen man and info
05:14.05koyotebut not with busybox :)
05:14.29fdaskisnt there a busybox help command or something?
05:14.57koyotehaven't found one yet
05:15.17koyoteI'm formatting the html page and pasting it into my Z
05:15.30koyotebut that won't help with add ons.
05:16.03kergothum, isnt that what --help is for? :P
05:16.54koyotewell, if it mentioned things like.. oh.. command line switches for supported commands :0
05:17.05koyotewhich it may and I've never seen it, i suppose.
05:18.19koyoteaha!
05:18.55koyoteso, unbeknownst to anyone who has looked ont he busybox website and read the documentation section - where this is conspicuously not mentioned
05:19.19koyoteyoou cna busybox <command> --help and get a somewhat useful abbreviated help
05:19.30kergothuh, most unix commands have --help.
05:19.38kergoththis isnt some spectacular revelation
05:19.49koyoteallow me to rephrase
05:20.05koyoteyoou cna busybox <command> --help and get a somewhat useful abbreviated help on the specific subcommad within busybox
05:20.10kergothuh
05:20.11kergothdood
05:20.25kergothbusybo <command> is no different from <command> when <command> is a symlink to busybox
05:20.28kergoththey're identical
05:20.47kergothas i said, <command> --help is typical gnu-like command behavior
05:21.18koyoteugh, you are right, nothing more than the --help info. no actual docco
05:21.21koyoteah well
05:21.24koyoteback to the pasting
05:21.54koyoteof course, everyone using embedded linux will just know what all the commands do and won't need it.
05:22.51fdaskheh
05:23.02koyotesome seem to be missing
05:23.50koyote*shrug*
05:24.02koyoteI'll build my little manpage file.
05:38.52fdaskto update a file in buildroot, i need to add it to a changeset first?
05:51.31*** join/#openzaurus w8tvi_ (~w8tvi@3639239384.mi.dial.hexcom.net)
05:52.50*** join/#openzaurus W8TVI-z (~zic@3639239384.mi.dial.hexcom.net)
05:52.59fdaskhrmm, i guess only if i'm checking directly into the repository
05:57.33W8TVI|zwhy?
05:57.35fdaskdo i use diff and bk send together?
05:58.14kergothbk send creates a patch from a changeset(s) and emails it.
05:58.34fdaskso if i have a simple patch i'd like to submit, would i first create a changeset?
05:59.31fdaski'm looking over the bk user guide, and i see how do it and all, but bk send gives me the impression it auto scans the tree for changes, and submits those when not given a -r option
05:59.53fdaskso i'm wondering if thats the way to go, or create a changeset
06:00.22kergothehh
06:00.46kergothuse bk ci to check in per file changes, bk add to add new files, and bk commit to take all those deltas and create a changeset from them
06:00.50kergoththen use bk send to email it upstream
06:00.58kergothor use bk citool if you prefer a GUI
06:01.30fdaskcool
06:03.49mulekergoth: when I make image with buildroot, I get hossible dependencies with qpf-bitstream-vera. Although that doesnt exist, other packages provide it, what do I do?
06:04.14fdaskmule:  you likely have a -light and a -full
06:04.15fdaskdelete one
06:04.30fdaskbuildroot-oz/output/ipks/
06:04.32fdasklook in there
06:04.55fdasksorry, i know my name isn't kergoth tho.  :p
06:12.39muleI tried both
06:12.55muleand neither
06:13.07fdaskhuh?
06:13.28kergothmule: remove _one_ and only one.
06:14.05muledelete the file
06:15.36kergothYES
06:15.40kergothremove one of the ipks.
06:16.55mulewell be specific, I thought you meant remove it from the rootfs configuration
06:18.19fdask# cd $PATH-TO/buildroot-oz/output/ipks/
06:18.30fdask# rm qpf-bitstream-vera*light.ipk
06:20.47mule:)
06:21.50mulekergoth: but I have the entire poodle build!
06:36.03fdaskdebian:/new/buildroot-oz/scripts/kconfig# bk ci ./mconf.c
06:36.03fdaskci: mconf.c: no write permission
06:36.21fdaskim guessing the scripts/kconfig tree is frozen or set non editible in the repository or somethin?
06:38.02kergothuh, you have to 'bk edit' files before you make changes
06:38.11kergothlet me guess, you vi'd it, it warned about read only, and you forced the write.
06:38.30kergothif it warns, do _not_ write. its read only for a reason
06:38.57fdasklol you've been down this path before, haven't you
06:40.02kergothmv scripts/kconfig/mconf.c scripts/kconfig/mconf.c.edited
06:40.08kergothbk unedit scripts/kconfig/mconf.c
06:40.13kergothbk edit scripts
06:40.24kergothcp scripts/kconfig/mconf.c.edited scripts/kconfig/mconf.c
06:40.30kergoththen bk ci
06:55.02*** join/#openzaurus TheMasterMind1 (~aman@h-68-166-65-33.MCLNVA23.covad.net)
07:13.57*** join/#openzaurus Piete (~abri@61.104.220.150)
07:14.02Piete'lo
07:28.12*** join/#openzaurus pyromance (~dangent@ip68-3-10-105.ph.ph.cox.net)
07:47.31*** join/#openzaurus _ibz (~ibz@host81-129-9-47.in-addr.btopenworld.com)
07:48.09_ibzhi, can anyone send me a copy of /ppp_2.4.2+20030811-1.diff.gz please?
07:48.39_ibzi can only find /ppp_2.4.2+20030811-2.diff.gz, and my build is failing because of it..
07:59.56*** join/#openzaurus stigger (stigger@203.24.133.58)
08:00.23*** join/#openzaurus cyn (~cyn@adsl-18-221-182.mem.bellsouth.net)
08:09.27*** join/#openzaurus BadCode (~sumwid@dsl-082-082-164-231.arcor-ip.net)
08:11.02*** join/#openzaurus __stigger (stigger@p012-n1-gos.nlc.net.au)
08:12.53W8TVInight guys
08:14.16mulecan I just say that using that buildroot is about as much fun as eating sand
08:14.47W8TVI|zlol
08:15.07muleI need to change the rootfs, is it possible?
08:17.07fdaskhaha eating sand
08:17.42W8TVI|zno idea
08:18.36W8TVI|zi wish the zaurus had a keyboard light
08:23.44muleyes
08:25.10muleok is there anything I can do about the simpleinit / sysvinit dependency problem?
08:40.40mule<PROTECTED>
08:42.54pyromanceOK This is really damn cool
08:43.08pyromanceI re-coded the entire Two Towers DVD to my 340M Microdrive
08:43.22W8TVI|zcool
08:43.31W8TVI|zthis is cool too
08:43.42pyromanceIt's smooth and sounds good, but is a little jagged edged. 18 fps.
08:44.16W8TVI|zim in bed with my zaurus on irc
08:44.34pyromanceSounds kinky
08:44.52W8TVI|z:p
08:45.16pyromancetkcVideo stinks in keeping audio and video in sync :(
08:46.11W8TVI|zthis card works really nice.
08:46.29pyromanceWhich card?
08:46.47W8TVI|zthe range is like about 10' shorter than the ma701
08:47.06W8TVI|zambicom wl1100c-cf
08:47.25mulethe ma701 rules, best piece of wireless equipment I own
08:47.32pyromanceNever heard anything bad about that one
08:47.38W8TVI|zbut its smaller than the ma701
08:47.44pyromancemule: My MA701 ws great until it stopped working
08:47.50W8TVI|zma701 sucks
08:48.12W8TVI|zmine only lasted 1 1/2 months
08:48.39W8TVI|zgood antenna on it...
08:48.52pyromanceW8TVI|z: Yeah... I love the ability to fit my WiFi card in my belt case without a big thick bulge trying to break my screen
08:49.00mulepyromance: what happened?
08:49.05W8TVI|zsame here
08:49.29pyromancemule: Stopped recognizing APs... Even a foot away. Everything else on the card worked.
08:49.38pyromanceEven tried it in a friend's iPaq. Same dealio.
08:49.44mulehuh?
08:50.04W8TVI|zmy case has a biz card holder, and this card fits very nicely in it
08:50.33W8TVI|zmule: mine did the same thing
08:50.52mulewow, did you replace them?
08:50.58pyromanceThe card would recognize, respond to a cardctl ident, ligts... etc. Just no traffic, no recognizing of APs. eeet broke
08:51.04pyromanceI sent it to Netgear.
08:51.16muleand?
08:51.25W8TVI|znetgear told me to get lost
08:51.43mulehuh?
08:51.58pyromancehttp://www.zaurus.com/dev/board/index.php?showtopic=5836&st=0&hl=
08:52.04pyromanceMule ... read that
08:52.09W8TVI|zbecouse i used it with linux
08:55.16W8TVI|zthis card has a $20 rebate
08:55.28W8TVI|zpaid $70
09:02.31muleis there a way to prevent the simpleinit/sysvinit clash in buildroot make image?
09:03.50muletask-essential wont make an image because of this
09:04.07pyromancehmm
09:04.37muleif I select neither in the packages it makes ok, but I want to use the tasks
09:05.10mulethe other thing is, no matter what I do, it always builds to 23.8 mb
09:05.15pyromancemplayer -zoom -x 320 -y 90 -framedrop two-towers.avi seems to work but it's choppy...
09:05.46pyromanceI should've encoded it in 4:3 instad of 16x9
09:08.43W8TVI|zopiemediaplayer seems to play just finw for me
09:09.10pyromanceHmm ... should download and install. Does it keep DivX in sync?
09:09.24W8TVI|zyep
09:09.35W8TVI|zthink so
09:09.50pyromanceHeh... gotta steal the CF card from my camera. Two Towers fills it completely.
09:10.11W8TVI|zcan you encode an excerpt of it for me?
09:10.40W8TVI|zlike lest than 2mb worth?
09:10.46pyromanceNot here at work... No tools
09:11.24W8TVI|zand put it on you web server an email me the url?
09:11.39W8TVI|znon public
09:12.11W8TVI|zar798@tcnet.org
09:12.17pyromanceHeh... The whole movie is 340 megs.
09:12.34W8TVI|zdont want the whole thing
09:12.41pyromanceI can when I get home
09:12.47W8TVI|znothhing to put it on
09:12.52W8TVI|zcool
09:12.57W8TVI|zno rush
09:13.04pyromanceWell look at this?  I added -quiet to the command line and it's much less choppy
09:13.14pyromanceI guess constantly scrolling data slowed it
09:13.26W8TVI|zjust nosy to see how it looks on here
09:13.59pyromanceThis is a bad example if you're testing quality. The quality was turned WAY down to get a 3 hour movie on to 340 megs
09:14.03W8TVI|zwide screen please :)
09:14.14W8TVI|zah
09:14.45W8TVI|z4 or 4 meg would be ok
09:14.53W8TVI|z3 or 4
09:15.10W8TVI|zwell... good night
09:15.25W8TVI|ztime to sleep
09:17.59*** join/#openzaurus pb_ (~pb@2002:5160:45ef:0:2e0:7dff:fe74:8b87)
09:27.46muleI don't understand why the image builds to 23.9 mb every time...anyone?
09:28.59fdaskwhat platform are you building for?
09:29.12*** join/#openzaurus jmau (~jmau@pD95312C1.dip.t-dialin.net)
09:29.17mulez5600
09:29.56muleand I get a flash write error when trying to writ it
09:32.44*** join/#openzaurus Chairman (~chairman@vice-chairman.net)
09:48.26godogibot: oz bk
09:48.30i heard oz bk is bk clone bk://openzaurus.bkbits.net/buildroot buildroot-oz; cd buildroot-oz; bk -r co -q; cp def-configs/collie-opie .config (for zaurus 5000d/5500) .. make oldconfig; make; or see bitkeeper (free download but non-gpl) or see 'oz snapshot' if you either cannot or will not use bitkeeper.
09:49.37godogibot: oz snapshot
09:49.37somebody said oz snapshot was http://openzaurus.sourceforge.net/snapshot/ or updated every 4 hours by Navi or this is a snapshot of the bk oz buildroot tree use it to compile your own OZ if you don't want to use BK
10:24.25*** join/#openzaurus toe (~matthew@host81-128-53-123.in-addr.btopenworld.com)
10:26.30*** join/#openzaurus toe (~matthew@host81-128-53-123.in-addr.btopenworld.com)
10:50.12*** join/#openzaurus toe (~matthew@host81-128-53-123.in-addr.btopenworld.com)
10:54.10zaurinogodog mule ha usato BK
11:06.47*** join/#openzaurus tez (~tez@81-1-100-25.homechoice.co.uk)
11:27.00*** join/#openzaurus dan2003 (~mango@pc2-ware1-4-cust40.lutn.cable.ntl.com)
11:40.37pyromancesometimes I feel I've got to ... run away I've got to ... get away from the pain you drive into the heart of me this love we share seems to go nowhere ...
11:50.52*** join/#openzaurus dan2003_ (~mango@pc2-ware1-4-cust40.lutn.cable.ntl.com)
11:54.38*** join/#openzaurus Piete{zaurus} (~Piete{zau@61.104.220.150)
11:54.43Piete{zaurus}hey..
11:55.04Piete{zaurus}anyone have Gaim workin on OZ?
11:55.48Piete{zaurus}I installed it, but none of the protocols i installed shows up in the add account window
12:21.38*** join/#openzaurus eworm (~eworm@p50901925.dip.t-dialin.net)
12:56.19*** join/#openzaurus Zippo_ (~thomas@p508C3FFA.dip.t-dialin.net)
13:10.49zaurinohttp://www.dadeb.it/zaurusfeed/ <- mule's 5600 feed
13:44.17*** join/#openzaurus Twiun (~twiun@adorphuye.com)
13:53.31*** join/#openzaurus Twiun (~twiun@adorphuye.com)
14:01.02*** join/#openzaurus Cameron_ (~Cameron@keybiscayne.erensfamily.com)
14:01.12pyromanceShh.. that's him.
14:14.45*** join/#openzaurus Twiun (~twiun@adorphuye.com)
14:16.40*** join/#openzaurus dan2003_ (~mango@pc2-ware1-4-cust40.lutn.cable.ntl.com)
14:24.26*** join/#openzaurus bisho (~bisho@136.Red-213-97-191.pooles.rima-tde.net)
14:26.08*** join/#openzaurus Twiun (~twiun@adorphuye.com)
14:55.55*** join/#openzaurus Twiun_ (~twiun@adorphuye.com)
14:59.22*** join/#openzaurus BadCode (~sumwid@dsl-082-082-164-231.arcor-ip.net)
15:15.51*** join/#openzaurus Twiun_ (~twiun@adorphuye.com)
15:18.22*** join/#openzaurus godsmoke (~godsmoke@pool-162-83-204-184.ny5030.east.verizon.net)
15:24.14*** join/#openzaurus dan2003_ (~mango@pc2-ware1-4-cust40.lutn.cable.ntl.com)
15:26.07mulecan anyone please tell me why I can only make 23.9 meb rootfs images no matter what I do with make image?
15:26.46liyang|homemule: remember when we were discussing the kernel parameters passed by the the bootloader?
15:27.04muleermm...kind of
15:27.33liyang|homecat /proc/cmdline ; note the mtdparts argument.
15:28.02muleif I had a working z!
15:28.07liyang|homeThe size of the rootfs is fixed by the bootloader, unless you hack around with the kernel source to ignore that.
15:28.26mulehmmm...
15:28.58mulebut none of the rootfs I am building work :)
15:29.32liyang|home(well, it says: root=/dev/mtdblock2 mtdparts=sharpsl-nand:7168k@0k(smf),22528k@7168k(root),-(home) jffs2_orphaned_inodes=delete)
15:30.25muleok...thats what I have on my cmdline
15:31.13liyang|home(and we mentioned before that you can't change that, not easily at least.)
15:31.24liyang|homeYou can always have ipkg install stuff to /home though.
15:31.59muleyes
15:32.08liyang|homeanyway, must dash. Got a train to catch...
15:32.50muleok see you
15:52.40*** join/#openzaurus SillyZ_WRK (~james@CPE-24-27-132-213.neb.rr.com)
15:52.50SillyZ_WRKmornin , anyone here workin w/ kitchensync
16:02.18*** join/#openzaurus stigger (stigger@p012-n1-gos.nlc.net.au)
16:02.59*** join/#openzaurus Cameron (~Cameron@keybiscayne.erensfamily.com)
16:09.33muleSillyZ_WRK: what's the problem? someone might have ever used it.
16:10.48*** part/#openzaurus mule (~mule@195.137.103.49)
16:13.03*** join/#openzaurus mule (~mule@195.137.103.49)
16:13.45mulehas anyone here ever built a rootfs with the buildroot?
16:15.01SillyZ_WRKIm preparing to zap an ipaq w/ familiar and am plannin on using kitchensync to sync w/ kde
16:15.12treke|home#opie
16:15.19treke|homethis is the wrong channel SillyZ_WRK
16:15.28muletreke|home: tell me about the rootfs build please
16:23.05SillyZ_WRKtreke|home: what do you use to sync w/ your linux desktop if I might ask ?
16:23.12treke|homeI dont
16:23.21treke|homemule: Tell you about rootfs build?
16:23.22SillyZ_WRKu dont?
16:23.27treke|homeNo, I dont
16:26.32muletreke|home: any idea why I can only make a 24mb image when I make image?
16:26.59treke|homeBecause you have 24mb of stuff selected?
16:27.15treke|homeor enough stuff to require padding to 24MB?
16:31.32muletreke|home: I have tried with just 1 package
16:31.56treke|homeThen buildroot is set to pad the image
16:32.09mulemy buildroot/output/rootfs is hugs
16:32.27mulewhen it is set to not pad the image it fails
16:32.38muleit says 'cant find script pad'
16:32.57mulewhich seems bizarre
16:33.09muleand the images all fail to boot anyway
16:34.15mulewhat does output/rootfs have to do with the final rootfs image?
16:34.32treke|homeoutput/rootfs is the contents of the image
16:34.48mulethen mine is full of loads of crap
16:35.27mulethere are packages in output/rootfs that I have not selected for my image
16:36.21treke|homethey are probably dependencies for the packages you selected
16:36.57muleeven when I just select 1 package?
16:37.07treke|homeDepends on what you selected
16:37.18mulehmm...I guess
16:37.34muledoes sysvinit and simpleinit ever clash for you?
16:37.40treke|homeyes
16:37.47mulewhat's the cure?
16:37.49treke|homerm output/ipks/simpleinit*
16:38.01muleok thanks
16:38.14mulethat failed once for me, but I think it will work this time
16:38.44muleis there a way to clear the rootfs directory?
16:39.13treke|homemake image_clean
16:39.37mulethanks
16:39.54mulewhy does it try to run the pad script, when pad is unselected?
16:40.12treke|homebecause it still tried padding the image
16:40.27mulehuh?/
16:40.27treke|hometo the end of the last block in use
16:40.41muleI see, but then it fails to find it ;/
16:41.17treke|homethen it's broken. No one ever tries disabling pading
16:41.37*** join/#openzaurus pHluid (blaxsucks@rdu57-221-052.nc.rr.com)
16:41.39mulewell I did
16:41.55treke|homeobviously
16:42.03pb_lol
16:43.12muleso not no one :)
16:43.41muleand whats with the 'skipping device table entry /dev/hda parent directory not found' ?
16:46.16muleit skips all the devices in the device table for some reason
16:46.33muleyes! it made a 7meg image
16:48.37muleany idea about the /dev entries?
16:48.55*** join/#openzaurus SI-pHluid (blaxsucks@rdu57-221-052.nc.rr.com)
16:55.33mulewhat does that mean 'no parent directory' ?
17:02.48godogreferring to the mount point perhaps?
17:05.02muleI see
17:05.42mulebut how can / not exist?
17:06.23godogmh, google?
17:07.28mulegood thinking
17:15.36*** join/#openzaurus W8TVI (~root@1114107419.mi.dial.hexcom.net)
17:21.26_ibzhi, can anyone send me a copy of ppp_2.4.2+20030811-1.diff.gz please?
17:23.23mule_ibz: I dont have that file...let me check more
17:24.11muleI have 2.4.3+20030811.orig.tar.gz
17:24.45_ibzyeah, i have that too..
17:25.04_ibzbut the build fails because it doesn't find 20030811-1.diff.gz..
17:25.12muleI havent vuilt ppp
17:25.15_ibzthe mirrors only have 20030811-2.diff
17:25.22_ibzah
17:25.34mulecan you get the diff and gzip it?
17:26.06_ibzyeah, sorry, i meant 20030811-2.diff.gz
17:26.33_ibzi tried copying that to 20030811-1, but it still cimplains..
17:26.48_ibzabout it being unable to apply the patch succesfully or something..
17:26.56_ibznevermind, i;ll just uncheck ppp.
17:35.27mule_ibz: I get lots of patching errors all the time
17:38.46_ibzyeah, but ppp stops the build dead.
17:38.54mulewhere is the skeleton outline that output/rootfs gets generated on?
17:41.15_ibzerm...what?
17:41.52_ibzis that question directed at me?
17:41.59muleat anyone
17:42.05kergoth"skeleton"?
17:42.16muleaaah kergoth
17:42.18kergothi told you before, rootfs is the output of installing generated ipks into rootfs.
17:42.43kergothif you mean where does the base directory structure come from, it comes from oz-base.
17:43.05muleok...so I make an image and it boots into '(none) login:'
17:43.24muleaah, I will add oz-base to my packages
17:43.32kergothsounds like you forgot to include the busybox-* packages, or oz-base.
17:43.41kergothmake image_menuconfig
17:43.47muleI included busybox
17:43.53kergoth..
17:43.56kergothdid i say busybox?
17:43.59kergothi said busybox-*
17:44.06kergoththere are like 12-15 packages
17:44.09muleyes I know the bloody command, I have executed it 14,000 times in the last 24 hours :)
17:44.12kergoththat contain busybox's symlinks
17:44.19kergothwithout those, you just have a binary.
17:44.29mulewhat is my root password?
17:44.35kergoththere is none.
17:44.50mulethen why cant I log in to my z?
17:44.54kergothif its prompting for one, its becaue you dont have a password file
17:44.58kergothor you're missing something else critical
17:45.01muleoh ok
17:45.03kergothwhich we already fucking know
17:45.11kergothsince we detemined you're missing stuff
17:45.19mulewhat is base-modules?
17:45.22kergoth..
17:45.25kergothbase kernel modules
17:46.45*** join/#openzaurus dan2003 (~mango@pc2-ware1-4-cust40.lutn.cable.ntl.com)
17:49.13fdaskNo such file `ppp_2.4.2+20030811-1.diff.gz'.
17:49.15fdaskgah
17:49.18*** join/#openzaurus dan2003_ (~mango@pc2-ware1-4-cust40.lutn.cable.ntl.com)
17:49.54mulesomehow the buildroot knows when you are trying to screw it...it always knows >:)
17:50.10cynit's infused with the power of teh devil
17:50.31muleteh devil, I like that
17:54.54*** join/#openzaurus keta (~luca@3ffe:bc0:379:1:0:0:0:9)
18:03.35SI-pHluidAnybody gotten DGen/SDL to work on OZ?
18:04.19fdaskmule: are you still working on making your image since last night?  have you had a break?
18:05.54mulefdask: yes, thanks
18:06.35fdask:)
18:11.14mulefdask: but it boots!!
18:11.39_ibzmule: which image format do u use? ext2 or jffs2?
18:11.52mule_ibz: jffs2, I use the buildroot
18:11.59_ibzk
18:12.10mulenow I have to work out the right packages
18:17.29kergothmule: is the _image defconfig wrong?
18:17.48pHluidthe hell did I put my stylus :(
18:17.51kergothmule: cp def-configs/poodle-opie_image output/.config; make image_clean image_oldconfig image;
18:18.12treke|homemornin kerogth
18:18.17kergothhey
18:19.50mulethanks kergoth
18:20.30treke|homekergoth: Any reason we shouldnt just start posting a single initrd for all of the pxa zauruses?
18:21.08treke|homefrom what I can tell  they're all using the same source tree with different configs
18:22.45muleis it a crazy idea to mount /mtdblock3 on /usr ?
18:24.46fdaskmule, how did u end up getting your rom down to a decent size?
18:25.37mulefdask yes
18:25.45fdaskhow did u do it
18:26.18muleI make image_clean and did it again
18:26.32fdaskthat was it?  hrmm
18:26.44muleand then I make image_mrproper, but I'm not sure it liked that
18:26.51fdaskhehe
18:26.59*** join/#openzaurus stigger (stigger@p022-n1-gos.nlc.net.au)
18:27.05mulebut my rom boots :P
18:27.11fdaskcongratulations!
18:27.12fdask:D
18:28.32*** join/#openzaurus dan2003_ (~mango@pc2-ware1-4-cust40.lutn.cable.ntl.com)
18:30.58mulethankou
18:34.20fdaski am still on make
18:34.36fdaskthats what i get for using my p133  :)
18:35.10zaurinofdask what are you making?
18:35.30fdaskan image for my 5500
18:39.29_ibzibot: oz toolchain
18:39.30rumour has it, oz toolchain is http://www.openzaurus.org/official/toolchain/, or mkdir /usr/local/arm and extract them in there.
18:45.31*** join/#openzaurus tanq (~fragstert@64.5.42.211)
18:46.12*** join/#openzaurus treke|ho1e (~ggilbert@lsanca2-ar29-4-41-064-167.lsanca2.elnk.dsl.genuity.net)
18:55.22*** join/#openzaurus Bernardo (~jbbrs@213.58.80.92)
18:55.38Bernardohi
19:04.23*** join/#openzaurus kcr (bc2d68a360@EXORDIUM.MIT.EDU)
19:15.04*** join/#openzaurus godsmoke (~godsmoke@pool-162-83-204-184.ny5030.east.verizon.net)
19:21.06*** join/#openzaurus ||ugh (~hugh@a194-109-160-7.adsl.xs4all.nl)
19:28.19*** join/#openzaurus Bala (~Bala@hsdbsk142-165-143-153.sasknet.sk.ca)
19:35.37*** join/#openzaurus W8TVI-z (~zic@1114107419.mi.dial.hexcom.net)
19:59.09*** join/#openzaurus eworm_ (~eworm@p50903A0E.dip.t-dialin.net)
20:34.04GpF<kergoth> use bk ci to check in per file changes, bk add to add new files, and
20:34.04GpF<PROTECTED>
20:34.04GpF<kergoth> then use bk send to email it upstream
20:34.52fdask:)
20:49.49*** join/#openzaurus W8TVI (~root@3639244891.mi.dial.hexcom.net)
20:54.40paskydepressing to hear for those poor souls who are not permitted to use bk (like, er, me :)
20:57.31*** join/#openzaurus Virusmaster (~Virusmast@pD9E655A1.dip.t-dialin.net)
21:00.15mulewhy cant you use it?
21:02.58treke|ho1eYou have to pay for it if you've ever worked on a project that in any way competes with bitmover
21:07.23muleoh I see,,,you guys do that?
21:07.42mulewell if the snapshot is really updated every 4 hours...
21:07.58treke|ho1eThere are no recent snapshots
21:08.26mulewhats the open1x package for?
21:09.06muleit fails compiling wanting -lfl ,whatever that is
21:09.27muleits in the default oz rootfs
21:09.38muleI wonder if I need it for networking
21:09.50treke|ho1eso it cant be particularly important
21:09.57muletrue
21:10.09mulehmm...well I cant get my network set up
21:11.58mulehey, treke|ho1e, I built a rom ;)
21:21.21muleI cant get a network on it, but its there
21:26.28fdaskjust when i thought my make was getting close to finishing, here comes QT
21:26.28fdask-_-
21:28.31muleits just getting started :)
21:29.16fdaskwhat speed machine were u compiling on, mule?
21:29.34muleathlon1800
21:29.39fdaskoh nice!
21:29.47muleyou?
21:29.54fdaskp133 at the moment.  hehe
21:30.01muleheheh
21:30.06mulesorry
21:30.09fdaskby the time i finish compiling, all the src i used is obsoleted
21:30.10fdask:p
21:30.49fdaski have a p233 with the buildroot on it as well, should've been using that
21:31.00mulethats becasue you have windows on your good box?
21:31.07fdaskhow did u guess
21:31.16treke|ho1ewhy would you do that?
21:31.27muletypical - so you deserve long build :P
21:31.32fdask:[
21:31.54fdaski really should migrate this box to deb, but i'm hesitant
21:32.07mulewhy?
21:32.27fdaska lot of the apps i use are windows only
21:33.06muleerr...like what?
21:33.22fdaskvideo editing stuff
21:33.25fdaskand sound editing
21:33.29fdaskand erm
21:33.46fdaski dunno.  im making excuses
21:34.00muleaww...you can whine if you like
21:34.14mulebut I miss cubase
21:34.41fdask:)
21:35.07mulenot enough to boot windows ever ever
21:36.16fdaskthe machine i'm currently building on, was a fresh deb install.  my first task on it was compiling oz.  so i've documented everything i've had to do up to this point to succeed
21:36.43fdaskhoping to craft a doc showing people how to take an old pc from garbage, to buildroot success, step by step
21:37.02mulethats really cool
21:37.31fdaskthe system you compiled on is your main workstation?
21:37.38muleyes
21:37.52fdaskyou ran into a problem yesterday with graphics libs or something?
21:37.58muleyes
21:38.04muleno, threading libs
21:38.12fdaskah.  did you figure out the reason?
21:38.30muleno, but I fixed it
21:38.46fdasklike, i figure its easier for someone new to start from a bare install, than take their existing desktop, which might be full of conflicting versions of this and that which can be impossible to track down
21:38.50muleI still cant compile some packages
21:38.59fdaskwhich packages?
21:39.05muleopen1x
21:39.11mulemplayer
21:39.16muleliboop
21:39.37muledhcp client
21:39.55fdaskhrmm
21:47.40treke|ho1enot all packages are compilable
21:47.58muleoh
21:48.12muleso it might not be the fault of my system?
21:48.21treke|ho1ecorrect.
21:49.22mulewell I really want open1x which is 802.1x authentication...do I need that for wep?
21:49.33treke|ho1eno
21:49.46muleoh good
21:50.03muleI cant even get the lo up at the moment ;/
21:50.40treke|ho1euhm
21:50.45treke|ho1eThen your system is fucked
21:51.01muleheheh
21:51.10muleI can using ifconfig
21:51.23mulebut I dont appear to have ifup and ifdown
21:52.12treke|ho1eThen you didnt build it or didnt include it in your rootfs image
21:54.31muleI know... but I did and I did
21:55.10treke|ho1eIf you built it and put it in your image, it would be there
21:55.44muleyes, you would think
21:55.53mulelet me try again
22:11.45muleyay!
22:13.47mulecan I say that oz rukes by the way
22:15.55fdask:D
22:16.18mulehehe
22:16.31mulenow I want a 760
22:16.33mule:)
22:16.43mulewhat is the keyboard like on them?
22:17.47treke|ho1eusable
22:18.03muleas good as psion5?
22:20.55pb_no, not really
22:21.13muleis it bigger than psion5?
22:21.18pb_smaller
22:21.33mulewow
22:21.56mulealmost the same size as SL 5X00
22:23.00pb_yep.  c760 is a bit thicker than the 5000 series units, but I think it's the same or slightly smaller in the other two dimensions.
22:25.22mulewow, now I have to have one
22:25.34mulehow much sdram?
22:26.29muleI wish they would come with like 512mb ram
22:27.04pHluidwtf would you do with 512mb of RAM?
22:27.21mulerun x
22:27.22pHluidThat's severely disproportionate to the processing power and storage.
22:27.31muleis it?
22:27.46mule200Mhz processor
22:28.10pHluidHow many P200's did you see with 512mb of RAM?
22:28.22muleok but I had 256
22:28.34mulemy 5600 only has 32 :(
22:28.46pHluidUntil there's faster processors and more storage, there's no need for that kind of thing.
22:29.23mulewell that would be nice too
22:29.33pHluid256mb split storage and RAM would be nice.
22:29.57mule512 would be nicer :P
22:30.05pHluidAlso, we need something faster for solid state storage than flash.
22:30.13W8TVI40mb on the Z is plenty
22:30.31W8TVIram is the only thing faster
22:30.40muleI usd SD, compared to which flash is fast
22:31.01W8TVIwhat we need is faster interfaces to the flash
22:31.03pHluidEh
22:31.09muleits all about batteries
22:31.15W8TVIyou can get a "40x" 1gb CF card
22:31.23pHluidW8TVI: That would help, too; a USB card reader is way faster writing to flash than the Z is
22:31.34W8TVIyep
22:31.40pHluidSo I think there's bottleneck limitations there
22:31.51W8TVII have a USB 2.0 reader
22:32.14W8TVIlots faster in windows with that... and faster in linux
22:32.35pHluidHeh
22:32.44pHluid2gb CF card = $590 from newegg
22:32.46mulehas anyone got a multi card reader that uses more than the first card in linux?
22:32.49pHluidThink I'll pass on that :)
22:33.09W8TVInot I
22:33.18W8TVIwish it did...
22:33.26W8TVImy sd card is ext2 formated
22:34.12pHluidDoes the 40x card actually make a difference?
22:34.20pHluidWhat speed is the Z's CF slot rated for?
22:34.35W8TVIpHluid, I have no idea... never used one
22:34.39W8TVIand no idea
22:34.53pHluidI'm *guessing* the Z is a 12x slot
22:35.07W8TVIoh.... its about 189kb/s
22:35.20W8TVIthat is, more than
22:35.23pHluidWriting to it?
22:35.26W8TVIyep
22:35.41W8TVIthats the speed that winSCP reports
22:36.03W8TVII'm guessing about 200kb/s write speed
22:36.10pHluidHrm
22:36.14pHluid150K/sec is 1x.
22:36.35pHluid12x cards are theoretically 1.8MB/sec
22:36.54W8TVIthe interface itself I'm sure is faster, but not the CPU
22:36.57pHluidSo I doubt you'd notice any difference whatsoever with the 40x cards and stuff.
22:37.02W8TVIwith all the overhead
22:37.13W8TVII'd think the same thing
22:37.32pHluidBe a lot faster in writing from PC -> card reader though
22:37.45pHluidWhich would be useful if you were actually using a 1gb card or something and moving big stuff back and forth
22:38.27pHluidI lost my damn stylus somewhere :(
22:39.01W8TVII did that too, but found it in my car
22:39.07W8TVII dont like it eather
22:39.29W8TVII use a papermate pen/pencil/stylus
23:03.50*** join/#openzaurus treke|ho1e (~ggilbert@lsanca2-ar29-4-41-064-167.lsanca2.elnk.dsl.genuity.net)
23:03.50*** join/#openzaurus toe (~matthew@host81-128-53-123.in-addr.btopenworld.com)
23:03.50*** join/#openzaurus djr|z (pda@68.170.56.122)
23:03.50*** join/#openzaurus pasky (pasky@3ffe:80ed:100:201:0:0:0:ef) [NETSPLIT VICTIM]
23:03.50*** join/#openzaurus signal11 (~markl@42dbce11.leased.aros.net)
23:03.50*** join/#openzaurus BleedingE (whocares@saus04.usc.es)
23:03.50*** join/#openzaurus jot (~hybrid@216.226.155.236)
23:03.51*** mode/#openzaurus [+b *!*m0f73@*.c002.t7.mrt.starband.net] by calvino.freenode.net
23:05.31*** join/#openzaurus treke|home (~ggilbert@lsanca2-ar29-4-41-064-167.lsanca2.elnk.dsl.genuity.net)
23:05.34*** join/#openzaurus BleedingE (whocares@saus04.usc.es)
23:06.44*** join/#openzaurus stigger (stigger@p041-n1-gos.nlc.net.au)
23:18.55muledo any of the terminal apps take arguments?
23:19.18stiggerwhat do you mean
23:19.43tanqsup
23:20.01W8TVImule, most do
23:21.50muleincluding opie-console?
23:27.49*** join/#openzaurus Marsupilami23 (~Marsupila@152.139-60-66-nokia-static.surewest.net)
23:58.46treke|homeall qte apps accept predefined arguments

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.