Such things can happen with a dot-zero...
paulfrottawa said:
ran out of room installing world even if my /usr was only 3% used.
Quick question: were you able to
build world? If so, check
% df -h
. Perhaps another partition (
/root or
/tmp for instance) was full.
paulfrottowa said:
not able to build gnome2, something about user avahi already existed.
SirDice already mentioned that this may elicit a complaint but should not cause an actual failure. If it does, you could try to temporarily remove the user avahi manually and then build gnome2 again. Just use
vipw(8) and comment out the line for that user by putting a # in front of it. It may or may not fix the problem, but at least the change is easily reverted if it doesn't work.
Note: I'm not sure whether one can comment out lines in
/etc/passwd and/or
/etc/master.passwd directly, but you shouldn't be doing that anyway, just use
vipw(8) for such things.
paulfrottowa said:
then my ath0 would work either. It couldn't even scan.
Check the thread/post mix_room referred to. There have been some changes in the wireless system between 7.X and 8.0. I was initially puzzled by this too, but after reading that thread and doing some fiddling around I now have it working. It's not that hard, just takes some getting used to.
In general: when you early-adopt a dot-zero release you can expect some things to have changed and be required to do a bit of extra work to get things going.
Hope this helps,
Alphons