<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Kahel OS Forum Tag: daemons - Recent Posts</title>
		<link>http://forum.kahelos.org/tags/daemons</link>
		<description>Open for Change</description>
		<language>en-US</language>
		<pubDate>Thu, 29 Jul 2010 20:46:24 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forum.kahelos.org/search.php</link>
		</textInput>
		<atom:link href="http://forum.kahelos.org/rss/tags/daemons" rel="self" type="application/rss+xml" />

		<item>
			<title>joelbryan on "Kahel OS (Desktop Edition) DAEMONS and SERVICES."</title>
			<link>http://forum.kahelos.org/topic/kahel-os-desktop-edition-daemons-and-services#post-483</link>
			<pubDate>Tue, 29 Dec 2009 10:23:30 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">483@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;also, if you have some scripts to run when a user logged in, put them in /etc/scripts.d/ then give your script an executable permission.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "Kahel OS (Desktop Edition) DAEMONS and SERVICES."</title>
			<link>http://forum.kahelos.org/topic/kahel-os-desktop-edition-daemons-and-services#post-473</link>
			<pubDate>Mon, 28 Dec 2009 21:15:31 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">473@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;thanks for the clarification :D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelbryan on "Kahel OS (Desktop Edition) DAEMONS and SERVICES."</title>
			<link>http://forum.kahelos.org/topic/kahel-os-desktop-edition-daemons-and-services#post-472</link>
			<pubDate>Mon, 28 Dec 2009 20:42:52 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">472@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Here's a brief explanation about the Kahel OS changes regarding the DAEMON process on the 122509 release, these changes does not came from Arch Linux but is exclusive for Kahel OS.&#60;/p&#62;
&#60;p&#62;If you have noticed, the Kahel OS boot process is really fast, and GDM came up almost instantaneously. This is because the Kahel OS daemons have been changed to speed up the boot process and allow GDM to start up much quickly. The daemons have been divided into two groups, the DAEMONS and SERVICES. The DAEMONS starts up the important applications to load GDM, while the SERVICES will start after the GDM shows up and a user logged-in.&#60;/p&#62;
&#60;p&#62;All DAEMONS and SERVICES will be executed as root, also DBUS will be automatically loaded by GDM so all SERVICES that calls dbus will find it. DBUS will run as system-wide message bus at the initial DAEMONS list and as a per-user-login-session daemon when a user logged in.. However if you prefer DBUS to run as a session message bus (this will affect avahi-daemon), remove the initial dbus on the DAEMONS list.&#60;/p&#62;
&#60;p&#62;Kahel OS has a script /usr/bin/kahel-generate-rc for the generation of /etc/rc.conf, it is recommended that you modify the file /etc/kahel-system-profiles.conf if you plan to create an rc.conf profile. &#60;/p&#62;
&#60;p&#62;The file /etc/kahel-system-profiles.conf contains the following lines:&#60;/p&#62;
&#60;p&#62;------------------------------------------------------------------------------------&#60;br /&#62;
#&#60;br /&#62;
# /etc/kahel-system-profiles.conf - Generator configurations for Kahel OS Linux&#60;br /&#62;
#&#60;/p&#62;
&#60;p&#62;## This values will be parsed by 'kahel-generate-mkinitcpio' use to generate&#60;br /&#62;
## a mkinitcpio.conf file with KMS support.&#60;/p&#62;
&#60;p&#62;KERNEL_MODULES=&#34;crc32c libcrc32c btrfs ext4 udf nilfs2 ahci&#34;&#60;/p&#62;
&#60;p&#62;## This values will be parsed by 'kahel-generate-rc' use to generate an rc.conf&#60;br /&#62;
## with Kahel OS's daemon execution and management.&#60;/p&#62;
&#60;p&#62;USER_MODULES=&#34;acpi-cpufreq cpufreq_stats cpufreq_powersave cpufreq_userspace cpufreq_ondemand cpufreq_conservative freq_table cfg80211 lib80211 lib80211_crypt_wep lib80211_crypt_ccmp lib80211_crypt_tkip fuse usblp usb_storage&#34;&#60;br /&#62;
DAEMONS=&#34;preload @syslog-ng @hal @gdm&#34;&#60;br /&#62;
SERVICES=&#34;rpcbind fam @networkmanager @crond @alsa @cpufreq @avahi-daemon @bluetooth @cups @mono&#34;&#60;br /&#62;
------------------------------------------------------------------------------------&#60;/p&#62;
&#60;p&#62;The script 'kahel-generate-rc' uses the USER_MODULES, DAEMONS and SERVICES fields, all compatible with the parameters that you use with /etc/rc.conf, so (!) to disable and (@) to start at background.&#60;/p&#62;
&#60;p&#62;The USER_MODULES is the pre-seeded modules that you wish to be loaded by rc.conf MODULES by default. Also 'kahel-generate-rc' autodetects your modules then installed it along with your MODULES in rc.conf, 'kahel-generate-rc' smartly checks for any duplicate entries against the autodetected modules then it will remove one of them and retain only 1 entry.&#60;/p&#62;
&#60;p&#62;The DAEMONS is the default daemons that will be loaded upon startup and load GDM.&#60;br /&#62;
The SERVICES is the daemons that will be loaded after GDM and when a user logged in.&#60;/p&#62;
&#60;p&#62;The script 'kahel-generate-rc' will write rc.conf on your current working directory as default, unless you supplied it with '--install' parameter.&#60;/p&#62;
&#60;p&#62;To install your changes, simply type 'sudo kahel-generate-rc --install', after that review the changes made by the script via editing /etc/rc.conf.&#60;/p&#62;
&#60;p&#62;Then after that, you can reboot your system with your new configurations.&#60;/p&#62;
&#60;p&#62;Merry Christmas and Happy New Year!&#60;/p&#62;
&#60;p&#62;- Joel Bryan Juliano
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "any ideas on how to setup static ip?"</title>
			<link>http://forum.kahelos.org/topic/any-ideas-on-how-to-setup-static-ip#post-260</link>
			<pubDate>Tue, 17 Nov 2009 23:17:13 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">260@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;ah ..i see thanks for the great info guys :D&#60;/p&#62;
