[CentOS] Off Topic - SSL reverse proxy and Mixed Content

2015-09-30 Thread Clint Dilks
Hi, Not a CentOS specific issue, but I am a bit stuck as where I might ask for help so if anyone has any ideas please share :) I have a site that I want to work behind a reverse proxy (httpd) if using http:// everything works as expected. If using https:// some content is displayed but some cont

Re: [CentOS] yum does not update package list

2015-09-30 Thread John R Pierce
On 9/30/2015 5:11 PM, Kommander Mighty Aura wrote: Hello. I have been trying to add rpmforge as a repository, but yum does not seem to be updating the package lists. I tried... rpmforge is a dead repo, no longer maintained, I would not use for anything anymore. I usually add EPEL without so

[CentOS] yum does not update package list

2015-09-30 Thread Kommander Mighty Aura
Hello. I have been trying to add rpmforge as a repository, but yum does not seem to be updating the package lists. I tried $ yum check-updates [...] Loading mirror speeds from cached hostfile * base: * epel: * extras: * rpmforge: mirror.ate.info * updates: and searched for any package availa

Re: [CentOS] CentOS-6.7 Passing delayed shutdown via ssh command line argument?

2015-09-30 Thread Devin Reade
man nohup ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Alexander Dalloz
Am 30.09.2015 um 22:18 schrieb Laurent Blume: Le 2015/09/30 17:32 +0200, Jerry Geis a écrit: Hi all, I set my sendmail.mc file to have a SMART_HOST entry of mail.xyz.com I do "make" and "service sendmail restart" ... I should be good, but no. :) As explained by others, SMART_HOST is used for

Re: [CentOS] ERROR Installing Cisco AnyConnect on Centos 6x

2015-09-30 Thread Fred Smith
On Wed, Sep 30, 2015 at 12:28:55PM -0600, CS DBA wrote: > Hi All; > > I've downloaded the Cisco AnyConnect tar.gz file for one of our > clients, when I untar it and then run the vpn_install script in the > vpnclient directory I get the below error. > > Thanks in advance for any help... > You s

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Devin Reade
Check the config not only in sendmail.mc, but also in submit.mc ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Laurent Blume
Le 2015/09/30 17:32 +0200, Jerry Geis a écrit: Hi all, I set my sendmail.mc file to have a SMART_HOST entry of mail.xyz.com I do "make" and "service sendmail restart" ... I should be good, but no. :) As explained by others, SMART_HOST is used for domains for which it has no information (basic

Re: [CentOS] ERROR Installing Cisco AnyConnect on Centos 6x

2015-09-30 Thread m . roth
CS DBA wrote: > Hi All; > > I've downloaded the Cisco AnyConnect tar.gz file for one of our clients, > when I untar it and then run the vpn_install script in the vpnclient > directory I get the below error. > > Thanks in advance for any help... > So, there's a bug in their makefiles. Cisco should

[CentOS] ERROR Installing Cisco AnyConnect on Centos 6x

2015-09-30 Thread CS DBA
Hi All; I've downloaded the Cisco AnyConnect tar.gz file for one of our clients, when I untar it and then run the vpn_install script in the vpnclient directory I get the below error. Thanks in advance for any help... / //# ./vpn_install// //Cisco Systems VPN Client Version 4.8.02 (0030)

Re: [CentOS] Keepalived vrrp problem

2015-09-30 Thread Tim Dunphy
Guys, I actually found a solution to this. After much googling I was able to come up with this: vrrp_instance VI_1 { interface eth1 state MASTER virtual_router_id 51 priority 101 # 101 on master, 100 on backup *dont_track_primary* vrrp_unicast_bind 10.40.116.30 # Internal IP

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Frank Cox
On Wed, 30 Sep 2015 13:48:12 -0400 Jerry Geis wrote: > So nothing extra in any files - but then /var/log/maillog instread of relay > to mail.xyz.com it goes somewhere else. Where is "somewhere else" and what in what part of the sendmail configuration do you have somewhere else defined, listed or

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Jerry Geis
>By which you mean that sendmail.cf contains the line: >DSrelay:mail.xyz.com ? Yes that is correct. >SMART_HOST will relay mail to destinations for which it doesn't have explicit routing information. > Do you also have a mailertable defined which might include the recipient domain, for example?

Re: [CentOS] sendmail config finding wrong relay

2015-09-30 Thread Nels Lindquist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 9/30/2015 9:32 AM, Jerry Geis wrote: > I set my sendmail.mc file to have a SMART_HOST entry of > mail.xyz.com I do "make" and "service sendmail restart" ... I > should be good, but no. :) > however when I do a test mail - its trying to RELAY to

[CentOS] sendmail config finding wrong relay

2015-09-30 Thread Jerry Geis
Hi all, I set my sendmail.mc file to have a SMART_HOST entry of mail.xyz.com I do "make" and "service sendmail restart" ... I should be good, but no. :) If I do "host mail.xyz.com" I get the correct address and if I "telnet mail.xyz.com 25" I get a connection. however when I do a test mail - its

Re: [CentOS] CentOS-6.7 Passing delayed shutdown via ssh command line argument?

2015-09-30 Thread Tony Mountifield
In article , James B. Byrne wrote: > If I log into a host via ssh from my workstation then I can enter this: > > shutdown -r +90& > > and log out. The shutdown command will continue in effect and will > activae 90 minutes later. > > However, if I do this instead: > > ssh -t host.domain.tld 's

[CentOS] {SOLVED] Re: CentOS-6.7 Passing delayed shutdown via ssh command line argument?

2015-09-30 Thread James B. Byrne
On Wed, September 30, 2015 09:33, James B. Byrne wrote: > If I log into a host via ssh from my workstation then I can enter > this: > > shutdown -r +90& > > and log out. The shutdown command will continue in effect and will > activae 90 minutes later. > > However, if I do this instead: > > ssh -t

[CentOS] CentOS-6.7 Passing delayed shutdown via ssh command line argument?

2015-09-30 Thread James B. Byrne
If I log into a host via ssh from my workstation then I can enter this: shutdown -r +90& and log out. The shutdown command will continue in effect and will activae 90 minutes later. However, if I do this instead: ssh -t host.domain.tld 'shutdown -r +90&' then the shutdown command does not rem

[CentOS] CentOS-announce Digest, Vol 127, Issue 8

2015-09-30 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ.