Bug 457451

Summary: ltsp-server-initialize 5.1.13-2 mis-uses ipcalc
Product: [Fedora] Fedora Reporter: David Johnston <david>
Component: ltspAssignee: Warren Togami <wtogami>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9   
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: 2008-08-07 22:01:04 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:
Attachments:
Description Flags
patch for ipcalc bug in ltsp-server-initialize none

Description David Johnston 2008-07-31 18:11:07 UTC
ltsp-server-initialize fails if the network parameters aren't correctly set in
/etc/ltsp/

The code to calculate default network and broadcast currently gives
NETWORK=NETWORK=192.168.0.254
BROADCAST=BROADCAST=192.168.0.255

It should give
NETWORK=192.168.0.254
BROADCAST=192.168.0.255

Here's a patch to fix it.

Comment 1 David Johnston 2008-07-31 18:11:07 UTC
Created attachment 313123 [details]
patch for ipcalc bug in ltsp-server-initialize

Comment 2 Warren Togami 2008-08-07 22:01:04 UTC
included in the upcoming ltsp-5.1.15