Re: How to set the locale?

2016-11-20 Thread Danilo Šegan
У нед, 20. 11 2016. у 21:47 -0600, Leo Arias пише: > > subprocess.check_call('export LANG=en_US.UTF-8', shell=True) > subprocess.check_call('export LANGUAGE=en_US.UTF-8', shell=True) > subprocess.check_call('export LC_ALL=en_US.UTF-8', shell=True) > subprocess.check_call(['locale-gen', 'en_US.UTF-

Re: MAAS Commissioning Failed timed out after 0:20:00

2016-10-10 Thread Danilo Šegan
I've had this when networking configuration is inappropriate.  A useful debugging tool is using "virt-manager" to connect to the system running VMs (use "qemu+ssh://username@hostname/system" as the URL to connect to), and then look at the actual console while the VM is being commissioned. Cheers, D