[CentOS] keychain problem

2011-01-15 Thread bluethundr
private_key1 private_key2 private_key3) If I try to perform ssh-add I get the message: [bluethundr@VIRTCENT01:~]#ssh-add Could not open a connection to your authentication agent. So then I try to execute ssh-agent: bluethundr@amanda:~]#exec ssh-agent bash * Warning: can't find private

[CentOS] keychain problem(with config file)

2011-01-15 Thread bluethundr
Sorry meant to attach my sshd_config file.. here it is! -- Forwarded message -- From: bluethundr Date: Sat, Jan 15, 2011 at 11:22 AM Subject: keychain problem To: CentOS mailing list hello centos.. I am having a very annoying problem on my network right now. it looks like

Re: [CentOS] keychain problem

2011-01-15 Thread bluethundr
re is an ssh session from after when I did this: [bluethundr@LCENT01:~]#bash [bluethundr@LCENT01:~]#ssh-agent SSH_AUTH_SOCK=/tmp/ssh-cBwwRR5466/agent.5466; export SSH_AUTH_SOCK; SSH_AGENT_PID=5467; export SSH_AGENT_PID; echo Agent pid 5467; [bluethundr@LCENT01:~]#ssh-add Could not open

Re: [CentOS] keychain problem

2011-01-15 Thread bluethundr
at 2:12 PM, bluethundr wrote: > >> Hello and thanks for your reply! >> >> Well I took your advice and removed that keychain scriptlet from >> .bashrc and put it into .bash_profile. Not sure what the functional >> difference between the two would be. Perhaps you would car

[CentOS] pam_ldap login under centOS

2010-11-08 Thread bluethundr
required pam_ldap.so but even tho the user is part of the %wheel group under LDAP it is unable to sudo to any other account (including root). If I try to sudo this is what happens: [bluethu...@vircent03:~]#sudo bash [sudo] password for bluethundr: bluethundr is not in the sudoers file. This

[CentOS] can't find ldapseaerch

2010-11-13 Thread bluethundr
hello list I'm having a very strange problem with my centos 5.5 system. For some strange reason, this machine cannot find ldapsearch: [r...@virtcent13 ~]# ldapsearch ldapsearch: Command not found. [r...@virtcent13 ~]# whereis ldapsearch ldapsearch: /usr/bin/ldapsearch /usr/share/man/man1/ldapse

[CentOS] ssh prompting for password

2010-11-16 Thread bluethundr
hello list I have a network mounted home directory shared between all hosts on my network: [bluethu...@lcent03:~]#df -h FilesystemSize Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 140G 4.4G 128G 4% / /dev/sda1 99M 35M 60M 37%

[CentOS] LDAP clients fail to connect with SSL enabled

2010-11-21 Thread bluethundr
I am attempting to setup SSL/TLS support on my openLDAP 2.4 server on FreeBSD. LBSD2# pkg_info | grep openldap openldap-sasl-client-2.4.23 Open source LDAP client implementation with SASL2 support openldap-sasl-server-2.4.23 Open source LDAP server implementation I put my cert file, key file and

[CentOS] can't use godaddy SSL cert

2010-11-25 Thread bluethundr
a Godaddy turbo SSL certificate with an openLDAP 2.4 server under FreeBSD 8.1. The clients are mainly a network of virtual CentOS 5.5 instances. [r...@lbsd2:/usr/home/bluethundr]#pkg_info | grep openldap openldap-sasl-client-2.4.23 Open source LDAP client implementation with SASL2 support openldap

Re: [CentOS] can't use godaddy SSL cert

2010-11-28 Thread bluethundr
n: Default sudoOption's go here # %wheel, sudoers, Services, summitnjhome.com dn: cn=%wheel,ou=sudoers,ou=Services,dc=summitnjhome,dc=com objectClass: top objectClass: sudoRole cn: %wheel sudoHost: ALL sudoRunAsUser: ALL sudoCommand: ALL sudoOption: !authenticate sudoUser: %wheel sudoUser: b

[CentOS] ssh-agent fails to hold values

2010-11-28 Thread bluethundr
Hello list I am attempting to manage my key logins with ssh-agent. However EVERY time I try to ssh I have to go through the same exact routing and it's getting a little old... [bluethu...@lcent01:~]#ssh sum3 Enter passphrase for key '/home/bluethundr/.ssh/id_rsa': [bluethu...@

Re: [CentOS] ssh-agent fails to hold values

2010-11-28 Thread bluethundr
That DID it!!! thanks and I agree.. god? root? what's the difference!! :) On Sun, Nov 28, 2010 at 4:41 PM, Ron Loftin wrote: > > On Sun, 2010-11-28 at 16:35 -0500, bluethundr wrote: >> Hello list >> >> I am attempting to manage my key logins with ssh-agent. However

[CentOS] rpm dependencies

2010-11-29 Thread bluethundr
I have successfully created a packaged version of openssh that has the LPK patch. LPK allows you to store your public keys in LDAP. However when I go to install the package I created it complains about dependencies: [r...@virtcent13:/home/bluethundr/rpm]#rpm -Uvh openssh-5.6p1-1.i386.rpm error

