Bug 4026 - Hiveconf crashes if no config files
Summary: Hiveconf crashes if no config files
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Other (show other bugs)
Version: 3.2.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Peter Åstrand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-13 10:47 CEST by Peter Åstrand
Modified: 2017-08-29 13:29 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Peter Åstrand cendio 2011-10-13 10:47:43 CEST
When conf.d is empty, one gets:

Traceback (most recent call last):
  File "/opt/thinlinc/sbin/../libexec/tl-setup.py", line 1158, in <module>
    main()
  File "/opt/thinlinc/sbin/../libexec/tl-setup.py", line 1082, in main
    ask_for_admin_email()
  File "/opt/thinlinc/sbin/../libexec/tl-setup.py", line 575, in ask_for_admin_email
    addr = hive.get_string("/vsmserver/admin_email", "")
AttributeError: 'NoneType' object has no attribute 'get_string'

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