https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206599
Fabian Keil <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Fabian Keil <[email protected]> --- Are you trying to restore the meta data while the provider is attached? By default this is not allowed. If you absolutely want to do it, you can set the "allow foot shooting" bit. For details see geom(4). fk@r500 ~ $sudo geli attach /dev/md0 Enter passphrase: fk@r500 ~ $sudo geli restore /var/backups/md0.eli /dev/md0 geli: Cannot write metadata to /dev/md0: Operation not permitted. fk@r500 ~ $sudo sysctl kern.geom.debugflags=16 kern.geom.debugflags: 0 -> 16 fk@r500 ~ $sudo geli restore /var/backups/md0.eli /dev/md0 fk@r500 ~ $sudo sysctl kern.geom.debugflags=0 kern.geom.debugflags: 16 -> 0 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-geom To unsubscribe, send any mail to "[email protected]"