&#60;p&#62;i am using wicd now ..:) works great&#60;br /&#62;
got static dhcp up and running :D
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelbryan on "any ideas on how to setup static ip?"</title>
			<link>http://forum.kahelos.org/topic/any-ideas-on-how-to-setup-static-ip#post-252</link>
			<pubDate>Tue, 17 Nov 2009 02:18:14 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">252@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;@fplolz&#60;/p&#62;
&#60;p&#62;The rule of the thumb of all the connection managers (ie netcfg, wicd, nm), is if it rely on your /etc/resolv.conf it must respect your settings for static ip that you setup manually using route and ifconfig.&#60;/p&#62;
&#60;p&#62;NetworkManager is different because it is designed for desktop users. NM does not rely on /etc/resolv.conf, it creates it's own /etc/resolv.conf for the sake of compatibility of other software using that file. NM uses gconf to store it's values other than the usual configurations in /etc.&#60;/p&#62;
&#60;p&#62;DHCP servers does not limit you from using static IPs, provided that the IP you assigned statically is still available and not used by other hosts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>agi on "any ideas on how to setup static ip?"</title>
			<link>http://forum.kahelos.org/topic/any-ideas-on-how-to-setup-static-ip#post-244</link>
			<pubDate>Mon, 16 Nov 2009 21:46:09 +0000</pubDate>
			<dc:creator>agi</dc:creator>
			<guid isPermaLink="false">244@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;hi fplolz,&#60;/p&#62;
&#60;p&#62;i think you should try and sort out want you really want. the manual configs on the rc.d (including the the dhcp option) are usually best for servers where you need the connection before a user logs in or for connections you want to be available for everyone else who will login on the computer. you have two options here, the basic network service or the profiled network service.&#60;/p&#62;
&#60;p&#62;network manager and wicd settings take effect after a user logged on the gui, so the implication you have to watch for are unreachable services (like ssh).&#60;/p&#62;
&#60;p&#62;from my experience with networkmanager is that even if you set rc.conf configurations on an interface, it will muck them up leaving the routing screwed up. and on what i'm reading about wicd, it shouldn't :-) that might give you the best configuration you're after, static info for wired connections on rc.conf and dynamic info for wireless connections on wicd.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "any ideas on how to setup static ip?"</title>
			<link>http://forum.kahelos.org/topic/any-ideas-on-how-to-setup-static-ip#post-242</link>
			<pubDate>Sat, 14 Nov 2009 12:01:34 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">242@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;okay thanks joel (:&#60;/p&#62;
&#60;p&#62;will try it out..&#60;/p&#62;
&#60;p&#62;hm..could i ask a few more things?  i have moved to wicd ..is it good enough to say that by setting static ip to my connection in wicd , i would be using static ip?&#60;/p&#62;
&#60;p&#62;i was also wondering , as my router by default and is using dhcp , would that affect my settins?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>joelbryan on "any ideas on how to setup static ip?"</title>
			<link>http://forum.kahelos.org/topic/any-ideas-on-how-to-setup-static-ip#post-240</link>
			<pubDate>Sat, 14 Nov 2009 07:25:11 +0000</pubDate>
			<dc:creator>joelbryan</dc:creator>
			<guid isPermaLink="false">240@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;Hi fplolz,&#60;/p&#62;
&#60;p&#62;in your rc.conf, disable networkmanager on the DAEMONS by appending exclamation point (ie. !networkmanager) and enable the interface by removing the exclamation point from the INTERFACES (ie. !eth0).&#60;/p&#62;
&#60;p&#62;You can also do the following, but it would not be saved on your restart.&#60;/p&#62;
&#60;p&#62;$ ifconfig eth0 202.156.10.239&#60;br /&#62;
$ route add default gw &#38;lt;your gateway IP here&#38;gt;&#60;/p&#62;
&#60;p&#62;Hope this helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fplolz on "any ideas on how to setup static ip?"</title>
			<link>http://forum.kahelos.org/topic/any-ideas-on-how-to-setup-static-ip#post-239</link>
			<pubDate>Fri, 13 Nov 2009 10:40:28 +0000</pubDate>
			<dc:creator>fplolz</dc:creator>
			<guid isPermaLink="false">239@http://forum.kahelos.org/</guid>
			<description>&#60;p&#62;hi guys :D&#60;/p&#62;
&#60;p&#62;from what i know , place the static ip into the rc.conf&#60;br /&#62;
eth0=&#34;eth0 202.156.10.239  netmask 255.255.255.0 broadcast 192.168.0.255&#34;&#60;/p&#62;
&#60;p&#62;yea thats what i did ...unfortunately , my ip still changes -.-&#60;br /&#62;
i wonder if it was anything to do with network manager or  my wt54g linksys router&#60;/p&#62;
&#60;p&#62;does anyone have any idea to help out ? :x&#60;br /&#62;
trying out wicd now..
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
