$ uname -a
Linux addanc 3.16.7-45-desktop #1 SMP PREEMPT Fri Oct 21 12:20:02 UTC 2016 (f3e3fc4) x86_64 x86_64 x86_64 GNU/Linux
Since installing the latest set of updates today (26/10/2016) I am unable to mount my USB disk through dolphin; the volume name appears as usual in dolphin places, but when I click on the name I get the following error message:
An error occurred while accessing 'Vid', the system responded: An unspecified error has occurred: Adding read ACL for uid 1000 to `/run/media/ajw' failed: Invalid argument
I can manually mount the drive (yawn), but I would prefer to just click on it in dolphin and have mount automatically. Can anybody point me in the right direction?
Yes indeed. I saw the sound thread (where rolling back was recommended) and so decided to roll back for that. After the roll back (about 1 minute ago, with a reboot) the USB mounts nominally again.
I had the same trouble. Then I created in /run/media a folder with my username and mounting worked again (just a workaround).
Similar to the kernel-update from 3.16.7.42 to 3.16.7.45 y noticed that also my USB-soundcard stopped working. There I could not find any workaround yet. So I got temporarly back to kernel 3.16.7.42 until the bug is fixed.
A workaround for this would be to add your user to the “audio” group.
And then you probably should add it to the “video” group as well.
In the end it’s probably better to stick with the previous kernel for now and wait for a fixed update. The problem has been identified, another update will hopefully be released in the next days.
A fixed kernel is available for testing though (see the bug report), in case you want to try that.
Another side effect was the loss of sound; after some Googling I restored this by adding my account to the “audio” group and executing the following command as root:
pam-config --add --systemd
followed by a re-boot.
Thanks for the responses, I wait for an update to restore the normal disk mount and anything else that is broken.