12.10 system log viewer not working

Asked by Terry Scott

I have a third party medical software which I use to monitor my condition.
The medical hardware manufacturer only supplies Windows software with MAJOR restrictions on who uses it.
Under 12.04, since upgrading my montherboard, the third party software works fine.
Under 12.10, it only works under GNOME-user panel without effects.

I am trying to track what is happening b ut the system log viewer doesn't work.
I'ver tried re-installing but without success

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu ubuntu-meta Edit question
Assignee:
No assignee Edit question
Solved by:
Sam_
Solved:
Last query:
Last reply:
Revision history for this message
Best Sam_ (and-sam) said :
#1

Update the system, there was a bug about gnome-system-logviewer not opening, which was fixed.
http://changelogs.ubuntu.com/changelogs/pool/main/g/gnome-system-log/gnome-system-log_3.6.0-0ubuntu1.1/changelog

Alternatively it can be opened via terminal:
gnome-system-log

or
cat /var/log/syslog | less

or
less /var/log/syslog

or last 30 lines
tail -30 /var/log/syslog

Logfiles are in /var/log and can be opened with a text editor.

Revision history for this message
Terry Scott (terrykscott57) said :
#2

Ran software updater and found gnome-system-logviewer update waiting to be installed.
Must have been released for installing over the last few days.
Installed the update, viewed logs successfully

Thanks for your help

Revision history for this message
Terry Scott (terrykscott57) said :
#3

Thanks Sam_, that solved my question.