Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2002 12:10:04 -0700 (PDT)
From:      Thomas Klein <thomas.klein@lanterne.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/44054: kernel panic
Message-ID:  <200210141910.g9EJA43T026014@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/44054; it has been noted by GNATS.

From: Thomas Klein <thomas.klein@lanterne.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: kern/44054: kernel panic
Date: Mon, 14 Oct 2002 21:01:44 +0200

 workaround : 
 
 problem with /var 
 
 fsck didn't report anything...
 
 if the system have to acces in /var, it freezes... or reboot
 
 *funy* solution : 
 
 mkdir /tmp/var-sav
 mv /var/* /tmp/var-sav 
 
 (tmp is a partition, var is another)
 
 mv /tmp/var-sav/* /var
 
 it works...
 
 I can access /var without crash (???!!!)
 
 regards, 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210141910.g9EJA43T026014>