[Bug 660227] Re: php5-pgsql crash on getting an error back from postgres

2010-11-09 Thread Clint Byrum
** Changed in: php5 (Ubuntu)
 Assignee: Clint Byrum (clint-fewbar) = (unassigned)

-- 
php5-pgsql crash on getting an error back from postgres
https://bugs.launchpad.net/bugs/660227
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 669005] Re: Apache2 crashes on reload

2010-11-09 Thread Guy Van Sanden
Ok, I'm running 2.0 RC3 already.

-- 
Apache2 crashes on reload
https://bugs.launchpad.net/bugs/669005
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 672731] Re: impossible to install slapd

2010-11-09 Thread James Page
*** This bug is a duplicate of bug 666028 ***
https://bugs.launchpad.net/bugs/666028

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 666028, 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 666028
   apt-get install slapd = Can't locate object method new via package 
Debconf::Element::Noninteractive::Booleam
 * You can subscribe to bug 666028 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/666028/+subscribe

-- 
impossible to install slapd
https://bugs.launchpad.net/bugs/672731
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 669005] Re: Apache2 crashes on reload

2010-11-09 Thread Clint Byrum
** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

** Tags added: work-intensive

-- 
Apache2 crashes on reload
https://bugs.launchpad.net/bugs/669005
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 672943] [NEW] virt-aa-helper crashes on random parts

2010-11-09 Thread wodny
Public bug reported:

libvirt-bin   0.7.5-5ubuntu27.7

Linux 2.6.32-25-server #45-Ubuntu SMP Sat Oct 16 20:06:58 UTC 2010
x86_64 GNU/Linux

/usr/lib/libvirt/virt-aa-helper -u libvirt-14412844-e1d1-4dfc-
ad03-6adf185fa243 -c  minimal.xml

Program received signal SIGSEGV, Segmentation fault.
0x7fb8d4c64cd8 in random_r () from /lib/libc.so.6
(gdb) bt
#0  0x7fb8d4c64cd8 in random_r () from /lib/libc.so.6
#1  0x0041ca24 in ?? ()
#2  0x0041c1aa in ?? ()
#3  0x00411371 in ?? ()
#4  0x00413439 in ?? ()
#5  0x00413c62 in ?? ()
#6  0x00404be9 in ?? ()
#7  0x7fb8d4c49c4d in __libc_start_main () from /lib/libc.so.6
#8  0x004034a9 in ?? ()
#9  0x7fffad4beef8 in ?? ()
#10 0x001c in ?? ()
#11 0x0004 in ?? ()
#12 0x7fffad4c0944 in ?? ()
#13 0x7fffad4c0964 in ?? ()
#14 0x7fffad4c0967 in ?? ()
#15 0x7fffad4c0994 in ?? ()
#16 0x in ?? ()

Seems to crash on every use of random_r() - for example if UUID or MAC
is not present in the config file and must be randomly generated.

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

-- 
virt-aa-helper crashes on random parts
https://bugs.launchpad.net/bugs/672943
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 672943] Re: virt-aa-helper crashes on random parts

2010-11-09 Thread wodny

** Attachment added: UUID/MAC generation
   https://bugs.launchpad.net/bugs/672943/+attachment/1727718/+files/minimal.xml

-- 
virt-aa-helper crashes on random parts
https://bugs.launchpad.net/bugs/672943
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 672948] [NEW] Inconsistent XML config checks

2010-11-09 Thread wodny
Public bug reported:

1) http://libvirt.org/formatdomain.html#elementsMetadata states:
This name should consist only of alpha-numeric characters.

2) /usr/share/libvirt/schemas/domain.rng:
element name=name
  ref name=domainName/
/element

define name=domainName
data type=string
  param name=pattern[A-Za-z0-9_\.\+\-amp;:/]+/param
/data
  /define

3) Virsh accepts name with spaces, but then during a vm start some
misguiding output is generated. It says aa_change_profile() fails. Virsh
doesn't check the config with the schema as well.

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

-- 
Inconsistent XML config checks
https://bugs.launchpad.net/bugs/672948
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 300699] Re: Provide APR based Apache Tomcat Native library

2010-11-09 Thread Dave Vree
done:  https://bugs.launchpad.net/ubuntu/+source/tomcat6/+bug/673048

-- 
Provide APR based Apache Tomcat Native library
https://bugs.launchpad.net/bugs/300699
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 672986] Re: euca-bundle-vol should copy filesystem uuid

2010-11-09 Thread Scott Moser

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

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

-- 
euca-bundle-vol should copy filesystem uuid
https://bugs.launchpad.net/bugs/672986
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 602060] Re: Virtio network stops working after dynamic virtio disk attachment

2010-11-09 Thread Gaëtan Duchaussois
I made a test with a vanilla 2.6.32.25 ad same issue.
Works fine with a vanilla 2.6.36. Seems to be a 2.6.32.23 kernel issue

-- 
Virtio network stops working after dynamic virtio disk attachment
https://bugs.launchpad.net/bugs/602060
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 632197] [NEW] lm-sensors limits and calculations aren't retained after waking from sleep

2010-11-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm running 10.04 x64, with btrfs / and ext2 /boot. All packages are
current from Synaptic.

