[Bug 460398] Re: /etc/timezone is not set correctly

2010-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vm-builder

-- 
/etc/timezone is not set correctly
https://bugs.launchpad.net/bugs/460398
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 531409] Re: vmbuilder xen ubuntu completely borked

2010-03-30 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vm-builder

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

-- 
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 551356] Re: samba symbol link folder access denied

2010-03-30 Thread Thierry Carrez
This update was a security update, with the following behavior change:

  * SECURITY UPDATE: arbitrary file disclosure via wide links
- debian/patches/security-CVE-2010-0926.patch: disable wide links when
  UNIX extensions are enabled in source3/include/proto.h,
  source3/param/loadparm.c, source3/smbd/service.c,
  source3/smbd/trans2.c, source3/smbd/vfs.c,
  docs/htmldocs/manpages/smb.conf.5.html and docs/manpages/smb.conf.5.
- CVE-2010-0926
  * WARNING: This changes the default samba behaviour. For security
reasons, it is no longer possible to use wide links and UNIX
extensions at the same time. After applying this security update, wide
links will be disabled automatically as UNIX extensions are turned on
by default. If wide links are required, you may re-enable them by
adding unix extensions = no to the [global] section of
the /etc/samba/smb.conf configuration file.


** CVE added: http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=2010-0926

** Changed in: samba (Ubuntu)
   Status: New = Invalid

-- 
samba symbol link folder access denied
https://bugs.launchpad.net/bugs/551356
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 551451] [NEW] TypeError: coercing to Unicode: need string or buffer, NoneType found

2010-03-30 Thread Paul Sladen
Public bug reported:

sudo vmbuilder xen ubuntu \
--suite lucid --flavour virtual --arch amd64 \
--part partitions.txt \
--user ubuntu --name Ubuntu \
--components main,universe \
--addpkg openssh-server

2010-03-30 07:25:00,509 INFO: Calling hook: preflight_check
2010-03-30 07:25:00,514 INFO: Calling hook: set_defaults
2010-03-30 07:25:00,515 INFO: Calling hook: bootstrap
2010-03-30 07:26:43,726 INFO: Calling hook: configure_os
2010-03-30 07:26:53,850 INFO: update-alternatives: error: no alternatives 
for rsh.
2010-03-30 07:26:54,070 INFO: update-alternatives: error: no alternatives 
for rlogin.
2010-03-30 07:26:54,291 INFO: update-alternatives: error: no alternatives 
for rcp.
2010-03-30 07:26:56,001 INFO: Creating SSH2 RSA key; this may take some 
time ...
2010-03-30 07:26:57,643 INFO: Creating SSH2 DSA key; this may take some 
time ...
2010-03-30 07:26:58,175 INFO: 
2010-03-30 07:26:58,177 INFO: Warning: Fake initctl called, doing nothing
2010-03-30 07:26:58,190 INFO: 
2010-03-30 07:26:58,190 INFO: Warning: Fake initctl called, doing nothing
2010-03-30 07:27:00,334 INFO: 
2010-03-30 07:27:00,335 INFO: Current default time zone: 'Etc/UTC'
2010-03-30 07:27:00,349 INFO: Local time is now:  Tue Mar 30 06:27:00 
UTC 2010.
2010-03-30 07:27:00,349 INFO: Universal Time is now:  Tue Mar 30 06:27:00 
UTC 2010.
2010-03-30 07:27:00,349 INFO: 
2010-03-30 07:27:04,436 INFO: Calling hook: post_install
2010-03-30 07:27:04,442 INFO: Calling hook: preflight_check
2010-03-30 07:27:04,443 INFO: Calling hook: configure_networking
2010-03-30 07:27:04,459 INFO: Calling hook: configure_mounting
2010-03-30 07:27:04,474 INFO: Calling hook: mount_partitions
2010-03-30 07:27:04,475 INFO: Mounting target filesystems
2010-03-30 07:27:04,475 INFO: Creating filesystem: /, size: 2, dummy: 
False
Traceback (most recent call last):
  File /usr/bin/vmbuilder, line 24, in module
cli.main()
  File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 116, 
in main
hypervisor.install_os()
  File /usr/lib/python2.6/dist-packages/VMBuilder/hypervisor.py, line 64, in 
install_os
self.call_hooks('mount_partitions', self.chroot_dir)
  File /usr/lib/python2.6/dist-packages/VMBuilder/distro.py, line 66, in 
call_hooks
call_hooks(self, *args, **kwargs)
  File /usr/lib/python2.6/dist-packages/VMBuilder/util.py, line 165, in 
call_hooks
getattr(context, func, log_no_such_method)(*args, **kwargs)
  File /usr/lib/python2.6/dist-packages/VMBuilder/hypervisor.py, line 82, in 
mount_partitions
fs.create()
  File /usr/lib/python2.6/dist-packages/VMBuilder/disk.py, line 332, in create
if not os.path.exists(self.filename):
  File /usr/lib/python2.6/genericpath.py, line 18, in exists
st = os.stat(path)
TypeError: coercing to Unicode: need string or buffer, NoneType found

dpkg -l python-vm-builder
python-vm-builder   0.12.3-0ubuntu1

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

-- 
TypeError: coercing to Unicode: need string or buffer, NoneType found
https://bugs.launchpad.net/bugs/551451
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 460398] Re: /etc/timezone is not set correctly

2010-03-30 Thread Thierry Carrez
** Changed in: server-papercuts
   Status: In Progress = Fix Released

-- 
/etc/timezone is not set correctly
https://bugs.launchpad.net/bugs/460398
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 551451] Re: TypeError: coercing to Unicode: need string or buffer, NoneType found

2010-03-30 Thread Paul Sladen
Altering whether 'partitions.txt' has a newline at the end gives a
different traceback:

ubu...@ubuntu:~/build$ cat partitions.txt
root 2

ubu...@ubuntu:~/build$

If the newline is added, then the result is:

2010-03-30 07:32:57,831 INFO: Calling hook: post_install
Traceback (most recent call last):
  File /usr/bin/vmbuilder, line 24, in module
cli.main()
  File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 115, 
in main
self.set_disk_layout(hypervisor)
  File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 228, 
in set_disk_layout
hypervisor.add_filesystem(elements[1], type=default_filesystem, 
mntpnt=elements[0])
IndexError: list index out of range
ubu...@ubuntu:~/build$ cat partitions.txt
root 2

-- 
TypeError: coercing to Unicode: need string or buffer, NoneType found
https://bugs.launchpad.net/bugs/551451
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 538594] Re: [FFe] Please merge munin 1.4.4-1 from Debian testing

2010-03-30 Thread Daniel Hahler
It's running on my server (backported to Hardy) on the main node and
more than a dozen OpenVZ nodes, without any problems (which are not also
given in 1.4.3).

-- 
[FFe] Please merge munin 1.4.4-1 from Debian testing
https://bugs.launchpad.net/bugs/538594
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in ubuntu.

-- 
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 551474] [NEW] Should Recommends: kvm-pxe extension BIOS blobs so that PXE just works

2010-03-30 Thread Paul Sladen
Public bug reported:

Binary package hint: qemu-kvm

The network extension BIOS blobs built from the etherboot source are
shipped in the separate 'kvm-pxe' package, which probably should be
installed by default so that PXE booting works out-of-the-box on virtual
machines.

Bumping 'kvm-pxe' to Recommends: (from Suggests:) in the 'qemu-common'
binary package would achieve this.

** Affects: qemu-kvm (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Wishlist

** Description changed:

  Binary package hint: qemu-kvm
  
  The network extension BIOS blobs built from the etherboot source are
  shipped in the separate 'kvm-pxe' package, which probably should be
  installed by default so that PXE booting works out-of-the-box on virtual
  machines.
  
- Bumping 'kvm-pxe' to Recommends: (from Suggests:) would achieve this.
+ Bumping 'kvm-pxe' to Recommends: (from Suggests:) in the 'qemu-common'
+ binary package would achieve this.

-- 
Should Recommends: kvm-pxe  extension BIOS blobs so that PXE just works
https://bugs.launchpad.net/bugs/551474
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 517067] Re: Using virtio for block devices makes disks and partitions disappear in KVM/QEMU (using vmbuilder and libvirt)

2010-03-30 Thread Paul Sladen
Surely the problem here, is that for the standard method of mount-by-
UUID is being overridden?

If mount-by-UUID is in use then it doesn't matter whether a device shows
up as /dev/{sd,hd,hv}*

-- 
Using virtio for block devices makes disks and partitions disappear in KVM/QEMU 
(using vmbuilder and libvirt)
https://bugs.launchpad.net/bugs/517067
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 551276] Re: apache 2.2.14-5ubuntu4 fails to start with mod_dav_fs enabled

2010-03-30 Thread Roman Yepishev
** Changed in: apache2 (Ubuntu)
   Status: New = Confirmed

-- 
apache 2.2.14-5ubuntu4 fails to start with mod_dav_fs enabled
https://bugs.launchpad.net/bugs/551276
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 546677] Re: puppet should recommend etckeeper

2010-03-30 Thread Thierry Carrez
At this point we shouldn't force etckeeper on every puppet system... A
Suggests looks good to me. However puppet needs to be fixed so as to
gracefully make use of etckeeper if present, but not fail in any way if
it's not...

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

-- 
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 258771] Re: Using -usbdevice host: slows the guest OS down to a crawl

