[Bug 894660] [NEW] odbcinst segfault when no there is no /etc/odbcinst.ini

2011-11-25 Thread Baptiste Mille-Mathias
Public bug reported:

[mymachine] me:~/ odbcinst -q -d
Segmentation fault (core dumped)

strace showed me it segfault after trying to open /etc/odbcinst.ini which 
doens't exists.
after a touch /etc/odbcinst.ini no more crash.

distribution: lucid
version: 2.2.11-21

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

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

Title:
  odbcinst segfault when no there is no /etc/odbcinst.ini

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unixodbc/+bug/894660/+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 676819] Re: Attaching a volume to a pending instance claims success, but never attaches.

2011-11-25 Thread Luca Invernizzi
This seems to be due to a incompatibility between eucalyptus-nc and
libvirt

When attaching a disk (/dev/sdX or /dev/vdX), this is the output on the
node controller:

[Thu Nov 24 23:33:56 2011][000571][EUCAINFO  ] doAttachVolume() invoked 
(id=i-416607C2 vol=vol-5A24063B 
remote=//,192.35.222.25,iqn.2009-06.com.eucalyptus.secluster:store3,djsFVOsygc3D8GA6SAYtxMQRPLFlzdkXXPakJKalNo3lE8i9GKasvANekX4fETg3RSAv7zQgoRyQFOjc/vfnb8tqjdb9jJsInIzHuYHcDkihfXrYiSGmGxXzh2ijjpPb1BYAQZI2OwSM2Pux+0lwNJwGxl7zW2pVeSpFT9pulZahLH7eX/RcXaHWl/glKqMtxz/L3g06OlM/bneoFofCGZiPxBklDTiC2uz/HN3Ew+JF5u/PePv5qAFVlv61jJk4f80G7ZMM7+LZfjSmi4TVm/xAlRLzqiQbkmvabpXVY9utCBQS2qm46bFeZMFXaxf14iIIsDX3K0XD9SkOUAA5KQ==
 local=/dev/vda)
[Thu Nov 24 23:33:56 2011][000571][EUCAINFO  ] connect_iscsi_target invoked 
(dev_string=//,192.35.222.25,iqn.2009-06.com.eucalyptus.secluster:store3,djsFVOsygc3D8GA6SAYtxMQRPLFlzdkXXPakJKalNo3lE8i9GKasvANekX4fETg3RSAv7zQgoRyQFOjc/vfnb8tqjdb9jJsInIzHuYHcDkihfXrYiSGmGxXzh2ijjpPb1BYAQZI2OwSM2Pux+0lwNJwGxl7zW2pVeSpFT9pulZahLH7eX/RcXaHWl/glKqMtxz/L3g06OlM/bneoFofCGZiPxBklDTiC2uz/HN3Ew+JF5u/PePv5qAFVlv61jJk4f80G7ZMM7+LZfjSmi4TVm/xAlRLzqiQbkmvabpXVY9utCBQS2qm46bFeZMFXaxf14iIIsDX3K0XD9SkOUAA5KQ==)
[Thu Nov 24 23:33:56 2011][000571][EUCADEBUG ] system_output(): 
[//usr/lib/eucalyptus/euca_rootwrap 
//usr/share/eucalyptus/connect_iscsitarget.pl 
//,192.35.222.25,iqn.2009-06.com.eucalyptus.secluster:store3,djsFVOsygc3D8GA6SAYtxMQRPLFlzdkXXPakJKalNo3lE8i9GKasvANekX4fETg3RSAv7zQgoRyQFOjc/vfnb8tqjdb9jJsInIzHuYHcDkihfXrYiSGmGxXzh2ijjpPb1BYAQZI2OwSM2Pux+0lwNJwGxl7zW2pVeSpFT9pulZahLH7eX/RcXaHWl/glKqMtxz/L3g06OlM/bneoFofCGZiPxBklDTiC2uz/HN3Ew+JF5u/PePv5qAFVlv61jJk4f80G7ZMM7+LZfjSmi4TVm/xAlRLzqiQbkmvabpXVY9utCBQS2qm46bFeZMFXaxf14iIIsDX3K0XD9SkOUAA5KQ==]
[Thu Nov 24 23:33:57 2011][000571][EUCAINFO  ] Attached device: /dev/sdc
[Thu Nov 24 23:33:57 2011][000571][EUCAERROR ] libvirt: internal error 
unsupported driver name 'phy' for disk '/dev/sdc' (code=1)
[Thu Nov 24 23:33:57 2011][000571][EUCAERROR ] virDomainAttachDevice() failed 
(err=-1) XML=disk type='block'driver name='phy'/source 
dev='/dev/sdc'/target dev='vda'//disk
[Thu Nov 24 23:33:57 2011][000571][EUCAERROR ] ERROR: doAttachVolume() failed 
error=1


Please note the line:  libvirt: internal error unsupported driver name 'phy' 
for disk '/dev/sdc' .
The driver name should be 'quemu'. Libvirt used to tolerate 'phy', but it 
doesn't anymore (as in https://bugzilla.redhat.com/show_bug.cgi?id=627143#c13).
I haven't had time to try it yet, but it appears that substituting phy with 
quemu in 
http://bazaar.launchpad.net/~eucalyptus-maintainers/eucalyptus/2.0.0-lp/view/head:/node/handlers_kvm.c
 would solve the problem.


** Bug watch added: Red Hat Bugzilla #627143
   https://bugzilla.redhat.com/show_bug.cgi?id=627143

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

Title:
  Attaching a volume to a pending instance claims success, but never
  attaches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/676819/+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 894677] [NEW] Replace geronimo-jta-1.0.1b-spec - geronimo-jta-1.1-spec

2011-11-25 Thread James Page
Public bug reported:

The geronimo-jta-1.0.1b-spec source package has been renamed geronimo-
jta-1.1-spec in Debian.

It looks like the geronimo-jta-1.0.1b-spec package has already been
dropped in precise; please can the geronimo-jta-1.1-spec package be
promoted to main as its replacement.

** Affects: geronimo-jta-1.0.1b-spec (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: geronimo-jta-1.1-spec (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: geronimo-jta-1.0.1b-spec (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to geronimo-jta-1.0.1b-spec in Ubuntu.
https://bugs.launchpad.net/bugs/894677

Title:
  Replace geronimo-jta-1.0.1b-spec - geronimo-jta-1.1-spec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/geronimo-jta-1.0.1b-spec/+bug/894677/+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 676819] Re: Attaching a volume to a pending instance claims success, but never attaches.

2011-11-25 Thread Luca Invernizzi
Obviously, I meant qemu.

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

Title:
  Attaching a volume to a pending instance claims success, but never
  attaches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/676819/+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 676819] Re: Attaching a volume to a pending instance claims success, but never attaches.

2011-11-25 Thread Luca Invernizzi
As I suspected, the incorrect disk driver for kvm was the issue.
I've attached a patch in the debian patch format, that lets me successfully 
attach disks.


** Patch added: 31-handlers_kvm.patch
   
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/676819/+attachment/2607853/+files/31-handlers_kvm.patch

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

Title:
  Attaching a volume to a pending instance claims success, but never
  attaches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/676819/+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 676819] Re: Attaching a volume to a pending instance claims success, but never attaches.

2011-11-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~invernizzi/eucalyptus/fix-676819

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

Title:
  Attaching a volume to a pending instance claims success, but never
  attaches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/676819/+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 888124] Re: excalibur-logkit version 2.0-8 failed to build with openjdk-7

