similar to: find with exclude directory

Displaying 20 results from an estimated 600 matches similar to: "find with exclude directory"

2013 Jun 28
3
Using Puppet for downgrading Varnish (circular dependency)
Hi all, I am trying to use puppet (2.7.18) for downgrading varnish cache on Centos Linux (6.3). Unfortunately there are two varnish RPMs (which seem to have circular dependencies): varnish-3.0.4-1.el6.x86_64 varnish-libs-3.0.4-1.el6.x86_64 When using "ensure" for downgrading I get a bunch of errors: err: /Stage[main]/Varnish/Package[varnish-libs]/ensure: change from 3.0.4-1.el6
2015 Aug 25
6
echo password into bash script
Hey guys, I'm trying to echo my password into some commands inside of a bash script. But I think I'm going about it incorrectly. Here's the top part of my script: #!/bin/bash pub="~/.ssh/id_rsa.pub" dps_pass="my_pass" ssh="/usr/bin/ssh" scp="/usr/bin/scp" for i in 10.10.10.2{5,6} do echo "xfring key up" echo $dps_pass | $scp $PUB
2012 Mar 22
1
Overriding package installation source
Hi, I use a module (for Varnish in this case) which has the typical install, service, package classes. -- modules/varnish/manifests/install.pp: class varnish::install { package { $varnish::params::package_name: ensure => installed, } } -- modules/project/manifests/proxy.pp class project::proxy { include varnish } -- manifests/site.pp node proxy {
2012 Jan 25
6
Can anyone talk infrastructure with me?
Hi All, I started a 501c3 (not-for-profit) organization back in February 2011 to deal with information archival. A long vision here, I wont bore you with the details (if you really want to know, e-mail me privately) but the gist is I need to build an infrastructure to accommodate about 2PB of data that is database stuff, stored video, crawl data, static data sets, etc. Right now in my testing of
2009 Nov 09
3
Sort logfiles at rotation time
Hi, I want to be certain that my apache and varnish logfiles are in strict date order when rotated. I'd like to run a sort command against them before they're compressed. I've had a look at the logrotate man page, and it looks like I can use a postrotate/endscript to do this. However, I can see any reference in the documentation for how to operate on the file. All the examples
2015 Dec 22
0
Announcing release for Varnish Cache 4 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of version 4 of the Varnish Cache Server on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo yum install rh-varnish4 $ scl
2015 Dec 22
0
Announcing release for Varnish Cache 4 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of version 4 of the Varnish Cache Server on CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo yum install rh-varnish4
2018 Jan 09
2
Pre-built binaries unavailable?
Hi LLVM admin team, I'm trying to download the pre-built binaries from: http://releases.llvm.org/5.0.1/clang+llvm-5.0.1-x86_64- linux-gnu-ubuntu-16.04.tar.xz But unfortunately get the following error: Error 503 first byte timeout first byte timeout Guru Mediation: Details: cache-lcy19227-LCY 1515490182 1947665089 ------------------------------ Varnish cache server Do you maybe happen to
2010 Jul 26
2
Exception Pages when behind a proxy
I am not sure if this desired feature or not but when we are behind a local proxy ie. Nginx/Varnish then the new ShowException middleware doesn''t seem to properly detect the remote IP address and it appears as if every browser gets a local error page with a stack trace, etc. I''ve opened up a ticket on the rails bug tracker but I also would like to verify that this is in fact a
2013 Oct 25
0
Varnish-ban-manager + vhosts
http://varnish_server.domain:9200/ != 9000 ------Mensaje original------ De: Mariano Gonz?lez Remitente: centos-bounces at centos.org Para: centos at centos.org Responder a: CentOS mailing list Asunto: [CentOS] Varnish-ban-manager + vhosts Enviado: 25 de oct de 2013 18:03 Hi guys. 've installed varnish-ban-manager ( https://github.com/dot2code/varnish-bans-manager) and I'm currently
2013 Oct 25
0
Varnish-ban-manager + vhosts
Hi guys. 've installed varnish-ban-manager ( https://github.com/dot2code/varnish-bans-manager) and I'm currently configuring it's DNS name. The thing is that I've set in Route53 (DNS service in AWS) to use name http:// purge.domain.com / pointing to http:// varnish_server_name.com/. The thing is, if I test with http :// purge.domain .com:9000/ it works normally, but using http: //
2018 Dec 11
0
Announcing release of Varnish 6
I am pleased to announce the immediate availability of Varnish in version 6 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: # 1. Install a package with repository for your system: $ sudo yum install centos-release-scl
2018 Jun 12
0
Announcing release of Varnish Cache 5 on CentOS 7 x86_64
I am pleased to announce the immediate availability of Varnish Cache in version 5 on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: # 1. Install a package with repository for your system # On CentOS, install package
2015 Aug 25
0
echo password into bash script
On 08/25/2015 12:51 PM, Tim Dunphy wrote: > Hey guys, > > I'm trying to echo my password into some commands inside of a bash script. > But I think I'm going about it incorrectly. > > Here's the top part of my script: > > #!/bin/bash > pub="~/.ssh/id_rsa.pub" > dps_pass="my_pass" > ssh="/usr/bin/ssh" >
2015 Aug 25
0
echo password into bash script
Use expect? Eero 25.8.2015 7.52 ip. "Tim Dunphy" <bluethundr at gmail.com> kirjoitti: > Hey guys, > > I'm trying to echo my password into some commands inside of a bash script. > But I think I'm going about it incorrectly. > > Here's the top part of my script: > > #!/bin/bash > pub="~/.ssh/id_rsa.pub" >
2013 Nov 26
37
get a *structured* version of the puppet agent output
puppet agent --verbose shows a verbose output of the changes done by puppet, such as: notice: /Stage[main]/Logstash::Config/Logstash::Configdir[agent]/File[/etc/logstash/agent/config]/owner: owner changed ''root'' to ''logstash'' notice: /Stage[main]/Varnish/Service[varnish]/ensure: ensure changed ''stopped'' to ''running''
2013 Jan 04
5
FreeBSD wiki offline for a bit
Hey, Due to a security issue in the moinmoin wiki software, the FreeBSD wiki will be offline for a bit. I do not yet know if the issue actually has been exploited in the FreeBSD wiki (haven't had the time yet to examine it), but I took the wiki down just in case. Note that even if the software was compromised, it was considered untrusted from the start and as such heavily sandboxed
2015 Dec 23
0
CentOS-announce Digest, Vol 130, Issue 11
Send CentOS-announce mailing list submissions to centos-announce at 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-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2014 Jul 07
0
enable caching in apache
hey all, I am serving up a couple of sites using apache with varnish sitting in front of it. When I check the headers for the site, this is what I'm seeing: [root at ops:~] #curl -I http://ref.mydomain.com/ HTTP/1.1 200 OK Server: Apache/2.2.15 (CentOS) X-Powered-By: PHP/5.6.0-dev Set-Cookie: PHPSESSID=rqetkvi6l54819fffdivkppo90; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT
2009 Aug 06
1
Separate App an DB servers , Scabality and rails
Hi , what will be if my site traffic became huge , can i separate db server and add 3 or more app server using rails framework. i think designing my site using rails and put it in EC2 servers. what do you think about this system? Will be work or not?