[Bug 1156223] Re: postinst fails due to missing main.cf

2013-03-22 Thread Launchpad Bug Tracker
This bug was fixed in the package postfix - 2.10.0-3

---
postfix (2.10.0-3) unstable; urgency=low


  [LaMont Jones]

  * Set smtpd_relay_restrictions in the correct place.  LP: #1156223

  [localization folks]

  * l10n: updated Indonesian debconf translations.  Closes: #703225 (T. Surya
Fajri)
  * l10n: Updated Russian debconf translations.  Closes: #703590 (Sergey
Alyoshin)
  * l10n: updated Japanese debconf translations.  Closes: #703168 (Kenshi Muto)
  * l10n: updated Basque translation.  Closes: #703316 (Dooteo)
  * l10n: Updated Swedish debconf translations.  Closes: #703397 (Martin Bagge)
  * l10n: Updated Czech debconf translations.  Closes: #703537 (Miroslav Kure)
  * l10n: Updated Brazilian Portuguese debconf templates.  Closes: #703471
(Marcelo Santana)
  * l10n: Updated French debconf translations.  Closes: #703449 (Christian
Perrier)

 -- LaMont Jones   Fri, 22 Mar 2013 10:30:29 -0600

** Changed in: postfix (Ubuntu Raring)
   Status: Fix Committed => Fix Released

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

Title:
  postinst fails due to missing main.cf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1156223/+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 1156223] Re: postinst fails due to missing main.cf

2013-03-22 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/postfix

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

Title:
  postinst fails due to missing main.cf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1156223/+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 1157228] Re: package postfix 2.10.0-2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-03-22 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1156223 ***
https://bugs.launchpad.net/bugs/1156223

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  package postfix 2.10.0-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/postfix/+bug/1157228/+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 1158247] Re: test_server_monkey_patch leaves orphaned process

2013-03-22 Thread Launchpad Bug Tracker
This bug was fixed in the package glance - 1:2013.1~rc1-0ubuntu2

---
glance (1:2013.1~rc1-0ubuntu2) raring; urgency=low

  * debian/patches/fix-ubuntu-tests.patch: Add configuration change
to allow testsuite to finish on Ubuntu buildds. (LP: #1158247)
 -- Chuck ShortFri, 22 Mar 2013 10:55:03 -0500

** Changed in: glance (Ubuntu Raring)
   Status: Triaged => Fix Released

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

Title:
  test_server_monkey_patch leaves orphaned process

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1158247/+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 1103022] Re: 70-udev-acl.rules needs to put g+rw on /dev/kvm

2013-03-22 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu Quantal)
 Assignee: Serge Hallyn (serge-hallyn) => (unassigned)

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

Title:
  70-udev-acl.rules needs to put g+rw on /dev/kvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1103022/+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 1103022] Re: 70-udev-acl.rules needs to put g+rw on /dev/kvm

2013-03-22 Thread Serge Hallyn
** Description changed:

  When qemu-system gets installed, the newly installed udev rule causes
  /dev/kvm to gets chgrpd to kvm and its mode to get set to g+rw.
  However, because /dev/kvm was tagged with ACL previously, there is a
  group:: acl on /dev/kvm which does not get removed.  Therefore /dev/kvm
  is g+rw in the file mode, but the acl denies group read/write access.
  After a reboot all is fine.
  
  I have not seen a clean way to have udev remove that acl, and there is
  no reason for it.  So please update the 70-udev-acl.rules file to set
  MODE=0660 on /dev/kvm
+ 
+ 
+ SRU Justification
+ 1. Impact: when qemu-kvm is first installed, /dev/kvm is not owned by group 
kvm (until subsequent reboot).  This prevents libvirt from using kvm until a 
reboot.
+ 2. Development fix: add group kvm during preinst.  (this was done in precise, 
but accidentally dropped in a merge from debian in quantal)
+ 3. Stable fix: same as development fix
+ 4. Test case: Create a new quantal vm.  sudo apt-get install qemu-kvm.  ls -l 
/dev/kvm, check that it is owned by group kvm.
+ 5. Regression potential: none

** Tags removed: patch

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

Title:
  70-udev-acl.rules needs to put g+rw on /dev/kvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1103022/+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 1157599] Re: Using an iscsi device in the nova-volume VG lets nova-volume crash on system boot

2013-03-22 Thread Chuck Short
Can you add --volume_group nova-volumes to your /etc/nova/nova.conf and
try again. Please re-open if this is still a problem.

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

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