2011-11-25 Thread James Page
** Changed in: excalibur-logkit (Ubuntu)
   Importance: High = Medium

** Changed in: excalibur-logkit (Ubuntu)
   Status: New = In Progress

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

Title:
  excalibur-logkit version 2.0-8 failed to build with openjdk-7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/excalibur-logkit/+bug/888124/+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 833994] Re: debian-installer does not support https when using with preseed files

2011-11-25 Thread Colin Watson
** Also affects: debian-installer-utils (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: debian-installer-utils (Ubuntu)
   Status: New = Triaged

** Changed in: debian-installer-utils (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  debian-installer does not support https when using with preseed files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/833994/+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 888124] Re: excalibur-logkit version 2.0-8 failed to build with openjdk-7

2011-11-25 Thread James Page
** Tags added: api

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

Title:
  excalibur-logkit version 2.0-8 failed to build with openjdk-7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/excalibur-logkit/+bug/888124/+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 833994] Re: debian-installer does not support https when using with preseed files

2011-11-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu-seeds/platform.precise

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

Title:
  debian-installer does not support https when using with preseed files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/833994/+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 881464] Re: [MIR] keystone

2011-11-25 Thread Matthias Klose
the dependency on python-sqlite needs to be dropped (build and use
sqlite3 from the python standard library)

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

Title:
  [MIR] keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/881464/+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 888936] Re: eucalyptus-commons-ext version 0.5.0-0ubuntu3 failed to build with openjdk-7

2011-11-25 Thread James Page
** Tags added: lang

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

Title:
  eucalyptus-commons-ext version 0.5.0-0ubuntu3 failed to build with
  openjdk-7

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus-commons-ext/+bug/888936/+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 894677] Re: Replace geronimo-jta-1.0.1b-spec - geronimo-jta-1.1-spec

