On 1/9/2012 9:56 AM, Mark Wendt wrote:
> On 01/09/2012 09:22 AM, Kent A. Reed wrote:
>> On 1/9/2012 5:20 AM, Mark Wendt wrote:
>>
>>> On 01/08/2012 06:27 PM, Kent A. Reed wrote:
>>>
>>>> I had a few minutes this afternoon and decided to try another experiment 
>>>> with this board---still running Ubuntu 10.04LTS with the 2.6.32-122-rtai 
>>>> kernel.
>>>>
>>>> I disabled Gnome (which shut down X) on the board by running the following 
>>>> from the command line:
>>>>
>>>>    sudo service gdm stop
>>>>
>>>> <blah blah blah>
>>>>
>>> Kent,
>>>
>>> Just curious, while headless, which runlevel were you at?  You're still
>>> going to have to run some form of X to get a remote display, and to do
>>> that you need to be at either runlevel 5 or kick off startx.  You can
>>> run "init 3" to bring it down to a non-X runlevel, but you won't be able
>>> to run Axis remotely without X running on the headless system.
>>>
>>> Mark
>>>
>>>
>> Mark:
>>
>> For me, runlevels are tricky---every Unix variant seems to come with its
>> own idea of what's what, and recent Ubuntu distributions replace the
>> traditional init approach with the goings-on of a package called
>> Upstart. Unmodified, my system reports the current runlevel is "2" and
>> the previous runlevel is "N" (meaning, there was no previous runlevel
>> recorded in the utmp record).
>>
>> In the end, runlevels are just a convenient way to manage the starting
>> and stopping of services. For my test I decided to kill the service(s) I
>> didn't want running using the "service" command (alternatively, I could
>> have downloaded and used the rcconf tool). The runlevel remained "2".
>>
>> Remember, X11 apps are perfectly happy to run on a headless machine if
>> they are talking to a remote X11-server. Their only requirement is the
>> local presence of appropriate libraries (assuming the apps are
>> dynamically linked, that is).
>>
>> X11's intrinsic network-communication model is massive overkill for
>> single-machine applications but it's there precisely to support
>> multi-machine environments.
>>
>> Regards,
>> Kent
>>
> Kent,
>
> I understand that, I've got a number of Unix/Linux servers here at work
> that run headless.  Most of them are RedHat machines, and run at a
> runlevel of 3, which keeps X from running but otherwise keeps it a
> relatively full-up network system, but yeah, there are a lot of
> different flavors in the Linux world when it comes to init levels.  When
> you killed gdm above, did it also take out X?
>
> Mark
>
>
Yes, the X11-server stopped when I stopped gdm (Gnome).  Otherwise I 
would have killed it separately.

Regards,
Kent


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to