Re: [CentOS] rsync backup to fileserver - mystery

2015-05-01 Thread Robert Nichols
On 05/01/2015 12:10 PM, Frank Cox wrote: I have an Intel SS4000E fileserver that I've been using for several years to backup my home directory to. I have a daily cron job that runs the following command: rsync -av --delete /home/frankcox/ /mnt/fileserver/backup I have a directory named

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,

Re: [CentOS] rsync backup to fileserver - mystery

2015-05-01 Thread Frank Cox
On Fri, 1 May 2015 19:44:58 -0400 Carl E. Hartung wrote: I've seen this when using the -a flag where it turns out there are discrepancies in ownerships (user:group, UID:GID) between the local source and a remote target. The -a flag intends to preserve user:group and timestamps, and despite

Re: [CentOS] VPN connection before login

2015-05-01 Thread Tim
I imagine something like Cisco AnyConnect on Windows, where you can connect before login to the machine. So afterwards user specific network shares are available and can be connect via scripts. I have an openvpn server running. Regards Tim Am 1. Mai 2015 13:34:48 MESZ, schrieb Jim Perrin

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Eric Lehmann
Hi NRPE: Error receiving data from daemon Seems as this is not a SSL Problem. Do you have a nagios user account? Cat /etc/passwd Am 01.05.2015 18:45 schrieb Tim Dunphy bluethu...@gmail.com: Oh my mistake. I mean nrpe without parameters. It should say something about SSL/TLS aktiv or so.

Re: [CentOS] rsync backup to fileserver - mystery

2015-05-01 Thread Jeremy Thompson
that diff has /misc/misc/ in the second compare argument. Not sure if thats the exact command you have been entering or if you retyped it. If that is a good path or is rsync creating new “misc” folders inside your original misc folder? -- Jeremy Thompson Sports Warehouse Inc.

Re: [CentOS-docs] delete account

2015-05-01 Thread Akemi Yagi
On Fri, May 1, 2015 at 10:36 AM, Carl George carl.geo...@rackspace.com wrote: I tried that before I created the CarlGeorge account. It gave me an error stating that the user already existed (again, this was before I created the CarlGeorge account). However, just creating a new account as

[CentOS] Kvm + libvirt + virt-manager

