[Bug 1227195] Re: new upstream release

2013-09-19 Thread Robie Basak
Thank you for reporting this bug and helping to make Ubuntu better.

We can merge the new upstream release once Debian has packaged it. Note
that we're in feature freeze now, so save for an exception this won't
happen until after Saucy's release.

** Changed in: amavisd-new (Ubuntu)
   Status: New = Triaged

** Changed in: amavisd-new (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  new upstream release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1227195/+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 1225327] Re: sftp in 12.04 has tty attributes setting problem

2013-09-19 Thread Robie Basak
Thank you for reporting this bug and helping to make Ubuntu better.

I don't think that it's clear that the behaviour should be as you
expect. I think it's normal for programs to disable echo when requesting
a password from the terminal, and then to enable echo again, without any
regard for whether echo was already disabled to start with.

This is the sort of issue that it would be best for upstream to consider
and fix if they consider it appropriate. I think it would be best for
distributions to defer to upstream's opinion on this, rather than
fragment behaviour by fixing things on their own.

Could you please test the latest upstream release, and if this still
affects the upstream release without distribution patches, file a bug in
the upstream bug tracker to get upstream's opinion?

Setting this bug to Incomplete, as it needs an opinion from upstream as
to whether this is really a bug at all. If you find that Ubuntu's
behaviour differs from upstream, or if upstream agree that this is a
bug, then please change the bug status back to New. If upstream consider
the current behaviour to be the correct behaviour, the please change the
bug status to Invalid. Thanks!

** Changed in: openssh (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/1225327

Title:
  sftp in 12.04 has tty attributes setting problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1225327/+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 1208497] Re: netboot flag defaults to 'true' on upgrade, even for allocated nodes

2013-09-19 Thread Raphaël Badin
** Also affects: maas/1.2
   Importance: Undecided
   Status: New

** Also affects: maas/1.3
   Importance: Undecided
   Status: New

** Also affects: maas/trunk
   Importance: Critical
 Assignee: Raphaël Badin (rvb)
   Status: In Progress

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

Title:
  netboot flag defaults to 'true' on upgrade, even for allocated nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1208497/+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 1208497] Re: netboot flag defaults to 'true' on upgrade, even for allocated nodes

2013-09-19 Thread Raphaël Badin
** Branch linked: lp:~rvb/maas/netboot-allocated-fix-mig-10-1.3

** Branch linked: lp:~rvb/maas/netboot-allocated-fix-mig-10-1.2

** Changed in: maas/1.3
 Assignee: (unassigned) = Raphaël Badin (rvb)

** Changed in: maas/1.2
 Assignee: (unassigned) = Raphaël Badin (rvb)

** Changed in: maas/1.2
   Status: New = In Progress

** Changed in: maas/1.3
   Status: New = In Progress

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

Title:
  netboot flag defaults to 'true' on upgrade, even for allocated nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1208497/+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 1170325] Re: Facter 1.6.X not considering Qemu/KVM virtual type

2013-09-19 Thread Robie Basak
** Description changed:

  [Impact]
  
  facter recognises a /proc/cpuinfo CPU model of Common KVM processor as
  a physical machine. facter is most often used with puppet, and causes
  puppet manifests to mis-classify virtual machines of this type and apply
  incorrect rules where the puppet manifests supplied by system
  administrators differ on this criterion.
  
  [Stable and Development Fix]
  
  A cherry-pick of the upstream fix, modified to be made minimal (one
  line). See the quilt patch for details.
  
  [Test Case 1]
  
  Run facter is_virtual. On a physical machine, this should say false.
  On a virtual machine reporting in /proc/cpuinfo as QEMU Virtual CPU as
  well as a virtual machine reporting in /proc/cpuinfo as Common KVM
  Processor, facter is_virtual should say true.
  
  [Test Case 2]
  
  As a shortcut, on Quantal and Raring you can fake the /proc/cpuinfo file
  as follows:
  
  mkdir -p /tmp/proc/{lower,upper,combined}
  cd /tmp/proc
  mount -t proc none lower
  mount -t tmpfs -o mode=755 none upper
  mount -t overlayfs -o lowerdir=lower,upperdir=upper none combined
- stop rsyslogd
+ stop rsyslog
  stop acpid
  umount /proc  mount --bind combined /proc
  
  Then you can edit /proc/cpuinfo and run facter to test behaviour as per
  Test Case 1.
  
  This is a hack and does not appear to work correctly in Precise.
  
  [Regression Potential]
  
  It looks like detection of other model strings in /proc/cpuinfo may have
  regressed upstream, fixed by a later commit. It's important to test that
  both model strings of QEMU Virtual CPU and Common KVM processor
  detect as virtual, and that another string (eg. Other) detects as
  physical.
  
  [Original Description]
  
  On ubuntu 12.04 LTS, the official version for the facter package is
  1.6.5-ubuntu1.
  
  ii facter 1.6.5-1ubuntu1 collect and display facts about the system
  
  The is_virtual? method is not recognized on last version of KVM, because
  of the output of /proc/cpuinfo, which does not contains “Qemu Server”
  Infos.
  
  model name : Common KVM processor
  
  The workaround was added in the next versions of facter, and so I would
  like to provide you this patch, which fixes this bug on Ubuntu 12.04
  LTS.
  
  Best regards

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

Title:
  Facter 1.6.X not considering Qemu/KVM virtual type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1170325/+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 1208497] Re: netboot flag defaults to 'true' on upgrade, even for allocated nodes

2013-09-19 Thread Raphaël Badin
** Changed in: maas/1.2
   Status: In Progress = Fix Committed

** Changed in: maas/1.3
   Status: In Progress = Fix Committed

** Changed in: maas/trunk
   Status: In Progress = Fix Committed

** Changed in: maas/1.3
   Importance: Undecided = Critical

** Changed in: maas/1.2
   Importance: Undecided = Critical

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

Title:
  netboot flag defaults to 'true' on upgrade, even for allocated nodes

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1208497/+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 1225784] Re: CVE-2013-1443 denial-of-service via large passwords

2013-09-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python-django (Ubuntu Precise)
   Status: New = Confirmed

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

Title:
  CVE-2013-1443 denial-of-service via large passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1225784/+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 1170325] Re: Facter 1.6.X not considering Qemu/KVM virtual type

2013-09-19 Thread Robie Basak
Verified from -proposed in Precise, Quantal and Raring.

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

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

