Host ID.

Yar Tikhiy yar at comp.chem.msu.su
Wed Apr 18 11:25:58 UTC 2007


On Mon, Apr 09, 2007 at 06:34:56PM +0200, Pawel Jakub Dawidek wrote:
> On Mon, Apr 09, 2007 at 04:01:22PM +0200, Max Laier wrote:
> > On Monday 09 April 2007 16:56, Pawel Jakub Dawidek wrote:
> > > On Sat, Apr 07, 2007 at 02:06:56PM +0200, Pawel Jakub Dawidek wrote:
> > > > Hi.
> > > >
> > > > After initial discussion on IRC, I'd like to propose an addition...
> > > > I want to use it with ZFS, but I thought it may be useful in general,
> > > > so here it goes:
> > > >
> > > > I'd like to assign a unique ID to the system on first boot.
> > > >
> > > > When system starts, /etc/rc.d/hostid script checks if /hostid file
> > > > exists, if it doesn't, it creates it via 'uuidgen > /hostid'.
> > > >
> > > > It will also set kern.hostuuid sysctl to this value and first four
> > > > bytes of MD5(kern.hostuuid) will be stored in kern.hostid. It will
> > > > allow to use gethostid(3).
> > > >
> > > > If root file system is read-only, different uuid will be genrated on
> > > > each boot. Not sure if anything better can be done here.
> > > >
> > > > As I said, I think it may be genrally useful. Imagine using it with
> > > > magic/variant symlinks, for example.
> > >
> > > Here is the patch:
> > >
> > > 	http://people.freebsd.org/~pjd/patches/hostid.patch
> > >
> > > Any objections?
> > 
> > I suppose:
> > 
> > > Index: usr.bin/uuidgen/Makefile
> > > ...
> > > +BINDIR=	/bin
> > 
> > will be fixed by (repo)copy for the real commit?  Otherwise, no.
> 
> kan suggested not to do it: "respect CVS handicaps, please...." :)

It can be repocopied some day in future, after all the stuff settles.
Perhaps we should grep src/usr.bin for moved pieces and submit a
collective usr.bin->bin repocopy request to the repomeisters.  I
have the repocopy of pkill in my personal list, which has been happy
in /bin for quite a while now but still has its sources in usr.bin.

-- 
Yar


More information about the freebsd-arch mailing list