News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jhelwig

#1
Installation issues / Re: How to get the Quick install DVD
September 25, 2007, 02:51:55 AM
jhelwig@vfb-9:~$ sudo dd if=/dev/scd0 of=lmce.iso
jhelwig@vfb-9:~$ split -b 1024m lmce.iso lmce.iso.
jhelwig@vfb-9:~$ cat lmce.iso.a* > lmce.iso.joined
jhelwig@vfb-9:~$ md5sum lmce.iso*
4ea553952c35f7db5f14ae5b54caab73  lmce.iso
e1248a2d6f1e9b44e0cfd8da09246fe5  lmce.iso.aa
50c695e617187d64c107aad23b29a1cb  lmce.iso.ab
89e90f2b27e28d6d60d9745842adce12  lmce.iso.ac
5781f038cf1c3b6005faa3f8ac5d761a  lmce.iso.ad
4ea553952c35f7db5f14ae5b54caab73  lmce.iso.joined


That's the output I get when I read in the working DVD I had burned from the official torrent.  The split command you had works.  Not sure what was causing the corruption with your parts.
#2
Installation issues / Re: How to get the Quick install DVD
September 21, 2007, 06:19:32 PM
man split

You definitely want the -b flag, and possibly -a 1 .  I just checked and it should be on most Dreamhost servers.
#3
Installation issues / Re: How to get the Quick install DVD
September 12, 2007, 02:54:17 AM
matsjo, mbgm8ndb:

I'm getting the same problem as both of you.  My MD5's match yours matsjo, even when I download from my shell account with Dreamhost.

Here's the MD5 I get for the final iso, when I cat them together, and when I use dd:
b7d36253bcd026acfd4c4275dc24be32  LinuxMCE_0704_Quick_Install_DVD.iso

One of the parts has to be corrupt.

dd if=LinuxMCE_0704_Quick_Install_DVD.iso.part1 of=lmce.iso
dd if=LinuxMCE_0704_Quick_Install_DVD.iso.part2 of=lmce.iso conv=notrunc oflag=append
dd if=LinuxMCE_0704_Quick_Install_DVD.iso.part3 of=lmce.iso conv=notrunc oflag=append
dd if=LinuxMCE_0704_Quick_Install_DVD.iso.part4 of=lmce.iso conv=notrunc oflag=append