mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-26 01:26:00 +03:00
[GH-ISSUE #760] Bug: Can't init archivebox on FreeBSD iocage jail #478
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#478
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 @kennedyoliveira on GitHub (Jun 4, 2021).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/760
Describe the bug
Trying to install archivebox in a FreeBSD jail (iocage) but when I try to run the init command as a non-root user, it fails saying it can't be run as root
Steps to reproduce
Screenshots or log output
ArchiveBox version
@dansbandit commented on GitHub (Jun 5, 2021):
I had the same problem. I don't remember where I got the fix but this how it got solved. Archivebox needs to have login shell.
@pirate commented on GitHub (Jun 5, 2021):
This is fixed on
dev@kennedyoliveira but wont land until the next release https://github.com/ArchiveBox/ArchiveBox/pull/721#issue-622542023The login shell trick works, but you shouldn't even need to do that in the next version.
In the meantime you can do the login shell thing, or install the pre-release version from dev
(You can update it to the official version after it gets released by just running that again ^)
@kennedyoliveira commented on GitHub (Jun 12, 2021):
Hey @pirate thanks for the information, I'll keep an eye on the release, I also need to env user and password, planning on creating a plugin for TrueNAS so everyone can get it running very easily there, thanks!
@sysfu commented on GitHub (Apr 11, 2023):
Any progress on the TrueNAS plugin? That would be fantastic.
Don't see it here yet https://www.truenas.com/apps/
@pirate commented on GitHub (Jun 13, 2023):
I'm going to officially punt the responsibility of shipping a full TrueNAS plugin to the community. I simply don't have the capacity to maintain 3rd party plugins for ArchiveBox deployment myself anymore, as the bugfixing and support workload of ArchiveBox core has grown to eat up all my side-project time available already.
That being said, I love TrueNAS and use it myself to run Plex and Time Machine backups for everyone in our house! I would love to see ArchiveBox in TrueNAS someday, but I don't have the bandwidth to do it myself. Please comment back here if a TrueNAS/FreeNAS plugin is released in the future and I don't notice :)
@pirate commented on GitHub (Mar 5, 2024):
I ended up doing this myself because I started using my own TrueNAS box at home more:
Also there's another useful article about doing it manually here:
https://dev.to/finloop/setting-up-archivebox-on-truenas-scale-1788