2010-03-30 Thread Wout
I tried connecting several different devices to my Microsoft Windows 7 Virtual 
Machine. non of them working. Among them:
- USB Mass storage device
   *When inserting the device in my laptop it doesn't show up in nautilus on 
the host when added to a vm. (Something is going right). It doesn't show up in 
the guest os' Windows Explorer. (somethings not going right)
- HTC winmo phone
   * Nothing happens at all.

I've enabled USB access in apparmor.:
/etc/apparmor.d/abstractions/libvirt-qemu
  # WARNING: uncommenting these gives the guest direct access to host hardware.
  # This is required for USB pass through but is a security risk. You have been
  # warned.
  /sys/bus/usb/devices/ r,
  /sys/devices/*/*/usb[0-9]*/** r,
  /dev/bus/usb/*/[0-9]* rw,

qemu-kvm - QEMU PC emulator version 0.12.3
uname -a: Linux laptop-24 2.6.32-17-generic #26-Ubuntu SMP Sat Mar 20 
02:23:45 UTC 2010 x86_64 GNU/Linux
libvirtd --version: libvirtd (libvirt) 0.7.5
virt-manager: version 0.8.2

I am available for testing new packages

-- 
Using -usbdevice host: slows the guest OS down to a crawl
https://bugs.launchpad.net/bugs/258771
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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


Re: [Bug 258771] Re: Using -usbdevice host: slows the guest OS down to a crawl

2010-03-30 Thread Matt Zimmerman
On Tue, Mar 30, 2010 at 08:49:22AM -, Wout wrote:
 I tried connecting several different devices to my Microsoft Windows 7 
 Virtual Machine. non of them working. Among them:
 - USB Mass storage device
*When inserting the device in my laptop it doesn't show up in nautilus on 
 the host when added to a vm. (Something is going right). It doesn't show up 
 in the guest os' Windows Explorer. (somethings not going right)
 - HTC winmo phone
* Nothing happens at all.

You have a different problem; please file a new bug.

-- 
 - mdz

-- 
Using -usbdevice host: slows the guest OS down to a crawl
https://bugs.launchpad.net/bugs/258771
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 423252] Re: NSS using LDAP on Karmic breaks 'su' and 'sudo'

2010-03-30 Thread Christian Mayer
Bug still present under the latest lucid beta.

-- 
NSS using LDAP on Karmic breaks 'su' and 'sudo'
https://bugs.launchpad.net/bugs/423252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in ubuntu.

-- 
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 521936] Re: MySQL Server character set and collation not UTF-8 by default

2010-03-30 Thread Sebastian Bertho
Some duplicates: 
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.0/+bug/38553,
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.0/+bug/34181,
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.0/+bug/139069,

-- 
MySQL Server character set and collation not UTF-8 by default
https://bugs.launchpad.net/bugs/521936
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 358035] Re: can't create file: permission denied by apparmor

2010-03-30 Thread RichardNeill
I've just been bitten by this one too: trying to run:

  dhcpd3 -f -cf /tmp/dhcpd.conf  -lf /tmp/dhcpd.leases -pf
/tmp/dhcpd.pid wlan2

and all I get is a permission-denied error on the file /tmp/dhcpd.conf
Even stracing it doesn't help.

If apparmour is going to block something, please could it be very NOISY
about it, and at the very least print something to stderr. Otherwise,
this is exceedingly hard to debug.

-- 
can't create file: permission denied by apparmor
https://bugs.launchpad.net/bugs/358035
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
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 551545] [NEW] PXE netboot not booting localboot from virtio-disk

2010-03-30 Thread Christian Roessner
Public bug reported:

Binary package hint: qemu-kvm

lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04

apt-cache policy qemu-kvm
qemu-kvm:
  Installiert: 0.12.3+noroms-0ubuntu3
  Kandidat: 0.12.3+noroms-0ubuntu3
  Versions-Tabelle:
 *** 0.12.3+noroms-0ubuntu3 0
500 http://intranet/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

Description of the problem:

Starting a guest like this:

vdekvm \
  -m 256M \
  -cpu host \
  -smp 1 \
  -name karmic \
  -boot order=nc \
  -drive file=/dev/vg01/test,if=virtio,boot=on,cache=none \
  -net nic,vlan=0,macaddr=00:2f:8d:b6:cf:d0,model=virtio \
  -net vde,vlan=0,sock=/var/run/vde2/vde0.ctl \
  -watchdog i6300esb \
  -vnc :0 \
  -serial telnet:localhost:23,server,nowait \
  -monitor tcp:127.0.0.1:12000,server,nowait \
  -runas kvmguest

On telnet localhost you can see that the following boot-menu appears:

- Boot Menu -
=

local
rescue

It is loaded from this pxelinux.cfg/default file:

SERIAL 0 9600n8

DISPLAY boot.txt

TIMEOUT 120
DEFAULT local
PROMPT 1

LABEL local
localboot 0

LABEL rescue
kernel lucid
append initrd=lucid-initrd.gz rescue/enable=true -- quiet 
console=ttyS0,9600n8


After the timeout, the guest tries to boot, but fails and reloads the boot 
menu. This is an endless loop, until I break it or choose the rescue menu entry.

I would expect that it boots from first virtio-disk

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: qemu-kvm 0.12.3+noroms-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-18.27-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-18-generic x86_64
Architecture: amd64
Date: Tue Mar 30 11:40:59 2010
ExecutablePath: /usr/bin/qemu-system-x86_64
MachineType: MICRO-STAR INTERANTIONAL CO.,LTD MS-7368
ProcCmdLine: root=UUID=0d27271c-feaa-40d9-bbbd-baff4ca1d3cc rw init=/bin/bash
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: qemu-kvm
dmi.bios.date: 10/31/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.5B2
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: MS-7368
dmi.board.vendor: MICRO-STAR INTERANTIONAL CO.,LTD
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.5B2:bd10/31/2007:svnMICRO-STARINTERANTIONALCO.,LTD:pnMS-7368:pvr1.0:rvnMICRO-STARINTERANTIONALCO.,LTD:rnMS-7368:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: MS-7368
dmi.product.version: 1.0
dmi.sys.vendor: MICRO-STAR INTERANTIONAL CO.,LTD

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
PXE netboot not booting localboot from virtio-disk
https://bugs.launchpad.net/bugs/551545
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 551545] Re: PXE netboot not booting localboot from virtio-disk

2010-03-30 Thread Christian Roessner

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/42477592/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/42477593/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42477594/Dependencies.txt

** Attachment added: KvmCmdLine.txt
   http://launchpadlibrarian.net/42477595/KvmCmdLine.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/42477596/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/42477597/Lsusb.txt

** Attachment added: ProcAttrCurrent.gz
   http://launchpadlibrarian.net/42477598/ProcAttrCurrent.gz

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/42477599/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/42477600/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/42477601/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/42477602/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/42477603/ProcStatus.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/42477604/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/42477606/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/42477607/UdevLog.txt

-- 
PXE netboot not booting localboot from virtio-disk
https://bugs.launchpad.net/bugs/551545
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 551544] [NEW] puppet in lucid does not support upstart status

2010-03-30 Thread Nick Moffitt
Public bug reported:

Binary package hint: puppet

Puppet does not currently have an upstart provider for the service
resource.  As such, it relies on upstart's sysV compatability, which is
somewhat limited.

The key problem here is that features such as ensure = running cannot
rely on hasstatus = true for any service that has an upstart init
script.  Upstart's status command appears to consider the exit code to
be an actual error status *for upstart itself*, and does not conform to
the status-based exit codes specified by sysV init scripts.

The result is that the only way to know if a service is running or
stopped in puppet on lucid is to set hasstatus = false and then
define a regular expression for grepping the process table--this is far
from optimal.

Compounding this, puppet's init.d provider considers it appropriate to
run update-rc.d as though the sysV script were the preferred init
script.

What needs to happen very soon is either an upstart provider is written
for puppet's service resource (presumably one that falls back to the
sysv script if no upstart script is found), or the sysV compatibility
scripts need to interpret the stop/waiting output of the upstart
status command and translate that to the standard exit code.  Until
then, lucid's puppet is somewhat crippled.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: puppet 0.25.4-2ubuntu4
ProcVersionSignature: Ubuntu 2.6.32-18.27-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-18-generic x86_64
Architecture: amd64
Date: Tue Mar 30 10:38:40 2010
EcryptfsInUse: Yes
PackageArchitecture: all
ProcEnviron:
 LC_COLLATE=C
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: puppet

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


** Tags: amd64 apport-bug lucid

-- 
puppet in lucid does not support upstart status 
https://bugs.launchpad.net/bugs/551544
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in ubuntu.

-- 
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 551544] Re: puppet in lucid does not support upstart status

2010-03-30 Thread Nick Moffitt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42477382/Dependencies.txt

** Description changed:

  Binary package hint: puppet
  