2011-11-25 Thread Matthias Klose
2011-11-25 11:26:42 INFOOverride Component to: 'main'
2011-11-25 11:26:42 INFO'geronimo-jta-1.1-spec - 
1.1.1-2ubuntu1/universe/java' source overridden
2011-11-25 11:26:42 INFO
'libgeronimo-jta-1.1-spec-java-1.1.1-2ubuntu1/universe/java/OPTIONAL' binary 
overridden in precise/amd64
2011-11-25 11:26:42 INFO
'libgeronimo-jta-1.1-spec-java-1.1.1-2ubuntu1/universe/java/OPTIONAL' binary 
overridden in precise/armel
2011-11-25 11:26:42 INFO
'libgeronimo-jta-1.1-spec-java-1.1.1-2ubuntu1/universe/java/OPTIONAL' binary 
overridden in precise/armhf
2011-11-25 11:26:42 INFO
'libgeronimo-jta-1.1-spec-java-1.1.1-2ubuntu1/universe/java/OPTIONAL' binary 
overridden in precise/i386
2011-11-25 11:26:42 INFO
'libgeronimo-jta-1.1-spec-java-1.1.1-2ubuntu1/universe/java/OPTIONAL' binary 
overridden in precise/powerpc
2011-11-25 11:26:42 INFO
'libgeronimo-jta-1.1-spec-java-doc-1.1.1-2ubuntu1/universe/doc/OPTIONAL' binary 
overridden in precise/amd64
2011-11-25 11:26:42 INFO
'libgeronimo-jta-1.1-spec-java-doc-1.1.1-2ubuntu1/universe/doc/OPTIONAL' binary 
overridden in precise/armel
2011-11-25 11:26:42 INFO
'libgeronimo-jta-1.1-spec-java-doc-1.1.1-2ubuntu1/universe/doc/OPTIONAL' binary 
overridden in precise/armhf
2011-11-25 11:26:42 INFO
'libgeronimo-jta-1.1-spec-java-doc-1.1.1-2ubuntu1/universe/doc/OPTIONAL' binary 
overridden in precise/i386
2011-11-25 11:26:42 INFO
'libgeronimo-jta-1.1-spec-java-doc-1.1.1-2ubuntu1/universe/doc/OPTIONAL' binary 
overridden in precise/powerpc


** Changed in: geronimo-jta-1.1-spec (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to geronimo-jta-1.0.1b-spec in Ubuntu.
https://bugs.launchpad.net/bugs/894677

Title:
  Replace geronimo-jta-1.0.1b-spec - geronimo-jta-1.1-spec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/geronimo-jta-1.0.1b-spec/+bug/894677/+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 894677] Re: Replace geronimo-jta-1.0.1b-spec - geronimo-jta-1.1-spec

2011-11-25 Thread Matthias Klose
nothing to do for geronimo-jta-1.0.1b-spec

** Changed in: geronimo-jta-1.0.1b-spec (Ubuntu)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to geronimo-jta-1.0.1b-spec in Ubuntu.
https://bugs.launchpad.net/bugs/894677

Title:
  Replace geronimo-jta-1.0.1b-spec - geronimo-jta-1.1-spec

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/geronimo-jta-1.0.1b-spec/+bug/894677/+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 835715] Re: package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2011-11-25 Thread Roberto Maurizzi
I had the same problem and I'd say the real bug here is that on upgrade the 
file /etc/apparmor.d/usr.sbin.mysqld was not updated to allow access to 
/run/mysql.[pid|sock]
Reinstalling the mysql package simply replaced the old mysql apparmor profile 
with the new one that contains the correct path.

btw,  ntp has the same problem.

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

Title:
  package mysql-server-5.1 5.1.54-1ubuntu4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/835715/+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 servercloud-p-cloud-image-testing] Ubuntu Server Cloud Image Testing

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Pending Approval = Approved

-- 
Ubuntu Server Cloud Image Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-image-testing

-- 
Ubuntu-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 servercloud-p-iso-install-testing] Ubuntu Server ISO Testing

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Pending Approval = Approved

-- 
Ubuntu Server ISO Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-iso-install-testing

-- 
Ubuntu-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 servercloud-p-complex-deployment-testing] Automated Complex Server Deployment Testing

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Pending Approval = Approved

-- 
Automated Complex Server Deployment Testing
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-complex-deployment-testing

-- 
Ubuntu-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 servercloud-p-hadoop] Ubuntu Server + Hadoop and Bigdata

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Pending Approval = Approved

-- 
Ubuntu Server + Hadoop and Bigdata
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-hadoop

-- 
Ubuntu-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 servercloud-p-arm-system-management] Server System Mangement for ARM

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Discussion = Approved

-- 
Server System Mangement for ARM
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-arm-system-management

-- 
Ubuntu-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 servercloud-p-cobbler-next-steps] Cobbler Next Steps

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Review = Approved

-- 
Cobbler Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cobbler-next-steps

-- 
Ubuntu-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 servercloud-p-juju-charm-testing] Juju: automated testing of charms

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Pending Approval = Approved

-- 
Juju: automated testing of charms
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-charm-testing

-- 
Ubuntu-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 servercloud-p-openstack] Openstack Next Steps

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Drafting = Approved

