I'm building & installing FedoraDS on a headless server. For the moment, remote management via shell login is fine; no graphical consoles required. I've built/installed from cvs source FedoraDirSvr_1_1_2 ldapserver adminutil_1_1_7 adminutil mod_nss108 mod_nss FedoraDirSrvAdmin_1_1_6 adminserver FedoraDirSrvAdmin_1_1_6 mod_admserv FedoraDirSrvAdmin_1_1_6 mod_restartd @ Setup exec of, setup-ds-admin.pl I get, Creating directory server . . . Your new DS instance 'FedoraDS' was successfully created. Creating the configuration directory server . . . Beginning Admin Server creation . . . Creating Admin Server files and directories . . . Updating adm.conf . . . Updating admpw . . . Registering admin server with the configuration directory server . . . Updating adm.conf with information from configuration directory server . . . Updating the configuration for the httpd engine . . . Error opening /etc/dirsrv/admin-serv/console.conf: No such file or directoryCould not update the httpd engine configuration. Failed to create and configure the admin server Exiting . . . Log file is '/tmp/setup4lZetX.log' And, checking, ls -1 /etc/dirsrv/admin-serv/ adm.conf admpw cert8.db key3.db local.conf secmod.db Is 'console.conf', in fact, required for console-less operation? If so, where's it originate? Have I missed a required install, perhaps "FedoraConsoleFramework_1_1_2"? If not, where can I fix the dependency? Remove @ #174: } else { # set up directory server instance to be managed by the console/adminserver $setup->msg('create_subds'); if (!createSubDSNoConn($setup->{inf}, \@errs)) { $setup->msg($FATAL, @errs); $setup->msg($FATAL, 'error_create_configds'); $setup->doExit(1); from "setup-ds-admin.pl"? A preference setting somewhere? Thanks.