- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
run install by root, but always get error : "root is not in the sudoers file. This incident will be reported." why installer try to 'sudo'?
Created ‎02-05-2016 01:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I checked all files requiered FQDN in /etc/sysconfig/network, /etc/hosts.., and add root ALL=(ALL) NOPASSWD: ALL at end of sudoers file. why it always complain about root is not in sudoers file? and error only occurs when you do 'sudo' as root user.
is it possible a bug in installer?
Created ‎02-05-2016 07:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can you please print output of /etc/sudoers file ?
If you have added your user to sudousr file then the cleanest way of doing things is probably to grant the root group to your user. For instance,
to add user oracle to the admin group:
usermod -aG root root
Created ‎02-05-2016 04:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Robin Dong Any updates?

- « Previous
-
- 1
- 2
- Next »