miigotu

Results 144 comments of miigotu

`~/certbot/bin/certbot certonly --authenticator dns-godaddy --dns-godaddy-credentials $FILENAME --dns-godaddy-propagation-seconds 900 --keep-until-expiring --non-interactive --expand --server https://acme-v02.api.letsencrypt.org/directory -d '$DOMAINNAME'` and check logs in /var/log/letsencrypt I no longer use this method, so without logs or...

Also hits on `RUN --mount ...` ``` RUN --mount=type=tmpfs,target="$CARGO_HOME" pip install --upgrade "sickchill[speedups]"; ```

I don't consider this a bug. If foreground, the file descriptors wouldn't be closed, otherwise they are and socket (SocketIO) uses file descriptors which are kept in a reference list...

Is disabling closing of file descriptors altogether and managing your pre-daemonization descriptors yourself a proper way to work around this?

It would be beneficial to see how it fails, what error or traceback is produced.

https://github.com/thesharp/daemonize/issues/75#issuecomment-890829014

Use a separate script that utilizes subprocess, which calls your application with args, and parse those args to use in your daemonization.

A nice tool would be to take a dockerfile, see what versions would be installed with pip/apk/apt/etc, and edit the dockerfile for you to pin the versions, and also have...

> Assuming this was a very simple test since no code was shared. Might have to do with changes made in 3.12, idk, 3.11 initially broke support too. I'll force...

> I think that the root cause is that NPM has tied the version of this plugin to the version of Certbot. This will come up every single time there...