-- 
Openstack Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-openstack

-- 
Ubuntu-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 servercloud-p-install-experience] Revisit the install experience for products delivered via orchestra + juju

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Drafting = Approved

-- 
Revisit the install experience for products delivered via orchestra + juju
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-install-experience

-- 
Ubuntu-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 servercloud-p-libvirt] Libvirt plans for p

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Discussion = Approved

-- 
Libvirt plans for p
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-libvirt

-- 
Ubuntu-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 servercloud-p-cloudimages-cloudinit] Improvements to Cloud-init or Cloud Images

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Review = Approved

-- 
Improvements to Cloud-init or Cloud Images
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloudimages-cloudinit

-- 
Ubuntu-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 servercloud-p-cloudutils] Improvements to cloud-utils and Related Packages

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Review = Approved

-- 
Improvements to cloud-utils and Related Packages
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloudutils

-- 
Ubuntu-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 servercloud-p-juju-charm-apparmor-policies] Juju: Using AppArmor with Charms

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Review = Approved

-- 
Juju: Using AppArmor with Charms
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-juju-charm-apparmor-policies

-- 
Ubuntu-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 servercloud-p-orchestra-itsm] ITSM for Orchestra

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Review = Approved

-- 
ITSM for Orchestra
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-orchestra-itsm

-- 
Ubuntu-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 servercloud-p-orchestra-itsm] ITSM for Orchestra

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Drafter: (none) = Chuck Short

-- 
ITSM for Orchestra
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-orchestra-itsm

-- 
Ubuntu-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 servercloud-p-powernap] PowerNap's Future

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Review = Approved

-- 
PowerNap's Future
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-powernap

-- 
Ubuntu-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 servercloud-p-xen] Xen Next Steps

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Review = Approved

-- 
Xen Next Steps
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-xen

-- 
Ubuntu-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 servercloud-p-kronos] XCP Kronos support

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Whiteboard changed:
  Session Notes:
  
  AGENDA:
  - What is XCP and Kronos?
  - Current state of Project Kronos
  - Work remaining (porting and packaging)
  - Ubuntu next-steps?
  
  - Could we used clustered LVM instead of our own version? Perhaps, but we 
haven't investigated that yet.
  - Can we ship XCP's modified LVM with Ubuntu? Yes, it is concievable that 
this could work. Some patchs coud even be upstreamed, but likely not all of 
them.
  
  CONTACTS:
  - chuck.sh...@canonical.com
  - ad...@canonical.com
  - a...@seamicro.com
  - m...@canonical.com
  
  WORK ITEMS:
- Review blktap-dkms package [Chuck]: TODO
+ [zulcss] Review blktap-dkms package: TODO
  Package XCP's LVM [Jon/Mike]: INPROGRESS
  Upload finished packages to Debian Sid [Jon/Mike]: INPROGRESS

-- 
XCP Kronos support
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-kronos

-- 
Ubuntu-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 servercloud-p-kronos] XCP Kronos support

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Discussion = Approved

-- 
XCP Kronos support
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-kronos

-- 
Ubuntu-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 servercloud-p-kvm] KVM plans for p

2011-11-25 Thread Dave Walker
Blueprint changed by Dave Walker:

Definition Status: Drafting = Approved

-- 
KVM plans for p
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-kvm

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


[Bug 676819] Re: Attaching a volume to a pending instance claims success, but never attaches.

2011-11-25 Thread Ubuntu Foundation's Bug Bot
The attachment 31-handlers_kvm.patch of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-sponsors please also unsubscribe the team from this bug
report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Attaching a volume to a pending instance claims success, but never
  attaches.

To manage notifications about this bug go to:
https://bugs.launchpad.net/eucalyptus/+bug/676819/+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 894754] [NEW] openvswitch_mod module not found

2011-11-25 Thread Rogério Vinhal Nunes
Public bug reported:

After installing openvswitch-switch in a clean upgraded 11.10
installation, the package installation fails when trying to start the
openvswitch initscript:

FATAL: Module openvswitch_mod not found.

The module isn't available in /lib/modules.

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

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

Title:
  openvswitch_mod module not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/894754/+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 863305] Re: Image access control is available

2011-11-25 Thread Thierry Carrez
** Changed in: nova
   Status: Confirmed = Fix Released

** Changed in: nova
Milestone: None = essex-1

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

Title:
  Image access control is available

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/863305/+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 573318] Re: mysql server will not start

2011-11-25 Thread Troex Nevelin
Strange but in case the problem was missing
/etc/apparmor.d/tunables/home which also caused a problem starting cups

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

Title:
  mysql server will not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/573318/+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 832507] Re: console.log grows indefinitely

2011-11-25 Thread Thierry Carrez
Proposed to essex: https://review.openstack.org/706

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

Title:
  console.log grows indefinitely

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/832507/+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 890362] Re: Should glance user's shell be /bin/false?

