Search Criteria
Package Details: molly-guard 0.8.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/molly-guard.git (read-only, click to copy) |
|---|---|
| Package Base: | molly-guard |
| Description: | protects machines from accidental shutdowns/reboots (via ssh) |
| Upstream URL: | https://packages.debian.org/stable/molly-guard |
| Licenses: | Artistic-2.0 |
| Submitter: | None |
| Maintainer: | envolution |
| Last Packager: | envolution |
| Votes: | 13 |
| Popularity: | 0.000020 |
| First Submitted: | 2009-03-01 20:30 (UTC) |
| Last Updated: | 2025-08-27 00:15 (UTC) |
Dependencies (4)
- openssh (openssh-gitAUR, openssh-dnatAUR, openssh-gssapiAUR, openssh-hpn-shimAUR, openssh-selinuxAUR)
- run-parts
- docbook-xsl (make)
- inetutils (inetutils-gitAUR) (optional) – for the FQDN Hostname support
Required by (1)
- grub-reboot-picker (optional)
Latest Comments
1 2 3 Next › Last »
envolution commented on 2025-08-28 13:03 (UTC)
@gromit no worries mate
gromit commented on 2025-08-28 12:42 (UTC)
Thanks for taking over maintenance of the package :)
gromit commented on 2024-09-23 10:05 (UTC)
@maxinux any luck so far? :)
gromit commented on 2024-09-17 17:56 (UTC)
Then you already got further than I did (to be fair I didn't take myself a lot of time looking into this)!
Happy to accept a patch though!
maxinux commented on 2024-09-17 17:49 (UTC)
Yeah I noticed that after posting the diff, i see why it is failing, it has a check looking for different ubuntu releases, so it will need an additional diff.
gromit commented on 2024-09-17 17:12 (UTC)
@maxinux well yes and no, this changes the PKGBUILD to use the latest version, but I couldn't get it to run with Arch Linux :/ Did you try if your changes actually keep a working environment?
maxinux commented on 2024-09-17 17:07 (UTC) (edited on 2024-09-17 17:23 (UTC) by maxinux)
Marked out of date, this diff fixes the packagebuild git clone it, then patch:
diff --git a/PKGBUILD b/PKGBUILD index f2b9d2b..290e0f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Carsten Feuls <archlinux@carstenfeuls.de> # Contributor: Christoph Vigano <mail at cvigano dot de> pkgname='molly-guard' -pkgver=0.8.1 +pkgver=0.8.4 pkgrel=1 pkgdesc="protects machines from accidental shutdowns/reboots (via ssh)" arch=('any') @@ -13,8 +13,8 @@ optdepends=('inetutils: for the FQDN Hostname support') install=molly-guard.install makedepends=('docbook-xsl') source=("https://mirror.unitedcolo.de/debian/pool/main/m/molly-guard/${pkgname}_${pkgver}.tar.xz") -sha256sums=('abaf8b912902066b25d17b2a24b8edcbeef3004e1c43591f25a733f50b4a555b') -sha512sums=('07d16dd40af1df8707a5be78a661acde2f83e15f020c4087f054c44ff9e57086b469a3d7ef332044c36e2d7e0969e495ff8c8f752e2bd21059b1a3618a6a0a43') +sha256sums=('dce9a298c2e26e7bca84b6e8d5626c37e151e090fc901920d87a1a00763584e7') +sha512sums=('c6e7df1d254994a5800152bb09425fb47532c8b9ac34dd1ec09825c72e66c82374a4ee66900b2e223d8efb6479eed6375b8372e895cd002dd9bc1c4b097d98cb') prepare() { cd "$srcdir/$pkgname-$pkgver"Note the script now fails and needs additional work from here ill look into later
gromit commented on 2024-02-28 14:50 (UTC)
Hey Delan, thanks for your comment! The issue is that I could not get the latest version of
molly-guardto work properly (when the package was built and installed), did you have any luck with that?Delan commented on 2024-02-25 10:25 (UTC)
Error 404 on
https://mirror.unitedcolo.de/debian/pool/main/m/molly-guard/molly-guard_0.8.1.tar.xz, new version available is 0.8.3 and new URL ishttps://mirror.unitedcolo.de/debian/pool/main/m/molly-guard/molly-guard_0.8.3.tar.xz. New checksums are sha256sums=('b580f0cd5ccb4e584a0b4e5003c7e3a57a5acd25255a30bcba5afecd52331cc8') sha512sums=('0449ac05d02ecd960f777c6f9555d5de5bb0ec248e6e9ed8d7fe423c90001f051b238f587d5998ef37d6634289883b0a5ab557585fa0c456d3f581c28577706a') Trust by verify ;) AUR script works as is apart from that.francoism90 commented on 2018-03-19 15:41 (UTC)
How does this work? It doesn't do anything for me for some reason.
1 2 3 Next › Last »