my /etc/sudoers file is now:
---
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#

# Host alias specification

# User alias specification

# Cmnd alias specification

# Defaults

Defaults        !lecture,tty_tickets,fqdn

# User privilege specification
root    ALL=(ALL) ALL

# Added by Ubuntu installer
my_user    ALL=(ALL) ALL

# Members of the admin group may gain root privileges
# %admin ALL=(ALL) ALL
%admin  ALL=(ALL) ALL
---
I have

$ sudo addgroup admin
Añadiendo el grupo «admin» (1004)...
Hecho.
$ sudo adduser alex admin
Añadiendo el usuario `myuser' al grupo `admin'...
Hecho.


Still no luck :(

(i asume that a reboot is no needed)

-- 
Some System>Administration> menu entries no longer works
https://launchpad.net/bugs/70490

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to