<?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: Install Webmin on CentOS / RHEL 7/6 and Fedora 28/27/26/25	</title>
	<atom:link href="https://www.osradar.com/install-webmin-on-centos-rhel-7-6-and-fedora-28-27-26-25/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com/install-webmin-on-centos-rhel-7-6-and-fedora-28-27-26-25/</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 23 Jan 2019 22:36:14 +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 A. Stevens		</title>
		<link>https://www.osradar.com/install-webmin-on-centos-rhel-7-6-and-fedora-28-27-26-25/#comment-498</link>

		<dc:creator><![CDATA[Mark A. Stevens]]></dc:creator>
		<pubDate>Wed, 23 Jan 2019 22:36:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=2959#comment-498</guid>

					<description><![CDATA[For Fedora 29 (as I installed 2019-01-23) you need the following:

systemctl enable webmin.service
systemctl start webmin.service

[root@reindeer yum.repos.d]# systemctl enable webmin.service
webmin.service is not a native service, redirecting to systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable webmin
[root@reindeer yum.repos.d]# systemctl start webmin.service 
Job for webmin.service failed because the control process exited with error code.
See &quot;systemctl status webmin.service&quot; and &quot;journalctl -xe&quot; for details.
[root@reindeer yum.repos.d]# 

The following did not work

firewall-cmd -permanent -zone=public -add-port=10000/tcp
firewall-cmd -reload

[root@reindeer ~]# firewall-cmd -permanent -zone=public -add-port=10000/tcp
usage: see firewall-cmd man page
firewall-cmd: error: unrecognized arguments: -permanent -zone=public -add-port=10000/tcp
[root@reindeer ~]# firewall-cmd -reload
usage: see firewall-cmd man page
firewall-cmd: error: unrecognized arguments: -reload

This is what shows up for netstat:
[root@reindeer ~]# netstat -plunt &#124; grep 10000
tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN      22794/perl          
udp        0      0 0.0.0.0:10000           0.0.0.0:*                           22794/perl          
[root@reindeer ~]# 

The following:
you can login with root or with user with sudo wrights
Should be:
you can login with root or with user with sudo rights

I Hope This Helps]]></description>
			<content:encoded><![CDATA[<p>For Fedora 29 (as I installed 2019-01-23) you need the following:</p>
<p>systemctl enable webmin.service<br />
systemctl start webmin.service</p>
<p>[root@reindeer yum.repos.d]# systemctl enable webmin.service<br />
webmin.service is not a native service, redirecting to systemd-sysv-install.<br />
Executing: /usr/lib/systemd/systemd-sysv-install enable webmin<br />
[root@reindeer yum.repos.d]# systemctl start webmin.service<br />
Job for webmin.service failed because the control process exited with error code.<br />
See &#8220;systemctl status webmin.service&#8221; and &#8220;journalctl -xe&#8221; for details.<br />
[root@reindeer yum.repos.d]# </p>
<p>The following did not work</p>
<p>firewall-cmd -permanent -zone=public -add-port=10000/tcp<br />
firewall-cmd -reload</p>
<p>[root@reindeer ~]# firewall-cmd -permanent -zone=public -add-port=10000/tcp<br />
usage: see firewall-cmd man page<br />
firewall-cmd: error: unrecognized arguments: -permanent -zone=public -add-port=10000/tcp<br />
[root@reindeer ~]# firewall-cmd -reload<br />
usage: see firewall-cmd man page<br />
firewall-cmd: error: unrecognized arguments: -reload</p>
<p>This is what shows up for netstat:<br />
[root@reindeer ~]# netstat -plunt | grep 10000<br />
tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN      22794/perl<br />
udp        0      0 0.0.0.0:10000           0.0.0.0:*                           22794/perl<br />
[root@reindeer ~]# </p>
<p>The following:<br />
you can login with root or with user with sudo wrights<br />
Should be:<br />
you can login with root or with user with sudo rights</p>
<p>I Hope This Helps</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
