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.

90 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
  • 337
  • 2
  • 3
  • 10
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
  • 1
  • 1
  • 7
7
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
  • 151
  • 1
  • 6
6
votes
2 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
  • 165
  • 1
  • 5
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…
Oscar Foley
  • 145
  • 5
3
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…
Mark Wardell
  • 207
  • 3
  • 9
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
  • 987
  • 2
  • 13
  • 31
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.
Printy Criess
  • 21
  • 1
  • 1
  • 2
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
  • 131
  • 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
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
  • 171
  • 1
  • 6
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]:…
Joel Joseph
  • 21
  • 1
  • 5
2
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
  • 291
  • 1
  • 5
  • 16
1
vote
1 answer

How do I ensure hv_utils is updating the system clock in Azure

We have Ubuntu 16.04 VMs running in Azure, and have noticed the clock has drifted ~20 seconds. The system is using a generic Ubuntu Image (Managed by our IT department, unsure of any changes/modifications that were made) and does NOT have access to…
Greg Bray
  • 276
  • 3
  • 10
1
vote
0 answers

error with sudo and without sudo

I have created an Ubuntu VM on Azure, but I have some problem when I try to install a program. Command with sudo and without sudo: ali@Azure:~$ sudo apt-get update bash: sudo: command not found ali@Azure:~$ apt-get update W: chmod 0700 of…
1
2 3 4 5 6