Results 1 to 6 of 6
Every time I enter a sudo command in terminal I always end up with the following error code
Code:
sysadmin is not in the sudoers file. This incident will be ...
- 08-10-2008 #1
Need help with Terminal
Every time I enter a sudo command in terminal I always end up with the following error code
Code:sysadmin is not in the sudoers file. This incident will be reported.
- 08-10-2008 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Is sysadmin your user and the one you set up during installation? If not you will need to add yourself to the admin group. This will of course require you to use the original user you created during installation.
If it is not your installation the error is because you shouldn't be using sudo/root commands.
- 08-10-2008 #3
sysadmin is the user i set up during installation.
- 08-10-2008 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Can you run the following command in a terminal for me please
Code:groups $USER
- 08-11-2008 #5Code:
sysadmin adm dialout fax cdrom floppy tape audio dip video plugdev netdev lpadmin powerdev scanner
- 08-11-2008 #6Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Right, you don't seem to be in the 'admin' group but you are listed as being in 'adm' which I understand is the same (or similar).
You can add yourself to the group by booting into single mode and editing /etc/group - check out this link.


Reply With Quote
