On Mon, Dec 14, 2015 at 9:13 PM, arnaud gaboury <arnaud.gaboury@xxxxxxxxx> wrote: > On Mon, Dec 14, 2015 at 8:44 PM, Michael Schwendt <mschwendt@xxxxxxxxx> wrote: >> On Mon, 14 Dec 2015 20:37:42 +0100, arnaud gaboury wrote: >> >>> >> > error: unpacking of archive failed on file /sys: cpio: chmod >>> >> > error: filesystem-3.2-35.fc23.x86_64: install failed >>> >> > error: filesystem-3.2-32.fc22.x86_64: erase skipped >>> > >>> > And /sys of your installation is a directory or a symlink? It needs to be >>> > a directory to match the "filesystem" package contents. >>> >>> $ ls -al / >>> drwxr-xr-x 9 root root 180 Dec 14 20:09 sys/ >> >> It's mode 0555 in filesystem package! > > From SYSTEMD-NSPAWN(1) > > systemd-nspawn limits access to various kernel interfaces in the > container to read-only, such as /sys, /proc/sys or /sys/fs/selinux. > > --------------- > chmod: changing permissions of ‘/sys’: Read-only file system > -------------------- > > > So I have no idea how to deal with this issue. I will still try the AUFS way. Found the solution: # mount -o remount,rw -t sysfs sysfs /sys $ cat /proc/mounts |grep sys 6:tmpfs /sys tmpfs rw,relatime,mode=755 0 0 <<< mounted now in rw # rpm -Uvh https://kojipkgs.fedoraproject.org//packages/filesystem/3.2/35.fc23/x86_64/filesystem-3.2-35.fc23.x86_64.rpm Retrieving https://kojipkgs.fedoraproject.org//packages/filesystem/3.2/35.fc23/x86_64/filesystem-3.2-35.fc23.x86_64.rpm Preparing... ################################# [100%] Updating / installing... 1:filesystem-3.2-35.fc23 ################################# [ 50%] Cleaning up / removing... 2:filesystem-3.2-32.fc22 ################################# [100%] > > > >> -- >> users mailing list >> users@xxxxxxxxxxxxxxxxxxxxxxx >> To unsubscribe or change subscription options: >> https://admin.fedoraproject.org/mailman/listinfo/users >> Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct >> Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines >> Have a question? Ask away: http://ask.fedoraproject.org > > > > -- > > google.com/+arnaudgabourygabx -- google.com/+arnaudgabourygabx -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org