http://bugzilla.opensuse.org/show_bug.cgi?id=985260 http://bugzilla.opensuse.org/show_bug.cgi?id=985260#c2 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |leroy.nick@gmail.com Flags| |needinfo?(leroy.nick@gmail. | |com) --- Comment #2 from Michael Andres <ma@suse.com> --- I don't know if the btrfs tools can cause 'applydeltarpm' to hang (if this is what actually happened). To be sure - if you don't use btrfs - remove the btrfsmaintenance and snapper-zypp-plugin packages (or just remove the /usr/lib/zypp/plugins/commit/ pluginscripts). Zypp itself does not depend on any of these commit plugins. They are started if they are present, and receive some notifications while they are up and installation proceeds. If this resolves the problem, we should forward the bug to the btrfs maintainers to investigate. If it still hangs without the plugins, I'd need to see the zypper.log to get an impression of what actually happens. If it's still in "Applying delta", try to set 'download.use_deltarpm = false' in /etc/zypp/zypp.conf:
## ## Whether to consider using a .delta.rpm when downloading a package ## ## Valid values: boolean ## Default value: true ## ## Using a delta rpm will decrease the download size for package updates ## since it does not contain all files of the package but only the binary ## diff of changed ones. Recreating the rpm package on the local machine ## is an expensive operation (memory,CPU). If your network connection is ## not too slow, you benefit from disabling .delta.rpm. ## # download.use_deltarpm = true download.use_deltarpm = false
-- You are receiving this mail because: You are on the CC list for the bug.