I am having an issue with the order in which services start up in Ubuntu 10.04. My workstations are configured to use winbind to connect to my Domain Controller for authentication.
The problem is that the gdm login screen will appear before the network interfaces have come up. This causes a problem, as clients cannot log in since the computer can't yet talk to the domain server.
Is there a way to delay the startup order of gdm such that it only appears after the network interfaces have been configured?
Ubuntu is now using upstart, and unfortunately, there is no GUI to configure it and the documentation is terrible. I really don't know where to start with it.
man initandman 5 init- the latter documents the/etc/init/*.conffile format. It may not give you the big picture of course ... – Hamish Downer Aug 24 '10 at 21:54