[Bug 784937] Re: /mnt not mounted, swap not used, disk is xvde

2011-07-18 Thread Stefan Bader
** Changed in: linux (Ubuntu Oneiric)
 Assignee: Canonical Kernel Team (canonical-kernel-team) = Stefan Bader 
(stefan-bader-canonical)

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

Title:
  /mnt not mounted, swap not used, disk is xvde

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/784937/+subscriptions

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


[Bug 806176] Re: /usr/lib/pymodules/python2.6/nova/network/manager.py, line 558, in create_networks

2011-07-18 Thread bryanwb
I have the same error and pretty much the exact same setup

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

Title:
  /usr/lib/pymodules/python2.6/nova/network/manager.py, line 558, in
  create_networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/806176/+subscriptions

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


[Bug 806176] Re: /usr/lib/pymodules/python2.6/nova/network/manager.py, line 558, in create_networks

2011-07-18 Thread bryanwb
@Diego Lalo, the syntax for the command has changed

It is now

nova-manage network create your_network_name 192.168.3.0/24 1 128

I have updated the openstack wiki page accordingly

http://wiki.openstack.org/RunningNova

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

Title:
  /usr/lib/pymodules/python2.6/nova/network/manager.py, line 558, in
  create_networks

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/806176/+subscriptions

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


[Bug 810977] Re: slapd remove/reinstall fails

2011-07-18 Thread Manfred Steiner
Dave, I try to reproduce this bug in a clean natty environment (new
installed in a virtualbox) and I wasn't able to reproduce this bug, like
you. So I go back to my normal PC, where the bug is still alive and I
try some additional things.

I see the message Omitting slapd configuration as requested. which is
a different behavior to the first install-procedure where a dialog comes
up and asking for a LDAP-Password.

For my feeling, the problem is caused by some initial configuration on
the LDAP database. This behavior is new compared with lucid 10.04. I am
not sure if this is really a step forward, because configuration of a
LDAP database is a very complicate issue and in my point of view it
should not be done by a installing script.

I will do some further investigations.

Two questions:

1) Do you know the cause for the change of install behavior (automatic omitting 
slapd configuration...)
2) How I can increase the parameter MaxReports for AppReports in case of 
app-get install fails...

Thanks.

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

Title:
  slapd remove/reinstall fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/810977/+subscriptions

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


[Bug 578536] Re: when stopped, automount orphans some mounts

2011-07-18 Thread Dave Walker
** Changed in: autofs5 (Ubuntu)
Milestone: None = oneiric-alpha-3

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/578536

Title:
  when stopped, automount orphans some mounts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/578536/+subscriptions

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


[Bug 810977] Re: slapd remove/reinstall fails

2011-07-18 Thread Manfred Steiner
Ok, I have found a work-arround to transfer slapd into a working state.
This is not solution of this problem, but it helps to bring slapd back
into a running state and so you can continue with openLDAP on your
machine.

At first you need an additional cleen machine, I name it MC (for machine
clean). You can install this machine for example in a virtualbox.

MC ... clean machine
ME ... machine with the slapd install error 

1) on ME: execute apt-get remove slapd
2) on ME: remove manually the directories /var/lib/ldap and /etc/ldap
3) on MC: execute apt-get install slapd ldap-utils
4) on MC: stop the slapd process with service slapd stop
5) on MC: transfer with rsync the directories /var/lib/ldap and /etc/ldap 
to the maschine ME
(make sure, that owner/group and access flags are not modified)
6) on ME: execute apt-get install slapd ldap-utils

Now the installation sricpt of package slapd runs to end without any
problems. Removement and reinstallatione of package slapd works without
problems, but there is no dialog for configuration (as it is in the very
first install).

To change configuration:
1) stop the slapd process with service slapd stop
2) remove actual slapd.d with rm -r /etc/ldap/slapd.d
3) execute dpkg-reconfigure slapd

Afterwards you will find a new /etc/ldap/slapd.d

So far as good, installation script for package slapd isn't bug-free
otherwise I would not have these problems.

For me it's interesting to know:
1) where is the configuration info stored (because the dialog starts up only 
one time in the very beginning)
2) why does the dpkg-ceconfiguration fail if /etc/lapd/slapd.d is existing

My recommendation to package authors. Don't do any ldap configuration in the 
installing phase.
Only check while package removement or package installation if there is a ldap 
configuratin/database available, and in this case offer the option to 
use/remove or mover the old configuration/database.
If user selects a complete removement everything after reinstallation should be 
like after a very first install.

Thanks.

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

Title:
  slapd remove/reinstall fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/810977/+subscriptions

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


[Bug 811976] Re: Please merge nut 2.6.1-2 (main) from Debian unstable (main)

2011-07-18 Thread Dave Walker
** Summary changed:

- Update nut to 2.6.1-2
+ Please merge nut 2.6.1-2 (main) from Debian unstable (main)

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

** Tags added: server-o-rs

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

Title:
  Please merge nut 2.6.1-2 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/811976/+subscriptions

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


[Bug 608182] Re: problems with ups (mge pulsar es 8+)

2011-07-18 Thread Dave Walker
@Arnaud, I'm confused as to the current status of this bug.  Is there
anything that needs to be done?

Thanks.

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

Title:
  problems with ups (mge pulsar es 8+)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/608182/+subscriptions

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


Re: [Bug 608182] Re: problems with ups (mge pulsar es 8+)

2011-07-18 Thread Arnaud Quette
2011/7/18 Dave Walker davewal...@ubuntu.com

 @Arnaud, I'm confused as to the current status of this bug.  Is there
 anything that needs to be done?


@Dave: I'm not completely sure. the user has found a workaround.
IMHO, we are probably facing some race condition between upstart native
script Vs sysV, and udev serial port privileges.

@Wolfgang: any update on your issue?
how have you configured privileges on your serial port?
(refer to /usr/share/doc/nut/README.Debian.gz, (II) - (3) - (b))

have you tried moving up the NUT (sysV) script' priority? Ie
$ sudo update-rc.d nut start 90 2 3 4 5 . stop 90 0 1 6 .

and reboot the system...

cheers,
Arnaud
-- 
Linux / Unix Expert RD - Eaton - http://powerquality.eaton.com
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://www.debian.org
Free Software Developer - http://arnaud.quette.free.fr/

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

Title:
  problems with ups (mge pulsar es 8+)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nut/+bug/608182/+subscriptions

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


[Bug 253230] Re: qemu-kvm should Build-Depends on libvdeplug2-dev (KVM vde2 support not working)

2011-07-18 Thread Serge Hallyn
I don't have any objection to enabling vde support.  However, vde2 is in
universe, and qemu-kvm is in main.  That means someone needs to do a
main inclusion request (MIR) for vde2 before we can depend on it in
qemu-kvm.

Anyone who would like to see this support enabled can pursue the MIR.
Please see https://wiki.ubuntu.com/MainInclusionProcess for details.

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

Title:
  qemu-kvm should Build-Depends on libvdeplug2-dev (KVM vde2 support not
  working)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/253230/+subscriptions

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


[Bug 495394] Re: autostart almost always fails on boot time host

2011-07-18 Thread Serge Hallyn
@Franck78,

Are you able to tell why the containers failed to start?  Can you post
the xml contents for the containers which fail to start (result of
'virsh dumpxml containername'), and do a

apport-collect 495394

?

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

Title:
  autostart almost always fails on boot time host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/495394/+subscriptions

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


[Bug 800638] Re: Unable to connect local DVD drive to guest

2011-07-18 Thread Serge Hallyn
I wonder if this is due to the user invoking libvirt not owning the
cdrom bc they did not log in on console?

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

Title:
  Unable to connect local DVD drive to guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/800638/+subscriptions

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


[Bug 800638] Re: Unable to connect local DVD drive to guest

2011-07-18 Thread Serge Hallyn
Sorry, seems unlikely.

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

Title:
  Unable to connect local DVD drive to guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/800638/+subscriptions

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


[Bug 495394] Re: autostart almost always fails on boot time host

2011-07-18 Thread Dave Walker
bouncing back to verification-needed as it's not clear it has -failed.
Thanks.

** Tags added: verification-needed
** Tags removed: verification-failed

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

Title:
  autostart almost always fails on boot time host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/495394/+subscriptions

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


[Bug 812131] [NEW] operation=mknod profile=/usr/sbin/mysqld denied_mask=c

2011-07-18 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

oneiric, with
ii  mysql-server-5.05.1.30really5.0.83-0ubuntu3

[   40.602007] type=1400 audit(1310969771.771:26): apparmor=DENIED
operation=mknod parent=1382 profile=/usr/sbin/mysqld
name=/run/mysqld/mysqld.sock pid=1438 comm=mysqld requested_mask=c
denied_mask=c fsuid=113 ouid=113

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: apparmor 2.6.1-4ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-5.6-generic 3.0.0-rc7
Uname: Linux 3.0.0-5-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon Jul 18 08:20:16 2011
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/tcsh
ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.0.0-5-generic 
root=UUID=1ff08532-facc-4e0e-98ed-2866137b7ed5 ro quiet splash vt.handoff=7
SourcePackage: apparmor
UpgradeStatus: Upgraded to oneiric on 2009-07-28 (719 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity unity-2d
-- 
operation=mknod profile=/usr/sbin/mysqld denied_mask=c
https://bugs.launchpad.net/bugs/812131
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to mysql-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 812131] Re: operation=mknod profile=/usr/sbin/mysqld denied_mask=c

2011-07-18 Thread Jamie Strandboge
*** This bug is a duplicate of bug 810270 ***
https://bugs.launchpad.net/bugs/810270

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 810270, 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.  Please continue to report any other bugs you may
find.

** Package changed: apparmor (Ubuntu) = mysql-5.1 (Ubuntu)

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

** This bug has been marked a duplicate of bug 810270
   AppArmor profiles need updates for /var/run → /run and /var/lock → /run/lock 
and /dev/shm → /run/shm

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

Title:
  operation=mknod profile=/usr/sbin/mysqld denied_mask=c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/812131/+subscriptions

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


[Bug 406171] Re: [SRU] COUNTER64 broken in NetSNMP::agent

2011-07-18 Thread AlexanderYT
I confirm this bug in Lucid. The  net-snmp package does not contain this
patch http://net-snmp.svn.sourceforge.net/viewvc/net-
snmp/branches/V5-4-patches/net-
snmp/perl/agent/agent.xs?view=patchr1=17246r2=17245pathrev=17246 .
After apply this patch,  issue was fixed.

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

Title:
  [SRU] COUNTER64 broken in NetSNMP::agent

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

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


[Bug 360975] Re: Please add nf_conntrack_netbios_ns to IPT_MODULES