I have a custom sensors.conf file in /etc/sensors.d, with set x_min and
set x_max values that are read when init starts /etc/init.d/lm-sensors
via sensors -s. The motherboard in question is an Asus M3N78-EM, with an
Athlon X2 4850e, 4 GB of RAM, onboard GeForce 8300 IGP, and no add-on
PCI cards. The custom sensors.d file is for the it8712-isa-0290 chip,
from the it87 kernel module, and replicates the limits from the
asus_atk0110 kernel module. (I use the it87 module because it has fan
PWM control, and the asus_atk0110 doesn't.) To allow it87 to load, I've
passed acpi_enforce_resources=lax on my kernel boot line.

After a normal boot, running sensors from a shell window shows the
limits in question, with the appropriate calculations for the +5V and
+12V lines.

The it87 module survives sleeping and waking, but running sensors from
a shell window after waking shows the default limits and all
calculations are gone. Running sudo sensors -s manually restores
these. To prevent this behavior, I had to drop a script in
/etc/pm/sleep.d to run sensors -s on thaw.

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New

-- 
lm-sensors limits and calculations aren't retained after waking from sleep
https://bugs.launchpad.net/bugs/632197
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 641657] Re: SSH connections freeze after a period of time

2010-11-09 Thread Christoph Thielecke
I can confim this bug (09.th nov 2010) on last updated maverick.

I tried with with some options in ~/.ssh/config but no success:
TCPKeepAlive yes
ServerAliveInterval 120

-- 
SSH connections freeze after a period of time
https://bugs.launchpad.net/bugs/641657
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 672986] [NEW] euca-bundle-vol should copy filesystem uuid

2010-11-09 Thread Scott Moser
Public bug reported:

Binary package hint: euca2ools

This bug is similar to bug 667793 and related to bug 671427 and bug
665235.

But, unrelated to any of those things, it seems from a purely objective
perspective that euca-bundle-vol maybe should copy the UUID from the
source filesystem to the destination.  This would simply be a more
complete copy of the vol.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: euca2ools 1.2-0ubuntu11
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
Date: Tue Nov  9 05:52:53 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100318)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: euca2ools

** Affects: euca2ools (Ubuntu)
 Importance: Low
 Status: Triaged


** Tags: apport-bug ec2-images maverick uec-images

-- 
euca-bundle-vol should copy filesystem uuid
https://bugs.launchpad.net/bugs/672986
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 665235] Re: attaching a volume to maverick instance may boot off it

2010-11-09 Thread Scott Moser
Two more things to note
1.) I just opened bug 672986 that euca-bundle-vol should copy uuid
2.) above, I stated that grub2 loads the kernel on uec and pv-grub.  It may 
have similar issues.

** Description changed:

- Binary package hint: cloud-init
+ Binary package hint: grub-legacy-ec2
  
  I booted a maverick instance, modified it a bit, and created a snapshot
  of that volume.
  
  I then, booted another maverick instance like:
  run-instances ami-548c783d --instance-type t1.micro --block-device-mapping 
/dev/sdh=${SNAPSHOT}:${SIZE}
  
  the surprising result was that the instance booted with root = /dev/sdh.
  
  The reason for that is that menu.lst in the instance says:
  kernel  /boot/vmlinuz-2.6.35-22-virtual root=LABEL=uec-rootfs ro 
console=hvc0
  initrd  /boot/initrd.img-2.6.35-22-virtual
  
  In this instance, there were, then 2 filesystems that had LABEL=uec-rootfs.
  The kernel just chose /dev/sdh.
  
  update-grub-legacy-ec2 is what writes the 'LABEL=uec-rootfs'.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: cloud-init 0.5.15-0ubuntu3
  ProcVersionSignature: User Name 2.6.35-22.33-virtual 2.6.35.4
  Uname: Linux 2.6.35-22-virtual x86_64
  Architecture: amd64
  Date: Fri Oct 22 17:19:50 2010
  Ec2AMI: ami-548c783d
  Ec2AMIManifest: (unknown)
  Ec2AvailabilityZone: us-east-1c
  Ec2InstanceType: t1.micro
  Ec2Kernel: aki-427d952b
  Ec2Ramdisk: unavailable
  PackageArchitecture: all
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: cloud-init

** Summary changed:

- attaching a volume to maverick instance may boot off it
+ grub-legacy-ec2: attaching a volume to maverick instance may boot off it

** Also affects: ubuntu-on-ec2
   Importance: Undecided
   Status: New

-- 
grub-legacy-ec2: attaching a volume to maverick instance may boot off it
https://bugs.launchpad.net/bugs/665235
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init 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 632197] Re: lm-sensors limits and calculations aren't retained after waking from sleep

2010-11-09 Thread Robert Roth
** Package changed: ubuntu = lm-sensors (Ubuntu)

-- 
lm-sensors limits and calculations aren't retained after waking from sleep
https://bugs.launchpad.net/bugs/632197
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 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-09 Thread Serge Hallyn
Could not reproduce on 10.04 (amd64) host either.

Please start up the VM with libvirt, and do 'ps -ef | grep kvm' to find the
command being used to start the VM.  Then trim things like vnc, serial,
parallel and monitor options, add 'monitor stdio', and start the command
by hand.  Try it once with no vnc option, and once with vnc :1 (and
subsequently connect with 'vncviewer :1' from a different terminal).

For instance, in my case the original command was

/usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 1024 -smp 1 -name windows
-uuid 376b7084-555c-d0b3-a1b9-ae165b56c4ca -chardev
socket,id=monitor,path=/var/lib/libvirt/qemu/windows.monitor,server,nowait
-monitor chardev:monitor -boot c -drive file=/mnt/srv/libvirt-storage-
pool-1/win2003-r2-sp2-32.img,if=ide,index=0,boot=on,format=raw -drive
if=ide,media=cdrom,index=2,format=raw -net
nic,macaddr=52:54:00:33:ed:0b,vlan=0,name=nic.0 -net
tap,fd=59,vlan=0,name=tap.0 -chardev pty,id=serial0 -serial
chardev:serial0 -parallel none -usb -vnc 127.0.0.1:0 -vga cirrus

