[Bug 455625] Re: Eucalyptus Loses Public IP Address

2009-10-19 Thread Thierry Carrez
Maybe some issue with the DHCP lease not being renewed. Takes some time to 
reproduce, unfortunately...
Joseph: would there be anything in the logs (host side or guest side) about 
this ?

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided => High

** Changed in: eucalyptus (Ubuntu)
   Status: New => Incomplete

** Tags added: eucalyptus

-- 
Eucalyptus Loses Public IP Address
https://bugs.launchpad.net/bugs/455625
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 436795] Re: list_lists crashed with ImportError in ()

2009-10-19 Thread gillesbris...@hotmail.com
Hi Chuck,

Sorry for the late reply.

This issue has disappeared with a recent system upgrade.

Gilles


[Bug 436795] Re: list_lists crashed with ImportError in ()
 Date: Yesterday 23:46:06
 From: Chuck Short 
 To: gillesbris...@hotmail.com
 Reply to: Bug 436795 <436...@bugs.launchpad.net>
 
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!

-- 
list_lists crashed with ImportError in ()
https://bugs.launchpad.net/bugs/436795
You received this bug notification because you are a direct subscriber
of the bug.

Status in “mailman” package in Ubuntu: Incomplete

Bug description:
Binary package hint: mailman

Not sure

ProblemType: Crash
Architecture: amd64
Date: Sat Sep 26 02:19:37 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/lib/mailman/bin/list_lists
InterpreterPath: /usr/bin/python2.6
Package: mailman 1:2.1.12-2
ProcCmdline: /usr/bin/python /usr/sbin/list_lists -b
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.35-generic
PythonArgs: ['/usr/sbin/list_lists', '-b']
SourcePackage: mailman
Title: list_lists crashed with ImportError in ()
Traceback:
 Traceback (most recent call last):
   File "/usr/sbin/list_lists", line 46, in 
 from Mailman import mm_cfg
 ImportError: cannot import name mm_cfg
Uname: Linux 2.6.31-10-generic x86_64
UserGroups:

-- 
list_lists crashed with ImportError in ()
https://bugs.launchpad.net/bugs/436795
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman 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 441406] Re: php5 crashed with SIGSEGV in clone()

2009-10-19 Thread Ben Melluish
Yeah this is the php5-cli package I think. Mine crashed when starting
Komodo Edit 5.2.1, never had it before. Komodo loads it for code
intelligence/auto-complete stuff. Hope this helps.

-- 
php5 crashed with SIGSEGV in clone()
https://bugs.launchpad.net/bugs/441406
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 448674] Re: VM is suspended after live migrate in Karmic

2009-10-19 Thread EAB
Hosts:
CPU: Intel(R) Core(TM)2 CPU  6300  @ 1.86GHz
RAM: 2GB
Disk: Gbit NFS-mount on NetApp FAS3040 (/etc/libvirt/qemu)
10.0.40.100:/vol/hl/disk_images /etc/libvirt/qemu/disks nfs 
rsize=32768,wsize=32768,hard,intr,tcp,timeo=600,rw0   0

Installed both hosts with Ubuntu Jaunty 9.04.
aptitude install libvirt-bin qemu kvm host sysstat iptraf iptables portmap 
nfs-common realpath bridge-utils vlan ubuntu-virt-server python-vm-builder 
whois postfix hdparm

After some testing with migration (all failed because of several
errors/bugs) I upgraded to Ubuntu Karmic 9.10 Beta.

cat /etc/network/interfaces:
auto lo
iface lo inet loopback

auto eth1
iface eth1 inet manual
up ifconfig eth1 0.0.0.0 up
up ip link set eth1 promisc on

auto eth1.1503
iface eth1.1503 inet manual
up ifconfig eth1.1503 0.0.0.0 up
up ip link set eth1.1503 promisc on

auto br_extern
iface br_extern inet static
address 123.123.32.252 # HOSTA
address 123.123.32.253 # HOSTB
network 123.123.32.0
netmask 255.255.252.0
broadcast 123.123.35.255
gateway 123.123.32.1
bridge_ports eth0.1503
bridge_stp off


/etc/resolv.conf is correct
/etc/hosts is correct
Hostnames are correct and resolvable

VM running Ubuntu Jaunty 9.04:
fqdn.com.xml:


  fqdn.com
  70a1c1f2-9a3e-4ee5-9f95-69e7e2682e15
  1048576
  1048576
  1
  



  
  
hvm


  
  
  destroy
  restart
  restart
  
/usr/bin/kvm

  
  
  


  
  


  
  



  


Define instance:
/usr/bin/virsh define /etc/libvirt/qemu/xml/1378/fqdn.com.xml

Start instance:
/usr/bin/virsh start fqdn.com

ps auxf | grep kvm:
/usr/bin/kvm -S -M pc-0.11 -m 1024 -smp 1 -name fqdn.com -uuid 
70a1c1f2-9a3e-4ee5-9f95-69e7e2682e15 -monitor 
unix:/var/run/libvirt/qemu/fqdn.com.monitor,server,nowait -boot dc -
drive 
file=/etc/libvirt/qemu/disks/1378/fqdn.com/disk0.qcow2,if=ide,index=0,boot=on 
-drive file=,if=ide,media=cdrom,index=2 -net 
nic,macaddr=56:16:43:76:ab:09,vlan=0,name=nic.0 -net tap,fd=17,vlan=0
,name=tap.0 -serial none -parallel none -usb -vnc 127.0.0.1:0 -vga cirrus

Migrate instance:
/usr/bin/virsh migrate fqdn.com qemu+ssh://hostb.fqdn.com/system

Migration will complete but the instance seems to be suspended.
On HostB to resume the instance:
/usr/bin/virsh suspend fqdn.com
/usr/bin/virsh resume fqdn.com

Only running resume fqdn.com does nothing.

The Hosts were initialy installed as Ubuntu Jaunty 9.04 and upgraded to
Ubuntu Karmic 9.10 Beta. Maybe this is the problem?

-- 
VM is suspended after live migrate in Karmic
https://bugs.launchpad.net/bugs/448674
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 452185] Re: can't access SC volumes in a UEC instance

2009-10-19 Thread Kendall Price
I am still having this problem. I am using the latest uec-image from
10-20.

If I do a lsmod | grep acpiphp

I get

acpiphp25180  0

so the module is running.

I'm no longer using a bridge on my CC - I am using the setup from 10-19
daily server ISOs.

I've tried

euca-attach-volume -i i-46C508A6 -d /dev/sdb vol-32BA04A7

and

euca-attach-volume -i i-46C508A6 -d sdb vol-32BA04A7

both return

VOLUME  vol-32BA04A7

then in both cases if I do a

euca-describe-volumes

I get

VOLUME  vol-32BA04A7 10 AUUEC   available
2009-10-20T03:27:55.218Z

it shows "available" which tells me it didn't attach to my instance, to
check I look into the instance and sure enough the volume device is not
there.

I check the nc.log, and I don't find anything of relevance there, which
leads me to the cc.log , where I find this:

[Mon Oct 19 22:57:01 2009][001385][EUCAERROR ] bad input params to 
vnetAttachTunnels()
[Mon Oct 19 22:57:01 2009][001385][EUCADEBUG ] failed to attach tunnels for 
vlan 10 during maintainNetworkState()
[Mon Oct 19 22:57:01 2009][001385][EUCAERROR ] network state maintainance failed

-- 
can't access SC volumes in a UEC instance
https://bugs.launchpad.net/bugs/452185
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 434836] Re: [MIR] augeas

2009-10-19 Thread Nicolas Valcárcel
Oh! i think you are refering to Debian Bug #530889, can you please
follow on that bug and post information so it can be closed. I've no
idea about the issue, but it's still on my ToDo

-- 
[MIR] augeas
https://bugs.launchpad.net/bugs/434836
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to augeas 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 452185] Re: can't access SC volumes in a UEC instance

