Re: [CentOS] firewalld clue needed

2015-12-13 Thread Carl E. Hartung
On Sun, 13 Dec 2015 12:30:39 -0600 Nicholas Geovanis wrote: > I don't dispute the value of GUIs. I have a comment and a question, > first that in "the data center" my experience is that iptables rules > are put into place and only rarely changed thereafter, like the > network configuration at the

Re: [CentOS] rsync question

2015-09-10 Thread Carl E. Hartung
On Thu, 10 Sep 2015 22:50:47 -0400 Robert Moskowitz wrote: > > That will use the default port on the remote host, you can override > > that without specifying the -e if required using -p . > > > $ rsync -ah --stats --delete -p 613 root@192.168.129.2:/etc/dhcp/ > /home/rgm/data/htt/httnet/hom

Re: [CentOS] rsync question

2015-09-09 Thread Carl E. Hartung
On Wed, 9 Sep 2015 05:51:38 -0700 (PDT) Mark Milhollan wrote: > On Tue, 8 Sep 2015, Carl E. Hartung wrote: > >On Tue, 8 Sep 2015 10:25:33 -0700 (PDT) Mark Milhollan wrote: > > >> -e specifies the *local* transport command to use > > > >What?! Straight from the

Re: [CentOS] rsync question

2015-09-08 Thread Carl E. Hartung
On Tue, 8 Sep 2015 10:25:33 -0700 (PDT) Mark Milhollan wrote: > On Mon, 7 Sep 2015, Carl E. Hartung wrote: > >On Mon, 7 Sep 2015 13:05:59 -0400 > >Robert Moskowitz wrote: > > >> rsync -ah --stats --delete -e "ssh -p613 -l root" > >> 192.168.192.2

Re: [CentOS] rsync question

2015-09-07 Thread Carl E. Hartung
On Mon, 7 Sep 2015 14:58:00 -0400 Robert Moskowitz wrote: > > > On 09/07/2015 02:17 PM, Carl E. Hartung wrote: > > On Mon, 7 Sep 2015 13:05:59 -0400 > > Robert Moskowitz wrote: 8< - - - - - trimmed - - - - - >8 > > Do you really mean '-h' human-read

Re: [CentOS] rsync question

2015-09-07 Thread Carl E. Hartung
On Mon, 7 Sep 2015 13:05:59 -0400 Robert Moskowitz wrote: > I am trying to rsync the named files under /etc for backup purposes. > I tried: > > rsync -ah --stats --delete -e "ssh -p613 -l root" > 192.168.192.2:/etc/name* /home/rgm/data/htt/httnet/homebase/new/etc > > The stats shows it sees all

Re: [CentOS] rsyncing directories - sanity check

2015-06-24 Thread Carl E. Hartung
On Wed, 24 Jun 2015 12:42:19 -0400 Tim Dunphy wrote: > Does anyone have a good guess as to why these 'out of space' failures > are occurring? Hi Tim, At first glance, I don't see anything obvious, but if it were me, I'd do the following: a) add the 'n' flag to do a dry run (no actual copying)

Re: [CentOS] rsync backup to fileserver - mystery

2015-05-01 Thread Carl E. Hartung
On Fri, 1 May 2015 11:10:26 -0600 Frank Cox wrote: > I have a daily cron job that runs the following command: > > rsync -av --delete /home/frankcox/ /mnt/fileserver/backup Hi Frank, I've seen this when using the -a flag where it turns out there are discrepancies in ownerships (user:group, UID:G

Re: [CentOS] Mysql 5.6, Centos 7 and errno: 24 - Too many open files

2015-04-29 Thread Carl E. Hartung
Hi Johan, Does systemd also overrule /etc/my.conf? Thx! Carl On Wed, 29 Apr 2015 14:58:52 +0200 Johan Kooijman wrote: > Gotz, > > This is due to systemd, it overrules your settings. Add a file to > systemd config fixes it: > > [root@mysql2 ~]# cat /etc/systemd/system/mariadb.service.d/limits