rhgb/graphical boot questions

Razvan Corneliu C.R. "d3vi1" VILT razvan.vilt at linux360.ro
Wed Oct 29 08:29:21 UTC 2003


On Wed, 2003-10-29 at 09:42, Daniel Wittenberg wrote:
> I just applied the updates since about Wed/Thursday, and the graphical
> boot no longer works.  I didn't see anything on this list about it, so
> ideas?  Still configured the same as it was, just doesn't work.  
> 
> Also, when you see the messages "Starting network services..."  where
> does that "pretty message" come from?  I've got a couple custom apps I'd
> like to have them print a nicer message.
> 
IF you look in the rhgb sources in src/main.c you have:

ServiceMapping service_list[] =
  {
    {"RCclock", N_("Setting up system clock")},
    {"RChostname", N_("Setting the hostname")},
    {"RCmountfs", N_("Setting up local disks")},
    {"random", N_("Starting random number generator")},
    {"gpm", N_("Starting console mouse services")},
    {"kudzu", N_("Probing for new hardware")},
    {"pcmcia", N_("Starting PCMCIA card services")},
    {"iptables", N_("Starting firewall")},
    {"ipchains", N_("Starting firewall")},
    {"apmd", N_("Starting power management services")},
    {"cups", N_("Starting printing system")},
    {"isdn", N_("Starting isdn")},
    {"network", N_("Starting networking")},
    {"sshd", N_("Starting sshd")},
    {"ntpd", N_("Starting time server")},
    {"rhnsd", N_("Starting Red Hat Network support")},
    {"sendmail", N_("Starting E-Mail transport")},
    {"spamassassin", N_("Starting E-Mail spam filter system")},
    {"firstboot", N_("Starting first-time boot configuration")},
  };

> Thanks,
> Dan
> 
> 
> 
> --
> fedora-test-list mailing list
> fedora-test-list at redhat.com
> http://www.redhat.com/mailman/listinfo/fedora-test-list





More information about the fedora-test-list mailing list