2009-10-19 Thread Kendall Price
** Changed in: eucalyptus
   Status: Invalid => Incomplete

** Changed in: eucalyptus (Ubuntu)
   Status: Invalid => Incomplete

-- 
can't access SC volumes in a UEC instance
https://bugs.launchpad.net/bugs/452185
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 434836] Re: [MIR] augeas

2009-10-19 Thread Nicolas Valcárcel
I don't see a problem on including that in debian if you point me to
more information (a wiki explaining what you meant or some
documentation)

-- 
[MIR] augeas
https://bugs.launchpad.net/bugs/434836
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to augeas 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 341003] Re: php5 crashed with SIGSEGV in start_thread()

2009-10-19 Thread Tremaine Lea
apport (pid 3111) Mon Oct 19 11:48:02 2009: called for pid 3108, signal 11
apport (pid 3111) Mon Oct 19 11:48:02 2009: executable: /usr/bin/php5 (command 
line "/usr/bin/php5 /usr/lib/gforge/bin/massmail.php -d 
include_path=/etc/gforge:/usr/share/gforge/:/usr/share/gforge/www:/usr/share/gforge/common")
apport (pid 3111) Mon Oct 19 11:48:03 2009: wrote report 
/var/crash/_usr_bin_php5.0.crash


** Attachment added: "_usr_bin_php5.0.crash"
   http://launchpadlibrarian.net/33992009/_usr_bin_php5.0.crash

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/341003
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 341003] Re: php5 crashed with SIGSEGV in start_thread()

2009-10-19 Thread Tremaine Lea
This is happening for me in Karmic

t...@quad:~$ lsb_release -rd; uname -a; apt-cache policy php5
Description:Ubuntu karmic (development branch)
Release:9.10
Linux quad 2.6.31-10-generic #35-Ubuntu SMP Tue Sep 22 17:33:14 UTC 2009 x86_64 
GNU/Linux
php5:
  Installed: 5.2.10.dfsg.1-2ubuntu5
  Candidate: 5.2.10.dfsg.1-2ubuntu5
  Version table:
 *** 5.2.10.dfsg.1-2ubuntu5 0
500 http://mirror.cpsc.ucalgary.ca karmic/main Packages
100 /var/lib/dpkg/status

Let me know what else I can provide to assist.  I've just installed php5-dbg in 
addition to:
valgrind alleyoop nemiver valkyrie

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/341003
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 455931] Re: google-collections update breaks eucalyptus build

2009-10-19 Thread Steve Langasek
Thanks for the quick fix, Matthias.  I'm also opening a task on
eucalyptus, having found the places in the code (debian/eucalyptus-java-
common.links, debian/build-jars) that the old name is referenced;
updating both of these for the new name is enough to get eucalyptus
building again also, and if this is a deliberate transition then we're
going to need to do that eventually anyway (but not critical for karmic
- so wontfix'ed the karmic task).

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

** Changed in: eucalyptus (Ubuntu Karmic)
   Status: New => Won't Fix

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided => Low

** Changed in: eucalyptus (Ubuntu)
   Status: New => Triaged

-- 
google-collections update breaks eucalyptus build
https://bugs.launchpad.net/bugs/455931
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 455931] Re: google-collections update breaks eucalyptus build

2009-10-19 Thread Launchpad Bug Tracker
This bug was fixed in the package libgoogle-collections-java -
0~20080808-3ubuntu1

---
libgoogle-collections-java (0~20080808-3ubuntu1) karmic; urgency=low

  * Add symlinks for jar names as found in 0~20080808-1. LP: #455931.

 -- Matthias KloseTue, 20 Oct 2009 02:48:47 +0200

** Changed in: libgoogle-collections-java (Ubuntu Karmic)
   Status: Fix Committed => Fix Released

-- 
google-collections update breaks eucalyptus build
https://bugs.launchpad.net/bugs/455931
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java 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 285897] Re: prepend domain-name-servers does not allow other addresses

2009-10-19 Thread Chuck Short
Thanks for the response closing.

Regards
chuck

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

-- 
prepend domain-name-servers does not allow other addresses
https://bugs.launchpad.net/bugs/285897
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 455931] Re: google-collections update breaks eucalyptus build

2009-10-19 Thread Matthias Klose
** Changed in: libgoogle-collections-java (Ubuntu Karmic)
   Status: In Progress => Fix Committed

-- 
google-collections update breaks eucalyptus build
https://bugs.launchpad.net/bugs/455931
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java 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 285897] Re: prepend domain-name-servers does not allow other addresses

2009-10-19 Thread Ryan Giobbi
This issue appears to be fixed in dhclient 3.1.1 (Ubuntu 9.04)

-- 
prepend domain-name-servers does not allow other addresses
https://bugs.launchpad.net/bugs/285897
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 455931] Re: google-collections update breaks eucalyptus build

2009-10-19 Thread Matthias Klose
but re-adding the /usr/share/java/google-collect.jar link works.
uploading.



** Changed in: libgoogle-collections-java (Ubuntu Karmic)
   Status: Triaged => In Progress

-- 
google-collections update breaks eucalyptus build
https://bugs.launchpad.net/bugs/455931
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java 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 16918] Re: smartcard support is not enabled in openssh

2009-10-19 Thread jochen
smartcard are the state of the art secure technology since 5-10 years
please enable it for ssh

-- 
smartcard support is not enabled in openssh
https://bugs.launchpad.net/bugs/16918
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 455931] Re: google-collections update breaks eucalyptus build

2009-10-19 Thread Steve Langasek
The exact build failure is:

/build/buildd/eucalyptus-1.6~bzr931/clc/modules/msgs/src/main/java/com/eucalyptus/bootstrap/BootstrapFactory.java:81:
 package com.google.common.collect does not exist
import com.google.common.collect.Lists;

-- 
google-collections update breaks eucalyptus build
https://bugs.launchpad.net/bugs/455931
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java 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 455931] Re: google-collections update breaks eucalyptus build

2009-10-19 Thread Steve Langasek
Adding a /usr/share/java/google-collect-20080808.jar symlink is /not/
enough to get eucalyptus building again.

** Changed in: libgoogle-collections-java (Ubuntu)
   Importance: Undecided => High

** Changed in: libgoogle-collections-java (Ubuntu)
   Status: New => Triaged

** Changed in: libgoogle-collections-java (Ubuntu)
Milestone: None => ubuntu-9.10

** Changed in: libgoogle-collections-java (Ubuntu)
 Assignee: (unassigned) => Matthias Klose (doko)

** Also affects: libgoogle-collections-java (Ubuntu Karmic)
   Importance: High
 Assignee: Matthias Klose (doko)
   Status: Triaged

-- 
google-collections update breaks eucalyptus build
https://bugs.launchpad.net/bugs/455931
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java 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 453653] Re: [karmic] libvirt fails to list node devices

2009-10-19 Thread Nathan Crawford
Sorry, this was my bad... hal is not installed by default on the server
flavor and ubuntu-virt-server doesn't bring it in either. I saw libhal1
was installed and assumed that would be enough. Installing hal and
rebooting fixed the issue.

** Changed in: libvirt (Ubuntu)
   Status: Incomplete => Invalid

-- 
[karmic] libvirt fails to list node devices
https://bugs.launchpad.net/bugs/453653
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 455873] Re: mod proxy causes duplicate query strings when nocanon option is used

2009-10-19 Thread Mathias Gug
** Changed in: apache2 (Ubuntu)
 Assignee: Ubuntu Server Team (ubuntu-server) => Canonical Server Team 
(canonical-server)

-- 
mod proxy causes duplicate query strings when nocanon option is used
https://bugs.launchpad.net/bugs/455873
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 447382] Re: [FFe] Sync libgoogle-collections-java 0~20080808-3 (universe) from Debian unstable (main)