2011-07-18 Thread Jamie Strandboge
I will be adding nf_conntrack_netbios_ns in Oneiric (finally). I have
decided not to allow nf_conntrack_pptp at this time. Updating the bug
title accordingly.

** Summary changed:

- Please add nf_conntrack_pptp and nf_conntrack_netbios_ns to IPT_MODULES
+ Please add nf_conntrack_netbios_ns to IPT_MODULES

** Changed in: ufw
   Status: Triaged = In Progress

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

** Changed in: ufw (Ubuntu)
Milestone: None = oneiric-alpha-3

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

Title:
  Please add nf_conntrack_netbios_ns to IPT_MODULES

To manage notifications about this bug go to:
https://bugs.launchpad.net/ufw/+bug/360975/+subscriptions

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


[Bug 812367] [NEW] package bind9 1:9.7.0.dfsg.P1-1ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-07-18 Thread Divan Mohr
Public bug reported:

Received this error trying to start bind9

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bind9 1:9.7.0.dfsg.P1-1ubuntu0.3
ProcVersionSignature: Ubuntu 2.6.32-33.70-generic 2.6.32.41+drm33.18
Uname: Linux 2.6.32-33-generic x86_64
NonfreeKernelModules: nvidia
AptOrdering:
 bind9: Install
 bind9: Configure
Architecture: amd64
Date: Mon Jul 18 16:54:15 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: bind9
Title: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: amd64 apport-package lucid

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

Title:
  package bind9 1:9.7.0.dfsg.P1-1ubuntu0.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/812367/+subscriptions

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


[Bug 812367] Re: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-07-18 Thread Divan Mohr
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/812367

Title:
  package bind9 1:9.7.0.dfsg.P1-1ubuntu0.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/812367/+subscriptions

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


[Bug 495394] Re: autostart almost always fails on boot time host

2011-07-18 Thread Franck78
@Serge,

here is one domain; other is a duplicate. It a test machine.
I think the apport-collect is unhappy...
see log after this dumpxml

Maybe the disk system is also mandatory to complete ?
I have two 2TB drives mirrored+lvm2 on a not so slow board
(phenom2 6hearts on gigabyte ga890fxa-ud7)

As it is a test server, you can ssh in it if you want. Tell.me.

domain type='kvm'
  nameipcop/name
  uuidfe2d60ab-4dc8-677e-9876-6e848380dbf3/uuid
  descriptionUn IPcop de test/description
  memory524288/memory
  currentMemory524288/currentMemory
  vcpu1/vcpu
  os
type arch='x86_64' machine='pc-0.14'hvm/type
boot dev='hd'/
bootmenu enable='no'/
  /os
  features
pae/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashrestart/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  driver name='qemu' type='raw'/
  source file='/home/fbourdonnec/vm/ipcop/ipcop.raw'/
  target dev='hda' bus='ide'/
  address type='drive' controller='0' bus='0' unit='0'/
/disk
controller type='ide' index='0'
  address type='pci' domain='0x' bus='0x00' slot='0x01' 
function='0x1'/
/controller
interface type='bridge'
  mac address='52:54:00:d3:d8:1a'/
  source bridge='br0'/
  address type='pci' domain='0x' bus='0x00' slot='0x03' 
function='0x0'/
/interface
interface type='bridge'
  mac address='52:54:00:a3:c1:dd'/
  source bridge='br1'/
  address type='pci' domain='0x' bus='0x00' slot='0x05' 
function='0x0'/
/interface
serial type='pty'
  target port='0'/
/serial
console type='pty'
  target type='serial' port='0'/
/console
input type='mouse' bus='ps2'/
graphics type='vnc' port='-1' autoport='yes' keymap='fr'/
video
  model type='cirrus' vram='9216' heads='1'/
  address type='pci' domain='0x' bus='0x00' slot='0x02' 
function='0x0'/
/video
memballoon model='virtio'
  address type='pci' domain='0x' bus='0x00' slot='0x04' 
function='0x0'/
/memballoon
  /devices
/domain

domain type='kvm'
  nameipcop/name
  uuidfe2d60ab-4dc8-677e-9876-6e848380dbf3/uuid
  descriptionUn IPcop de test
login root:test
green 10.0.0.50 admin:test
/description
  memory524288/memory
  currentMemory524288/currentMemory
  vcpu1/vcpu
  os
type arch='x86_64' machine='pc-0.14'hvm/type
boot dev='hd'/
bootmenu enable='no'/
  /os
  features
pae/
  /features
  clock offset='utc'/
  on_poweroffdestroy/on_poweroff
  on_rebootrestart/on_reboot
  on_crashrestart/on_crash
  devices
emulator/usr/bin/kvm/emulator
disk type='file' device='disk'
  driver name='qemu' type='raw'/
  source file='/home/fbourdonnec/vm/ipcop/ipcop.raw'/
  target dev='hda' bus='ide'/
  address type='drive' controller='0' bus='0' unit='0'/
/disk
controller type='ide' index='0'
  address type='pci' domain='0x' bus='0x00' slot='0x01' 
function='0x1'/
/controller
interface type='bridge'
  mac address='52:54:00:d3:d8:1a'/
  source bridge='br0'/
  address type='pci' domain='0x' bus='0x00' slot='0x03' 
function='0x0'/
/interface
interface type='bridge'
  mac address='52:54:00:a3:c1:dd'/
  source bridge='br1'/
  address type='pci' domain='0x' bus='0x00' slot='0x05' 
function='0x0'/
/interface
serial type='pty'
  target port='0'/
/serial
console type='pty'
  target type='serial' port='0'/
/console
input type='mouse' bus='ps2'/
graphics type='vnc' port='-1' autoport='yes' keymap='fr'/
video
  model type='cirrus' vram='9216' heads='1'/
  address type='pci' domain='0x' bus='0x00' slot='0x02' 
function='0x0'/
/video
memballoon model='virtio'
  address type='pci' domain='0x' bus='0x00' slot='0x04' 
function='0x0'/
/memballoon
  /devices
/domain

fbourdonnec@vmserver:~$ sudo apport-collect 495394

The authorization page:
 
