Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-05 Thread Jamie Paul Griffin
[ Joe Mays wrote on Thu  4.Oct'12 at 22:26:01 -0400 ]

 Well, this is a real problem. I have nothing where I am to build and burn an 
 ISO, and I am trying to work with someone several states away through an 
 IKVM switch. The server-to-be is on a port on the switch and I need them to 
 download the ISO via FTP and burn it to a disc and drop it in the tray. 
 Right now I'll happily pay $50 to to anyone who can provide me with an ISO 
 of 8.3 stable in a location that I can provide to the person in missouri so 
 he can download it and create the DVD. I'm serious. Paypal is at the ready.
 
 - Original Message - 
 From: Rick Miller vmil...@hostileadmin.com
 To: Joe Mays m...@win.net
 Sent: Thursday, October 04, 2012 9:55 PM
 Subject: Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i
 
 
  On Thu, Oct 4, 2012 at 9:38 PM, Joe Mays m...@win.net wrote:
  Which ISO? The driver didn't make it into 8.3-RELEASE. Do you have a
  stable/8 iso that was made sometime after the 8.3 release?
 
 
  No, I was trying to install from 8.3 RELEASE. Where do I get a .iso of 
  8.3
  STABL:E that will include the new mfi driver? I can't find one on the ftp
  site.
 
  There is no ISO to download.  The most recent stable/8 code at
  http://svn.freebsd.org/base/stable/8/ includes the driver.  Check it
  out and build a release ISO based on that code.  Reference the URL
  below, but don't pay any mind to patching sysinstall, kernel
  config, or Executing/Using the kernel sections and it'll guide you
  in building a release.  Once the release is built, run mkisofs on it
  and you'll have your ISO.

When you install the 8.3-RELEASE, just use svn to download to stable source 
tree and rebuild the system from source, then you'll have the version you need. 
Are you able to do that?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-05 Thread Jamie Paul Griffin
[ To FreeBSD Questions wrote on Fri  5.Oct'12 at 10:46:38 +0100 ]
 
 When you install the 8.3-RELEASE, just use svn to download to stable source 
 tree and rebuild the system from source, then you'll have the version you 
 need. Are you able to do that?

Sorry I meant to say build on another machine, you can use that to copy over to 
the machine you're having issues with. If you have another machine available
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-05 Thread Zyumbilev, Peter


On 05/10/2012 5:26, Joe Mays wrote:
 Well, this is a real problem. I have nothing where I am to build and
 burn an ISO, and I am trying to work with someone several states away
 through an IKVM switch. The server-to-be is on a port on the switch and
 I need them to download the ISO via FTP and burn it to a disc and drop
 it in the tray. Right now I'll happily pay $50 to to anyone who can
 provide me with an ISO of 8.3 stable in a location that I can provide to
 the person in missouri so he can download it and create the DVD. I'm
 serious. Paypal is at the ready.
 

Joe try these instead:

Install FreeBSD on another machine. Then

To build FreeBSD 9 do this:

   cd /usr
   svn co svn://svn.freebsd.org/base/head src
   cd src
   make buildworld
   cd release
   make release
   make install DESTDIR=/var/freebsd-snapshot

After running these commands, all produced distribution files (tarballs
for FTP, CD-ROM images, etc.) are available in the /var/freebsd-snapshot

Also you can try to follow this guide:

http://wiki.idefix.fechner.net/index.php/FreeBSD-Build_Own_CD


Peter






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


Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-05 Thread Michael Ross

On Fri, 05 Oct 2012 04:26:01 +0200, Joe Mays m...@win.net wrote:

Well, this is a real problem. I have nothing where I am to build and  
burn an ISO, and I am trying to work with someone several states away  
through an IKVM switch. The server-to-be is on a port on the switch and  
I need them to download the ISO via FTP and burn it to a disc and drop  
it in the tray. Right now I'll happily pay $50 to to anyone who can  
provide me with an ISO of 8.3 stable in a location that I can provide to  
the person in missouri so he can download it and create the DVD. I'm  
serious. Paypal is at the ready.


Possible option?:
Have the person at the remote and plug an usb stick into the machine,
install onto that, and continue from there?


Michael


- Original Message - From: Rick Miller  
vmil...@hostileadmin.com

To: Joe Mays m...@win.net
Sent: Thursday, October 04, 2012 9:55 PM
Subject: Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i



On Thu, Oct 4, 2012 at 9:38 PM, Joe Mays m...@win.net wrote:

Which ISO? The driver didn't make it into 8.3-RELEASE. Do you have a
stable/8 iso that was made sometime after the 8.3 release?



No, I was trying to install from 8.3 RELEASE. Where do I get a .iso of  
8.3
STABL:E that will include the new mfi driver? I can't find one on the  
ftp

site.


There is no ISO to download.  The most recent stable/8 code at
http://svn.freebsd.org/base/stable/8/ includes the driver.  Check it
out and build a release ISO based on that code.  Reference the URL
below, but don't pay any mind to patching sysinstall, kernel
config, or Executing/Using the kernel sections and it'll guide you
in building a release.  Once the release is built, run mkisofs on it
and you'll have your ISO.

http://blog.hostileadmin.com/2012/10/01/building-freebsd-with-multiple-kernels/

Also consider reading the release(7) manpage at
http://www.freebsd.org/cgi/man.cgi?query=releaseapropos=0sektion=0manpath=FreeBSD+8.3-RELEASEarch=defaultformat=html
for information on building a release.

-- Take care
Rick Miller


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

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


Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-05 Thread Michael Powell
Joe Mays wrote:

 Well, this is a real problem. I have nothing where I am to build and burn
 an ISO, and I am trying to work with someone several states away through
 an IKVM switch. The server-to-be is on a port on the switch and I need
 them to download the ISO via FTP and burn it to a disc and drop it in the
 tray. Right now I'll happily pay $50 to to anyone who can provide me with
 an ISO of 8.3 stable in a location that I can provide to the person in
 missouri so he can download it and create the DVD. I'm serious. Paypal is
 at the ready.

Perhaps the latest testing snapshot may be useful. These are intended for
testing, and not really aimed at production. 

ftp://ftp.allbsd.org/pub/FreeBSD-snapshots/amd64-amd64/8.3-RELENG_8-20121005-JPSNAP/cdrom/

Don't know if that's exactly what you're looking for.

-Mike


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


FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread Joseph Mays
Trying to load FreeBSD 8.3 on to an LSI MegaRAID 9265i volume -- 3 3TB disks 
for a total volume size of 8.8 TB. The installer program runs from the DVD 
(we are using 8.3 because we couldn't get a 9.0 boot disk to load at all, 
actually.) But when it gets to the point of creating partitions it says no 
hard disk is present. Is this something I should have expected, or am I 
missing something?


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


Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread Rick Miller
On Thu, Oct 4, 2012 at 1:52 PM, Joseph Mays m...@win.net wrote:
 Trying to load FreeBSD 8.3 on to an LSI MegaRAID 9265i volume -- 3 3TB disks
 for a total volume size of 8.8 TB. The installer program runs from the DVD
 (we are using 8.3 because we couldn't get a 9.0 boot disk to load at all,
 actually.) But when it gets to the point of creating partitions it says no
 hard disk is present. Is this something I should have expected, or am I
 missing something?

That device is based on the SAS2208 chip.  I had the same issue
(different card, same chip).  Check out the blog post below, it may
help.

http://blog.hostileadmin.com/2012/05/22/freebsd-on-dell-poweredge-12g-servers/

-- 
Take care
Rick Miller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread Joe Mays
Thanks. It sounds like the same problem, but we're using a dvd burned from 
an iso downloaded from freebsd.org just today. It sounds like the commits 
you are talking about should already be in there. Is there something else I 
need to be doing?


- Original Message - 
From: Rick Miller vmil...@hostileadmin.com

To: Joseph Mays m...@win.net
Cc: freebsd-questions@freebsd.org
Sent: Thursday, October 04, 2012 6:03 PM
Subject: Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i



On Thu, Oct 4, 2012 at 1:52 PM, Joseph Mays m...@win.net wrote:
Trying to load FreeBSD 8.3 on to an LSI MegaRAID 9265i volume -- 3 3TB 
disks
for a total volume size of 8.8 TB. The installer program runs from the 
DVD

(we are using 8.3 because we couldn't get a 9.0 boot disk to load at all,
actually.) But when it gets to the point of creating partitions it says 
no

hard disk is present. Is this something I should have expected, or am I
missing something?


That device is based on the SAS2208 chip.  I had the same issue
(different card, same chip).  Check out the blog post below, it may
help.

http://blog.hostileadmin.com/2012/05/22/freebsd-on-dell-poweredge-12g-servers/

--
Take care
Rick Miller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org 


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


Re: Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread vrwmiller

On , Joe Mays m...@win.net wrote:
Thanks. It sounds like the same problem, but we're using a dvd burned  
from an iso downloaded from freebsd.org just today. It sounds like the  
commits you are talking about should already be in there. Is there  
something else I need to be doing?


The commits are not in 8.3-RELEASE. You need -STABLE at least as recent as  
5/21/2012.

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


Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread Joe Mays

Oh.

http://support.freenas.org/ticket/1244

- Original Message - 
From: Joe Mays m...@win.net

To: Rick Miller vmil...@hostileadmin.com
Cc: freebsd-questions@freebsd.org
Sent: Thursday, October 04, 2012 8:53 PM
Subject: Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i


Thanks. It sounds like the same problem, but we're using a dvd burned from 
an iso downloaded from freebsd.org just today. It sounds like the commits 
you are talking about should already be in there. Is there something else 
I need to be doing?


- Original Message - 
From: Rick Miller vmil...@hostileadmin.com

To: Joseph Mays m...@win.net
Cc: freebsd-questions@freebsd.org
Sent: Thursday, October 04, 2012 6:03 PM
Subject: Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i



On Thu, Oct 4, 2012 at 1:52 PM, Joseph Mays m...@win.net wrote:
Trying to load FreeBSD 8.3 on to an LSI MegaRAID 9265i volume -- 3 3TB 
disks
for a total volume size of 8.8 TB. The installer program runs from the 
DVD
(we are using 8.3 because we couldn't get a 9.0 boot disk to load at 
all,
actually.) But when it gets to the point of creating partitions it says 
no

hard disk is present. Is this something I should have expected, or am I
missing something?


That device is based on the SAS2208 chip.  I had the same issue
(different card, same chip).  Check out the blog post below, it may
help.

http://blog.hostileadmin.com/2012/05/22/freebsd-on-dell-poweredge-12g-servers/

--
Take care
Rick Miller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org


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


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


Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread Joe Mays

Which ISO? The driver didn't make it into 8.3-RELEASE. Do you have a
stable/8 iso that was made sometime after the 8.3 release?


No, I was trying to install from 8.3 RELEASE. Where do I get a .iso of 8.3 
STABL:E that will include the new mfi driver? I can't find one on the ftp 
site.



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


Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i

2012-10-04 Thread Joe Mays
Well, this is a real problem. I have nothing where I am to build and burn an 
ISO, and I am trying to work with someone several states away through an 
IKVM switch. The server-to-be is on a port on the switch and I need them to 
download the ISO via FTP and burn it to a disc and drop it in the tray. 
Right now I'll happily pay $50 to to anyone who can provide me with an ISO 
of 8.3 stable in a location that I can provide to the person in missouri so 
he can download it and create the DVD. I'm serious. Paypal is at the ready.


- Original Message - 
From: Rick Miller vmil...@hostileadmin.com

To: Joe Mays m...@win.net
Sent: Thursday, October 04, 2012 9:55 PM
Subject: Re: FreeBSD 8.3 with LSI MegaRAID 9265-8i



On Thu, Oct 4, 2012 at 9:38 PM, Joe Mays m...@win.net wrote:

Which ISO? The driver didn't make it into 8.3-RELEASE. Do you have a
stable/8 iso that was made sometime after the 8.3 release?



No, I was trying to install from 8.3 RELEASE. Where do I get a .iso of 
8.3

STABL:E that will include the new mfi driver? I can't find one on the ftp
site.


There is no ISO to download.  The most recent stable/8 code at
http://svn.freebsd.org/base/stable/8/ includes the driver.  Check it
out and build a release ISO based on that code.  Reference the URL
below, but don't pay any mind to patching sysinstall, kernel
config, or Executing/Using the kernel sections and it'll guide you
in building a release.  Once the release is built, run mkisofs on it
and you'll have your ISO.

http://blog.hostileadmin.com/2012/10/01/building-freebsd-with-multiple-kernels/

Also consider reading the release(7) manpage at
http://www.freebsd.org/cgi/man.cgi?query=releaseapropos=0sektion=0manpath=FreeBSD+8.3-RELEASEarch=defaultformat=html
for information on building a release.

--
Take care
Rick Miller 


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