2009-10-19 Thread Steve Langasek
*** This bug is a duplicate of bug 446263 ***
https://bugs.launchpad.net/bugs/446263

** This bug has been marked a duplicate of bug 446263
   sync request (unstable -> main) for getting maven built

-- 
[FFe] Sync libgoogle-collections-java 0~20080808-3 (universe) from Debian 
unstable (main)
https://bugs.launchpad.net/bugs/447382
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java 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 455931] [NEW] google-collections update breaks eucalyptus build

2009-10-19 Thread Steve Langasek
Public bug reported:

Binary package hint: libgoogle-collections-java

The latest sync of libgoogle-collections-java for the maven transition
has broken the eucalyptus build.

debdiff shows:

$ debdiff libgoogle-collections-java_0~20080808-*.deb

Files in second .deb but not in first
-
-rw-r--r--  root/root   /usr/share/java/google-collections-0.8.jar
-rw-r--r--  root/root   
/usr/share/maven-repo/com/google/collections/google-collections/0.8/google-collections-0.8.pom
-rw-r--r--  root/root   
/usr/share/maven-repo/com/google/collections/google-collections/debian/google-collections-debian.pom
lrwxrwxrwx  root/root   /usr/share/java/google-collections.jar -> 
google-collections-0.8.jar
lrwxrwxrwx  root/root   
/usr/share/maven-repo/com/google/collections/google-collections/0.8/google-collections-0.8.jar
 -> ../../../../../../java/google-collections-0.8.jar
lrwxrwxrwx  root/root   
/usr/share/maven-repo/com/google/collections/google-collections/debian/google-collections-debian.jar
 -> ../../../../../../java/google-collections-0.8.jar

Files in first .deb but not in second
-
-rw-r--r--  root/root   /usr/share/java/google-collect-20080808.jar
lrwxrwxrwx  root/root   /usr/share/java/google-collect.jar -> 
google-collect-20080808.jar

Downgrading this package to -1 is sufficient to get eucalyptus building
again.

** Affects: libgoogle-collections-java (Ubuntu)
 Importance: Undecided
 Status: New

-- 
google-collections update breaks eucalyptus build
https://bugs.launchpad.net/bugs/455931
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java 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 427539] Re: [FFe] Sync libmaven packages from Debian unstable

2009-10-19 Thread Steve Langasek
These tasks are all duplicates of bug #446263, which has been fixed.

** Changed in: libgoogle-collections-java (Ubuntu)
   Status: New => Fix Released

** Changed in: commons-httpclient (Ubuntu)
   Status: New => Fix Released

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

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

-- 
[FFe] Sync libmaven packages from Debian unstable
https://bugs.launchpad.net/bugs/427539
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libgoogle-collections-java 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 455873] Re: mod proxy causes duplicate query strings when nocanon option is used

2009-10-19 Thread Brian Murray
** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) => Ubuntu Server Team (ubuntu-server)

-- 
mod proxy causes duplicate query strings when nocanon option is used
https://bugs.launchpad.net/bugs/455873
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 455901] Re: guest with vcpus>1 hangs; >1 guest at a time, hangs one of them; hard hang -- must virsh destroy. thanks.

2009-10-19 Thread Chandra Krintz

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/33982352/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/33982353/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33982354/Dependencies.txt

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/33982355/HalComputerInfo.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/33982356/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/33982357/Lsusb.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/33982358/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/33982359/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/33982361/ProcModules.txt

** Attachment added: "RelatedPackageVersions.txt"
   http://launchpadlibrarian.net/33982362/RelatedPackageVersions.txt

-- 
guest with vcpus>1 hangs; >1 guest at a time, hangs one of them; hard hang -- 
must virsh destroy.  thanks.
https://bugs.launchpad.net/bugs/455901
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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 455901] [NEW] guest with vcpus>1 hangs; >1 guest at a time, hangs one of them; hard hang -- must virsh destroy. thanks.

2009-10-19 Thread Chandra Krintz
Public bug reported:

Binary package hint: kvm

I got a new intel i7 (950) and installed Ubuntu 9.04 and kvm-84
on it.  I use this same config for a bunch of other machines
and it works fine.  All my other machines are core2/xeon boxes
though.  All are 64bit.

I try to run guestVM from an image that works on another box.
If I set vcpus in the config to 1 the guest starts.  Otherwise
it hangs during boot after the lines:
...
[1.349990] Uniform CD-ROM driver Revision: 3.20
[1.350080] sr 1:0:0:0: Attached scsi generic sg1 type 5
[1.350264] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[1.350264] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[1.350264] uhci_hcd: USB Universal Host Controller Interface driver
[1.350264] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[1.350264] uhci_hcd :00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, 
high) -> IRQ 11
[1.350264] uhci_hcd :00:01.2: UHCI Host Controller
[1.350264] uhci_hcd :00:01.2: new USB bus registered, assigned bus 
number 1
[1.350264] uhci_hcd :00:01.2: irq 11, io base 0xc020
[1.359995] usb usb1: configuration #1 chosen from 1 choice
[1.360018] hub 1-0:1.0: USB hub found
[1.360018] hub 1-0:1.0: 2 ports detected
[1.360020] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 
1,12
[1.360020] serio: i8042 KBD port at 0x60,0x64 irq 1
[1.360020] serio: i8042 AUX port at 0x60,0x64 irq 12


If I set vcpus=1 then guest starts fine.
If I start another guest, the first one hangs hard.
During either of these cases there is no information/error in syslog.
I do see "kvm: 10933: cpu0 unhandled wrmsr: 0xc0010117 data 0" during
boot but other users/bug reports say that thisis fixed or doesn't
cause a problem.

My system info is below:
version info:
QEMU PC emulator version 0.9.1 (kvm-84), Copyright (c) 2003-2008 Fabrice Bellard

guest kernel info:
Linux appscale-image 2.6.28-13-server #45-Ubuntu SMP Tue Jun 30 22:56:18 UTC 
2009 x86_64 GNU/Linux

host cpu:
model name  : Intel(R) Core(TM) i7 CPU 950  @ 3.07GHz
cpu family  : 6
cpu MHz : 3065.952
cpu cores   : 4
cpuid level : 11

host unix (ubuntu):
lsb_release -a
No LSB modules are available.
Distributor ID:   Ubuntu
Description:   Ubuntu 9.04
Release: 9.04
Codename:   jaunty

host kernel info:
Linux eagles 2.6.28-15-server #52-Ubuntu SMP Wed Sep 9 11:34:09 UTC 2009 x86_64 
GNU/Linux

kvm:
  Installed: 1:84+dfsg-0ubuntu12.3
  Candidate: 1:84+dfsg-0ubuntu12.3
  Version table:
 *** 1:84+dfsg-0ubuntu12.3 0
500 http://us.archive.ubuntu.com jaunty-updates/main Packages
100 /var/lib/dpkg/status
 1:84+dfsg-0ubuntu11 0
500 http://us.archive.ubuntu.com jaunty/main Packages
qemu:
  Installed: 0.10.0-1ubuntu1
  Candidate: 0.10.0-1ubuntu1
  Version table:
 *** 0.10.0-1ubuntu1 0
500 http://us.archive.ubuntu.com jaunty/universe Packages
100 /var/lib/dpkg/status


kvm config file:

  XXX
  XXX-ed3d-ff3c-11ad-c85f81c77b58
  2097152
  2097152
  2
  
hvm

  
  

  
  
  destroy
  restart
  destroy
  
/usr/bin/kvm

  
  


  
  
  


  
  


  
  



  


thanks.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
KvmCmdLine:
 UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
 root 10933 1  0 555893 350892 0 08:12 ?00:00:32 /usr/bin/kvm 
