Bug 7912 - install_server logs confusing messages about old packages
Summary: install_server logs confusing messages about old packages
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Server Installer (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-27 14:46 CEST by Samuel Mannehed
Modified: 2022-05-03 12:39 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Samuel Mannehed cendio 2022-04-27 14:46:00 CEST
When running install_server on a fresh system it prints the following to thinlinc-install.log:

> 2022-04-27 11:12:45,583: *** ThinLinc installer started ***
> 2022-04-27 11:12:45,583: Architecture: x86_64
> 2022-04-27 11:12:45,583: Distribution: Ubuntu
> 2022-04-27 11:12:45,583: Package format: deb
> 2022-04-27 11:12:46,336: Analyzing upgrade path...
> 2022-04-27 11:12:46,336: Checking 'thinlinc-server_4.14.0post-2594_amd64.deb'...
> 2022-04-27 11:12:46,365: Failed to get information about package 'thinlinc-server'
> 2022-04-27 11:12:46,365:     dpkg-query: no packages found matching thinlinc-server
> 2022-04-27 11:12:46,383: Failed to get information about package 'thinlinc-vnc-server'
> 2022-04-27 11:12:46,383:     dpkg-query: no packages found matching thinlinc-vnc-server
> 2022-04-27 11:12:46,394: Failed to get information about package 'thinlinc-vsm'
> 2022-04-27 11:12:46,394:     dpkg-query: no packages found matching thinlinc-vsm
> 2022-04-27 11:12:46,405: Failed to get information about package 'thinlinc-rdesktop'
> 2022-04-27 11:12:46,405:     dpkg-query: no packages found matching thinlinc-rdesktop
> 2022-04-27 11:12:46,423: Failed to get information about package 'thinlinc-tladm'
> 2022-04-27 11:12:46,423:     dpkg-query: no packages found matching thinlinc-tladm
> 2022-04-27 11:12:46,434: Failed to get information about package 'thinlinc-webaccess'
> 2022-04-27 11:12:46,435:     dpkg-query: no packages found matching thinlinc-webaccess
> 2022-04-27 11:12:46,446: Failed to get information about package 'thinlinc-tlmisc-libs32'
> 2022-04-27 11:12:46,446:     dpkg-query: no packages found matching thinlinc-tlmisc-libs32
> 2022-04-27 11:12:46,457: Failed to get information about package 'thinlinc-tlmisc-libs'
> 2022-04-27 11:12:46,457:     dpkg-query: no packages found matching thinlinc-tlmisc-libs
> 2022-04-27 11:12:46,469: Failed to get information about package 'thinlinc-tlmisc'
> 2022-04-27 11:12:46,469:     dpkg-query: no packages found matching thinlinc-tlmisc
> 2022-04-27 11:12:46,480: Failed to get information about package 'thinlinc-tlprinter'
> 2022-04-27 11:12:46,480:     dpkg-query: no packages found matching thinlinc-tlprinter
> 2022-04-27 11:12:46,480: Version to install: 4.14.0post-2594_amd64
> 2022-04-27 11:12:46,480: Current version(s): 
> 2022-04-27 11:12:46,480: Packages to install: thinlinc-server_4.14.0post-2594_amd64.deb
> 2022-04-27 11:12:47,247: Installing package(s): thinlinc-server_4.14.0post-2594_amd64.deb
> 2022-04-27 11:12:50,527: Installation complete.
> 2022-04-27 11:12:50,527: Starting tl-setup...


The messages about "Failed to get information about package..." look confusing to me. I wouldn't be surprised if some admins got worried by reading those lines, it looks a bit like some type of error.

Since it mentions thinlinc-rdesktop and other old package names I guess this is caused by some type of compatibility code in install_server. This information is not useful to the admin.

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