[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2013-06-05 Thread Cerin
@David, I worked around it by simply not using vm-builder. I ended up
using the VM creation wizard in the virt-manager GUI, which worked
surprisingly well, even if it's not a command line tool.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/946022

Title:
  KVM Guest Hangs at Booting from hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-03-03 Thread Cerin
I based by scripts on the instructions at
https://help.ubuntu.com/community/JeOSVMBuilder.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/946022

Title:
  KVM Guest Hangs at Booting from hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] [NEW] KVM Guest Hangs at Booting from hard disk

2012-03-03 Thread Cerin
Public bug reported:

I tried to create an KVM Ubuntu 11.10 guest running on an Ubuntu 11.10
host by running:

sudo vmbuilder kvm ubuntu --verbose --config new_vm.cfg

My new_vm.cfg:

[DEFAULT]
arch=amd64
cpus=2
mem=4096
ip=192.168.1.10
mask=255.255.255.0
net=192.168.0.0
bcast=192.168.1.255
gw=192.168.1.1
dns=192.168.1.1
bridge=br0
user=username
name=realname
pass=password
part=/home/chris/vmbuilder.partition
tmpfs=- 
firstboot=/tmp/firstboot.sh
firstlogin=/tmp/firstlogin.sh
hostname=new_vm

[ubuntu]
suite=oneiric
flavour=server
addpkg=openssh-server, apache2, apache2-mpm-prefork, apache2-utils, 
apache2.2-common, dbconfig-common, wwwconfig-common, postgresql-9.1, 
unattended-upgrades, acpid, ntp

[kvm]
libvirt=qemu:///system

My vmbuilder.partition:

root 8000
swap 4000
---
/var 12

My firstboot.sh:

#!/bin/bash
passwd -e username
rm /etc/ssh/ssh_host*key*
dpkg-reconfigure -fnoninteractive -pcritical openssh-server

My firstlogin.sh:

#!/bin/bash
sudo dpkg-reconfigure console-setup

The command seemed to complete without error, so then I ran:

sudo virsh --connect qemu:///system start new_vm

At this point, KVM consumes 100% CPU, but the VM doesn't seem to boot. I
used virt-manager to connect to the VM's console, and all it says is
"Booting from hard disk" and it doesn't seem to proceed. I waited 30
minutes, but nothing changes.

I tried with flavour=virtual, but the result is the same.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: python-vm-builder 0.12.4-0ubuntu0.2
ProcVersionSignature: Ubuntu 2.6.32-38.83-generic 2.6.32.52+drm33.21
Uname: Linux 2.6.32-38-generic x86_64
NonfreeKernelModules: wl nvidia
Architecture: amd64
Date: Sat Mar  3 21:01:25 2012
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: vm-builder

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/946022

Title:
  KVM Guest Hangs at Booting from hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 946022] Re: KVM Guest Hangs at Booting from hard disk

2012-03-03 Thread Cerin
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in Ubuntu.
https://bugs.launchpad.net/bugs/946022

Title:
  KVM Guest Hangs at Booting from hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/946022/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 691723] Re: OpenVPN Client Ignores DNS

2010-12-22 Thread Cerin
I added those two lines to the end of my vpn.conf, which I execute like:

sudo openvpn --config vpn.conf

However, after the script reports "Initialization compete", the only
data added to my resolve.conf are two nameserver entries, neither of
which is the nameserver specified in the push command. The domain and
search entries aren't added either. Therefore, I'm still unable to
resolve domains inside the VPN.

The following are the contents of my vpn.conf file:

client
dev tun
script-security 2
proto udp
remote 10.23.45.123 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert myuser.crt
key myuser.key
comp-lzo
verb 3
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf

Are there any other directives that I should add?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.
https://bugs.launchpad.net/bugs/691723

Title:
  OpenVPN Client Ignores DNS

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 691723] Re: OpenVPN Client Ignores DNS

2010-12-17 Thread Cerin


-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.
https://bugs.launchpad.net/bugs/691723

Title:
  OpenVPN Client Ignores DNS

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 691723] [NEW] OpenVPN Client Ignores DNS

2010-12-17 Thread Cerin
Public bug reported:

Binary package hint: openvpn

The openvpn client does not correctly update /etc/resolv.conf with DNS
data provided by the openvpn server.

The log shows the client is receiving control messages containing valid
DNS.

e.g. Fri Dec 17 16:17:35 2010 PUSH: Received control message:
'PUSH_REPLY,route 10.123.10.0 255.255.255.0,dhcp-option DNS 10.123.10.12
,dhcp-option DOMAIN mydomain.com,route 10.88.0.1,topology net30,ping 10
,ping-restart 120,ifconfig 10.88.0.38 10.88.0.37'

However, I'm unable to resolve any VPN-specific domains until I manually
add the DNS and DOMAIN values to my /etc/resolv.conf. Even then, the
mechanism that normally maintains this file appears to periodically
revert the file to the original values.

I've tried installing both Network-Manager xor Wicd network managers, as
well as resolvconf, but I'm still required to manually edit
/etc/resolv.conf in order to use my VPN.

Openvpn, or some proxy program for openvpn, should update
/etc/resolv.conf with the DNS and DOMAIN received through control
messages. e.g.

domain mydomain.com
search mydomain.com
nameserver 10.123.10.12

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: openvpn 2.1.0-1ubuntu1.1
Uname: Linux 2.6.32-020632-generic x86_64
NonfreeKernelModules: wl nvidia
Architecture: amd64
Date: Fri Dec 17 16:15:17 2010
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: openvpn

** Affects: openvpn (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu.
https://bugs.launchpad.net/bugs/691723

Title:
  OpenVPN Client Ignores DNS

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 653405] Re: rabbitmq-server fails to start if hostname is unresolvable or has changed since first starting

2010-12-16 Thread Cerin
Clint, it was resolving, but I had two entries for localhost in my hosts
file, so "ping currenthostname" was coming back as "oldhostname", and I
guess this was throwing off rabbitmq. After I removed the first entry, I
was able to install the latest deb without error.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.
https://bugs.launchpad.net/bugs/653405

Title:
  rabbitmq-server fails to start if hostname is unresolvable or has changed 
since first starting

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 653405] Re: rabbitmq-server fails to start if hostname is unresolvable or has changed since first starting

2010-12-15 Thread Cerin
I also encounter the same problem using the most recent rabbitmq-
server_2.2.0-1_all.deb, so the problem's not isolated to the older 1.7.2
version.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.
https://bugs.launchpad.net/bugs/653405

Title:
  rabbitmq-server fails to start if hostname is unresolvable or has changed 
since first starting

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 653405] Re: package rabbitmq-server 1.7.2-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-12-14 Thread Cerin
This error is interfering with the installation of other packages.

Trying to install or upgrade any package causes rabbitmq-server's buggy
post-installation script to be re-run, which always fails, and this
failure seems to block the installation of some unrelated packages.

For example, I tried installing the MySQL Workbench .deb (available from
http://dev.mysql.com/downloads/workbench/), and it failed until I first
purged the rabbitmq-server package.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.
https://bugs.launchpad.net/bugs/653405

Title:
  package rabbitmq-server 1.7.2-1ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 576339] Re: package rabbitmq-server (not installed) failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2010-12-04 Thread Cerin
Why was this closed? It's still occurring for me. "Fixing" it by setting
a certain hostname is a workaround, not a fix.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.
https://bugs.launchpad.net/bugs/576339

Title:
  package rabbitmq-server (not installed) failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs