Re: Memory corruption in CURRENT

2002-08-22 Thread KT Sin

Hi

This is what I did the to system's cc/gcc. I built gcc3.1.1 released version
from the ports (with much pain of coz).

passion:/usr/bin[514]# ls -l cc* gcc*
lrwxr-xr-x  1 root  wheel  20 Aug 12 21:54 cc - /usr/local/bin/gcc31
-r-xr-xr-x  2 root  wheel  135616 Aug 12 21:52 cc.sav
lrwxr-xr-x  1 root  wheel  20 Aug 12 21:54 gcc - /usr/local/bin/gcc31
-r-xr-xr-x  2 root  wheel  135616 Aug 12 21:52 gcc.sav

The hardware = Asus P4S533 + P4 1.6A (now 2.4Ghz) + Kingston DDR333 value ram.

Haven't encountered any random signal or stability issue since I swapped
cc/gcc with ports' version.

Will try to run 10 buildworlds in a row later tonight.

kt

On Thu, Aug 22, 2002 at 12:00:14PM +0200, Mark Santcroos wrote:
 On Thu, Aug 22, 2002 at 02:33:57AM -0700, Terry Lambert wrote:
  options DISABLE_PSE
  options DISABLE_PG_G
 
 Coming up next in this theater :-)
 
 btw, how does the report that using the other compiler fixed everything
 for KT fit in?
 
 -- 
 Mark SantcroosRIPE Network Coordination Centre
 http://www.ripe.net/home/mark/New Projects Group/TTM
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message



Re: multiple mounts of single device

2002-01-30 Thread KT Sin

man mount_nullfs.

Remember to read the warning at the bottom of the man page.

kt

On Tue, Jan 29, 2002 at 09:14:35PM -0800, Gregory Neil Shapiro wrote:
 brent I've been searching for info regarding mounting the same device
 brent to multiple locations in the filesystem, i.e...
 
 brent # mount /dev/ad0s1e /usr
 brent # mount -r /dev/ad0s1e /var/jail//usr
 brent # mount -r /dev/ad0s1e /var/jail//usr
 
 I can't comment on this specifically but can tell you that I use localhost
 NFS mounts to accomplish this with jails under RELENG_4.
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-hackers in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-hackers in the body of the message