Subject: postinstall 2 -> 3
To: None <netbsd-help@netbsd.org>
From: rudolf <netbsd@eq.cz>
List: netbsd-help
Date: 08/14/2005 14:35:47
Hi,

I have just upgraded from 2_STABLE to 3_BETA.
There are some postinstall targets which postinstall can't fix:

###

[...]
postinstall checks passed: mtree rc pam ssh wscons makedev postfix sendmail hosts
postinstall checks failed: defaults gid uid periodic x11 obsolete
To fix, run:
     /usr/src/usr.sbin/postinstall/postinstall -s /usr/src -d // fix defaults gid uid periodic x11 obsolete
# /usr/src/usr.sbin/postinstall/postinstall -s /usr/src -d // fix gid uid x11 obsolete
Source directory: /usr/src
Target directory: //
gid fix:
         Missing groups [NOT FIXED]: _pflogd authpf
uid fix:
         Missing users [NOT FIXED]: _pflogd
x11 fix:
         Migrate ///usr/X11R6/lib/X11/fs to ///etc/X11/fs [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/lbxproxy to ///etc/X11/lbxproxy [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/proxymngr to ///etc/X11/proxymngr [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/rstart to ///etc/X11/rstart [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/twm to ///etc/X11/twm [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/xdm to ///etc/X11/xdm [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/xinit to ///etc/X11/xinit [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/xserver to ///etc/X11/xserver [NOT FIXED]
         Migrate ///usr/X11R6/lib/X11/xsm to ///etc/X11/xsm [NOT FIXED]
obsolete fix:
rmdir: ///usr/X11R6/lib/modules/codeconv: Directory not empty
         Can't remove obsolete directory ///usr/X11R6/lib/modules/codeconv
postinstall fixes passed:
postinstall fixes failed: gid uid x11 obsolete
#

###

Am I supposed to fix 'gid uid obsolete' by hand (simply add those groups
and user and recursive delete that directory) or is there something missing
in postinstall (yet)? (The x11 fix is described in UPDATING.)

Thanks,

r.