Upgrade server from i386 - amd64 kernel ...

2006-09-11 Thread Marc G. Fournier


Just had a new 64bit server installed at the colo, but they accidentally 
installed a i386 ISO, instead of an AMD64 one ... is it possible to build 
/ install an amd64 world, or do I have to re-install from a proper ISO 
first ?


Thanks ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade server from i386 - amd64 kernel ...

2006-09-11 Thread Leo Mrafko
Yes, in fact it's pretty simple, quoting /usr/src/Makefile:

# If TARGET_ARCH=arch (e.g. ia64, sparc64, ...) is specified you can
# cross build world for other architectures using the buildworld target,
# and once the world is built you can cross build a kernel using the
# buildkernel target.

Just read through /usr/src/Makefile and /usr/src/UPDATING.

Leo.

On Mon, 11 Sep 2006, Marc G. Fournier wrote:


 Just had a new 64bit server installed at the colo, but they accidentally
 installed a i386 ISO, instead of an AMD64 one ... is it possible to build
 / install an amd64 world, or do I have to re-install from a proper ISO
 first ?

 Thanks ...

 
 Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
 Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
 Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade server from i386 - amd64 kernel ...

2006-09-11 Thread Marc G. Fournier


'k, I knew about cross-compiling, just wasn't sure if it was that simple 
to upgrade the system being cross-compiled onto ... thanks ...


On Tue, 12 Sep 2006, Leo Mrafko wrote:


Yes, in fact it's pretty simple, quoting /usr/src/Makefile:

# If TARGET_ARCH=arch (e.g. ia64, sparc64, ...) is specified you can
# cross build world for other architectures using the buildworld target,
# and once the world is built you can cross build a kernel using the
# buildkernel target.

Just read through /usr/src/Makefile and /usr/src/UPDATING.

Leo.

On Mon, 11 Sep 2006, Marc G. Fournier wrote:



Just had a new 64bit server installed at the colo, but they accidentally
installed a i386 ISO, instead of an AMD64 one ... is it possible to build
/ install an amd64 world, or do I have to re-install from a proper ISO
first ?

Thanks ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade server from i386 - amd64 kernel ...

2006-09-11 Thread RW
On Tuesday 12 September 2006 02:18, Marc G. Fournier wrote:
 'k, I knew about cross-compiling, just wasn't sure if it was that simple
 to upgrade the system being cross-compiled onto ... thanks ...

I don't think it is that simple. I'd search the amd64 list if I were you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade server from i386 - amd64 kernel ...

2006-09-11 Thread Marc G. Fournier

On Tue, 12 Sep 2006, RW wrote:


On Tuesday 12 September 2006 02:18, Marc G. Fournier wrote:

'k, I knew about cross-compiling, just wasn't sure if it was that simple
to upgrade the system being cross-compiled onto ... thanks ...


I don't think it is that simple. I'd search the amd64 list if I were you.


Found two posts that basically state 'try only if you are machoistic', so 
I think I'll just re-install :)



Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade server from i386 - amd64 kernel ...

2006-09-11 Thread Leo Mrafko
Yes, I've done it a few months ago.. Just read through the files.. As far
as I remember you need to build amd64 world, then kernel, installworld,
installkernel, reboot, voila, it works.. I had some small problems which I
don't remember now, you will able to solve them for sure. Maybe don't
forget to backup your data first ;-)

On Mon, 11 Sep 2006, Marc G. Fournier wrote:


 'k, I knew about cross-compiling, just wasn't sure if it was that simple
 to upgrade the system being cross-compiled onto ... thanks ...

 On Tue, 12 Sep 2006, Leo Mrafko wrote:

  Yes, in fact it's pretty simple, quoting /usr/src/Makefile:
 
  # If TARGET_ARCH=arch (e.g. ia64, sparc64, ...) is specified you can
  # cross build world for other architectures using the buildworld target,
  # and once the world is built you can cross build a kernel using the
  # buildkernel target.
 
  Just read through /usr/src/Makefile and /usr/src/UPDATING.
 
  Leo.
 
  On Mon, 11 Sep 2006, Marc G. Fournier wrote:
 
 
  Just had a new 64bit server installed at the colo, but they accidentally
  installed a i386 ISO, instead of an AMD64 one ... is it possible to build
  / install an amd64 world, or do I have to re-install from a proper ISO
  first ?
 
  Thanks ...
 
  
  Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
  Email . [EMAIL PROTECTED]  MSN . [EMAIL 
  PROTECTED]
  Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 

 
 Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
 Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
 Yahoo . yscrappy   Skype: hub.orgICQ . 7615664

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Upgrade server from i386 - amd64 kernel ...

2006-09-11 Thread Marc G. Fournier

On Tue, 12 Sep 2006, Leo Mrafko wrote:


Yes, I've done it a few months ago.. Just read through the files.. As far
as I remember you need to build amd64 world, then kernel, installworld,
installkernel, reboot, voila, it works.. I had some small problems which I
don't remember now, you will able to solve them for sure. Maybe don't
forget to backup your data first ;-)


Actually, no data yet ... having a new CD burned as I type this, and will 
do a clean install ... 


On Mon, 11 Sep 2006, Marc G. Fournier wrote:



'k, I knew about cross-compiling, just wasn't sure if it was that simple
to upgrade the system being cross-compiled onto ... thanks ...

On Tue, 12 Sep 2006, Leo Mrafko wrote:


Yes, in fact it's pretty simple, quoting /usr/src/Makefile:

# If TARGET_ARCH=arch (e.g. ia64, sparc64, ...) is specified you can
# cross build world for other architectures using the buildworld target,
# and once the world is built you can cross build a kernel using the
# buildkernel target.

Just read through /usr/src/Makefile and /usr/src/UPDATING.

Leo.

On Mon, 11 Sep 2006, Marc G. Fournier wrote:



Just had a new 64bit server installed at the colo, but they accidentally
installed a i386 ISO, instead of an AMD64 one ... is it possible to build
/ install an amd64 world, or do I have to re-install from a proper ISO
first ?

Thanks ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]