Comment 1 for bug 797996

Revision history for this message
Dennis Baudys (thecondordb) wrote :

I can confirm the bug reported by eugenio. Same or very similar symptom here, running Ubuntu 11.10 64-bit with Unity on Samsung R710 notebook (only runs Oneiric with acpi=off boot option btw.) - The indicator just doesn't start but reports an error. Please see below.

condor@ganymed:~$ uname -a
Linux ganymed 3.0.0-13-generic #23~ppa1~loms~oneiric-Ubuntu SMP Mon Nov 21 20:33:55 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux

condor@ganymed:~$ sudo apt-cache policy indicator-cpufreq
indicator-cpufreq:
  Installiert: 0.1.4-0ubuntu1~oneiric1
  Kandidat: 0.1.4-0ubuntu1~oneiric1
  Versionstabelle:
 *** 0.1.4-0ubuntu1~oneiric1 0
        500 http://ppa.launchpad.net/artfwo/ppa/ubuntu/ oneiric/main amd64 Packages
        100 /var/lib/dpkg/status

condor@ganymed:~$ indicator-cpufreq

(indicator-cpufreq:3179): Gtk-WARNING **: Im Modulpfad »pixmap« konnte keine Themen-Engine gefunden werden,

(indicator-cpufreq:3179): Gtk-WARNING **: Im Modulpfad »pixmap« konnte keine Themen-Engine gefunden werden,

(indicator-cpufreq:3179): Gtk-WARNING **: Im Modulpfad »pixmap« konnte keine Themen-Engine gefunden werden,

(indicator-cpufreq:3179): Gtk-WARNING **: Im Modulpfad »pixmap« konnte keine Themen-Engine gefunden werden,
Traceback (most recent call last):
  File "/usr/bin/indicator-cpufreq", line 81, in <module>
    ind = MyIndicator()
  File "/usr/lib/python2.7/dist-packages/indicator_cpufreq/indicator.py", line 95, in __init__
    self.update_ui()
  File "/usr/lib/python2.7/dist-packages/indicator_cpufreq/indicator.py", line 106, in update_ui
    fmin, fmax, governor = cpufreq.get_policy(self.cpus[0])
  File "/usr/lib/python2.7/dist-packages/indicator_cpufreq/cpufreq.py", line 143, in get_policy
    policy = (p.contents.min, p.contents.max, p.contents.governor)
ValueError: NULL pointer access

Thanks in advance for looking into this.

Dennis