shutdown and mount need password

Asked by swarfendor437

Usint a derivative of Ubuntu 14.04 usind a Cairo-Dock DE that I installed (and I also installed full Gnome DE). Am the only user on the machine - when I want to mount or unmount external drive I now have to provide a password - same for shutting down - very annoying for home PC user. Is this due to updates in kernel 3.13.0-35-generic? And the move to systemd from systemvinit in readiness for 14.10?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu systemd Edit question
Assignee:
No assignee Edit question
Solved by:
swarfendor437
Solved:
Last query:
Last reply:
Revision history for this message
swarfendor437 (pc-athome) said :
#1

Typo error on Usint - should read 'Using'

Revision history for this message
Thomas Krüger (thkrueger) said :
#2

Which derivative are you using? Please note that we do support for the official derivatives of Ubuntu only.
https://wiki.ubuntu.com/DerivativeTeam/Derivatives

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

What is the output of :

cat /etc/issue; lsb_release -a; head /etc/apt/sources.list

Thanks

Revision history for this message
swarfendor437 (pc-athome) said :
#4

Hi it is ZorinOS - and this call can now be closed - it went as soon as it appeared! Very weird indeed - happened for a couple of days but since stopped.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

Please use the Zorin forums as you are using Zorin. Yhis is Ubuntu support, not Zorin.

Revision history for this message
Jamie Powell (jamiepowell) said :
#6

export XDG_RUNTIME_DIR="/run/user/$UID"
export DBUS_SESSION_BUS_ADDRESS="unix:path=${XDG_RUNTIME_DIR}/bus"
https://resume-examples.com
What is the output on your system for the commands

echo $XDG_RUNTIME_DIR
echo $DBUS_SESSION_BUS_ADDRESS
ls -l /run/user/$UID
ls -l /run/user/$UID/bus