question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

sudo not working on Linux

See original GitHub issue

Version: 1.0.78 Platform: linux 4.18.0-13-generic Plugins: altair, clickable-links, quick-cmds, save-output, scrollbar, shell-selector, theme-gruvbox, title-control

Possible regression with sudo:

sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:30
  • Comments:90 (11 by maintainers)

github_iconTop GitHub Comments

7reactions
jonnyhoffcommented, Dec 21, 2021

This issue happened intermittently.

When exiting Tabby the below processes still run in the background.

$ ps -eaf|grep tabby
user    7570    3731  0 Dec20 ?        00:00:00 /opt/Tabby/tabby --type=zygote --no-zygote-sandbox --no-sandbox
user    7571    3731  0 Dec20 ?        00:00:00 /opt/Tabby/tabby --type=zygote --no-sandbox

After killing these I’m able to use sudo

pkill tabby

OS: Fedora 35

7reactions
ATiltedTreecommented, Jun 8, 2019

The problem seem to be electron v5. https://github.com/electron/electron/issues/18521

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot run any sudo command
First, you need to boot your Ubuntu system in recovery mode. You do this by rebooting and waiting for the GRUB menu to...
Read more >
Fix: sudo command not found
Hold down Ctrl, Alt and F1 or F2 to switch to a virtual terminal. Type root, push enter and then type the password...
Read more >
How to troubleshoot sudo not working? (4281429)
Technical Support will need the following information to troubleshooting sudo issues: 1 - ldd `which sudo` To check if sudo is compiled with ......
Read more >
How to Fix: sudo Command Not Found Error
First, install the sudo package to fix the problem. Open a terminal, refresh your system and run the following commands to install sudo....
Read more >
linux - sudo command is not working on Ubuntu 16.4
1- install "synaptic package manager" · 2- open app · 3- on top of page click on search box and text " sudo...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found