Skip to main content
2 votes
1 answer
56 views

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 ...
Kaine Ryder's user avatar
1 vote
1 answer
101 views

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 ...
Kungfunk's user avatar
  • 115
0 votes
0 answers
71 views

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 ...
Neston Cabral's user avatar
-1 votes
1 answer
48 views

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
Ananya Ananth's user avatar
-2 votes
1 answer
179 views

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 ...
glades's user avatar
  • 5,374
1 vote
0 answers
213 views

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 ...
Zalhera's user avatar
  • 647
0 votes
1 answer
79 views

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 ...
Nitsan BenHanoch's user avatar
0 votes
0 answers
166 views

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 ...
mahnoor.fatima's user avatar
-1 votes
1 answer
97 views

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. [...
Faith Ogundimu's user avatar
0 votes
0 answers
49 views

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 ...
Z Bokaee's user avatar
  • 105
1 vote
1 answer
117 views

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 ...
therobyouknow's user avatar
0 votes
0 answers
71 views

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 ...
user29109772's user avatar
0 votes
1 answer
396 views

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>@<...
Sachin Singh's user avatar
  • 7,297
1 vote
1 answer
95 views

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 ...
Matias's user avatar
  • 13
0 votes
1 answer
61 views

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 = ...
tpcolson's user avatar
  • 681

15 30 50 per page
1
2 3 4 5
131