GitSquared / edex-ui

A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
GNU General Public License v3.0
40.49k stars 2.55k forks source link

Elevating privileges fails #1030

Closed Dennisbonke closed 3 years ago

Dennisbonke commented 3 years ago

Technical information

Using version:

Running on:

How comfortable you are with your system and/or IT in general:


Problem

When you try to execute sudo <cmd> or try to become root with su - root sudo complains about effective uid not being zero and su reports an authentication failure. I've attached a screenshot that shows the results. Screenshot from 2021-02-11 01-14-50

wrac4242 commented 3 years ago

hi, which distro are you using? As apparently ubuntu has switching users like that disabled by default, use sudo -i instead, if that is the case

wrac4242 commented 3 years ago

based on this thread i am also unable to replicate the issue

GitSquared commented 3 years ago

Closing as unrelated to eDEX - check your filesystem ops