(https://launchpad.net/+authorize-token?oauth_token=x...sallow_permission=DESKTOP_INTEGRATION)
should be opening in your browser. Use your browser to authorize
this program to access Launchpad on your behalf. 

Waiting to hear from Launchpad about your decision...

*** You are not the reporter of this problem report. It is much easier
to mark a bug as a duplicate of another than to move your comments and
attachments to a new bug.

Subsequently, we recommend that you file a new bug report using apport-
bug and make a comment in this bug about the one you file.

Do you really want to proceed?


What would you like to do? Your options are:
  Y: Yes
  N: No
  C: Cancel
Please choose (Y/N/C): y
Package libvirt not installed and no hook available, ignoring
Package libvirt not installed and no hook available, ignoring
Package libvirt not installed and no hook available, ignoring

*** Updating problem report

No additional information collected.

Press any key to continue...

No pending 

[Bug 808311] Re: ERROR: Invalid setting true for option LogInfected

2011-07-18 Thread Joe Burgess
** Also affects: clamav via
   https://wwws.clamav.net/bugzilla/show_bug.cgi?id=3040
   Importance: Unknown
   Status: Unknown

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

Title:
  ERROR: Invalid setting true for option LogInfected

To manage notifications about this bug go to:
https://bugs.launchpad.net/clamav/+bug/808311/+subscriptions

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


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

2011-07-18 Thread Brian Murray
*** This bug is a duplicate of bug 349469 ***
https://bugs.launchpad.net/bugs/349469

** This bug has been marked a duplicate of bug 349469
   debconf: DbDriver config: /var/cache/debconf/config.dat is locked by 
another process: Resource temporarily unavailable

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

Title:
  package samba-common 2:3.4.7~dfsg-1ubuntu3.6 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/799656/+subscriptions

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


[Bug 782569] Re: package samba-common 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-07-18 Thread Brian Murray
*** This bug is a duplicate of bug 349469 ***
https://bugs.launchpad.net/bugs/349469

** This bug has been marked a duplicate of bug 349469
   debconf: DbDriver config: /var/cache/debconf/config.dat is locked by 
another process: Resource temporarily unavailable

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

Title:
  package samba-common 2:3.5.8~dfsg-1ubuntu2.1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/782569/+subscriptions

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


[Bug 781478] Re: package samba 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-07-18 Thread Brian Murray
*** This bug is a duplicate of bug 349469 ***
https://bugs.launchpad.net/bugs/349469

** This bug has been marked a duplicate of bug 349469
   debconf: DbDriver config: /var/cache/debconf/config.dat is locked by 
another process: Resource temporarily unavailable

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/781478/+subscriptions

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


[Bug 812423] [NEW] mysql upstart job hangs if database directory not mounted

2011-07-18 Thread Jo Liss
Public bug reported:

[I think this might be a bug. Copied from
http://serverfault.com/questions/291003/mysql-upstart-job-hangs-if-
database-directory-not-mounted ]

I have mysqld pointed to an external volume:

$ cat /etc/mysql/conf.d/data_joliss.cnf 
[mysqld]
datadir=/mnt/data_joliss/mysql

This is working fine in general. But sometimes the volume is not
mounted, for whatever reason. In those cases, mysqld fails like it
should:

# mysqld
110716 14:17:42 [Warning] Can't create test file 
/mnt/data_joliss/mysql/opinionated-programmer.lower-test
110716 14:17:42 [Warning] Can't create test file 
/mnt/data_joliss/mysql/opinionated-programmer.lower-test
mysqld: Can't change dir to '/mnt/data_joliss/mysql/' (Errcode: 2)
110716 14:17:42 [ERROR] Aborting

110716 14:17:42 [Note] mysqld: Shutdown complete

However, the upstart job on Ubuntu 11.04 (`start mysql` or `service start 
mysql`) simply waits (hangs) indefinitely without outputting anything. The 
strace isn't telling me anything, but if anybody cares to take a look:
strace -fv start mysql = https://gist.github.com/1086397

I would like the `mysql` upstart job to just report an error and
terminate rather than hanging. How do I do this?

(Background: I have an EC2 instance with an extra EBS volume to store
permanent data. If the EBS volume is not available at boot time, the
system hangs waiting for mysql, and I cannot even SSH into it to fix the
problem -- so now my instance has become completely unusable. I would
like it to just continue booting, even without a MySQL server.)



Ubuntu 11.04 on EC2, ami-06ad526f

mysql-server-core-5.1:
  Installed: 5.1.54-1ubuntu4
  Candidate: 5.1.54-1ubuntu4
  Version table:
 *** 5.1.54-1ubuntu4 0
500 http://us-east-1.ec2.archive.ubuntu.com/ubuntu/ natty/main i386 
Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: upstart 0.9.7-1
ProcVersionSignature: Ubuntu 2.6.38-8.42-virtual 2.6.38.2
Uname: Linux 2.6.38-8-virtual i686
Architecture: i386
Date: Mon Jul 18 17:13:55 2011
Ec2AMI: ami-06ad526f
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1a
Ec2InstanceType: t1.micro
Ec2Kernel: aki-407d9529
Ec2Ramdisk: unavailable
ExecutablePath: /sbin/initctl
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LC_COLLATE=POSIX
 LANG=en_US.UTF-8
 LC_TIME=POSIX
SourcePackage: upstart
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug ec2-images i386 natty

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

Title:
  mysql upstart job hangs if database directory not mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/812423/+subscriptions

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


[Bug 812423] Re: mysql upstart job hangs if database directory not mounted

2011-07-18 Thread Jo Liss
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/812423

Title:
  mysql upstart job hangs if database directory not mounted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/812423/+subscriptions

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


[Bug 808769] Re: Please merge lm-sensors 1:3.3.0-4 from Debian Unstable.

2011-07-18 Thread Brian Murray
** Tags added: patch

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

Title:
  Please merge lm-sensors 1:3.3.0-4 from Debian Unstable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/808769/+subscriptions

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


[Blueprint server-o-cloud-images] improvements to Ubuntu Cloud images and cloud-init

2011-07-18 Thread Scott Moser
Blueprint changed by Scott Moser:

Whiteboard changed:
  Work Items:
  [smoser] rename uec-images.ubuntu.com to cloud-images.ubuntu.com: DONE
- add chef support to cloud-init: TODO
+ [smoser] add chef support to cloud-init: INPROGRESS
  [smoser] support system or static Eucalyptus modes in cloud-init (bug 
761847): DONE
  [smoser] document 'instance-data' hostname and setup in eucalyptus (bug 
761847): DONE
  make sure cloud-init works on openstack and lxc (bug 800824) : TODO
- cloud-init fix lxc and resizefs (bug 800856): TODO
+ [smoser] cloud-init fix lxc and resizefs (bug 800856): TODO
  make sure static networking and cloud-init works or fix: TODO
  configure networking through cloud config: TODO
  make cloud-init work on debian: TODO
  investigate ovf 2.0: POSTPONED
  re-investigate use of ovf images on vmware: POSTPONED
  
  Notes:
  etherpad: http://pad.ubuntu.com/uds-o-server-o-cloud-images
  etherpad-history: 
http://pad.ubuntu.com/ep/pad/view/uds-o-server-o-cloud-images/latest

-- 
improvements to Ubuntu Cloud images and cloud-init
https://blueprints.launchpad.net/ubuntu/+spec/server-o-cloud-images

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


[Bug 400349] Closing unsupported series nomination.

2011-07-18 Thread Leann Ogasawara
This bug was nominated against a series that is no longer supported, ie
jaunty.  The bug task representing the jaunty nomination is being closed
as Won't Fix.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu Jaunty)
   Status: Confirmed = Won't Fix

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

Title:
  dhclient-script fails with apparmor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dhcp3/+bug/400349/+subscriptions

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


[Bug 800856] Re: resizefs module causes problems on LXC containers

2011-07-18 Thread Scott Moser
Serge,
  Is there a good way that I can determine if I'm in an lxc container so that I 
can decide not to try to resize the filesystem on '/' ?
  At 
http://bazaar.launchpad.net/~cloud-init-dev/cloud-init/trunk/view/head:/cloudinit/CloudConfig/cc_resizefs.py
 , cloud-init does:
try:
   st_dev=os.stat(/).st_dev
   dev=os.makedev(os.major(st_dev),os.minor(st_dev))
   os.mknod(devpth, 0400 | stat.S_IFBLK, dev)
except:
log.warn(Failed to make device node to resize /)
raise
Its using the os.stat / to get the major, minor, then does an mknod of that so 
that it has a known device node to work on (rather than guessing the path to 
/dev/root).  Either way,  right now the mknod is failing, but I'm guessing the 
subsequent resize would also fail in a typical lxc setup.

Any suggestions on how to decide not to attempt resize?

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

Title:
  resizefs module causes problems on LXC containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/800856/+subscriptions

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


[Bug 776103] Re: package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against 2.6.39 kernels, due to missing linux/smp_lock.h

2011-07-18 Thread Serge Hallyn
@Nate,

I've updated your packaging a bit, with the resulting debs in

http://people.canonical.com/~serge/open-vm-
tools_2011.06.27-amd64-debs.tgz

and the source at

lp:~serge-hallyn/ubuntu/oneiric/open-vm-tools/open-vm-tools-june/

Unfortunately I do not have vmware workstation available for testing.
Could you try it out?

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

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against
  2.6.39 kernels, due to missing linux/smp_lock.h

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

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


[Bug 675396] Re: Icon missing in Kubuntu Remix menu

2011-07-18 Thread Ursula Junque
** Tags removed: notserv

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

Title:
  Icon missing in Kubuntu Remix menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/675396/+subscriptions

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


[Bug 811428] Re: Apache does not honor -FollowSymlinks due to TOCTOU, which allows access to /proc/pid/ files

2011-07-18 Thread Ursula Junque
** Tags added: server

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

Title:
  Apache does not honor -FollowSymlinks due to TOCTOU, which allows
  access to /proc/pid/ files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/811428/+subscriptions

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


[Bug 782298] Re: command injections in mysqld_multi

2011-07-18 Thread Ursula Junque
** Tags added: server

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

Title:
  command injections in mysqld_multi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/782298/+subscriptions

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


[Bug 494811] Re: image-store-proxy restart does not kill the existing process

2011-07-18 Thread Ursula Junque
** Tags added: server

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

Title:
  image-store-proxy restart does not kill the existing process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/image-store-proxy/+bug/494811/+subscriptions

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


[Bug 800856] Re: resizefs module causes problems on LXC containers

2011-07-18 Thread Serge Hallyn
Scott,

what most people do is look at /proc/1/cgroup and see whether it is '/'.

Since lxc and libvirt both tell init whether it is in a container, you
can also create an upstart job like:

description track if this is lxc instance

start on startup

env container
env LIBVIRT_LXC_UUID

pre-start script
if [ -z $container ]; then
if [ -z $LIBVIRT_LXC_UUID ]; then
stop
exit 0
fi
fi
end script

Then if, after boot, 'status islxc' shows

islxc start/running

you know you're in a container.

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

Title:
  resizefs module causes problems on LXC containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/800856/+subscriptions

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


[Bug 800856] Re: resizefs module causes problems on LXC containers

2011-07-18 Thread Serge Hallyn
Do you think that job belongs in the 'lxcguest' package?

(I sort of think it does)

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

Title:
  resizefs module causes problems on LXC containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/800856/+subscriptions

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


[Bug 776103] Re: package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against 2.6.39 kernels, due to missing linux/smp_lock.h

2011-07-18 Thread Serge Hallyn
@Nate

no, don't worry about it - I will push it (once confirmed that it
works), but since you did most of the work I will keep your name on the
changelog.

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

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against
  2.6.39 kernels, due to missing linux/smp_lock.h

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

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


[Bug 675396] Re: Icon missing in Kubuntu Remix menu

2011-07-18 Thread Ursula Junque
** Tags added: notserv

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

Title:
  Icon missing in Kubuntu Remix menu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/675396/+subscriptions

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


[Bug 604110] Re: munin-node-configure --shell fails on lucid

2011-07-18 Thread Artur Jackowski
It's not a bug in app but in your configuration. I have a newer version
(1.4.5) than yours and I get the same logs like UndiFineD but I'm almost
100% sure it's the same problem.

You need to set environment variables to give libdbd-pg-perl information
how and where to connect. Maybe there is some other way but I don't know
perl (Java rules).

root@arturc:/etc/munin# export PGHOST=localhost
root@arturc:/etc/munin# export PGPORT=5432
root@arturc:/etc/munin# export PGUSER=postgres
And also (!!!)
root@arturc:/etc/munin# export PGPASSWORD=mySecretPassword
Note, that having a password in ~/.pgpass change nothing. Munin (or per 
libraries) simply ignore it.

With these environment params you can successfuly run both
 # munin-node-configure --suggest
 # munin-node-configure --shell
and (after symbolic link creation) install munin.


** Changed in: munin (Ubuntu)
   Status: Expired = Invalid

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

Title:
  munin-node-configure --shell fails on lucid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/604110/+subscriptions

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


[Bug 812539] [NEW] FQDN does not get set correctly in /etc/hosts

2011-07-18 Thread Adam Gandelman
Public bug reported:

 `hostname -f` yields, for example, ip-10-212-67-63.localdomain on
oneiric instead of ip-10-212-67-63.ec2.internal as expected.  This
causes obvious problems when instances are exporting hostnames to be
used in configuration on other instances.

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

-  `hostname -f` to yields, for example, ip-10-212-67-63.localdomain on
+  `hostname -f` yields, for example, ip-10-212-67-63.localdomain on
  oneiric instead of ip-10-212-67-63.ec2.internal as expected.  This
  causes obvious problems when instances are exporting hostnames to be
  used in configuration on other instances.

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

Title:
  FQDN does not get set correctly in /etc/hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/812539/+subscriptions

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


[Bug 808769] Re: Please merge lm-sensors 1:3.3.0-4 from Debian Unstable.

2011-07-18 Thread Micah Gersten
** Description changed:

+ Note to archive admins: this source package [1] has replaced lm-
+ sensors-3 [2] for all the binaries in Debian, I believe it should
+ replace lm-sensors-3 in the core packageset and be promoted to main.
+ I'll file a removal request for the lm-sensors-3 source once it happens
+ in Debian or before release.
+ 
+ [1] http://packages.qa.debian.org/l/lm-sensors.html
+ [2] http://packages.qa.debian.org/l/lm-sensors-3.html
+ 
+ --
+ 
  Please sync lm-sensors 1:3.3.0-4 from debian unstable. The changelog is
  below:
  
