pin
Ok, so I ran into some issues when setting up the release source directories.
$ cvs checkout -r netbsd-9 -P src
worked ok, but $ cvs checkout -r netbsd-7 -P xsrc
came back with:
client_loop: send disconnect: Broken pipe
cvs [checkout aborted]: end of file from server (consult above messages if any)
then i ran
postinstall check
which returned:
fontconfig check:
Broken fontconfig configuration found; please delete these files:
[ 70-no-bitmaps.conf]
mtree check:
/etc/mtree/NetBSD.dist does not exist
x11 check:
Update /etc/X11/xdm/Xresources
uid check:
/etc/master.passwd is not readable; can't check for missing users
postinstall checks failed: fontconfig mtree x11 uid
to fix, run:
sh /usr/sbin/postinstall -s /usr/src -d / fix fontconfig mtree x11 uid
Note that this may overwrite local changes
Then
postinstall fix
which returned:
fontconfig fix:
Broken fontconfig configuration found; please delete these files: [ 70-no-bitmaps.conf]
mtree fix:
cp: /etc/mtree/NetBSD.dist: Permission denied
Can't copy /tmp/_postinstall.1498.0/NetBSD.dist to /etc/mtree/NetBSD.dist
x11 fix:
Update /etc/X11/xdm/Xresources (FIX MANUALLY)
uid fix:
/etc/master.passwd is not readable; can't check for missing users
postinstall fixes failed: fontconfig mtree x11 uid
So i tried the script it suggested sh /usr/sbin/postinstall -s /usr/src -d / fix fontconfig mtree x11 uid
but this came back with the same errors.
besides all of that, I'm still having wpa_supplicant issues. I've tried to delete /etc/rc.d/dhclient
and /etc/rc.d/isdnd
but they didn't exist to begin with.
Sooo I'm hoping there is a simple solution or am I looking down the barrel of a fresh install?