- Puppet does not currently have an upstart provider for the server
+ Puppet does not currently have an upstart provider for the service
  resource.  As such, it relies on upstart's sysV compatability, which is
  somewhat limited.
  
  The key problem here is that features such as ensure = running cannot
  rely on hasstatus = true for any service that has an upstart init
  script.  Upstart's status command appears to consider the exit code to
  be an actual error status *for upstart itself*, and does not conform to
  the status-based exit codes specified by sysV init scripts.
  
  The result is that the only way to know if a service is running or
  stopped in puppet on lucid is to set hasstatus = false and then
  define a regular expression for grepping the process table--this is far
  from optimal.
  
  Compounding this, puppet's init.d provider considers it appropriate to
  run update-rc.d as though the sysV script were the preferred init
  script.
  
  What needs to happen very soon is either an upstart provider is written
  for puppet's service resource (presumably one that falls back to the
  sysv script if no upstart script is found), or the sysV compatability
  scripts need to interpret the stop/waiting output of the upstart
  status command and translate that to the standard exit code.  Until
  then, lucid's puppet is somewhat crippled.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: puppet 0.25.4-2ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-18.27-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-18-generic x86_64
  Architecture: amd64
  Date: Tue Mar 30 10:38:40 2010
  EcryptfsInUse: Yes
  PackageArchitecture: all
  ProcEnviron:
-  LC_COLLATE=C
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LC_COLLATE=C
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: puppet

** Description changed:

  Binary package hint: puppet
  
  Puppet does not currently have an upstart provider for the service
  resource.  As such, it relies on upstart's sysV compatability, which is
  somewhat limited.
  
  The key problem here is that features such as ensure = running cannot
  rely on hasstatus = true for any service that has an upstart init
  script.  Upstart's status command appears to consider the exit code to
  be an actual error status *for upstart itself*, and does not conform to
  the status-based exit codes specified by sysV init scripts.
  
  The result is that the only way to know if a service is running or
  stopped in puppet on lucid is to set hasstatus = false and then
  define a regular expression for grepping the process table--this is far
  from optimal.
  
  Compounding this, puppet's init.d provider considers it appropriate to
  run update-rc.d as though the sysV script were the preferred init
  script.
  
  What needs to happen very soon is either an upstart provider is written
  for puppet's service resource (presumably one that falls back to the
- sysv script if no upstart script is found), or the sysV compatability
+ sysv script if no upstart script is found), or the sysV compatibility
  scripts need to interpret the stop/waiting output of the upstart
  status command and translate that to the standard exit code.  Until
  then, lucid's puppet is somewhat crippled.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: puppet 0.25.4-2ubuntu4
  ProcVersionSignature: Ubuntu 2.6.32-18.27-generic 2.6.32.10+drm33.1
  Uname: Linux 2.6.32-18-generic x86_64
  Architecture: amd64
  Date: Tue Mar 30 10:38:40 2010
  EcryptfsInUse: Yes
  PackageArchitecture: all
  ProcEnviron:
   LC_COLLATE=C
   PATH=(custom, user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: puppet

-- 
puppet in lucid does not support upstart status 
https://bugs.launchpad.net/bugs/551544
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in ubuntu.

-- 
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 551549] [NEW] KVM vde2 support not working

2010-03-30 Thread Christian Roessner
Public bug reported:

Binary package hint: qemu-kvm

Starting a kvm guest with:

cat karmic 
vdekvm \
  -m 256M \
  -cpu host \
  -smp 1 \
  -name karmic \
  -boot order=nc \
  -drive file=/dev/vg01/test,if=virtio,boot=on,cache=none \
  -net nic,vlan=0,macaddr=00:2f:8d:b6:cf:d0,model=virtio \
  -net vde,vlan=0,sock=/var/run/vde2/vde0.ctl \
  -watchdog i6300esb \
  -vnc :0 \
  -serial telnet:localhost:23,server,nowait \
  -monitor tcp:127.0.0.1:12000,server,nowait \
  -runas kvmguest

shows:

NOTE: vdekvm is now DEPRECATED -- both QEMU and KVM have native support for
  VDE. This binary will be removed soon from the distribution, consider
  stopping using it.

arg ,vlan=0,sock=/var/run/vde2/vde0.ctl
TUNGETIFF ioctl() failed: Invalid argument
TUNSETOFFLOAD ioctl() failed: Bad address

Changing vdekvm to kvm:

sh karmic-guest-script 
Invalid -net type 'vde'

The manpage already shows option vde, while the kvm-binary does not:

kvm --help
...
Network options:
-net nic[,vlan=n][,macaddr=mac][,model=type][,name=str][,addr=str][,vectors=v]
create a new Network Interface Card and connect it to VLAN 'n'
-net user[,vlan=n][,name=str][,net=addr[/mask]][,host=addr][,restrict=y|n]
 [,hostname=host][,dhcpstart=addr][,dns=addr][,tftp=dir][,bootfile=f]
 [,hostfwd=rule][,guestfwd=rule][,smb=dir[,smbserver=addr]]
connect the user mode network stack to VLAN 'n', configure its
DHCP server and enabled optional services
-net 
tap[,vlan=n][,name=str][,fd=h][,ifname=name][,script=file][,downscript=dfile][,sndbuf=nbytes][,vnet_hdr=on|off]
connect the host TAP network interface to VLAN 'n' and use the
network scripts 'file' (default=/etc/qemu-ifup)
and 'dfile' (default=/etc/qemu-ifdown);
use '[down]script=no' to disable script execution;
use 'fd=h' to connect to an already opened TAP interface
use 'sndbuf=nbytes' to limit the size of the send buffer; the
default of 'sndbuf=1048576' can be disabled using 'sndbuf=0'
use vnet_hdr=off to avoid enabling the IFF_VNET_HDR tap flag; 
use
vnet_hdr=on to make the lack of IFF_VNET_HDR support an error 
condition
-net socket[,vlan=n][,name=str][,fd=h][,listen=[host]:port][,connect=host:port]
connect the vlan 'n' to another VLAN using a socket connection
-net socket[,vlan=n][,name=str][,fd=h][,mcast=maddr:port]
connect the vlan 'n' to multicast maddr and port
-net dump[,vlan=n][,file=f][,len=n]
dump traffic on vlan 'n' to file 'f' (max n bytes per packet)
-net none   use it alone to have zero network devices; if no -net option
is provided, the default is '-net nic -net user'
-netdev [user|tap|socket],id=str[,option][,option][,...]
...

So the package seems only to be built partially against vde?

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: qemu-kvm 0.12.3+noroms-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-18.27-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-18-generic x86_64
Architecture: amd64
Date: Tue Mar 30 11:56:56 2010
MachineType: MICRO-STAR INTERANTIONAL CO.,LTD MS-7368
ProcCmdLine: root=UUID=0d27271c-feaa-40d9-bbbd-baff4ca1d3cc rw init=/bin/bash
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: qemu-kvm
dmi.bios.date: 10/31/2007
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: V1.5B2
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: MS-7368
dmi.board.vendor: MICRO-STAR INTERANTIONAL CO.,LTD
dmi.board.version: 1.0
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV1.5B2:bd10/31/2007:svnMICRO-STARINTERANTIONALCO.,LTD:pnMS-7368:pvr1.0:rvnMICRO-STARINTERANTIONALCO.,LTD:rnMS-7368:rvr1.0:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: MS-7368
dmi.product.version: 1.0
dmi.sys.vendor: MICRO-STAR INTERANTIONAL CO.,LTD

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
KVM vde2 support not working
https://bugs.launchpad.net/bugs/551549
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 551549] Re: KVM vde2 support not working

2010-03-30 Thread Christian Roessner

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/42478350/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/42478351/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42478352/Dependencies.txt

** Attachment added: KvmCmdLine.txt
   http://launchpadlibrarian.net/42478353/KvmCmdLine.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/42478354/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/42478355/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/42478356/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/42478357/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/42478358/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/42478359/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/42478360/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/42478361/UdevLog.txt

-- 
KVM vde2 support not working
https://bugs.launchpad.net/bugs/551549
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 513273] Re: kvm with -vga std is broken since karmic

2010-03-30 Thread Daniele Smartango
Dustin, I see a commit in cvs in 2008-12-04 and next in 2009-01-24 I say 
included bios is 23 Dec 2008
it is ok to downgrade to 2008-12-04 version and report to qemu developer or 
vgabios developer
the problem.

However qemu developer sudjest to use provided vgabios, thus the problem
seems to be known ...

ok, what is missing is to test if cvs 2008-12-04 vgabios commit works
with -vga std switch

-- 
kvm with -vga std is broken since karmic
https://bugs.launchpad.net/bugs/513273
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 526230] Re: existing olcAccess line conflicts with new one added by jaunty - karmic upgrade

2010-03-30 Thread Nathan Stratton Treadway
** Summary changed:

- On upgrade modifies multiple olcAccess definition are not handled correclty
+ existing olcAccess line conflicts  with new one added by jaunty - karmic 
upgrade

-- 
existing olcAccess line conflicts  with new one added by jaunty - karmic 
upgrade
https://bugs.launchpad.net/bugs/526230
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
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 522509] Re: [FFE] tftpd-hpa doesn't start on boot

2010-03-30 Thread Chuck Short
As requested.

** Patch added: upstart.diff
   http://launchpadlibrarian.net/42489928/upstart.diff

-- 
[FFE] tftpd-hpa doesn't start on boot
https://bugs.launchpad.net/bugs/522509
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa in ubuntu.

-- 
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 521936] Re: MySQL Server character set and collation not UTF-8 by default

2010-03-30 Thread Sebastian Bertho
Another Debian bug where this problem was discussed:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=438970 - and a more
generic one: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321505

** Bug watch added: Debian Bug tracker #438970
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=438970