so I ran

/usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 512 -smp 1 -name windows
-boot c -drive file=/mnt/srv/libvirt-storage-
pool-1/win2003-r2-sp2-32.img,if=ide,index=0,boot=on,format=raw  -monitor
stdio  -vga cirrus

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

-- 
win2k3 guest has blank screen and high cpu on first boot
https://bugs.launchpad.net/bugs/671163
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 671163] Re: win2k3 guest has blank screen and high cpu on first boot

2010-11-09 Thread Serge Hallyn
Actually, I just noticed that your .xml specifies virtio for the block device.
Win 2003 by default does not support that.  Did you do anything special
during install?  Did you install the virtio drivers, and if so, where did you
get them?

-- 
win2k3 guest has blank screen and high cpu on first boot
https://bugs.launchpad.net/bugs/671163
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 673035] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-11-09 Thread D Roberts


-- 
 package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 10
https://bugs.launchpad.net/bugs/673035
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 673035] [NEW] package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-11-09 Thread D Roberts
Public bug reported:

Binary package hint: samba

I can connect to a windows machine or a linux one, but not both at the
same time.  I hope you guys have a fix for this.  I want my network
back.

Thanks

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: samba-common 2:3.4.7~dfsg-1ubuntu3.2
ProcVersionSignature: Ubuntu 2.6.32-25.45-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic i686
NonfreeKernelModules: nvidia
AptOrdering:
 openafs-client: Remove
 grub-pc: Configure
 samba-common: Configure
 samba-common-bin: Configure
 smbclient: Configure
Architecture: i386
Date: Tue Nov  9 07:56:22 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 10
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
SambaServerRegression: Yes
SourcePackage: samba
Title: package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 10

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


** Tags: apport-package i386 lucid

-- 
 package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 10
https://bugs.launchpad.net/bugs/673035
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 602060] Re: Virtio network stops working after dynamic virtio disk attachment

2010-11-09 Thread Serge Hallyn
Thanks for testing that.  Would you mind also testing the newest
up-to-date backported kernel (see 
https://launchpad.net/~kernel-ppa/+archive/ppa)?

Were those kernels on the host or in guest?

-- 
Virtio network stops working after dynamic virtio disk attachment
https://bugs.launchpad.net/bugs/602060
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 673048] [NEW] tomcat6 package should suggest libtcnative-1

2010-11-09 Thread Dave Vree
Public bug reported:

Binary package hint: tomcat6

Installation of the APR based native libraries for tomcat6 can help
boost the performance of tomcat.  See here for more details:

http://tomcat.apache.org/tomcat-6.0-doc/apr.html

After some time spent researching this on Ubuntu I figured out that the
correct package to install is libtcnative-1.  If for nothing else, the
tomcat6 package should suggest this package for discoverability.

In my opinion it might as well recommend it as it works great (for me)
and boosts performance.

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

-- 
tomcat6 package should suggest libtcnative-1
https://bugs.launchpad.net/bugs/673048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 543148] Re: Private Archive Permissions Are Incorrect

2010-11-09 Thread Ketil Malde
What is the suggested workaround?  'sudo chmod list.list -R
/var/lib/mailman/archives' ?

** Changed in: mailman (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Private Archive Permissions Are Incorrect
https://bugs.launchpad.net/bugs/543148
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


Re: [Bug 670250] Re: upgrade to latest stable version 2.0.6

2010-11-09 Thread eagles051387
what bout dovecot(version number)

On Tue, Nov 9, 2010 at 3:42 PM, Patrick G.
670...@bugs.launchpad.netwrote:

 Bump
 v.2.0.7 released

 Maybe a new package dovecot2 for keeping the older version?

 --
 upgrade to latest stable version 2.0.6
 https://bugs.launchpad.net/bugs/670250
 You received this bug notification because you are a direct subscriber
 of the bug.



-- 
Jonathan Aquilina

-- 
upgrade to latest stable version 2.0.6
https://bugs.launchpad.net/bugs/670250
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 661452] Re: tomcat6-instance-create provides incomplete setup

2010-11-09 Thread Dave Vree
If that is the case, then the package description and or documentation
should be revised, yes?

-- 
tomcat6-instance-create provides incomplete setup
https://bugs.launchpad.net/bugs/661452
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 602060] Re: Virtio network stops working after dynamic virtio disk attachment

2010-11-09 Thread Gaëtan Duchaussois
I'm talking about guest kernel.

With the backport the add is done without crashing network.
Remains an issue on the host for networking but might be pebkac

-- 
Virtio network stops working after dynamic virtio disk attachment
https://bugs.launchpad.net/bugs/602060
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 670250] Re: upgrade to latest stable version 2.0.6

2010-11-09 Thread Patrick G.
Bump
v.2.0.7 released

Maybe a new package dovecot2 for keeping the older version?

-- 
upgrade to latest stable version 2.0.6
https://bugs.launchpad.net/bugs/670250
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 602060] Re: Virtio network stops working after dynamic virtio disk attachment

2010-11-09 Thread Serge Hallyn
That's what Id assumed as it's all that makes sense - thanks!

-- 
Virtio network stops working after dynamic virtio disk attachment
https://bugs.launchpad.net/bugs/602060
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 667689] Re: qemu monitor pci_add results in dropped network connection / device

2010-11-09 Thread Serge Hallyn
*** This bug is a duplicate of bug 602060 ***
https://bugs.launchpad.net/bugs/602060