Title:
  Facter 1.6.X not considering Qemu/KVM virtual type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1170325/+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 1225784] Re: CVE-2013-1443 denial-of-service via large passwords

2013-09-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python-django (Ubuntu Raring)
   Status: New = Confirmed

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

Title:
  CVE-2013-1443 denial-of-service via large passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1225784/+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 1225784] Re: CVE-2013-1443 denial-of-service via large passwords

2013-09-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python-django (Ubuntu)
   Status: New = Confirmed

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

Title:
  CVE-2013-1443 denial-of-service via large passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1225784/+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 1225784] Re: CVE-2013-1443 denial-of-service via large passwords

2013-09-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: python-django (Ubuntu Quantal)
   Status: New = Confirmed

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

Title:
  CVE-2013-1443 denial-of-service via large passwords

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1225784/+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 1173265] Re: facter fails to run from rebuilt source package

2013-09-19 Thread Robie Basak
Verified on Quantal and Raring.

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

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

Title:
  facter fails to run from rebuilt source package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1173265/+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 1227518] [NEW] CVE-2013-4315: Directory traversal with ssi template tag

2013-09-19 Thread Felix Dreissig
*** This bug is a security vulnerability ***

Public security bug reported:

Django's template language includes two methods of including and
rendering one template inside another:

The {% include %} tag takes a template name, and uses Django's template loading 
mechanism (which is restricted to the directories specified in the 
TEMPLATE_DIRS setting, as with any other normal template load in Django).
The {% ssi %} tag, which takes a file path and includes that file's contents 
(optionally parsing and rendering it as a template).

Since the ssi tag is not restricted to TEMPLATE_DIRS, it represents a
security risk; the setting ALLOWED_INCLUDE_ROOTS thus is required, and
specifies filesystem locations from which ssi may read files.

https://www.djangoproject.com/weblog/2013/sep/10/security-releases-
issued/

** Affects: python-django (Ubuntu)
 Importance: Undecided
 Status: New

** Information type changed from Private Security to Public Security

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

Title:
  CVE-2013-4315: Directory traversal with ssi template tag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-django/+bug/1227518/+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 1193136] Re: launchpad login service doesn't render in w3m

2013-09-19 Thread Colin Watson
This is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615843, fixed
in quantal but not in precise.  We should probably SRU this.

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

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

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

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

** Changed in: w3m (Ubuntu)
   Importance: Undecided = Medium

** Changed in: w3m (Ubuntu Precise)
   Importance: Undecided = Medium

** Bug watch added: Debian Bug tracker #615843
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615843

** Changed in: w3m (Ubuntu Precise)
 Assignee: (unassigned) = Colin Watson (cjwatson)

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

Title:
  launchpad login service doesn't render in w3m

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-identity-provider/+bug/1193136/+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 1193136] Re: launchpad login service doesn't render in w3m

2013-09-19 Thread Colin Watson
I've uploaded an SRU for precise with the Debian patch linked above,
awaiting review.

Dave: It's up to you whether you want to keep this open on canonical-
identity-provider.  Using input type=text rather than input
type=email would work around this, but that's probably deep in the
guts of Django somewhere and presumably there's a reason it's using an
HTML5-specific value for input type here.  I suppose it depends on
whether any other browsers we care about have this problem.

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

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

Title:
  launchpad login service doesn't render in w3m

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-identity-provider/+bug/1193136/+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 1218341] Re: [SRU] Ceph 0.56.7 point release upgrade

2013-09-19 Thread Launchpad Bug Tracker
This bug was fixed in the package ceph - 0.56.7-0ubuntu1

---
ceph (0.56.7-0ubuntu1) raring-proposed; urgency=low

  * New upstream point release (LP: #1218341).
  * d/p/upstart_detect_uppercase.patch: Support use of uppercase host
and cluster names when starting ceph daemons (LP: #1218852).
 -- James Page james.p...@ubuntu.com   Mon, 02 Sep 2013 11:00:02 +0100

** Changed in: ceph (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 ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1218341

Title:
  [SRU] Ceph 0.56.7 point release upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1218341/+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 1218852] Update Released

2013-09-19 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  [SRU] hostnames with upper case letters don't make good MON's

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1218852/+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 1218341] Update Released

2013-09-19 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  [SRU] Ceph 0.56.7 point release upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1218341/+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 1218852] Re: [SRU] hostnames with upper case letters don't make good MON's

2013-09-19 Thread Launchpad Bug Tracker
This bug was fixed in the package ceph - 0.56.7-0ubuntu1