** Bug watch added: Debian Bug tracker #321505
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=321505

-- 
MySQL Server character set and collation not UTF-8 by default
https://bugs.launchpad.net/bugs/521936
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 532558] Re: When CC is separated from CLC, nodes keep on being registered

2010-03-30 Thread Thierry Carrez
Yes, this is now fixed since the node registration script now checks
nodes.list instead of calling euca_conf --list-nodes.

** Changed in: eucalyptus (Ubuntu)
   Status: Incomplete = Fix Released

-- 
When CC is separated from CLC, nodes keep on being registered
https://bugs.launchpad.net/bugs/532558
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 551650] [NEW] Regression in euca_conf --deregister-nodes

2010-03-30 Thread Thierry Carrez
Public bug reported:

euca_conf --[de]register-nodes was changed in rev999 to be less brittle,
by using a xsearch function rather than a grep to match IP to a list of
IPs.

However it doesn't seem to work properly:
sudo euca_conf --deregister-node IP always returns: IP is not known (even 
when present).
The xsearch function apparently always returns false.

Note that sudo euca_conf --register-node IP also fails: it always adds
the IP (even if it's already present), however the uniq call is
preventing the same IP from appearing twice in the file, so the problem
doesn't show.

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

-- 
Regression in euca_conf --deregister-nodes
https://bugs.launchpad.net/bugs/551650
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 551655] [NEW] open-whois.org is cybersquatted and its rules should be removed from Spamassassin

2010-03-30 Thread Paweł Tęcza
Public bug reported:

Binary package hint: spamassassin

Recently I've noticed that a lof of non-spam messages I receive pass 
Spamassassin
DNS_FROM_OPENWHOIS test. I googled a bit and found following related Debian
BTS report:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537477

It seems that open-whois.org is cybersquatted and its rules should be removed
from Spamassassin as soon as it's possible.

Please note that the open-whois.org rules has been purged in
Spamassassin 3.3.0:

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6157

I use Spamassassin 3.2.5-4ubuntu0.0.1 under Ubuntu Jaunty, but I can see that 
Karmic
has the same version of Spamassassin.

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

-- 
open-whois.org is cybersquatted and its rules should be removed from 
Spamassassin
https://bugs.launchpad.net/bugs/551655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to spamassassin in ubuntu.

-- 
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 536942] Re: --firstboot option broken in 0.12.2-0ubuntu3

2010-03-30 Thread l8gravely

Soren I expect to fix this before Lucid releases.

Do you have a repository I could pull from for testing?  Or your own
PPA I could test against to give you quicker feedback?

John

-- 
--firstboot option broken in 0.12.2-0ubuntu3
https://bugs.launchpad.net/bugs/536942
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder in ubuntu.

-- 
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 551650] Re: Regression in euca_conf --deregister-nodes

2010-03-30 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = Low

** Changed in: eucalyptus (Ubuntu)
   Status: New = Confirmed

-- 
Regression in euca_conf --deregister-nodes
https://bugs.launchpad.net/bugs/551650
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 521936] Re: MySQL Server character set and collation not UTF-8 by default

2010-03-30 Thread Pedro Villavicencio
** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Confirmed = Triaged

-- 
MySQL Server character set and collation not UTF-8 by default
https://bugs.launchpad.net/bugs/521936
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 520955] Re: synaptic says that the packet is broken. errorcode 1

2010-03-30 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete = Invalid

-- 
synaptic says that the packet is broken. errorcode 1
https://bugs.launchpad.net/bugs/520955
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 515661] Re: Mysql asked new root password when installing and chrashed

2010-03-30 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete = Invalid

-- 
Mysql asked new root password when installing and chrashed
https://bugs.launchpad.net/bugs/515661
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 511335] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade:

2010-03-30 Thread Pedro Villavicencio
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete = Invalid

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/511335
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 528463] Re: SECURITY UPDATE 5.1.37-1ubuntu5.1 - problem with instalation

2010-03-30 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
SECURITY UPDATE 5.1.37-1ubuntu5.1 - problem with instalation
https://bugs.launchpad.net/bugs/528463
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 480922] Re: mysql transition without meta-package

2010-03-30 Thread Chuck Short
** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Low = Wishlist

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Confirmed = Triaged

-- 
mysql transition without meta-package
https://bugs.launchpad.net/bugs/480922
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 551681] [NEW] apache2 init script typo: eload instead of reload

2010-03-30 Thread Gorka Gil
Public bug reported:

Binary package hint: apache2

The apache2 init script has a typo error: It says eload instead of
reload. This makes the reload operation to fail.

/etc/init.d/apache2 has:

   graceful | eload | force-reload)

instead of:

   graceful | reload | force-reload)

Verified here:
http://archive.ubuntu.com/ubuntu/pool/main/a/apache2/apache2_2.2.14-5ubuntu4.diff.gz

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

-- 
apache2 init script typo: eload instead of reload
https://bugs.launchpad.net/bugs/551681
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 529466] Re: package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2010-03-30 Thread Chuck Short
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: il 
sottoprocesso vecchio script di post-installation ha restituito lo stato di 
errore 1
https://bugs.launchpad.net/bugs/529466
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 551685] [NEW] package php5-ldap 5.3.1-5ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626/ldap.so', which is also in package libapache2-mod-php5 0:5.3.1-5ubuntu2

2010-03-30 Thread DarkMerlin
Public bug reported:

Binary package hint: php5

failed with php5 packages install

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: php5-ldap 5.3.1-5ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-17.26-generic 2.6.32.10+drm33.1
Uname: Linux 2.6.32-17-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Mar 30 19:21:15 2010
ErrorMessage: trying to overwrite '/usr/lib/php5/20090626/ldap.so', which is 
also in package libapache2-mod-php5 0:5.3.1-5ubuntu2
SourcePackage: php5
Title: package php5-ldap 5.3.1-5ubuntu2 failed to install/upgrade: trying to 
overwrite '/usr/lib/php5/20090626/ldap.so', which is also in package 
libapache2-mod-php5 0:5.3.1-5ubuntu2

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


** Tags: amd64 apport-package lucid

-- 
package php5-ldap 5.3.1-5ubuntu2 failed to install/upgrade: trying to overwrite 
'/usr/lib/php5/20090626/ldap.so', which is also in package libapache2-mod-php5 
0:5.3.1-5ubuntu2
https://bugs.launchpad.net/bugs/551685
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 551685] Re: package php5-ldap 5.3.1-5ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626/ldap.so', which is also in package libapache2-mod-php5 0:5.3.1-5ubuntu2

2010-03-30 Thread DarkMerlin

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/42496364/AptOrdering.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42496365/Dependencies.txt

** Attachment added: Df.txt
   http://launchpadlibrarian.net/42496366/Df.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/42496367/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/42496368/DpkgTerminalLog.gz

** Attachment added: PHPConf.etc.php5.apache2.php.ini.txt
   http://launchpadlibrarian.net/42496369/PHPConf.etc.php5.apache2.php.ini.txt

** Attachment added: PHPInstalledModules.txt
   http://launchpadlibrarian.net/42496370/PHPInstalledModules.txt

-- 
package php5-ldap 5.3.1-5ubuntu2 failed to install/upgrade: trying to overwrite 
'/usr/lib/php5/20090626/ldap.so', which is also in package libapache2-mod-php5 
0:5.3.1-5ubuntu2
https://bugs.launchpad.net/bugs/551685
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 527304] Re: package squid 2.7.STABLE6-2ubuntu2.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-03-30 Thread Chuck Short
We are closing this bug report because it lacks the information we need
to investigate the problem, as described in the previous comments.
Please reopen it if you can give us the missing information, and don't
hesitate to submit bug reports in the future. To reopen the bug report
you can click on the current status, under the Status column, and change
the Status back to New. Thanks again!

** Changed in: squid (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
package squid 2.7.STABLE6-2ubuntu2.2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/527304
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid in ubuntu.

-- 
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 550629] Re: package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: package samba-common is already installed and configured

2010-03-30 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: package 
samba-common is already installed and configured
https://bugs.launchpad.net/bugs/550629
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 549535] Re: Failed to join domain: failed to connect to AD: Operations error

2010-03-30 Thread Chuck Short
Can this be closed then?

Regards
chuck

-- 
Failed to join domain: failed to connect to AD: Operations error
https://bugs.launchpad.net/bugs/549535
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 549527] Re: Cannot find domain controller when joining a domain

2010-03-30 Thread Chuck Short
Closing then.

Regards
chuck

** Changed in: samba (Ubuntu)
   Status: Incomplete = Invalid

-- 
Cannot find domain controller when joining a domain
https://bugs.launchpad.net/bugs/549527
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 545864] Re: Error WBC_ERR_DOMAIN_NOT_FOUND in pam_winbind causes passwd/adduser to fail

2010-03-30 Thread Chuck Short
*** This bug is a duplicate of bug 546874 ***
https://bugs.launchpad.net/bugs/546874

** This bug has been marked a duplicate of bug 546874
   passwd - can't login, change password (pam_winbind pam-auth-update profile)

-- 
Error WBC_ERR_DOMAIN_NOT_FOUND in pam_winbind causes passwd/adduser to fail
https://bugs.launchpad.net/bugs/545864
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 550050] Re: package winbind 2:3.4.0-3ub untu5.6 failed to install/upgrade: le sous-processus s cript post-installation installé a retourné une erreur de sortie d'état 127

