2017-05-04 20:43:34 +07:00
|
|
|
# Known Bugs
|
|
|
|
|
|
|
|
## Ubuntu 14.04, Coreutils 8.21
|
|
|
|
|
2021-04-03 11:44:40 -04:00
|
|
|
There are known bug with relative symlinks `ln --relative`, which may fail rollback command.
|
2017-05-04 20:44:32 +07:00
|
|
|
|
|
|
|
Add next line to _deploy.php_ file:
|
2017-05-04 20:43:34 +07:00
|
|
|
|
2021-04-03 11:44:40 -04:00
|
|
|
```php
|
2017-05-04 20:43:34 +07:00
|
|
|
set('use_relative_symlink', false);
|
2021-04-03 11:44:40 -04:00
|
|
|
```
|
2017-06-19 18:39:52 +07:00
|
|
|
|
|
|
|
## OpenSSH_7.2p2
|
2021-04-03 11:44:40 -04:00
|
|
|
|
2017-06-19 18:39:52 +07:00
|
|
|
ControlPersist causes stderr to be left open until the master connection times out.
|
|
|
|
|
|
|
|
* https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714526
|
|
|
|
* https://bugzilla.mindrot.org/show_bug.cgi?id=1988
|
2017-08-29 12:14:52 +07:00
|
|
|
|
|
|
|
## cURL 7.29.0
|
|
|
|
|
|
|
|
Certificate verification fails with multiple https urls.
|
|
|
|
|
|
|
|
* https://bugzilla.redhat.com/show_bug.cgi?id=1241172
|