warwickmm

Results 123 comments of warwickmm

It appears to me that the gurobi environment still isn't being disposed of properly. If so, can we reopen this? I'm also encountering some issues using multiprocessing that may be...

Although the user can provide a custom `Environment` to `Problem.solve` and manage its disposal, the [model](https://github.com/cvxpy/cvxpy/blob/175fc150d4a3ae048e302e76ed197d72277308db/cvxpy/reductions/solvers/qp_solvers/gurobi_qpif.py#L147) must also be disposed [before the environment is disposed](https://www.gurobi.com/documentation/9.5/refman/py_env_dispose.html): > Dispose of all models...

Thanks, that's helpful. It looks like [references](https://github.com/cvxpy/cvxpy/blob/175fc150d4a3ae048e302e76ed197d72277308db/cvxpy/reductions/solvers/qp_solvers/gurobi_qpif.py#L272C9-L272C21) to the model object could still be lying around. Is it safe to dispose of it after calling `Problem.solve`?

I'm assuming this has been fixed since I can't reproduce this. If this still occurs, please reopen and provide more details on how Duplicati was installed (for example, which AUR...

Are you saying that the server initially started up fine? You were able to edit the FTP settings using the web UI, but afterwards the server will no longer start?...

> After start the service as root, no configuration was available. When starting as root, the configurations will be stored elsewhere, possibly `/root/.config/Duplicati`

Does this work or do you get the same error? ``` $ /usr/bin/mono /opt/duplicati-latest/Duplicati.Server.exe --webservice-port=8200 ```

I also use Arch with the duplicati-latest AUR. I start duplicati with `systemctl --user start duplicati` and don't have any problems with the systemd service files. The tray icon does...

Pull request #3836 should fix some issues we've had with stopping a backup while allowing the current file to finish uploading.