Chadrick's Blog

  • Posts

error fix

error fix

ssh local port forwarding and error fix for “channel 3: open failed: connect failed: Connection refused”

My Scenario I have a remote server(4.4.4.4) where I am running a python django webserver on port 8008. However, the remove server is only allowing ssh port 32686, which means that I cannot directly access remote server at port 8008 to view the webserver. This is why I am local Read more…

By chadrick_author, 2 years ago
error fix

error fix: “OpenBLAS blas_thread_init: pthread_create failed for thread 27 of 36: Resource temporarily unavailable”

Problem When I tried to run a python script using numpy, it gave the following error. Solution found a solution from here from the shell, execute the following

By chadrick_author, 3 years3 years ago
error fix

cd not working in sh script

problem I had a shell script like the following and I was trying to run it with $ sh somescript.sh but it kept failing with the error something liek “cd: no directory”. Solution After resaving the script file with LF instead of CRLF, the script worked. I was using intellij Read more…

By chadrick_author, 3 years3 years ago
error fix

fixing intellij remote password not properly saved error

Problem After windows update, for some reason I have to keep re-entering remote server passwords whenever I start intelliJ and work on a remote server. This did not happen before. Before this problem happened, I only need to enter the password once, save it, and it would not ask the Read more…

By chadrick_author, 3 years ago
error fix

add custom domain resolution in linux(could not resolve hostname error fix)

Problem when the local machine is having problems resolving domain name. This can happen when using domain names that are not public but setup in corporate intranet setups. Below is an example error message that I got when trying to git clone from corporate github which is not open to Read more…

By chadrick_author, 3 years3 years ago
error fix

“X11 proxy: Unsupported authorisation protocol” error fix

when calling nautlius on a remote server, I got the following error message. I was using MobaXterm, with X11 forwarding option on. Cause & Solution For my case, this was due to .Xauthority file lock down. from my home directory(/home/user), here is the ls output from googling, the “-c” and Read more…

By chadrick_author, 3 years3 years ago
error fix

git error when checkout remote branch

I am currently in some branch and want to checkout to a remote branch named dev1 which is not yet existent in local git. So I tried calling, but it gave me an error. BTW, fetching worked fine and did not complain. So I tried but got error: I checked Read more…

By chadrick_author, 3 years3 years ago
error fix

downgrading cudnn version to match CUDA version

check current version of cudnn my current gpu uses CUDA10.0 which can be verified from nvidia-smi The current version of cudnn is meant for CUDA10.1. It seems that this somehow creates a conflict and I cannot load and run my model in tensorflow-gpu 1.13.1. In order to fix this, I Read more…

By admin, 4 years4 years ago
error fix

easy fix for bash script file unexpected end of file error

open with vi, and execute :set fileformat=unix and save the file. referred from here.

By chadrick_author, 4 years ago
error fix

encountering “ModuleNotFoundError: No module named ‘_posixsubprocess'” error when running nvsysinfo

even confirming nvsysinfo is installed through apt, running nvsysinfo with sudo or even in root account produces the following error. I tried reinstalling subprocess32module but it did not fix the problem. However, checking out the nvsysinfo exec file which is a bash script file that practically launched a nvsysinfo.py file Read more…

By chadrick_author, 4 years ago

Posts navigation

Previous 1 2 3 Next
Recent Posts
  • fix blank plot when using plotly in jupyter lab
  • pylance stuck on “Searching for source files”
  • paper review: “Graph Attention Networks”
  • fix “Certificate verification failed” error in apt update of docker container
  • fixing “Could not handshake: An unexpected TLS packet was received” error while apt update in docker container behind corporate proxy
Categories
  • algorithm
  • c/c++
  • cuda
  • data science
  • deep learning
  • error fix
  • kicad
  • kotlin
  • linux
  • postgres
  • python
  • pytorch
  • tensorflow
  • Uncategorized
  • web
Recent Comments
  • Andrew Mellinger on python implementation of rotating caliper algorithm
  • minhln14 on get rotation angle between two vectors
  • Anonymous on fix ‘certificate apiserver-kubelet-client not signed by CA certificate ca: crypto/rsa: verification error’ error during minikube start
  • Kartik on fix ‘certificate apiserver-kubelet-client not signed by CA certificate ca: crypto/rsa: verification error’ error during minikube start
  • radu on ssh local port forwarding and error fix for “channel 3: open failed: connect failed: Connection refused”
Archives
  • September 2022
  • July 2022
  • June 2022
  • May 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
Meta
  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • Posts
Hestia | Developed by ThemeIsle