Bug 4873 - make-dummy-cert assumes presence of openssl
Summary: make-dummy-cert assumes presence of openssl
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Access (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.2.0
Assignee: Samuel Mannehed
URL:
Keywords: hean01_tester, prosaic
Depends on:
Blocks:
 
Reported: 2013-10-25 11:05 CEST by Pierre Ossman
Modified: 2014-04-01 16:05 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2013-10-25 11:05:21 CEST
bash-3.2# /opt/thinlinc/etc/tlwebaccess/make-dummy-cert `hostname`
/opt/thinlinc/etc/tlwebaccess/make-dummy-cert: line 19: openssl: command not found
Done.

Consider updating agent_hostname, using:
tl-config /vsmagent/agent_hostname=sunray



Multiple errors here:

1. We blindly assume the required tools are installed.
2. We don't do any error handling.
3. The documentation fails to mention requirements.
Comment 1 Pierre Ossman cendio 2013-10-25 11:07:05 CEST
More errors:

4. We don't suggest sudo for tl-config.
5. tl-config should be specified with a full path because /opt/thinlinc/bin will not be in $PATH via sudo.
Comment 2 Samuel Mannehed cendio 2014-02-12 14:33:12 CET
Fixed in revision 28417.
Comment 3 Henrik Andersson cendio 2014-03-18 13:03:36 CET
Tested using build 4289, works as expected.

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