<?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 Setup Local HTTP Yum Repository on CentOS 7	</title>
	<atom:link href="https://www.tecmint.com/setup-local-http-yum-repository-on-centos-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/setup-local-http-yum-repository-on-centos-7/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 08 Nov 2022 13:09:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Arun Aggarwal		</title>
		<link>https://www.tecmint.com/setup-local-http-yum-repository-on-centos-7/comment-page-1/#comment-1911711</link>

		<dc:creator><![CDATA[Arun Aggarwal]]></dc:creator>
		<pubDate>Tue, 08 Nov 2022 13:09:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30332#comment-1911711</guid>

					<description><![CDATA[Problem 1. yum repo responding with [Errno 14] HTTP Error 403 - Forbidden on the client when you run the yum repolist

Solution: 

You need to disable &lt;strong&gt;SELinux&lt;/strong&gt; or set it to &lt;strong&gt;permissive&lt;/strong&gt; mode on the repo server.

# setenforce permissive
# getenforce //to verify it is set to permissive.

Problem 2. 

# createrepo -g comps.xml /var/www/html/repos/centosplus/

Error: group file /var/www/html/repos/centosplus/comps.xml cannot be found.

solution: The problem was with the syntax of the command, so the correct version syntax is: 

# createrepo /var/www/html/repos/centosplus/  -g comps.xml
]]></description>
			<content:encoded><![CDATA[<p>Problem 1. yum repo responding with [Errno 14] HTTP Error 403 &#8211; Forbidden on the client when you run the yum repolist</p>
<p>Solution: </p>
<p>You need to disable <strong>SELinux</strong> or set it to <strong>permissive</strong> mode on the repo server.</p>
<p># setenforce permissive<br />
# getenforce //to verify it is set to permissive.</p>
<p>Problem 2. </p>
<p># createrepo -g comps.xml /var/www/html/repos/centosplus/</p>
<p>Error: group file /var/www/html/repos/centosplus/comps.xml cannot be found.</p>
<p>solution: The problem was with the syntax of the command, so the correct version syntax is: </p>
<p># createrepo /var/www/html/repos/centosplus/  -g comps.xml</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tuxmika		</title>
		<link>https://www.tecmint.com/setup-local-http-yum-repository-on-centos-7/comment-page-1/#comment-1857703</link>

		<dc:creator><![CDATA[tuxmika]]></dc:creator>
		<pubDate>Fri, 05 Aug 2022 21:39:52 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30332#comment-1857703</guid>

					<description><![CDATA[Hi,

[mickael@clientrockylinux yum.repos.d]$ yum grouplist
Depot local Rocky Linux 9 BaseOS                                                                                                                                                    46 MB/s &#124; 1.6 MB     00:00    
Depot local Rocky Linux 9 Extras                                                                                                                                                   352 kB/s &#124; 3.5 kB     00:00    
Depot local Rocky Linux 9 Appstream                                                                                                                                                 53 MB/s &#124; 5.7 MB     00:00    
Depot local Rocky Linux 9 Epel                                                                                                                                                      64 MB/s &#124; 8.2 MB     00:00    
Error: No group data available for configured repositories.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>[mickael@clientrockylinux yum.repos.d]$ yum grouplist<br />
Depot local Rocky Linux 9 BaseOS                                                                                                                                                    46 MB/s | 1.6 MB     00:00<br />
Depot local Rocky Linux 9 Extras                                                                                                                                                   352 kB/s | 3.5 kB     00:00<br />
Depot local Rocky Linux 9 Appstream                                                                                                                                                 53 MB/s | 5.7 MB     00:00<br />
Depot local Rocky Linux 9 Epel                                                                                                                                                      64 MB/s | 8.2 MB     00:00<br />
Error: No group data available for configured repositories.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vivek		</title>
		<link>https://www.tecmint.com/setup-local-http-yum-repository-on-centos-7/comment-page-1/#comment-1583614</link>

		<dc:creator><![CDATA[Vivek]]></dc:creator>
		<pubDate>Wed, 08 Sep 2021 12:40:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30332#comment-1583614</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-local-http-yum-repository-on-centos-7/comment-page-1/#comment-1521522&quot;&gt;P&lt;/a&gt;.

Thank you!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-local-http-yum-repository-on-centos-7/comment-page-1/#comment-1521522">P</a>.</p>
<p>Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: P		</title>
		<link>https://www.tecmint.com/setup-local-http-yum-repository-on-centos-7/comment-page-1/#comment-1521522</link>

		<dc:creator><![CDATA[P]]></dc:creator>
		<pubDate>Wed, 16 Jun 2021 14:02:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30332#comment-1521522</guid>

					<description><![CDATA[Had a problem with nginx reporting &#039;[Errno 14] HTTP Error 403 - Forbidden&#039; on the clients.

Confirmed all file access permissions correct.

Resolved by running:
&lt;pre&gt;
# chcon -Rt httpd_sys_content_t /var/www/html/repos/
&lt;/pre&gt;
and restarting nginx.

It&#039;s an SELinux permissions problem.]]></description>
			<content:encoded><![CDATA[<p>Had a problem with nginx reporting &#8216;[Errno 14] HTTP Error 403 &#8211; Forbidden&#8217; on the clients.</p>
<p>Confirmed all file access permissions correct.</p>
<p>Resolved by running:</p>
<pre>
# chcon -Rt httpd_sys_content_t /var/www/html/repos/
</pre>
<p>and restarting nginx.</p>
<p>It&#8217;s an SELinux permissions problem.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: soheil spalany		</title>
		<link>https://www.tecmint.com/setup-local-http-yum-repository-on-centos-7/comment-page-1/#comment-1393406</link>

		<dc:creator><![CDATA[soheil spalany]]></dc:creator>
		<pubDate>Sun, 22 Nov 2020 08:15:40 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30332#comment-1393406</guid>

					<description><![CDATA[Hi,

When I install some packages like &lt;strong&gt;nano&lt;/strong&gt;، see an error. Please help me.

 Last metadata expiration check: 0:04:37 ago on Sun 22 Nov 2020 11:33:51 AM +0330.
Error:
 Problem: cannot install both ncurses-libs-5.9-14.20130511.el7_4.x86_64 and ncurses-libs-6.1-7.20180224.el8.x86_64
  - package nano-2.3.1-10.el7.x86_64 requires libtinfo.so.5()(64bit), but none of the providers can be installed
  - package nano-2.3.1-10.el7.x86_64 requires libncursesw.so.5()(64bit), but none of the providers can be installed
  - package htop-2.2.0-6.el8.x86_64 requires libtinfo.so.6()(64bit), but none of the providers can be installed
  - package htop-2.2.0-6.el8.x86_64 requires libncursesw.so.6()(64bit), but none of the providers can be installed
  - conflicting requests
  - problem with installed package htop-2.2.0-6.el8.x86_64
(try to add &#039;--allowerasing&#039; to command line to replace conflicting packages or &#039;--skip-broken&#039; to skip uninstallable packages or &#039;--nobest&#039; to use not only best candidate packages)]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>When I install some packages like <strong>nano</strong>، see an error. Please help me.</p>
<p> Last metadata expiration check: 0:04:37 ago on Sun 22 Nov 2020 11:33:51 AM +0330.<br />
Error:<br />
 Problem: cannot install both ncurses-libs-5.9-14.20130511.el7_4.x86_64 and ncurses-libs-6.1-7.20180224.el8.x86_64<br />
  &#8211; package nano-2.3.1-10.el7.x86_64 requires libtinfo.so.5()(64bit), but none of the providers can be installed<br />
  &#8211; package nano-2.3.1-10.el7.x86_64 requires libncursesw.so.5()(64bit), but none of the providers can be installed<br />
  &#8211; package htop-2.2.0-6.el8.x86_64 requires libtinfo.so.6()(64bit), but none of the providers can be installed<br />
  &#8211; package htop-2.2.0-6.el8.x86_64 requires libncursesw.so.6()(64bit), but none of the providers can be installed<br />
  &#8211; conflicting requests<br />
  &#8211; problem with installed package htop-2.2.0-6.el8.x86_64<br />
(try to add &#8216;&#8211;allowerasing&#8217; to command line to replace conflicting packages or &#8216;&#8211;skip-broken&#8217; to skip uninstallable packages or &#8216;&#8211;nobest&#8217; to use not only best candidate packages)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