---
ceph (0.56.7-0ubuntu1) raring-proposed; urgency=low

  * New upstream point release (LP: #1218341).
  * d/p/upstart_detect_uppercase.patch: Support use of uppercase host
and cluster names when starting ceph daemons (LP: #1218852).
 -- James Page james.p...@ubuntu.com   Mon, 02 Sep 2013 11:00:02 +0100

** Changed in: ceph (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 ceph in Ubuntu.
https://bugs.launchpad.net/bugs/1218852

Title:
  [SRU] hostnames with upper case letters don't make good MON's

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1218852/+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 1170325] Update Released

2013-09-19 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  Facter 1.6.X not considering Qemu/KVM virtual type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1170325/+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 1173265] Re: facter fails to run from rebuilt source package

2013-09-19 Thread Launchpad Bug Tracker
This bug was fixed in the package facter - 1.6.9-2ubuntu1.12.10.1

---
facter (1.6.9-2ubuntu1.12.10.1) quantal; urgency=low

  * d/p/kvm-cpuinfo: detect Common KVM processor in /proc/cpuinfo as virtual
(LP: #1170325).
  * d/control: force build against ruby 1.8 to match the existing archive
binary (LP: #1173265).
  * Add dep8 smoke test.
 -- Robie Basak robie.ba...@canonical.com   Fri, 17 May 2013 12:35:40 +

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

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

Title:
  facter fails to run from rebuilt source package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1173265/+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 986973] Re: Facter bug causes puppet to hang

2013-09-19 Thread Launchpad Bug Tracker
This bug was fixed in the package facter - 1.6.5-1ubuntu1.2

---
facter (1.6.5-1ubuntu1.2) precise; urgency=low

  * d/p/thread-critical-freeze: fix puppet apply hang by avoiding
unnecessary thread critical sections (LP: #986973).
 -- Robie Basak robie.ba...@ubuntu.com   Tue, 02 Jul 2013 03:21:36 +

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

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

Title:
  Facter bug causes puppet to hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/986973/+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 1170325] Re: Facter 1.6.X not considering Qemu/KVM virtual type

2013-09-19 Thread Launchpad Bug Tracker
This bug was fixed in the package facter - 1.6.9-2ubuntu1.12.10.1

---
facter (1.6.9-2ubuntu1.12.10.1) quantal; urgency=low

  * d/p/kvm-cpuinfo: detect Common KVM processor in /proc/cpuinfo as virtual
(LP: #1170325).
  * d/control: force build against ruby 1.8 to match the existing archive
binary (LP: #1173265).
  * Add dep8 smoke test.
 -- Robie Basak robie.ba...@canonical.com   Fri, 17 May 2013 12:35:40 +

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

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

Title:
  Facter 1.6.X not considering Qemu/KVM virtual type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1170325/+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 1170325] Re: Facter 1.6.X not considering Qemu/KVM virtual type

2013-09-19 Thread Launchpad Bug Tracker
This bug was fixed in the package facter - 1.6.9-2ubuntu1.13.04.1

---
facter (1.6.9-2ubuntu1.13.04.1) raring; urgency=low

  * d/p/kvm-cpuinfo: detect Common KVM processor in /proc/cpuinfo as virtual
(LP: #1170325).
  * d/control: force build against ruby 1.8 to match the existing archive
binary (LP: #1173265).
  * Add dep8 smoke test.
 -- Robie Basak robie.ba...@canonical.com   Mon, 20 May 2013 13:48:59 +

** Changed in: facter (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 facter in Ubuntu.
https://bugs.launchpad.net/bugs/1170325

Title:
  Facter 1.6.X not considering Qemu/KVM virtual type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1170325/+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 1173265] Update Released

2013-09-19 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  facter fails to run from rebuilt source package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1173265/+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 1173265] Re: facter fails to run from rebuilt source package

2013-09-19 Thread Launchpad Bug Tracker
This bug was fixed in the package facter - 1.6.9-2ubuntu1.13.04.1

---
facter (1.6.9-2ubuntu1.13.04.1) raring; urgency=low

  * d/p/kvm-cpuinfo: detect Common KVM processor in /proc/cpuinfo as virtual
(LP: #1170325).
  * d/control: force build against ruby 1.8 to match the existing archive
binary (LP: #1173265).
  * Add dep8 smoke test.
 -- Robie Basak robie.ba...@canonical.com   Mon, 20 May 2013 13:48:59 +

** Changed in: facter (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 facter in Ubuntu.
https://bugs.launchpad.net/bugs/1173265

Title:
  facter fails to run from rebuilt source package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/1173265/+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 986973] Update Released

2013-09-19 Thread Colin Watson
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  Facter bug causes puppet to hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/facter/+bug/986973/+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 1225327] Re: sftp in 12.04 has tty attributes setting problem

2013-09-19 Thread wzis
The proper behavior should be when prompt for password/passphrase, turn
off the echo, and after that restore the original setting. This is
extremely important especially when exit from sftp, the tty setting
should be at its original state just before entering sftp!

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

Title:
  sftp in 12.04 has tty attributes setting problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1225327/+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 1225795] Re: package openvswitch-controller 1.9.0-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2013-09-19 Thread James Page
Hi Zhipeng

Looking at the log:

 2013-09-15T21:58:51Z|2|socket_util|ERR|6633: bind: Address already
in use

It would appear that something is already listening on this port; can
you check to see what please.

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

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

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

Title:
  package openvswitch-controller 1.9.0-0ubuntu1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1225795/+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 1175614] Re: name servers not configured at system startup

2013-09-19 Thread James Page
** Changed in: squid-deb-proxy (Ubuntu)
   Status: New = Triaged

** Changed in: squid-deb-proxy (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  name servers not configured at system startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1175614/+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 1175609] Re: squid3 daemon should not be autostarted

2013-09-19 Thread James Page
** Changed in: squid-deb-proxy (Ubuntu)
   Status: New = Triaged

** Changed in: squid-deb-proxy (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
  squid3 daemon should not be autostarted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1175609/+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 1225327] Re: sftp in 12.04 has tty attributes setting problem

2013-09-19 Thread Robie Basak
I understand that this is your point of view. But I don't think it's
appropriate to make a change in Ubuntu unless upstream agree with you.
Please can you consult them for their view on this?

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

Title:
  sftp in 12.04 has tty attributes setting problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1225327/+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 1102782] Re: client packageshould depend on python

2013-09-19 Thread James Page
** Also affects: squid-deb-proxy (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: squid-deb-proxy (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: squid-deb-proxy (Ubuntu Saucy)
   Importance: Undecided
   Status: New

** Also affects: squid-deb-proxy (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Changed in: squid-deb-proxy (Ubuntu Saucy)
   Status: New = Fix Released

** Changed in: squid-deb-proxy (Ubuntu Raring)
   Importance: Undecided = Medium

** Changed in: squid-deb-proxy (Ubuntu Quantal)
   Importance: Undecided = Medium

** Changed in: squid-deb-proxy (Ubuntu Precise)
   Importance: Undecided = Medium

** Changed in: squid-deb-proxy (Ubuntu Raring)
   Status: New = Triaged

** Changed in: squid-deb-proxy (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: squid-deb-proxy (Ubuntu Precise)
   Status: New = Triaged

** Changed in: squid-deb-proxy (Ubuntu Saucy)
   Importance: Undecided = Critical

** Changed in: squid-deb-proxy (Ubuntu Saucy)
   Importance: Critical = Medium

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

Title:
  client packageshould depend on python

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1102782/+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 890872] Re: maximum_object_size 512 MB not vaild per doc

2013-09-19 Thread James Page
** Changed in: squid-deb-proxy (Ubuntu)
   Status: New = Invalid

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

Title:
  maximum_object_size 512 MB not vaild per doc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/890872/+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 805773] Re: ubuntu keyserver uses port 11371

2013-09-19 Thread James Page
Hi Carl

keyserver.ubuntu.com also listens on port 80 - so maybe that a better
fix for your specific use case rather than opening up another port for
squid-deb-proxy?

Marking 'Opinion' whilst we discuss.

** Changed in: squid-deb-proxy (Ubuntu)
   Status: New = Opinion

** Changed in: squid-deb-proxy (Ubuntu)
   Importance: Undecided = Low

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

Title:
  ubuntu keyserver uses port 11371

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/805773/+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 889656] Re: installer stops using proxy

2013-09-19 Thread James Page
** Changed in: squid-deb-proxy (Ubuntu)
   Importance: Undecided = Critical

** Changed in: squid-deb-proxy (Ubuntu)
   Importance: Critical = High

** Changed in: squid-deb-proxy (Ubuntu)
   Status: New = Triaged

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

Title:
  installer stops using proxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/889656/+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 1223010] Re: Use oauthlib rather than oauth.

2013-09-19 Thread James Page
** Changed in: keystone (Ubuntu)
   Status: New = Triaged

** Changed in: keystone (Ubuntu)
   Importance: Undecided = High

** Changed in: keystone (Ubuntu)
 Assignee: (unassigned) = Chuck Short (zulcss)

** Also affects: keystone (Ubuntu Saucy)
   Importance: High
 Assignee: Chuck Short (zulcss)
   Status: Triaged

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

Title:
  Use oauthlib rather than oauth.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1223010/+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 704898] Re: after latest update 30autoproxy gets cleared

2013-09-19 Thread James Page
Closing bug as Maverick no longer supported

** Changed in: squid-deb-proxy (Ubuntu)
   Status: New = Won't Fix

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

Title:
  after latest update 30autoproxy gets cleared

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/704898/+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 1183326] Re: squid-deb-proxy-client-udeb broken in Ubuntu

