Re: [CentOS] CentOS 7, systemd and firewall-cmd

2015-02-25 Thread Chris Murphy
On Wed, Feb 25, 2015 at 4:14 PM, wrote: > So, is this a CentOS bug, or upstream's problem? No idea. Guessing, it's probably missing upstream because at the time firewalld was stabilizing for RHEL7 it was brand new even on Fedora. So I'll bet a bunch of service files just aren't created. -- Ch

Re: [CentOS] CentOS 7, systemd and firewall-cmd

2015-02-25 Thread m . roth
Chris Murphy wrote: > I'm on Fedora 22 Server which has this already: > > # cat /usr/lib/firewalld/services/rsyncd.xml > > > Rsync in daemon mode > Rsync in daemon mode works as a central server, in > order to house centralized files and keep them > synchronized. > > > > > And also: >

Re: [CentOS] CentOS 7, systemd and firewall-cmd

2015-02-25 Thread Chris Murphy
On Wed, Feb 25, 2015 at 2:39 PM, Earl A Ramirez wrote: > On Wed, 2015-02-25 at 16:33 -0500, m.r...@5-cent.us wrote: >> Chris Murphy wrote: >> > firewall-cmd --add-service=rsyncd >> > >> firewall-cmd --add-service=rsyncd >> Error: INVALID_SERVICE: rsyncd >> >> Is there another place that there need

Re: [CentOS] CentOS 7, systemd and firewall-cmd

2015-02-25 Thread Chris Murphy
I'm on Fedora 22 Server which has this already: # cat /usr/lib/firewalld/services/rsyncd.xml Rsync in daemon mode Rsync in daemon mode works as a central server, in order to house centralized files and keep them synchronized. And also: # dnf provides /usr/lib/firewalld/services/rsync

Re: [CentOS] CentOS 7, systemd and firewall-cmd

2015-02-25 Thread Earl A Ramirez
On Wed, 2015-02-25 at 16:33 -0500, m.r...@5-cent.us wrote: > Chris Murphy wrote: > > firewall-cmd --add-service=rsyncd > > > firewall-cmd --add-service=rsyncd > Error: INVALID_SERVICE: rsyncd > > Is there another place that there needs to be an rsyncd service file, > whatever it's supposed to be n

Re: [CentOS] CentOS 7, systemd and firewall-cmd

2015-02-25 Thread m . roth
Chris Murphy wrote: > firewall-cmd --add-service=rsyncd > firewall-cmd --add-service=rsyncd Error: INVALID_SERVICE: rsyncd Is there another place that there needs to be an rsyncd service file, whatever it's supposed to be named, *other* than where systemd wants it? mark > To make it perman

Re: [CentOS] CentOS 7, systemd and firewall-cmd

2015-02-25 Thread Chris Murphy
firewall-cmd --add-service=rsyncd To make it permanent, do the above and this: firewall-cmd --permanent --add-service=rsyncd Chris Murphy ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS 7, systemd and firewall-cmd

2015-02-25 Thread m . roth
I'm having issues with an rsyncd. systemctl status rsyncd shows it running rsyncd.service - fast remote file copy program daemon Loaded: loaded (/usr/lib/systemd/system/rsyncd.service; enabled) Active: active (running) since Wed 2015-02-25 10:57:02 EST; 4h 43min ago Main PID: 31672 (rsync)