Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
dracut
0063-90multipath-Install-libgcc_s-library.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0063-90multipath-Install-libgcc_s-library.patch of Package dracut
From 5663e58535567b1566f17b316fab77b467de21e0 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke <hare@suse.de> Date: Wed, 11 Jun 2014 10:16:46 +0200 Subject: 90multipath: Install libgcc_s library multipathd is using pthreads, which require libgcc_s for pthread_cancel to work. Without it multipathd might crash with SIGABRT. Signed-off-by: Hannes Reinecke <hare@suse.de> --- modules.d/90multipath/module-setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/modules.d/90multipath/module-setup.sh b/modules.d/90multipath/module-setup.sh index 0149df9..7b20709 100755 --- a/modules.d/90multipath/module-setup.sh +++ b/modules.d/90multipath/module-setup.sh @@ -89,6 +89,7 @@ install() { inst $(command -v partx) /sbin/partx inst_libdir_file "libmultipath*" "multipath/*" + inst_libdir_file 'libgcc_s.so*' if dracut_module_included "systemd"; then inst_simple "${moddir}/multipathd.service" "${systemdsystemunitdir}/multipathd.service" -- 1.8.4.5
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor