rafaelff: thanks for the fast reply. I was just about to re edit my question which i did now. The problem has been fixed and was related to the mongo poet still in use after stopping the process. Thank you for clarifying why the naming is what it is.
Search Criteria
Package Details: mongodb-bin 7.0.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mongodb-bin.git (read-only, click to copy) |
---|---|
Package Base: | mongodb-bin |
Description: | A high-performance, open source, schema-free document-oriented database |
Upstream URL: | https://www.mongodb.com/ |
Keywords: | database document-oriented mongo mongod mongodb mongos |
Licenses: | Apache, custom:SSPLv1 |
Conflicts: | mongodb, mongodb-shell-bin |
Provides: | mongodb |
Submitter: | ali.molaei |
Maintainer: | ali.molaei (rafaelff) |
Last Packager: | ali.molaei |
Votes: | 85 |
Popularity: | 0.65 |
First Submitted: | 2019-01-28 09:01 (UTC) |
Last Updated: | 2023-09-30 09:52 (UTC) |
Dependencies (5)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2)
- mongosh-bin (mongosh-git)
- openssl-1.1
- chrpath (chrpath-svn) (make)
- mongodb-tools (percona-server-mongodb-bin, mongodb36-bin, mongodb-tools-git, mongodb-tools-bin) (optional) – The MongoDB tools provide import, export, and diagnostic capabilities.
Required by (28)
- adminer (requires mongodb) (optional)
- alerta (requires mongodb) (optional)
- camlistore (requires mongodb) (optional)
- camlistore-git (requires mongodb) (optional)
- cronsun-bin (requires mongodb)
- grasscutter-git (requires mongodb) (optional)
- graylog (requires mongodb) (optional)
- icalingua++ (optional)
- icalingua++-electron-git (requires mongodb) (optional)
- icalingua++-git (requires mongodb) (optional)
- meteor (requires mongodb)
- nemesyst-git (requires mongodb) (optional)
- nodebb (requires mongodb) (optional)
- nodejs-generator-scalatra (requires mongodb) (optional)
- omada-controller (requires mongodb)
- plexdrive-mongodb (requires mongodb)
- pritunl-git (requires mongodb) (optional)
- pump.io (requires mongodb) (optional)
- pumpio-git (requires mongodb) (optional)
- Show 9 more...
Sources (7)
plutack commented on 2023-09-22 15:24 (UTC)
rafaelff commented on 2023-09-22 11:58 (UTC)
plutack: We are just enforcing some settings like filenames. Can you provide more info on the error you are seeing?
plutack commented on 2023-09-22 11:51 (UTC) (edited on 2023-09-22 15:24 (UTC) by plutack)
Is there a reason the config file is actively being changed to mongodb.conf from the new mongod.conf?
chovy commented on 2022-11-05 09:50 (UTC)
requires openssl-1.1
arch uses 1.3 now.
ali.molaei commented on 2022-11-05 08:53 (UTC)
@ZhangHua thanks for informing me
ZhangHua commented on 2022-11-05 02:48 (UTC)
Arch has upgraded openssl to 3.x and this package should be rebuilt with newer version of openssl. If this is not possible, please consider add openssl-1.1 into its depends.
snale commented on 2022-10-05 18:48 (UTC) (edited on 2022-10-05 20:13 (UTC) by snale)
@rafaelff I see. I wasn't aware that /run
itself is forbidden in official packages. I do think /var/run
is better than /var
then since it is an actual tmpfs just like /run
. I don't know if there are other options. In any case, thanks for taking the time to respond! And maintaining the package too :P
rafaelff commented on 2022-10-01 11:39 (UTC)
@JstKddng: Are you able to confirm it doesn't work in an Arch Linux ARM instance? I don't have a ARM computer to be sure. For the record, indeed the Production Notes on arm64 states armv8.2-A or later micro-architecture is required for MongoDB (since docs version 4.4).
JstKddng commented on 2022-10-01 01:11 (UTC)
hey, is it worth using the aarch64 binaries if they are only compatible with armv8.2? archlinuxarm doesn't support cpus with that architecture afaik.
rafaelff commented on 2022-09-29 17:34 (UTC)
My main reason for not using /run is that it's strictly forbidden for packages, according to https://wiki.archlinux.org/title/Arch_package_guidelines. Asked a Arch Developer the reason for this rule, and he told me "retro-compatibility" because "other distros use pacman as well".
Besides, It seems the downloaded tarball has already /var/run set so I might remove this sed line.
Pinned Comments
ali.molaei commented on 2021-07-28 14:29 (UTC)
If you get core dumps on version 5, read this: https://jira.mongodb.org/browse/SERVER-58648