mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-03-02 22:57:11 -05:00
Error status 210 CHROOT #757
Labels
No labels
Component: Accessibility
Component: Administration
Component: Auth
Component: CLI
Component: Channels
Component: Chapters
Component: Comments
Component: Custom Markdown
Component: Docker 🐳
Component: Documentation 📚
Component: Email
Component: Embed
Component: Federation 🎡
Component: Import/Export
Component: Live
Component: Metadata
Component: Mobile
Component: Moderation :godmode:
Component: Notifications
Component: Object storage
Component: Observability
Component: PeerTube Plugin 📦
Component: Player ⏯️
Component: Playlist
Component: Recommendation
Component: Redundancy
Component: Registration
Component: Runners
Component: SEO
Component: Search
Component: Security
Component: Stats
Component: Studio
Component: Studio
Component: Subscriptions
Component: Subtitles 💬
Component: Transcoding
Component: Upload
Component: Video Import
Component: i18n 🔡
Priority: High
Priority: Low
Priority: Roadmap
Status: Blocked ✋
Status: In Progress 🔜
Status: To Reproduce
Status: Waiting for answer
Template not filled
Type: Bug 🐛
Type: Discussion 💭
Type: Discussion 💭
Type: Duplicate ➿
Type: Feature Request ✨
Type: Maintenance 👷♀️
Type: Performance
Type: Question
UI
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PeerTube#757
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yopethop on GitHub (Aug 13, 2018).
Bonjour,
J'ai installer sur un nouveau vps, une instance de peertube, cette fois-ci il me sort l'erreur suivante :
peertube.service: Failed at step CHROOT spawning /usr/bin/npm: No such file or directory
J'ai installer peertube dans un autre dossier, home/peertube/ c'est peut-être ça qui pose soucis.
Merci pour votre aide.
Cordialement
Good morning,
I have installed on a new vps, a peertube instance, this time it gives me the following error :
peertube.service: Failed at step CHROOT spawning /usr/bin/npm: No such file or directory
I installed peertube in another folder, home/peertube/ maybe that's the problem.
Thank you for your help.
Sincerely
@Chocobozzz commented on GitHub (Aug 14, 2018):
Did you install nodejs? What is your OS? What is the output of
npm version?@yopethop commented on GitHub (Aug 14, 2018):
Yes nodejs installed with this link : https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/dependencies.md
os : debian 9.5
@Chocobozzz commented on GitHub (Aug 16, 2018):
Please copy/paste the systemd service
@yopethop commented on GitHub (Aug 20, 2018):
sorry for the late response.
Aug 20 20:09:33 vps systemd[1]: Started PeerTube daemon.
Aug 20 20:09:33 vps systemd[7240]: peertube.service: Failed at step CHROOT spawning /usr/bin/npm: No such file or directory
Aug 20 20:09:33 vps systemd[1]: peertube.service: Main process exited, code=exited, status=210/CHROOT
Aug 20 20:09:33 vps systemd[1]: peertube.service: Unit entered failed state.
Aug 20 20:09:33 vps systemd[1]: peertube.service: Failed with result 'exit-code'.
Aug 20 20:09:33 vps systemd[1]: peertube.service: Service hold-off time over, scheduling restart.
Aug 20 20:09:33 vps systemd[1]: Stopped PeerTube daemon.
Aug 20 20:09:33 vps systemd[1]: peertube.service: Start request repeated too quickly.
Aug 20 20:09:33 vps systemd[1]: Failed to start PeerTube daemon.
Aug 20 20:09:33 vps systemd[1]: peertube.service: Unit entered failed state.
Aug 20 20:09:33 vps systemd[1]: peertube.service: Failed with result 'exit-code'.
@Chocobozzz commented on GitHub (Aug 21, 2018):
@yopethop I mean the systemd service file, not the logs :)
@yopethop commented on GitHub (Aug 21, 2018):
Sorry for the question but where is this file? In the file where I have the peertube installation? Or is it in the /etc/systemd folder, I'm trying to understand :)
@rigelk commented on GitHub (Aug 21, 2018):
@yopethop you can find the path to the systemd unit via
systemctl show -p FragmentPath peertube@Chocobozzz commented on GitHub (Aug 21, 2018):
@yopethop Did you follow the production guide? https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md#systemd
@yopethop commented on GitHub (Aug 21, 2018):
je viens de voir mon erreur :)
En effet je n'avais pas fait attention à ce fichier mais en changeant le dossier de peertube dans mon cas /home/peertube/, il fallait faire le changement dans ce fichier.
Merci pour ton info rigelk et toi aussi Chocobozzz :)
Et merci pour votre travail sur Peertube ^^
I just saw my mistake:)
Indeed I had not paid attention to this file but by changing the peertube folder in my case /home/peertube/, it was necessary to make the change in this file.
Thanks for your rigelk info and you too Chocobozzz :)
And thank you for your work on Peertube ^^