Why I cannot add anything? When I try to add my answer I got this:
Forbidden
You don't have permission to access /posting.php on this server.
Ok. I made it.
How did you make the original system's root without password?
I make it like this:
- Code: Select all
sudo passwd -d root
sudo nano / etc / pam.d / common-auth
Find line with: pam_unix.so and at end of this line change it nullok_secure to nullok or add nullok if not exist.
Additional questions: Did you change etc/sudoers? If so, what changes did you make?
- Code: Select all
sudo visudo
And under the line %sudo I am adding this:
- Code: Select all
jessie ALL=(ALL) NOPASSWD : ALL
... or the output of the command 'cat /proc/cmdline' from the running live system.
- Code: Select all
BOOT_IMAGE= / live / vmlinuz quiet initrd= / live / initrd.img boot=live ip=frommedia union=aufs
I noticed that in the running refracta system when I try to launch gparted from system menu, gksu does not accept any password. But launching gparted from terminal with sudo, have no problem.