Can't Wake up Endeavour After Sleep

You need to do it from the live session.

Worth a try!

Only complaining about sudoers now.

[jozey@jozeywhales ~]$ sudo pacman -Syu
sudo: /etc/sudoers.d is owned by uid 1000, should be 0
[sudo] password for jozey: 
jozey is not in the sudoers file.

maybe should have entered chown root:root /etc/sudoers.d instead of
chown root:root /etc/sudoers?

EDIT: That didn’t do it. I guess it has to be the sudoers file which isn’t accessible except by …

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

Have Sudo working again by uncommenting the bottom 2 lines below in etc/sudoers.
Still have the complaint though about wrong uid…
sudo: /etc/sudoers.d/10-installer is owned by uid 1000, should be 0 .

## User privilege specification
##
root ALL=(ALL:ALL) ALL
## Uncomment to allow members of group wheel to execute any command
# %wheel ALL=(ALL:ALL) ALL
## Same thing without a password
# %wheel ALL=(ALL:ALL) NOPASSWD: ALL
## Uncomment to allow members of group sudo to execute any command
# %sudo	ALL=(ALL:ALL) ALL
## Uncomment to allow any user to run sudo if they know the password
## of the user they are running the command as (root by default).
**Defaults targetpw  # Ask for the password of the target user**
**ALL ALL=(ALL:ALL) ALL  # WARNING: only use this together with 'Defaults** targetpw'

## Read drop-in files from /etc/sudoers.d
@includedir /etc/sudoers.d

A final note on the original issue of not waking up after sleeping. …
I installed the Nvidia driver for my GPU using this method , and followed this post from Melways to get waking from sleep resolved.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.