Community
User Guides
Support
Community
Help Forums
English Forum
General
About our Community
General Discussion
News and Feedback
Products
F-Secure SAFE
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Other products
Beta programs
Feature Requests
Finnish Forum (Tukifoorumi)
Tuotteet Kotiin
F-Secure SAFE
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Muut tietoturvatuotteet
Support Articles
Language
English
Suomi
Deutsch
Français
日本語
Svenska
Dansk
Italiano
Nederlands
Norsk
Polski
中文 (繁體)
Products & Services
F-Secure TOTAL
F-Secure SAFE / Internet Security / Anti-Virus
F-Secure FREEDOME
F-Secure KEY
F-Secure SENSE Router
F-Secure ID PROTECTION
Other products
Common topics
User Guides
Support
Login
|
Register
The RDS Linux sensor does not install. What should I do? - F-Secure Community
<main> <article class="userContent"> <p> </p>The RDS Linux sensor does not install. What should I do? <ol><li> Run the following commands to remove a failed installation, and then rerun the installation: <pre class="code codeBlock" spellcheck="false">sudo mv /var/lib/dpkg/info/atp-sensor.* /tmp/ sudo dpkg --remove --force-remove-reinstreq atp-sensor sudo apt-get remove atp-sensor</pre> </li> <li> Check the system logs for general errors (messages starting with the<strong>sensor</strong>prefix). <ul><li>Debian and Ubuntu (<code class="code codeInline" spellcheck="false">/var/log/syslog</code>): <pre class="code codeBlock" spellcheck="false">sudo cat /var/log/syslog |grep sensor</pre> </li> <li>CentOS, Red Hat and AMI Linux (<code class="code codeInline" spellcheck="false">/var/log/messages</code>): <pre class="code codeBlock" spellcheck="false">sudo cat /var/log/messages |grep sensor</pre> </li> </ul></li> <li> Check your configuration <ol type="a"><li> Check the firewall rules for outbound connections. </li> <li> Check that the proxy settings are correct. </li> <li> Check that the <code class="code codeInline" spellcheck="false">sensor.conf</code> file exists. </li> </ol></li> </ol> </article> </main>