Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [windows-subsystem-for-linux]

The Windows Subsystem for Linux (WSL) lets users run a GNU/Linux environment on top of the Windows operating system. It includes support for Linux-based command-line tools ELF-64 binaries, and more.

windows-subsystem-for-linux
0 votes
0 answers
3 views

Can i use Maestro Studio with Wsl2 , when i m using physical device as an emulator

I m using Maestro tool with windows subsystem for linux , and i m using physical device as an emulator. It is working properly because when i run adb devices my physical device is showing in the list ...
sameer addi's user avatar
0 votes
0 answers
16 views

Error response from daemon: error while creating mount source path '/var/www/todo/todo-app': mkdir /var/www: read-only file system

todo-app/docker-compose.yml version: '3.8' services: laravel: build: context: . dockerfile: Dockerfile ports: - "8080:8080" env_file: - .env ...
Fil's user avatar
  • 8,645
0 votes
0 answers
13 views

Error in system(cmd, intern = intern, ignore.stdout = ignore.stdout, ignore.stderr = ignore.stderr)

I am running an R script that uses cifti and am getting this error: Error in system(cmd, intern = intern, ignore.stdout = ignore.stdout, ignore.stderr = ignore.stderr) : error in running command ...
Edy's user avatar
  • 1
0 votes
0 answers
9 views

Setting up VimTeX with forward search in WSL2

ive got neovim with VimTeX installed on WSL2 Ubuntu. LaTeX Compilation works well but using :VimtexView to open the pdf shows the error 'Viewer cannot find Zathura windows ID' I have vcsrv installed ...
blaimi's user avatar
  • 13
0 votes
1 answer
23 views

Cloning specific Git repo from inside WSL2 fails

I recently set up Ubuntu 24.04 LTS Noble Numbat inside of Windows Subsystem for Linux version 2 on a system running Windows 10 22H2 on a secure enterprise network (with proxies and firewalls). It has ...
Joshua Schroijen's user avatar
0 votes
0 answers
19 views

Clion can't Identify functions form head file in WSL2

I use clion with WSL2 toolchain. When i include ncurses.h(has already been insntalled) and use "initsrc()", The IDE is giving me an error that it cannot resolve the symbol.But the file can ...
baicanyuzhuzhu's user avatar
0 votes
0 answers
13 views

How to update alpine linux in WSL2? [closed]

I installed Alpine 3.17 from Windows Store and want to update to 3.20. I followed the instructions from Alpine wiki (https://wiki.alpinelinux.org/wiki/Upgrading_Alpine) I changed /etc/repositories ...
starkipraggy's user avatar
0 votes
0 answers
27 views

psycopg2 and PostgreSQL --- FATAL: password authentication failed for user "xyz"

connection to server at "localhost" (127.0.0.1), port 5432 failed: FATAL: password authentication failed for user "xyz" I have changed contents of /etc/postgresql/14/main/pg_hba....
Leonardo Hernandez's user avatar
0 votes
1 answer
39 views

Client-Server Connection Timeout in WSL

I am working on a project where I have a TCP server running inside WSL2 on a Windows machine, and I'm trying to connect to this server from a client running on another machine on the same local ...
Carlos Valeriano's user avatar
1 vote
0 answers
54 views

VSCode on wsl2 cant find gcc/g++

I try to run a .c with vscode on a wsl environment. I have both gcc and g++ installed. I verified that on a vscode terminal as explained in the guide. Í also have all the necessary extensions ...
proton's user avatar
  • 411
0 votes
0 answers
22 views

Missing PATH variable on WSL 2 relaunch in VS Code (Ubuntu)

To be more precise, I am facing an issue with PDM. The error is: "Command 'pdm' not found...". When I run WSL directly from the Windows Start menu, the issue does not occur. I am able to run ...
  Melleo's user avatar
0 votes
0 answers
29 views

Crash on WinDbg remote debugging of gdbserver on 32 bit elf

I am trying to use gdbserver in WSL to debug programs with Windbg, but getting a crash of the dbgserver with the following output: Process ./program created; pid = 454 Listening on port 1234 Remote ...
Yovboy's user avatar
  • 85
0 votes
0 answers
28 views

EasyMotion plugin doesn't load automatically on Vim startup in WSL Ubuntu

I am using Windows with WSL (Windows Subsystem for Linux) running Ubuntu. In my Vim setup, I have the EasyMotion plugin installed. However, the plugin does not load automatically when I start Vim. I ...
eclipse's user avatar
0 votes
0 answers
23 views

selenium on WSL2 doesn't open firefox (ubuntu)

My code for web scraper is: from selenium import webdriver from selenium.webdriver.firefox.service import Service as FirefoxService from selenium.webdriver.firefox.options import Options from ...
Polona Premrl's user avatar
0 votes
0 answers
24 views

How do I configure my WSL to make resizeable work for tkinter or swing?

I tried to make a window in both Java and Python, both Swing and TKinter have a method that blocks resizing but it doesn't work if I'm running in WSL. Is there any way to fix this? I tried using ...
Breno Lima's user avatar

15 30 50 per page
1
2 3 4 5
397