惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

有赞技术团队
有赞技术团队
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
IT之家
IT之家
博客园 - 【当耐特】
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hugging Face - Blog
Hugging Face - Blog
I
InfoQ
B
Blog RSS Feed
腾讯CDC
云风的 BLOG
云风的 BLOG
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
GbyAI
GbyAI
雷峰网
雷峰网
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
D
DataBreaches.Net
The Cloudflare Blog
V
V2EX
S
SegmentFault 最新的问题

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - mongodb-bin
2026-06-02 · via AUR Newest Packages

Pinned Comments

ali.molaei commented on 2025-10-24 19:22 (UTC) (edited on 2025-10-24 19:25 (UTC) by ali.molaei)

ali.molaei commented on 2021-07-28 14:29 (UTC) (edited on 2024-11-02 19:21 (UTC) by ali.molaei)

Bishwajit commented on 2026-04-24 08:42 (UTC)

@ali.moiaei don't know the reason but a clean build solved it maybe hash issue

ali.molaei commented on 2026-04-19 08:21 (UTC)

@Bishwajit I redownloaded and rechecked the hashes, its OK for me, try a clean build and see if the issue persist or not, thanks

Bishwajit commented on 2026-04-18 04:36 (UTC)

Aur (1) mongodb-bin-8.2.7-2

:: Proceed to review? [Y/n]:

:: Downloading PKGBUILDs... PKGBUILDs up to date nothing new to review fetching devel info... ==> Making package: mongodb-bin 8.2.7-2 (Sat 18 Apr 2026 10:34:25 AM +06) ==> Retrieving sources... -> Found mongodb.sysusers -> Found mongodb.tmpfiles -> Found LICENSE -> Found mongodb-org-server_8.2.7_x86_64.deb -> Found mongodb-org-mongos_8.2.7_x86_64.deb ==> Validating source files with sha256sums... mongodb.sysusers ... Passed mongodb.tmpfiles ... Passed LICENSE ... Passed ==> Validating source_x86_64 files with sha256sums... mongodb-org-server_8.2.7_x86_64.deb ... FAILED mongodb-org-mongos_8.2.7_x86_64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'mongodb-bin-8.2.7-2': error: packages failed to build: mongodb-bin-8.2.7-2

trinaldi commented on 2026-04-17 22:24 (UTC)

I ran a makepkg -g to get the keys. Working as intended.

dalu commented on 2026-04-17 05:34 (UTC)

==> Making package: mongodb-bin 8.2.7-1 (Fri 17 Apr 2026 07:32:28 AM CEST)
==> Retrieving sources...
  -> Found mongodb.sysusers
  -> Found mongodb.tmpfiles
  -> Found LICENSE
  -> Found mongodb-org-server_8.2.7_x86_64.deb
  -> Found mongodb-org-mongos_8.2.7_x86_64.deb
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    mongodb.sysusers ... Passed
    mongodb.tmpfiles ... Passed
    LICENSE ... Passed
==> Validating source_x86_64 files with sha256sums...
    mongodb-org-server_8.2.7_x86_64.deb ... FAILED
    mongodb-org-mongos_8.2.7_x86_64.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!

openworldbtw43 commented on 2026-03-24 20:53 (UTC)

system: 6.19.9-arch1-1 mongodb: v8.2.5

Issue(Core dumped): mongodb-bin package ships a systemd service file with the flag GLIBC_TUNABLES=glibc.pthread.rseq=0, which disables restartable sequences in glibc. but tcmalloc (Ubuntu compiled) bundled inside mongod requires rseq to work correctly — without it, memory gets corrupted after ~1 minute, causing the SEGV crash.

Solution: Override service file system {sudo systemctl edit mongodb} with {Environment="GLIBC_TUNABLES="}, this simply replace this line Environment="GLIBC_TUNABLES=glibc.pthread.rseq=0"

this worked for me

paco3346 commented on 2026-03-20 13:58 (UTC) (edited on 2026-04-17 16:37 (UTC) by paco3346)

I've tried all combinations of settings, including enabling THP to no avail. I've had to roll back to 6.18 for now.

My mongo had crashed so many times my WiredTiger files were corrupted. A repair did the trick. I am employing the method that @openworldbtw43 mentions above.

sudo -u mongodb /usr/bin/mongod --config /etc/mongodb.conf --repair

Here's the most upstream issue: https://github.com/google/tcmalloc/issues/292 (it was determined that the issue is actually in tmalloc, not the kernel)

ASPIRIN commented on 2026-03-12 07:56 (UTC)

If you're experiencing MongoDB crashes on version 8.2.5-1 with recent kernels like 6.19.6, try this fix:

Edit /usr/lib/systemd/system/mongodb.service Change: Environment="GLIBC_TUNABLES=glibc.pthread.rseq=0" from 0 to 1

sudo systemctl daemon-reload sudo systemctl restart mongodb This enables restartable sequences support, which should resolve stability issues on modern Linux kernels.

ChrisTX commented on 2026-03-12 00:47 (UTC)

RoKoInfo commented on 2026-03-10 17:31 (UTC)

@csatsias Thanks. My current combination mongodb-bin-8.2.5-1 and linux-6.19.6-arch1-1 is also healed by overriding the mentioned env.