Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger is trying to grep some /usr/bin files when debug starts #66

Open
igorcavalcante opened this issue Feb 13, 2024 · 2 comments
Open

Comments

@igorcavalcante
Copy link

First of all. Thanks for the project.
Secondly: Receiving this error when I try to start the debugger:
The debugger works as well, but do not understand why it's trying to execute these commands.

[dap-js] JS Debugger stderr: grep: /usr/bin/rscsi: Permission denied
grep: /usr/bin/cdrecord: Permission denied
grep: /usr/bin/cupsd: Permission denied
grep: /usr/bin/readcd: Permission denied
grep: /usr/bin/wodim: Permission denied
grep: /usr/bin/icedax: Permission denied
grep: /usr/bin/readom: Permission denied
grep: /usr/bin/groupmems: Permission denied
grep: /usr/bin/cdda2wav: Permission denied

This only happens when I try to run a chrome debug.

Don't know why, I saw this other thread: #8 but I think I'ts not related. Ty by the way

@bjornsnoen
Copy link

@igorcavalcante have you figured anything out here? Also getting this every time I debug and it's quite annoying. My list is a bit different, but definitely the same root:

[dap-js] JS Debugger stderr: grep: /usr/bin/groupmems: Permission denied                                                       
grep: /usr/bin/django-admin3.py: No such file or directory                                                                     
grep: /usr/bin/cupsd: Permission denied                                                                                        
grep: /usr/bin/superslicer-gcodeviewer: No such file or directory     

@victoragcosta
Copy link

I'm having the same issue. I'm using on WSL and had my docker not initialized, so it was giving out errors about not finding the docker commands (it's what happens when you don't start docker before WSL shell). After running docker and re-running the shell and nvim, I got this error:

[dap-js] JS Debugger stderr: grep: /usr/bin/X11: warning: recursive directory loop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants