Koozali.org: home of the SME Server

SME7.0Pre2 ISO problems.

tandum

SME7.0Pre2 ISO problems.
« on: February 13, 2006, 04:18:04 PM »
I'm having trouble getting a bootable cd from the pre2 image. I've downloaded it 4 times from 2 mirrors and used up all my blanks trying, yet none were recognised as bootable on my test box. My Pre1 disk boots the box just fine. I see the boot sectors looking at the images with isobuster. Is there a problem with the mirrors?

If pre3 is just around the corner, I'll wait.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: SME7.0Pre2 ISO problems.
« Reply #1 on: February 13, 2006, 07:22:57 PM »
Quote from: "tandum"
I'm having trouble getting a bootable cd from the pre2 image. I've downloaded it 4 times from 2 mirrors and used up all my blanks trying, yet none were recognised as bootable on my test box.


Check the Bug Tracker.

Quote

If pre3 is just around the corner, I'll wait.


It's already been announced.

Offline Reinhold

  • *
  • 517
  • +0/-0
    • http://127.0.0.1
SME7.0Pre2 ISO problems.
« Reply #2 on: February 13, 2006, 07:36:02 PM »
Try this:
http://no.longer.valid/phpwiki/index.php/SME%20Server%20Rsync
ibiblio is always giving me trouble from eu
and  syncing 40MB is better than downloading 400MB

Regards
Reinhold

P.S.: I did manage to get a correct & booting 7pre2
............

Offline gizzmo2k1

  • **
  • 33
  • +0/-0
    • 7 Fifty-Two
SME7.0Pre2 ISO problems.
« Reply #3 on: February 13, 2006, 08:12:00 PM »
The booting problem for the iso's seem to be related to VIA chipsets.  I used the workaround that was listed in the bugtracker here (http://bugs.contribs.org/show_bug.cgi?id=733) and successfully upgraded to pre2.
............Gizzmo...............
SME 7.2 / P4 2.6Ghz / 320GB SATA / 2GB RAM

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
SME7.0Pre2 ISO problems.
« Reply #4 on: February 13, 2006, 08:23:59 PM »
Quote from: "gizzmo2k1"
The booting problem for the iso's seem to be related to VIA chipsets.


Please read the full thread - that was an early guess, which turned out to be wrong.

Offline psoren

  • *
  • 371
  • +0/-0
SME7.0Pre2 ISO problems.
« Reply #5 on: February 13, 2006, 10:32:43 PM »
Quote from: "Reinhold"
Try this:
http://no.longer.valid/phpwiki/index.php/SME%20Server%20Rsync
ibiblio is always giving me trouble from eu
and  syncing 40MB is better than downloading 400MB

Hi,
I would love to do rsync, but i never managed to start the download. I must be missing something very basic, sorry.......
Can you tell exactly your commandline to do this please?

Per

Offline Reinhold

  • *
  • 517
  • +0/-0
    • http://127.0.0.1
SME7.0Pre2 ISO problems.
« Reply #6 on: February 14, 2006, 12:27:57 AM »
Psoren,

Procedure is simply:
- take the old iso as seeding file (copy and rename the seed to smeserver.iso (cp))
- give the rsync command

So here we go (again):
(This is assuming your seeding.iso is a 7pre2)
- ssh into your SME-server
- cd "one of your i-bays"
- cut/paste code below onto the cmdline (seed iso is in that i-bay)

for far east, au:
Code: [Select]
cp smeserver-7.0pre2.iso smeserver.iso
rsync --stats --partial --progress rsync://rsync.planetmirror.com/smeserver/releases/7/iso/smeserver.iso .

for the us:
Code: [Select]
cp smeserver-7.0pre2.iso smeserver.iso
rsync -avv --stats --partial --progress rsync://ftp.ibiblio.org/pub/linux/distributions/smeserver/releases/7/iso/smeserver.iso .


What you can expect (from my rsync of today, less than usual):
pre2 to pre3
sent 148485 bytes  received 114761432 bytes  34204.47 bytes/sec
total size is 449304576  speedup is 3.91


Regards
Reinhold

P.S.: Note that the rsync command here:
- is on a single line (broken by the forum software but intact if copied)
- does include stats
- will generate partials (in case ibiblio gets offline - again ;-) )
............

Offline psoren

  • *
  • 371
  • +0/-0
SME7.0Pre2 ISO problems.
« Reply #7 on: February 14, 2006, 12:43:30 AM »
Quote from: "Reinhold"
Psoren,

Procedure is simply:
- take the old iso as seeding file (copy and rename the seed to smeserver.iso (cp))
- give the rsync command

So here we go (again):
(This is assuming your seeding.iso is a 7pre2)
- ssh into your SME-server
- cd "one of your i-bays"
- cut/paste code below onto the cmdline (seed iso is in that i-bay)

for far east, au:
Code: [Select]
cp smeserver-7.0pre2.iso smeserver.iso
rsync --stats --partial --progress rsync://rsync.planetmirror.com/smeserver/releases/7/iso/smeserver.iso .

for the us:
Code: [Select]
cp smeserver-7.0pre2.iso smeserver.iso
rsync -avv --stats --partial --progress rsync://ftp.ibiblio.org/pub/linux/distributions/smeserver/releases/7/iso/smeserver.iso .


What you can expect (from my rsync of today, less than usual):
pre2 to pre3
sent 148485 bytes  received 114761432 bytes  34204.47 bytes/sec
total size is 449304576  speedup is 3.91


Regards
Reinhold

P.S.: Note that the rsync command here:
- is on a single line (broken by the forum software but intact if copied)
- does include stats
- will generate partials (in case ibiblio gets offline - again ;-) )


Vielen Dank!! (I guess you are german from your name..)

That worked, i used ibiblio and surfnet before, but couldn't get it to work...
I must have done something stupid.

Even simple thing can sometimes be hard.

Thanks

Per