2010-03-30 Thread Chuck Short
Can you attach the /etc/init.d/winbind flle?

-- 
package winbind 2:3.4.0-3ubuntu5.6 failed to install/upgrade: le sous-processus 
script post-installation installé a retourné une erreur de sortie d'état 127
https://bugs.launchpad.net/bugs/550050
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 551691] [NEW] Node installer can't see Walrus in multi-network install

2010-03-30 Thread Thierry Carrez
Public bug reported:

On a classic multi-network topology:
CLC+Walrus --- network1 --- CC+SC --- network2 --- NC

Given how publication works (and by design), when you install the NC, the UEC 
installer can't see the CLC/Walrus.
The UEC installer will prompt the user for a distant CLC IP (which should be 
provided to it), then it knows about the CLC, the CC and the SC.
It presents the following message (from debian/eucalyptus-udeb.templates):

A Eucalyptus cloud controller was found, but no Walrus storage service.
 This installation will default to installing Walrus.
 If you wish, you may also install other Eucalyptus components on this
 machine.

That can be confusing, since Walrus may very well be already installed but just 
not detectable.
I propose we change the message to something that covers both cases, like:

A Eucalyptus cloud controller was detected, but no Walrus storage service.
 This might be because no Walrus is installed yet, or because the Walrus is 
already installed on a separate network.
 This installation will default to installing Walrus.
 If you wish, you may also install other Eucalyptus components on this
 machine.

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

-- 
Node installer can't see Walrus in multi-network install
https://bugs.launchpad.net/bugs/551691
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 551685] Re: package php5-ldap 5.3.1-5ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/php5/20090626/ldap.so', which is also in package libapache2-mod-php5 0:5.3.1-5ubuntu2

2010-03-30 Thread Chuck Short
This should be fixed already. Please update and try again.

Regards
chuck

** Changed in: php5 (Ubuntu)
   Status: New = Fix Released

-- 
package php5-ldap 5.3.1-5ubuntu2 failed to install/upgrade: trying to overwrite 
'/usr/lib/php5/20090626/ldap.so', which is also in package libapache2-mod-php5 
0:5.3.1-5ubuntu2
https://bugs.launchpad.net/bugs/551685
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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 551681] Re: apache2 init script typo: eload instead of reload

2010-03-30 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.14-5ubuntu6

---
apache2 (2.2.14-5ubuntu6) lucid; urgency=low

  * debian/apache2.2-common.apache2.init: Fix thinko. (LP: #551681)
 -- Chuck Short zul...@ubuntu.com   Tue, 30 Mar 2010 09:41:11 -0400

** Changed in: apache2 (Ubuntu)
   Status: New = Fix Released

-- 
apache2 init script typo: eload instead of reload
https://bugs.launchpad.net/bugs/551681
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 544134] Re: Windows ME unable to authenticate

2010-03-30 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it without more information.

Please include the information requested at
https://wiki.ubuntu.com/DebuggingSamba#samba-server.

-- 
Windows ME unable to authenticate
https://bugs.launchpad.net/bugs/544134
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 551701] [NEW] odbc_config missing

2010-03-30 Thread Enver Haase
Public bug reported:

Binary package hint: unixodbc


The script odbc_config is missing in /usr/bin.

This is especially annoying as MonetDB is not yet in Ubuntu, but you have
to build it yourself.

If you do, then obdc_config is not found. MonetDB will finish building, but
the resulting MonetDB system always fails with a message saying that the
client did not specify a database.

Also see -- seems the problem was not addressed back then?
http://ubuntuforums.org/showthread.php?t=499123

Kind Regards,
Enver

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

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

-- 
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 545798] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2010-03-30 Thread Mathias Gug
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

** This bug is no longer a duplicate of bug 545797
   package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: il 
sottoprocesso vecchio script di post-installation ha restituito lo stato di 
errore 1
** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: il 
sottoprocesso vecchio script di post-installation ha restituito lo stato di 
errore 1
https://bugs.launchpad.net/bugs/545798
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
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 545797] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2010-03-30 Thread Mathias Gug
*** This bug is a duplicate of bug 321091 ***
https://bugs.launchpad.net/bugs/321091

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 321091, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 321091
   Bacula fails to install correctly if mysql wasn't installed before

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: il 
sottoprocesso vecchio script di post-installation ha restituito lo stato di 
errore 1
https://bugs.launchpad.net/bugs/545797
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in ubuntu.

-- 
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 423252] Re: NSS using LDAP on Karmic breaks 'su' and 'sudo'

2010-03-30 Thread Mathias Gug
** Changed in: sudo (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: libnss-ldap (Ubuntu Lucid)
   Importance: Undecided = Medium

-- 
NSS using LDAP on Karmic breaks 'su' and 'sudo'
https://bugs.launchpad.net/bugs/423252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in ubuntu.

-- 
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 546745] Re: libvirt tries to read /etc/sasl/libvirt.conf not /etc/sasl2/libvirt.conf despite docs

2010-03-30 Thread Mathias Gug
** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Low

-- 
libvirt tries to read /etc/sasl/libvirt.conf not /etc/sasl2/libvirt.conf 
despite docs
https://bugs.launchpad.net/bugs/546745
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 547038] Re: package postfix 2.5.5-1 failed to install/upgrade: subprocess post-installation script returned error exit status 75

2010-03-30 Thread Mathias Gug
The error is:

newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad 
parameter value: 2133
dpkg: błąd przetwarzania postfix (--configure):
 podproces post-installation script zwrócił kod błędu 75

-- 
package postfix 2.5.5-1 failed to install/upgrade: subprocess post-installation 
script returned error exit status 75
https://bugs.launchpad.net/bugs/547038
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
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 547038] Re: package postfix 2.5.5-1 failed to install/upgrade: subprocess post-installation script returned error exit status 75

2010-03-30 Thread Mathias Gug
What's your hostname?


** Changed in: postfix (Ubuntu)
   Status: New = Incomplete

** Changed in: postfix (Ubuntu)
   Importance: Undecided = Low

-- 
package postfix 2.5.5-1 failed to install/upgrade: subprocess post-installation 
script returned error exit status 75
https://bugs.launchpad.net/bugs/547038
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
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 546997] Re: qemu-nbd -P option not working - error while reading

2010-03-30 Thread Mathias Gug
** Summary changed:

- qemu-kvm-0.12.3+noroms-0ubuntu2: qemu-nbd: error while reading 
+ qemu-nbd -P option not working - error while reading

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

-- 
qemu-nbd -P option not working - error while reading
https://bugs.launchpad.net/bugs/546997
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 551276] Re: apache 2.2.14-5ubuntu4 fails to start with mod_dav_fs enabled

2010-03-30 Thread Bogdan Mitrea
Problem was fixed with the last update.

** Changed in: apache2 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
apache 2.2.14-5ubuntu4 fails to start with mod_dav_fs enabled
https://bugs.launchpad.net/bugs/551276
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 545384] Re: automatic mounting of removable devices doesn't work in KDE

2010-03-30 Thread Mathias Gug
Kubuntu doesn't use autofs to handle remote usb disk. Re-assigning to
hal instead.

** Package changed: autofs (Ubuntu) = hal (Ubuntu)

-- 
automatic mounting of removable devices doesn't work in KDE
https://bugs.launchpad.net/bugs/545384
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in ubuntu.

-- 
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 551474] Re: Should Recommends: kvm-pxe extension BIOS blobs so that PXE just works

2010-03-30 Thread Dustin Kirkland
This would require an MIR, as kvm-pxe binary package is built by the
etherboot source package, which has always been is in Universe.

You're welcome to file the MIR, though I don't know the MIR/Security
team would have to say about this...

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Triaged

** Also affects: etherboot (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: etherboot (Ubuntu)
   Status: New = Triaged

** Changed in: etherboot (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Should Recommends: kvm-pxe  extension BIOS blobs so that PXE just works
https://bugs.launchpad.net/bugs/551474
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 549022] Re: NC publication job should support specific IP

2010-03-30 Thread Mathias Gug
** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = Wishlist

-- 
NC publication job should support specific IP
https://bugs.launchpad.net/bugs/549022
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 550201] Re: package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-03-30 Thread Mathias Gug
The error is:

Setting up samba (2:3.4.0-3ubuntu5.6) ...

update-alternatives: using /usr/bin/smbstatus.samba3 to provide
/usr/bin/smbstatus (smbstatus) in auto mode.

 * Starting Samba daemons    
[fail]

invoke-rc.d: initscript samba, action start failed.

dpkg: error processing samba (--configure):

 subprocess installed post-installation script returned error exit
status 1


Could you provide the information outlined in 
https://wiki.ubuntu.com/DebuggingSamba#Install/upgrade%20failure?

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

-- 
package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/550201
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 550409] Re: Slow disk IO for all guests with all disc modes and types.

2010-03-30 Thread Mathias Gug
Could you describe which commands you've used to:

 1. create the guests

 2. start the guests

 3. run the benchmarks


** Changed in: libvirt (Ubuntu)
   Status: New = Incomplete

** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Low

-- 
Slow disk IO for all guests with all disc modes and types.
https://bugs.launchpad.net/bugs/550409
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 551130] Re: infinite loop in /etc/init/mysql.conf if mysqld is not running.

