<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KingCrab</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KingCrab"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/KingCrab"/>
	<updated>2026-07-22T02:24:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Clean_Core&amp;diff=4384</id>
		<title>Clean Core</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Clean_Core&amp;diff=4384"/>
		<updated>2007-08-02T19:05:02Z</updated>

		<summary type="html">&lt;p&gt;KingCrab: /* Version Specific Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This page is meant to document the efforts to turn the LMCE core into one or more &amp;quot;services&amp;quot; that are automaticly started at boot time.  In other words we would like to get rid of the Launch Manager application, and it&#039;s dependency uppon a graphic environment, at least for starting a (dedicated) core machine.&lt;br /&gt;
&lt;br /&gt;
Due to the lack of documentation we will have to figure a lot of things out on our own.  Please don&#039;t be shy to add any related knowledge you have, we don&#039;t really know what we&#039;re doing, so why should you?  At least by adding stuff here we&#039;ll be able to build uppon each others experience without having to reverse-engineer the wheel every time.  And who knows, one day we might even achieve our common goal.&lt;br /&gt;
&lt;br /&gt;
== Known Information ==&lt;br /&gt;
* In [http://forum.linuxmce.com/index.php?topic=1766.0 Starting CORE software automatically. Beta1.1] bobpaul wrote on June 24, 2007 [http://forum.linuxmce.com/index.php?topic=1766.msg8377#msg8377]:&lt;br /&gt;
 you&#039;ll find all of the LinuxMCE scripts in /usr/pluto/bin. &lt;br /&gt;
 Two very interesting scripts are Start_X.sh (which I assume you already found?) and StartCoreServices.sh&lt;br /&gt;
 &lt;br /&gt;
 My guess would be you could disable the Start_X script. &lt;br /&gt;
 This can be done from the web interface and goto Advanced: Software: Boot Sequence. &lt;br /&gt;
 Untick the box for Start_X. &lt;br /&gt;
 Then, manually launch /usr/pluto/bin/StartCoreServices.sh from some init script. &lt;br /&gt;
 I think that should do what you originally asked for, but I haven&#039;t tried it myself.&lt;br /&gt;
&lt;br /&gt;
* A request for more information on the forum was posted by KingCrab: [http://forum.linuxmce.com/index.php?topic=1894.msg8605#msg8605 How does a core system start?].  If you don&#039;t want to sign up for the wiki or feel uncomfortable editing this page you could leave a message there.&lt;br /&gt;
&lt;br /&gt;
* More to come...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I&#039;ve tried the way bobpaul described in his post, but unfortunately working with the Start_X box didn&#039;t change anything for me. Then I tried it the &amp;quot;old linux way&amp;quot; ;-) I removed the S99kdm script from /etc/rc2.d, giving me a text login at bootup. Next step was to modify the /etc/rc.local by adding /usr/pluto/bin/StartCoreServices.sh. After next bootup the login web page was up again. This is the point I stopped testing and tried to get more information on startup before moving on...&lt;br /&gt;
(done with beta2 and rc1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Version Specific Notes ==&lt;br /&gt;
This seems like a good place to add information specificly related to a certain version of LMCE.&lt;br /&gt;
&lt;br /&gt;
=== LMCE 1.1 RC1 ===&lt;br /&gt;
The current test version.&lt;/div&gt;</summary>
		<author><name>KingCrab</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Clean_Core&amp;diff=4383</id>
		<title>Clean Core</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Clean_Core&amp;diff=4383"/>
		<updated>2007-08-02T19:04:22Z</updated>

		<summary type="html">&lt;p&gt;KingCrab: /* Known Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
This page is meant to document the efforts to turn the LMCE core into one or more &amp;quot;services&amp;quot; that are automaticly started at boot time.  In other words we would like to get rid of the Launch Manager application, and it&#039;s dependency uppon a graphic environment, at least for starting a (dedicated) core machine.&lt;br /&gt;
&lt;br /&gt;
Due to the lack of documentation we will have to figure a lot of things out on our own.  Please don&#039;t be shy to add any related knowledge you have, we don&#039;t really know what we&#039;re doing, so why should you?  At least by adding stuff here we&#039;ll be able to build uppon each others experience without having to reverse-engineer the wheel every time.  And who knows, one day we might even achieve our common goal.&lt;br /&gt;
&lt;br /&gt;
== Known Information ==&lt;br /&gt;
* In [http://forum.linuxmce.com/index.php?topic=1766.0 Starting CORE software automatically. Beta1.1] bobpaul wrote on June 24, 2007 [http://forum.linuxmce.com/index.php?topic=1766.msg8377#msg8377]:&lt;br /&gt;
 you&#039;ll find all of the LinuxMCE scripts in /usr/pluto/bin. &lt;br /&gt;
 Two very interesting scripts are Start_X.sh (which I assume you already found?) and StartCoreServices.sh&lt;br /&gt;
 &lt;br /&gt;
 My guess would be you could disable the Start_X script. &lt;br /&gt;
 This can be done from the web interface and goto Advanced: Software: Boot Sequence. &lt;br /&gt;
 Untick the box for Start_X. &lt;br /&gt;
 Then, manually launch /usr/pluto/bin/StartCoreServices.sh from some init script. &lt;br /&gt;
 I think that should do what you originally asked for, but I haven&#039;t tried it myself.&lt;br /&gt;
&lt;br /&gt;
* A request for more information on the forum was posted by KingCrab: [http://forum.linuxmce.com/index.php?topic=1894.msg8605#msg8605 How does a core system start?].  If you don&#039;t want to sign up for the wiki or feel uncomfortable editing this page you could leave a message there.&lt;br /&gt;
&lt;br /&gt;
* More to come...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I&#039;ve tried the way bobpaul described in his post, but unfortunately working with the Start_X box didn&#039;t change anything for me. Then I tried it the &amp;quot;old linux way&amp;quot; ;-) I removed the S99kdm script from /etc/rc2.d, giving me a text login at bootup. Next step was to modify the /etc/rc.local by adding /usr/pluto/bin/StartCoreServices.sh. After next bootup the login web page was up again. This is the point I stopped testing and tried to get more information on startup before moving on...&lt;br /&gt;
(done with beta2 and rc1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Version Specific Notes ==&lt;br /&gt;
This seems like a good place to add information specificly related to a certain version of LMCE.&lt;br /&gt;
&lt;br /&gt;
=== LMCE 1.1 RC1 ===&lt;br /&gt;
The current test version.&lt;/div&gt;</summary>
		<author><name>KingCrab</name></author>
	</entry>
</feed>