Add Support for "Debian 10"
See original GitHub issueVersions
- Wanted System:
Debian 10
- Architecture:
x86_64
Detection
console.log(“Platform”, os.platform()); Platform linux console.log(“Arch”, os.arch()); Arch x64
Extra
it is node:latest Docker image there is debian 10, there is no server version 4 for debion 10 server version 4 makes an error
[0m[91m2021-10-04T10:56:35.142Z MongoMS:DryMongoBinary generateDownloadPath: Found binary in resolveConfig (DOWNLOAD_DIR): "/root/.cache/mongodb-binaries/mongod-x64-debian-4.0.25"
2021-10-04T10:56:35.142Z MongoMS:DryMongoBinary locateBinary: found binary at "/root/.cache/mongodb-binaries/mongod-x64-debian-4.0.25"
[0m[91m2021-10-04T10:56:35.142Z MongoMS:MongoBinary getPath: Mongod binary path: "/root/.cache/mongodb-binaries/mongod-x64-debian-4.0.25"
[0m[91m2021-10-04T10:56:35.142Z MongoMS:MongoInstance Mongo[35247]: start: Starting Processes
[0m[91m2021-10-04T10:56:35.143Z MongoMS:MongoInstance Mongo[35247]: _launchMongod: Launching Mongod Process
[0m[91m2021-10-04T10:56:35.143Z MongoMS:MongoInstance Mongo[35247]: prepareCommandArgs
[0m[91m2021-10-04T10:56:35.143Z MongoMS:MongoInstance Mongo[35247]: prepareCommandArgs: final argument array:["--port","35247","--dbpath","/tmp/mongo-mem--31-m1cT1H9hhBjl","--storageEngine","ephemeralForTest","--bind_ip","127.0.0.1","--noauth"]
[0m[91m2021-10-04T10:56:35.183Z MongoMS:MongoInstance Mongo[35247]: _launchKiller: Launching Killer Process (parent: 31, child: 45)
[0m[91m2021-10-04T10:56:35.222Z MongoMS:MongoInstance Mongo[35247]: stderrHandler: ""/root/.cache/mongodb-binaries/mongod-x64-debian-4.0.25: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /root/.cache/mongodb-binaries/mongod-x64-debian-4.0.25)
""
[0m[91m2021-10-04T10:56:35.222Z MongoMS:MongoInstance Mongo[35247]: closeHandler: Mongod instance closed with an non-0 (or non 12 on windows) code!
2021-10-04T10:56:35.222Z MongoMS:MongoInstance Mongo[35247]: closeHandler: "1" "null"
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
LTS - Debian Wiki
Debian Long Term Support (LTS) is a project to extend the lifetime of all Debian stable releases to (at least) 5 years. Debian...
Read more >Add support for debian >=10 to bootstrap.py #800 - GitHub
Add support for debian >=10 to bootstrap.py #800. Open. jochym wants to merge 6 commits into jupyterhub: ...
Read more >30 Things to Do After Installing Debian 10 | Average Linux User
1. Fix CD-ROM error · 2. Switch to the fastest repository mirror · 3. Add contrib and non-free repositories · 4. Switch to...
Read more >Initial Server Setup with Debian 10 - DigitalOcean
ssh root@ your_server_ip · adduser sammy · usermod -aG sudo sammy · apt update; apt install ufw · ufw app list · ufw...
Read more >How to install Debian 10. - YouTube
In this video, I am going to show how to install Debian 10.# Debian #linux #tutorial #opensourcehttps://brave.com/rib240 - Please use this ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
because it seems to have already be superseded by
4.0.27
, and that download page will only show the latest version for a release, but can still be found in https://dl.mongodb.org/dl/linuxi forgot that for debian10 there are no releases below mongodb 4.2, and using the version for debian 9.2 (92) seems to use / expect libcurl3
so you have 3 options:
VERSION
, this can be set in the package.json, environment variables or as binaryOption at runtime (though it will need to be downloaded at runtime with that))see #554 for when this gets fixed (to not use binary for debian 92) see #555 for when the default version for mongodb will get set to a 5.x release
closing, because this can (on 7.x) only be fixed with the mentioned workaround in https://github.com/nodkz/mongodb-memory-server/issues/552#issuecomment-937237296
for 8.x, the default version will be increased, see #555