http://bugzilla.opensuse.org/show_bug.cgi?id=1206949 http://bugzilla.opensuse.org/show_bug.cgi?id=1206949#c8 --- Comment #8 from Stefan Hundhammer <shundhammer@suse.com> --- So, I see the ProgressStart callback in the y2log: 2023-01-18 05:31:02 <0> susetest(23052) [Pkg] Callbacks.cc(start):382 ProgressStart: id:18, Executing %posttrans script 'plymouth-22.02.122+94.4bd41a3-3.1.x86_64.rpm' 2023-01-18 05:31:02 <1> susetest(23052) [Ruby] modules/PackageCallbacks.rb(ProgressStart):2338 ProgressStart: 18 https://github.com/yast/yast-yast2/blob/master/library/packages/src/modules/... and the ProgressProgress callback twice, once for 0% and once for 100%: 2023-01-18 05:31:02 <0> susetest(23052) [Pkg] Callbacks.cc(progress):401 ProgressProgress: id:18, Executing %posttrans script 'plymouth-22.02.122+94.4bd41a3-3.1.x86_64.rpm': 0% 2023-01-18 05:31:02 <0> susetest(23052) [Ruby] modules/PackageCallbacks.rb(ProgressProgress):2423 ProgressProgress: 18, 0% 2023-01-18 05:31:13 <0> susetest(23052) [Pkg] Callbacks.cc(progress):401 ProgressProgress: id:18, Executing %posttrans scripts: 100% 2023-01-18 05:31:13 <0> susetest(23052) [Ruby] modules/PackageCallbacks.rb(ProgressProgress):2423 ProgressProgress: 18, 100% But no ProgressEnd or ProgressFinish log message. https://github.com/yast/yast-yast2/blob/master/library/packages/src/modules/... -- You are receiving this mail because: You are on the CC list for the bug.