Questions tagged [azure]

Microsoft Azure is a leading provider of public cloud services

Microsoft Azure is a leading provider of public cloud services, spanning IAAS and PAAS architectures.

103 questions
16
votes
1 answer

How to convert rsa key to pem using X.509 standard

I've converted an rsa key to pem using the following command openssl rsa -in ~/.ssh/id_rsa -outform pem > id_rsa.pem However when I try uploading this key to my ubuntu server hosted on Azure I get an error The certificate is in an invalid format.…
chris
  • 347
11
votes
2 answers

16.04 VirtualBox VM (from vhd file) hangs at "non blocking pool is initialized"

I'm trying to boot Canonical's Azure 16.04 .vhd file in a VirtualBox VM and it hangs at "non blocking pool is initialized". It works in Hyper-V, so it may only be a bug in virtual box (5.0.20).
Rhangaun
  • 111
8
votes
2 answers

What is the Azure VM Image URN for Ubuntu Server 20.04 LTS?

We are currently using Ubuntu Server 18.04 LTS for our self-hosted Azure VMs and looking into upgrading them to Ubuntu Server 20.04 LTS. We used the URN Canonical:UbuntuServer:18.04-LTS:latest to create our existing self-hosted Azure VMs. This…
Minreaux
  • 171
7
votes
3 answers

Is there a way to run Azure Storage Emulator on Ubuntu?

I'm trying to set up my development environment, and I need to use Azure Storage Emulator for my project. Currently I'm running the emu on a VM and my software connects to it. Is there another way to do this?
pushrbx
  • 175
4
votes
2 answers

Updating Azure Data Studio

I am using the Azure Data Studio Client App for managing Databases. Ubuntu 20.04. When I check for updates inside the AZ Data Studio i get a tar.gz in my downloads folder. No instructions as to what to do with the tar.gz. Does anyone know what I am…
4
votes
1 answer

Properly resize an Azure VM disk

I just resized a disk attached to a Linux VM (Ubuntu 18.04) on Azure, using the portal. Do I have to re-partition it now? I deallocated the machine and set the disk size to 200 Gb in the "Configuration" box, then re-booted it. On the portal, the…
John
  • 211
3
votes
2 answers

How to avoid apt-get -y dist-upgrade being interactive with waagent?

I have an Ubuntu 12.04.5 LTS created in Azure Cloud. I create it from a Jenkins powershell build that: 1. Create VM in Azure 2. Execute some remote SSH commands (among them apt-get dist-upgrade) 3. Create a Virtual Image from VM But the build…
3
votes
0 answers

Who is blocking my Docker default network?

The situation is, for a simple docker command: docker run -d -p 3128:3128 my_squid_container it works fine within my home. However, when using the same Docker container in the Azure Ubuntu server, I get: $ curl --proxy http://localhost:3128…
xpt
  • 1,197
3
votes
2 answers

sudo: /etc/sudoers is world writable on Azure

Although there are many answers to this problem, the scenario is different here: I’m using Ubuntu 18.04 on Azure. By mistake, I made sudoers file world-writable (sudo chmod o+w /etc/sudoers). There is an appropriate way to fix. For this, I need an…
Gowtham
  • 321
2
votes
3 answers

Sudo su doesn't work on Microsoft Azure

I am going to write sudo su on terminal but I get this error. sudo: unknown user: root sudo: unable to initialize policy plugin I am using Ubuntu 16.04 running on a virtual machine in the Microsoft Azure cloud. I can't login as root.
2
votes
1 answer

Lost xrdp remote desktop connection Ubuntu Server on Azure from windows

My problem is similiar to: Blank desktop when logging in via xrdp But I am also loosing the connection. I have an Ubuntu 14 Server VM in Microsoft Azure Cloud. And my laptop is Win8 X64. I am able to access to the VM console via SSH by Putty. I…
Ismail Yavuz
  • 141
  • 1
  • 9
2
votes
2 answers

Set up Landscape to run on Azure

I have installed the latest Landscape Dedicated Server packages on a Ubuntu 14.04 LTS VM on Azure and was successfully greeted by the initial setup. However, after entering name, e-mail, password, and clicking OK, it redirected me to…
2
votes
0 answers

Ubuntu on Azure - flood of sr0 errors in syslog even on new deployments

I am experiencing issues with installation of an Ubuntu server (22.04 LTS) on Azure using the standard portal options (either create VM and select Ubuntu or direct create Ubuntu server). Can anyone explain how to solve this? Just selecting the…
Bas
  • 21
2
votes
2 answers

What are these non-generic kernels ending in azure, aws, nvidia, oem, oracle, gcp and how did they get installed?

I run Ubuntu 22.04.3 LTS on a Dell laptop. I noticed that I have quite a few kernels that are non-generic, but I don't know how they got installed. The kernels ending in -azure, -aws, -nvidia, and -gcp do not work for me at all. Only the…
jmsjr
  • 153
2
votes
0 answers

xrdp not listening on port 3389

$ sudo netstat -plnt | grep rdp tcp 0 0 127.0.0.1:3350 0.0.0.0:* LISTEN 83971/xrdp-sesman As you can see xrdp is not listening on port 3389. $ tail -f /var/log/syslog May 3 04:19:36 vmName systemd[1]:…
1
2 3 4 5 6 7