Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.9k
'Unknown Proxy Name' Error When Attempting to Run Rust #1124
Description
Technical information
Using version:
master(running from GitHub-published source code, currentlyv2.2.8-pre)latest(latest release, currentlyv2.2.7)vX.X.X(specify other version)
Running on:
- Linux
- Windows
- macOS
How comfortable you are with your system and/or IT in general:
- I'm kind of lost, honestly
- I know what's up, I could help you run some commands or checks
- My machine is fully under my control, tell me what you need
- I attendedDefcon last year
Problem
I'm getting the following error when attempting to run any Rust tools, such as 'cargo' or 'rustup':
unknown proxy name: 'eDEX-UI-Linux-x86_64'; valid proxy names are 'rustc', 'rustdoc', 'cargo', 'rust-lldb', 'rust-gdb', 'rls', 'cargo-clippy', 'clippy-driver', 'cargo-miri', 'rustfmt', 'cargo-fmt'
I wasn't able to find a reference to this sort of error elsewhere on my own, butthis was pointed out to me elsewhere.
I'll note that Rust is running as expected outside eDEX-UI without issues.
System Information
uname-afor my system:
Linux MOONSTONE-Ubuntu 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
rustupversion:
rustup 1.24.2 (755e2b07e 2021-05-12)
cargoversion:
cargo 1.52.0 (69767412a 2021-04-21)
I can include additional details on my environment at request.
