/srv/irclogs.ubuntu.com/2009/04/01/#ubuntu-arm.txt

ogralool, why is your padding code so complex ?10:52
* ogra would have used: dd if=/dev/zero bs=1 count=$pad 2>/dev/null >> $FILE 10:52
ogralool, YAY ... padded initramfs works with my latest image build ...11:48
kennethreitz!ls12:18
ubot4The linux terminal or command-line interface is very powerful. Open a terminal via Applications -> Accessories -> Terminal (Gnome) or K-menu -> System -> Konsole (KDE).  Guide: https://help.ubuntu.com/community/UsingTheTerminal12:18
loologra: Uh my padding is exactly what you wrote: -dd if=/dev/zero bs=$pad count=1 2>/dev/null17:53
loolAnd BTW that is problematic for RAM issues, but well...17:53
ograits way more complex piping dd17:53
ogra"dd if=/dev/zero bs=1 count=$pad 2>/dev/null >> $FILE"  vs: "(cat $ifile dd if=/dev/zero bs=$pad count=1 2>/dev/null) | dd of="$ipadded" bs=4k 2>/dev/null "17:54
ograso you have two dd processes in yours17:55
loologra: Yes; with differing bs?18:03
loologra: Oh I see your point; right, I could have changed that when I introduced the padded file18:04
ograyou can actually pad the file directly18:04
ograwithout creating a tmpfile18:04
loolI need the tmpfile18:05
loolBecause of fis18:05
ScriptRipperbtw, did any of you read this: http://tuxradar.com/content/ubuntu-rewrite-linux-kernel-using-mono18:15
ScriptRipperfull cover :D18:15
StskeepsScriptRipper: now, it isn't totally insane after seeing stuff like Singularity :P18:17
ScriptRipperit looks like the author in the middle fusioned also Canonical and Novell18:18
ScriptRipperand they hired Mark as the new chairman of this company also....18:19
ScriptRipperits the best for today i saw18:19
ograScriptRipper, thats future planning, we'll actually port the mono kernel from the python version once thats finished18:21
ScriptRipperah, the difference between the marketing people and the project planning :D18:22
cooloneylool, i uploaded a kernel deb package at http://people.ubuntu.com/~roc/linux-image-2.6.28-11-iop32x_2.6.28-11.38_armel.deb18:32
cooloneylool, could you please try it to see whether the bug is still there18:33
cooloneylool, https://bugs.launchpad.net/ubuntu/+bug/34910418:33
ubot4Launchpad bug 349104 in linux "[arm] iop32x panics instead of starting d-i from initrd" [High,In progress]18:33
=== Nicke_ is now known as Nicke

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!