Re: [CentOS] rpm dependencies

2010-11-29 Thread bluethundr
o store your public keys in LDAP. >> However when I go to install the package I created it complains about >> dependencies: >> >> [r...@virtcent13:/home/bluethundr/rpm]#rpm -Uvh openssh-5.6p1-1.i386.rpm >> error: Failed dependencies: >>       openssh = 5.5p1-1.el

Re: [CentOS] rpm dependencies

2010-11-29 Thread bluethundr
29, 2010 at 12:02 PM, bluethundr wrote: > Sounds great guys!! on it!!! :) > > On Mon, Nov 29, 2010 at 11:55 AM, Robert Heller wrote: >> At Mon, 29 Nov 2010 11:23:03 -0500 CentOS mailing list >> wrote: >> >>> >>>  I have successfully created a packaged

Re: [CentOS] rpm dependencies

2010-11-29 Thread bluethundr
s can be found in the contrib/ subdirectory + exit 0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/openssh-5.6p1-buildroot Wrote: /home/makerpm/rpmbuild/SRPMS/openssh-5.6p1-7.src.rpm thanks! On Mon, Nov 29, 2010 at 4:19 PM, bluethundr wrote: > Hey list, > >  I ac

[CentOS] heartbeat configuration for lb

2010-12-11 Thread bluethundr
port enabled in iptables: -A RH-Firewall-1-INPUT -m state --state NEW -m udp -p udp --dport 694 -j ACCEPT -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited COMMIT An nmap scan does not see anything active on 694: bluethu...@bluethundr-laptop:~$ sudo nmap -sT -A virt1 Starting

Re: [CentOS] heartbeat configuration for lb

2010-12-11 Thread bluethundr
1.23 icmp_seq=1 Destination Host Unreachable >From 192.168.1.23 icmp_seq=2 Destination Host Unreachable >From 192.168.1.23 icmp_seq=3 Destination Host Unreachable thanks again!!! On Sat, Dec 11, 2010 at 10:13 PM, bluethundr wrote: > hello list! > >  I am attempting to setup ha

Re: [CentOS] heartbeat configuration for lb

2010-12-14 Thread bluethundr
vrrp > failover on Loadbalancers. Much more reliable, easier to setup and > faster switch to the standby host > > keepalived.org > > Am 13.12.10 04:50, schrieb Emmett Culley: >> On 12/11/2010 07:26 PM, bluethundr wrote: >>> Sorry I forgot to finish the story!!! :)

[CentOS] cobbler fails to recognize semanage rules

2010-12-18 Thread bluethundr
I am having a bit of trouble setting up cobbler on this machine. cobbler check points out a few things to correct: [r...@virtcent04:~]#cobbler check The following are potential configuration items that you may want to fix: 1 : you need to set some SELinux content rules to ensure cobbler serves

[CentOS] pam account lockout duration

2010-12-22 Thread bluethundr
hey list I'm doing a PCI audit for my company. One of the requirements is to specify a lockout duration of 30 minutes after 6 failed login attempts: For a sample of system components, obtain and insp 8.5.14 rd parameters system configuration settings to verify that passwo ed out, it are set

[CentOS] amanda backup ssh key

2010-12-30 Thread bluethundr
hello list, I am attempting to ssh via a user account setup for amanda backups from the backup server to the test backup client. AFAIK everything is setup correctly yet when I ssh as the user to the client I have to type the password. the public key is in the authorized_keys file of the client an

[CentOS] happy new years ssh key problem :)

2010-12-31 Thread bluethundr
Hi List, Happy New Years and I was hoping to get some help on an ssh issue that I am having. For some reason I am unable to scp to hosts on this network using RSA keys. Here is what I am doing/what is going on; scp the public key to remote host [amandabac...@virtcent18 ~]$ scp ~/.ssh/id_rsa_am

[CentOS] cron jobs fail to run

2011-01-05 Thread bluethundr
hey centos long time no hear! :) I'm having a small issue where the backup jobs that I set to run in the crontab of the backup user do not appear to be running. Here's how I set it up (with crontab -e as the backup user): run amanda every night (check at 2:45 and backup at 3) 45 2 * * * /usr/sb

Re: [CentOS] cron jobs fail to run

2011-01-05 Thread bluethundr
sorry forgot to mention that cron IS running r...@amanda init.d]# ps -ef | grep cron root 13686 1 0 07:18 ?00:00:00 crond root 13771 6676 0 07:34 pts/200:00:00 grep cron On Wed, Jan 5, 2011 at 7:29 AM, bluethundr wrote: > hey centos > >  long time no hea

Re: [CentOS] disable ZTS in php

2015-10-30 Thread bluethundr
Ok got it Eero. Thanks for the info! Tim Sent from my iPhone > On Oct 30, 2015, at 12:29 PM, Eero Volotinen wrote: > > I think command name is yum-downloader. > > Then modify spec and rpmbuild -ba specname.spec > > You need also modify version number a bit. Rebuilding is a bit issue as you