DragonFly BSD
DragonFly bugs List (threaded) for 2004-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: find / -nouser -ls || find / -nogroup -ls


From: Chris Pressey <cpressey@xxxxxxxxxxxxxxx>
Date: Fri, 16 Jul 2004 18:02:39 -0700

On Sat, 17 Jul 2004 00:30:21 +0200
rmkml <rmkml@xxxxxxxxxx> wrote:

> Hi,
> 
> In fresh install,
> 
> run :
>  find / -nouser -ls
> or
>  find / -nogroup -ls
> 
> uid/gid 1000 unknown ?
> 
> Regards
> 
> Rmkml@xxxxxxxxxx

Hi,

This probably slipped in during the integration of the installer with
DragonFly.  The short explanation is that the files in src/nrelease/root
and src/nrelease/installer are cpdup'ed onto the ISO image with the
owner being whichever user checked them out of CVS.  (Not sure of the
best way to fix this in src/nrelease/Makefile - mtree files perhaps?)

The workaround right now is to find those files (there are probably less
than a dozen) and chown them to whoever they should belong to :) 
(probably for most of them this is "root:wheel")

Thanks,
-Chris



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]