Questions tagged [linode]

Linode is a virtual server hosting business that specializes in Linux boxes.

Linode is a virtual server hosting business that specializes in Linux boxes.

285 questions
0
votes
0 answers

Linux server ssh connection wont authenticate my account using ssh key gen and prompts me for password

I am facing an issue in Ubuntu 22.04.2. where I am unable to SSH into a remote server using a copied public key. I have generated an SSH key pair on my local machine using a bash terminal, and I have successfully copied the public key (id_rsa.pub)…
0
votes
1 answer

nmap shows 8080/tcp open http-proxy on centos 7 VPS but lsof shows nothing for that port

Im running a Centos 7 VPS server for the past several years. Originally when I set it up I didnt install any firewall (iptables specifically) because I was under the impression the host (linode) needed them open to admin the box from their side. …
Tim
  • 203
  • 1
  • 9
0
votes
0 answers

Trying to access to my server's Cpanel (:2083) gets resolved as localhost:2083, not found

I'm currently working on a Linode Ubuntu 20.04 VPS with a cPanel installation. Upon trying to access to the control panel (:2083), the browser resolves the IP to localhost:2083 and fails to open the control panel. I've setup my /etc/hosts…
0
votes
0 answers

Linode instance not responding to SSH/HTTP except when through GitHub Action

I have a Linode instance configured to run Django with Apache, and it has been working fine for the last 6 months. The instance runs on Ubuntu on shared CPU, with the kernal being "Latest 64 bit (6.0.10-x86_64-linode158)". We also have a GitHub…
Neil Lu
  • 1
  • 2
0
votes
1 answer

: High CPU Usage By adr_character Command

My linode server is running on UBUNTU 20.4 + nginx. Recently my cpu usage increased up to 100%. At first I thought PM2 caused the problem. Uninstall PM2 but the problem still exists. Even rebooting did not solve the problem When I run this command, …
bapak71
  • 1
  • 1
0
votes
0 answers

Recovering a persistent volume across Linode k8s clusters

I upgraded my Linode k8s cluster to 1.24 and then fonud out that mediawiki isn't compatible with k8s 1.24. Linode support has recommended that I create a new cluster that is version 1.23, and then attach the pv volumes to that cluster, create new…
Nate Houk
  • 143
  • 7
0
votes
1 answer

Mysql database often stops and won't restart

Server: Linode Dedicated 4G Ubuntu 18.04, Webmin + Virtualmin Every now and then, mysql server stops and fails on restarting. Here is the logs I was able to find: Apr 11 20:54:57 bamboo kernel: [ 2082.915857] [ 7664] 112 7664 406072 46295 …
shenkwen
  • 199
  • 2
  • 14
0
votes
0 answers

skip openssh-server configuration on apt-get upgrade

When I'm trying to upgrade Ubuntu 20.10 on Linode, it stucks on one configuration prompt. How can I skip it? Using -qy didn't help, as shown below. The code: set DEBIAN_FRONTEND=noninteractive apt-get update -qy apt-get upgrade -qy -o…
Dani-Br
  • 101
  • 1
0
votes
1 answer

MySQL CPU usage difference between my local server and Linode server

I have 2 similar servers, one on my local computer, the other on Linode. OS is Ubuntu 20.04 LTS on both. When I import a large database into MySQL, my local computer uses less than 10% of CPU while the Linode server uses 100% of CPU. So Linode…
Sam Kong
  • 883
  • 1
  • 8
  • 10
0
votes
0 answers

Rescue Tip: Wrong library file installation damaged Ubuntu 18.04 after upgrade

There was an old Ubuntu 14.04 linode.com instance which I attempted to upgrade to 18.04. Some Dependencies where somehow not upgraded anyway. So I attempted to install corresponding deb file from Ubuntu server (as it was not in repo) The following…
TELA
  • 33
  • 5
0
votes
1 answer

My app became unreachable after some time

I have an Vue.js app running on Linode at strks.rs using Nginx I am running it with nginx and I can not find any erros, nginx synatax is ok server is running and i tried flushing DNS and restarting nginx domain is active but it does not lead to my…
idi begaj
  • 3
  • 1
0
votes
1 answer

nginx: how to serve multiple site on same domain name without virtual hosting?

I'm new of nginx. I read some documentation to install it and configure it with drupal 8. I have my server installed on linode. i access through ip address, not virtual host. My drupal is located in var/www/html/d8/web. So, to access my drupal site…
0
votes
1 answer

Reverse DNS from a cloned linode

I have cloned a linode1 that is linked to mydomain.com and the reverse DNS is li19034-215.members.linode.com; the reverse DNS of the cloned linode is also li19034-215.members.linode.com; I wouls like to delete the reverse DNS and assign it to the…
0
votes
1 answer

A TLS fatal alert has been received with exim4 in debian 9

I am trying to configure my server to send mail and I receive an "TLS fatal alert" error every time I try to send mail. I have followed the steps indicated in this post related to my problem to try to overcome the problem, but it finally gives me…
M. Galardi
  • 1
  • 1
  • 2
0
votes
1 answer

Ngnix Closes The Connection Doesn't Return 301

struggling to get my hosts to work on port 80/HTTP and redirect to HTTPS. Discovered this when I gave out a URL and they said it didn't work but noticed a direct link to the site did work. I've done some digging and it looks like nginx isn't…