Autor Tópico: [Resolvido] Firestarter não inicia no Ubuntu 10.04 LTS  (Lida 1933 vezes)

Offline ubu4ever

  • Usuário Ubuntu
  • *
  • Mensagens: 695
    • Ver perfil
[Resolvido] Firestarter não inicia no Ubuntu 10.04 LTS
« Online: 20 de Setembro de 2010, 17:36 »
Pessoal, meu Firestarter não quer iniciar com o Ubuntu 10.04.

Arquivo sudoers:
Código: [Selecionar]
# /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the man page for details on how to write a sudoers file.
#

Defaults        env_reset

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
root    ALL=(ALL) ALL
Defaults:usuario timestamp_timeout=0

# Allow members of group sudo to execute any command after they have
# provided their password
# (Note that later entries override this, so you might need to move
# it further down)
%sudo ALL=(ALL) ALL
#
#includedir /etc/sudoers.d

# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
%admin ALL= NOPASSWD: /usr/sbin/firestarter

Comando no Startup Applications:
Código: [Selecionar]
sudo /usr/sbin/firestarter --start-hidden
EDIT:

Solução: comentar a linha "%sudo ALL=(ALL) ALL".
« Última modificação: 20 de Setembro de 2010, 17:47 por gcclt »