pogobanane / hosthog

announce which resources you need on collaboratively used linux hosts
MIT License
4 stars 0 forks source link

`release` fails sometimes #1

Closed pogobanane closed 7 months ago

pogobanane commented 7 months ago

it fails when bindmounts disappeared (e.g. by reboot)

thread 'main' panicked at 'umount failed: EINVAL', src/hog.rs:73:34
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::result::unwrap_failed
   3: hosthog::hog::release_ssh
   4: hosthog::main
pogobanane commented 7 months ago

improved error handling 2dab6315