(In reply to Bill Wayson from comment #3) > Created attachment 656870 [details] > Compressed system.journal file that, contains just zeros :) > $ hexdump -c system.journal > 0000000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 > * > 7000000 I had a glimpse at the pk-backend code and found the pk_backend_is_eula_valid call in zypp_perform_execution(). pk_backend_is_eula_valid is located in packagekit itself. To me it looks like the issue is independent from whatever data libzypp could provide to PK. Seems to be something PK internal.