-S -M pc -m 2048 -smp 1 -name cs263-appscale -uuid 
04844aaa-ed3d-ff3c-11ad-c85f81c77b58 -monitor pty -pidfile 
/var/run/libvirt/qemu//cs263-appscale.pid -boot c -drive 
file=/local/kvm/images/appscale1.2/cs263-appscale/disk0.qcow2,if=ide,index=0,boot=on
 -net nic,macaddr=52:54:01:30:00:0c,vlan=0,model=virtio -net 
tap,fd=18,script=,vlan=0,ifname=vnet1 -serial pty -parallel none -usb -vnc 
127.0.0.1:1
MachineType: Gateway FX6801
Package: kvm 1:84+dfsg-0ubuntu12.3
ProcCmdLine: root=UUID=7bce9000-5b8d-43f4-90f5-6801c6c51943 ro max_loop=255
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-15.52-server
SourcePackage: kvm

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


** Tags: amd64 apport-bug

-- 
guest with vcpus>1 hangs; >1 guest at a time, hangs one of them; hard hang -- 
must virsh destroy.  thanks.
https://bugs.launchpad.net/bugs/455901
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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 338283] Re: virt-manager can't open Linux VM's under Xen

2009-10-19 Thread Brent Thomson
Here's a patch against 0.6.1 on 9.04.

** Attachment added: "Patch fixing 'NoneType is not iterable' in virt-manager 
0.6.1"
   http://launchpadlibrarian.net/33982162/ubuntu-338283.patch

-- 
virt-manager can't open Linux VM's under Xen
https://bugs.launchpad.net/bugs/338283
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 455697] Re: In the UEC web UI 'Services' tab, links to the 'Eucalyptus' project would be helpful

2009-10-19 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr931-0ubuntu7

---
eucalyptus (1.6~bzr931-0ubuntu7) karmic; urgency=low

  * 
clc/modules/www/src/main/java/edu/ucsb/eucalyptus/admin/client/EucalyptusWebInterface.java:
Add a bit of branding text and pointers to documentation in the web
interface (LP: #455697)

 -- Dustin KirklandMon, 19 Oct 2009 14:04:37
-0500

** Changed in: eucalyptus (Ubuntu Karmic)
   Status: Fix Committed => Fix Released

-- 
In the UEC web UI 'Services' tab, links to the 'Eucalyptus' project would be 
helpful
https://bugs.launchpad.net/bugs/455697
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 455873] [NEW] mod proxy causes duplicate query strings when nocanon option is used

2009-10-19 Thread James Troup
Public bug reported:

Binary package hint: apache2

When mod proxy is used with the nocanon option apache duplicates the
query string arguments in the URL.  This is a known bug in 2.2.8 and
was fixed in 2.2.9, c.f.:

  
  


To reproduce:

1) Create an apache.conf file, e.g. like:


LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so
LoadModule proxy_http_module /usr/lib/apache2/modules/mod_proxy_http.so

Listen 

ErrorLog /dev/null
PidFile /dev/null

ProxyPass / http://127.0.0.1:8000/ nocanon
ProxyPassReverse / http://127.0.0.1:8000/


Then run apache with it, e.g. apache2 -X -f apache.conf

2) run 'python -m SimpleHTTPServer' in another terminal/window/whatever

3) finally run 'wget -q -O /dev/null http://localhost:/foo?bar' in
another terminal

Output from hardy(-updates) apache:


localhost - - [19/Oct/2009 23:16:09] code 404, message File not found
localhost - - [19/Oct/2009 23:16:09] "GET /foo?bar?bar HTTP/1.1" 404 -


Expected output:


localhost - - [19/Oct/2009 23:16:34] code 404, message File not found
localhost - - [19/Oct/2009 23:16:34] "GET /foo?bar HTTP/1.1" 404 -


Attached is a dpatch which we're using in production and fixes the
issue for us.  Could we please get an SRU with this for hardy?

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

-- 
mod proxy causes duplicate query strings when nocanon option is used
https://bugs.launchpad.net/bugs/455873
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 455816] Re: When installing a UEC cluster, the prompt for the private interface is displayed after the "Installation complete" dialog

2009-10-19 Thread Mathias Gug
To test the fix:

18:23 < cjwatson> I think what you can do is build the package, put the udeb
  somewhere wgettable, write a preseed file that says 'd-i
  preseed/early_command string wget
  http://url/to/eucalyptus-udeb_1.6~bzr931-0ubuntu7_i386.udeb
  && udpkg -i eucalyptus-udeb_1.6~bzr931-0ubuntu7_i386.udeb'
18:23 < cjwatson> but then the tricky bit
18:24 < cjwatson> you have to start the installer in expert mode, run through
  it until right before the "Select cloud installation mode"
  menu item, *but then* scroll down the menu and select
  "Download debconf preconfiguration file"
18:24 < cjwatson> after that, you can select "Change debconf priority", set it
  back to high, and continue as normal
18:24 < cjwatson> (obviously I meant 0ubuntu8 not 0ubuntu7, you get the idea)

-- 
When installing a UEC cluster, the prompt for the private interface is 
displayed after the "Installation complete" dialog
https://bugs.launchpad.net/bugs/455816
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 455873] Re: mod proxy causes duplicate query strings when nocanon option is used

2009-10-19 Thread James Troup

** Attachment added: "999_fix_mod_proxy_nocanon.dpatch"
   http://launchpadlibrarian.net/33980621/999_fix_mod_proxy_nocanon.dpatch

-- 
mod proxy causes duplicate query strings when nocanon option is used
https://bugs.launchpad.net/bugs/455873
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 455816] Re: When installing a UEC cluster, the prompt for the private interface is displayed after the "Installation complete" dialog

2009-10-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~cjwatson/eucalyptus/question-ordering

-- 
When installing a UEC cluster, the prompt for the private interface is 
displayed after the "Installation complete" dialog
https://bugs.launchpad.net/bugs/455816
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 447360] Re: FFE for samba 3.4.2

2009-10-19 Thread Mathias Gug
** Changed in: samba (Ubuntu)
   Importance: Undecided => Medium

-- 
FFE for samba 3.4.2
https://bugs.launchpad.net/bugs/447360
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 455816] Re: When installing a UEC cluster, the prompt for the private interface is displayed after the "Installation complete" dialog

2009-10-19 Thread Colin Watson
Actually slightly fiddly to fix because part of this code also needs to
go after another script that's after that question - it'll probably need
to be split into two files.

** Package changed: debian-installer (Ubuntu) => eucalyptus (Ubuntu)

** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided => Medium

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

-- 
When installing a UEC cluster, the prompt for the private interface is 
displayed after the "Installation complete" dialog
https://bugs.launchpad.net/bugs/455816
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 273930] Re: oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM

2009-10-19 Thread Mathias Gug
** Package changed: kvm (Ubuntu) => qemu-kvm (Ubuntu)

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

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

-- 
oosplash.bin crashed with SIGSEGV in splash_create_window() under KVM
https://bugs.launchpad.net/bugs/273930
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 455816] [NEW] When installing a UEC cluster, the prompt for the private interface is displayed after the "Installation complete" dialog

2009-10-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: debian-installer

Using karmic server daily ISO of 19-10-2009, when installing an
Eucalyptus cluster controller on a machine that have multiple network
interfaces, the dialog that prompt for which interface to use to
communicate with nodes ("Network interface for communication with
nodes:") is shown *after* the "Installation complete" dialog where the
CD is ejected.

The installation is otherwise fine, but this is very confusing to say
the least! :)

** Affects: eucalyptus (Ubuntu)
 Importance: Medium
 Status: Confirmed


** Tags: eucalyptus
-- 
When installing a UEC cluster, the prompt for the private interface is 
displayed after the "Installation complete" dialog
https://bugs.edge.launchpad.net/bugs/455816
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 452900] Re: Please run testsuite during build

2009-10-19 Thread Mathias Gug
** Changed in: asm2 (Ubuntu)
   Status: New => Triaged

** Changed in: asm2 (Ubuntu)
   Importance: Undecided => Medium

