David Boreham
2007-Feb-22 00:14 UTC
[Fedora-directory-users] Error string : ''The server ID must be a valid filename and DN component''
Running setup from fedora-ds-1.0.4-1.FC6.i386.opt.rpm <http://directory.fedora.redhat.com/download/fedora-ds-1.0.4-1.FC6.i386.opt.rpm> on FC6 (updated). I get this inscruitable message right after I enter the uid/gid (happens if I enter root or hit return) in setup. Any pointers on what I''m doing to upset it ?
Richard Megginson
2007-Feb-22 00:53 UTC
Re: [Fedora-directory-users] Error string : ''The server ID must be a valid filename and DN component''
David Boreham wrote:> Running setup from fedora-ds-1.0.4-1.FC6.i386.opt.rpm > <http://directory.fedora.redhat.com/download/fedora-ds-1.0.4-1.FC6.i386.opt.rpm> > > on FC6 (updated). I get this inscruitable message right after > I enter the uid/gid (happens if I enter root or hit return) > in setup. Any pointers on what I''m doing to upset it ?What is the output of hostname and hostname -f?> > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users
David Boreham
2007-Feb-22 02:56 UTC
Re: [Fedora-directory-users] Error string : ''The server ID must be a valid filename and DN component''
Richard Megginson wrote:> What is the output of hostname and hostname -f?''servera'' and ''servera''
Richard Megginson
2007-Feb-22 03:23 UTC
Re: [Fedora-directory-users] Error string : ''The server ID must be a valid filename and DN component''
David Boreham wrote:> Richard Megginson wrote: > >> What is the output of hostname and hostname -f? > > ''servera'' and ''servera''It''s failing in the function isValidServerID in ux-dialog.cc The argument to this is the server id, which is usually everything to the left of "." in the FQDN. If you can manually specify either a FQDN in the hostname dialog, or a server ID in the server id dialog, you should not get this error. What does it say is the default server ID?
David Boreham
2007-Feb-22 03:45 UTC
Re: [Fedora-directory-users] Error string : ''The server ID must be a valid filename and DN component''
Richard Megginson wrote:> It''s failing in the function isValidServerID in ux-dialog.cc The > argument to this is the server id, which is usually everything to the > left of "." in the FQDN. If you can manually specify either a FQDN in > the hostname dialog, or a server ID in the server id dialog, you > should not get this error. What does it say is the default server ID?Thanks, I see. This is a test network so ''servera'' is the FQ name, but I can give it a period to make it happy. The default it offers is ''servera'' (which presumably it gets from hostname).