2010-03-30 Thread Mathias Gug
The skip-bdb option is no longer supported in mysql 5.1.

Was the original hardy my.cnf file modified before the upgrade? If so
dpkg should have prompted you to review the changes between between the
locally modified hardy version and the new maintainer lucid version of
my.cnf.

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: New = Incomplete

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Importance: Undecided = Medium

-- 
infinite loop in /etc/init/mysql.conf if mysqld is not running.
https://bugs.launchpad.net/bugs/551130
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 551158] Re: package postfix 2.7.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2010-03-30 Thread Mathias Gug
The error is:


newaliases: fatal: file /etc/postfix/main.cf: parameter myhostname: bad 
parameter value: bender.hsd1.or.comcast.net.


Could you try to remove the trailing dot in the main.cf file?

** Changed in: postfix (Ubuntu)
   Importance: Undecided = Medium

** Changed in: postfix (Ubuntu)
   Status: New = Incomplete

-- 
package postfix 2.7.0-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 75
https://bugs.launchpad.net/bugs/551158
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in ubuntu.

-- 
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 551146] Re: [lucid] Still can't reboot kvm machines with libvirt

2010-03-30 Thread Mathias Gug
*** This bug is a duplicate of bug 368962 ***
https://bugs.launchpad.net/bugs/368962

** This bug has been marked a duplicate of bug 368962
   Can't reboot kvm virtual machines using virsh

-- 
[lucid] Still can't reboot kvm machines with libvirt 
https://bugs.launchpad.net/bugs/551146
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 368962] Re: Can't reboot kvm virtual machines using virsh

2010-03-30 Thread Mathias Gug
** Summary changed:

- [Jaunty] Can't reboot kvm virtual machines using virsh
+ Can't reboot kvm virtual machines using virsh

-- 
Can't reboot kvm virtual machines using virsh
https://bugs.launchpad.net/bugs/368962
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 551778] [NEW] CCs or SCs cannot be deregistered

2010-03-30 Thread Thierry Carrez
Public bug reported:

Installing CLC+Walrus+CC+SC, everything autoregisters properly.

However, if I try to deregister the SC, it doesn't work:

$ sudo euca_conf --deregister-sc IP
SUCCESS: Storage controller for cluster 'IP' successfully deregistered.
$ sudo euca_conf --list-scs
registered storage controllers:
vcloud IP

and no, it's not because autoregistration re-registers it in between :)
The same goes for a CC (--deregister-cluster and --list-clusters)

If deregistering a CC or a SC is not supported, then euca_conf should
not expose --deregister-{sc,cluster}, or should fail with an explanation
if you try to do so. Note that --deregister-walrus or --deregister-node
seem to work properly.

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

-- 
CCs or SCs cannot be deregistered
https://bugs.launchpad.net/bugs/551778
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 551221] Re: consider a newer version of apache2 for lucid or backport some changes

2010-03-30 Thread Mathias Gug
Thanks Stefan for the heads up about what's going on in Debian.

According to the Debian changelog 2.2.15 requires openssl 0.9.8m which
is not available in lucid. I'm not sure we could update to this version
of openssl in Lucid.

2.2.14-6 also introduces a bunch of new features which would require a
Feature Freeze Exception.

Given where we are in the Lucid release cycle it seems the best option
would be to backport the apache2.2-common postrm hook to the package in
Lucid.

** Changed in: apache2 (Ubuntu)
   Status: New = Confirmed

** Changed in: apache2 (Ubuntu)
   Importance: Undecided = Medium

-- 
consider a newer version of apache2 for lucid or backport some changes
https://bugs.launchpad.net/bugs/551221
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 551544] Re: puppet in lucid does not support upstart status

2010-03-30 Thread Mathias Gug
** Changed in: puppet (Ubuntu)
   Importance: Undecided = Medium

** Changed in: puppet (Ubuntu)
   Status: New = Confirmed

** Also affects: puppet (Ubuntu Lucid)
   Importance: Medium
   Status: Confirmed

-- 
puppet in lucid does not support upstart status 
https://bugs.launchpad.net/bugs/551544
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet in ubuntu.

-- 
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 548883] Re: package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-03-30 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it without more information.

The error is:

Setting up samba-common (2:3.4.0-3ubuntu5.6) ...
dpkg: error processing samba-common (--configure):
 subprocess installed post-installation script returned error exit status 1

Please include the information requested at
https://wiki.ubuntu.com/DebuggingSamba#samba-pkg-fail.

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
package samba-common 2:3.4.0-3ubuntu5.6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/548883
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
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 464418] Re: Official UEC image fails to boot

2010-03-30 Thread Kindjal
Scott,

Thank you for your interest.

My setup consists of two physical hosts, one acting as Cloud Controller
(CC), the other acting as Node Controller (NC).  They were both
installed via the Ubuntu 9.10 netboot installation:

  http://cdimage.ubuntu.com/netboot/

Note that the netboot install does not offer a boot-time splash screen
with an Install Ubuntu Enterprise Cloud option.  Rather, you do a
normal install, and when you get to the software selection step
(tasksel), there are three options related to cloud:

Cloud computing cluster
Cloud computing node
Ubuntu Enterprise Cloud (instance)

I had suspected that choosing:

Ubuntu Enterprise Cloud (instance)

would lead to a subsequent prompt of cluster or node, but it did
not.  The system resulting from that selection would not boot.  You get
to Grub (grub2 I believe), and when the kernel is loaded you get:

 invalid magic number

Invistigating this leads me to believe there's a problem with grub2
loading ext4 filesystems.  It looks like this bug:

https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/487689

Instead of following that path, I re-installed using the tasksel
choices:

Cloud computing cluster
Cloud computing node

These installs complete without error.

I proceeded through configuration steps as per:

https://help.ubuntu.com/community/UEC/CDInstall

Including the selection of a guest OS image on the NC.

For some time, I tried running guest VMs using Xen.  This led me down a
two day diversion of discovering Ubuntu's departure from Xen support,
lack of native kernel support with the Ubuntu kernel, the installation
of a Debian kernel, issues with Xen-3.3 and that kernel, building
Xen-3.4.2, discovery of issues with Xen-3.4.2, patching it, discovering
issues with the Debian kernel and grub2, all of which led finally to a
system that would boot, but fail to mount its root file system.  I
aborted that path and started over focusing on KVM.

In all, I believe I tried install and setup 5 or 6 times, each time
resulting in setups that weren't quite right, mostly due to networking.
My CC and NC are not on the same network segment, which led to issues
with MANAGED networking.  It took me a while to land on SYSTEM as a
network mode, having to manually configure a bridge on the NC.

Another side note, in httpd-nc_error_log I see:

ERROR: Disallowed command //usr/share/eucalyptus/populate_arp.pl

I find:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/461829

I attempted to resolve this via a patch to:

r...@blade7-2-2:/etc/eucalyptus# diff -u wrappers.conf.orig wrappers.conf
--- wrappers.conf.orig  2010-03-26 10:10:52.017817733 -0500
+++ wrappers.conf   2010-03-26 10:11:31.434067644 -0500
@@ -47,3 +47,5 @@
 powerwake   /usr/bin/powerwake
 virsh   /usr/bin/virsh
 which  /usr/bin/which
+# Add by hand xref 
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/461829
+populate_arp.pl/usr/share/eucalyptus/populate_arp.pl   0

But I still see the errors.

I discovered that eucalyptus is an upstart job, but eucalyptus-cc is an
init.d script.

I discovered that eucalyptus-cc needs cleanstop and that that really
means CLEAN=1.

I start instance m1.small fails with disk space error.

I start instance c1.medium and it boots.  But, it never gets on the
network.

I discover euca-get-conosle-output, and am dismayed that it's just a
text file dump, and not an actual console.

[5.691514] EXT3 FS on sda1, internal journal
[5.768008] ext3: No journal on filesystem on sda2
  mount: wrong fs type, bad option, bad superblock on /dev/sda2,
  missing codepage or helper program, or other error
  In some cases useful info is found in syslog - try
  dmesg | tail  or so

I try a different image via:

wget 
http://uec-images.ubuntu.com/releases/9.10/release/ubuntu-9.10-server-uec-i386.tar.gz
tar xzvf ubuntu-9.10-server-uec-i386.tar.gz
euca-bundle-image -i karmic-server-uec-i386-vmlinuz-virtual --kernel true
euca-upload-bundle -b ubuntu-kernel-bucket -m 
/tmp/karmic-server-uec-i386-vmlinuz-virtual.manifest.xml 
euca-register 
ubuntu-kernel-bucket/karmic-server-uec-i386-vmlinuz-virtual.manifest.xml
EKI=eki-66BD1E32
euca-bundle-image -i karmic-server-uec-i386-initrd-virtual --ramdisk true
euca-upload-bundle -b ubuntu-ramdisk-bucket -m 
/tmp/karmic-server-uec-i386-initrd-virtual.manifest.xml 
euca-register 
ubuntu-ramdisk-bucket/karmic-server-uec-i386-initrd-virtual.manifest.xml
ERI=eri-63C81E0D
euca-bundle-image -i karmic-server-uec-i386.img --kernel $EKI --ramdisk $ERI
euca-upload-bundle -b ubuntu-image-bucket -m 
/tmp/karmic-server-uec-i386.img.manifest.xml 
euca-register ubuntu-image-bucket/karmic-server-uec-i386.img.manifest.xml
EMI=emi-CDE7189F