2013-09-19 Thread James Page
Currently both client packages reside in universe; trying to find out if
this is intentional or not.

** Changed in: squid-deb-proxy (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  squid-deb-proxy-client-udeb broken in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1183326/+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 653801] Re: iscsitarget gives no answer

2013-09-19 Thread James Page
Hi Andreas

Are you still having this issue?  Appreciate this is an old bug -
marking 'Incomplete' - if you still think you have a bug please update
and set back to 'New'

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

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

Title:
  iscsitarget gives no answer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/653801/+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 1193136] Re: launchpad login service doesn't render in w3m

2013-09-19 Thread Dave Morley
I'd say fix released it's been working fine for a while now.

** Changed in: canonical-identity-provider
   Status: Incomplete = Fix Released

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

Title:
  launchpad login service doesn't render in w3m

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-identity-provider/+bug/1193136/+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 574705] Re: iscsitarget recommends module-source even though it's now prebuilt

2013-09-19 Thread James Page
** Also affects: iscsitarget (Ubuntu Lucid)
   Importance: Undecided
   Status: New

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

** Changed in: iscsitarget (Ubuntu Lucid)
   Status: New = Triaged

** Changed in: iscsitarget (Ubuntu Lucid)
   Importance: Undecided = Medium

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

Title:
  iscsitarget recommends module-source even though it's now prebuilt

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/574705/+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 1194567] Re: package iscsitarget 1.4.20.2-5ubuntu3.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2013-09-19 Thread James Page
Vorbereitung zum Ersetzen von lightdm 1.2.3-0ubuntu2.1 (durch 
.../lightdm_1.2.3-0ubuntu2.1_i386.deb) ...
Ersatz für lightdm wird entpackt ...
Trigger für man-db werden verarbeitet ...
Trigger für ureadahead werden verarbeitet ...
ureadahead will be reprofiled on next reboot
iscsitarget (1.4.20.2-5ubuntu3.1) wird eingerichtet ...
 * Starting iSCSI enterprise target service    FATAL: Module 
iscsi_trgt not found.

[fail]
invoke-rc.d: initscript iscsitarget, action start failed.
dpkg: Fehler beim Bearbeiten von iscsitarget (--configure):
 Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

Looks like the iscsi_trgt module has not been installed and built.

Please install iscsitarget-dkms and then try to fix the install using
'apt-get -f install'

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

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

Title:
  package iscsitarget 1.4.20.2-5ubuntu3.1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1194567/+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 685561] Re: error: implicit declaration of function 'NIPQUAD'

2013-09-19 Thread James Page
Natty no longer supported - Marking 'Won't fix'

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

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

Title:
  error: implicit declaration of function 'NIPQUAD'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/685561/+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 606076] Re: [maverick] iscsitarget-source: has no member named ‘daddr’

2013-09-19 Thread James Page
Maverick no longer supports, marking 'Won't Fix'

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

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

Title:
  [maverick] iscsitarget-source: has no member named ‘daddr’

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/606076/+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 726498] Re: package iscsitarget 1.4.19 svn275-ubuntu2 [modified: usr/sbin/ietd usr/sbin/ietadm] failed to install/upgrade: subprocess installed pre-removal script returned error exit status 127

2013-09-19 Thread James Page
The failure is coming from missing binaries:

[modified: usr/sbin/ietd usr/sbin/ietadm]

I appreciate this is an old bug- are you still seeing this issue? If so
I'd recommend re-installation of the package and subsequent removal.

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

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

Title:
  package iscsitarget 1.4.19 svn275-ubuntu2 [modified: usr/sbin/ietd
  usr/sbin/ietadm] failed to install/upgrade: subprocess installed pre-
  removal script returned error exit status 127

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/726498/+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 601520] Re: MaxSessions defaults to no limit

2013-09-19 Thread James Page
** Changed in: iscsitarget (Ubuntu)
   Status: New = Triaged

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

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

Title:
  MaxSessions defaults to no limit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/601520/+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 1227580] [NEW] Monitoring in Master state doesn't always work

2013-09-19 Thread Achim Marikar
Public bug reported:

Hi
There is a bug that master/slave resources are not always monitored. It is 
already fixed in pacemaker trunk, but not in libpengine3 1.1.6-2ubuntu3. I 
patched lib/pengine/unpack.c


1391c1391,1395
   } else if(safe_str_eq(task, CRMD_ACTION_START)) {
---
   } else if(safe_str_eq(task, CRMD_ACTION_START) || 
   safe_str_eq(task, CRMD_ACTION_MIGRATED) || 
   safe_str_eq(task, CRMD_ACTION_PROMOTE) || 
   safe_str_eq(task, CRMD_ACTION_DEMOTE)) {
 

With this monitoring also works if resource has been promoted. This bug
can cause much trouble as a failed service wont be recognized.

Best regards

Achim

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

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

Title:
  Monitoring in Master state doesn't always work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pacemaker/+bug/1227580/+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 540217] Re: unable to compile module with m-a

2013-09-19 Thread James Page
*** This bug is a duplicate of bug 932646 ***
https://bugs.launchpad.net/bugs/932646

** This bug has been marked a duplicate of bug 932646
   iscsitarget kernel module does not compile on  2.6.32-37

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

Title:
  unable to compile module with m-a

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/540217/+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 1212851] Re: iso8601 date parsing test failures (maybe with flask 0.10.1 )

