On Mon, Dec 12, 2016 at 11:06 AM arnaud gaboury <arnaud.gaboury@gmail.com> wrote:
I want to upgrade from 24 to 25. Following this[0], I first run:
# dnf upgrade --refresh

I am left with an issue for one package:

------------------------------
  Upgrading   : httpd-2.4.23-5.fc24.x86_64                                                            1/4
Error unpacking rpm package httpd-2.4.23-5.fc24.x86_64
Error unpacking rpm package httpd-2.4.23-5.fc24.x86_64
error: unpacking of archive failed on file /usr/sbin/suexec;584e75cb: cpio: cap_set_file
------------------------------------


EDIT:
I was thinking as a hack to download the .rpm then install it with rpm -Uvh. But the extract fils again:

 # rpm -Uvh filesystem-3.2-37.fc24.x86_64.rpm
Preparing...                          ################################# [100%]
Updating / installing...
   1:filesystem-3.2-37.fc24           ################################# [ 50%]
error: unpacking of archive failed on file /proc: cpio: chown
------------------------------------------------------------
Is it possible to extract this file somewhere else than /proc ? I am not an expert in how rpm (or dnf) works step by step, but they shall at one point extract the archive.

 
I have no idea what I am supposed to do to solve this issue.

Thank you for help.