1,958 questions
2 votes
1 answer
56 views
VsCode SSH Fails to Connect to CentOS: Failed to parse remote port from server output
I am consistently failing to connect to my CentOS server using the VS Code Remote - SSH extension. But I can connect and work successfully using a standard SSH client. The client PC and the server are ...
1 vote
1 answer
101 views
Remote Command Execution and Cleanup
Goal Execute long running command remotely with the following capabilities: We can kill the task with its PID If task completes, its exit code should be written to file Task should be detached from ...
0 votes
0 answers
71 views
My self hosted remote Nextjs application is unable to connect to my neon database server
My nextjs application is hosted on a remote server ( i own the remote server ) - uses prisma as ORM and neon as database. ERROR DETAILS ( server terminal ): npx prisma migrate deploy Environment ...
-1 votes
1 answer
48 views
Not able to connect to remote linux server using VScode
When I click on Connect to Remote Server in VScode, it throws this error: wget download failed vscode-cli-<commit>.tar.gz: Disk quota exceeded scp: dest open "...": Failure
-2 votes
1 answer
179 views
configure OSC52 for copying if vim not compiled with clipboard (server) [closed]
On our servers the vim instances are usually not compiled with clipboard, which makes a lot of workflows a lot less smooth than they need to be. Since I'm still usually using my custom vim ...
1 vote
0 answers
213 views
Windows RDP Client Gateway Access Token
I'm trying to build a small custom Remote Desktop Gateway in C#. Currently I have a small controller which captures the RD request from the Windows RDP Client. [Route("[controller]")] public ...
0 votes
1 answer
79 views
MariaDB nodejs connector gets timeout for remote DB, but mysql nodejs connector does connect
I've got MariaDB listening on a remote server. I am able to connect to it using the mysql npm package, but the mariadb npm package fails, reaching timeout. The same mariadb code did work when I was ...
0 votes
0 answers
166 views
PermissionError: [Errno 13] Permission denied (Slurm)
I am currently running on my university's computing nodes to train my pytorch model. My data is on the University's remote filesystem as well. I have num_workers>0 and multiple runs going on in ...
-1 votes
1 answer
97 views
Trying to Run a Jupyter Notebook inside a Container Inside a Remote Server -
When running the code I am met with ModuleNotFoundError: No module named 'urllib3.util.wait' urrlib is a package that is inside the container and built into the remote server's compute node also. [...
0 votes
0 answers
49 views
Connect to a remote server
Well, this might be a basic question but due to my limited knowledge, any help would be appreciated. I can run my code on a remote server using the terminal command python3 test.py however, once I try ...
1 vote
1 answer
117 views
Can ddev drush be used with site aliases to run drush on remote servers?
Is there anything in the setup of drush on ddev that would prevent me from running drush with a site alias? e.g. ddev drush @dev-server status ddev drush @dev-server sqlc I ask because status works ...
0 votes
0 answers
71 views
How can HuggingFaceEndpoint instance not need a quantization config or tokenizer?
My original goal was to make a base chain class so I could further instantiate a chain with a LLM of my choice (e.g. gpt-4o-mini or meta-llama/Meta-Llama-3-8B etc). I've noticed that ...
0 votes
1 answer
396 views
Unable to connect with redis server installed on remote ubuntu machine with rails
Unable to connect with redis server installed on remote ubuntu machine. I am trying:- redis = Redis.new(url: "redis://<remote ubuntu server name>:<remote ubuntu server password>@<...
1 vote
1 answer
95 views
Empty path name is not legal - DTEXEC with Powershell
I'm trying to run a DTSX with Powershell on a remote server from my local computer, but the file path variables aren't arriving in the DTSX execution so I'm getting the error "Empty path name is ...
0 votes
1 answer
61 views
Can get latest log file based on write time but can't read contents of the log file from remote server
In trying to retrieve the last 10 log entries of several remote servers I have: $prod_relational_datastore = @('computer1', 'computer2') foreach ($hostname in $prod_relational_datastore) { $path = ...