-- 
Please run testsuite during build
https://bugs.launchpad.net/bugs/452900
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to asm2 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 452901] Re: Copyright doesn't mention INRIA + France Telecom

2009-10-19 Thread Mathias Gug
** Changed in: asm2 (Ubuntu)
   Status: New => Triaged

** Changed in: asm2 (Ubuntu)
   Importance: Undecided => Low

-- 
Copyright doesn't mention INRIA + France Telecom
https://bugs.launchpad.net/bugs/452901
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to asm2 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 452919] Re: Please enable testsuite during build

2009-10-19 Thread Mathias Gug
** Changed in: c3p0 (Ubuntu)
   Status: New => Triaged

** Changed in: c3p0 (Ubuntu)
   Importance: Undecided => Medium

-- 
Please enable testsuite during build
https://bugs.launchpad.net/bugs/452919
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to c3p0 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 452926] Re: Warnings during build

2009-10-19 Thread Mathias Gug
** Changed in: c3p0 (Ubuntu)
   Status: New => Triaged

** Changed in: c3p0 (Ubuntu)
   Importance: Undecided => Medium

-- 
Warnings during build
https://bugs.launchpad.net/bugs/452926
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to c3p0 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 452939] Re: Please run testsuite during build

2009-10-19 Thread Mathias Gug
** Changed in: cglib2.1 (Ubuntu)
   Status: New => Triaged

** Changed in: cglib2.1 (Ubuntu)
   Importance: Undecided => Medium

-- 
Please run testsuite during build
https://bugs.launchpad.net/bugs/452939
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cglib2.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 452949] Re: Please run testsuite during build

2009-10-19 Thread Mathias Gug
** Changed in: groovy (Ubuntu)
   Status: New => Triaged

** Changed in: groovy (Ubuntu)
   Importance: Undecided => Medium

-- 
Please run testsuite during build
https://bugs.launchpad.net/bugs/452949
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to groovy 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 455832] [NEW] segfault when attaching disk with same physical device

2009-10-19 Thread Jamie Strandboge
Public bug reported:

I was testing attaching and detaching an AoE block device and all was
going fine until I tried to attach a device twice in a row without
changing the target device. Doing so resulted in a segfault. My example
uses AoE but I bet any disk type='block' would work. This is easily a
local DoS for libvirtd for anyone one in the libvirtd group or more than
likely a remote user who has access to qemu+ssh:///system.

This happens with the apparmor security driver disabled too (ie, edit
/etc/libvirt/qemu.conf to have 'security = "none"' and restart
/etc/init.d/libvirt-bin).

Eg:
$ cat > /tmp/aoe.xml << EOM

  
  
  

EOM
 
$ virsh attach-device sec-karmic-amd64 /tmp/aoe.xml 
Connecting to uri: qemu:///system
Device attached successfully

$ virsh detach-device sec-karmic-amd64 /tmp/aoe.xml 
Connecting to uri: qemu:///system
Device detached successfully

$ virsh attach-device sec-karmic-amd64 /tmp/aoe.xml 
Connecting to uri: qemu:///system
Device attached successfully

$ virsh attach-device sec-karmic-amd64 /tmp/aoe.xml 
Connecting to uri: qemu:///system
error: Failed to attach device from /tmp/aoe.xml
error: server closed connection

$ dmesg| tail -1
[ 1006.485494] libvirtd[2909]: segfault at 70 ip 004345f2 sp 
7f1f75c73b70 error 4 in libvirtd[40+77000]


If you start libvirtd in another window under gdb, you can see the issue:

$ sudo gdb libvirtd
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/sbin/libvirtd...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/sbin/libvirtd 
[Thread debugging using libthread_db enabled]
16:26:02.316: warning : qemudStartup:521 : Unable to create cgroup for driver: 
No such device or address
16:26:02.572: warning : lxcStartup:1460 : Unable to create cgroup for driver: 
No such device or address
[New Thread 0x7f8fb8346910 (LWP 4645)]
[New Thread 0x7f8fb7b45910 (LWP 4646)]
[New Thread 0x7f8fb7344910 (LWP 4647)]
[New Thread 0x7f8fb6b43910 (LWP 4648)]
[New Thread 0x7f8fb6342910 (LWP 4649)]
WARNING: Unhandled message: interface=org.freedesktop.DBus.Introspectable, 
path=/, member=Introspect
16:26:11.730: error : qemudDomainAttachPciDiskDevice:4857 : operation failed: 
target vda already exists
libvir: QEMU error : operation failed: target vda already exists

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f8fb7344910 (LWP 4647)]
0x004345f2 in ?? ()
(gdb) bt
#0  0x004345f2 in ?? ()
#1  0x0043489c in ?? ()
#2  0x00434b94 in ?? ()
#3  0x00434d91 in ?? ()
#4  0x0042cc2a in ?? ()
#5  0x7f8fbcc53b01 in virDomainAttachDevice () from /usr/lib/libvirt.so.0
#6  0x0041dddf in ?? ()
#7  0x0041f5c6 in ?? ()
#8  0x0041f884 in ?? ()
#9  0x00413a5c in ?? ()
#10 0x7f8fbacfba04 in start_thread (arg=)
at pthread_create.c:300
#11 0x7f8fbaa657bd in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#12 0x in ?? ()

** Affects: libvirt (Ubuntu)
 Importance: High
 Status: New

** Affects: libvirt (Ubuntu Karmic)
 Importance: High
 Status: New

** Visibility changed to: Public

** This bug is no longer flagged as a security vulnerability

** Changed in: libvirt (Ubuntu)
   Importance: Undecided => High

** Also affects: libvirt (Ubuntu Karmic)
   Importance: High
   Status: New

** Changed in: libvirt (Ubuntu Karmic)
Milestone: None => ubuntu-9.10

-- 
segfault when attaching disk with same physical device
https://bugs.launchpad.net/bugs/455832
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 451314] Re: PHP 5.2.10 zlib bug remains for 32bit

2009-10-19 Thread izi
It doesn't work for me neither:

$ php -v
PHP 5.2.10-2ubuntu6~ppa2 with Suhosin-Patch 0.9.7 (cli) (built: Oct 19 2009 
19:11:29) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

$ pear version
PEAR Version: 1.9.0
PHP Version: 5.2.10-2ubuntu6~ppa2
Zend Engine Version: 2.2.0
Running on: Linux izi-desktop 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 
14:04:26 UTC 2009 i686

$ sudo pear install Console_CommandLine
downloading Console_CommandLine-1.1.0.tgz ...
Starting to download Console_CommandLine-1.1.0.tgz (37,554 bytes)
..done: 37,554 bytes

^ stops after download

** Attachment added: "strace of pear install Console_CommandLine"
   http://launchpadlibrarian.net/33976167/trace.txt

-- 
PHP 5.2.10 zlib bug remains for 32bit
https://bugs.launchpad.net/bugs/451314
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 446263] Re: sync request (unstable -> main) for getting maven built

2009-10-19 Thread Matthias Klose
ubuntu changes are integrated in debian

libcommons-lang-java (2.4-4) unstable; urgency=low

  * Upload to unstable.

 -- Torsten Werner   Sun, 09 Aug 2009 12:04:17 +0200

libcommons-lang-java (2.4-3) experimental; urgency=low

  * Update debian/control as my changes where not checked in previously

 -- Ludovic Claude   Mon, 13 Jul 2009
00:16:04 +0100

libcommons-lang-java (2.4-2) experimental; urgency=low

  [ Ludovic Claude ]
  * Change section to java, bump up Standards-Version to 3.8.1
  * Add the Maven POM to the package,
  * Add a Build-Depends-Indep dependency on maven-repo-helper
  * Add ${misc:Depends} to Depends to clear Lintian warnings
  * Use mh_installpom and mh_installjar to install the POM and the jar to the
