When opening a tomb the command writes this to stdout:
mount_tomb:142: command not found: hostname
This should be because the base installation no longer contains inetutils, could you add it as a dependency?
Git Clone URL: | https://aur.archlinux.org/tomb.git (read-only, click to copy) |
---|---|
Package Base: | tomb |
Description: | Crypto Undertaker, a simple tool to manage encrypted storage |
Upstream URL: | https://www.dyne.org/software/tomb/ |
Licenses: | GPL3 |
Submitter: | None |
Maintainer: | parazyd (roddhjav) |
Last Packager: | roddhjav |
Votes: | 53 |
Popularity: | 0.034521 |
First Submitted: | 2011-04-15 15:20 (UTC) |
Last Updated: | 2024-07-12 17:24 (UTC) |
When opening a tomb the command writes this to stdout:
mount_tomb:142: command not found: hostname
This should be because the base installation no longer contains inetutils, could you add it as a dependency?
@hcra: edit PKGBUILD file and add /releases
to every source url (you can preview links in browser: https://files.dyne.org/tomb/releases/)
https://files.dyne.org/${pkgname}/Tomb-...
should be changed to:
https://files.dyne.org/${pkgname}/releases/Tomb-...
I get this.
curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://files.dyne.org/tomb/Tomb-2.6.tar.gz.sha Aborting... Error downloading sources: tomb
Maybe you can take a look at it. Thanks.
Please update the package.
Update PKGBUILD:
pkgver=2.5 ===> pkgver=2.6
source=(
https://files.dyne.org/${pkgname}/Tomb-${pkgver}.tar.gz
https://files.dyne.org/${pkgname}/releases/Tomb-${pkgver}.tar.gz.sha
https://files.dyne.org/${pkgname}/releases/Tomb-${pkgver}.tar.gz.asc
)
sha256sums=(
'02b650a37c4638458f55c84db5fcfdbd57f565685581d691f59155932c9323eb'
'b75d34a38554b77ff5a474d6255b13ffa1670bd158e6e86b612e244a8537e399'
'18be42c2a55eb94a0a5f61cb5bb1bd7078e98492451dc937f953c6fd295a0d45'
)
Change to https://keybase.io/jaromil
Please add "lsof" as a dependency. Most installations have it already, but I just did a clean install and one of the first things I added was tomb and found out it wasn't already there. Tomb needs it to properly kill processes working in the encrypted files when they're being closed rather than just closing the file and some processes are left "high and dry" with nothing to work on.
Upstream URL times out for me. Alternative URL: https://fossies.org/linux/privat/Tomb-2.5.tar.gz (same hash, but no .asc,.sha files.)
Also, without gtk2 installed (which is not a dep), pinentry fails to find libgtk-x11-2.0.so.0 and fails. Workaround: DISPLAY="" tomb ...
. Best would be to change the pinentry to default to console, but don't know how.
@anilg: Same problem here but I got pinentry working without using sudo before tomb
I'm getting a problem with pinentry. It seems to be returning an error that prevents tomb forge from going ahead. Returns "Pinentry error: Permission" and aborts, and it looks like pinentry emits "No protocol specified" https://bbs.archlinux.org/viewtopic.php?id=235477
Optdepends need an adjustment, since your PR for dropping wipe got included into 2.5, parazyd.
Pinned Comments
roddhjav commented on 2020-05-24 12:13 (UTC) (edited on 2020-05-24 12:16 (UTC) by roddhjav)
To install the package first import jaromil PGP key:
Alternatively add
keyserver-options auto-key-retrieve
to your~/.gnupg/gpg.conf
.This key can also be found on https://keybase.io/jaromil