oetiker / znapzend

zfs backup with remote capabilities and mbuffer integration.
www.znapzend.org
GNU General Public License v3.0
603 stars 136 forks source link

Service stopped working on FreeBSD 13 with latest quarterly packages #544

Closed hny-gd closed 3 years ago

hny-gd commented 3 years ago

znapzend stopped working on FreeBSD 13 with the latest quartlery packages installed.

$ sudo /usr/local/etc/rc.d/znapzend start
Starting znapzend.
Can't locate Mojo/Base.pm in @INC (you may need to install the Mojo::Base module) (@INC contains: /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/site_perl/mach/5.32 /usr/local/lib/perl5/5.32/mach /usr/local/lib/perl5/5.32) at /usr/local/lib/perl5/site_perl/ZnapZend.pm line 3.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/ZnapZend.pm line 3.
Compilation failed in require at /usr/local/bin/znapzend line 9.
BEGIN failed--compilation aborted at /usr/local/bin/znapzend line 9.
/usr/local/etc/rc.d/znapzend: WARNING: failed to start znapzend

Installed package:


$ pkg info znapzend
znapzend-0.20.0_1
Name           : znapzend
Version        : 0.20.0_1
Installed on   : Tue Apr 13 14:39:07 2021 CEST
Origin         : sysutils/znapzend
Architecture   : FreeBSD:13:*
Prefix         : /usr/local
Categories     : sysutils
Licenses       : GPLv3+
Maintainer     : olgeni@FreeBSD.org
WWW            : https://www.znapzend.org/
Comment        : ZFS-centric backup tool
Annotations    :
    repo_type      : binary
    repository     : FreeBSD
Flat size      : 209KiB
Description    :
ZnapZend is a ZFS centric backup tool.
It relies on snapshot, send and recieve to do its work.
It has the built-in ability to manage both local
snapshots as well as remote copies by thinning them out
as time progresses.

The ZnapZend configuration is stored as properties in
the ZFS filesystem itself.

WWW: https://www.znapzend.org/```
hny-gd commented 3 years ago

Problem found, Mojo package was not installed correctly, after reinstalling all dependencies, znapzend works correctly now. Sorry for the noise.