-
```
Nomad version: Nomad v0.9.6 (1f8eddf2211d064b150f141c86e30d9fceabec89)
AWS nomad module version: v0.5.0
OS: 16.04.6 LTS (Xenial Xerus)
```
We started running into the "Too many files open"…
-
## Description
I have a service (supervisord) defined through an init script and I'm trying to enable it using Chef 17.2.9, with
```
service "supervisord" do
action :enable
end
```
Chef tra…
-
config vlan add 1
Nov 3 19:02:57.626169 et6448m-M0 NOTICE swss#orchagent: :- addVlan: Create an empty VLAN Vlan1 vid:1
Nov 3 19:02:57.630538 sonic ERR syncd#syncd: :- processEvent: attr: SAI_VLAN_…
-
`COPY --from=ochinchina/supervisord:latest /usr/local/bin/supervisord /usr/local/bin/supervisord`
Error response from daemon: pull access denied for ochinchina/supervisord, repository does not exist
…
-
**Description**
After modifying system time to earlier , "docker ps" shows status is " Up Less than a second".
**Steps to reproduce the issue:**
root@switch2:/home/admin# docker ps -a
…
-
It would be awesome if this tool could run as a service, under for example [supervisord](supervisord.org). This would mean delegating the pid management to the sub-service running the script.
Does …
-
With the latest pull #508 the valheim server container has the same issues as in #401
Also:
https://github.com/ValveSoftware/steam-for-linux/issues/8083
Deadlock of the steamcmd thread and a f…
-
```
Nov 15 22:05:35.751201 sonic INFO mgmt-framework#supervisord: rest-server ERROR: logging before flag.Parse: I1115 22:05:35.750277 271 util.go:154] Parsing schema file /usr/sbin/schema/sonic-w…
-
When I install it with "go get" and "go build", I get an error message "ochinchina\supervisord\main.go:171:6: undefined: Daemonize" , as follows:
```
C:\Users\YUANTINGZHONG>go get -v -u github.com/o…
-
I've been fighting all day with this and hope someone in the community can explain why this is such a huge hassle.
The official Laravel Sail dockerfile is built from Ubuntu, which I gather does not…