Title:
  Using an iscsi device in the nova-volume VG lets nova-volume crash on
  system boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1157599/+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 1103022] Re: 70-udev-acl.rules needs to put g+rw on /dev/kvm

2013-03-22 Thread Serge Hallyn
qemu-kvm in quantal was replaced by qemu in raring.  Hence this bug is
invalid in raring qemu-kvm, fix released in raring qemu, and exists in
quantal qemu-kvm.

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

** Also affects: qemu (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: qemu-kvm (Ubuntu Quantal)
   Importance: Undecided
   Status: New

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

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

** Changed in: qemu-kvm (Ubuntu Quantal)
   Status: New => In Progress

** Changed in: qemu-kvm (Ubuntu Quantal)
 Assignee: (unassigned) => Serge Hallyn (serge-hallyn)

** No longer affects: qemu (Ubuntu Quantal)

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

Title:
  70-udev-acl.rules needs to put g+rw on /dev/kvm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1103022/+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 494141] Re: CUPS starts after SAMBA; printers are not available (convert cups to upstart)

2013-03-22 Thread Thilo Uttendorfer
I can confirm, this is still a problem on Precise. Please reopen this
bug at least for precise. I could help with testing a fixed package.

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

Title:
  CUPS starts after SAMBA; printers are not available (convert cups to
  upstart)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/494141/+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 1158724] Re: cloud-init generates runcmd and fails to execute it on first boot

2013-03-22 Thread Scott Moser
*** This bug is a duplicate of bug 1103881 ***
https://bugs.launchpad.net/bugs/1103881

** This bug has been marked a duplicate of bug 1103881
   cloud-final is never executed if upstart is upgraded during initialization 
of the image

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

Title:
  cloud-init generates runcmd and fails to execute it on first boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1158724/+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 952185] Re: ~/.pam_environment not parsed by default

2013-03-22 Thread Gunnar Hjalmarsson
Adding a (Bazaar Explorer generated) patch for the gdm (precise) task.

** Patch added: "gdm_lp-952185_precise.patch"
   
https://bugs.launchpad.net/lightdm/+bug/952185/+attachment/3590171/+files/gdm_lp-952185_precise.patch

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

Title:
  ~/.pam_environment not parsed by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/952185/+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 1066845] Re: nova-novncproxy is not running; Suggest: novnc should be Depends

2013-03-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/nova/grizzly

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

Title:
  nova-novncproxy is not running; Suggest: novnc should be Depends

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1066845/+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 1158724] [NEW] cloud-init generates runcmd and fails to execute it on first boot

2013-03-22 Thread James Page
Public bug reported:

I noticed this when bootstrapping a juju raring environment on an
openstack cloud using a raring image from 11/03.

cloud-init picks up the runcmd content and write it to disk but it never
actually gets executed.

