On 06/09/2011 11:20 AM, Ovidiu Constantin wrote:
> 2011/6/9 Silviu Marin-Caea<[email protected]>:
>> Daca dau
>> "start kdm"
>> porneste serviciul, deci e ok configurarea.  Vreau sa-l fac sa o ia
>> singur la boot.
>>
>> Acum ramane in starea stop/waiting:
>>
>> initctl status kdm
>> kdm stop/waiting
> Din câte înțeleg eu, așteaptă după ceva. Care ceva ar putea fi dbus,
> care la rândul lui depinde de filsystems. Ai vreun ceva criptat care
> se montează doar după ce te logezi sau durează mai mult (nfs/samba)?
> Sau /var-ul e pe o partiție diferită? Mai erau oameni care se plângeau
> că dbus nu pornește uneori în scheme de partiționare mai dubioase.
>
Poate ajuta asta:
http://superuser.com/questions/266040/how-do-you-disable-an-upstart-service-in-ubuntu-10-10
"

Upstart is an /event-driven/ init manager, and runlevels are not the 
primary mechanism for deciding when a service starts. Instead, services 
are started when all their dependencies are satisfied, which allows 
greater parallelism during boot, speeding up the boot process.

Using Ubuntu 11.04, I was able to disable GDM by editing the 
/etc/init/gdm.conf file, and removing all of the "start on" entries. 
Here is my pre-edit:

|start on (filesystem
           and started dbus
           and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=1
                or stopped udev-fallback-graphics))
stop on runlevel [016]
|

Here is my post-edit:

|start on
stop on runlevel [016]
"
|

_______________________________________________
RLUG mailing list
[email protected]
http://lists.lug.ro/mailman/listinfo/rlug

Raspunde prin e-mail lui