<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to install LibreNMS on Debian 9?	</title>
	<atom:link href="https://www.osradar.com/how-to-install-librenms-on-debian-9/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com/how-to-install-librenms-on-debian-9/</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 04 Oct 2019 09:17:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>
		By: Mark		</title>
		<link>https://www.osradar.com/how-to-install-librenms-on-debian-9/#comment-938</link>

		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Fri, 04 Oct 2019 09:17:07 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=6541#comment-938</guid>

					<description><![CDATA[&quot;apt -y install acl&quot; will solve Your problem

Current version, require at least php 7.1.3. You should update instruction, with info, about how to install it.]]></description>
			<content:encoded><![CDATA[<p>&#8220;apt -y install acl&#8221; will solve Your problem</p>
<p>Current version, require at least php 7.1.3. You should update instruction, with info, about how to install it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jael		</title>
		<link>https://www.osradar.com/how-to-install-librenms-on-debian-9/#comment-673</link>

		<dc:creator><![CDATA[Jael]]></dc:creator>
		<pubDate>Mon, 15 Apr 2019 18:40:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=6541#comment-673</guid>

					<description><![CDATA[Dear, the article is very useful, congratulations. But when I execute:
# ./scripts/composer_wrapper.php install --no-dev
I get the following errors:
Problem 1
    - This package requires php ^7.1.3 but your HHVM version does not satisfy that requirement.
  Problem 2
    - Installation request for doctrine/cache v1.8.0 -&#062; satisfiable by doctrine/cache[v1.8.0].
    - doctrine/cache v1.8.0 requires php ~7.1 -&#062; your PHP version (7.0.33) does not satisfy that requirement.
  Problem 3
    - Installation request for doctrine/dbal v2.9.2 -&#062; satisfiable by doctrine/dbal[v2.9.2].
    - doctrine/dbal v2.9.2 requires php ^7.1 -&#062; your PHP version (7.0.33) does not satisfy that requirement.
  Problem 4
    - Installation request for doctrine/event-manager v1.0.0 -&#062; satisfiable by doctrine/event-manager[v1.0.0].
    - doctrine/event-manager v1.0.0 requires php ^7.1 -&#062; your PHP version (7.0.33) does not satisfy that requirement.
  Problem 5
    - Installation request for doctrine/inflector v1.3.0 -&#062; satisfiable by doctrine/inflector[v1.3.0].
    - doctrine/inflector v1.3.0 requires php ^7.1 -&#062; your PHP version (7.0.33) does not satisfy that requirement.
  Problem 6
    - Installation request for laravel/framework v5.7.28 -&#062; satisfiable by laravel/framework[v5.7.28].
    - laravel/framework v5.7.28 requires php ^7.1.3 -&#062; your PHP version (7.0.33) does not satisfy that requirement.
  Problem 7
    - Installation request for laravel/laravel v5.7.28 -&#062; satisfiable by laravel/laravel[v5.7.28].
    - laravel/laravel v5.7.28 requires php ^7.1.3 -&#062; your PHP version (7.0.33) does not satisfy that requirement.
  Problem 8

The PHP you&#039;ve isntalled is 7.0 but from this script 7.1.3 version is required.
Please can you help me?
Thanks a lot.]]></description>
			<content:encoded><![CDATA[<p>Dear, the article is very useful, congratulations. But when I execute:<br />
# ./scripts/composer_wrapper.php install &#8211;no-dev<br />
I get the following errors:<br />
Problem 1<br />
    &#8211; This package requires php ^7.1.3 but your HHVM version does not satisfy that requirement.<br />
  Problem 2<br />
    &#8211; Installation request for doctrine/cache v1.8.0 -&gt; satisfiable by doctrine/cache[v1.8.0].<br />
    &#8211; doctrine/cache v1.8.0 requires php ~7.1 -&gt; your PHP version (7.0.33) does not satisfy that requirement.<br />
  Problem 3<br />
    &#8211; Installation request for doctrine/dbal v2.9.2 -&gt; satisfiable by doctrine/dbal[v2.9.2].<br />
    &#8211; doctrine/dbal v2.9.2 requires php ^7.1 -&gt; your PHP version (7.0.33) does not satisfy that requirement.<br />
  Problem 4<br />
    &#8211; Installation request for doctrine/event-manager v1.0.0 -&gt; satisfiable by doctrine/event-manager[v1.0.0].<br />
    &#8211; doctrine/event-manager v1.0.0 requires php ^7.1 -&gt; your PHP version (7.0.33) does not satisfy that requirement.<br />
  Problem 5<br />
    &#8211; Installation request for doctrine/inflector v1.3.0 -&gt; satisfiable by doctrine/inflector[v1.3.0].<br />
    &#8211; doctrine/inflector v1.3.0 requires php ^7.1 -&gt; your PHP version (7.0.33) does not satisfy that requirement.<br />
  Problem 6<br />
    &#8211; Installation request for laravel/framework v5.7.28 -&gt; satisfiable by laravel/framework[v5.7.28].<br />
    &#8211; laravel/framework v5.7.28 requires php ^7.1.3 -&gt; your PHP version (7.0.33) does not satisfy that requirement.<br />
  Problem 7<br />
    &#8211; Installation request for laravel/laravel v5.7.28 -&gt; satisfiable by laravel/laravel[v5.7.28].<br />
    &#8211; laravel/laravel v5.7.28 requires php ^7.1.3 -&gt; your PHP version (7.0.33) does not satisfy that requirement.<br />
  Problem 8</p>
<p>The PHP you&#8217;ve isntalled is 7.0 but from this script 7.1.3 version is required.<br />
Please can you help me?<br />
Thanks a lot.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tony		</title>
		<link>https://www.osradar.com/how-to-install-librenms-on-debian-9/#comment-658</link>

		<dc:creator><![CDATA[tony]]></dc:creator>
		<pubDate>Sun, 07 Apr 2019 01:33:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=6541#comment-658</guid>

					<description><![CDATA[on step 16, first install curl -&#062; apt install curl

on step 18, install php7.3
- apt install ca-certificates apt-transport-https 
- wget -q https://packages.sury.org/php/apt.gpg -O- &#124; apt-key add -
- echo &quot;deb https://packages.sury.org/php/ stretch main&quot; &#124; tee /etc/apt/sources.list.d/php.list
- apt install php7.2
- apt install php7.2-cli php7.2-common php7.2-curl php7.2-mbstring php7.2-mysql php7.2-xml php7.2-gd php7.2-zip
- install acl -&#062; apt install acl, and then : ./scripts/composer_wrapper.php install --no-dev

CAN&#039;T INSTALL COMPOSER   T-T]]></description>
			<content:encoded><![CDATA[<p>on step 16, first install curl -&gt; apt install curl</p>
<p>on step 18, install php7.3<br />
&#8211; apt install ca-certificates apt-transport-https<br />
&#8211; wget -q <a href="https://packages.sury.org/php/apt.gpg" rel="nofollow ugc">https://packages.sury.org/php/apt.gpg</a> -O- | apt-key add &#8211;<br />
&#8211; echo &#8220;deb <a href="https://packages.sury.org/php/" rel="nofollow ugc">https://packages.sury.org/php/</a> stretch main&#8221; | tee /etc/apt/sources.list.d/php.list<br />
&#8211; apt install php7.2<br />
&#8211; apt install php7.2-cli php7.2-common php7.2-curl php7.2-mbstring php7.2-mysql php7.2-xml php7.2-gd php7.2-zip<br />
&#8211; install acl -&gt; apt install acl, and then : ./scripts/composer_wrapper.php install &#8211;no-dev</p>
<p>CAN&#8217;T INSTALL COMPOSER   T-T</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ivan		</title>
		<link>https://www.osradar.com/how-to-install-librenms-on-debian-9/#comment-427</link>

		<dc:creator><![CDATA[ivan]]></dc:creator>
		<pubDate>Fri, 14 Dec 2018 23:25:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=6541#comment-427</guid>

					<description><![CDATA[I cannot make it work. There are a couple of mistakes. You need zip &#038; curl too. At the end of point 5 you spelled libremns and it is librenms.

Then at point 6 it shows an error:
***********************************************************************
Whoops, the web server could not write required files to the filesystem.
Running the following commands will fix the issue most of the time:

sudo chown -R librenms:librenms /var/www/html/librenms

sudo setfacl -d -m g::rwx /var/www/html/librenms/bootstrap/cache /var/www/html/librenms/storage /var/www/html/librenms/logs /var/www/html/librenms/rrd

sudo chmod -R ug=rwX /var/www/html/librenms/bootstrap/cache /var/www/html/librenms/storage /var/www/html/librenms/logs /var/www/html/librenms/rrd

usermod -a -G librenms www-data

If using SELinux you may also need:

semanage fcontext -a -t httpd_sys_rw_content_t &#039;/var/www/html/librenms/bootstrap/cache(/.*)?&#039;

semanage fcontext -a -t httpd_sys_rw_content_t &#039;/var/www/html/librenms/storage(/.*)?&#039;

semanage fcontext -a -t httpd_sys_rw_content_t &#039;/var/www/html/librenms/logs(/.*)?&#039;

semanage fcontext -a -t httpd_sys_rw_content_t &#039;/var/www/html/librenms/rrd(/.*)?&#039;

restorecon -RFv /var/www/html/librenms

*************************************************************************

Tried first solution, setfacl command not found. Stopped here.]]></description>
			<content:encoded><![CDATA[<p>I cannot make it work. There are a couple of mistakes. You need zip &amp; curl too. At the end of point 5 you spelled libremns and it is librenms.</p>
<p>Then at point 6 it shows an error:<br />
***********************************************************************<br />
Whoops, the web server could not write required files to the filesystem.<br />
Running the following commands will fix the issue most of the time:</p>
<p>sudo chown -R librenms:librenms /var/www/html/librenms</p>
<p>sudo setfacl -d -m g::rwx /var/www/html/librenms/bootstrap/cache /var/www/html/librenms/storage /var/www/html/librenms/logs /var/www/html/librenms/rrd</p>
<p>sudo chmod -R ug=rwX /var/www/html/librenms/bootstrap/cache /var/www/html/librenms/storage /var/www/html/librenms/logs /var/www/html/librenms/rrd</p>
<p>usermod -a -G librenms www-data</p>
<p>If using SELinux you may also need:</p>
<p>semanage fcontext -a -t httpd_sys_rw_content_t &#8216;/var/www/html/librenms/bootstrap/cache(/.*)?&#8217;</p>
<p>semanage fcontext -a -t httpd_sys_rw_content_t &#8216;/var/www/html/librenms/storage(/.*)?&#8217;</p>
<p>semanage fcontext -a -t httpd_sys_rw_content_t &#8216;/var/www/html/librenms/logs(/.*)?&#8217;</p>
<p>semanage fcontext -a -t httpd_sys_rw_content_t &#8216;/var/www/html/librenms/rrd(/.*)?&#8217;</p>
<p>restorecon -RFv /var/www/html/librenms</p>
<p>*************************************************************************</p>
<p>Tried first solution, setfacl command not found. Stopped here.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
