-
0.3.16 goes into an infinite loop caused by the the `invalidate_fd` function (commit 6206d2f8d3f525e8f89cbaeb5a6ae02a538b8a3d) which creates an unconnected socket and then reassigns it to the same fd …
-
I'm starting with a cluster with 3 nodes (host1, host2, and host3 - note that the connection string only mentions host1). There is a single empty bucket on the cluster. The bucket is configured with…
-
Getting the error "Web Essentials 2013 for Update 3 is already installed."
Tried uninstalling 2.3.4.1 and upgrading with a fresh copy but that didn't work.
-
# cat /etc/issue
Red Hat Enterprise Linux Server release 6.5 (Santiago)
Kernel \r on an \m
# yum repolist
repo id repo name …
-
Hi,
I have discovered that, at least, the EPEL packages for Salt have a problem. I can execute states manually but when I try to push a highstate the minions fail to find the top.sls.
The master conf…
-
my master config without enable gitfs
# rpm -qa|grep salt
salt-2014.1.0-1.el6.noarch
# grep '^[^#]' /etc/salt/master
default_include: master.d/*.conf
interface: 192.168.10.231
file_recv: True
fi…
-
Up until last week, salt was running just fine. Then, I come in, and discover that nothing is running cleanly -- salt-cloud can still build, but nothing in my /srv/salt structure is owrking at all. A …
-
When using git as a backend and the environment is not explicitly specified, salt may select an environment/branch other than the base/master. I've specifically seen this with state.show_top and state…
-
It is reported that, when running Passenger under Ruby 2.2, the following error occurs:
```
passenger_native_support.so: undefined symbol: rb_thread_blocking_region
```
There have probably been larg…
-
I've a formula that uses npm to install less like this:
```
nodejs:
pkg:
- installed
npm-repo:
pkgrepo.managed:
- ppa: chris-lea/node.js
- require_in:
- pkg: nodejs
less:
np…