I attempt to start up instance...

RESERVATION r-372B06C6  admin   default
INSTANCEi-517008E1  emi-CDE7189F0.0.0.0 0.0.0.0 pending
mykey   0   c1.medium   2010-03-26T19:57:32.743Zcluster1
eki-66BD1E32eri-63C81E0D

I 

[Bug 464418] Re: Official UEC image fails to boot

2010-03-30 Thread Kindjal
Here's a console.log

** Attachment added: console.log ending in mount failure
   http://launchpadlibrarian.net/42506251/console.log

-- 
Official UEC image fails to boot
https://bugs.launchpad.net/bugs/464418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 464418] Re: Official UEC image fails to boot

2010-03-30 Thread Kindjal
Here's another console.log with the other failure to mount fs.

** Attachment added: console.log ending in mount failure
   http://launchpadlibrarian.net/42506464/2-console.log

-- 
Official UEC image fails to boot
https://bugs.launchpad.net/bugs/464418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 551545] Re: PXE netboot not booting localboot from virtio-disk

2010-03-30 Thread Mathias Gug
According to your command line:

-boot order=nc \


I don't think that this include a local hard disk as part of the list of 
devices to be considered for booting.

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Medium

-- 
PXE netboot not booting localboot from virtio-disk
https://bugs.launchpad.net/bugs/551545
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 551655] Re: open-whois.org is cybersquatted and its rules should be removed from Spamassassin

2010-03-30 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - Lucid Lynx.

This is a important bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please do steps 1 and 2 of the SRU
Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Changed in: spamassassin (Ubuntu)
   Status: New = Fix Released

-- 
open-whois.org is cybersquatted and its rules should be removed from 
Spamassassin
https://bugs.launchpad.net/bugs/551655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to spamassassin in ubuntu.

-- 
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 551549] Re: KVM vde2 support not working

2010-03-30 Thread Mathias Gug
** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

-- 
KVM vde2 support not working
https://bugs.launchpad.net/bugs/551549
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 551221] Re: consider a newer version of apache2 for lucid or backport some changes

2010-03-30 Thread Marc Deslauriers
openssl 0.9.8m is not in lucid yet for compatibility reasons. It is
pretty late in the dev cycle to update to 0.9.8m now. It would risk
breaking renegotiation for servers that need it.

For that reason, I don't think pulling in apache 2.2.15 would be
feasible at this time.

-- 
consider a newer version of apache2 for lucid or backport some changes
https://bugs.launchpad.net/bugs/551221
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 551701] Re: odbc_config missing

2010-03-30 Thread Mathias Gug
** Changed in: unixodbc (Ubuntu)
   Status: New = Triaged

** Changed in: unixodbc (Ubuntu)
   Importance: Undecided = Wishlist

** Bug watch added: Debian Bug tracker #422207
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422207

** Also affects: unixodbc (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422207
   Importance: Unknown
   Status: Unknown

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

-- 
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 550409] Re: Slow disk IO for all guests with all disc modes and types.

2010-03-30 Thread Ben Selinger
 1. create the guests
The first set of guests I created (both Windows and Linux) were created with 
virt-manager.  I used default settings for both Windows and Linux guests.  
Windows guests defaulted to IDE emulation, and Linux guests defaulted to Virtio 
emulation.  I have since tried all possible emulation modes on both guest OS's.
Without virt-manager, I have created Linux guests using vmbuilder.
vmbuilder kvm ubuntu --suite lucid --flavour virtual --arch i386  --libvirt 
qemu:///system --user=foo --pass=bar

 2. start the guests
Guests are normally started with virt-manager, which results in the following 
command:
/usr/bin/kvm -S -M pc-0.12 -cpu qemu32 -enable-kvm -m 512 -smp 1 -name winxp 
-uuid eb0416e2-54d2-d4cb-936d-331edbe443c0 -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/winxp.monitor,server,nowait 
-monitor chardev:monitor -localtime -boot c -drive 
file=/datahauz/storage/software/Windows/EN_WINDOWS_XP_PRO_WITH_SP2.ISO,if=ide,media=cdrom,index=2
 -drive file=/datahauz/storage/kvm/tinyxp.img,if=ide,index=0,boot=on,format=raw 
-net nic,macaddr=52:54:00:0d:11:23,vlan=0,name=nic.0 -net 
tap,fd=37,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial chardev:serial0 
-parallel none -usb -usbdevice tablet -vnc 127.0.0.1:0 -k en-us -vga cirrus

 3. run the benchmarks
Several benchmarks were used.  Under windows I used IOmeter, and also timed 
file copies while observing both host and guest disc access.  I did the 
following file copy tests.
1. Scp a 2GB file from the hosts disc, to the guests disc.
2. Scp a 2GB file from the hosts memory to the guests disc.
3. Scp a 2GB file from the guests disc to the hosts disc.
4. Scp a 2GB file from the guests disc to the hosts memory.
Then I put the guest disc image in /dev/shm and tried the same tests again.
With the guest disc hosted on /dev/shm, I get slightly better disc speeds 
(15MBps windows, 30MBps Linux)

Another point to note, is that when scping to the Linux guest disc, I get about 
20MBps, but to the guest memory (/dev/shm) I get 38MBps.  Either way, Linux 
guests do better on both disc and memory throughput, but are still much slower 
(1/4) The speed I would expect.
My expectations are based on performance results under VMware, Virtualbox, and 
Xen, which are all quite similar (~40-70MBps disc throughput)

-- 
Slow disk IO for all guests with all disc modes and types.
https://bugs.launchpad.net/bugs/550409
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
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 551130] Re: infinite loop in /etc/init/mysql.conf if mysqld is not running.

2010-03-30 Thread Gary B
Comparing old and new I don't think there were any changes, although
there is a 'log' entry that might not have been original.  I do not
recall seeing any prompt on this but it's possible that I missed it -
the upgrade from 8.04 to 10.0.0.4 was a long process, and a lot of it
ran overnight while I was elsewhere.  But if the dialog would have
required me to click 'OK' or whatever then I don't think that happened.
I can attach a copy of my old my.cnf if you want it.

Perhaps this is a minor issue, but two things could be done differently:
  * since 'skip_bdb' is deprecated precisely because it's no longer needed, 
this should at most generate a warning when mysql starts up.  It's odd to me 
that mysql should abort because of a configuration option that is agreeing with 
it.  But I suppose that is really up to the mysql folks.
  * IMHO the initctl mysql.conf file (or any automated script) should not have 
a potential infinite loop like this, especially with no output to tell what is 
happening.  Perhaps this could try to start a certain number of times, then 
report whatever error messages are coming from mysqladmin and/or mysqld to 
syslog or dmesg or whatever.  Then at least there would be some error output.  
To get fancy, you could have a double retry loop, spitting out a warning every 
time the outer loop goes round.

In any case it's just a bad idea to sit and spin forever with no output.
I think this is the real 'bug'.

-- 
infinite loop in /etc/init/mysql.conf if mysqld is not running.
https://bugs.launchpad.net/bugs/551130
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 506985] Re: Upgrade from rabbitmq-server 1.54 - 1.7.0 wiped users and vhosts

2010-03-30 Thread Chuck Short
Soren,

This appears to be taking a very large sledgehammer for a smallish
problem. Maybe adding a note to the Debian.README and or release notes
to tell the users that this going to happen.

chuck

-- 
Upgrade from rabbitmq-server 1.54 - 1.7.0 wiped users and vhosts
https://bugs.launchpad.net/bugs/506985
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rabbitmq-server in ubuntu.

-- 
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 551820] [NEW] package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-03-30 Thread ch...@yahoo.com
Public bug reported:

failed many times

ProblemType: Package
AptOrdering:
 mysql-server-5.1: Install
 devicekit-disks: Install
 mysql-server-5.1: Configure
 devicekit-disks: Configure
Architecture: i386
Date: Tue Mar 30 09:50:15 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess new pre-removal script returned error exit status 1
Logs.var.log.daemon.log:
 
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['frontaccount', 'ib_logfile1', 'ibdata1', 
'ib_logfile0', 'debian-5.1.flag', 'HPlaptop.err', 'mysql_upgrade_info', 
'mysql', 'Syslog', '3z']
Package: mysql-server-5.1 5.1.37-1ubuntu5
ProcVersionSignature: Ubuntu 2.6.31-20.58-generic
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
Uname: Linux 2.6.31-20-generic i686

** Affects: mysql-dfsg-5.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/551820
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 551820] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-03-30 Thread ch...@yahoo.com

** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt
   http://launchpadlibrarian.net/42510286/.etc.apparmor.d.usr.sbin.mysqld.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/42510287/Dependencies.txt

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/42510288/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/42510289/DpkgTerminalLog.txt

** Attachment added: Logs.var.log.kern.log.txt
   http://launchpadlibrarian.net/42510290/Logs.var.log.kern.log.txt

** Attachment added: MySQLConf.etc.mysql.my.cnf.txt
   http://launchpadlibrarian.net/42510291/MySQLConf.etc.mysql.my.cnf.txt

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/551820
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 551650] Re: Regression in euca_conf --deregister-nodes

2010-03-30 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu27

---
eucalyptus (1.6.2-0ubuntu27) lucid; urgency=low

  [ Scott Moser ]
  * tools/euca_conf.in: fix regression in node deregistration,
