Subject: Re: su - problem
To: None <netbsd-users@netbsd.org>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-users
Date: 05/26/2005 00:49:49
In article <4294973F.4040004@gmail.com>,
	haad <haaaad@gmail.com> writes:
> Patrick Welche wrote:
>>On Mon, May 23, 2005 at 09:27:20PM +0200, haad wrote:
>>>
>>>I have new recompiled NetBSD-2.0.2 system and I have this problem
>>>I can't su to the root from account which is already in wheel group .
>>>Before install new compiled system
>>
>>Having seen the answer - did you compile the system to make sets, and then
>>untar the sets? If so, don't forget the "p" in e.g.
>>
>> tar -xzvpf base.tgz -C/
>>
>>otherwise, who knows how that happened(!)
>>
> I compile system with ./build.sh -U tools
>                                      ./build.sh -U -u release
>                             and after that ./build.sh installworld

There's your problem. You must use "-U" on the last step, too.


Frederick