Bug 457451 - ltsp-server-initialize 5.1.13-2 mis-uses ipcalc
Summary: ltsp-server-initialize 5.1.13-2 mis-uses ipcalc
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ltsp
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Warren Togami
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-07-31 18:11 UTC by David Johnston
Modified: 2008-08-07 22:01 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-08-07 22:01:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch for ipcalc bug in ltsp-server-initialize (680 bytes, patch)
2008-07-31 18:11 UTC, David Johnston
no flags Details | Diff

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


Note You need to log in before you can comment on or make changes to this bug.