Maven repository
  * Remove 01build_xml_license_location_patch.dpatch as it's not useful 
anymore
  * Patch src/conf/MANIFEST.MF: add the OSGi metadata generated by the Maven 
build, use quilt
  * Put the API documentation in a separate package

  [ Torsten Werner ]
  * Add Build-Depends: quilt, maven-repo-helper.
  * Upload to experimental.


** Also affects: libcommons-lang-java (Ubuntu)
   Importance: Undecided
   Status: New

-- 
sync request (unstable -> main) for getting maven built
https://bugs.launchpad.net/bugs/446263
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to commons-io 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 451314] Re: PHP 5.2.10 zlib bug remains for 32bit

2009-10-19 Thread Gabor Halaszvari
It still does not work for me. :(

$ apt-cache policy php-pear
php-pear:
  Telepítve: 5.2.10.dfsg.1-2ubuntu6~ppa2
  Jelölt: 5.2.10.dfsg.1-2ubuntu6~ppa2
  Verziótáblázat:
 *** 5.2.10.dfsg.1-2ubuntu6~ppa2 0
500 http://ppa.launchpad.net karmic/main Packages
100 /var/lib/dpkg/status
 5.2.10.dfsg.1-2ubuntu5 0
500 http://archive.ubuntu.com karmic/main Packages


$ pear -v install Structures_Graph

Notice: file_exists(): Unable to find the wrapper "channel" - did you
forget to enable it when you configured PHP? in
PEAR/Downloader/Package.php on line 1517

Notice: is_file(): Unable to find the wrapper "channel" - did you forget
to enable it when you configured PHP? in PEAR/Downloader/Package.php on
line 1527

Notice: is_file(): Unable to find the wrapper "channel" - did you forget to 
enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1527
Downloading "http://pear.php.net/get/Structures_Graph-1.0.3.tgz";
downloading Structures_Graph-1.0.3.tgz ...
Starting to download Structures_Graph-1.0.3.tgz (30,191 bytes)
.done: 30,191 bytes

Warning: unlink(/tmp/glibctestZmtyzp): No such file or directory in
System.php on line 206

-- 
PHP 5.2.10 zlib bug remains for 32bit
https://bugs.launchpad.net/bugs/451314
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 328550] Re: qla2xxx takes ~one minute to initialize per device

2009-10-19 Thread Rob Dyke
RE: Comment #11. Thanks Jens. I'm adding this into my preseed for 9.x
server builds this evening.

I'd like to add my voice to this bug as 'me too'. It is pesky and
frustrating to have to work this out for  the 'minor' releases. I hope
we'll see the firmware included in the next LTS... or perhaps some hooks
in advanced/server builds for specific/detected cards?

-- 
qla2xxx takes ~one minute to initialize per device
https://bugs.launchpad.net/bugs/328550
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 234302] Re: ipmitool console session crashed with SIGSEGV

2009-10-19 Thread Chuck Short
This should be fixed in karmic now.

Regards
chuck

-- 
ipmitool console session crashed with SIGSEGV
https://bugs.launchpad.net/bugs/234302
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool 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 124055] Re: backuppc spanish translation error

2009-10-19 Thread Chuck Short
I do believe this has been fixed now, please re-open if I am wrong.

Thanks
chuck

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

-- 
backuppc spanish translation error
https://bugs.launchpad.net/bugs/124055
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc 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 223440] Re: [SRU] vblade discovery doesn't work

2009-10-19 Thread Jamie Strandboge
I ran into this bug recently while doing regression testing and can
confirm that upgrading to 14-1ubuntu1.1 fixes this for me.

-- 
[SRU] vblade discovery doesn't work
https://bugs.launchpad.net/bugs/223440
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vblade 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 455697] Re: In the UEC web UI 'Services' tab, links to the 'Eucalyptus' project would be helpful

2009-10-19 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Karmic)
   Status: In Progress => Fix Committed

-- 
In the UEC web UI 'Services' tab, links to the 'Eucalyptus' project would be 
helpful
https://bugs.launchpad.net/bugs/455697
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 455697] [NEW] In the UEC web UI 'Services' tab, links to the 'Eucalyptus' project would be helpful

2009-10-19 Thread Daniel Nurmi
Public bug reported:

There are several helpful links under the new Eucalyptus UEC Theme
'Services' tab.  Adding a section that contains information and links
back to Eucalyptus itself would be helpful to users looking for
Eucalyptus user forums, documentation, downloads, and other Eucalyptus
related information.

** Affects: eucalyptus (Ubuntu)
 Importance: High
 Assignee: Dustin Kirkland (kirkland)
 Status: Fix Committed

** Affects: eucalyptus (Ubuntu Karmic)
 Importance: High
 Assignee: Dustin Kirkland (kirkland)
 Status: Fix Committed


** Tags: eucalyptus

-- 
In the UEC web UI 'Services' tab, links to the 'Eucalyptus' project would be 
helpful
https://bugs.launchpad.net/bugs/455697
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 455697] Re: In the UEC web UI 'Services' tab, links to the 'Eucalyptus' project would be helpful

2009-10-19 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided => High

** Changed in: eucalyptus (Ubuntu)
   Status: New => In Progress

** Changed in: eucalyptus (Ubuntu)
Milestone: None => ubuntu-9.10

** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) => Dustin Kirkland (kirkland)

** Also affects: eucalyptus (Ubuntu Karmic)
   Importance: High
   Status: In Progress

** Changed in: eucalyptus (Ubuntu Karmic)
 Assignee: (unassigned) => Dustin Kirkland (kirkland)

-- 
In the UEC web UI 'Services' tab, links to the 'Eucalyptus' project would be 
helpful
https://bugs.launchpad.net/bugs/455697
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 96834] Re: NIS uninstall error

2009-10-19 Thread Chuck Short
Hi,

This has been fixed in karmic.

Thanks
chuck

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

-- 
NIS uninstall error
https://bugs.launchpad.net/bugs/96834
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis 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 454164] Re: likewise-open5-eventlog doesn't properly install

2009-10-19 Thread Bill Kearney
Can you confirm that the file /etc/likewise-open5/eventlogd.conf
actually got created during the install?

I tried using the 'remove completely' option in synaptic before doing a
fresh install again.  Same deal, no evenlogd.conf file got copied.

I then did an apt-get remove, followed by an apt-get install of it
again.  Same problem, file /etc/likewise-open5/eventlogd.conf did not
get created.

I noticed this file being missing because over messages in the logs.  I
had some other samba/AD related setup hassles so I was trying the use of
likewise and was having a bit of trouble with it.

Making me wonder, if one file is inexplicably missing, what others
aren't getting installed?

-- 
likewise-open5-eventlog doesn't properly install
https://bugs.launchpad.net/bugs/454164
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open5 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 453739] Re: FFe: Sync kerberos-configs 2.2 (main) from Debian unstable (main)

2009-10-19 Thread Mathias Gug
Considering we're in FinalFreeze, does the current package in karmic
(1.23) generates a broken configuration (ie renders the system
unusable)?

-- 
FFe: Sync kerberos-configs 2.2 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/453739
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to kerberos-configs 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 341003] Re: php5 crashed with SIGSEGV in start_thread()

2009-10-19 Thread Chuck Short
Closing then.

Thanks for the bug report.

Regards
chuck

** Changed in: php5 (Ubuntu)
   Status: Incomplete => Invalid

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/341003
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 341003] Re: php5 crashed with SIGSEGV in start_thread()

2009-10-19 Thread ulrich
sorry, i completely forgot about this bug...

so my initial bug report was in march now its october, the bug is long
gone and i run karmic now. this bug occured in the develelopment of
jaunty...

please feel free to clos this bug!

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/341003
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 452655] Re: Mozilla Thunderbird Presents Gap in Subject - Thunderbird does not compact /t into a space

2009-10-19 Thread Chuck Short
I have attached screenshot