2011-11-25 Thread Thierry Carrez
** Also affects: nova (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Should glance user's shell be /bin/false?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/890362/+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 servercloud-p-kvm] KVM plans for p

2011-11-25 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: Not yet started
  
  Work Items:
+ [serge-hallyn] create qemu-utils package for qemu-nbd,qemu-img: DONE
+ [serge-hallyn] re-base kvm-pxe on ipxe: TODO
+ [serge-hallyn] (once kvm-pxe comes from ipxe) make qemu-kvm depend on or 
recommend kvm-pxe: TODO
  [serge-hallyn] test open openvswitch with qemu-kvm, document in features wiki 
page: TODO
  [serge-hallyn] have qemu-kvm upstart job load vhost_net: TODO
  [serge-hallyn] run qrt tests before (each, but) 1.0 qemu-kvm upload: TODO
  [serge-hallyn] (when librbd/librados in main): turn librbd/librados on in 
configure: TODO
  [serge-hallyn] MIR VDE, turn on in kvm: TODO
  [serge-hallyn] turn VDE on in kvm: TODO
  [serge-hallyn] MIR dialog (spice dep): TODO
  [serge-hallyn] MIR svgalib (spice dep): TODO
  [serge-hallyn] MIR allegro4.2 (spice dep): TODO
  [serge-hallyn] MIR devil (spice dep): TODO
  [serge-hallyn] MIR xerces-c2 (spice dep): TODO
  [serge-hallyn] MIR ois (spice dep): TODO
  [serge-hallyn] MIR freeimage (spice dep): TODO
  [serge-hallyn] MIR cegui-mk2 (spice dep): TODO
  [serge-hallyn] MIR spice: TODO
- [serge-hallyn] create qemu-utils package for qemu-nbd,qemu-img: TODO
- [serge-hallyn] re-base kvm-pxe on ipxe: TODO
- [serge-hallyn] (once kvm-pxe comes from ipxe) make qemu-kvm depend on or 
recommend kvm-pxe: TODO

-- 
KVM plans for p
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-kvm

-- 
Ubuntu-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 servercloud-p-trusted-cloud] Trusted Cloud

2011-11-25 Thread Serge Hallyn
Blueprint changed by Serge Hallyn:

Whiteboard changed:
  Status: not yet started
- Upstream is purposely moving slowly.  Postponed to 12.04 or at least.
  
  Work Items:
  [serge-hallyn] package libtpms in ppa: DONE
  [serge-hallyn] package tpm-enabled qemu-kvm in ppa: DONE
  [serge-hallyn] re-review evm kernel: DONE
- [serge-hallyn] package tpm-enabled seabios in ppa: TODO
- [serge-hallyn] package tpm-enabled libvirt in ppa: TODO
- [serge-hallyn] get the EVM tools into Ubuntu 
http://meego.gitorious.org/meego-platform-security/evm-utils: TODO
- [serge-hallyn] package an evm-enabled natty kernel (if evm does not go 
upstream): TODO
- [serge-hallyn] Work with EVM upstream on ltp testcases: TODO
+ [serge-hallyn] Talk with EVM upstream about a trusted boot demo: TODO
  
  Questions/Comments:
  Is the status of this, and work items correct for this cycle?  -- Daviey
  
  No.  EVM is now upstream.  There is room for trusted boot work,
  especially as a demonstrable, better, and more flexible alternative to
  the uefi-based 'secure boot'.  But this list is not right.  Particularly
  for a useful server solution, I'm thinking it might be better to wait
  until after LTS.  I will be taking some time to meet with the involved
  people, however, to get a clearer idea of current status.  --Serge

-- 
Trusted Cloud
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-trusted-cloud

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


[Bug 894804] [NEW] 255 cannot create tmp file

2011-11-25 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Error:

'net usershare'returned 255: net usershare add: cannot create tmp file
/var/lib/samba/usershares/:tmpCK6LY9

Action:
Add share via Nautilus menu option Share folder

Specs:
Description:Ubuntu 11.10
Release:11.10

Linux namizni 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:27:26 UTC
2011 x86_64 x86_64 x86_64 GNU/Linux


samba:
  Nameščen: 2:3.5.11~dfsg-1ubuntu2.1
  Kandidat: 2:3.5.11~dfsg-1ubuntu2.1
  Preglednica različic:
 *** 2:3.5.11~dfsg-1ubuntu2.1 0
500 http://si.archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 2:3.5.11~dfsg-1ubuntu2 0
500 http://si.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages

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

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

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


[Bug 894804] Re: 255 cannot create tmp file

2011-11-25 Thread Chow Loong Jin
Reassigning to samba, since it looks like it's failing to create a
usershare.

** Package changed: nautilus-share (Ubuntu) = samba (Ubuntu)

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

Title:
  255 cannot create tmp file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/894804/+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 894804] Re: 255 cannot create tmp file

