I'm usingTrusty (14.04.2) trying to run debian/jessie in lxc
what i did:
$ add-apt-repository ppa:ubuntu-lxc/daily
$ apt-get update
$ apt-get install lxc cgmanager lxcfs
then:
$ lxc-create -n jessie -t debian
$ lxc-start -n jessie
nothing seems to happen
in the syslog i see:
Jul 31 20:07:05 ubu
It is udisksd reporting
'Error performing housekeeping for drive'
'Error updating SMART data: sk_disk_check_sleep_mode: Operation not supported
(udisks-error-quark, 0)'
How does the Kernel's polling work?
Shouldn't udisks be able to tell the Kernel not to poll a drive then?
If that is possible