Alexander Yerenkow | 1 Dec 2010 10:50
Picon

Re: Install FreeBSD with ZFS via PCBSD installer

29.11.2010 18:15, Kris Moore пишет:
> On Fri, Nov 26, 2010 at 03:18:45PM -0700, Jack Downes wrote:
>> -----Original Message-----
>> From: testing-bounces <at> lists.pcbsd.org on behalf of Nollo
>> Sent: Fri 11/26/2010 10:24 AM
>> To: testing <at> lists.pcbsd.org
>> Subject: [PC-BSD Testing] Install FreeBSD with ZFS via PCBSD installer
>>
>> Hello, I cannot install FreeBSD with ZFS file system via PCBSD DVD. I have a
>> problem during installation.
>>
>> DVD
>> PCBSD 8.1 64 bits ( no burning error or corrupted iso )
>>
>> Partition
>> /boot           UFS                  512 M
>> /                  ZFS ( basic )     512 M
>> none           SWAP               1024 M
>> /tmp            ZFS                   512 M
>> /var             ZFS                   1024 M
>> /usr             ZFS                   4xx Gb
>>
>> error log
>> http://pastebin.com/1MfG83r6
>>
>> Friendly,
>>
> Looks like the pasebin link is expired, so I can't tell what the exact error is. However
> the way I setup ZFS here is thus:
>
(Continue reading)

Dru Lavigne | 1 Dec 2010 16:21
Picon
Favicon

NVIDIA when RAM is > 2 GB

This came up on IRC today. Apparently there is a bug in the NVIDIA driver that occurs if the system has more than 2 GB of RAM. The fix is to add the following line to /boot/loader.conf:

machdep.disable_mtrrs=1

Kris, is this something that can be added to the 8.2 snapshot so it can be tested?

Cheers,

Dru
_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing
Kris Moore | 1 Dec 2010 17:08
Gravatar

Re: NVIDIA when RAM is > 2 GB

On Wed, Dec 01, 2010 at 03:21:35PM +0000, Dru Lavigne wrote:
> 
> This came up on IRC today. Apparently there is a bug in the NVIDIA driver that occurs if the system has more
than 2 GB of RAM. The fix is to add the following line to /boot/loader.conf:
> 
> machdep.disable_mtrrs=1
> 
> Kris, is this something that can be added to the 8.2 snapshot so it can be tested?
> 
> Cheers,
> 
> Dru
>  		 	   		  

Sounds fine to me, just added to SVN

--

-- 
Kris Moore
PC-BSD Software
Arthur Koziol | 1 Dec 2010 18:23

Re: NVIDIA when RAM is > 2 GB

On 12/01/2010 9:21 AM, Dru Lavigne wrote:
This came up on IRC today. Apparently there is a bug in the NVIDIA driver that occurs if the system has more than 2 GB of RAM. The fix is to add the following line to /boot/loader.conf:

machdep.disable_mtrrs=1

Kris, is this something that can be added to the 8.2 snapshot so it can be tested?

Cheers,

Dru
_______________________________________________ Testing mailing list Testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org http://lists.pcbsd.org/mailman/listinfo/testing

Is this present in the 260.19.21 version? If so, 263.09 should be out pretty soon and will hopefully fix this.

Arthur
_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing
Dru Lavigne | 1 Dec 2010 19:10
Picon
Favicon

Re: NVIDIA when RAM is > 2 GB

Sorry for the toppost, my mailer isn't quoting this email for some reason.

This is an 8.1 install on a celeron dual core E3200, 4 gb ram, with a GeForce 8800 GS. Every boot option results in a black screen. I walked the guy through adding the machdep line at the boot prompt but that did not make a difference. Anyone else successfully using this card on 8.1? Any suggestions for a possible bios setting? He also tried reducing his ram down to 2 gb but it did not make a difference.

Cheers,

Dru

Date: Wed, 1 Dec 2010 11:23:31 -0600
From: A-Koziol-QtYOAdWFdlQ@public.gmane.org
To: testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org
Subject: Re: [PC-BSD Testing] NVIDIA when RAM is > 2 GB

On 12/01/2010 9:21 AM, Dru Lavigne wrote:
.ExternalClass .ecxhmmessage P {padding:0px;} .ExternalClass body.ecxhmmessage {font-size:10pt;font-family:Tahoma;} This came up on IRC today. Apparently there is a bug in the NVIDIA driver that occurs if the system has more than 2 GB of RAM. The fix is to add the following line to /boot/loader.conf:

machdep.disable_mtrrs=1

Kris, is this something that can be added to the 8.2 snapshot so it can be tested?

Cheers,

Dru
_______________________________________________ Testing mailing list Testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org http://lists.pcbsd.org/mailman/listinfo/testing

Is this present in the 260.19.21 version? If so, 263.09 should be out pretty soon and will hopefully fix this.

Arthur

_______________________________________________ Testing mailing list Testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org http://lists.pcbsd.org/mailman/listinfo/testing
_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing
Kris Moore | 1 Dec 2010 19:25
Gravatar

Re: NVIDIA when RAM is > 2 GB

On Wed, Dec 01, 2010 at 11:23:31AM -0600, Arthur Koziol wrote:
> On 12/01/2010 9:21 AM, Dru Lavigne wrote:
> > This came up on IRC today. Apparently there is a bug in the NVIDIA 
> > driver that occurs if the system has more than 2 GB of RAM. The fix is 
> > to add the following line to /boot/loader.conf:
> >
> > machdep.disable_mtrrs=1
> >
> > Kris, is this something that can be added to the 8.2 snapshot so it 
> > can be tested?
> >
> > Cheers,
> >
> > Dru
> >
> >
> > _______________________________________________
> > Testing mailing list
> > Testing@...
> > http://lists.pcbsd.org/mailman/listinfo/testing
> >    
> 
> Is this present in the 260.19.21 version? If so, 263.09 should be out 
> pretty soon and will hopefully fix this.
> 
> Arthur