-* Rename source package to lm-sensors now that the version 2 is gone.
-* Add patch from upstream to support 2 digits kernel version (closes:
-  #630508).
-* Convert to multiarch:
-  - Bump debhelper build-dep to = 8.1.3 for multiarch.
-  - Add Pre-Depends: ${misc:Pre-Depends} to libsensors4 and set it
-  Multi-Arch: same.
-  - Install the library in the multiarch path.
-* Add build-arch and build-indep targets.
+    * Rename source package to lm-sensors now that the version 2 is gone.
+    * Add patch from upstream to support 2 digits kernel version (closes:
+  #630508).
+    * Convert to multiarch:
+  - Bump debhelper build-dep to = 8.1.3 for multiarch.
+  - Add Pre-Depends: ${misc:Pre-Depends} to libsensors4 and set it
+  Multi-Arch: same.
+  - Install the library in the multiarch path.
+    * Add build-arch and build-indep targets.

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

Title:
  Please merge lm-sensors 1:3.3.0-4 from Debian Unstable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/808769/+subscriptions

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


[Bug 808769] Re: Please merge lm-sensors 1:3.3.0-4 from Debian Unstable.

2011-07-18 Thread Launchpad Bug Tracker
This bug was fixed in the package lm-sensors - 1:3.3.0-4ubuntu1

---
lm-sensors (1:3.3.0-4ubuntu1) oneiric; urgency=low

  * Merge from debian unstable. (LP: #808769) Remaining changes:
- Add 100_recommend_using_upstart.patch: Recommend use of upstart rather
  than init-script.

lm-sensors (1:3.3.0-4) unstable; urgency=low

  * Rename source package to lm-sensors now that the version 2 is gone.
  * Add patch from upstream to support 2 digits kernel version (closes:
#630508).
  * Convert to multiarch:
- Bump debhelper build-dep to = 8.1.3 for multiarch.
- Add Pre-Depends: ${misc:Pre-Depends} to libsensors4 and set it
Multi-Arch: same.
- Install the library in the multiarch path.
  * Add build-arch and build-indep targets.

lm-sensors-3 (1:3.3.0-3) unstable; urgency=low

  * Correctly detect udev in sensors-detect (closes: #628228).

lm-sensors-3 (1:3.3.0-2) unstable; urgency=low

  * Avoid printing a warning if ucf is not available (closes: #626402).

lm-sensors-3 (1:3.3.0-1) unstable; urgency=low

  * New upstream version:
- refresh all patches.
- update 12-upstream-patches.patch with upstream recommended patches.
- update symbols file, now that upstream only export symbols of the
  public API. Hope it won't break anything, otherwise we should go
  through a soname bump and a transition.
  * Remove old fancontrol links in postinst (closes: bug#612231).
  * Bumped Standards-version to 3.9.2 (no changes).

lm-sensors-3 (1:3.2.0-1ubuntu3) oneiric; urgency=low

  * fix sensors-detect won't recognize 3.0 kernel fix to handle
older versions correctly.  (LP: #797001)

lm-sensors-3 (1:3.2.0-1ubuntu2) oneiric; urgency=low

  * fix LP: #797001 - sensors-detect won't recognize 3.0 kernel
- add debian/patches/101_detect_3_0_kernel_version.patch
- update debian/patches/series

lm-sensors-3 (1:3.2.0-1ubuntu1) natty; urgency=low

  * Add 100_recommend_using_upstart.patch: Recommend use of upstart rather
than init-script. (Thanks Michael Basse)
(LP: #741338)

lm-sensors-3 (1:3.2.0-1) unstable; urgency=low

  * New upstream version.
  * Suggests fancontrol instead of recommending it in lm-sensors (closes:
bug#567185).
  * Suggests lm-sensors instead of recommending it in libsensors4 (closes:
bug#602914).
  * Suggests rrdtool in sensord (closes: bug#588132).
  * Detect SMSC SCH5524-NS chip (closes: bug#588355).
  * Bumped Standards-version to 3.9.1 (no changes).

lm-sensors-3 (1:3.1.2-6) unstable; urgency=low

  * Fix return value in fancontrol --check (closes: bug#583216).

lm-sensors-3 (1:3.1.2-5) unstable; urgency=low

  * Use the --check option in both the initscript and the fancontrol
script (closes: bug#582979).

lm-sensors-3 (1:3.1.2-4) unstable; urgency=low

  * Check /etc/fancontrol before starting the daemon (closes:
bug#582979).
  * Add a README.Debian in lm-sensors package. (closes: bug#576932).

lm-sensors-3 (1:3.1.2-3) unstable; urgency=medium

  * Add 09-sensord-multiple-chips.diff from upstream to fix multiple
chip support in sensord (closes: bug#581036).
  * Fix error message in lm-sensors init script (closes: bug#581350).
  * Remove /etc/rc1.d/K20sensord on upgrade (closes: bug#573898).
  * Fix typos in pwmconfig (closes: bug#570344).

lm-sensors-3 (1:3.1.2-2) unstable; urgency=low

  * Detect old configuration files in init script (closes: bug#568627).

lm-sensors-3 (1:3.1.2-1) unstable; urgency=low

  * New upstream version.
  * Bumped Standards-version to 3.8.4 (no changes).

lm-sensors-3 (1:3.1.1-6) unstable; urgency=low

  * Move fancontrol.txt to the fancontrol package (closes: bug#567181).
  * Remove old init scripts if they are not modified an upgrading from
version ( 1:3.1.1-5). (closes: bug#567183).

lm-sensors-3 (1:3.1.1-5) unstable; urgency=low

  * Split-out fancontrol in a separate package (closes: bug#540677).
  * Restart fancontrol in postinst instead of starting it (closes:
bug#552197).
  * Don't stop fancontrol in runlevel 0 1 6 (closes: bug#563835).
  * Don't stop sensord in runlevel 1.
  * Ignore failures to set sensors at boot time (closes: bug#566184,
bug#556361).

lm-sensors-3 (1:3.1.1-4) unstable; urgency=low

  * Bumped Standards-version to 3.8.3 (no changes).
  * Drop libsensors4 postinst script and the dependency on makedev |
udev. This part has been moved to i2c-tools.

lm-sensors-3 (1:3.1.1-3) unstable; urgency=low

  * *.init: depends on $remote_fs instead of $local_fs (closes:
bug#541363).

lm-sensors-3 (1:3.1.1-2) unstable; urgency=low

  * Stop managing /etc/sensors3.conf using ucf, as user changes should now
go in /etc/sensors.d/.
  * Mention /etc/sensors.d in libsensors4.NEWS.

lm-sensors-3 (1:3.1.1-1) unstable; urgency=low

  * New upstream version.
- LDFLAGS is taken into account by the build system (closes:
  bug#513171).
  * debian/sensord.init: add a 'sleep 1' between stop and start for
the restart action (closes: #528276).
  * 

[Bug 812539] Re: FQDN does not get set correctly in /etc/hosts

2011-07-18 Thread Adam Gandelman
Rev 406 ( sanitize hosts file for system hostname (LP: #802637) )
attempts to set the hostname for 127.0.0.1 in /etc/hosts, however:

1.  It is using a hard-coded domain of .localdomain instead of what is 
supplied by the cloud provider.
2.  It is using platform.node() method to obtain its hostname when it should be 
using what is provided from cloud-init's data sources.

The following patch fixes this and allows hosts to boot with a valid
FQDN as reported by the instance metadata.

Additionally, instances FQDN is included when propagating /etc/hosts
from template.

** Patch added: cloud-init-fqdn.patch
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/812539/+attachment/2215577/+files/cloud-init-fqdn.patch

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

Title:
  FQDN does not get set correctly in /etc/hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/812539/+subscriptions

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


[Bug 812548] [NEW] bridge not set up correctly with LXC and all-in-one system

2011-07-18 Thread Scott Moser
Public bug reported:

I'm attempting to demo/use LXC backend for nova in EC2, all on a single system.
When doing so, I get the trace below.  It appears that we can get further by 
doing:
 $ sudo brctl addbr br0
 $ sudo ifconfig br0 up
 $ sudo vconfig add br0 100

However, doing so just gets us further along to fail at bug 812553.

Trace from nova-compute.log:

2011-07-18 20:31:20,962 DEBUG nova.utils [-] Running cmd (subprocess): sudo 
vconfig add None 100 from (pid=20109) execute 
/usr/lib/pymodules/python2.7/nova/utils.py:143
2011-07-18 20:31:20,994 DEBUG nova.utils [-] Result was 3 from (pid=20109) 
execute /usr/lib/pymodules/python2.7/nova/utils.py:161
2011-07-18 20:31:20,995 ERROR nova.exception [-] Uncaught exception
(nova.exception): TRACE: Traceback (most recent call last):
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/exception.py, line 87, in _wrap
(nova.exception): TRACE: return f(*args, **kw)
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/compute/manager.py, line 334, in 
run_instance
(nova.exception): TRACE: self._run_instance(context, instance_id, **kwargs)
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/compute/manager.py, line 297, in 
_run_instance
(nova.exception): TRACE: instance_id)
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/network/manager.py, line 827, in 
setup_compute_network
(nova.exception): TRACE: network['bridge_interface'])
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/network/linux_net.py, line 456, in 
ensure_vlan_bridge
(nova.exception): TRACE: interface = ensure_vlan(vlan_num, bridge_interface)
(nova.exception): TRACE:   File /usr/lib/pymodules/python2.7/nova/utils.py, 
line 613, in inner
(nova.exception): TRACE: retval = f(*args, **kwargs)
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/network/linux_net.py, line 467, in 
ensure_vlan
(nova.exception): TRACE: _execute('sudo', 'vconfig', 'add', 
bridge_interface, vlan_num)
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/network/linux_net.py, line 689, in _execute
(nova.exception): TRACE: return utils.execute(*cmd, **kwargs)
(nova.exception): TRACE:   File /usr/lib/pymodules/python2.7/nova/utils.py, 
line 169, in execute
(nova.exception): TRACE: cmd=' '.join(cmd))
(nova.exception): TRACE: ProcessExecutionError: Unexpected error while running 
command.
(nova.exception): TRACE: Command: sudo vconfig add None 100
(nova.exception): TRACE: Exit code: 3
(nova.exception): TRACE: Stdout: ''
(nova.exception): TRACE: Stderr: 'ERROR: trying to add VLAN #100 to IF -:None:- 
 error: No such device\n'

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nova-network 2011.3~d3~20110708.1251-0ubuntu1
ProcVersionSignature: User Name 3.0.0-5.6-virtual 3.0.0-rc7
Uname: Linux 3.0.0-5-virtual x86_64
Architecture: amd64
Date: Mon Jul 18 20:45:23 2011
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nova
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  bridge not set up correctly with LXC and all-in-one system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/812548/+subscriptions

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


[Bug 812548] Re: bridge not set up correctly with LXC and all-in-one system

2011-07-18 Thread Scott Moser
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/812548

Title:
  bridge not set up correctly with LXC and all-in-one system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/812548/+subscriptions

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


[Bug 812553] [NEW] LXC instance fails to start

2011-07-18 Thread Scott Moser
Public bug reported:

When trying to run an LXC instance, after working around bug 812548, I
get the following trace:

2011-07-18 20:51:44,318 DEBUG nova.utils [-] Running cmd (subprocess): qemu-img 
create -f qcow2 -o 
cluster_size=2M,backing_file=/var/lib/nova/instances/_base/local_20 
/var/lib/nova/instances/instance-0002/disk.local from (pid=20109) execute 
/usr/lib/pymodules/python2.7/nova/utils.py:143
2011-07-18 20:51:44,641 ERROR nova.exception [-] Uncaught exception
(nova.exception): TRACE: Traceback (most recent call last):
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/exception.py, line 87, in _wrap
(nova.exception): TRACE: return f(*args, **kw)
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/virt/libvirt/connection.py, line 591, in 
spawn
(nova.exception): TRACE: domain = self._create_new_domain(xml)
(nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/virt/libvirt/connection.py, line 1085, in 
_create_new_domain
(nova.exception): TRACE: domain = self._conn.defineXML(xml)
(nova.exception): TRACE:   File /usr/lib/python2.7/dist-packages/libvirt.py, 
line 1708, in defineXML
(nova.exception): TRACE: if ret is None:raise 
libvirtError('virDomainDefineXML() failed', conn=self)
(nova.exception): TRACE: libvirtError: internal error cannot determine default 
video type
(nova.exception): TRACE:
2011-07-18 20:51:44,644 ERROR nova.compute.manager [-] Instance '2' failed to 
spawn. Is virtualization enabled in the BIOS? Details: internal error cannot 
determine default video type
(nova.compute.manager): TRACE: Traceback (most recent call last):
(nova.compute.manager): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/compute/manager.py, line 311, in 
_run_instance
(nova.compute.manager): TRACE: self.driver.spawn(instance, network_info, 
bd_mapping)
(nova.compute.manager): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/exception.py, line 93, in _wrap
(nova.compute.manager): TRACE: raise Error(str(e))
(nova.compute.manager): TRACE: Error: internal error cannot determine default 
video type
(nova.compute.manager): TRACE:

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nova-compute 2011.3~d3~20110708.1251-0ubuntu1
ProcVersionSignature: User Name 3.0.0-5.6-virtual 3.0.0-rc7
Uname: Linux 3.0.0-5-virtual x86_64
Architecture: amd64
Date: Mon Jul 18 20:52:41 2011
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nova
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  LXC instance fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/812553/+subscriptions

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


[Bug 812553] Re: LXC instance fails to start

2011-07-18 Thread Scott Moser
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/812553

Title:
  LXC instance fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/812553/+subscriptions

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


[Bug 812548] Re: bridge not set up correctly with LXC and all-in-one system

2011-07-18 Thread Scott Moser
** Description changed:

  I'm attempting to demo/use LXC backend for nova in EC2, all on a single 
system.
- When doing so, I get the following trace:
+ When doing so, I get the trace below.  It appears that we can get further by 
doing:
+  $ sudo brctl addbr br0
+  $ sudo ifconfig br0 up
+  $ sudo vconfig add br0 100
+ 
+ However, doing so just gets us further along to fail at bug 812553.
+ 
+ Trace from nova-compute.log:
  
  2011-07-18 20:31:20,962 DEBUG nova.utils [-] Running cmd (subprocess): sudo 
vconfig add None 100 from (pid=20109) execute 
/usr/lib/pymodules/python2.7/nova/utils.py:143
  2011-07-18 20:31:20,994 DEBUG nova.utils [-] Result was 3 from (pid=20109) 
execute /usr/lib/pymodules/python2.7/nova/utils.py:161
  2011-07-18 20:31:20,995 ERROR nova.exception [-] Uncaught exception
  (nova.exception): TRACE: Traceback (most recent call last):
  (nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/exception.py, line 87, in _wrap
  (nova.exception): TRACE: return f(*args, **kw)
  (nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/compute/manager.py, line 334, in 
run_instance
  (nova.exception): TRACE: self._run_instance(context, instance_id, 
**kwargs)
  (nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/compute/manager.py, line 297, in 
_run_instance
  (nova.exception): TRACE: instance_id)
  (nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/network/manager.py, line 827, in 
setup_compute_network
  (nova.exception): TRACE: network['bridge_interface'])
  (nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/network/linux_net.py, line 456, in 
ensure_vlan_bridge
  (nova.exception): TRACE: interface = ensure_vlan(vlan_num, 
bridge_interface)
  (nova.exception): TRACE:   File /usr/lib/pymodules/python2.7/nova/utils.py, 
line 613, in inner
  (nova.exception): TRACE: retval = f(*args, **kwargs)
  (nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/network/linux_net.py, line 467, in 
ensure_vlan
  (nova.exception): TRACE: _execute('sudo', 'vconfig', 'add', 
bridge_interface, vlan_num)
  (nova.exception): TRACE:   File 
/usr/lib/pymodules/python2.7/nova/network/linux_net.py, line 689, in _execute
  (nova.exception): TRACE: return utils.execute(*cmd, **kwargs)
  (nova.exception): TRACE:   File /usr/lib/pymodules/python2.7/nova/utils.py, 
line 169, in execute
  (nova.exception): TRACE: cmd=' '.join(cmd))
  (nova.exception): TRACE: ProcessExecutionError: Unexpected error while 
running command.
  (nova.exception): TRACE: Command: sudo vconfig add None 100
  (nova.exception): TRACE: Exit code: 3
  (nova.exception): TRACE: Stdout: ''
  (nova.exception): TRACE: Stderr: 'ERROR: trying to add VLAN #100 to IF 
-:None:-  error: No such device\n'
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nova-network 2011.3~d3~20110708.1251-0ubuntu1
  ProcVersionSignature: User Name 3.0.0-5.6-virtual 3.0.0-rc7
  Uname: Linux 3.0.0-5-virtual x86_64
  Architecture: amd64
  Date: Mon Jul 18 20:45:23 2011
  PackageArchitecture: all
  ProcEnviron:
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: nova
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  bridge not set up correctly with LXC and all-in-one system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/812548/+subscriptions

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


[Bug 812548] Re: bridge not set up correctly with LXC and all-in-one system

2011-07-18 Thread Scott Moser
I'm adding an attachment with all of the setup that I did.
The commands were run on a m1.large instance of latest oneiric.
us-east-1 ami-3d965154 ebs/ubuntu-oneiric-daily-amd64-server-20110718


** Attachment added: commands to setup and show failure
   
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/812548/+attachment/2215598/+files/openstack-lxc-Notes.txt

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

Title:
  bridge not set up correctly with LXC and all-in-one system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/812548/+subscriptions

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


[Bug 589953] Re: php5-cgi crashed with SIGSEGV in _zend_mm_free_canary_int()

2011-07-18 Thread joeh...@gmail.com
This issue is still occouring on Ubuntu 10.04 LTS server version. so
please reopen.

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

Title:
  php5-cgi crashed with SIGSEGV in _zend_mm_free_canary_int()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/589953/+subscriptions

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


[Bug 800638] Re: Unable to connect local DVD drive to guest

2011-07-18 Thread Serge Hallyn
Are you using the same version of virt-manager to connect to both the
fresh-lucid-install and jaunty-upgraded-to-lucid install?

Can you tell us exactly what connection you are creating (presumably
ssh://, using which user?)

What does 'ls -l /dev/sr0' show on both hosts?

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

Title:
  Unable to connect local DVD drive to guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/800638/+subscriptions

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


[Bug 495394] Re: autostart almost always fails on boot time host

2011-07-18 Thread Serge Hallyn
@Franck78,

Thanks for the info.

Yes, slow storage is not addressed by this and also needs to be fixed.
For that one, I want to discuss with upstream, as we'll probably want to
use a generic tool to enumerate all the storage needed by autostart
domains.  Considering the many complicated possibilities, it seems a
daunting task.

I suppose a simple, non-intelligent way to go about it would be to grab
all 'source file=' and 'source dev=' lines inside a disk  .. /disk
stanza, and, in a /etc/init/libvirt-storage-waiter.conf, which is

  start on mounted and not started libvirt-bin

do something like

pre-start script
   if [ status libvirt-bin | grep start  /dev/null ]; then
  stop
  exit 0
   fi
   for f in `/sbin/enumerate-libvirt-autostart-files`; do
  if [ ! -r $f ]; then
 stop
 exit 0
  fi
   done
   initctl emit -n libvirt-storage-ready
end script

and have /etc/init/libvirt-bin.conf
   start on (runlevel [2345] and stopped networking STATUS=ok and 
libvirt-storage-ready)

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

Title:
  autostart almost always fails on boot time host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/495394/+subscriptions

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


[Bug 360975] Re: Please add nf_conntrack_netbios_ns to IPT_MODULES

2011-07-18 Thread Jamie Strandboge
** Changed in: ufw
   Status: In Progress = Fix Committed

** Changed in: ufw (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  Please add nf_conntrack_netbios_ns to IPT_MODULES

To manage notifications about this bug go to:
https://bugs.launchpad.net/ufw/+bug/360975/+subscriptions

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


[Bug 360975] Re: Please add nf_conntrack_netbios_ns to IPT_MODULES

2011-07-18 Thread Launchpad Bug Tracker
This bug was fixed in the package ufw - 0.30.1-2ubuntu1

---
ufw (0.30.1-2ubuntu1) oneiric; urgency=low

  * Merge from Debian unstable. Remaining changes:
- debian/rules: Don't install the upstream application profiles that are
  shipped with the Debian package.
- debian/control: use ufw-0.30-oneiric for Vcs-Bzr

ufw (0.30.1-2) unstable; urgency=low

  * debian/control: make lintian clean:
- update Standards-Version to 3.9.2
- Build-Depends on python (= 2.6.6-3~)
  * conf/ufw.defaults:
- remove IRC connection tracking, which is only required for DCC.
  Cherrypick r741 from trunk
- allow nf_conntrack_netbios_ns (Samba). Cherrypick r744 from trunk.
  LP: #360975 (Closes: 631737)
  * enable IPv6 by default and fix 'allow to any ipv6' when IPv6 is enabled.
Cherrypick r742 from trunk.
  * update manpage references to ufw and ufw-framework to include the section.
Cherrypick r743 from trunk.
  * ACCEPT UPnP (239.255.255.250 for IPv4 and ff02::f for IPv6) for service
discovery just like we do for mDNS (ie, allow discovery, but not
connections to the services). LP: #764933
  * debian/ufw.logrotate.debian, debian/ufw.logrotate.ubuntu, debian/rules:
use 'rotate' option in Debian logrotate file and split out ufw.logrotate
like we do the initscript since because Ubuntu's rsyslog doesn't have the
'rotate' option yet. (Closes: 628605)
  * Cherrypick r746 from trunk to update check-requirements to prompt to
continue with tests that may autoload modules. Add '-f' option to
check-requirements and update test suite accordingly (LP: #782816)
  * Cherrypick r747 from trunk to not fail when running 'show listening' under
fakeroot (LP: #812516)
  * debian/postinst:
- remove some old upgrade transition code for unsupported upgrade paths
- reload ufw if it is enabled and we are upgrading to this version since
  this is needed after enabling IPv6
  * debian/rules: add build-arch and build-indep targets

ufw (0.30.1-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Rebuild to add Python 2.7 support
 -- Jamie Strandboge ja...@ubuntu.com   Mon, 18 Jul 2011 17:09:57 -0500

** Changed in: ufw (Ubuntu)
   Status: Fix Committed = Fix Released

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

Title:
  Please add nf_conntrack_netbios_ns to IPT_MODULES

To manage notifications about this bug go to:
https://bugs.launchpad.net/ufw/+bug/360975/+subscriptions

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


[Bug 812367] Re: package bind9 1:9.7.0.dfsg.P1-1ubuntu0.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-07-18 Thread Ursula Junque
Error from log:
 * Starting domain name service... bind9    
[fail]
invoke-rc.d: initscript bind9, action start failed.

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

Title:
  package bind9 1:9.7.0.dfsg.P1-1ubuntu0.3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/812367/+subscriptions

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


[Bug 812539] Re: FQDN does not get set correctly in /etc/hosts

2011-07-18 Thread Adam Gandelman
As per discussion in #ubuntu-server, the following revised patch adheres
to debian policy [1] with regards to populating /etc/hosts.

In absence of a hostname provided by a cloud metadata source,
cc_update_etc_hosts.py will query platform.node() and construct a fqdn
with a .localhost domain for 127.0.1.1 in /etc/hosts.

1.
https://one.ubuntu.com/files/shareoffer/4f402554-ca48-4a0d-b133-47c4bf238415/

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

Title:
  FQDN does not get set correctly in /etc/hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/812539/+subscriptions

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


[Bug 812539] Re: FQDN does not get set correctly in /etc/hosts

2011-07-18 Thread Adam Gandelman
** Patch added: cloud-init-fqdn-2.patch
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/812539/+attachment/2215725/+files/cloud-init-fqdn-2.patch

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

Title:
  FQDN does not get set correctly in /etc/hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/812539/+subscriptions

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


[Bug 756894] Missing required logs.

2011-07-18 Thread Brad Figg
This bug is missing log files that will aid in dianosing the problem.
From a terminal window please run:

apport-collect 756894

and then change the status of the bug back to 'New'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  mount.ocfs2: join errors when node with kernel = 2.6.37 joins with
  nodes with kernels  2.6.37

To manage notifications about this bug go to:
https://bugs.launchpad.net/ocfs2/+bug/756894/+subscriptions

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


[Bug 776103] Re: package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against 2.6.39 kernels, due to missing linux/smp_lock.h

2011-07-18 Thread Nate Muench
I got results
host-guest Copy-and-Paste: Still not working.
Auto Screen Resize: Doesn't work

@Serge
I thought when you said you'd look at it, I thought you meant the patch.  My 
original configuration works 100% fine (I've confirmed this with May), the 
patch is where work is needed.  The reason everything is breaking is because OF 
THE PATCH.

THE PATCH IS WHERE WORK NEEDS TO BE DONE ON, NOT THE PACKAGING.

I suggest we wait a couple of weeks until the new version for July is
released, which might have some compatibility with GCC 4.6.x.

Attached is the patch (from GCC 4.6.0), that was removed beginning with
GCC 4.6.1-1.  The removal of this patch caused the problems we are
currently having.

Lastly, I've opened a bug report over on SourceForge, to see whether they'll do 
anything:
https://sourceforge.net/tracker/?func=detailaid=3370770group_id=204462atid=989708

** Bug watch added: SourceForge.net Tracker #3370770
   http://sourceforge.net/support/tracker.php?aid=3370770

** Patch added: gcc-wnoerr-unused-but-set.diff
   
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/776103/+attachment/2215742/+files/gcc-wnoerr-unused-but-set.diff

** Bug watch removed: SourceForge.net Tracker #3354213
   http://sourceforge.net/support/tracker.php?aid=3354213

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

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against
  2.6.39 kernels, due to missing linux/smp_lock.h

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

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


[Bug 782092] Missing required logs.

2011-07-18 Thread Brad Figg
This bug is missing log files that will aid in dianosing the problem.
From a terminal window please run:

apport-collect 782092

and then change the status of the bug back to 'New'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

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

Title:
  ssh server extremly unresponsive

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/782092/+subscriptions

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


[Bug 494811] Re: image-store-proxy restart does not kill the existing process

2011-07-18 Thread Ursula Junque
** Tags removed: server

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

Title:
  image-store-proxy restart does not kill the existing process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/image-store-proxy/+bug/494811/+subscriptions

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


[Bug 812642] [NEW] package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-07-18 Thread Marcelo
Public bug reported:

I try to reinstall mysql-server-5.1 and then never mind i can use this
program. Always fail to install

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: mysql-server-5.1 5.1.54-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic-pae 2.6.38.7
Uname: Linux 2.6.38-10-generic-pae i686
Architecture: i386
Date: Mon Jul 18 22:24:27 2011
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 1
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: mysql-5.1
Title: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el 
subproceso instalado el script post-installation devolvió el código de salida 
de error 1
UpgradeStatus: Upgraded to natty on 2011-04-29 (80 days ago)

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


** Tags: apport-package i386 natty

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/812642/+subscriptions

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


[Bug 812642] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-07-18 Thread Marcelo
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.1 in Ubuntu.
https://bugs.launchpad.net/bugs/812642

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: el
  subproceso instalado el script post-installation devolvió el código de
  salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/812642/+subscriptions

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


Re: [Bug 776103] Re: package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against 2.6.39 kernels, due to missing linux/smp_lock.h

2011-07-18 Thread Serge Hallyn
Quoting Nate Muench (776...@bugs.launchpad.net):
 I got results
 host-guest Copy-and-Paste: Still not working.
 Auto Screen Resize: Doesn't work
 
 @Serge
 I thought when you said you'd look at it, I thought you meant the patch.

I thought you said earlier that you were confident in the patch and
wanted help with the packaging :)

 My original configuration works 100% fine (I've confirmed this with
May), the patch is where work is needed.  The reason everything is
breaking is because OF THE PATCH.

Can you confirm that compiling the June release, with your packaging,
compiled with older gcc (maybe built under natty), also works?  The git
tree has seen a lot of churn.  Commits like
8bb81e03780f936a4d3f04def07e3d467bf30c01 (which admittedly was end of
april) are very suspect as they change how open-vm-tools are used.

 THE PATCH IS WHERE WORK NEEDS TO BE DONE ON, NOT THE PACKAGING.

The patch may break things, but your bzr tree (as fetched today) was not
in fact building for me.

Thanks for the feedback.  Sounds like I'll need to find a version of
vmware I can use for really testing, and per your advice I'll start by
looking more closely at the patch.

-serge

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

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against
  2.6.39 kernels, due to missing linux/smp_lock.h

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

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


[Bug 812646] [NEW] Race in DataSourceNoCloudNet with kvm

2011-07-18 Thread Tim Potter
Public bug reported:

Hi there.  I'm trying to configure a 11.04 KVM instance using nocloud-
net and it sometimes works, sometimes not.

I have configured kernel args of init=/usr/lib/cloud-init/uncloud-init
ds=nocloud-net;s=http://192.168.122.1/;h=blah and have a user-data and
meta-data file at the address above.  Most of the time things work and
the VM starts up properly.

Some time, usually the very first boot of the VM, I get get_data of
DataSourceNoCloudNet raised urlopen error [Errno 101] Network is
unreachable and cloud-init falls through to (non-existent)
DataSourceEc2.  A power down and power up again usually fixes this.

This looks like a race, though I can't figure exactly how the upstart
jobs run.

init: plymouth-splash main process (276) terminated with status 2
cloud-init start-local running: Tue, 19 Jul 2011 01:27:10 +. up 9.83 seconds
no instance data found in start-local
init: cloud-init-local main process (242) terminated with status 1
cloud-init start running: Tue, 19 Jul 2011 01:27:10 +. up 10.12 seconds
2011-08-19 01:27:10,371 - __init__.py[WARNING]: get_data of 
DataSourcenoCloudNet raised urlopenerror [Errno 101] Network is unreachable
2011-07-19 01:27:10,415 - DataSourceEc2.py[WARNING]: waiting for metadata 
service at http://169.254.159.254/2009-04-04/meta-data/instance-id


A successful boot looks like this:

init: plymouth-splash main process (339) terminated with status 2
cloud-init start running: Tue, 19 Jul 2011 02:00:56 +. up 2.50 seconds
found data source: DataSourceNoCloud [seed=cmdline,http://192.168.122.1/]


ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: cloud-init (not installed)
ProcVersionSignature: Ubuntu 2.6.38-10.46-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
Architecture: amd64
Date: Tue Jul 19 11:52:48 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007.1)
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: cloud-init
UpgradeStatus: Upgraded to natty on 2011-05-18 (61 days ago)

** Affects: cloud-init (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty running-unity

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

Title:
  Race in DataSourceNoCloudNet with kvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/812646/+subscriptions

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


[Bug 776103] Re: package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against 2.6.39 kernels, due to missing linux/smp_lock.h

2011-07-18 Thread Nate Muench
I suggest we wait to see what how they respond to my bug report over on
SourceForge.

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

Title:
  package open-vm-dkms 2011.03.28-387002-0ubuntu2 fails to build against
  2.6.39 kernels, due to missing linux/smp_lock.h

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

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


[Bug 812548] Re: bridge not set up correctly with LXC and all-in-one system

2011-07-18 Thread Adam Gandelman
Scott-

There is no network manager defined in nova.conf, so nova-network is
defaulting to the VLAN manager which, IIRC, requires a separate physical
interface to be available on which it builds bridges and VLANs, as well
as some config flags in nova.conf.  I've attached a modified version of
your script that configures the appropriate flags for using the
FlatManager instead, deletes + re-migrates the sqlite database as it
needs and sets up a bridge to use (I'd suggest using 11.0.0.0 or a
subnet other than ec2's 10.0.0.0)

This should at least get your networking provisioned, images delivered
and built and instance launched.

Keep in mind, there is an pending bug that effects the current oneiric
build and will prevent you from launching anything ATM. See:
https://bugs.launchpad.net/nova/+bug/807764

** Attachment added: openstack-lxc-notes-adam_g.txt
   
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/812548/+attachment/2216034/+files/openstack-lxc-notes-adam_g.txt

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

Title:
  bridge not set up correctly with LXC and all-in-one system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/812548/+subscriptions

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


[Bug 812553] Re: LXC instance fails to start

2011-07-18 Thread Adam Gandelman
*** This bug is a duplicate of bug 805083 ***
https://bugs.launchpad.net/bugs/805083

** This bug has been marked a duplicate of bug 805083
   libvirtError: internal error cannot determine default video type when 
using UML

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

Title:
  LXC instance fails to start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/812553/+subscriptions

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


[Bug 425478] Fwd: FW: ALUMNA DE LA FACULTAD PSICOLOGIA DESAPARECIDA!!! MAR DEL PLATA!!!

2011-07-18 Thread laplaced
-- Forwarded message --
From: Isabel Passoni isabel.pass...@gmail.com
Date: 2011/7/18
Subject: Fwd: FW: ALUMNA DE LA FACULTAD PSICOLOGIA DESAPARECIDA!!! MAR DEL
PLATA!!!
To: Gustavo Meschino gustavo.mesch...@gmail.com


Disculpen:
LLegó este pedido y me solidarizo con la familia. Ojalá aparezca rápido.

-- Mensaje reenviado --
De: Nicolás Sarra nicolas_sa...@hotmail.com
Fecha: 15 de julio de 2011 11:37
Asunto: FW: ALUMNA DE LA FACULTAD PSICOLOGIA DESAPARECIDA!!! MAR DEL
PLATA!!!
Para: florenciazamp...@hotmail.com, Francisco Viau 
franciscov...@hotmail.com, frangro...@hotmail.com, Gabriel Manfredi 
gmanfred...@hotmail.com, hurrellagus...@hotmail.com,
isabel.pass...@gmail.com, jackie_...@hotmail.com, johnnies...@hotmail.com,
José Sixte josesi...@hotmail.com, lataton...@hotmail.com,
leogutierrez_...@hotmal.com, lolov...@hotmail.com, Maria Sol Ruiz 
mariasol_r...@hotmail.com, mariarat...@hotmail.com, mariy...@hotmail.com,
maximiliano montoya x_max...@hotmail.com, Maximiliano muñoz 
mm_m...@hotmail.com, mb_...@hotmail.com, meri...@hotmail.com, MikA
FrAnZiLLi mikaelafranzi...@hotmail.com, Natalia Soledad Herrada 
nats...@hotmail.com, Pablo Caparros pablocap...@gmail.com, Paola
Venturino p_ventur...@hotmail.com, Paula Calle pauli1...@hotmail.com,
Rocio Marian Santecchia ro.mar...@hotmail.com, v7ab...@hotmail.com,
vickisantecc...@hotmail.com



 --
Date: Fri, 15 Jul 2011 11:21:51 -0300
Subject: Fwd: FW: ALUMNA DE LA FACULTAD PSICOLOGIA DESAPARECIDA!!! MAR DEL
PLATA!!!
From: sarranico...@gmail.com
To: nicolas_sa...@hotmail.com


-- Mensaje reenviado --
De: *Mariela Ambrústolo* marielaambrust...@gmail.com
Fecha: 15 de julio de 2011 08:46
Asunto: Fwd: FW: ALUMNA DE LA FACULTAD PSICOLOGIA DESAPARECIDA!!! MAR DEL
PLATA!!!
Para:



-- Mensaje reenviado --
De: *Graciela Borras* gracielaborra...@hotmail.com
Fecha: 15 de julio de 2011 08:35
Asunto: FW: ALUMNA DE LA FACULTAD PSICOLOGIA DESAPARECIDA!!! MAR DEL
PLATA!!!
Para: yaninaco...@hotmail.com, erikaiturme...@hotmail.com,
marianamazza...@hotmail.com, Arturo Mazzanti 2011 fiera_2...@hotmail.com,
juliana...@gmail.com, Isabela Sorgio isabelasor...@hotmail.com,
cecibe...@hotmail.com, a_pob...@yahoo.com a_pob...@yahoo.com.ar,
marielaambrust...@gmail.com, marianacorrecam...@gmail.com, Yeri ... 
almea_1...@hotmail.com, genovaferna...@yahoo.com.ar, Victoria Bisso 
victoriabi...@hotmail.com, solci...@hotmail.com, sesch...@yahoo.com.ar



 --
Date: Wed, 13 Jul 2011 13:58:15 -0700
From: claudiafarias...@yahoo.com.ar
Subject: ALUMNA DE LA FACULTAD PSICOLOGIA DESAPARECIDA!!! MAR DEL PLATA!!!
To: pato_...@hotmail.com; lorenajazv...@hotmail.com;
portajorgel...@yahoo.com.ar; val.vela...@gmail.com; virginia_...@hotmail.com;
graciela_ver...@yahoo.com.ar; aacclla...@yahoo.com.ar;
patoal...@yahoo.com.ar; cristian_oyi...@hotmail.com;
atencionpsicolog...@gmail.com; avgo...@mdp.edu.ar;
fertilizantesbloe...@infovia.com.ar; acercandr...@hotmail.com;
bettina...@argentina.com; gabriel...@hotmail.com; garr...@mdp.edu.ar;
gbor...@copetel.com.ar; mfge...@hotmail.com; lucianagos...@yahoo.com;
gracielaborra...@hotmail.com; i...@fundses.org.ar; lucarneva...@hotmail.com;
pablomatranc...@hotmail.com; mcmediavil...@hotmail.com;
mire_ya_...@hotmail.com; omeg...@hotmail.com; did...@yahoo.com;
portajorgel...@yahoo.com.ar; g...@ciudad.com.ar; scaraco...@hotmail.com;
vaninarevue...@hotmail.com; dayle...@hotmail.com; orgve...@copetel.com.ar


ALUMNA DE LA FACULTAD PSICOLOGIA DESAPARECIDA!!! MAR DEL PLATA!!!
Date: Tue, 5 Jul 2011 00:41:27 +


 --


 *fué a la facultad hace tres días y no volvió mas esta desesperado por
favor hacer una cadena para que, si alguien la vió, se comunique con los
teléfonos que están abajo... Gracias!*
*SI VES A JULIETA POR FAVOR COMUNICATE:*
* 15-65135077  15-65135077 (papá)*
* 15-65478671  15-65478671 (mamá)*
* 4254-5736  4254-5736 **
** 4253-4618  4253-4618*


 VAMOS GENTE...ES SOLO REENVIAR. ATRÁS HAY UNA FLIA SUFRIENDO


*Les ruego hacer una cadena.*


Subject: ALUMNA DE LA FACULTAD PSICOLOGIA DESAPARECIDA!!! MAR DEL PLATA!!!



-- 
Ing. Mariela Ambrústolo
Grupo Mejora Continua, Calidad y Medio Ambiente
Departamento de Ingeniería Industrial. Facultad de Ingeniería. UNMDP
J. B. Justo 4302 - TE: 54 - 223 - 4816600 Int. 189.



-- 
*Dra. Ing.Lucía Isabel Passoni
Laboratorio de Bioingeniería
*
*Facultad de Ingeniería
Universidad Nacional de Mar del Plata
Mar del Plata-Argentina.
TE: 54-223-4816600 Int: 252
FAX: 54-223-4810046
Juan B. Justo 4302. Cp: 7600
Prov. Buenos Aires*
ARGENTINA

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

Title:
  package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to
  install/upgrade: subprocess pre-removal script returned error exit
  status 1

To manage 

[Bug 110992] Re: ipmi modules need to manually inserted and device created

2011-07-18 Thread Brad Figg
This bug was filed against a series that is no longer supported and so
is being marked as Won't Fix. If this issue still exists in a supported
series, please file a new bug.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: Invalid = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/110992

Title:
  ipmi modules need to manually inserted and device created

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipmitool/+bug/110992/+subscriptions

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


[Bug 176358] Re: Fails to boot with init=/bin/sh

2011-07-18 Thread Brad Figg
This bug was filed against a series that is no longer supported and so
is being marked as Won't Fix. If this issue still exists in a supported
series, please file a new bug.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/176358

Title:
  Fails to boot with init=/bin/sh

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/176358/+subscriptions

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


[Bug 784195] Re: package samba-common 2:3.4.7~dfsg-1ubuntu3.5 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 1

2011-07-18 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package samba-common 2:3.4.7~dfsg-1ubuntu3.5 failed to
  install/upgrade: подпроцесс установлен сценарий post-installation
  возвратил код ошибки 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/784195/+subscriptions

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


[Bug 783951] Re: Automatically add libvirt dnsmasq to resolv.conf

2011-07-18 Thread Launchpad Bug Tracker
[Expired for libvirt (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Automatically add libvirt dnsmasq to resolv.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/783951/+subscriptions

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


[Bug 783780] Re: package samba-common 2:3.3.2-1ubuntu3.5 failed to install/upgrade: el subproceso post-installation script devolvió el código de salida de error 3

2011-07-18 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package samba-common 2:3.3.2-1ubuntu3.5 failed to install/upgrade: el
  subproceso post-installation script devolvió el código de salida de
  error 3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/783780/+subscriptions

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


[Bug 783699] Re: package libapache2-mod-php5 5.3.5-1ubuntu7.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-07-18 Thread Launchpad Bug Tracker
[Expired for php5 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: php5 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package libapache2-mod-php5 5.3.5-1ubuntu7.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/783699/+subscriptions

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


[Bug 782192] Re: package postfix 2.7.0-1ubuntu0.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 75

2011-07-18 Thread Launchpad Bug Tracker
[Expired for postfix (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package postfix 2.7.0-1ubuntu0.2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/782192/+subscriptions

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


[Bug 781899] Re: package samba 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade: il sottoprocesso nuovo script pre-removal ha restituito lo stato di errore 100

2011-07-18 Thread Launchpad Bug Tracker
[Expired for samba (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package samba 2:3.5.8~dfsg-1ubuntu2.1 failed to install/upgrade: il
  sottoprocesso nuovo script pre-removal ha restituito lo stato di
  errore 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/781899/+subscriptions

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


[Bug 782842] Re: package bacula-director-pgsql (not installed) failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-07-18 Thread Launchpad Bug Tracker
[Expired for bacula (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package bacula-director-pgsql (not installed) failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/782842/+subscriptions

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


[Bug 781763] Re: package libisccc60 1:9.7.0.dfsg.P1-1 failed to install/upgrade: arquivo tar do sistema de arquivos corrompido - arquivo de pacote corrompido

2011-07-18 Thread Launchpad Bug Tracker
[Expired for bind9 (Ubuntu) because there has been no activity for 60
days.]

** Changed in: bind9 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package libisccc60 1:9.7.0.dfsg.P1-1 failed to install/upgrade:
  arquivo tar do sistema de arquivos corrompido - arquivo de pacote
  corrompido

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/781763/+subscriptions

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


[Bug 779930] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

2011-07-18 Thread Launchpad Bug Tracker
[Expired for bacula (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package bacula-director-mysql 5.0.1-1ubuntu1 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/779930/+subscriptions

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


[Bug 812055] Re: package linux-image-2.6.32-33-generic 2.6.32-33.70 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-07-18 Thread Steve Langasek
Your bug report indicates that you installed a release that includes
grub2 by default, but that you have subsequently removed it in favor of
grub1 without configuring this package for use as a bootloader.  This is
not a bug in Ubuntu, but a local configuration error.  It is recommended
that you reinstall grub2 by running the following command from a
terminal:

  sudo apt-get install grub-pc

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/812055

Title:
  package linux-image-2.6.32-33-generic 2.6.32-33.70 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub/+bug/812055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 810936] Re: Update Manager offers partial upgrade in Lucid Lynx

2011-07-18 Thread Karl Kropf
fernandos

Many thanks.

Karl

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/810936

Title:
  Update Manager offers partial upgrade in Lucid Lynx

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/810936/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 797491] Re: overo lcd43 touchscreen does not work

2011-07-18 Thread Ricardo Salveti
Is this fixed already with current TI LT kernel head?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/797491

Title:
  overo lcd43 touchscreen does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux-linaro/+bug/797491/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 811385] Re: reboot hangs at Plymouth logo after upgrading base-files and initscripts

2011-07-18 Thread dj_palindrome
My report appears to be invalid. My Plymouth hadn't been updated to take
the /run transition into account, even if initramfs had been. At least
that's the conclusion I draw. After reverting to a stable baseline,
updating Plymouth, then updating base-files and initscripts, everything
worked, even after a cold boot.

My apologies. Even if the updates really did make their appearance at
the same time, it became increasingly difficult to keep track of which
package triggered any given consequence.

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

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/sysvinit/+question/165176

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/811385

Title:
  reboot hangs at Plymouth logo after upgrading base-files and
  initscripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/811385/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 812101] Re: [Asus 1215p] screen distorted while back from hibernation

2011-07-18 Thread Tim Chen
update the image, previous attached is wrong.

** Attachment added: display_bad.jpeg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/812101/+attachment/2214295/+files/display_bad.jpeg

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/812101

Title:
  [Asus 1215p] screen distorted while back from hibernation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/812101/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 803906] Re: [Dell Inspiron N5040] system halted after press Fn+F2(wireless switch)

2011-07-18 Thread Keng-Yü Lin
The hardware has a Broadcom wireless adapter and it is using
brcm80211, the Broadcom driver in the kernel/staging. It could be of
bad quality in 2.6.38.

@Tim, can you try to install the proprietary Broadcom driver package
bcmwl-kernel-source and see if the issue still occurs with it?

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/803906

Title:
  [Dell Inspiron N5040] system halted after press Fn+F2(wireless switch)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/803906/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779185] Re: unity-panel-service Leaks Memory

2011-07-18 Thread Chauncellor
** Changed in: unity
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779185

Title:
  unity-panel-service Leaks Memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/779185/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 604635] Re: Have default settings be energy star 5.0 compliant

2011-07-18 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/gnome-settings-daemon/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/604635

Title:
  Have default settings be energy star 5.0 compliant

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/604635/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 508939] Re: Wrong colors when printing

2011-07-18 Thread Aaron Roydhouse
The bug just hit me too, after upgrading to 11.04 Natty. eVince still
prints PDFs fine, but the same PDFs printed from Acrobat (acroread)
seems to screw any text or the areas of any images that should involve
black ink. I am printing to an HP OfficeJet 7410. Using Acrobat
9.4.2-0natty-1 with hplip 3.11.1-2ubuntu2. The problem affects all PDF
files I have tried from multiple sources.

I tried all the print options in acroread, like 'let printer select
colours', 'level-2 postscript', and even 'print as image', but these
didn't help, the same problems with any area of the page that needs
black occurs.

Previously on Ubuntu Lucid I could print from acroread with hp-lip to
this same printer fine, with no colour problems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/508939

Title:
  Wrong colors when printing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/acroread/+bug/508939/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 807845] Re: dpkg crashed with SIGSEGV in debsums

2011-07-18 Thread dj_palindrome
** Visibility changed to: Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/807845

Title:
  dpkg crashed with SIGSEGV in debsums

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/807845/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 812128] [NEW] X is not working after 2.6.38-10:amd64 kernel update

2011-07-18 Thread Koopee
Public bug reported:

After kernel update on 14.7.2011 my computer was unable to reboot to X.
I had to revert to the previous kernel from grub.

Computer: Lenovo Thinkpad X100e

Apt log tail below:

Start-Date: 2011-07-12  13:02:14
Upgrade: xserver-xorg-video-ati:amd64 (6.14.0-0ubuntu4, 6.14.0-0ubuntu4.1), 
software-center:amd64 (4.0.3, 4.0.4), nautilus-sendto:amd64 (2.32.0-0ubuntu1, 
2.32.0-0ubuntu1.1), ntpdate:amd64 (4.2.6.p2+dfsg-1ubuntu5, 
4.2.6.p2+dfsg-1ubuntu5.1), xserver-xorg-video-radeon:amd64 (6.14.0-0ubuntu4, 
6.14.0-0ubuntu4.1)
End-Date: 2011-07-12  13:06:47

Start-Date: 2011-07-14  13:18:20
Install: linux-image-2.6.38-10-generic:amd64 (2.6.38-10.46), 
linux-headers-2.6.38-10-generic:amd64 (2.6.38-10.46), 
linux-headers-2.6.38-10:amd64 (2.6.38-10.46)
Upgrade: apt-transport-https:amd64 (0.8.13.2ubuntu4, 0.8.13.2ubuntu4.1), 
libqt4-dbus:amd64 (4.7.2-0ubuntu6.1, 4.7.2-0ubuntu6.2), linux-generic:amd64 
(2.6.38.8.22, 2.6.38.10.25), apt-utils:amd64 (0.8.13.2ubuntu4, 
0.8.13.2ubuntu4.1), apt:amd64 (0.8.13.2ubuntu4, 0.8.13.2ubuntu4.1), 
libqtcore4:amd64 (4.7.2-0ubuntu6.1, 4.7.2-0ubuntu6.2), 
linux-headers-generic:amd64 (2.6.38.8.22, 2.6.38.10.25), 
linux-image-generic:amd64 (2.6.38.8.22, 2.6.38.10.25), libqt4-xml:amd64 
(4.7.2-0ubuntu6.1, 4.7.2-0ubuntu6.2), libqtgui4:amd64 (4.7.2-0ubuntu6.1, 
4.7.2-0ubuntu6.2), linux-libc-dev:amd64 (2.6.38-8.42, 2.6.38-10.46)
End-Date: 2011-07-14  13:22:23

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


** Tags: 2.6.38-10 amd64 linux-image x100e

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/812128

Title:
  X is not working after 2.6.38-10:amd64 kernel update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/812128/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 812128] Re: X is not working after 2.6.38-10:amd64 kernel update

2011-07-18 Thread Koopee
lsb_release -rd
Description:Ubuntu 11.04
Release:11.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/812128

Title:
  X is not working after 2.6.38-10:amd64 kernel update

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/812128/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 812127] [NEW] package virtualbox-ose-dkms 4.0.4-dfsg-1ubuntu4 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-07-18 Thread MrCopilot
Public bug reported:

Failure result  of routine security updates.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: virtualbox-ose-dkms 4.0.4-dfsg-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon Jul 18 02:04:57 2011
ErrorMessage: virtualbox-ose kernel module failed to build
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
PackageArchitecture: all
PackageVersion: 4.0.4-dfsg-1ubuntu4
SourcePackage: virtualbox-ose
Title: package virtualbox-ose-dkms 4.0.4-dfsg-1ubuntu4 failed to 
install/upgrade: virtualbox-ose kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: virtualbox-ose (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/812127

Title:
  package virtualbox-ose-dkms 4.0.4-dfsg-1ubuntu4 failed to
  install/upgrade: virtualbox-ose kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/812127/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 812127] Re: package virtualbox-ose-dkms 4.0.4-dfsg-1ubuntu4 failed to install/upgrade: virtualbox-ose kernel module failed to build

2011-07-18 Thread MrCopilot
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/812127

Title:
  package virtualbox-ose-dkms 4.0.4-dfsg-1ubuntu4 failed to
  install/upgrade: virtualbox-ose kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/812127/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 810606] Re: Slow cifs in 11.04

2011-07-18 Thread Boletis Georgios
Copying my post from Bug #471512 that closed:

This is what I use for mounting in fstab:

//.../... /.../... cifs
directio,rsize=130048,guest,uid=1000,iocharset=utf
8,codepage=unicode,unicode 0 0

Then I created a file named cifs.conf in /etc/modprobe.d/ which has the
following: options cifs CIFSMaxBufSize=130048

Using the options mentioned above, I'm getting speeds up to 60MB/sec
outside Nautilus. Inside Nautilus the problem remains. For example if I
try to extract a MKV with MakeMKV the speed rises up to 60MB/sec. But if
I try to copy a file from Nautilus speed remains at 8-10 MB/sec. That's
strange.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/810606

Title:
  Slow cifs in 11.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/810606/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 152349] Re: gzip does not provide keep input files option

2011-07-18 Thread Martin Pitt
Please note that we are very resistant in applying such patches
ourselves, as we'd have to maintain them forever. It's a lot better to
engage in a discussion with upstream, and at least file an upstream bug
with the patch as well, so that it can eventually go there.

Also, the patch is not complete, as it doesn't update the manpage
accordingly. Doing so will also invalidate all existing translations of
the manpages, all these problems that you have if you do downstream
patches.

So to be frank, I don't expect this to be applied anytime soon. I
subscribed ubuntu-sponsors, though, perhaps someone has a better
connection to gzip upstream.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/152349

Title:
  gzip does not provide keep input files option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gzip/+bug/152349/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 812131] [NEW] operation=mknod profile=/usr/sbin/mysqld denied_mask=c

2011-07-18 Thread Fabien Tassin
Public bug reported:

oneiric, with
ii  mysql-server-5.05.1.30really5.0.83-0ubuntu3

[   40.602007] type=1400 audit(1310969771.771:26): apparmor=DENIED
operation=mknod parent=1382 profile=/usr/sbin/mysqld
name=/run/mysqld/mysqld.sock pid=1438 comm=mysqld requested_mask=c
denied_mask=c fsuid=113 ouid=113

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: apparmor 2.6.1-4ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-5.6-generic 3.0.0-rc7
Uname: Linux 3.0.0-5-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon Jul 18 08:20:16 2011
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/tcsh
ProcKernelCmdline: BOOT_IMAGE=/boot/vmlinuz-3.0.0-5-generic 
root=UUID=1ff08532-facc-4e0e-98ed-2866137b7ed5 ro quiet splash vt.handoff=7
SourcePackage: apparmor
UpgradeStatus: Upgraded to oneiric on 2009-07-28 (719 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity unity-2d

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/812131

Title:
  operation=mknod profile=/usr/sbin/mysqld denied_mask=c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/812131/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 812131] Re: operation=mknod profile=/usr/sbin/mysqld denied_mask=c

2011-07-18 Thread Fabien Tassin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/812131

Title:
  operation=mknod profile=/usr/sbin/mysqld denied_mask=c

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/812131/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >