Modify

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#8602 closed enhancement (fixed)

System info very detailed for Windows, but not for Linux

Reported by: stoecker Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: Cc:

Description (last modified by Don-vip)

The recently introduced OS addition (r5819) allows us to track used OS. Thought for Linux it only shows "Linux". The result of commandline call "lsb_release -is" should be appended (when successful and without exception). This call returns vendor name like openSUSE or uBuntu.

@team: Anyone who knows better than me how to call an external tool (must we Java-Applet save code with fallback to ignore error)!

Should be called only when os.name is "Linux".

Maybe move the whole os-determination call into the Plattform Hook?

Attachments (0)

Change History (7)

in reply to:  description comment:1 by Don-vip, 12 years ago

Replying to stoecker:

Maybe move the whole os-determination call into the Platform Hook?

Yep. We can add further info even for Windows systems (32 or 64bits for example)

comment:2 by Don-vip, 12 years ago

lsb_release -ds produces nicer output:

lsb_release -ds
Debian GNU/Linux 6.0.7 (squeeze)

comment:3 by Don-vip, 12 years ago

Description: modified (diff)

comment:4 by Don-vip, 12 years ago

Resolution: fixed
Status: newclosed

In 5850/josm:

fix #8602 - More detailed OS version info for Linux and Windows systems

comment:5 by Don-vip, 12 years ago

In 5851/josm:

see #8602, #8571 : use detailed OS info in status report

comment:6 by stoecker, 12 years ago

Improved style a bit it [5852:5853], so we have a common OS identifier again.

comment:7 by Don-vip, 12 years ago

In 5873/josm:

see #8571, #8602, #8606: Remove "Operating system" line from status report header as it is now fully included in Agent string

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.