2011-11-25 Thread dz0ny
** Description changed:

  Error:
  
  'net usershare'returned 255: net usershare add: cannot create tmp file
  /var/lib/samba/usershares/:tmpCK6LY9
  
  Action:
  Add share via Nautilus menu option Share folder
  
  Specs:
  Description:  Ubuntu 11.10
  Release:  11.10
  
  Linux namizni 3.0.0-13-generic #22-Ubuntu SMP Wed Nov 2 13:27:26 UTC
  2011 x86_64 x86_64 x86_64 GNU/Linux
  
+ samba:
+   Nameščen: 2:3.5.11~dfsg-1ubuntu2.1
+   Kandidat: 2:3.5.11~dfsg-1ubuntu2.1
+   Preglednica različic:
+  *** 2:3.5.11~dfsg-1ubuntu2.1 0
+ 500 http://si.archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  2:3.5.11~dfsg-1ubuntu2 0
+ 500 http://si.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
  
- samba:
-   Nameščen: 2:3.5.11~dfsg-1ubuntu2.1
-   Kandidat: 2:3.5.11~dfsg-1ubuntu2.1
-   Preglednica različic:
-  *** 2:3.5.11~dfsg-1ubuntu2.1 0
- 500 http://si.archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  2:3.5.11~dfsg-1ubuntu2 0
- 500 http://si.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
+ Solution:
+ 
+ sudo chown $USERNAME /var/lib/samba/usershares/ -R
+ 
+ Look's like samba user is not in group users or someting like that.

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

Title:
  255 cannot create tmp file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/894804/+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 833994] Re: debian-installer does not support https when using with preseed files

2011-11-25 Thread Colin Watson
We've been talking about this today.  The question of certificates is a
rather vexed one: we'd have to put the whole bulk of ca-certificates
into the installer initrd, and furthermore many of the sites in question
are going to be self-signed ones that somebody ran up locally so there
would need to be a way to get certificates into the installer initrd.
Furthermore, if you're PXE-booting the installer, anyone can already
ARP-spoof you and substitute an installer initrd with the certificate of
their choice.  For lots of work, you gain not very much real security!

The installation guide does currently document that crypted passwords
should be an MD5 hash, but as far as I can see there's no actual
requirement for this, and a SHA-512 hash should work perfectly well.
Have you tried this?  Would this be sufficient to meet your compliance
requirements?

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

Title:
  debian-installer does not support https when using with preseed files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/833994/+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 483928] Re: ssh-keyscan(1) exits prematurely on some non-fatal errors

2011-11-25 Thread Bug Watch Updater
Launchpad has imported 39 comments from the remote bug at
https://bugzilla.mindrot.org/show_bug.cgi?id=1213.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2006-07-26T04:17:58+00:00 Tryponraj wrote:

Hello All,

Im using OpenSSH 4.3p2 and tyring to scan a list of 40 machines in my 
network with ssh-keyscan utility. I used the following command,

ssh-keyscan -t rsa -f hosts.txt

The man page says that this utility displays the host keys rrespective
of ssh or host is up/down and its working great. But in case if the scan
stops at 30th host due to some protocol problems, the utility exits and
don't display the host keys for remaining machines. I think this is an
expected behaviour, but it would be better to ignore that host continue
till the end or atleast this can be documented specifically in the man
page.

I digged up this problem further and find my results below.

ssh-keyscan ignores the hosts if they are not up or sshd is not running
when used with -f file option. But when it encounters any error while
retrieving the host key from the machine which is up and have sshd running,it 
simply exits. This may happen due to transport layer implementation in packet.c 
at packet_read_poll_seqnr() which results in exiting.

My guess is that as packet.c is utilised by all OpenSSH utilities
including ssh-keyscan, we can't make ssh-keyscan to continue with
remaining hosts as specified in -f files in case of an error. But I also vote 
for atleast documenting this one.

Detailed debug traces are given below:
--
# ssh-keyscan -vvv -t rsa host.server.com
debug2: fd 3 setting O_NONBLOCK
debug1: no match: mpSSH_0.1.0
# host.server.com SSH-2.0-mpSSH_0.1.0
debug1: Enabling compatibility mode for protocol 2.0
debug3: RNG is ready, skipping seeding
debug1: SSH2_MSG_KEXINIT sent
Received disconnect from 16.245.97.226: 11:  SSH Disabled


