Bug 602 - getltspcfg does not parse lts.conf file correctly for LTSP-4.0.iso
Summary: getltspcfg does not parse lts.conf file correctly for LTSP-4.0.iso
Status: ASSIGNED
Alias: None
Product: LTSP
Classification: Unclassified
Component: LTSP Core (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Jim McQuillan
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-06 07:44 UTC by Jay Hancock
Modified: 2013-03-15 13:33 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Jay Hancock 2004-05-06 07:44:31 UTC
In version 4.0 LTSP, the ltsp-4.iso file, the getltspcfg program returned
inaccurate values when parsing lts.conf, with a '#' prepending the correct
value.  I discovered that when removing the comments from the header of the
file, the problem disappeared.

i.e. the file:
#
# Comments
#

[default]
  SERVER = 192.168.0.1
  ...

  #COMMENTED_OUT_KEYS = VALUE
EOF

This config file would return #192.168.0.1 as the value.

However, the file:
[default]
  SERVER = 192.168.0.1

  #COMMENTED_OUT_KEYS = VALUE
EOF

would return the 192.168.0.1 as the value, and the thin client boots normally.

I installed LTSP-4.0 onto a RH Advanced Server 3 system.
Comment 1 chemtech 2013-03-15 13:33:05 UTC
Jay Hancock,
Do you still experience this issue with newer drivers ?
Please check the status of your issue.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.