Journal Entry

Object
Created
2026-09-20 09:52
Created by
YoSiJo
Kind
Info

Tags

No tags assigned

Comments

mastodon-streaming@4000.service broken.

Problem: nodejs!=v22

Fix:

systemctl status mastodon-streaming@4000.service
systemctl stop mastodon-streaming@4000.service
systemctl start mastodon-streaming@4000.service
systemctl status mastodon-streaming@4000.service
nodejs --version
extrepo search nodejs
apt install extrepo
extrepo update
extrepo enable node_22.x
apt update
apt install nodejs
systemctl start mastodon-streaming@4000.service
systemctl status mastodon-streaming@4000.service
sleep 60
systemctl status mastodon-streaming@4000.service