**** BEGIN LOGGING AT Mon May 11 02:59:57 2009 May 11 03:23:48 rabeeh: Hey would you look at that. The search disappeared again. May 11 03:24:16 I'll have to go through the pirc bot java source and work out why the hell it happens. May 11 03:24:24 It's bloody ridiculous! May 11 03:32:43 I'm inquiring about the issue now. May 11 04:25:14 I think somebody overloaded the power at the place where my server is. May 11 04:25:38 I really need to get a UPS for it. I can't really even afford a second hand one at the moment though. May 11 05:56:35 I found the code which is creating the problem with the disappearing search box May 11 05:56:49 I'll edit it and it should be fine afterwards May 11 05:57:07 thats what happens when you use java :D May 11 05:57:39 armin76: I hate java (maybe not HATE, but I avoid it if ever possible) but this logbot seemed the most appropriate thing for the job. May 11 05:57:43 and I still think it is. May 11 05:58:27 At least I can easily understand what java code is doing, unlike perl which confuses the hell out of me. May 11 05:59:28 I'll investigate the code a bit more in a minute but while I was looking at adding a plugin for the bot I saw this line of code: May 11 05:59:29 LogBot.copy(new File("html/header.inc.php"), new File(outDir, "header.inc.php")); May 11 05:59:49 it is making a new header.inc.php which is why the search box disaapears! May 11 06:00:28 though it looks like I am editing the wrong header.inc.php :) May 11 06:00:34 I need to get the one that it copies. May 11 06:00:46 I was editing the one in the output directory May 11 06:00:58 I forgot how the bot was set up :S May 11 06:02:27 I'm just taking a guess at how this new plugin will work, so there is the possibility that the bot might go down for 15 minutes sometime soon. May 11 06:12:47 ok the logger will have to stop for a up to 30 mins. May 11 06:13:46 crap now I have to wait for OpenPlugLogger to disconnect May 11 06:23:59 It's back but it didn't auth properly :( May 11 06:33:48 ah well... I'll play with the other stuff late. May 11 06:33:55 at least the search will stick now. May 11 06:36:02 does it need such a long nick? May 11 06:53:44 why not? May 11 06:53:51 It's not like you write to it. May 11 06:55:39 I guess it's fine if you have wide-screen monitor May 11 06:59:33 I don't May 11 06:59:44 I have a 1024x768 CRT. May 11 08:03:54 hello all May 11 08:05:04 just want to ask, because I am very new on this linux thing and having a sheevaplug at hand, basically I just need to thorough test this sheevaplug, can anyone suggest a better option? May 11 08:07:38 what kind of test? May 11 08:07:55 there is a diagnostics tool in u-boot May 11 08:10:31 i have seen that test on u-boot, like DRAM test you mean? maybe something like that of the production test, If I have to install apache, mysql and php, basically displaying a simple test page on the browser can already assume that my sheevaplug is working is it? May 11 08:11:16 aha ok May 11 08:11:41 my plug was not able to boot when I received it May 11 08:11:53 I started with the u boot console May 11 08:13:07 @snuiter, now it is working is it? May 11 08:14:23 yeah, but I'm running debian at the moment May 11 08:14:26 from a fast usb-stick May 11 08:14:56 I also compiled my own kernel May 11 08:15:21 I still have to write my kernel to the internal flash memory, so I can boot without the stick May 11 08:15:53 http://www.cyrius.com/debian/kirkwood/sheevaplug/unpack.html May 11 08:17:07 thanks May 11 11:08:47 Hi there!!! I am trying to run U-boot from DRAM on the Sheevaplug, but I am unable to get the console after loading the image and resuming execution from the address 0x600000 May 11 11:09:10 Has anyone tried this using OpenOCD? May 11 11:14:41 timtimwork: why did you need to reboot? May 11 12:09:37 I have already followed the eteps given on the wiki : http://plugcomputer.org/plugwiki/index.php/Setting_Up_OpenOCD_Under_Linux May 11 12:11:07 i meant steps* May 11 12:40:28 http://www.openplug.org/plugwiki/index.php/Load_Serial_Drivers_Automatically_Using_udev much improved method May 11 12:43:41 I get the console on ttyUSB1 and am able to establish JTAG communication using OpenOCD May 11 12:44:33 I am also able to halt, reset, initialise the board using openocd. But once I load an image and resume execution, the prompt hangs May 11 14:21:54 spiyush: can you please provide more details? which image are you loading? address? etc... May 11 15:54:14 nice. someone on the qemu list is asking whether qemu runs on the sheevaplug May 11 15:54:20 "I would like to run x86 programs on the SheevaPlug. Such as RealBasic under Linux." May 11 15:54:27 ouch May 11 15:54:51 :) May 11 15:55:03 uhm :) May 11 15:55:07 never ever underestimate the "creativity" of users. May 11 15:57:10 tbm: i ran once boschs x86 emulator on orion-nas. the intention by then was running the BIOS option ROM when I plugged an Nvidia PCI-E graphics card, for card initialization under ARM. May 11 15:58:14 rabeeh: right, but that code would be run once only for each boot May 11 15:59:05 tbm: well, wanted to record the PCI-E stub and emulate that every boot. May 11 15:59:39 tbm: the initialization part worked ok; but didn't get a chance to get into the recording stuff. May 11 16:01:14 I did help someone to to run dosbox on a nslu-2, to run a old bbs software (previously running on a 486) May 11 17:46:39 eth0: Illegal MTU value 1492, rounding MTU to: 1500 May 11 17:46:40 WTF? May 11 17:46:46 why can't I set a smaller MTU? May 11 17:46:51 what kernel? May 11 17:47:24 the factory one, I haven't upgraded yet May 11 17:54:54 Md: since you haven't upgraded yet, do you mind sending me the output of "printenv" from u-boot May 11 17:57:31 tbm: sure, I will send it to you after dinner May 11 17:57:44 tbm: I don't remember: is the kernel in your image the one in unstable or what? May 11 17:57:55 Md: yeah May 11 17:57:59 does it have all the marvell patches and features or is it missing somthing? May 11 17:58:59 Md: it has everything expect the CPU idle driver and peripherals clock gating for power management May 11 17:59:24 do you plan to have them merged in the debian kernel? May 11 17:59:42 I think I'll put the idle driver into 2.6.30 May 11 21:40:53 tbm: how did you build uInitrd and uImage? May 11 21:41:10 Md: flash-kernel will do it for you May 11 21:41:42 I wanted to do it on x86... May 11 21:42:12 but looks like my plan does not work, since debootstrap --foreign does not unpack the kernel until the second stage May 11 22:17:39 what is the purpose of the mainlineLinux variable? May 11 22:25:11 Md: i believe it is for orion.git code at marvell's site May 11 22:25:57 me too, but I still do not understand the point May 11 22:27:40 you also need to change mach id May 11 22:27:42 i suppose so that it passes a different tag list to the kernel May 11 22:29:00 what is a 'taglist'? May 11 22:29:16 s/taglist/tag list/ May 11 22:29:41 kernel parameters? May 11 22:31:38 parameters passed by the boot loader to the kernel May 11 22:32:39 yep May 11 22:32:46 command line and machine id and ram size and such May 11 22:33:08 ok, bootargs, i got little confused by nomenclature May 11 22:45:45 can somebody explain me this? :-) May 11 22:45:46 Marvell>> setenv bootargs=x=y x=z x=a May 11 22:45:46 Marvell>> printenv bootargs May 11 22:45:46 bootargs=x=y=x=z x=a May 11 22:46:00 where does the extra "=" come from? May 11 22:46:43 you want setenv bootargs x=y x=z x=a May 11 22:47:05 it comes from the first = that isnt needed :) May 11 22:52:29 * zumbi will do "setenv bootargs 'x=y x=z x=a'" May 11 22:53:10 s/will/would/ May 11 23:22:45 tbm: do you have a newer version of flash-kernel somewhere? the one in unstable does not support the sheevaplug **** ENDING LOGGING AT Tue May 12 00:15:12 2009 **** BEGIN LOGGING AT Tue May 12 00:15:31 2009 **** ENDING LOGGING AT Tue May 12 02:59:57 2009