2015-05-01 Thread Alessandro Baggi
Hi list, I have updated C7 to 7.1 and get some issue (I don't know if problems depend from upgrade). My first problem is on virt-manager that crash after some time. From system messages I get that virt-manager is crashed with signal sigsegv and this problem is related to python (python get

[CentOS] rsync backup to fileserver - mystery

2015-05-01 Thread Frank Cox
I have an Intel SS4000E fileserver that I've been using for several years to backup my home directory to. I have a daily cron job that runs the following command: rsync -av --delete /home/frankcox/ /mnt/fileserver/backup I have a directory named misc/sheet-music/classical. About a week ago I

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Tim Dunphy
Hi Eric, NRPE: Error receiving data from daemon Seems as this is not a SSL Problem. Do you have a nagios user account? Cat /etc/passwd Yep! Both hosts have nagios user accounts. Demonstrating from the client: [root@ops:~] #id nagios uid=2002(nagios) gid=2002(nagios)

Re: [CentOS-docs] delete account

2015-05-01 Thread Carl George
I tried that before I created the CarlGeorge account. It gave me an error stating that the user already existed (again, this was before I created the CarlGeorge account). However, just creating a new account as CarlGeorge worked. Please delete the carlgeorge account. The email account tied

Re: [CentOS] Kvm + libvirt + virt-manager

2015-05-01 Thread Bill Gee
On Friday, May 01, 2015 19:30:13 Alessandro Baggi wrote: Hi list, I have updated C7 to 7.1 and get some issue (I don't know if problems depend from upgrade). My first problem is on virt-manager that crash after some time. From system messages I get that virt-manager is crashed with signal

Re: [CentOS] kernel-debuginfo

2015-05-01 Thread Akemi Yagi
On Fri, May 1, 2015 at 6:14 AM, Steve Clark scl...@netwolves.com wrote: Hi, Even though I am not running a centos.plus kernel yum wants to install the kernel-debuginfo for it. # yum install --disablerepo=\* --enablerepo=base-debuginfo kernel-debuginfo Loaded plugins: fastestmirror,

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Tim Dunphy
Oh my mistake. I mean nrpe without parameters. It should say something about SSL/TLS aktiv or so. You could test nrpe without SSL. Use nrpe -n - H host This is what I see about ssl if I just run nrpe on the client without any flags: [root@ops:~] #nrpe| head -8 NRPE - Nagios Remote Plugin

Re: [CentOS-docs] delete account

2015-05-01 Thread Mike - st257
On Thu, Apr 30, 2015 at 12:31 PM, Carl George carl.geo...@rackspace.com wrote: Hello, I goofed and didn't read the contribute page before trying to create my account on the wiki. I created the first account as carlgeorge. I then created a second account in the proper format, CarlGeorge.

Re: [CentOS] rsync backup to fileserver - mystery

2015-05-01 Thread Frank Cox
On Fri, 1 May 2015 10:21:18 -0700 Jeremy Thompson wrote: that diff has /misc/misc/ in the second compare argument. Not sure if thats the exact command you have been entering or if you retyped it. If that is a good path or is rsync creating new “misc” folders inside your original misc

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Eero Volotinen
Is it working on localhost with nrpe check? Did you checked out logs of nrped? Eero 1.5.2015 8.31 ip. Tim Dunphy bluethu...@gmail.com kirjoitti: Hi Eric, NRPE: Error receiving data from daemon Seems as this is not a SSL Problem. Do you have a nagios user account? Cat /etc/passwd

Re: [CentOS] VPN connection before login

2015-05-01 Thread Jegadeesh Kumar
,vpnc, command is used to connect VPN server. We can configure VPN server IP, username, password there. On 1 May 2015 21:28, Tim li...@kiuni.de wrote: I imagine something like Cisco AnyConnect on Windows, where you can connect before login to the machine. So afterwards user specific network

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Tim Dunphy
Hi Brian, Does iptables -L show anything of note? I'm leaving iptables off in this host. Because it's an AWS EC2 host I'm managing the firewall ports using the AWS security groups. [root@ops:~] #service iptables status Firewall is stopped. But still, there's this... [root@monitor1:~]

Re: [CentOS] VPN connection before login

2015-05-01 Thread Gordon Messmer
On 05/01/2015 08:58 AM, Tim wrote: I have an openvpn server running. Probably the easiest thing to do with OpenVPN would be to use RSA authentication and configure openvpn to run on boot at the client. ___ CentOS mailing list CentOS@centos.org

[CentOS] Centos 7.1

2015-05-01 Thread Jerry Geis
Still new to 7.1... I noticed today that when I did a cp command on the console and it asked me to overrite (as it should) the file name had a lower case a with a ^ above the a. Never ran across that before. What might I have not configured? Thanks, Jerry

Re: [CentOS] VPN connection before login

2015-05-01 Thread Tim
So most easiest way in my eyes would be a network-manager applet at gdm login. But as of CentOS 7 there is no nm-applet.desktop anymore. There is also an unsolved bug report at fedora. Anyone an idea to get nm-applet to gdm login screen? Regards Tim Am 1. Mai 2015 19:45:55 MESZ, schrieb

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Brian Miller
On Fri, 2015-05-01 at 01:32 -0400, Tim Dunphy wrote: And I made sure the local firewall was stopped, because I am blocking ports with the security groups instead. [root@ops:~] #service iptables status Firewall is stopped. Does iptables -L show anything of note?

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Eric Lehmann
This is strange... Do you have SSL aktive on both systems? Run nrpr localy without parameters (this should return some nrpe stats) and check ldd for libssl. Am 01.05.2015 07:32 schrieb Tim Dunphy bluethu...@gmail.com: Hi Eric, Thanks for your reply. I do have nrpe running under xinetd on the

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Brian Miller
On Fri, 2015-05-01 at 15:28 -0400, Tim Dunphy wrote: Hi Brian, Does iptables -L show anything of note? I'm leaving iptables off in this host. Because it's an AWS EC2 host I'm managing the firewall ports using the AWS security groups. [root@ops:~] #service iptables status Firewall is

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Tim Dunphy
Hi Brian, Does 'ldd /usr/local/nagios/bin/nrpe' show any missing libs? Well, the NRPE binary looks good both on the client and the server from what I can tell: Client: [root@ops:~] #ldd /usr/local/nagios/bin/nrpe libssl.so.6 = /lib64/libssl.so.6 (0x2aaba000)

[CentOS] eno1 and eth0 on centos 7.1

2015-05-01 Thread Jerry Geis
I installed 7.1 with the command line values biosdevname=0 net.ifnames=0 thinking this would result in ifcfg-eth0 being the file to use... The system still created an ifcfg-eno1 file and that was what is being used for network config information. I remove the ifcfg-eno1 and rebooted - got no

Re: [CentOS] eno1 and eth0 on centos 7.1

2015-05-01 Thread Dmytro Cherkasov
Hi, Try removing file /etc/udev/rules.d/*persistent-net.rules (or save it somewhere) and then reboot. Thanks, Dmytro 2015-05-02 0:11 GMT+03:00 Jerry Geis ge...@pagestation.com: I installed 7.1 with the command line values biosdevname=0 net.ifnames=0 thinking this would result in

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Tim Dunphy
This is strange... Do you have SSL aktive on both systems? Run nrpr localy without parameters (this should return some nrpe stats) and check ldd for libssl. I don't seem to have that command. [root@monitor1:~] #find / -name *nrpr 2 /dev/null [root@monitor1:~] # And that's on either system.

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Eero Volotinen
well. how about trying default setting and running nrped without xinetd. -- Eero 2015-05-01 14:14 GMT+03:00 Tim Dunphy bluethu...@gmail.com: This is strange... Do you have SSL aktive on both systems? Run nrpr localy without parameters (this should return some nrpe stats) and check ldd

Re: [CentOS] VPN connection before login

2015-05-01 Thread Jim Perrin
On 04/30/2015 03:42 PM, Tim wrote: Hi all, is there a possibility to connect to a VPN manually before login on CentOS desktop (Gnome). I know of a similar functionality in Windows. This is reasonably vpn specific as to the type, and configuration allowed. Can you be more specific? --

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Eric Lehmann
Oh my mistake. I mean nrpe without parameters. It should say something about SSL/TLS aktiv or so. You could test nrpe without SSL. Use nrpe -n - H host Am 01.05.2015 13:18 schrieb Eero Volotinen eero.voloti...@iki.fi: well. how about trying default setting and running nrped without xinetd. --

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Brian Miller
On Fri, 2015-05-01 at 00:46 -0400, Tim Dunphy wrote: [root@ops:~] #cat /etc/xinetd.d/nrpe # default: on # description: NRPE (Nagios Remote Plugin Executor) service nrpe { flags = REUSE socket_type = stream port= 5666 wait

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Eric Lehmann
Yes, also it could be nagios use another configs location. Check: whereis nagios. Am 01.05.2015 13:44 schrieb Brian Miller cen...@fullnote.com: On Fri, 2015-05-01 at 00:46 -0400, Tim Dunphy wrote: [root@ops:~] #cat /etc/xinetd.d/nrpe # default: on # description: NRPE (Nagios Remote Plugin

Re: [CentOS] Could not complete SSL handshake to Amazon EC2 host

2015-05-01 Thread Jonathan Billings
On Fri, May 01, 2015 at 01:32:28AM -0400, Tim Dunphy wrote: [root@ops:~] #/usr/local/nagios/libexec/check_nrpe -H localhost NRPE v2.15 [root@ops:~] #grep only_from /etc/xinetd.d/nrpe only_from = 127.0.0.1 216.120.248.126 And I do have port 5666 open on the security group for

[CentOS] kernel-debuginfo

2015-05-01 Thread Steve Clark
Hi, Even though I am not running a centos.plus kernel yum wants to install the kernel-debuginfo for it. # yum install --disablerepo=\* --enablerepo=base-debuginfo kernel-debuginfo Loaded plugins: fastestmirror, refresh-packagekit Setting up Install Process Loading mirror speeds from cached