2013-09-19 Thread James Page
** Changed in: ceilometer (Ubuntu)
   Status: New = Fix Released

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

Title:
  iso8601 date parsing test failures (maybe with flask 0.10.1 )

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1212851/+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 932646] Re: iscsitarget kernel module does not compile on 2.6.32-37

2013-09-19 Thread James Page
Hi Mark

The 10.04 kernel should include an iscsi_trgt module already so use of
the source package is not really required.

However this is still a bug; marking 'Low' as this is not the preferred
route for use.

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

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

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

Title:
  iscsitarget kernel module does not compile on  2.6.32-37

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/932646/+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 281459] Re: Excessive spurious requests for authentication

2013-09-19 Thread James Page
Hi Emmet

Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

** Changed in: libpam-mount (Ubuntu)
   Status: New = Incomplete

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

Title:
  Excessive spurious requests for authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/281459/+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 323547] Re: Update didn't flag up that a Reboot was required

2013-09-19 Thread James Page
** Changed in: moin (Ubuntu)
   Status: New = Invalid

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

Title:
  Update didn't flag up that a Reboot was required

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/moin/+bug/323547/+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 315568] Re: no warning on upgrades

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

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

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

Title:
  no warning on upgrades

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/moin/+bug/315568/+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 1225890] Re: Broken dependency with python-pyparsing

2013-09-19 Thread James Page
python-cliff (1.4-1ubuntu2) saucy; urgency=low

  * debian/patches/fix-pyparsing-version.patch: Bump pyparsing to 2.0.


** Changed in: python-cliff (Ubuntu)
   Status: New = Fix Released

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

Title:
  Broken dependency with python-pyparsing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-cliff/+bug/1225890/+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 373732] Re: libpam-mount ignores debug setting with luserconf

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

** Changed in: libpam-mount (Ubuntu)
   Status: New = Incomplete

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

Title:
  libpam-mount ignores debug setting with luserconf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/373732/+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 355624] Re: service unclear failure/success message

2013-09-19 Thread James Page
Marking 'Won't Fix' as 9.04 is not longer supported.

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

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

Title:
  service unclear failure/success message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/355624/+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 374463] Re: Using nomailer option in smartd.conf to test email makes init script hang

2013-09-19 Thread James Page
Marking 'Won't Fix' as 9.04 is no longer supported.

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

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

Title:
  Using nomailer option in smartd.conf to test email makes init script
  hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/374463/+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 367763] Re: ubuntu-virt-mgmt installing kvm and libvirt-bin

2013-09-19 Thread James Page
** Changed in: ubuntu-virt (Ubuntu)
   Status: New = Invalid

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

Title:
  ubuntu-virt-mgmt installing kvm and libvirt-bin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-virt/+bug/367763/+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 367918] Re: sshd cannot mount cifs shares

2013-09-19 Thread James Page
Marking 'Won't Fix' as Intrepid is no longer supported.

** Changed in: libpam-mount (Ubuntu)
   Status: New = Won't Fix

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

Title:
  sshd cannot mount cifs shares

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpam-mount/+bug/367918/+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 395603] Re: Browsing cookie-heavy sites is painfully slow

2013-09-19 Thread James Page
Marking 'Won't Fix' as 9.04 is no longer supported.

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

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

Title:
  Browsing cookie-heavy sites is painfully slow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/w3m/+bug/395603/+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 345547] Re: Profile lac_ldap should not set NSS shadow to LDAP

2013-09-19 Thread James Page
Marking 'Won't Fix' as Hardy is not longer supported.

** Changed in: ldap-auth-client (Ubuntu)
   Status: New = Won't Fix

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

Title:
  Profile lac_ldap should not set NSS shadow to LDAP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldap-auth-client/+bug/345547/+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 345088] Re: ldap-auth-client should either depend on libpam-foreground, or not add pam_foreground to common-session

2013-09-19 Thread James Page
Marking 'Won't Fix' as Hardy is not longer supported.

** Changed in: ldap-auth-client (Ubuntu)
   Status: New = Won't Fix

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

Title:
  ldap-auth-client should either depend on libpam-foreground, or not add
  pam_foreground to common-session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldap-auth-client/+bug/345088/+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 340020] Re: Logcheck rule for dovecot does not ignore valid Maildir mailboxes

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

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

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

Title:
  Logcheck rule for dovecot does not ignore valid Maildir mailboxes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logcheck/+bug/340020/+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 501894] Re: Dutch translation errors

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

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

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

Title:
  Dutch translation errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/moin/+bug/501894/+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 482669] Re: package bsd-mailx 8.1.2-0.20081101cvs-2ubuntu1 failed to install/upgrade: sõltuvusprobleemid - jäetakse seadistamata

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

** Changed in: bsd-mailx (Ubuntu)
   Status: New = Incomplete

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

Title:
  package bsd-mailx 8.1.2-0.20081101cvs-2ubuntu1 failed to
  install/upgrade: sõltuvusprobleemid - jäetakse seadistamata

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bsd-mailx/+bug/482669/+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 491044] Re: Inconsistent attributes reported over time by smartctl

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

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

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

Title:
  Inconsistent attributes reported over time by smartctl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/491044/+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 399150] Re: smartctl keeps disk spinnning

2013-09-19 Thread James Page
Marking 'Won't Fix' as 9.04 is no longer supported.

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

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

Title:
  smartctl keeps disk spinnning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/399150/+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 523064] Re: Installing package clobbers debconf settings

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

** Changed in: ldap-auth-client (Ubuntu)
   Status: New = Incomplete

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

Title:
  Installing package clobbers debconf settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldap-auth-client/+bug/523064/+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 460877] Re: package ldap-auth-config 0.5.2 failed to install/upgrade: Unterprozess post-installation script gab den Fehlerwert 1 zur?ck

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

** Changed in: ldap-auth-client (Ubuntu)
   Status: New = Incomplete

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

Title:
  package ldap-auth-config 0.5.2 failed to install/upgrade: Unterprozess
  post-installation script gab den Fehlerwert 1 zur?ck

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ldap-auth-client/+bug/460877/+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 516507] Re: likewise-open does'nt works fine with winbindd_cache.tdb file

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