** This bug has been marked a duplicate of bug 602060
   Virtio network stops working after dynamic virtio disk attachment
 * You can subscribe to bug 602060 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/602060/+subscribe

-- 
qemu monitor pci_add results in dropped network connection / device
https://bugs.launchpad.net/bugs/667689
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 602060] Re: Virtio network stops working after dynamic virtio disk attachment

2010-11-09 Thread Serge Hallyn
** Also affects: linux
   Importance: Undecided
   Status: New

** Changed in: libvirt (Ubuntu)
   Status: Confirmed = Invalid

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

-- 
Virtio network stops working after dynamic virtio disk attachment
https://bugs.launchpad.net/bugs/602060
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 672943] Re: virt-aa-helper crashes on random parts

2010-11-09 Thread Jamie Strandboge
This is not a problem on Maverick and later:
$ cat /tmp/xml | /usr/lib/libvirt/virt-aa-helper -u 
libvirt-14412844-e1d1-4dfc-ad03-6adf185fa243 -c --dryrun
virt-aa-helper: error: could not parse XML
virt-aa-helper: error: could not get VM definition

** Also affects: libvirt (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: libvirt (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Also affects: libvirt (Ubuntu Natty)
   Importance: Undecided
   Status: New

** Changed in: libvirt (Ubuntu Maverick)
   Status: New = Invalid

** Changed in: libvirt (Ubuntu Natty)
   Status: New = Invalid

** Changed in: libvirt (Ubuntu Lucid)
   Status: New = Confirmed

-- 
virt-aa-helper crashes on random parts
https://bugs.launchpad.net/bugs/672943
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 672948] Re: Inconsistent XML config checks

2010-11-09 Thread Jamie Strandboge
The aa_change_profile() meesage is due to the function
virDomainDefParseString() (from src/conf/domain_conf.c) failing to
provide the name of the domain when the domain has a space in it. The
name is required in order to setup the paths for the monitor, etc in the
dynamic apparmor profile and virt-aa-helper exits with error when it
doesn't have it.

The bug is in either virsh accepting a space in the name on define, etc,
or in not handling the space properly. Either way, the documentation is
correct for now: This name should consist only of alpha-numeric
characters and therefore this bug does not have a high priority in
Ubuntu. I suggest filing a bug with upstream (see
http://libvirt.org/bugs.html) if you would like this resolved in Ubuntu.
If you do, please reference the upstream bug here.

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

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

** Summary changed:

- Inconsistent XML config checks
+ Inconsistent XML config checks for domains with space in the name

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

-- 
Inconsistent XML config checks for domains with space in the name
https://bugs.launchpad.net/bugs/672948
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 671637] Re: Not stoppable/restartable via initctl

2010-11-09 Thread Joe Digilio
*** This bug is a duplicate of bug 580674 ***
https://bugs.launchpad.net/bugs/580674

Hi Clint-
Where can I follow the status of it being nominated for Lucid?
It wasn't listed here (should it be???)...
https://bugs.launchpad.net/ubuntu/lucid/+nominations
Just curious... Thank you!

-- 
Not stoppable/restartable via initctl
https://bugs.launchpad.net/bugs/671637
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 672943] Re: virt-aa-helper crashes on random parts

2010-11-09 Thread Jamie Strandboge
I can confirm this on lucid:
$ /usr/lib/libvirt/virt-aa-helper -u 
libvirt-14412844-e1d1-4dfc-ad03-6adf185fa243 -c --dryrun  /tmp/xml

As mentioned, this is due to random_r crashing. In virt-aa-helper on
Lucid, this is triggered by the call to virDomainDefParseXML(), which
calls virUUIDGenerate(), which eventually calls virRandom() and then
random_r(). The problem is that virRandom() is called, but virt-aa-
helper never calls virRandomInitialize() (like is done in libvirt.c).

On maverick (libvirt 0.8.3), the original reproducer XML is considered
invalid. Attached is XML that should trigger the flaw  there as well,
but only if /dev/urandom cannot by opened. The behavior changed because
of:

commit 28024f2311462d7f836e9f90aea805d1861b2abe
Author: Laine Stump la...@laine.org
Date:   Mon Jan 11 10:05:38 2010 +0100

Fix UUID random generator to use /dev/random

Only use pseudo-random generator for uuid if using /dev/random fails.
* src/util/uuid.c: The original code. would only print the warning
  message if using /dev/random failed, but would still go ahead and call
  virUUIDGeneratePseudoRandomBytes in all cases anyway.

So the reproducer is now:
$ sudo chmod 660 /dev/urandom
$ cat /tmp/672943.xml | /usr/lib/libvirt/virt-aa-helper -c -u 
libvirt-7d781722-69b7-8801-fe96-caf37b7a8968 --dryrun
...
Segmentation fault
$ sudo chmod 666 /dev/urandom

** Attachment added: 672943.xml
   
https://bugs.launchpad.net/ubuntu/lucid/+source/libvirt/+bug/672943/+attachment/1728108/+files/672943.xml

** Changed in: libvirt (Ubuntu Lucid)
   Status: Confirmed = Triaged

** Changed in: libvirt (Ubuntu Maverick)
   Status: Invalid = Triaged

** Changed in: libvirt (Ubuntu Natty)
   Status: Invalid = Triaged

-- 
virt-aa-helper crashes when domain XML does not contain uuid
https://bugs.launchpad.net/bugs/672943
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 672943] Re: virt-aa-helper crashes on random parts

2010-11-09 Thread Jamie Strandboge
wodny,