I removed /var/lib/cloud/instances/*, rebooted and it ran it second time
round.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: cloud-init 0.7.2~bzr795-0ubuntu1
ProcVersionSignature: User Name 3.8.0-11.20-generic 3.8.2
Uname: Linux 3.8.0-11-generic x86_64
ApportVersion: 2.9.2-0ubuntu2
Architecture: amd64
Date: Fri Mar 22 11:18:35 2013
Ec2AMI: ami-0218
Ec2AMIManifest: FIXME
Ec2AvailabilityZone: nova
Ec2InstanceType: m1.medium
Ec2Kernel: unavailable
Ec2Ramdisk: unavailable
MarkForUpload: True
PackageArchitecture: all
SourcePackage: cloud-init
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ec2-images raring

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

Title:
  cloud-init generates runcmd and fails to execute it on first boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1158724/+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 1157918] Re: Network selection tab when starting instance renders incorrectly

2013-03-22 Thread James Page
This appears to be an issue with the Ubuntu theme - using the vanilla
openstack theme everything looks OK.

This also impacts the network topology screen as well.

** Changed in: horizon (Ubuntu Raring)
   Importance: Medium => High

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

Title:
  Network selection tab when starting instance renders incorrectly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1157918/+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 1037055] Re: winbind does not refresh kerberos tickets

2013-03-22 Thread Sebastien Bacher
Thanks, I've verified that the fix is in raring and I'm sponsoring the
fix to precise, subscribing ubuntu-sru.

I'm also going to skip quantal unless somebody does a strong case to get
the bug fixed there, that's a nonLTS version and the SRU and QA teams
are already stretched, so we are trying to create extra load on those
series only when really required.

** Changed in: samba (Ubuntu Precise)
   Status: Triaged => In Progress

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

Title:
  winbind does not refresh kerberos tickets

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1037055/+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 1116671] Re: Meta bug for tracking Openstack 2012.2.3 Stable Update

2013-03-22 Thread Dave Walker
To confirm, the packages removed - that need to be rebased are nova,
cinder, glance & keystone.  The remaining two, Horizon and Quantum are
unaffected.

Thanks.

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

Title:
  Meta bug for tracking Openstack 2012.2.3 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1116671/+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 1116671] Re: Meta bug for tracking Openstack 2012.2.3 Stable Update

2013-03-22 Thread Dave Walker
(just nova)

** Changed in: nova (Ubuntu Quantal)
   Status: Fix Committed => Confirmed

** Changed in: cinder (Ubuntu Quantal)
   Status: Fix Committed => Confirmed

** Changed in: glance (Ubuntu Quantal)
   Status: Fix Committed => Confirmed

** Changed in: keystone (Ubuntu Quantal)
   Status: Fix Committed => Confirmed

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

Title:
  Meta bug for tracking Openstack 2012.2.3 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1116671/+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 1116671] Re: Meta bug for tracking Openstack 2012.2.3 Stable Update

2013-03-22 Thread Dave Walker
I have removed this package from quantal-proposed as it has been
superseded by a security upload (with a lower version).  Please re-base
and upload this SRU.  Thanks.

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

Title:
  Meta bug for tracking Openstack 2012.2.3 Stable Update

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1116671/+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 1037055] Re: winbind does not refresh kerberos tickets

2013-03-22 Thread Sebastien Bacher
** Changed in: samba (Ubuntu)
   Status: Confirmed => Fix Released

** Also affects: samba (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

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

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

Title:
  winbind does not refresh kerberos tickets

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1037055/+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 1066845] Re: nova-novncproxy is not running; Suggest: novnc should be Depends

2013-03-22 Thread Louis Bouchard
** Changed in: nova (Ubuntu Quantal)
 Assignee: (unassigned) => Louis Bouchard (louis-bouchard)

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

Title:
  nova-novncproxy is not running; Suggest: novnc should be Depends

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1066845/+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 1158561] Re: After upgrade, nova-compute fails to start: vif_parameter must be present.

2013-03-22 Thread Thierry Carrez
*** This bug is a duplicate of bug 1152426 ***
https://bugs.launchpad.net/bugs/1152426

** This bug has been marked a duplicate of bug 1152426
   vif_type not in  existed instances info_cache cause upgrade from folsom to 
grizzly fails

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

Title:
  After upgrade, nova-compute fails to start: vif_parameter must be
  present.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1158561/+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 1066845] Re: nova-novncproxy is not running; Suggest: novnc should be Depends

2013-03-22 Thread James Page
** Changed in: nova (Ubuntu Raring)
   Importance: Low => High

** Changed in: nova (Ubuntu Quantal)
   Importance: Low => High

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

Title:
  nova-novncproxy is not running; Suggest: novnc should be Depends

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1066845/+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 1066845] Re: nova-novncproxy is not running; Suggest: novnc should be Depends

2013-03-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~james-page/nova/fixup-novncproxy-depends

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

Title:
  nova-novncproxy is not running; Suggest: novnc should be Depends

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1066845/+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 1066845] Re: nova-novncproxy is not running; Suggest: novnc should be Depends

2013-03-22 Thread James Page
** Changed in: nova (Ubuntu Raring)
   Status: Fix Released => In Progress

** Changed in: nova (Ubuntu Raring)
 Assignee: (unassigned) => James Page (james-page)

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

Title:
  nova-novncproxy is not running; Suggest: novnc should be Depends

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1066845/+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 952185] Re: ~/.pam_environment not parsed by default

2013-03-22 Thread Sebastien Bacher
(unsubscribing sponsors, the current openssh patch is the only one
waiting for upload and Colin said he's reviewing it, so we don't need to
keep the entry in the sponsoring queue)

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

Title:
  ~/.pam_environment not parsed by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/952185/+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 1156223] Re: postinst fails due to missing main.cf

2013-03-22 Thread James Page
** Also affects: postfix (Ubuntu Raring)
   Importance: High
   Status: Fix Committed

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

Title:
  postinst fails due to missing main.cf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1156223/+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 1158141] Re: apache2 forward proxy socket read error

2013-03-22 Thread Robie Basak
Tim,

Sorry but this is a bug tracker, not a support forum. Please continue
trying the forums, or the ubuntu-server mailing list, askubuntu.com or
IRC.

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

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

Title:
  apache2 forward proxy socket read error

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