-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: 5.0.9
-
Component/s: Shell
-
Environment:- Windows 10
- WSL2
- Ubuntu 20.04.4 LTS
- `mongod --version`:
```
db version v5.0.9
Build Info: {
"version": "5.0.9",
"gitVersion": "6f7dae919422dcd7f4892c10ff20cdc721ad00e6",
"openSSLVersion": "OpenSSL 1.1.1f 31 Mar 2020",
"modules": [],
"allocator": "tcmalloc",
"environment": {
"distmod": "ubuntu2004",
"distarch": "x86_64",
"target_arch": "x86_64"
}
}
```- Windows 10 - WSL2 - Ubuntu 20.04.4 LTS - `mongod --version`: ``` db version v5.0.9 Build Info: { "version": "5.0.9", "gitVersion": "6f7dae919422dcd7f4892c10ff20cdc721ad00e6", "openSSLVersion": "OpenSSL 1.1.1f 31 Mar 2020", "modules": [], "allocator": "tcmalloc", "environment": { "distmod": "ubuntu2004", "distarch": "x86_64", "target_arch": "x86_64" } } ```
-
Fully Compatible
-
ALL
-
v6.0, v5.0, v4.4
-
log_progress_msg does not print any message in Ubuntu-20.04.4 LTS in WSL. In file /lib/lsb/init-functions.d/50-ubuntu-logging (Ubuntu 20.04.4 LTS in WSL), the function log_progress_msg () { : }}} does nothing. To show the message, {{log_success_msg and log_failure_msg could be good alternatives.