Were you able to trigger this via normal virsh (or something else like
virt-manager)? virt-aa-helper is not intended to be run by itself
(except for debugging) and this particular invocation should not ever
occur when using the userspace tools since 'create' and 'define' should
generate the UUID with libvirtd and then libvirtd will spawn virt-aa-
helper with the UUID in the XML. This is a bug that needs to be fixed,
but if it can't be triggered in the userspace tools then it probably
isn't something we would fix in the stable releases.

** Summary changed:

- virt-aa-helper crashes on random parts
+ virt-aa-helper crashes when domain XML does not contain uuid

** Changed in: libvirt (Ubuntu Natty)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

-- 
virt-aa-helper crashes when domain XML does not contain uuid
https://bugs.launchpad.net/bugs/672943
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 632197] Re: lm-sensors limits and calculations aren't retained after waking from sleep

2010-11-09 Thread Mathias Gug
** Changed in: lm-sensors (Ubuntu)
   Importance: Undecided = Low

-- 
lm-sensors limits and calculations aren't retained after waking from sleep
https://bugs.launchpad.net/bugs/632197
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 671431] Re: package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade: drbd8 kernel module failed to build

2010-11-09 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

According to the build log:

DKMS make.log for drbd8-8.3.7 for kernel 2.6.31-11-rt (x86_64)

Which kernel headers are actually installed?

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

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

-- 
package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade: drbd8 kernel 
module failed to build
https://bugs.launchpad.net/bugs/671431
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 671427] Re: grub-legacy-ec2 should not use UUID

2010-11-09 Thread Mathias Gug
** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Medium

-- 
grub-legacy-ec2 should not use UUID
https://bugs.launchpad.net/bugs/671427
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init 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 670526] Re: phpmyadmin broken after hardy - lucid upgrade

2010-11-09 Thread Mathias Gug
** Changed in: dbconfig-common (Ubuntu)
   Importance: Undecided = Low

-- 
phpmyadmin broken after hardy - lucid upgrade
https://bugs.launchpad.net/bugs/670526
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dbconfig-common 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 672523] Re: package odbcinst1debian1 2.2.11-21 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 2

2010-11-09 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

According to the log file:
dpkg (subprocess): unable to execute installed post-installation script: Exec 
format error

dpkg: error processing odbcinst1debian1 (--configure):

 subprocess installed post-installation script returned error exit
status 2

Could attach the content of the file
/var/lib/dpkg/info/odbcinst1debian1.postinst?

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

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

-- 
package odbcinst1debian1 2.2.11-21 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/672523
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 672328] Re: vsftpd: discloses whether usernames are valid or not

2010-11-09 Thread Mathias Gug
** Changed in: vsftpd (Ubuntu)
   Importance: Undecided = Low

-- 
vsftpd: discloses whether usernames are valid or not 
https://bugs.launchpad.net/bugs/672328
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 671733] Re: package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade: drbd8 kernel module failed to build

2010-11-09 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

According to the log file:

DKMS make.log for drbd8-8.3.7 for kernel 2.6.31-11-rt (i686)
2010年 11月  6日 土曜日 14:54:57 JST
make: ディレクトリ `/var/lib/dkms/drbd8/8.3.7/build/drbd' に入ります

Calling toplevel makefile of kernel source tree, which I believe is in
KDIR=/lib/modules/2.6.31-11-rt/build


Which kernel headers are installed? Is 2.6.31-11-rt installed on the
system?

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

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

-- 
package drbd8-source 2:8.3.7-1ubuntu2.1 failed to install/upgrade: drbd8 kernel 
module failed to build
https://bugs.launchpad.net/bugs/671733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 671552] Re: package autofs5 5.0.4-3.1ubuntu5.1 failed to install/upgrade: trying to overwrite '/usr/sbin/automount', which is also in package autofs 0:4.1.4 debian-2.1ubuntu2

2010-11-09 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Puretaan pakettia autofs5 (.../autofs5_5.0.4-3.1ubuntu5.1_i386.deb)...

Obsolete conffile /etc/init.d/autofs has been modified by you, renaming
to .dpkg-bak

dpkg: virhe käsiteltäessä
/var/cache/apt/archives/autofs5_5.0.4-3.1ubuntu5.1_i386.deb (--unpack):

 trying to overwrite '/usr/sbin/automount', which is also in package
autofs 0:4.1.4+debian-2.1ubuntu2

Did you upgrade straight from 9.04 to 10.04.1 without going through
9.10?

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

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

-- 
package autofs5 5.0.4-3.1ubuntu5.1 failed to install/upgrade: trying to 
overwrite '/usr/sbin/automount', which is also in package autofs 0:4.1.4 
debian-2.1ubuntu2
https://bugs.launchpad.net/bugs/671552
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 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 672717] Re: sed error after dpkg-reconfigure samba

2010-11-09 Thread Mathias Gug
** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

-- 
sed error after dpkg-reconfigure samba
https://bugs.launchpad.net/bugs/672717
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 672688] Re: package bacula-director-mysql 5 .0.1-1ubuntu1 failed to install/upgrade: el subproce so script post-installation instalado devolvió el c ódigo de salida de error 1

2010-11-09 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

According the log file:

Configurando bacula-director-mysql (5.0.1-1ubuntu1) ...
debconf: Campo desconocido '_description' en la plantilla, en la estrofa #9 de 
/var/lib/dpkg/info/bacula-director-mysql.templates

dbconfig-common: writing config to 
/etc/dbconfig-common/bacula-director-mysql.conf
Processing configuration...Ok.
 * Starting Bacula Director...
03-nov 14:12 bacula-dir: ERROR DE TERMINACIÓN en lex.c:784
Error de configuración: esperaba una cadena, obtuvo T_EOL: =
 : línea 236, columna 12 en el archivo /etc/bacula/bacula-dir.conf
  dbname = ; DB Address = ; dbuser = ; dbpassword = 

   ...fail!


Could you attach the file /etc/dbconfig-common/bacula-director-mysql.conf?


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

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

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: el 
subproceso script post-installation instalado devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/672688
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 666028] Re: apt-get install slapd = Can't locate object method new via package Debconf::Element::Noninteractive::Booleam

2010-11-09 Thread PEIGNOT Kévin
When will it be uploaded in maverick's repos?

-- 
apt-get install slapd = Can't locate object method new via package 
Debconf::Element::Noninteractive::Booleam
https://bugs.launchpad.net/bugs/666028
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 672901] Re: libapache2-mod-wsgi v 3.2-2 attempt to install python3

2010-11-09 Thread Mathias Gug
** Changed in: mod-wsgi (Ubuntu)
   Importance: Undecided = Medium

-- 
libapache2-mod-wsgi v 3.2-2 attempt to install python3
https://bugs.launchpad.net/bugs/672901
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mod-wsgi 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 673035] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-11-09 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

According to the log file:

Setting up grub-pc (1.98-1ubuntu7) ...
dpkg: error processing grub-pc (--configure):
 subprocess installed post-installation script returned error exit status 10
Setting up samba-common (2:3.4.7~dfsg-1ubuntu3.2) ...
dpkg: error processing samba-common (--configure):
 subprocess installed post-installation script returned error exit status 10

Could you post the content of the samba logs found in /var/log/samba/?

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

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

-- 
 package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 10
https://bugs.launchpad.net/bugs/673035
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 673048] Re: tomcat6 package should suggest libtcnative-1

2010-11-09 Thread Mathias Gug
** Changed in: tomcat6 (Ubuntu)
   Importance: Undecided = Wishlist

-- 
tomcat6 package should suggest libtcnative-1
https://bugs.launchpad.net/bugs/673048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 666028] Re: apt-get install slapd = Can't locate object method new via package Debconf::Element::Noninteractive::Booleam

2010-11-09 Thread Martin Pitt
Accepted openldap into maverick-proposed, the package will build now and
be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: openldap (Ubuntu Maverick)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

-- 
apt-get install slapd = Can't locate object method new via package 
Debconf::Element::Noninteractive::Booleam
https://bugs.launchpad.net/bugs/666028
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 666028] Re: apt-get install slapd = Can't locate object method new via package Debconf::Element::Noninteractive::Booleam

2010-11-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/maverick-proposed/openldap

-- 
apt-get install slapd = Can't locate object method new via package 
Debconf::Element::Noninteractive::Booleam
https://bugs.launchpad.net/bugs/666028
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 662588] Re: tomcat6 6.0.28-7 FTBFS due to missing ant-trax.jar

2010-11-09 Thread Launchpad Bug Tracker
This bug was fixed in the package tomcat6 - 6.0.28-7ubuntu2

---
tomcat6 (6.0.28-7ubuntu2) natty; urgency=low

  * Build-depend on ant/ant-optional (1.8.1)
  * Amended debian/rules, fix xslt processing in ant 1.8.1 to
fix FTBFS (LP: #662588)
 -- James Page james.p...@canonical.com   Mon, 08 Nov 2010 13:19:04 +

** Changed in: tomcat6 (Ubuntu)
   Status: In Progress = Fix Released

-- 
tomcat6 6.0.28-7 FTBFS due to missing ant-trax.jar
https://bugs.launchpad.net/bugs/662588
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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-11-09 Thread Peter Selby
Description: Ubuntu 10.10
Release: 10.10
Codename: maverick

libvirtd (libvirt) 0.8.3

This bug still exists in 10.10 and 0.8.3.  All available docs that I've
seen refer to /etc/sasl2/libvirt.conf, but strace still reports that
only /etc/sasl/libvirt.conf (and /usr/lib/sasl2/libvirt.conf) are
actually accessed.

Linking /etc/sasl2 to /etc/sasl solved the problem for me, and I've got
Kerberos working with libvirt now.

-- 
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 662679] [NEW] EC2 kernel panic at boot with 34GB RAM

2010-11-09 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

100% reproducible kernel panic when booting 10.10 from ami-405c6934 on
m2.2xlarge instance (with 34.2GB RAM). Works fine with instance types
with less RAM (for example, on m1.large). Rebooting the instance does
not help. Instance uses EBS root.

How to reproduce:
1) Start m2.2xlarge instance in eu-west-1 region using ami-405c6934
2) ec2-get-console-output --region eu-west-1 i-put-your-instance-id-here

Console output attached.

** Affects: ec2-api-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
EC2 kernel panic at boot with 34GB RAM
https://bugs.launchpad.net/bugs/662679
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to ec2-api-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 662679] Re: EC2 kernel panic at boot with 34GB RAM

2010-11-09 Thread komputes
** Package changed: ubuntu = ec2-api-tools (Ubuntu)

-- 
EC2 kernel panic at boot with 34GB RAM
https://bugs.launchpad.net/bugs/662679
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-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 662679] Re: EC2 kernel panic at boot with 34GB RAM

2010-11-09 Thread komputes
** Also affects: ubuntu-on-ec2
   Importance: Undecided
   Status: New

-- 
EC2 kernel panic at boot with 34GB RAM
https://bugs.launchpad.net/bugs/662679
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-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


Re: [Bug 673035] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2010-11-09 Thread D Roberts
Hello, Mathias

Thanks for the Quick response

/var/log/samba is empty

On Tue, Nov 9, 2010 at 12:42 PM, Mathias Gug math...@ubuntu.com wrote:

 Thank you for taking the time to report this bug and helping to make
 Ubuntu better.

 According to the log file:

 Setting up grub-pc (1.98-1ubuntu7) ...
 dpkg: error processing grub-pc (--configure):
  subprocess installed post-installation script returned error exit status
 10
 Setting up samba-common (2:3.4.7~dfsg-1ubuntu3.2) ...
 dpkg: error processing samba-common (--configure):
  subprocess installed post-installation script returned error exit status
 10

 Could you post the content of the samba logs found in /var/log/samba/?

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

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

 --
  package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade:
 subprocess installed post-installation script returned error exit status 10
 https://bugs.launchpad.net/bugs/673035
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “samba” package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: samba

 I can connect to a windows machine or a linux one, but not both at the same
 time.  I hope you guys have a fix for this.  I want my network back.

 Thanks

 ProblemType: Package
 DistroRelease: Ubuntu 10.04
 Package: samba-common 2:3.4.7~dfsg-1ubuntu3.2
 ProcVersionSignature: Ubuntu 2.6.32-25.45-generic 2.6.32.21+drm33.7
 Uname: Linux 2.6.32-25-generic i686
 NonfreeKernelModules: nvidia
 AptOrdering:
  openafs-client: Remove
  grub-pc: Configure
  samba-common: Configure
  samba-common-bin: Configure
  smbclient: Configure
 Architecture: i386
 Date: Tue Nov  9 07:56:22 2010
 ErrorMessage: subprocess installed post-installation script returned error
 exit status 10
 InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
 PackageArchitecture: all
 SambaServerRegression: Yes
 SourcePackage: samba
 Title: package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to
 install/upgrade: subprocess installed post-installation script returned
 error exit status 10

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/samba/+bug/673035/+subscribe


-- 
 package samba-common 2:3.4.7~dfsg-1ubuntu3.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 10
https://bugs.launchpad.net/bugs/673035
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 662679] Re: EC2 kernel panic at boot with 34GB RAM

2010-11-09 Thread Eric Hammond
*** This bug is a duplicate of bug 651370 ***
https://bugs.launchpad.net/bugs/651370

Confirmed with my AWS account using same AMI in eu-west-1 and
m2.2xlarge.  Console log attached.

** Changed in: ec2-api-tools (Ubuntu)
   Status: New = Confirmed

** Attachment added: console.log
   
https://bugs.launchpad.net/ubuntu/+source/ec2-api-tools/+bug/662679/+attachment/1728350/+files/console.log

** Changed in: ec2-api-tools (Ubuntu)
   Status: Confirmed = New

** Tags added: ec2-images

** Also affects: linux-ec2 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux-ec2 (Ubuntu)
   Status: New = Confirmed

** Changed in: ec2-api-tools (Ubuntu)
   Status: New = Invalid

-- 
EC2 kernel panic at boot with 34GB RAM
https://bugs.launchpad.net/bugs/662679
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-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 662679] Re: EC2 kernel panic at boot with 34GB RAM

2010-11-09 Thread Eric Hammond
*** This bug is a duplicate of bug 651370 ***
https://bugs.launchpad.net/bugs/651370

** This bug has been marked a duplicate of bug 651370
   ec2 kernel crash invalid opcode  [#1]
 * You can subscribe to bug 651370 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/651370/+subscribe

-- 
EC2 kernel panic at boot with 34GB RAM
https://bugs.launchpad.net/bugs/662679
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ec2-api-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 672943] Re: virt-aa-helper crashes when domain XML does not contain uuid

2010-11-09 Thread Jamie Strandboge
Here is a preliminary patch against 0.8.5, but it should work against
maverick, etc al.

** Changed in: libvirt (Ubuntu Natty)
   Status: Triaged = In Progress

-- 
virt-aa-helper crashes when domain XML does not contain uuid
https://bugs.launchpad.net/bugs/672943
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 672943] Re: virt-aa-helper crashes when domain XML does not contain uuid

2010-11-09 Thread Jamie Strandboge

** Patch added: 9022-lp672943.patch
   
https://bugs.launchpad.net/ubuntu/natty/+source/libvirt/+bug/672943/+attachment/1728358/+files/9022-lp672943.patch

-- 
virt-aa-helper crashes when domain XML does not contain uuid
https://bugs.launchpad.net/bugs/672943
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 673289] [NEW] suexec-custom checks cannot be disabled

2010-11-09 Thread Bradley M. Froehle
Public bug reported:

Binary package hint: apache2

apache2-suexec-custom:
  Installed: 2.2.14-5ubuntu8.3

apache2-suexec-custom claims in /etc/apache2/suexec/www-data that
  # The first two lines contain the suexec document root and the suexec userdir
  # suffix. Both features can be disabled separately by prepending a # 
character.
  # This config file is only used by the apache2-suexec-custom package.

however the actual suexec binary will not allow for the override --- simply 
prepending by a # character gives errors, e.g.,
/var/log/apache2/error.log:
  [Tue Nov 09 15:50:21 2010] [warn] FastCGI: (dynamic) server 
/srv/website1/.fcgi-bin/php5.fcgi (pid 9279) terminated by calling exit with 
status '127'
/var/log/apache2/suexec.log:
  [2010-11-09 15:50:21]: docroot disabled in /etc/apache2/suexec/www-data

Since the feature cannot be disabled by prepending a # character ---
simply read the source to see that this is the case --- I recommend
changing the documentation to remove any mention of disabling the
feature.

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


** Tags: suexec

-- 
suexec-custom checks cannot be disabled
https://bugs.launchpad.net/bugs/673289
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 673102] Re: package clamav 0.95.3 dfsg-1ubuntu0.09.10.3 failed to install/upgrade: problemas de dependencias - se deja sin configurar

2010-11-09 Thread Steve Beattie
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Visibility changed to: Public

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

** Tags added: karmic

-- 
package clamav 0.95.3 dfsg-1ubuntu0.09.10.3 failed to install/upgrade: 
problemas de dependencias - se deja sin configurar
https://bugs.launchpad.net/bugs/673102
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 673313] [NEW] ssh does not honor -i switch with config file

2010-11-09 Thread Patrick Donnelly
Public bug reported:

(I'm using Ubuntu 10.10 amd64)
(batr...@neverwinter:~$ apt-cache policy ssh
ssh:
  Installed: 1:5.5p1-4ubuntu4
  Candidate: 1:5.5p1-4ubuntu4)

If the ~/.ssh/config file contains an IdentityFile, then ssh will ignore
the one given on the command line switch (but still open and read it
following strace). For example:

batr...@neverwinter:~$ cat $HOME/.ssh/config
CheckHostIP yes
Compression no
ConnectionAttempts 1
ConnectTimeout 5
HashKnownHosts yes
HostKeyAlgorithms ssh-rsa
IdentityFile ~/.ssh/id_rsa
UserKnownHostsFile ~/.ssh/known_hosts
PreferredAuthentications password,keyboard-interactive,publickey

Using this command:

batr...@neverwinter:~$ ssh -i /home/batrick/.ssh/id_rsa.subversion
batr...@svn.batbytes.com svnserve -t

The .ssh/id_rsa.subversion private key is unencrypted and used
exclusively for secure svn access to my server (the authorized_keys on
the server only allows executing svnserve). I also have another
encrypted key (the usual .ssh/id_rsa) that I use to ssh into the box for
general use. The above command *always* tries to use this .ssh/id_rsa
private key despite my specifying the -i switch on the command line.

Here is the debug output for the above command with -v for verbose
output:


batr...@neverwinter:~$ ssh -v -i /home/batrick/.ssh/id_rsa.subversion 
batr...@svn.batbytes.com svnserve -t
OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /home/batrick/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to svn.batbytes.com [72.14.184.61] port 22.
debug1: fd 3 clearing O_NONBLOCK
debug1: Connection established.
debug1: identity file /home/batrick/.ssh/id_rsa.subversion type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096
debug1: identity file /home/batrick/.ssh/id_rsa.subversion-cert type -1
debug1: identity file /home/batrick/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-4096
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-4096
debug1: identity file /home/batrick/.ssh/id_rsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 
Debian-5
debug1: match: OpenSSH_5.1p1 Debian-5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.5p1 Debian-4ubuntu4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-ctr hmac-md5 none
debug1: kex: client-server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'svn.batbytes.com' is known and matches the RSA host key.
debug1: Found key in /home/batrick/.ssh/known_hosts:25
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/batrick/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 533
debug1: Authentication succeeded (publickey).
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending command: svnserve -t
( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops 
depth log-revprops partial-replay ) ) ) ^Cdebug1: channel 0: free: 
client-session, nchannels 1
debug1: Killed by signal 2.


You can see when the actual negotiation takes place it sends the public key for 
/home/batrick/.ssh/id_rsa instead of /home/batrick/id_rsa.subversion. I would 
argue this is a bug since a command line switch should always override a config 
file.

For completeness, I'll show that commenting out that config file line
solves the problem:

batr...@neverwinter:~$ cat .ssh/config 
CheckHostIP yes
Compression no
ConnectionAttempts 1
ConnectTimeout 5
HashKnownHosts yes
HostKeyAlgorithms ssh-rsa
#IdentityFile ~/.ssh/id_rsa
UserKnownHostsFile ~/.ssh/known_hosts
PreferredAuthentications password,keyboard-interactive,publickey


batr...@neverwinter:~$ ssh -v -i /home/batrick/.ssh/id_rsa.subversion 
batr...@svn.batbytes.com svnserve -t
OpenSSH_5.5p1 Debian-4ubuntu4, OpenSSL 0.9.8o 01 Jun 2010
debug1: Reading configuration data /home/batrick/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to svn.batbytes.com [72.14.184.61] port 22.
debug1: fd 3 clearing O_NONBLOCK
debug1: Connection established.
debug1: identity file /home/batrick/.ssh/id_rsa.subversion type 1

[Bug 573919] Re: autofs doesn't work with lucid

2010-11-09 Thread Maciej Puzio
For me workaround given in comment #8 in bug 525154 worked on four
systems, but on the fifth it was not enough, and I had to combine it
with #15 from this bug report. I have to admit that number of problems
caused by Upstart is astoundingly high, and they crop up unexpectedly in
a random fashion. I am beginning to think that Upstart is an inherently
flawed design.

-- 
autofs doesn't work with lucid
https://bugs.launchpad.net/bugs/573919
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 432154] Re: dynamic block device attach/detach not functional with karmic KVM

2010-11-09 Thread Kiall
@Wolfgang I believe this is still an issue in maverick/10.10 aswell. I
can attach a volume with UEC (10.10 metal and 10.10 instance).

If you issue a `shutdown -r now` within the instance, the volume will be
attached after the reboot... just spent about 8 hours getting that far!

-- 
dynamic block device attach/detach not functional with karmic KVM
https://bugs.launchpad.net/bugs/432154
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