# ssh -vvv host.server.com
OpenSSH_4.3p2-hpn, OpenSSL 0.9.7i 14 Oct 2005
HP-UX Secure Shell-A.04.30.005, HP-UX Secure Shell version
debug1: Reading configuration data /opt/ssh/etc/ssh_config
debug3: RNG is ready, skipping seeding
debug2: ssh_connect: needpriv 0
debug1: Connecting to host.server.com [16.245.97.226] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/3
debug1: identity file /.ssh/identity type 0
debug3: Not a RSA1 key file /.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-END'
debug3: key_read: missing keytype
debug1: identity file /.ssh/id_rsa type 1
debug3: Not a RSA1 key file /.ssh/id_dsa.
debug2: key_type_from_name: unknown key type '-BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-END'
debug3: key_read: missing keytype
debug1: identity file /.ssh/id_dsa type 2
debug1: Remote protocol version 2.0, remote software version mpSSH_0.1.0
debug1: no match: mpSSH_0.1.0
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.3p2-hpn
debug2: fd 4 setting O_NONBLOCK
debug3: RNG is ready, skipping seeding
debug1: SSH2_MSG_KEXINIT sent
Received disconnect from 16.245.97.226: 11:  SSH Disabled

Reply at: https://bugs.launchpad.net/openssh/+bug/483928/comments/0


On 2006-10-01T20:39:30+00:00 Paul Wouters wrote:

I was going to open a new bug report, but I think I am reporting the
same bug as this one.

ssh-keyscan aborts when it encounters glue without the proper
authoritative data. eg:

hostname.domain.com IN NS hostname.domain.com
hostname.domain.com IN A 1.2.3.4

Where hostname.domain.com is itself not running a namserver.
It is correct in not processing this entry, as the glue is non-authoritative 
data, and cannot be confirmed by the nameserver ot the child zone.
However, 

[Blueprint servercloud-p-cloud-power-management] Cloud power management

2011-11-25 Thread Arnaud Quette
Blueprint changed by Arnaud Quette:

Whiteboard changed:
  Work Items:
  [aquette] support for power devices in OCS and Fusion inventory: INPROGRESS
  NUT integration in Cobbler (replace fence-agents): TODO
  [aquette] Write juju charm for NUT: TODO
  [andreserl] Write juju charm for NUT: TODO
  [aquette] Design OpenStack (Nova, Power Scheduler) integration with 
PowerWake/PowerNap: TODO
  [andreserl] Design OpenStack (Nova, Power Scheduler) integration with 
PowerWake/PowerNap: TODO
  [aquette] Implement PowerChain (power distribution tracking) in NUT: 
INPROGRESS
- Implement configuration library and tool for NUT: INPROGRESS
+ [aquette] Implement configuration library and tool for NUT: INPROGRESS
  [aquette] Implement network support in nut-ipmipsu: TODO
- Implement fence mode (full args on cmd line, no daemonization) in NUT: TODO
- Check if all supported fence devices are present in NUT too: INPROGRESS
+ [aquette] Implement fence mode (full args on cmd line, no daemonization) in 
NUT: TODO
+ [aquette] Check if all supported fence devices are present in NUT too: 
INPROGRESS
  [aquette] Implement IPMI detection in nut-scanner: TODO
- Implement Python wrapper for nut-scanner: TODO
- Implement Perl wrapper for nut-scanner (for inventories): TODO
+ [aquette] Implement Python wrapper for nut-scanner: TODO
+ [aquette] Implement Perl wrapper for nut-scanner (for inventories): TODO
  [aquette] Update NUT script in Ubuntu QA Regression Testing: DONE
  [aquette] AppArmor integration: TODO
  Convert NUT initscript to upstart: TODO
  Convert NUT initscript to systemd: TODO
  [aquette] Help / NMU FreeIPMI packages: TODO
  [aquette] MIR for libfreeipmi and libipmimonitoring for nut-ipmi: TODO
  [aquette] Package Avahi publication script for NUT: TODO
- [aquette] Package nut-ipmi: TODO
+ [aquette] Package nut-ipmi (need freeipmi packages update): BLOCKED
  [aquette] Package java-nut: TODO
  [aquette] Package nut-scanner: TODO
- NUT debconf support: TODO
+ [aquette] NUT debconf support: TODO
  
  Remaining bits from UDS-O
  =
  
  Implement NUT support in checkbox: TODO
  [aquette] Implement support for power management testing in 
servercloud-p-complex-deployment-testing using NUT: TODO
  [andreserl] Investigate PowerNap using NUT as a data broker: TODO
  [aquette] Investigate PowerNap using NUT as a data broker: TODO
  [andreserl] Implement NUT client support in PowerWake: TODO
  [aquette] Implement NUT client support in PowerWake: TODO

-- 
Cloud power management
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-power-management

-- 
Ubuntu-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 servercloud-p-cloud-power-management] Cloud power management

2011-11-25 Thread Arnaud Quette
Blueprint changed by Arnaud Quette:

Whiteboard changed:
  Work Items:
  [aquette] support for power devices in OCS and Fusion inventory: INPROGRESS
  NUT integration in Cobbler (replace fence-agents): TODO
  [aquette] Write juju charm for NUT: TODO
  [andreserl] Write juju charm for NUT: TODO
  [aquette] Design OpenStack (Nova, Power Scheduler) integration with 
