Interface for hardware temperature monitoring

Bug #1771793 reported by Barry Price
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Snappy
Invalid
Undecided
Unassigned

Bug Description

I'd like to be able to snap an app that uses the /sys/class/hwmon tree for hardware temperature monitoring (which on my system at least actually contains symlinks to /sys/devices/virtual/hwmon), e.g.:

/snap/myapp/x1/lib/python2.7/site-packages/psutil/_pslinux.py:1160: RuntimeWarning: ignoring IOError(13, 'Permission denied') for file '/sys/class/hwmon/hwmon0/temp1_input'
  RuntimeWarning)
/snap/myapp/x1/lib/python2.7/site-packages/psutil/_pslinux.py:1160: RuntimeWarning: ignoring IOError(13, 'Permission denied') for file '/sys/class/hwmon/hwmon1/temp1_input'
  RuntimeWarning)
/snap/myapp/x1/lib/python2.7/site-packages/psutil/_pslinux.py:1160: RuntimeWarning: ignoring IOError(13, 'Permission denied') for file '/sys/class/hwmon/hwmon3/temp1_input'
  RuntimeWarning)
/snap/myapp/x1/lib/python2.7/site-packages/psutil/_pslinux.py:1160: RuntimeWarning: ignoring IOError(13, 'Permission denied') for file '/sys/class/hwmon/hwmon3/temp2_input'
  RuntimeWarning)
/snap/myapp/x1/lib/python2.7/site-packages/psutil/_pslinux.py:1160: RuntimeWarning: ignoring IOError(13, 'Permission denied') for file '/sys/class/hwmon/hwmon3/temp3_input'
  RuntimeWarning)
/snap/myapp/x1/lib/python2.7/site-packages/psutil/_pslinux.py:1160: RuntimeWarning: ignoring IOError(13, 'Permission denied') for file '/sys/class/hwmon/hwmon4/temp1_input'
  RuntimeWarning)

Revision history for this message
Lucy Llewellyn (lucyllewy) wrote :

This is provided by the `hardware-observe` plug.

Changed in snappy:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.