Date: Fri, 09 Jun 2023 22:53:22 +0100 From: Jamie Landeg-Jones <jamie@catflap.org> To: freebsd-current@freebsd.org Cc: jamie@catflap.org Subject: BUG: chflags(1) fails to remove uarch flag with hardlinked files (ZFS) Message-ID: <202306092153.359LrMJA041363@donotpassgo.dyslexicfish.net>
next in thread | raw e-mail | index | archive | help
Using chflags to remove "uarch" on more than one file at a time (but when that file count is an even number) when the files are hardlinked (have the same inode) and on ZFS doesn't work. This becomes more problematic when using "find... -exec chflags nouarch {} +" or "chmod -R". Further details are in the bug report I just raised: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271925 Cheers, Jamie
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306092153.359LrMJA041363>