[Rpm-maint] [rpm-software-management/rpm] RPM install lock forever if trying to install a pipe file (Issue #2393)

Jean-Marc Pigeon notifications at github.com
Wed Feb 15 04:28:31 UTC 2023


Version 4.18.0 stay put while installing a package while 4.17.1 is able to install 
(the very same package) without trouble. 
(this is a fresh install in both case, not an update... on the same system) 

The problem was pin point about creating a pipe file
with 4.17.1 the creation result is
prw------- 1 nullmailer nullmailer   0 Feb 14 23:09 trigger
while with 4.18.0 the result is
p--------- 1 root       root         0 Feb 14 23:15 'trigger;63ec5c79'
As previously stated, rpm install is lock forever.

strace show
;-------------------
.........
fchown(11, 93, 53)                      = 0
fchmod(11, 0700)                        = 0
utimensat(11, NULL, [{tv_sec=1676434544, tv_nsec=0} /* 2023-02-14T23:15:44-0500 */, {tv_sec=1676434544, tv_nsec=0} /* 2023-02-14T23:15:44-0500 */], 0) = 0
write(2, "D: ", 3D: )                      = 3
write(2, "Plugin: calling hook fsm_file_pr"..., 57Plugin: calling hook fsm_file_prepare in fsverity plugin
) = 57
write(2, "D: ", 3D: )                      = 3
write(2, "fsverity skipping non regular: p"..., 93fsverity skipping non regular: path /var/spool/nullmailer/tmp dest /var/spool/nullmailer/tmp
) = 93
write(2, "D: ", 3D: )                      = 3
write(2, "Plugin: calling hook fsm_file_pr"..., 52Plugin: calling hook fsm_file_prepare in ima plugin
) = 52
close(11)                               = 0
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
mknodat(12, "trigger;63ec5c79", S_IFIFO|000) = 0
openat(12, "trigger;63ec5c79", O_RDONLY|O_NOCTTY|O_NOFOLLOW
;------------------------
Hoping that help 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2393
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2393 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230214/618f9ffa/attachment.html>


More information about the Rpm-maint mailing list