This is something I put into the base system for 8.2 / 9. However if the nvidia
driver itself fixes the issue then thats a better solution :)

--

-- 
Kris Moore
PC-BSD Software
Bill Sun | 1 Dec 2010 20:05
Picon

Re: NVIDIA when RAM is > 2 GB

I use a GeForce 8800 GT; not sure if they are similar enough, but I have no problems with it.


-Bill

On Wed, Dec 1, 2010 at 10:10 AM, Dru Lavigne <drulavigne-rieW9WUcm8FFJ04o6PK0Fg@public.gmane.org> wrote:
Sorry for the toppost, my mailer isn't quoting this email for some reason.

This is an 8.1 install on a celeron dual core E3200, 4 gb ram, with a GeForce 8800 GS. Every boot option results in a black screen. I walked the guy through adding the machdep line at the boot prompt but that did not make a difference. Anyone else successfully using this card on 8.1? Any suggestions for a possible bios setting? He also tried reducing his ram down to 2 gb but it did not make a difference.

Cheers,

Dru

Date: Wed, 1 Dec 2010 11:23:31 -0600
From: A-Koziol <at> neiu.edu
To: testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org
Subject: Re: [PC-BSD Testing] NVIDIA when RAM is > 2 GB


On 12/01/2010 9:21 AM, Dru Lavigne wrote:
This came up on IRC today. Apparently there is a bug in the NVIDIA driver that occurs if the system has more than 2 GB of RAM. The fix is to add the following line to /boot/loader.conf:

machdep.disable_mtrrs=1

Kris, is this something that can be added to the 8.2 snapshot so it can be tested?

Cheers,

Dru
_______________________________________________ Testing mailing list Testing <at> lists.pcbsd.org http://lists.pcbsd.org/mailman/listinfo/testing

Is this present in the 260.19.21 version? If so, 263.09 should be out pretty soon and will hopefully fix this.

Arthur

_______________________________________________ Testing mailing list Testing <at> lists.pcbsd.org http://lists.pcbsd.org/mailman/listinfo/testing

_______________________________________________
Testing mailing list
Testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org
http://lists.pcbsd.org/mailman/listinfo/testing


_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing
Arthur Koziol | 1 Dec 2010 20:09

Re: NVIDIA when RAM is > 2 GB

What motherboard and BIOS rev is he running?

Sorry for the toppost, my mailer isn't quoting this email for some reason.

This is an 8.1 install on a celeron dual core E3200, 4 gb ram, with a GeForce 8800 GS. Every boot option results in a black screen. I walked the guy through adding the machdep line at the boot prompt but that did not make a difference. Anyone else successfully using this card on 8.1? Any suggestions for a possible bios setting? He also tried reducing his ram down to 2 gb but it did not make a difference.

Cheers,

Dru

Date: Wed, 1 Dec 2010 11:23:31 -0600
From: A-Koziol-QtYOAdWFdlQ@public.gmane.org
To: testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org
Subject: Re: [PC-BSD Testing] NVIDIA when RAM is > 2 GB

On 12/01/2010 9:21 AM, Dru Lavigne wrote:
.ExternalClass .ecxhmmessage P {padding:0px;} .ExternalClass body.ecxhmmessage {font-size:10pt;font-family:Tahoma;} This came up on IRC today. Apparently there is a bug in the NVIDIA driver that occurs if the system has more than 2 GB of RAM. The fix is to add the following line to /boot/loader.conf:

machdep.disable_mtrrs=1

Kris, is this something that can be added to the 8.2 snapshot so it can be tested?

Cheers,

Dru
_______________________________________________ Testing mailing list Testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org http://lists.pcbsd.org/mailman/listinfo/testing

Is this present in the 260.19.21 version? If so, 263.09 should be out pretty soon and will hopefully fix this.

Arthur

_______________________________________________ Testing mailing list Testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org http://lists.pcbsd.org/mailman/listinfo/testing _______________________________________________ Testing mailing list Testing-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org http://lists.pcbsd.org/mailman/listinfo/testing


-- [ NEIU - Student Computing Services Specialist ] [ 5500 N. St. Louis Ave., Room B107 ] [ Chicago, IL 60625 ] [ Ph: 773-442-4356 ] [ http://www.neiu.edu/~scs ] [/]This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you must delete this message. Any disclosure, copying, harvesting, dissemination, opting-in or the taking of any action based on it, is strictly prohibited by law.[/]
_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing
John Davis | 1 Dec 2010 21:45
Picon

nVidia Driver 260.19.21

Since nVidia has released the 260.19.21, might I suggest including it into the updates and rolling a patch. Can be found here:
http://www.nvidia.com/object/freebsd-x86-260.19.21-driver.html

--


_______________________________________________
Testing mailing list
Testing@...
http://lists.pcbsd.org/mailman/listinfo/testing
Bruce Cran | 5 Dec 2010 16:12
Picon
Gravatar

Re: 9 alpha bootonly install failure

On Fri, 5 Nov 2010 12:19:55 -0400
Kris Moore <kris@...> wrote:

> Ok, that helps :) I'll get that fixes so that the passwords get
> redacted. 

I don't think the installer should be logging passwords in plain text
to the configuration file either - only encoded passwords should be
written to disk.

--

-- 
Bruce Cran

Gmane