** Attachment added: "Screenshot.png"
   http://launchpadlibrarian.net/33966450/Screenshot.png

-- 
Mozilla Thunderbird Presents Gap in Subject - Thunderbird does not compact /t 
into a space
https://bugs.launchpad.net/bugs/452655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 452655] Re: Mozilla Thunderbird Presents Gap in Subject - Thunderbird does not compact /t into a space

2009-10-19 Thread Chuck Short
I just tested the following, here is the email that dovecot receieved
(1.0.10-1ubuntu5.2), my thunderbird client was the one found in karmic.

>From ch...@ Mon Oct 19 13:22:08 2009
Date: Mon, 19 Oct 2009 13:22:08 -0400
From: chuck 
To: ch...@localhost
Subject: test
testadfadfadfdfadfkladjfadf
Message-ID: <20091019172208.ga4...@xxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.17+20080114 (2008-01-14)
Status: RO
Content-Length: 6
Lines: 2

this is a message

And got the following when using thunderbind:

>From ch...@ Mon Oct 19 13:22:08 2009
Date: Mon, 19 Oct 2009 13:22:08 -0400
From: chuck 
To: ch...@localhost
Subject: test  testadfadfadfdfadfkladjfadf
Message-ID: <20091019172208.ga4...@xxx>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.17+20080114 (2008-01-14)
Status: RO
Content-Length: 6
Lines: 2

this is a message


However the raw message source still had the \n\t in the tabs.

Was this what you were expecting?

Regards
chuck

-- 
Mozilla Thunderbird Presents Gap in Subject - Thunderbird does not compact /t 
into a space
https://bugs.launchpad.net/bugs/452655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 455293] Re: UEC management interface still has Eucalyptus as title

2009-10-19 Thread Etienne Goyer
Neil Levine wrote:
> In fact, it should say "Ubuntu Enterprise Cloud, powered by Eucalyptus(TM)".

T,FTFY

-- 
Etienne Goyer
Technical Account Manager - Canonical Ltd
Ubuntu Certified Instructor

 ~= Ubuntu: Linux for Human Beings =~

-- 
UEC management interface still has Eucalyptus as title
https://bugs.launchpad.net/bugs/455293
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 451314] Re: PHP 5.2.10 zlib bug remains for 32bit

2009-10-19 Thread Chuck Short
Ok I uploaded a new version can you guys test that?

Regards
chuck

-- 
PHP 5.2.10 zlib bug remains for 32bit
https://bugs.launchpad.net/bugs/451314
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 455625] [NEW] Eucalyptus Loses Public IP Address

2009-10-19 Thread Joseph Salisbury
Public bug reported:

I started an instance, which was assigned an IP Address from the cluster
DHCP.  However, after a couple of days, the instance was no longer using
the IP address from DHCP, and would only respond to the private IP
Address.


This is what euca-describe-instance reported initially:

$ euca-describe-instances
RESERVATION r-32CF078D  admin   default
INSTANCEi-47C70906  emi-230B11AE172.23.46.78  172.19.1.2
 running  mykey   0   c1.medium   1970-01-01T00:00:00.328Z
ubuntucluster1  eki-405016BEeri-23A51639


After a few days the public IP Address changed to the private IP
address:

RESERVATION r-32CF078D  admin   default
INSTANCEi-47C70906  emi-230B11AE172.19.1.2  172.19.1.2 
running  mykey   0   c1.medium   1970-01-01T00:00:00.328Z
ubuntucluster1  eki-405016BEeri-23A51639


The instance is still running, and I can log in to it via ssh using the
private IP address.

I am running the following eucalyptus package version:
1.6~bzr931-0ubuntu3

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

-- 
Eucalyptus Loses Public IP Address
https://bugs.launchpad.net/bugs/455625
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 397733] Re: package slapd 2.4.15-1ubuntu3 failed to install/upgrade:

2009-10-19 Thread Chuck Short
Thanks marking as fixed released.

Regards
chuck

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

-- 
package slapd 2.4.15-1ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/397733
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 455293] Re: UEC management interface still has Eucalyptus as title

2009-10-19 Thread Neil Levine
In fact, it should say "Ubuntu Enterprise Cloud powered by Eucalyptus".

Thanks.

-- 
UEC management interface still has Eucalyptus as title
https://bugs.launchpad.net/bugs/455293
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 397733] Re: package slapd 2.4.15-1ubuntu3 failed to install/upgrade:

2009-10-19 Thread wayward4now
On Mon, 2009-10-19 at 15:04 +, Chuck Short wrote:
> 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!

I updated my post, it seems to be fixed now. Thank you! Ric

-- 
package slapd 2.4.15-1ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/397733
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 397733] Re: package slapd 2.4.15-1ubuntu3 failed to install/upgrade:

2009-10-19 Thread wayward4now
It must have been fixed with updates as it is now installed. Thanx! Ric

-- 
package slapd 2.4.15-1ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/397733
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 73797] Re: users data produces objectClass "nisMailAlias", cannot be imported into LDAP

2009-10-19 Thread Chuck Short
Closing then, thanks for the bug report.

Regards
chuck

** Changed in: migrationtools (Ubuntu)
   Status: Incomplete => Invalid

-- 
users data produces objectClass "nisMailAlias", cannot be imported into LDAP
https://bugs.launchpad.net/bugs/73797
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to migrationtools 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 73797] Re: users data produces objectClass "nisMailAlias", cannot be imported into LDAP

2009-10-19 Thread Andrew Hamlin
On Mon, Oct 19, 2009 at 11:44 AM, Chuck Short
wrote:

> How did you work around it?
>
>
I probably just added the misc.schema to the config file but I filed that
bug back in '06 so I really have no idea...

-- 
users data produces objectClass "nisMailAlias", cannot be imported into LDAP
https://bugs.launchpad.net/bugs/73797
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to migrationtools 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 454733] Re: kvm is not updated in a jaunty to karmic upgrade

2009-10-19 Thread Albert Damen
*** This bug is a duplicate of bug 455114 ***
https://bugs.launchpad.net/bugs/455114

** This bug has been marked a duplicate of bug 455114
   builds uninstallable package 'kvm'

-- 
kvm is not updated in a jaunty to karmic upgrade
https://bugs.launchpad.net/bugs/454733
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 366932] Re: pwmconfic: error on test for fan START spinning pwm

2009-10-19 Thread Chuck Short
** Changed in: lm-sensors (Ubuntu)
   Status: Incomplete => Confirmed

-- 
pwmconfic: error on test for fan START spinning pwm
https://bugs.launchpad.net/bugs/366932
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors 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 436795] Re: list_lists crashed with ImportError in ()

2009-10-19 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!

-- 
list_lists crashed with ImportError in ()
https://bugs.launchpad.net/bugs/436795
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman 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 73797] Re: users data produces objectClass "nisMailAlias", cannot be imported into LDAP

2009-10-19 Thread Chuck Short
How did you work around it?

Regards
chuck

-- 
users data produces objectClass "nisMailAlias", cannot be imported into LDAP
https://bugs.launchpad.net/bugs/73797
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to migrationtools 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 386619] Re: *** stack smashing detected ***: /sbin/mpath_prio_hds_modular terminated

2009-10-19 Thread Chuck Short
Hi,

Please re-open this bug if you are still having problems with karmic.

Regards
chuck

** Changed in: multipath-tools (Ubuntu)
   Status: Incomplete => Invalid

-- 
*** stack smashing detected ***: /sbin/mpath_prio_hds_modular terminated
https://bugs.launchpad.net/bugs/386619
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to multipath-tools 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 440206] Re: 123456

2009-10-19 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!

-- 
123456
https://bugs.launchpad.net/bugs/440206
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 446474] Re: package mysql-server-5.1 5.1 .37-1ubuntu4 failed to install/upgrade: по дпроцесс новый сценари й pre-removal возвратил код ошибки 1

