Bug 602

Summary: getltspcfg does not parse lts.conf file correctly for LTSP-4.0.iso
Product: LTSP Reporter: Jay Hancock <jay.hancock>
Component: LTSP CoreAssignee: Jim McQuillan <jam>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

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.