-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Znapzend hangs on 2.2.5 in Arch Linux #672
Comments
Just in case, are you sure strace attached to the znapzend (perl) process? Maybe the nanosleeps are about it waiting for I/O from a launched With It may help to run |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi, I have been having the same issue as OP, with the same results on the strace.
Znapzend, when run with debug mode, detects the configuration and reads the datasets correctly, and then hangs after this line: Debug output (removed lists of datasets, everything is recursive from tank):
|
Trying to
runonce
a freshly configured backup set on a new system with 2.2.5 results inznapzend
hanging forever without creating or sending anything.Ran an
strace
of the execution and looks like it errors out then justclock_nanosleep
s forever:System is 6.6.46 with ZFS & SPL built into the kernel binary (vs being a module).
The text was updated successfully, but these errors were encountered: