Bug 253987

Summary: malformed modules path in ser.cfg
Product: [Fedora] Fedora Reporter: mattias hellstrom <heson>
Component: serAssignee: Andreas Thienemann <andreas>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 7   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-29 17:56:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description mattias hellstrom 2007-08-23 13:20:31 UTC
Description of problem:
Paths to modules in the ser.cfg config file gets generated wrongly. "/usr/lib/
ser/modulessl.so"

Version-Release number of selected component (if applicable):
ser-0.9.6-10.fc7

How reproducible:
every reinstall

Steps to Reproduce:
1. yum -y install ser
2. service ser start
3.
  
Actual results:
loadmodule "/usr/lib/ser/modulessl.so"

Expected results:
loadmodule "/usr/lib/ser/modules/sl.so"

Additional info:
I guess this is due to missing trailing slash in modules path in SPEC file.
Dupe of a bug for an obsolete OS: https://bugzilla.redhat.com/bugzilla/
show_bug.cgi?id=199245

Comment 1 Andreas Thienemann 2007-08-29 17:56:02 UTC
Thanks for your report, a new ser release has been built for rawhide, fixing
this bug.