** Changed in: likewise-open (Ubuntu)
   Status: New = Incomplete

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

Title:
  likewise-open does'nt works fine with winbindd_cache.tdb file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/likewise-open/+bug/516507/+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 1193136] Re: launchpad login service doesn't render in w3m (= precise)

2013-09-19 Thread Colin Watson
On Thu, Sep 19, 2013 at 10:51:59AM -, Dave Morley wrote:
 I'd say fix released it's been working fine for a while now.

Well, that's technically incorrect because nothing changed on your end
and you never properly reproduced Chris' original report; it's just that
w3m in quantal learned how to cope with input type=email and you
didn't test with precise.  But whatever :-)


** Summary changed:

- launchpad login service doesn't render in w3m
+ launchpad login service doesn't render in w3m (= precise)

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

Title:
  launchpad login service doesn't render in w3m (= precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-identity-provider/+bug/1193136/+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 385568] Re: Anchor links with spaces are incorrectly encoded

2013-09-19 Thread James Page
** Changed in: moin (Ubuntu)
   Status: New = Won't Fix

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

Title:
  Anchor links with spaces are incorrectly encoded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-website/+bug/385568/+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 476828] Re: package smartmontools 5.38-3ubuntu2 failed to install/upgrade:

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

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

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

Title:
  package smartmontools 5.38-3ubuntu2 failed to install/upgrade:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/476828/+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 1227153] Re: cinder missing build-depends on python-netaddr

2013-09-19 Thread James Page
** Also affects: cinder (Ubuntu Saucy)
   Importance: Medium
   Status: Confirmed

** Changed in: cinder (Ubuntu Saucy)
   Status: Confirmed = Triaged

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

Title:
  cinder missing build-depends on python-netaddr

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1227153/+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 722299] Re: package likewise-open 6.0.0.53010-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

** Changed in: likewise-open (Ubuntu)
   Status: New = Incomplete

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

Title:
  package likewise-open 6.0.0.53010-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/likewise-open/+bug/722299/+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 719634] Re: package likewise-open 6.0.0.53010-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

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

Title:
  package likewise-open 6.0.0.53010-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/likewise-open/+bug/719634/+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 1193136] Re: launchpad login service doesn't render in w3m (= precise)

2013-09-19 Thread Dave Morley
Meh indeed.  Testing on precise confirms the issue.  Sorry for the bug
noise everyone.

** Changed in: canonical-identity-provider
   Status: Fix Released = Confirmed

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

Title:
  launchpad login service doesn't render in w3m (= precise)

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-identity-provider/+bug/1193136/+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 713024] Re: package likewise-open 6.0.0.53010-1 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 1

2013-09-19 Thread James Page
Thanks for taking the time to report this bug in Ubuntu.

Are you still seeing this issue? I appreciate this is an old bug -
setting to 'Incomplete' for the time being - please respond and set back
to 'New' if you think this is still an issue.

** Changed in: likewise-open (Ubuntu)
   Status: New = Incomplete

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

Title:
  package likewise-open 6.0.0.53010-1 failed to install/upgrade: sub-
  processo script post-installation instalado retornou estado de saída
  de erro 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/likewise-open/+bug/713024/+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 722299] Re: package likewise-open 6.0.0.53010-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-09-19 Thread deuce
Well I've upgraded systems since then, so I don't think so. Thanks for
responding.

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

Title:
  package likewise-open 6.0.0.53010-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/likewise-open/+bug/722299/+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 1225327] Re: sftp in 12.04 has tty attributes setting problem

2013-09-19 Thread wzis
And we run stty -echo before sftp is for security reason as we don't
want the user to know what we are doing.

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

Title:
  sftp in 12.04 has tty attributes setting problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1225327/+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 1227639] Re: [MIR] python-repoze.lru needed as a b-d for routes

2013-09-19 Thread Matthias Klose
*** This bug is a duplicate of bug 1000914 ***
https://bugs.launchpad.net/bugs/1000914

ahh, not needed, was in main before

** This bug has been marked a duplicate of bug 1000914
   [MIR] python-repoze.lru

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

Title:
  [MIR] python-repoze.lru needed as a b-d for routes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-repoze.lru/+bug/1227639/+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 491044] Re: Inconsistent attributes reported over time by smartctl

2013-09-19 Thread TheKorn
Unfortunately as this bug is almost four years old, it is not feasible
to test for reproducibility at this point:

*  The motherboard failed.  Changed, but as you can probably guess the CPU, 
RAM, RAM controller, and SATA controllers were all changed  upgraded with it.
*  Operating system upgraded from 9.10 to 10.04 to 10.10 to 11.04, then wiped 
the OS only and reinstalled to 12.04 .
*  SATA drives all decommissioned and sold.
*  Power supply failed, replaced  upgraded.

Unfortunately due to the extreme delay between bug report and triage,
the system today bears almost no resemblance to the system that
generated the report.  (Really the only thing that remains are the data
on the system!)

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

Title:
  Inconsistent attributes reported over time by smartctl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/491044/+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 1227666] [NEW] package iscsitarget 1.4.20.2-5ubuntu3.3 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2013-09-19 Thread mario marchnete
Public bug reported:

--- Uninstall Beginning 
Module:  iscsitarget
Version: 1.4.20.2
Kernel:  3.5.0-39-generic (x86_64)
-

Status: Before uninstall, this module version was ACTIVE on this kernel.

iscsi_trgt.ko:
 - Uninstallation
   - Deleting from: /lib/modules/3.5.0-39-generic/updates/dkms/
 - Original module
   - No original module was found for this module on this kernel.
   - Use the dkms install command to reinstall any previous module version.

depmod

DKMS: uninstall completed.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: iscsitarget 1.4.20.2-5ubuntu3.3
ProcVersionSignature: Ubuntu 3.5.0-39.60~precise1-generic 3.5.7.17
Uname: Linux 3.5.0-39-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.4
Architecture: amd64
Date: Thu Sep 19 15:41:01 2013
DuplicateSignature: package:iscsitarget:1.4.20.2-5ubuntu3.3:il sottoprocesso 
vecchio script di post-installation ha restituito lo stato di errore 1
ErrorMessage: il sottoprocesso vecchio script di post-installation ha 
restituito lo stato di errore 1
InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release amd64 
(20130214)
MarkForUpload: True
SourcePackage: iscsitarget
Title: package iscsitarget 1.4.20.2-5ubuntu3.3 failed to install/upgrade: il 
sottoprocesso vecchio script di post-installation ha restituito lo stato di 
errore 1
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.default.iscsitarget: ISCSITARGET_ENABLE=true
mtime.conffile..etc.default.iscsitarget: 2013-06-03T12:07:00.311138

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


** Tags: amd64 apport-package precise

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

Title:
  package iscsitarget 1.4.20.2-5ubuntu3.3 failed to install/upgrade: il
  sottoprocesso vecchio script di post-installation ha restituito lo
  stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1227666/+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 1227666] Re: package iscsitarget 1.4.20.2-5ubuntu3.3 failed to install/upgrade: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1

2013-09-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package iscsitarget 1.4.20.2-5ubuntu3.3 failed to install/upgrade: il
  sottoprocesso vecchio script di post-installation ha restituito lo
  stato di errore 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1227666/+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 1183326] Re: squid-deb-proxy-client-udeb broken in Ubuntu

2013-09-19 Thread James Page
Not intentional and no reason why they should not be seeded into main.

** Changed in: squid-deb-proxy (Ubuntu)
   Status: New = Triaged

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

Title:
  squid-deb-proxy-client-udeb broken in Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1183326/+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-s-cloud-archive] Ubuntu Cloud Archive for Havana

2013-09-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-13.05:
  Open Cloud Archive for Havana development: DONE
  
  Work items for ubuntu-13.06:
  [james-page] Document proposed OpenStack SRU cadence process: DONE
  Update Cloud Archive documentation inline with support lifecycle: DONE
  
  Work items for ubuntu-13.08:
  [gandelman-a] CA pipeline reporting for updates: DONE
  [gandelman-a] Document backports tool in openstack-ubuntu-testing: DONE
  [gandelman-a] Investigate automated changelog creation as part of per-commit 
testing: DONE
  [zulcss] Backport of qemu for Havana: DONE
  [james-page] Create PPA's for cloud-tools pockets: DONE
- [james-page] Update cloud-archive configuration for new tools pockets (~): 
INPROGRESS
+ [james-page] Update cloud-archive configuration for new tools pockets (~): 
DONE
  [james-page] Induct gandelman-a into the Cloud Archive Admins team: DONE
  
  Work items for ubuntu-13.09:
  [james-page] Update tools for cloud-tools pockets (0.5): TODO
  Upload initial tools (maas, juju, golang, lxc) to cloud-tools pocket (1): TODO
  [james-page] Discuss communications plan around cloud-archive releases with 
jcastro (~): TODO
  Update SRU cadence for entry into ca-staging at same time as proposed queue 
(~): TODO
  
  Work items for ubuntu-13.10:
  [james-page] Implement workflow for critical security updates (1): TODO
  Automate cloud archive backports to staging for existing packages in the 
cloud-archive: TODO
  
  Work items:
  [gandelman-a] Document how to run point release update preparation 
verification testing against proposed updates: INPROGRESS
  [gandelman-a] add-apt-repository for cloud-archive: TODO
  Bug closure for cloud-archive bugs: TODO
  Figure out and document security update process for 3 month shortfall between 
distro and OpenStack support: TODO

-- 
Ubuntu Cloud Archive for Havana
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-cloud-archive

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


[Bug 1219879] Re: [FFe] juju-core 1.16 for Ubuntu 13.10

2013-09-19 Thread James Page
** Description changed:

- Currently Ubuntu saucy is tracking the interim releases of juju-core
- (1.13.x series).
+ For Ubuntu 13.10, we will want to drop in another stable milestone of
+ juju-core prior to release.
  
- This series will form the 1.14.0 stable release in the next week or so
- and includes the following features over the version already in the
- archive:
+ juju-core 1.16 is currently targetting the 3rd October for release; in
+ additional to bug fixes this release will include the following key
+ features:
  
- TBC
+ MarkR TBD
  
- Approval is sought from the release team for this upgrade plan.
+ Approval is sought from the release team for the feature freeze
+ exception.

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

Title:
  [FFe] juju-core 1.16 for Ubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1219879/+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 1219879] Re: [FFe] juju-core 1.16 for Ubuntu 13.10

2013-09-19 Thread James Page
** Summary changed:

- [FFe] juju-core past 1.14.0 stable release for Ubuntu 13.10
+ [FFe] juju-core 1.16 for Ubuntu 13.10

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

Title:
  [FFe] juju-core 1.16 for Ubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1219879/+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 1219879] Re: [FFe] juju-core 1.16 for Ubuntu 13.10

2013-09-19 Thread James Page
** Description changed:

- Currently Ubuntu saucy is tracking the inAPI only non-bootstrap
- agentsterim releases of juju-core (1.13.x series).
- 
- This series will form the 1.16.0 stable release in the next week or so
- and includes the following features over the version already in the
- archive:
+ juju-core 1.16.0 stable release is due by the 3rd October and includes
+ the following features over the version already in the archive:
  
  * MAAS Tag support
  * Get juju tools and cloud configuration data from a central well know 
location
- * support for --ssl-hostname-verification: false 
- * API only communication with the state server for all non-state-server 
agents (not CLI, and not removing direct mongo access for agents at earlier 
versions) 
- * manual provisioning, bootstrap and null provider -- ability to create nodes 
and even bootstrap a full environment using pre-existing machines and SSH. 
+ * support for --ssl-hostname-verification: false
+ * API only communication with the state server for all non-state-server 
agents (not CLI, and not removing direct mongo access for agents at earlier 
versions)
+ * manual provisioning, bootstrap and null provider -- ability to create nodes 
and even bootstrap a full environment using pre-existing machines and SSH.
  * Support for the VPC by default changes on EC2
  * Improved hook error reporting
  * CLI tool caches endpoint addresses locally for faster connect time
  * Early failure when we know up front that lxc containers can't get addresses
  
  Possible additional features.
  
- * KVM container support 
- * Split out ~/.juju/environments/env.yaml (related to the endpoint caching 
feature above) 
+ * KVM container support
+ * Split out ~/.juju/environments/env.yaml (related to the endpoint caching 
feature above)
  
- Approval is sought from the release team for this upgrade plan.
+ Approval is sought from the release team to upgrade to this new version
+ upon release.

** Changed in: juju-core (Ubuntu)
   Importance: Undecided = High

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

Title:
  [FFe] juju-core 1.16 for Ubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1219879/+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 1180397] Re: [MRE] Xen stable update to 4.2.2

2013-09-19 Thread Brian Murray
The provisional micro-release exception for Xen includes the following
caveat:

Xen, first SRU needs to define a formal regression test procedure, such
as boot the last N releases/LTS default install and verify some list of
things (networking, file system test suite, etc.) (2013-07-22)

Where has that been defined?  I do not see it in the description here.

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

Title:
  [MRE] Xen stable update to 4.2.2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1180397/+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 1003296] Update Released

2013-09-19 Thread Brian Murray
The verification of this Stable Release Update has completed
successfully and the package has now been released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regresssions.

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

Title:
  lightdm crashed with SIGSEGV in _pam_winbind_change_pwd() when
  password is expiring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1003296/+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 1227153] Re: cinder missing build-depends on python-netaddr

2013-09-19 Thread Launchpad Bug Tracker
** Branch linked: lp:~zulcss/cinder/housecleaning

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

Title:
  cinder missing build-depends on python-netaddr

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1227153/+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-s-juju-2-delivery] Delivering Juju 2.0 into Ubuntu

2013-09-19 Thread James Page
Blueprint changed by James Page:

Work items changed:
  Work items for ubuntu-13.06:
  [racb] Get Go 1.1 into the archive: DONE
  [gz] Move to a source based juju-core release process: DONE
  Upload juju-core point release: POSTPONED
  
  Work items for ubuntu-13.07:
  Get golang 1.1.1 into the archive: DONE
  Upload juju-core 1.11.2 point release: DONE
  Setup golang backports PPA: DONE
  Upload juju-core 1.11.3 point release: DONE
  Upload juju-core 1.11.4 point release: DONE
  
  Work items for ubuntu-13.08:
  Upload juju-core 1.12.0 release: DONE
  [davewalker] Follow up on backports build being fixed for juju-core: DONE
  Upload juju-core 1.13.1 release: DONE
  Merge golang 1.1.2 from Debian: DONE
  Upload juju-core 1.13.2 release: DONE
  Re-introduce juju 0.7 to saucy: DONE
  Write DEP-8 tests for juju-core packages: DONE
  [james-page] Backport juju-deployer + deps to stable PPA: DONE
  
  Work items for ubuntu-13.09:
- Upload juju-core 1.14.0 stable release: TODO
+ Upload juju-core 1.14.0 stable release: DONE
  [gandelman-a] Merge darwin to lp:juju-deployer: TODO
  [hazmat] juju-deployer options for --to and --to container : TODO
  
  Work items for ubuntu-13.10:
  Upload juju-core final release: TODO
  Enable ARM support: DONE
  Backport juju-core to 12.04, 12.10 and 13.04: POSTPONED
  
  Work items:
  Investigate automated releases of juju-core into Ubuntu: POSTPONED
  [dave-cheney] verify that Juju works with gccgo: POSTPONED
  [gz] Backport Juju .7 into 12.04 and 12.10 to co-exist with juju 1.11+: TODO
  Setup juju-core stable backports PPA: DONE
  Add mongodb to stable backports PPA: DONE
  Setup devel PPA for juju-core: DONE

-- 
Delivering Juju 2.0 into Ubuntu
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-s-juju-2-delivery

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


[Bug 1083719] Re: open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module failed to build [error: implicit declaration of function ‘d_alloc_root’]

2013-09-19 Thread Scott Kroll
In saucy, it appears that vmxnet and vmblock are not needed (nor is
vmci). The vmxnet3 is distributed with the kernel, and in fact if you
use the installer from the latest vmware-tools ISO, it does not build
vmxnet since the installer script knows this.

vmblock required a bit of changes to work (kernel file operation struct
changed a bit, as well as some calls), but I was able to get it compile
and spin up /proc/fs/vmblock. It should be noted that copy/paste of text
works without vmblock in the latest kernel. I did not test drag  drop
functionality, since I'm running a minimal desktop at the moment.

Finally, using the hgfs module sources from vmware-tools ISO, a single
line change allowed me to build the hgfs module and mount shares in
3.11. I did manage to turn this code into a dkms module, and it built
just fine.

I should note that even without the modules built by dkms, if I run the
vmware-user-suid-wrapper (which spawns vmtoolsd for the user), it does
complain about vmblock not being there (unless I use my own built
vmblock module), but guest resizing works just fine.

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

Title:
  open-vm-dkms 2011.12.20-562307-0ubuntu1: open-vm-tools kernel module
  failed to build [error: implicit declaration of function
  ‘d_alloc_root’]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1083719/+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 1003296] Re: lightdm crashed with SIGSEGV in _pam_winbind_change_pwd() when password is expiring

2013-09-19 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:3.6.3-2ubuntu2.7

---
samba (2:3.6.3-2ubuntu2.7) precise-proposed; urgency=low

  * Fix login with expiring user passwords (LP: #1003296)
- Fixed in Samba 3.6.9 (Samba bug: 9013)
 -- Bryan Quigley bryan.quig...@canonical.com   Wed, 10 Jul 2013 12:25:17 
-0400

** Changed in: samba (Ubuntu Precise)
   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/1003296

Title:
  lightdm crashed with SIGSEGV in _pam_winbind_change_pwd() when
  password is expiring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1003296/+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 1219879] Re: [FFe] juju-core 1.16 for Ubuntu 13.10

2013-09-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: juju-core (Ubuntu)
   Status: New = Confirmed

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

Title:
  [FFe] juju-core 1.16 for Ubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju-core/+bug/1219879/+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 1224672] [NEW] lxc-destroy does not remove symlinks in /etc/lxc/auto/

2013-09-19 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

At least in versions:

release: saucy
lxc: 1.0.0~alpha1-0ubuntu2
juju-core: 1.13.3-0ubuntu1

after the lxc-destroy command, symlinks are still there.

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

-- 
lxc-destroy does not remove symlinks in /etc/lxc/auto/
https://bugs.launchpad.net/bugs/1224672
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to lxc 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 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases

2013-09-19 Thread Brian Murray
Hello Thiago, or anyone else affected,

Accepted maas into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/maas/1.2+bzr1373+dfsg-
0ubuntu1~12.04.3 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Also affects: isc-dhcp (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

** Changed in: maas (Ubuntu Precise)
   Importance: Undecided = Medium

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

** Changed in: maas (Ubuntu Precise)
   Status: Triaged = Fix Committed

** Tags added: verification-needed

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1069570/+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 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases

2013-09-19 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/maas

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1069570/+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


  1   2   3   4   5   6   7   8   9   10   >