**** BEGIN LOGGING AT Sat Sep 12 02:59:56 2009 Sep 12 03:08:10 well, unable to open an initial console i see as a full on success ;) Sep 12 03:12:06 from a booting the kernel from disk point of view Sep 12 03:20:58 ? Sep 12 03:28:24 tinker-f595: with rsync i --exclude=/dev and haven't been running MAKEDEV since, kernel boots off usb disk, but can't open console w/o that run, so next boot it should be fine Sep 12 03:28:46 huh? Sep 12 03:30:24 how'd i lose you there? Sep 12 03:31:28 i moved the running fs off the sheeva, but excluded /dev, i never ran MAKEDEV on /dev in a tired "let me just boot kernel off disk" frenxy Sep 12 03:31:33 frenzy too Sep 12 03:34:03 tinker-f595: most my time is consumed by trying to reset the sheeva in time to have both disks up for boot, i managed that almost perfectly, right now i sit on time outs again Sep 12 03:34:41 ha Sep 12 03:36:53 chuckachucka! Sep 12 03:37:03 MAKEDEV magic Sep 12 03:37:49 tinker-f595: now where i can boot uImage.20090403 from disk, tell me why this owuld never work from 2.6.30.6 (mainlineLinux Yes) with the arc of 2097 and all that good stuff? Sep 12 03:39:03 you should be able to boot from disk with 2.6.30.6 Sep 12 03:40:10 I am using 2.6.30.5 Sep 12 03:40:35 mainline stuff is orion Sep 12 03:41:10 well, i can restore all images now, can restore uboot to default environment, flip between booting from nand and disk Sep 12 03:41:24 i guess when i have my days off i will look into other kernel Sep 12 03:41:38 i will have enough to do setting up all services Sep 12 03:42:03 thanks for your factory defaults link, it helped me restore some sanity and helped get me back on track Sep 12 03:43:04 tinker-f595: i may just skip all newer kernels until all the scheduler and swap compressor work is done, unles i hit an actual problem :) Sep 12 03:43:28 I think you are doing something incorrect in u-boot Sep 12 04:21:36 tinker-f595: what do you mean? it boots off usb disk..... Sep 12 04:22:18 you said you could not get the later kernels to work Sep 12 04:22:29 just that the disks + passive hub + u-boot is not a good combo, once in linux, the drives act normal, something about u-boot that makes the drives go bye bye way quick Sep 12 04:22:35 that is because they are orion kernels and you need that info in u-boot Sep 12 04:22:47 tinker-f595: oh, that, i will look into it later Sep 12 04:23:21 the only time i see orion referenced is in the nand setenv stuff, none of the external disk ones ever reference orion Sep 12 04:24:03 I am about to build a hhd with a really recent kernel and fed 11 rfs on it for my openrd client Sep 12 04:24:36 oh I thought you said you were booting the kernel from nand and using rfs on disk Sep 12 04:24:48 i am booting kernel from disk Sep 12 04:30:03 i will see how things go next time i try from disk Sep 12 04:30:41 setenv bootcmd 'usb start; ext2load usb 0:1 0x8000000 /boot/uImage; bootm 0x8000000; reset' i just change to /boot/uImage-2.6.30.6 and saveenv and reboot Sep 12 04:31:06 along the mainline and the arc 2097 thing Sep 12 04:32:44 you said arcNumber can be ignored since it's the device number, and this mainlineLinux yes/no should allow switcing between current kernel and mainline kernel w/o issues? Sep 12 04:34:01 no I did not Sep 12 04:34:22 arcNumber is the type of device you are running on. Sep 12 04:34:42 If you do not have the arcNumber set correctly you will not boot Sep 12 04:35:14 there are something like 3000 different arm devices registered Sep 12 04:36:21 if you do not have the correct arcNumber set common-head.S does not know what to look for in the kernel space to jump to Sep 12 04:37:05 to put it simply Sep 12 09:10:43 Hey all Sep 12 09:17:11 Could anyone take a look at the error message I'm getting when attempting to flash using the 1.0 release: http://pastie.org/614482 Sep 12 09:28:56 Super_Roach: apt-get install libftdi1 Sep 12 09:56:35 Thanks fnordianslip Sep 12 09:56:51 np Sep 12 09:58:24 What would be the next step? I'm trying to use console back into the openplug, but I don't think the serial is working... trying /dev/ttyS0 , 1, 2 gave a cannot communicate error. I'm trying at 9600 bps atm Sep 12 10:02:13 o get the serial/usb console, i've been using "sudo screen /dev/ttyUSB0 115200" Sep 12 10:02:24 to, even Sep 12 10:05:53 tinker-f595: when i said arcNumber can be ignored, i was refering to arcNumber 2097 as it is shown for mainline kernels, would be the same for regular kernels, didn't mean to make it sound like 2097 can be picked at random ;) Sep 12 10:08:20 i change the arcNumber when reading the debian link, what does that need to be if i just copied ubuntu to sda1? same arcNumber is the type of device Sep 12 10:08:26 refering to that :) Sep 12 10:17:39 Woot that opened a connection! i think its hung though, I don't get output and can't type though Sep 12 10:18:39 Super_Roach: what state is the plug in? freshly reflashed with installer1.0? Sep 12 10:26:30 It's newly reflashed with installer 1.0 Sep 12 10:27:51 We just got the putty shell working (we're at a unconference), ## Booting image at 008000000 Bad Magic Number Sep 12 10:30:10 hmm. disclaimer - only got mine yesterday, but i have been through this process once. did installer1.0 run properly, without error? i first tried with a USB stick that it didn't like, and i used another one instead, which was OK. i let screen run while running runme.php in another shell, and when runme completed, the plug rebooted, and i started seeing output in screen Sep 12 10:30:46 It did run successfully on the shell when i done the php5 runme.php Sep 12 10:31:24 bad magic number seems to mean for me that it didn't boot on the serial though Sep 12 10:34:12 hmm. i did see that in an earlier attempt with my dodgy usbstick. in dmesg, i see the following bootline: Sep 12 10:34:13 console=ttyS0,115200 mtdparts=orion_nand:0x400000@0x100000(uImage),0x1fb00000@0x500000(rootfs) ubi.mtd=1 root=ubi0:rootfs rootfstype=ubifs Sep 12 10:36:14 so it looks as thought he uImage should be at 0x100000 Sep 12 10:36:43 i reckon you should run runme.php again, and watch what goes on in the console too. Sep 12 10:39:13 So based on the doco, it looks like upgrading from alpha-installer-6 to installer-1.0 is worthwhile. Sep 12 10:42:57 Q_Contoxicated: I couldn't say, i've only had mine since yesterday ... Sep 12 10:44:31 I've only updated the on-device Flash, looking to install to a 250GB HD. Sep 12 10:44:39 latest-greatest is probably my best bet. Sep 12 10:44:58 Need to modify installer schtuff to install to said HD. Sep 12 10:45:06 But, boozified, so now might not be best time... Sep 12 10:45:07 lawl Sep 12 10:45:16 I know I can unbrick it though, so not horribly concerned. Sep 12 10:48:51 yep, that serial/jtag usb interface is awesomely convenient Sep 12 10:50:37 I'm still confused on how to install to USB drive though. (HD in my case, not Flash or SD) Sep 12 10:51:04 * Q_Contoxicated is currently reading through the 1.0 readme for the first time. Sep 12 10:51:33 interesting Sep 12 10:54:14 So if anyone has more knowledge on how to install to HD, it'd be very appreciated. (The documentation seems to be lacking on how to install to alternative media, leaving it up to the end-user to 'simply know' or 'figure it out on their own') Sep 12 10:56:24 so am i and i'm not pissed Sep 12 11:00:50 I'm not either, it's just annoying. lawl Sep 12 11:00:52 native compilation on the plug is so much faster than on my NSLU2. code that would take over 10 hours to build on the slug is done in 30 mins on the plug. woohoo! Sep 12 11:01:09 Yeah, 1.2GHz versus what, 266Mhz? Sep 12 11:01:22 underclocked to 133MHz by default Sep 12 11:02:02 Ouch. Sep 12 11:02:04 the 32MB RAM was a big problem for the slug Sep 12 11:02:25 So, roughly 10% of the CPU power, and 1/16th the RAM. Sep 12 11:02:31 I can see the compilation time difference right there. Sep 12 11:02:52 Not counting architecture gains from whatever extra features the Plug has over your NSLU2. Sep 12 11:03:23 indeedy. still, might try and get the quadcore ubuntu box upstairs to run the crosscompiler with distcc anyway Sep 12 11:06:18 Mmmmmm. Sep 12 11:11:59 are there any sensors for sensors-detect to find? if so, i'll install lm-sensors and give it a whizz Sep 12 11:13:51 I'm not aware of any sensors, but I am far from a guru as to what's all there :-D Sep 12 11:19:01 oops. segfault running sensors-detect, and kernel oops. think i'll uninstall lm-sensors ... Sep 12 11:20:41 back Sep 12 11:22:18 YAY Sep 12 11:22:55 SuperRoach: success yet? Sep 12 11:23:30 no luck yet Sep 12 11:23:47 I'm just trying to connect back to it, and do a reinstall so I can try and see where the flash fails Sep 12 11:24:28 my problem was cured by using a different usb stick. Sep 12 11:24:52 What problem did you have? the bad magic error as well? Sep 12 11:25:19 fnordianslip: no sensors Sep 12 11:25:21 yep, but there was evidence of problems before that too. Sep 12 11:25:58 armin76: guessed as much, so no need to worry about the segfault/panic from lm-sensors then ;-) Sep 12 11:26:02 neat, I've got a spare one I can try too Sep 12 11:33:02 heard of unconferences by the way fnordianslip ? Sep 12 11:36:18 i have heard of them, but never about them. what is yours about? Sep 12 11:37:55 Their great for meeting people... This one is about a lot of php, although it's not set in stone in any way Sep 12 11:38:55 ah. never ventured into php. in fact i think runme is the first php script i've ever run Sep 12 11:46:09 woohoo, trying it again... done it by acident with no usb drive and had the same error... so might be the usb drive Sep 12 11:47:24 doh, same error :/ Sep 12 11:47:41 would the log of it help at all? maybe there is a env value that is wrong Sep 12 11:47:53 bad magic error, or installer error Sep 12 11:48:04 The Bad magic error Sep 12 11:48:52 Booting image at 008xx may be the problem if you said yours is at 01xxxx Sep 12 11:49:06 does the installer look like it is flashing the new uboot, uboot-env, kernal and rootfs ok ? Sep 12 11:52:36 I'll have to look at the readme when I'm sober, and see if it includes enough info for a USB-HDD install...or else I'll just check the forums again. Sep 12 11:54:40 yes it does... I left putty open to see it when it reboots. is there anything I should notice while its flashing? Sep 12 11:55:13 Yes, it'll take awhile between steps. Other than that, I went back to other things. Sep 12 11:55:26 I left it for more than the prescribed amounts, with the alpha-6 installer. Sep 12 11:55:33 Said 5 minutes, I think I left it for 7 or 8 Sep 12 11:56:52 yeah, that time sounds about right. When it finished I noticed the putty console was streaming data as if it was rebooting Sep 12 11:57:07 well, i've only done it once successfully, and haven't spent much time looking at the u-boot settings, but if it is trying to load the kernel from the wrong flash address, it would explain the problem you're having if the u-boot env is bad Sep 12 11:57:37 Best to leave the console (putty, whatever) open Sep 12 11:57:45 So you can possibly see any errors it runs into. Sep 12 12:00:47 i can't see any besides the bad magic on booting the image Sep 12 12:01:48 i do notice the image size is different to whats in the readme.txt .... readme is : 2837885 bytes read Sep 12 12:01:49 , the uboot/sheeva says 4194304 Sep 12 12:03:02 I had a bad-magic number with alpha-6-installer Sep 12 12:03:10 I re-ran said installer, and it worked fine after that. Sep 12 12:03:21 YMMV, but it worked for me. Sep 12 12:05:24 is there a way to verify the size of the image? Sep 12 12:05:27 thats pretty much how it went for me, except i switched usb sticks also. i'd try unplugging the usb cable, power-cycling the plug and trying runme.php again. run screen or putty as soon as you've run runme Sep 12 12:05:30 or check that it wrote Sep 12 12:05:58 did you find your putty was able to stay open as you run reinstalls of it? Sep 12 12:07:14 you could try manually running recover1 through recover4 from uboot too, i guess, but i am new with this Sep 12 12:08:20 my screen session used to drop out a bit, and it turned out to be a dodgy usb extension cable. after that, screen stayed connected via /dev/ttyUSB0 unless i cycled the plugs power Sep 12 12:12:19 there are too many lines in uboot-env to read in the screen session - d'oh Sep 12 12:12:45 expand screen session's back-log, or enable logging? Sep 12 12:15:00 Q_Contoxicated: can't remember the screen options for that, and the man page is huge ... Sep 12 12:15:08 heh Sep 12 12:15:21 and a quick google search can't help? Sep 12 12:15:37 jfgi? Sep 12 12:15:43 yeah. Sep 12 12:15:46 * Q_Contoxicated is too lazy Sep 12 12:15:49 and drunk Sep 12 12:21:05 okay, -L logs into screenlog.0 Sep 12 12:26:00 lol Sep 12 12:26:23 thanks fnordianslip ! We just done a recover 2 - 3 Sep 12 12:26:32 that has got us into it almost too! Sep 12 12:26:43 almost? Sep 12 12:27:09 im not sure from where to copy, the errors happen a fair bit, possibly not reading the rootfs Sep 12 12:28:00 so it starts to load the kernel now? Sep 12 12:28:16 load and run i guess Sep 12 12:35:41 ah i get it. the uImga egets copied form Sep 12 12:35:53 oops. unfinished crap above Sep 12 12:40:17 don't run recover 3. just recover1 and recover2. recover2 invokes recover3 which then runs recover4, which reads the kernel and initrd into memory, then recover3 completes by erasing and writing the kernel into the MTD, then recover2 completes, so if you run anything after recover2, it may well end up not as desired, probably Sep 12 12:57:14 OMFG IT WORKS Sep 12 12:59:35 woot Sep 12 13:01:59 besides myself lol Sep 12 13:02:13 I haven't slept in a long time so i might hold off doing things till then Sep 12 13:03:23 just spent a while reading the u-boot env and figured out how all the memory mapping and copying from usb stick is done Sep 12 13:03:46 slleping, at a conference ? Sep 12 13:03:51 sleeping, even Sep 12 13:04:40 lol i know Sep 12 13:04:43 its a two dayer Sep 12 13:04:50 most of us havn't slept the day before getting ready Sep 12 13:05:21 lol. Sep 12 13:06:56 need to figure out how to crowbar 2.6.30.6 in there now Sep 12 13:08:06 hmm. why no lsusb? Sep 12 13:12:00 ah. lsbutils package. anyone know why my /etc/resolve.conf keeps changing? is there a better way (interfaces?) to specifiy dns servers? Sep 12 13:28:14 does anyone use compcache or swap on their plug? Sep 12 13:31:55 I always define swap space, but I hope it isn't actually used. You need swap space defined if you're ever going to have one program use all the RAM, due to the behavior of the Linux OOM killer (which is screwed up IMO, but it is the way it is). Sep 12 13:32:49 thats what i was thinking. have /home and a swap partition on sd card, so will use that swap. Sep 12 13:32:51 that behavior is a last ditch resort though :) Sep 12 13:33:01 (actually it's more complicated than just "one program using all RAM", but that's a generalization that works reasonably close). Sep 12 13:33:12 yep...OOM killer is pretty desperate Sep 12 13:33:30 ulimit is your friend Sep 12 13:34:02 depends on your application. Sep 12 13:34:24 ok. ulimit is the kernels friend ... Sep 12 13:35:18 for most servers (and the plug is actually reasonably close to a small server), the default behavior of the OOM killer is appropriate, and if that's the case you should be fine without swap (i.e. all ram should be usable without swap). Sep 12 13:36:29 i tend to agree. my old slug is alot more precarious with only 32MB RAM Sep 12 13:37:14 The issue is if you have a single program that mallocs large amounts of memory, and tries to use "system()" or fork()... then you either need swap which will never actually be used, or you need to change the OOM killer behavior (via sysctl setting IIRC). And the slug has major issues with that, exactly because it has so little RAM. opkg will trigger the OOM on that device. Sep 12 13:38:13 Just keep track of the stats, and avoid actually swapping on the SD card; it won't last as long as it should if you do that. Sep 12 13:38:20 make -j4 does a pretty good job too, even with DISTCC helping out, as linker jobs get invoked in parallel too, and the poor thing gets quite depressed Sep 12 13:38:28 SD is a crappy thing to swap to as well. Sep 12 13:38:41 (I prefer to swap on a swapfile, so that I don't have to dedicate a swap partition) Sep 12 13:38:53 better than nothing though. although, i am wondering about compcache Sep 12 13:40:04 * ShadowJK has used swap on SD for over a year and the cards haven't died yet Sep 12 13:41:26 i've only lost one SD card so far, in my N800, but I was running some code that did frequent writes onto it for a long time. Sep 12 13:42:37 in my view, the job of the SD card is to be replaceable easily, not to perform well ;-) so if they wear out, so be it Sep 12 13:42:46 I've lost a SD card, in my mp3 player. :P Sep 12 13:43:02 I did 1 gigabyte of writes 5 times a week for 2 years Sep 12 13:43:21 And then one day my mp3 files sounded funny :) Sep 12 13:44:01 i've been pottering around with a redhat based embedded distro, and that has the readonly-root mechanism from fedora in it. it would be cool to get that into debian/ubuntu somehow. Sep 12 13:51:23 is the ubifs rootfs compressed? my guess is that it isn't Sep 12 15:37:52 ShadowJK: but has the swap actually been used? Sep 12 15:38:31 on my n810 it's in heavy use Sep 12 15:38:56 2gig in 5 days Sep 12 15:39:44 well n810 is very constrained Sep 12 15:40:22 my Sheevaplug never swaps to its swap partition Sep 12 15:40:34 yeah Sep 12 15:40:51 Q_Contoxicated: http://www.openplug.org/plugwiki/index.php/External_Hard_Drives Sep 12 15:47:32 anyone know of a good guide to getting distcc to work for the plug on my quadcore ubuntu box. i've just installed the CodeSourcery cross-compiler. Sep 12 15:48:00 sooo... Sep 12 15:48:15 there arent usb wifi adapters that support hostapd . ;_; Sep 12 15:48:20 rektide: hi Sep 12 15:48:22 i have no idea wtf i'm going to do Sep 12 15:48:28 hey there, good morning to you Sep 12 15:48:48 why do you want a usb wifi adapter? Sep 12 15:48:51 besides cry myself back to sleep, eeee gaddss Sep 12 15:49:44 v. pci-express, its easier to position a usb wifi adapter in a sensible place Sep 12 15:50:41 perhaps bluetooth would work instead, as a stopgap? Sep 12 15:51:35 rektide: for your openrd? Sep 12 15:52:27 yes for openrd Sep 12 15:52:44 hrm i might be able to use bluetooth stopgap. i have a bluetooth adapter, but i've never investigated PAN. Sep 12 15:53:08 my car computer is almost ready for install, but i dont have any way to talk to it! Sep 12 15:53:35 rektide: and what are you going to do with your "car computer" Sep 12 15:53:39 from what? Sep 12 15:55:50 rektide: so you cannot find a wireless usb with the correct chipset for hostapd Sep 12 15:55:53 ? Sep 12 15:56:06 tinker-f595: mostly it runs mpd and does file serving from a MS4UM Sep 12 15:56:36 http://www.openplug.org/plugwiki/index.php/User:Rektide Sep 12 15:56:49 ms4um = 4 bay esata enclosure Sep 12 15:57:52 rektide according to some quick searches there are some usb wirelesss sets that should work Sep 12 15:59:02 i'm suspecting i was just BS'ed by someone in #wireless Sep 12 15:59:16 <@dragorn> rektide: I know of no usb device which has ap mode support Sep 12 15:59:24 rektide: I looked at http://hostap.epitest.fi/hostapd/ which took me to http://wireless.kernel.org/en/developers/Documentation/mac80211 which then led me to http://wireless.kernel.org/en/users/Drivers So Sep 12 15:59:38 Has anyone tried to use an external enclosure with two hdds in JBOD mode with the sheevaplug? I've got one, some rosewill one with a jmicron chipset, and on the sheevaplug it only picks up one of the two drives. both show up fine in arch linux on my desktop. Running whatver the sheevaplug installer installs + the 2.6.30.6 kernel. Sep 12 15:59:51 So maybe you need to build a kernel with the correct drivers Sep 12 16:00:10 I havent actually received my Alfa AWUS050NH yet Sep 12 16:00:43 which has the Ralink rt2870 chipset that I'm hoping has hostapd support Sep 12 16:01:58 i'll compile the rt2x00 driver's git tree as soon as the hardware shows up Sep 12 16:02:07 and keep my fingers crossed-- although that'll make typing interesting Sep 12 16:02:25 rektide is that an Italian car? Sep 12 16:02:40 she's german Sep 12 16:04:58 hmm the User: page is pretty weak on "why" i'm doing this. I'll fill in a better overview at some point Sep 12 16:08:29 rektide: you should add the u-boot stuff form your page to the sheevaplug u-bbot page Sep 12 16:09:17 rektide: http://www.openplug.org/plugwiki/index.php/U-Boot_Quick_Reference Sep 12 16:12:32 rektide: who is german? Sep 12 16:14:38 my car is german. why the Italian question ? Sep 12 16:15:38 alfa Sep 12 16:17:15 oh, ha. no, apparently a italian wifi adapter in a german car. Sep 12 17:07:07 tinker-f595: you have an openrd client board, haven't you ? Sep 12 17:09:04 if so do you also see excessive CPU usage when X is running ? Sep 12 17:54:38 X! you heathens. ;) Sep 12 17:54:46 what a luxurious world you bask in Sep 12 17:56:36 yep, i'm grateful that the plug has a serial port ;-) Sep 12 17:59:34 so rektide, how are you powering your carputerplug ? Sep 12 18:41:17 There is no uboot-custom.txt in the installer folder in the 1.0 installation archive... Sep 12 18:59:25 fnordianslip: the openplug runs off the 12v bank i have in the back. the esata array plugs into the inverter. Sep 12 18:59:43 which is silly, as i'm sure its power supply is just putting out 12v + some 5v Sep 12 19:00:54 ah. so the plug is running off a 12v to 5v dc-dc converter, and the disk array from an inverter? Sep 12 19:01:53 yup Sep 12 19:02:19 whats the purpose of the disk array? just vast capacity, or what? Sep 12 19:02:40 capacity, speed & convenience Sep 12 19:02:55 its everything i'd want for any purpose in an easily tote-able form Sep 12 19:03:04 is it sdd or hdd? Sep 12 19:03:08 ssd, even Sep 12 19:03:10 hdd Sep 12 19:03:34 i'm only just beginning to really use it, and so far SMART hasnt freaked out Sep 12 19:05:47 interesting. i've been surprised how well HDD work in some pretty bizarre places, but i wouldn't be all that keen to expect them to last all that long Sep 12 19:06:25 its a boat of a car so it shouldnt be that "shocking" Sep 12 19:06:40 hopefully SMART tells me things are going poorly Sep 12 19:07:04 fair enough. anti-vibration mounted? Sep 12 19:07:19 also, i'm working on an overlay FS that will have colossal read-ahead, such that i can shut down the drives 95% of the time Sep 12 19:07:54 not really. i need to concoct some kind of platform for the array. Sep 12 19:09:49 tie it to a balloon, and tow it behind Sep 12 19:10:21 it'd need one big ass balloon Sep 12 19:10:45 how big is this array? Sep 12 19:14:12 4 drive Sep 12 19:14:33 plus ~1.125x a drive size below the bottom drive with power supply in it Sep 12 19:14:56 probably weights 24~30lbs loaded up, oi! Sep 12 19:15:22 sounds about the same size as my qnap TS-409 then Sep 12 19:15:32 yeah Sep 12 19:15:58 had i known, i may have gotten a TS-219p instead of an openrd Sep 12 19:16:28 little NAS unit with 2 drives and a separate JMB controller hosting a eSATA port, using the same kirkwood processor we're all coming to love Sep 12 19:17:45 that must be quite new ... not come across it before Sep 12 19:19:09 i just found out about it via some debian-arm dudes website Sep 12 19:19:20 still running the qnap distro on mine, never tried anything more open on it Sep 12 19:19:22 its got to be brand new though Sep 12 19:20:34 still think its a bit overkill for a carputer though ;-) Sep 12 19:20:51 cum fileserve Sep 12 19:21:16 for a low power fileserver, theres not even anything to compare with Sep 12 19:21:34 oh, it contains your pron ? Sep 12 19:22:08 would if i had any! Sep 12 19:30:56 what kind of read/write speeds does the plug manage over USB2.0? can it max out the disks or not? Sep 12 20:31:53 fnordianslip: i'm on an openrd platform Sep 12 20:31:58 so i have eSATA Sep 12 20:32:07 oh. flash. Sep 12 20:32:31 yeah its spiff. almost worth the sacrifice of having a device thats 5x the size of an openplug. ;) Sep 12 20:32:53 is the lead time as bad on them as the plug? Sep 12 20:32:57 havent run any numbers yet Sep 12 20:33:01 at least as bad; its insane Sep 12 20:33:25 took >1 month for my order to get to me Sep 12 20:34:01 5 weeks until dispatch for my plug Sep 12 20:34:06 then 2 days to get to uk Sep 12 20:34:57 now i'm just waiting for the n900 Sep 12 20:36:29 dddammmnn Sep 12 20:36:41 thats so unacceptable. :/ Sep 12 20:36:45 mine has a broken RTC Sep 12 20:37:04 1970 all over again? Sep 12 20:37:06 i need to tell them, but i cant imagine how bad its going to be Sep 12 20:37:15 seriously Sep 12 20:37:41 is it known issue? Sep 12 20:38:04 does dmsg show errors trying to set it? Sep 12 20:38:14 dmesg shows errors, and the power on test in uboot FAILED Sep 12 20:38:38 smeg Sep 12 20:38:39 "clock is at 09:59:59" \ "expected 10:00:00" or something akin ot that Sep 12 20:38:48 it doesnt move Sep 12 21:53:43 tinker-f595: how is your f11 install going? Sep 13 00:30:38 default 2.6.22 kernel does not support nfsd? Sep 13 00:31:50 the default kernel doesn't support much anything Sep 13 00:34:05 minimalist is one way of making a default kernel i guess Sep 13 00:35:18 one way, not God's way Sep 13 00:35:23 the fridge is on my side Sep 13 00:36:01 rektide....hm...rektide, i came across links with your name in it, didn't i Sep 13 00:36:34 its possible. there are links like that. Sep 13 00:38:32 ahh, fun, the mkimage in u-boot folder is a x86 binary :/, i was going to just compile in plug Sep 13 00:39:30 ok, so i build that too, no points for the lazy Sep 13 00:41:21 * morfic wgets u-boot-latest <--- unless what's in nand needs to match what does mkimage ? Sep 13 00:45:24 maybe i should just grab 2.6.30.6 and see if i can get it to boot this time around Sep 13 00:51:18 oh well, here goes serial console, at least i have one on this thing Sep 13 00:59:53 finally, 2.6.30.6 actually giving me some love, reflashing every image there was and restoring to factory defaults shouldn't have done anything, but it let's me boot this kernel, set up the same as before, yay the wonder! Sep 13 01:48:10 morfic: what distro you using? Sep 13 01:48:47 ubuntu Sep 13 01:49:17 tinker-f595: is this common, plug out of box won't boot a kernel, after you reflash every image, it boots them? Sep 13 01:49:33 morfic apt-get install mkimage Sep 13 01:49:42 tinker-f595: i am using your external hdd link setenv stuff today the same i did with fresh plug Sep 13 01:50:23 morfic: not seen boot problem you are talking about Sep 13 01:50:30 tinker-f595: that works, i was gonna follow the kernel compile link i have open, does it generically with pulling source and building Sep 13 01:51:18 mkimage just has to be in the path Sep 13 01:52:00 well, it's all i did, restore, boot from nand, copy kernel image to /boot, add mainlineLinux Yes and arcNumber 2097 (again), change /boot/uImage to /boot/uImage.30.6 and it came up as if it never had a problem Sep 13 01:53:21 morfic: probably had a control character hidden in one of the arguments Sep 13 01:53:44 tinker-f595: c'mon as if i would change my serial console pasting ways :) Sep 13 01:53:57 ha Sep 13 01:54:52 although i spent 75% of my time waiting for disks to come up in uboot in time, or stay up long enough is more like it, those 25% i spent to going over settings and i did the factory restore before the flashing of images, so at that point any previous error should have been gone Sep 13 01:55:24 yep Sep 13 01:57:17 well, it's good it "just works" now Sep 13 01:58:17 u-boot, wonder what it does not do that linux does to have such trouble with usb disks, i mean, they may be external and set to sleep, but they never start "i have a booboo" blinking in linux (one or the other in uboot) Sep 13 01:59:07 huh? Sep 13 01:59:09 i can hear the heads rest and hear it spin up on access in linux, the lag on first access after pause i accept, basically just wondering if u-boot will ever like my disks Sep 13 01:59:31 I have no porblems Sep 13 01:59:46 morfic what drive you using? Sep 13 02:00:00 tinker-f595: my disks don't just time out, they enter some error state even with your reset at end of the line Sep 13 02:00:06 WD10000H1U-00 Sep 13 02:00:28 tinker-f595: next week's paycheck i look for a active usb hub, maybe it cures that Sep 13 02:00:38 the reset is for if it times out, then the sheevaplug will restart Sep 13 02:01:34 well, the reset caught the disks one time, like time out, reset, perfect boot, you know.....once Sep 13 02:03:33 hmm Western Digital Mybook...supposed to be self powered... Sep 13 02:04:06 it is plugged in, yes, all it does is use usb port to sense computer on/off as its own on/off "Switch" Sep 13 02:04:08 comes with ac adapter so should not be a power problem Sep 13 02:05:07 they ran for a few months now on the slug, not like i reboot the slug a lot, but no issues with them, aside from the obvious lag for wake up, nfs never bitched because of it, it was what i would call perfect Sep 13 02:05:21 and nfs access now is prefect, just dir listing goes a little quicker Sep 13 02:07:00 wonder if you have a bad usb cable? Sep 13 02:09:41 they never fail in linux, no data issues with them, they work fine on laptop too, they only do not get any love from u-boot Sep 13 02:27:40 Hello there - what is the default ip of reflashed 1.0 openplug? Sep 13 02:35:04 SuperRoach how did you reflash? Sep 13 02:35:36 SuperRoach: also did you set you mac address Sep 13 02:38:00 tinker-f595, The Mac address I couldn't find from the docs, I had it as the default still - would that prevent it from booting? I reflashed using the 1.0 just out Sep 13 02:38:43 SuperRoach: did you think about looking at the label on your SheevaPlug? Sep 13 02:39:01 it's tiny Sep 13 02:39:04 If you had read the docs you would have noticed that Sep 13 02:39:32 tinker-f595, No, I meant about setting it in the actual scripts ( as in there is no uboot-custom.ini as said in the docs - forums have mentioned it being somewhere else) Sep 13 02:42:30 it is uboot-custom.txt Sep 13 02:42:54 never seen uboot-custom.ini mentioned anywhere Sep 13 02:43:14 it is in the installer directory **** ENDING LOGGING AT Sun Sep 13 02:59:56 2009