On Mon, Oct 12, 2015 at 10:11:55AM -0500, Emilio Perea wrote: > Sysmerge seems to fail on the latest snapshots: > > OpenBSD 5.8-current (GENERIC.MP) #1284: Mon Oct 12 01:17:08 MDT 2015 > dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP > > OpenBSD 5.8-current (GENERIC.MP) #1464: Mon Oct 12 01:08:59 MDT 2015 > dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > *----------------------------------------------------------------------* > # sysmerge > tar: Unable to set file uid/gid of ./etc/dumpdates: Operation not permitted > tar: Unable to set file uid/gid of ./etc/motd: Operation not permitted > tar: Unable to set file uid/gid of ./etc/spwd.db: Operation not permitted > tar: Unable to set file uid/gid of ./etc/ssl: Operation not permitted > tar: Unable to set file uid/gid of ./etc/ssl/cert.pem: Operation not permitted > tar: Unable to set file uid/gid of ./etc/ssl/openssl.cnf: Operation not > permitted > tar: Unable to set file uid/gid of ./etc/ssl/x509v3.cnf: Operation not > permitted > tar: Unable to set file uid/gid of ./var/cron: Operation not permitted > tar: Unable to set file uid/gid of ./var/cron/at.deny: Operation not permitted > tar: Unable to set file uid/gid of ./var/cron/cron.deny: Operation not > permitted > tar: Unable to set file uid/gid of ./var/cron/tabs: Operation not permitted > tar: Unable to set file uid/gid of ./var/cron/tabs/root: Operation not > permitted > tar: Unable to set file uid/gid of ./var/nsd: Operation not permitted > tar: Unable to set file uid/gid of ./var/nsd/etc: Operation not permitted > tar: Unable to set file uid/gid of ./var/nsd/etc/nsd.conf: Operation not > permitted > ---- Error: failed to extract etc.tgz > # > *----------------------------------------------------------------------*
Hi, it is a known (and corrected) regression in tar(1), due to pledge(2). the version 1.53 of src/bin/pax/ar_io.c corrects the problem. you could rebuild and reinstall src/bin/pax/ from -current, or wait for a new snapshot. thanks. -- Sebastien Marie