LP: #551650
 -- Dustin Kirkland kirkl...@ubuntu.com   Tue, 30 Mar 2010 11:23:58 -0500

** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

** Changed in: eucalyptus (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Regression in euca_conf --deregister-nodes
https://bugs.launchpad.net/bugs/551650
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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 551545] Re: PXE netboot not booting localboot from virtio-disk

2010-03-30 Thread Christian Roessner
Directly from the manpage:

-boot [order=drives][,once=drives][,menu=on|off]
   Specify boot order drives as a string of drive letters. Valid drive 
letters depend on the target achitecture. The x86 PC uses: a, b (floppy 1 and
   2), c (first hard disk), d (first CD-ROM), n-p (Etherboot from 
network adapter 1-4), hard disk boot is the default. To apply a particular boot
   order only on the first startup, specify it via once.

   Interactive boot menus/prompts can be enabled via menu=on as
far as firmware/BIOS supports them. The default is non-interactive boot.

   # try to boot from network first, then from hard disk
   qemu -boot order=nc

So this should work?? Don't know. Even does not work with not specifying
if=virtio.

-- 
PXE netboot not booting localboot from virtio-disk
https://bugs.launchpad.net/bugs/551545
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 551545] Re: PXE netboot not booting localboot from virtio-disk

2010-03-30 Thread Christian Roessner
By the way: PXELinux ignores timeout, if prompt is set. So this seems to
be a second bug (this worked on karmic).

-- 
PXE netboot not booting localboot from virtio-disk
https://bugs.launchpad.net/bugs/551545
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 551276] Re: apache 2.2.14-5ubuntu4 fails to start with mod_dav_fs enabled

2010-03-30 Thread John Edwards
I can confirm that 2.2.14-5ubuntu6 does not have this problems.

Thanks for fixing.

-- 
apache 2.2.14-5ubuntu4 fails to start with mod_dav_fs enabled
https://bugs.launchpad.net/bugs/551276
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 551820] Re: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-03-30 Thread Kamus
*** This bug is a duplicate of bug 522185 ***
https://bugs.launchpad.net/bugs/522185

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 522185, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 522185
   package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1

-- 
package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/551820
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

-- 
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 551549] Re: KVM vde2 support not working

2010-03-30 Thread jara_76
This bug affects me as well.
I cannot use vdekvm any more and the proposal from the manpage is not true.

Any known workaround?

-- 
KVM vde2 support not working
https://bugs.launchpad.net/bugs/551549
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

-- 
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 524101] Re: optionally fetch public ssh keys from Launchpad when starting an instance

2010-03-30 Thread Steve Langasek
This looks to be reasonable in scope, low-risk, and self-contained; FFe
granted.

-- 
optionally fetch public ssh keys from Launchpad when starting an instance
https://bugs.launchpad.net/bugs/524101
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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


Re: [Bug 540747] Re: Apache Web DAV incorrect permissions

2010-03-30 Thread Mathias Gug
On Mon, Mar 29, 2010 at 08:13:15PM -, Roy Liu wrote:
 It seems that the fix broke mod_dav_fs altogether:
 
 apache2: Syntax error on line 203 of /etc/apache2/apache2.conf: Syntax error 
 on line 2 of /etc/apache2/mods-enabled/dav_fs.load: Cannot load 
 /usr/lib/apache2/modules/mod_dav_fs.so into server: 
 /usr/lib/apache2/modules/mod_dav_fs.so: undefined symbol: dav_file_mktemp
...fail!
 

Please open a new bug.

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com

-- 
Apache Web DAV incorrect permissions
https://bugs.launchpad.net/bugs/540747
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 549508] Re: Can't resolve realm kdc with a fully qualified hostname

2010-03-30 Thread Mathias Gug
Marking as Invalid per the comment 5.

** Changed in: krb5 (Ubuntu)
   Status: Incomplete = Invalid

-- 
Can't resolve realm kdc with a fully qualified hostname
https://bugs.launchpad.net/bugs/549508
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 in ubuntu.

-- 
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


Re: [Bug 546677] Re: puppet should recommend etckeeper

2010-03-30 Thread Mathias Gug
On Tue, Mar 30, 2010 at 08:23:44AM -, Thierry Carrez wrote:
 At this point we shouldn't force etckeeper on every puppet system... A
 Suggests looks good to me. 

Agreed.

 However puppet needs to be fixed so as to
 gracefully make use of etckeeper if present, but not fail in any way if
 it's not...
 

It should not fail if etckeeper is not installed.

Nicolas could you outline specifically how puppet fails to run?

Could you post debug logs from a puppet run with the --verbose --debug
options?

  status incomplete

-- 
Mathias Gug
Ubuntu Developer  http://www.ubuntu.com


** Changed in: puppet (Ubuntu)
   Status: Triaged = Incomplete

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

-- 
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 551847] [NEW] uec instance boot fail

2010-03-30 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: plymouth

Steps to reproduce.

The master-controller and all nodes were updated today with apt-get
upgrade.

#On master controller
wget 
http://uec-images.ubuntu.com/server/lucid/20100330/lucid-server-uec-amd64.tar.gz
uec-publish-tarball lucid-server-uec-amd64.tar.gz mybucket
euca-run-instances -k mykey -t c1.medium emi-BDB314B8

scp -i mykey.priv  .euca/*  ubu...@10.16.2.177:/home/ubuntu/
ssh -i mykey.priv ubu...@10.16.2.177

On new running instance
. eucarc
euca-bundle-vol -c ${EC2_CERT} -k ${EC2_PRIVATE_KEY} -u ${EC2_USER_ID} 
--ec2cert ${EUCALYPTUS_CERT} --no-inherit --kernel eki-F4AD10E3 --ramdisk 
eri-090F114A -d /mnt -r x86_64 -p myimage -s 2048

euca-upload-bundle -b test3 -m /mnt/myimage.manifest.xml
euca-register test3/myimage.manifest.xml

#On Master
euca-run-instances  emi-1C210CB6 -k mykey -t c1.medium
euca-get-console-output i-3FC807A8

After about 10 minutes euca-get-console still shows

...
...
Begin: Running /scripts/local-bottom ...
Done.
Done.
Begin: Running /scripts/init-bottom ...
Done.
[3.822253] e1000: :00:03.0: e1000_probe: (PCI:33MHz:32-bit) 
d0:0d:3f:c8:07:a8
[3.871628] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[3.895344] EXT3 FS on sda1, internal journal

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


** Tags: uec
-- 
uec instance boot fail
https://bugs.launchpad.net/bugs/551847
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to euca2ools in ubuntu.

-- 
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 536958] Re: slapd package configuration aborts with Program version 4.7 doesn't match environment version 0.44 error during Hardy - Lucid upgrade

2010-03-30 Thread Nathan Stratton Treadway
I just did another hardy - lucid upgrade run (on a test machine running
an as-installed-by-the-package slapd configuration), and can confirm
that the new version of the slapd.postinst was able to complete without
triggering the Program version 4.7 doesn't match environment version
error.

-- 
slapd package configuration aborts with Program version 4.7 doesn't match 
environment version 0.44 error during Hardy - Lucid upgrade
https://bugs.launchpad.net/bugs/536958
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

-- 
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 551847] Re: uec instance boot fail

2010-03-30 Thread Scott Moser
I really would expect that this is a problem with euca-bundle-vol.
Putting this in euca2ools.  Sorry for the movement spam.

** Package changed: cloud-init (Ubuntu) = euca2ools (Ubuntu)

-- 
uec instance boot fail
https://bugs.launchpad.net/bugs/551847
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
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


Re: [Bug 464418] Re: Official UEC image fails to boot

2010-03-30 Thread Scott Moser
 I had suspected that choosing:

 Ubuntu Enterprise Cloud (instance)

You definitely do not want 'instance'.  Instance is the thing running
inside the cloud.  (Ie, this would help you get package selection for a
image to run in a VM inside the cloud).

 system that would boot, but fail to mount its root file system.  I
 aborted that path and started over focusing on KVM.

Sorry for the lost time.  KVM is definitely the supported path.

 In all, I believe I tried install and setup 5 or 6 times, each time
 resulting in setups that weren't quite right, mostly due to networking.
 My CC and NC are not on the same network segment, which led to issues
 with MANAGED networking.  It took me a while to land on SYSTEM as a
 network mode, having to manually configure a bridge on the NC.

While I would not expect you to fail where you did, the UEC Images will
not function correctly in any mode without a metadata service (ie, STATIC
or SYSTEM) (http://open.eucalyptus.com/wiki/EucalyptusNetworking_v1.5.2)

The images are built to obtain information about themselves from the
metadata service, and will not function if it is not present.

Another thing to note, is that images for ec2/Eucalyptus will expect to
find a root filesystem at /dev/sda1 , not at /dev/sda.  If you just boot
an image in kvm with '-hda disk.img' you will quite likely fail with can't
find root as the /etc/fstab will be expecting /dev/sda1 and you will have
presented a partition image as a disk.  Eucalyptus takes the partition
image and turns it into a full disk with a partition table.

I believe the problems you're running into (at this point at least) are
more with eucalyptus configuration than with the images themselves.

-- 
Official UEC image fails to boot
https://bugs.launchpad.net/bugs/464418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
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


  1   2   >