2009-10-19 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-1ubuntu4 failed to install/upgrade: подпроцесс 
новый сценарий pre-removal возвратил код ошибки 1
https://bugs.launchpad.net/bugs/446474
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 448656] Re: CPU information is inaccessible for MySQL

2009-10-19 Thread Chuck Short
** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete => Confirmed

-- 
CPU information is inaccessible for MySQL
https://bugs.launchpad.net/bugs/448656
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 307167] Re: NIS with LTSP

2009-10-19 Thread Chuck Short
ok unfortunately I need to reply in German now. the problem is that NIS
users can authenticate to a ltsp client but can't use usb sticks or any
usb devices. it doesn't matter if it's ldm or gdm. in my opinion this is
about group permissions. entries in the NSSWITCH file were not made use
of. I tried lots of different howtos they all didn't work out"

-- 
NIS with LTSP
https://bugs.launchpad.net/bugs/307167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis 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 445064] Re: package libmysqlclient16 (not installed) failed to install/upgrade:

2009-10-19 Thread Chuck Short
Closing as per user.

Regards
chuck

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete => Fix Released

-- 
package libmysqlclient16 (not installed) failed to install/upgrade: 
https://bugs.launchpad.net/bugs/445064
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 409958] Re: Sends false disk space alerts

2009-10-19 Thread Chuck Short
Thanks for the response. This isnt a bug the default config for nagios
checks the percentage of inodes left. If you want to check the disk
space then you will have to change your config.

Regards
chuck

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

-- 
Sends false disk space alerts
https://bugs.launchpad.net/bugs/409958
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 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 453453] Re: libvirt sometimes hangs when using pulseaudio

2009-10-19 Thread Jamie Strandboge
** Also affects: apparmor (Ubuntu Karmic)
   Importance: Undecided
   Status: Invalid

** Also affects: libvirt (Ubuntu Karmic)
   Importance: Medium
   Status: Confirmed

** Tags added: regression-potential

-- 
libvirt sometimes hangs when using pulseaudio
https://bugs.launchpad.net/bugs/453453
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 441962] Re: zenmap: inconsistency between suggested package and method used for su-to-root/gksu

2009-10-19 Thread Chuck Short
** Changed in: nmap (Ubuntu)
   Status: Incomplete => Confirmed

-- 
zenmap: inconsistency between suggested package and method used for 
su-to-root/gksu
https://bugs.launchpad.net/bugs/441962
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap 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 304492] Re: Local maps can't include server-side maps

2009-10-19 Thread Chuck Short
Thanks for the response Im closing this bug then.

Regards
chuck

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

-- 
Local maps can't include server-side maps
https://bugs.launchpad.net/bugs/304492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nis 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 401827] Re: package nmap 4.76-0ubuntu4 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 2 terug

2009-10-19 Thread Chuck Short
Thanks marking as fixed released then.

Regards
chuck

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

-- 
package nmap 4.76-0ubuntu4 failed to install/upgrade: subproces installed 
post-installation script gaf een foutwaarde 2 terug
https://bugs.launchpad.net/bugs/401827
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap 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 408298] Re: package postfix 2.5.5-1.1 f ailed to install/upgrade: le sous-processus post-install ation script a retourné une erreur de sortie d' état 1

2009-10-19 Thread Chuck Short
It looks like you nuked your postfix related files, so of course its not
going to work.

Regards
chuck

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

-- 
package postfix 2.5.5-1.1 failed to install/upgrade: le sous-processus 
post-installation script a retourné une erreur de sortie d'état 1
https://bugs.launchpad.net/bugs/408298
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 450920] Re: ntpd will not restart (error while loading shared libraries: libm.so.6)

2009-10-19 Thread Chuck Short
Thanks Im closing this bug then.

Regards
chuck

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

-- 
ntpd will not restart (error while loading shared libraries: libm.so.6)
https://bugs.launchpad.net/bugs/450920
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 238805] Re: ntpd doesn't work - time is not synchronized

2009-10-19 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!

-- 
ntpd doesn't work - time is not synchronized
https://bugs.launchpad.net/bugs/238805
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 254375] Re: SIGSEGV in ntpq

2009-10-19 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!

-- 
SIGSEGV in ntpq 
https://bugs.launchpad.net/bugs/254375
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 315682] Re: crashes on UPGRADE

2009-10-19 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!

-- 
crashes on UPGRADE
https://bugs.launchpad.net/bugs/315682
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 321049] Re: clock skew causes ntp failure on boot

2009-10-19 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!

-- 
clock skew causes ntp failure on boot
https://bugs.launchpad.net/bugs/321049
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 444352] Re: DB deadlock on reboot prevents UEC from working, temporarily

2009-10-19 Thread Thierry Carrez
Too late to nail and fix for release, especially that deep in the code.

** Changed in: eucalyptus (Ubuntu Karmic)
   Status: Triaged => Won't Fix

** Changed in: eucalyptus (Ubuntu Karmic)
 Assignee: (unassigned) => Thierry Carrez (ttx)

-- 
DB deadlock on reboot prevents UEC from working, temporarily
https://bugs.launchpad.net/bugs/444352
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 444926] Re: samba and smbfs depend on an old version of samba-common

2009-10-19 Thread Sam Illingworth
Attached

** Attachment added: "sources.list"
   http://launchpadlibrarian.net/33957627/sources.list

-- 
samba and smbfs depend on an old version of samba-common
https://bugs.launchpad.net/bugs/444926
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 446263] Re: sync request (unstable -> main) for getting maven built

2009-10-19 Thread Matthias Klose
libcommons-codec-java uploaded


** Changed in: libcommons-codec-java (Ubuntu)
   Status: Confirmed => Fix Released

-- 
sync request (unstable -> main) for getting maven built
https://bugs.launchpad.net/bugs/446263
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to commons-io 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 446263] Re: sync request (unstable -> main) for getting maven built

2009-10-19 Thread Matthias Klose
jsch fake sync uploaded


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

-- 
sync request (unstable -> main) for getting maven built
https://bugs.launchpad.net/bugs/446263
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to commons-io 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 422000] Re: package postfix 2.5.5-1.1 failed to install/upgrade: subprocess pre-installation script returned error exit status 1

2009-10-19 Thread Chuck Short
User is unable to reproduce. Closing.


Regards
chuck

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

-- 
package postfix 2.5.5-1.1 failed to install/upgrade: subprocess 
pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/422000
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 393430] Re: kvm: use PulseAudio instead of ALSA

2009-10-19 Thread Dustin Kirkland
** Changed in: kvm (Ubuntu)
   Status: In Progress => Triaged

-- 
kvm: use PulseAudio instead of ALSA
https://bugs.launchpad.net/bugs/393430
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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 435776] Re: installing slapd failed: error reading `/proc/sys/crypto/fips_enabled' in libgcrypt: Permission denied

2009-10-19 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!

-- 
installing slapd failed: error reading `/proc/sys/crypto/fips_enabled' in 
libgcrypt: Permission denied
https://bugs.launchpad.net/bugs/435776
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 327348] Re: keep losing ability to type in guest

2009-10-19 Thread Evan Dandrea
For what it's worth, I cannot reproduce this bug with the -vnc option,
but I can reproduce it in Karmic without it (SDL).

To reproduce, boot a live CD using the SDL frontend, then call apt-get
-y install from a terminal with a large package.  Hit ctrl-alt and then
ctrl-alt-arrow to move away from that desktop for a while.  Come back to
it in five minutes or so and notice that the download has not
progressed.

-- 
keep losing ability to type in guest
https://bugs.launchpad.net/bugs/327348
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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 357060] Re: Kolab setup needs to change slapd apparmor profile

2009-10-19 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!

-- 
Kolab setup needs to change slapd apparmor profile
https://bugs.launchpad.net/bugs/357060
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


  1   2   >