PowerWake/PowerNap: TODO
  [andreserl] Design OpenStack (Nova, Power Scheduler) integration with 
PowerWake/PowerNap: TODO
+ [andreserl] Implement NUT client support in PowerWake: TODO
+ [aquette] Implement NUT client support in PowerWake: TODO
  [aquette] Implement PowerChain (power distribution tracking) in NUT: 
INPROGRESS
  [aquette] Implement configuration library and tool for NUT: INPROGRESS
  [aquette] Implement network support in nut-ipmipsu: TODO
  [aquette] Implement fence mode (full args on cmd line, no daemonization) in 
NUT: TODO
  [aquette] Check if all supported fence devices are present in NUT too: 
INPROGRESS
  [aquette] Implement IPMI detection in nut-scanner: TODO
  [aquette] Implement Python wrapper for nut-scanner: TODO
  [aquette] Implement Perl wrapper for nut-scanner (for inventories): TODO
  [aquette] Update NUT script in Ubuntu QA Regression Testing: DONE
  [aquette] AppArmor integration: TODO
  Convert NUT initscript to upstart: TODO
  Convert NUT initscript to systemd: TODO
  [aquette] Help / NMU FreeIPMI packages: TODO
  [aquette] MIR for libfreeipmi and libipmimonitoring for nut-ipmi: TODO
  [aquette] Package Avahi publication script for NUT: TODO
  [aquette] Package nut-ipmi (need freeipmi packages update): BLOCKED
  [aquette] Package java-nut: TODO
  [aquette] Package nut-scanner: TODO
  [aquette] NUT debconf support: TODO
  
  Remaining bits from UDS-O
  =
  
  Implement NUT support in checkbox: TODO
  [aquette] Implement support for power management testing in 
servercloud-p-complex-deployment-testing using NUT: TODO
  [andreserl] Investigate PowerNap using NUT as a data broker: TODO
  [aquette] Investigate PowerNap using NUT as a data broker: TODO
- [andreserl] Implement NUT client support in PowerWake: TODO
- [aquette] Implement NUT client support in PowerWake: TODO

-- 
Cloud power management
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-cloud-power-management

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


[Bug 894608] Re: Implementing a bridge slows 10G network

2011-11-25 Thread Serge Hallyn
Thanks for reporting this bug.  I've marked it as also affecting the
kernel as the bridge driver seems most likely to be the problem.


** Changed in: bridge-utils (Ubuntu)
   Importance: Undecided = Medium

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

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

Title:
  Implementing a bridge slows 10G network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/894608/+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 894608] Re: Implementing a bridge slows 10G network

2011-11-25 Thread Serge Hallyn
Several sources suggest that turning odd tso, and perhaps also sg and
tx, might help.  Could you try

sudo ethtool -K eth4 tso off
sudo ethtool -K eth4 sg off
sudo ethtool -K eth4 tx off

and try again?

Also,  could you show the result of 'brctl show' and 'ip link'?

** Changed in: bridge-utils (Ubuntu)
   Status: New = Incomplete

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

Title:
  Implementing a bridge slows 10G network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/894608/+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 894608] Missing required logs.

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

apport-collect 894608

and then change the status of the bug to 'Confirmed'.

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

** Tags added: lucid

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

Title:
  Implementing a bridge slows 10G network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/894608/+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 891938] Re: package slapd 2.4.25-1.1ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-11-25 Thread Michel
as suggested I removed the slapd package after the failure, as I am not using 
it.
looking at my /etc/ldap/ldap.conf there is one line that is not commented out:
===
# TLS certificates (needed for GnuTLS)
TLS_CACERT  /etc/ssl/certs/ca-certificates.crt
===

but I do not remember why this line was setup. (the date of file change
does  not help)

So I assume there is no reason to keep this defect open.

---
Michel

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

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

Title:
  package slapd 2.4.25-1.1ubuntu4.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/openldap/+bug/891938/+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 893550] Re: Oneiric fails to boot after upgrade from Natty if /etc/fstab contains a cgroup mount entry

2011-11-25 Thread Launchpad Bug Tracker
This bug was fixed in the package libcgroup - 0.37.1-1ubuntu8

---
libcgroup (0.37.1-1ubuntu8) precise; urgency=low

  * debian/cgroup-lite.cgroups-mount: don't run if cgroups are mounted by
fstab. (LP: #893550)
 -- Serge Hallyn serge.hal...@ubuntu.com   Tue, 22 Nov 2011 12:26:40 -0600

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

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

Title:
  Oneiric fails to boot after upgrade from Natty if /etc/fstab contains
  a cgroup mount entry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/893550/+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 703811] Re: kvm guest's cpu usage with virtio storage driver goes up to 100% because of flush process

2011-11-25 Thread Launchpad Bug Tracker
[Expired for kvm (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  kvm guest's cpu usage with virtio storage driver goes up to 100%
  because of flush process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/703811/+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