I've solved it !!!
It had to do with adding the user to the corresponding group.
WARNING. Any further change of the following file may corrupt your system.
1.- let's backup the /etc/group file
Quote:
|
sudo cp /etc/group /etc/group.bak
|
2.- Open the file with your favorite text editor
3.- Search in the file the line that starts with "admin". It sould look something like this:
4.- and add your current username at the end of the line. My username is "jazzbach" so, it should look something like this:
5.- Save the file and restart your computer