<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Service on Details...</title>
    <link>https://www.deepreflect.net/tags/service/</link>
    <description>Recent content in Service on Details...</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Copyright © 2003 - 2026 Leonardo Rizzi</copyright>
    <lastBuildDate>Tue, 30 Jun 2026 03:28:29 +0200</lastBuildDate>
    <atom:link href="https://www.deepreflect.net/tags/service/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Remote Desktop Licensing service to fail to start</title>
      <link>https://www.deepreflect.net/2012/05/14/remote-desktop-licensing-service-to-fail-to-start/</link>
      <pubDate>Mon, 14 May 2012 00:49:28 +0000</pubDate>
       <guid isPermaLink="false">http://blog.deepreflect.net/?p=1191</guid> 
      <description>&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Remote Desktop Licensing service to fail to start, with error code %%-1073672191.
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;The Terminal Services Licensing service cannot start. The following error occurred: Can&amp;#39;t initialize Cryptographic - error code 5.
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Sometime happens a problem with Remote Desktop Licensing services not starting.
The Terminal Licensing MachineKeys have permissions for Administrators and/or TermServLicensing  but the service starts using the &amp;ldquo;Network Service&amp;rdquo; account&amp;hellip; Why??????&lt;/p&gt;
&lt;p&gt;You can fix the problem adding Network Service account (read only privileges it&amp;rsquo;s ok), on follow directory (you can force ownership propagation for reapply the correct privilege tree):&lt;/p&gt;</description>
      <content:encoded><![CDATA[<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-fallback" data-lang="fallback"><span style="display:flex;"><span>Remote Desktop Licensing service to fail to start, with error code %%-1073672191.
</span></span><span style="display:flex;"><span>
</span></span><span style="display:flex;"><span>The Terminal Services Licensing service cannot start. The following error occurred: Can&#39;t initialize Cryptographic - error code 5.
</span></span></code></pre></div><p>Sometime happens a problem with Remote Desktop Licensing services not starting.
The Terminal Licensing MachineKeys have permissions for Administrators and/or TermServLicensing  but the service starts using the &ldquo;Network Service&rdquo; account&hellip; Why??????</p>
<p>You can fix the problem adding Network Service account (read only privileges it&rsquo;s ok), on follow directory (you can force ownership propagation for reapply the correct privilege tree):</p>
<p><code>C:\\Documents and Settings\\all users\\Application Data\\Microsoft\\Crypto\\RSA\\MachineKeys</code></p>
<p>Then the service start, correctly.</p>
<p>For further information you can take a look at microsoft KB:</p>
<p>Default permissions for the MachineKeys folders:
<a href="http://support.microsoft.com/kb/278381">http://support.microsoft.com/kb/278381</a></p>
<p><a href="http://msdn.microsoft.com/en-us/library/bb909654%28v=vs.90%29.aspx">http://msdn.microsoft.com/en-us/library/bb909654%28v=vs.90%29.aspx</a></p>
]]></content:encoded>
    </item>
    <item>
      <title>Cisco - service config</title>
      <link>https://www.deepreflect.net/2010/04/26/cisco-service-config/</link>
      <pubDate>Mon, 26 Apr 2010 15:32:26 +0000</pubDate>
       <guid isPermaLink="false">http://blog.deepreflect.net/?p=924</guid> 
      <description>&lt;p&gt;Randomly, during bootup of Cisco hardware (IOS), error messages similar to these are displayed:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;%Error opening tftp://255.255.255.255/network-confg (Socket error)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;%Error opening tftp://255.255.255.255/cisconet.cfg (Socket error)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;%Error opening tftp://255.255.255.255/hostname-confg (Socket error)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;%Error opening tftp://255.255.255.255/hostname.cfg (Socket error)&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;These error messages are related to the default service configuration option built into Cisco IOS software, which attempts to access the service configuration files from a network Trivial File Transfer Protocol (TFTP) server.&lt;/p&gt;
&lt;p&gt;In order to disable this feature, issue the no service config global command.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Randomly, during bootup of Cisco hardware (IOS), error messages similar to these are displayed:</p>
<p><code>%Error opening tftp://255.255.255.255/network-confg (Socket error)</code></p>
<p><code>%Error opening tftp://255.255.255.255/cisconet.cfg (Socket error)</code></p>
<p><code>%Error opening tftp://255.255.255.255/hostname-confg (Socket error)</code></p>
<p><code>%Error opening tftp://255.255.255.255/hostname.cfg (Socket error)</code></p>
<p>These error messages are related to the default service configuration option built into Cisco IOS software, which attempts to access the service configuration files from a network Trivial File Transfer Protocol (TFTP) server.</p>
<p>In order to disable this feature, issue the no service config global command.</p>
<div class="highlight"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-fallback" data-lang="fallback"><span style="display:flex;"><span>Router#config terminal
</span></span><span style="display:flex;"><span>Enter configuration commands, one per line.
</span></span><span style="display:flex;"><span>Router(config)#no service config
</span></span><span style="display:flex;"><span>Router(config)#exit
</span></span><span style="display:flex;"><span>Router#copy running-config startup-config`
</span></span><span style="display:flex;"><span>``
</span></span></code></pre></div>]]></content:encoded>
    </item>
    <item>
      <title>Debian - Service startup</title>
      <link>https://www.deepreflect.net/2009/01/26/debian-service-startup/</link>
      <pubDate>Mon, 26 Jan 2009 03:23:36 +0000</pubDate>
       <guid isPermaLink="false">http://blog.deepreflect.net/?p=376</guid> 
      <description>&lt;p&gt;Under Debian Linux startup files are stored in /etc/init.d/ directory and symbolic linked between /etc/rcX.d/ directory exists. Debian Linux uses System V initialization scripts to start services at boot time from /etc/rcX.d/ directory. Debian Linux comes with different utilities to remove unwanted startup file&lt;/p&gt;
&lt;p&gt;Using rcconf:&lt;/p&gt;
&lt;p&gt;This tool configures system services in connection with system runlevels. It turns on/off services using the scripts in /etc/init.d/. Rcconf works with System-V style runlevel configuration. It is a TUI(Text User Interface) frontend to the update-rc.d command.&lt;/p&gt;</description>
      <content:encoded><![CDATA[<p>Under Debian Linux startup files are stored in /etc/init.d/ directory and symbolic linked between /etc/rcX.d/ directory exists. Debian Linux uses System V initialization scripts to start services at boot time from /etc/rcX.d/ directory. Debian Linux comes with different utilities to remove unwanted startup file</p>
<p>Using rcconf:</p>
<p>This tool configures system services in connection with system runlevels. It turns on/off services using the scripts in /etc/init.d/. Rcconf works with System-V style runlevel configuration. It is a TUI(Text User Interface) frontend to the update-rc.d command.</p>
<p>Install rcconf in Debian:</p>
<p><code>#apt-get install rcconf</code></p>
<p>To start rconf, login as root user and type rcconf</p>
<p><code># rcconf</code></p>
<p>Select the service you would like to enable or disable.</p>
<p>Using sysv-rc-conf:</p>
<p>sysv-rc-conf provides a terminal GUI for managing “/etc/rc{runlevel}.d/” symlinks. The interface comes in two different flavors, one that simply allows turning services on or off and another that allows for more fine tuned management of the symlinks. Unlike most runlevel config programs, you can edit startup scripts for any runlevel, not just your current one.</p>
<p>Install sysv-rc-conf in debian:</p>
<p><code># apt-get install sysv-rc-conf</code></p>
<p>This will install sysv-rc-conf.Now you need to run the following command</p>
<p><code># sysv-rc-conf</code></p>
<p>Select the service you would like to enable or disable.</p>
<p>Both sysv-rc-conf and rcconf are best tools to use on Remote Debian Linux or when GUI is not available</p>
<p>You can also use update-rc.d script as follows (update-rc.d removes any links in the /etc/rcX.d directories to the script /etc/init.d/service):</p>
<p><code># update-rc.d -f {SERVICE-NAME} remove</code></p>
<p>For example to stop xinetd service you can type command as follows:</p>
<p><code># update-rc.d -f xinetd remove</code></p>
]]></content:encoded>
    </item>
  </channel>
</rss>
