[Bug 1267393] Re: [MIR] juju-core, juju-mongodb, gccgo-go, gccgo-4.9, golang

2014-03-20 Thread Martin Pitt
Does the MIR/security teams seriously consider pulling all of
golang/those static builds into main? The latter is quite  a bad design
as I pointed out in comment 12, and by Gustavo's own words the golang
compiler grows old very quickly as there are constantly new upstream
releases with new or changed language features, API breaks, and so on.
So this doesn't appear to be a toolchain that we can support for 5 years
in its current version?

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

Title:
  [MIR] juju-core, juju-mongodb, gccgo-go, gccgo-4.9, golang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gccgo-go/+bug/1267393/+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 1244355] Re: needs to use add-apt-repository for cloud-archive:string

2014-03-20 Thread Scott Moser
I've verified this on a recent instance of precise.  See below for how.

## launch instance with user-data showing the bug we've sqaushed

$ cat user-data.txt
#cloud-config
apt_sources:
 - source: cloud-archive:havana
output: {all: '| tee -a /var/log/cloud-init-output.log'}

## now on the instance

$ cat /etc/apt/sources.list.d/cloud_config_sources.list 
cloud-archive:havana

$ echo deb http://archive.ubuntu.com/ubuntu precise-proposed main |
  sudo tee /etc/apt/sources.list.d/precise-proposed.list
deb http://archive.ubuntu.com/ubuntu precise-proposed main

$ sudo apt-get update
E: Type 'cloud-archive:havana' is not known on line 1 in source list 
/etc/apt/sources.list.d/cloud_config_sources.list
E: The list of sources could not be read.

$ sudo rm /etc/apt/sources.list.d/cloud_config_sources.list

$ sudo apt-get update -q 
$ sudo apt-cache policy cloud-init
cloud-init:
  Installed: 0.6.3-0ubuntu1.10
  Candidate: 0.6.3-0ubuntu1.11
  Version table:
 0.6.3-0ubuntu1.11 0
500 http://archive.ubuntu.com/ubuntu/ precise-proposed/main amd64 
Packages
 *** 0.6.3-0ubuntu1.10 0
500 http://nova.clouds.archive.ubuntu.com/ubuntu/ precise-updates/main 
amd64 Packages
100 /var/lib/dpkg/status
 0.6.3-0ubuntu1 0
500 http://nova.clouds.archive.ubuntu.com/ubuntu/ precise/main amd64 
Packages
$ sudo apt-get install -qy cloud-init

$ sudo rm -Rf /var/lib/cloud/ /var/log/cloud-init*
$ sudo reboot

## ssh back in, and expect it to have applied our cloud-archive:havana

$ ( cd /etc/apt/sources.list.d  ls -l )
total 12
-rw-r--r-- 1 root root 166 Mar 20 07:02 cloudarchive-havana.list
-rw-r--r-- 1 root root  59 Mar 20 07:02 precise-proposed.list
-rw-r--r-- 1 root root  59 Mar 20 07:01 precise-proposed.list.save

$ cat /etc/apt/sources.list.d/cloudarchive-havana.list
deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/havana main
deb-src http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/havana 
main

$ sudo apt-get update -q
$ sudo apt-cache policy python-novaclient
python-novaclient:
  Installed: (none)
  Candidate: 1:2.15.0-0ubuntu1~cloud0
  Version table:
 1:2.15.0-0ubuntu1~cloud0 0
500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ 
precise-updates/havana/main amd64 Packages
 2012.1-0ubuntu1 0
500 http://nova.clouds.archive.ubuntu.com/ubuntu/ precise/main amd64 
Packages


** 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 cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1244355

Title:
  needs to use add-apt-repository for cloud-archive:string

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1244355/+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 1294968] Re: Sync nose 1.3.1-1 (main) from Debian unstable (main)

2014-03-20 Thread Martin Pitt
This bug was fixed in the package nose - 1.3.1-1
Sponsored for Dmitry Shachnev (mitya57)

---
nose (1.3.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Drop d/patches/issue759, applied in the new version.
  * Add three new patches (issue782, issue783 and issue788) to fix
various test failures (closes: #741750).
  * Disable one more unstable test.
  * Remove unit_tests/support/doctest/noname_wrapped.not_pyc in
clean target.

 -- Dmitry Shachnev mity...@gmail.com  Wed, 19 Mar 2014 10:31:26 -0400

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

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

Title:
  Sync nose 1.3.1-1 (main) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nose/+bug/1294968/+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 1288823] Re: Trusty bind9 RRL

2014-03-20 Thread Ralf Hildebrandt
Given that response rate limiting is considered (short of implementing BCP 38) 
the recommended
mitigation against the rampant DNS Amplification Attacks it would be foolish to 
strip Ubuntu LTS users of that tool!

See: https://www.us-cert.gov/ncas/alerts/TA13-088A

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

Title:
  Trusty bind9 RRL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1288823/+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 1054996] Re: Doesn't respect ~/.byobu/backend

2014-03-20 Thread Shahar Or
Again, I would like to thank you, Dustin, for this awesome software.

I installed the `screen` package in `trusty` and when I launch `byobu` I
get `tmux` as the backend. So all is well in `trusty`.

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

Title:
  Doesn't respect ~/.byobu/backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1054996/+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 64425] Re: winbindd_privileged permission issue

2014-03-20 Thread Thomas C.
ok, this one is the right solution:

gpasswd -a proxy winbindd_priv

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

Title:
  winbindd_privileged permission issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/64425/+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 1258286] Re: CAcert should not be trusted by default

2014-03-20 Thread Matthias Klose
the removal breaks the ca-certificates-java build. should be fixed for
all active releases.


** Also affects: ca-certificates-java (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ca-certificates-java (Ubuntu Trusty)
   Importance: Undecided = High

** Changed in: ca-certificates-java (Ubuntu Trusty)
   Status: New = Confirmed

** Changed in: ca-certificates-java (Ubuntu Trusty)
Milestone: None = ubuntu-14.04-beta-2

** Tags added: ftbfs

** Changed in: ca-certificates-java (Ubuntu Trusty)
 Assignee: (unassigned) = Marc Deslauriers (mdeslaur)

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

Title:
  CAcert should not be trusted by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1258286/+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 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2014-03-20 Thread Andrew Wilkins
** Changed in: juju-core
 Assignee: Roger Peppe (rogpeppe) = Andrew Wilkins (axwalk)

** Changed in: juju-core
   Status: Triaged = In Progress

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

Title:
  br0 not brought up by cloud-init script with MAAS provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1271144/+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 1258286] Re: CAcert should not be trusted by default

2014-03-20 Thread Matthias Klose
** Bug watch added: Debian Bug tracker #741755
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741755

** Also affects: ca-certificates-java (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741755
   Importance: Unknown
   Status: Unknown

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

Title:
  CAcert should not be trusted by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1258286/+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 1248283] Re: juju userdata should not restart networking

2014-03-20 Thread Andrew Wilkins
** Changed in: juju-core
   Status: Triaged = In Progress

** Changed in: juju-core
 Assignee: (unassigned) = Andrew Wilkins (axwalk)

** Changed in: juju-core
Milestone: 1.18.0 = 1.17.6

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

Title:
  juju userdata should not restart networking

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1248283/+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 1294585] Re: Freeradius crashes on heavy load (with EAP)

2014-03-20 Thread Oriol Bosch
** Information type changed from Private to Public

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

Title:
  Freeradius crashes on heavy load (with EAP)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1294585/+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 1294810] Re: Please Enable SSL Gatewaying Support

2014-03-20 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

We're well past feature freeze for Trusty now, so this change is
unlikely to be able to be made for Trusty.

We inherit the configure switches from Debian, so it would be worth
checking to see if this issue affects Debian too, and if it does then to
report this to Debian BTS to see if the Debian maintainers are willing
to enable these switches. If this happens, then Ubuntu will be able to
pick up this change next cycle.

Note that if this is OpenSSL, then there may need to be a license
exception made by upstream to link against squid (which is GPL), since
these licenses are not compatible without one, and I don't see any such
exception. This may need further investigation to find out if it
possible.

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

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

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

Title:
  Please Enable SSL Gatewaying Support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1294810/+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 1295072] [NEW] qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-03-20 Thread Ballock
Public bug reported:

The configure scripts checks for fdt by looking at libfdt_env.h

configure:2610: #include libfdt_env.h

This file only exists in libfdt-dev version 1.4.0 and onwards, so it makes 
sense to specify build-dependency on that version. Otherwise, configure fails 
with:
error_exit DTC not present. Your options: \
  (1) Preferred: Install the DTC devel package \
  (2) Fetch the DTC submodule, using: \
  git submodule update --init dtc

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

** Summary changed:

- qemu 1.7 depends on libfdt higher than 1.4.0
+ qemu 1.7 build-depends on libfdt higher than 1.4.0

** Summary changed:

- qemu 1.7 build-depends on libfdt higher than 1.4.0
+ qemu 1.7 shoudl build-depend on libfdt-dev higher than 1.4.0

** Summary changed:

- qemu 1.7 shoudl build-depend on libfdt-dev higher than 1.4.0
+ qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

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

Title:
  qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1295072/+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 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2014-03-20 Thread Andrew Wilkins
** Branch linked: lp:~axwalk/juju-core/lp1271144-maas-bridge-utils

** Changed in: juju-core
   Status: In Progress = Fix Committed

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

Title:
  br0 not brought up by cloud-init script with MAAS provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1271144/+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 1248283] Re: juju userdata should not restart networking

2014-03-20 Thread Andrew Wilkins
** Branch linked: lp:~axwalk/juju-core/lp1271144-maas-bridge-utils

** Changed in: juju-core
   Status: In Progress = Fix Committed

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

Title:
  juju userdata should not restart networking

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1248283/+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 1281881] Re: [FFe] Standing FFe for 14.04 features

2014-03-20 Thread Dave Walker
Please can the previous questions be answered?

Thanks

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

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

Title:
  [FFe] Standing FFe for 14.04 features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281881/+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 1281881] Re: [FFe] Standing FFe for 14.04 features

2014-03-20 Thread Julian Edwards
Hey Dave, I think Andres can answer some of these better than I but I'll
have a stab:

 - The progress of these features so far

90% done, there's some remaining work to land for hardware enablements
which is in progress now and we hope to finish it Monday.

 - Expected landing dates of these features (will land prior to Final
Beta, 27/03/14?)

Everything will land prior to final beta, hopefully Monday but possibly
up to 2 days later.

 - Testing plan, and regression potential

Maas uses the maas-test project on a CI loop in the QA lab.  There is
minimal regression potential.

 - Fallback plan if this doesn't land as expected?

Release without the features, or incomplete features.

In addition, can you comment on ppc64el  UEFI testing methods?

Andres will have to comment on those.

Is there a upstream bug tracking, NIC ident  tracking?

No, it's a blueprint:
https://blueprints.launchpad.net/maas/+spec/t-cloud-maas-advanced-networking

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

Title:
  [FFe] Standing FFe for 14.04 features

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1281881/+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 1258286] Re: CAcert should not be trusted by default

2014-03-20 Thread Bug Watch Updater
** Changed in: ca-certificates-java (Debian)
   Status: Unknown = New

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

Title:
  CAcert should not be trusted by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1258286/+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 1294614] Re: package spamassassin 3.3.2-6ubuntu2 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 2

2014-03-20 Thread Robie Basak
From log: /usr/bin/mandb: impossibile creare l'indice
/var/cache/man/1435 della cache: Spazio esaurito sul device

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

Title:
  package spamassassin 3.3.2-6ubuntu2 failed to install/upgrade: il
  sottoprocesso installato script di post-installation ha restituito lo
  stato di errore 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1294614/+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 1293985] Re: package apache2.2-common 2.2.22-1ubuntu1.4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 during upgrade from Ubu

2014-03-20 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package apache2.2-common 2.2.22-1ubuntu1.4 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1 during upgrade from Ubuntu 10.04 LTS to 12.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1293985/+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 1294508] Re: package nginx-naxsi-ui 1.4.1-3ubuntu1.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2014-03-20 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Since it seems likely to me that this is a local configuration problem,
rather than a bug in Ubuntu, I'm marking this bug as Incomplete.

If indeed this is a local configuration problem, you can find pointers
to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Or if you believe that this is really a bug, then you may find it
helpful to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.


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

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

Title:
  package nginx-naxsi-ui 1.4.1-3ubuntu1.1 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1294508/+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 1293985] Re: package apache2.2-common 2.2.22-1ubuntu1.4 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 during upgrade from Ubu

2014-03-20 Thread Robie Basak
From log:

activating new config files ...
 done.
ERROR: Module reqtimeout does not exist!
dpkg: error processing apache2.2-common (--configure):
 subprocess installed post-installation script returned error exit status 1

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

Title:
  package apache2.2-common 2.2.22-1ubuntu1.4 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1 during upgrade from Ubuntu 10.04 LTS to 12.04 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1293985/+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 1294614] Re: package spamassassin 3.3.2-6ubuntu2 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 2

2014-03-20 Thread Robie Basak
Thank you for your report.

This looks like a local configuration problem, rather than a bug in
Ubuntu, since your system reports that it is out of disk space.

You can find pointers to get help for this sort of problem here:
http://www.ubuntu.com/support/community

Since we use this bug tracker to track bugs in Ubuntu, rather than
configuration problems, I'm marking this bug as Invalid. This helps us
to focus on fixing bugs in Ubuntu.

If you believe that this is really a bug, then you may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem,
explain why you believe this is a bug in Ubuntu rather than a problem
specific to your system, and then change the bug status back to New.

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

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

Title:
  package spamassassin 3.3.2-6ubuntu2 failed to install/upgrade: il
  sottoprocesso installato script di post-installation ha restituito lo
  stato di errore 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1294614/+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 1294455] Re: mongodb-server leaks debug information during remove

2014-03-20 Thread Robie Basak
Thanks Dave.

Marking this as Importance: Low since this doesn't appear to break
anything.

** Changed in: mongodb (Ubuntu)
   Importance: Undecided = Critical

** Changed in: mongodb (Ubuntu)
   Importance: Critical = Low

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

Title:
  mongodb-server leaks debug information during remove

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1294455/+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 1294399] Re: PHP5 Segfault - Backtrace included - ZEND_DECLARE_FUNCTION_SPEC_HANDLER / do_bind_function

2014-03-20 Thread Robie Basak
** Changed in: php5 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  PHP5 Segfault - Backtrace included -
  ZEND_DECLARE_FUNCTION_SPEC_HANDLER / do_bind_function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1294399/+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 1276766] Re: 'status startpar-bridge' fails with 'status: Unknown parameter: JOB'

2014-03-20 Thread Robie Basak
** Changed in: puppet (Ubuntu)
   Status: New = Triaged

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

** Summary changed:

- 'status startpar-bridge' fails with 'status: Unknown parameter: JOB'
+ puppet incorrectly enumerates upstart jobs when called with puppet resource 
service

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

Title:
  puppet incorrectly enumerates upstart jobs when called with puppet
  resource service

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1276766/+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 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-03-20 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Trusty only ships qemu 1.7 and libfdt-dev 1.4, and the libfdt-dev in
Saucy was also 1.4. So I'm not sure this should be necessary. But I
don't see any harm in it, so I'll leave it to somebody closer to these
packages to decide.

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

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

Title:
  qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1295072/+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 1295093] [NEW] [FFe] Sync docker.io 0.9.0 from Debian unstable

2014-03-20 Thread James Page
Public bug reported:

Upstream release announce: 
http://blog.docker.io/2014/03/docker-0-9-introducing-execution-drivers-and-libcontainer/
Changelog: https://github.com/dotcloud/docker/blob/release/CHANGELOG.md

Rationale: This is a stabilization release on the way to docker 1.0;  it
does include a new execution driver API (for different container
backends) and a switch to libcontainer which bypasses the use of LXC to
interact with containers etc...

Build log attached

Testing:
Installed built packages; created docker image for memcached using local 
Dockerfile; started, stopped, mapped ports, checked function.

** Affects: docker.io (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  [FFe] Sync docker.io 0.9.0 from Debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1295093/+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 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2014-03-20 Thread Adam Collard
The reason why the test in comment 8 was passing but we were still
seeing errors is that the APT index was up to date for Wayne, but not
for us - debootstrap vs. fastpath installer.

This might be worth noting for any future MAAS bugs, to be sure to test
it in both scenarios.

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

Title:
  br0 not brought up by cloud-init script with MAAS provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1271144/+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 1267393] Re: [MIR] juju-core, juju-mongodb, gccgo-go, gccgo-4.9, golang

2014-03-20 Thread Jamie Strandboge
Does the MIR/security teams seriously consider pulling all of
golang/those static builds into main?

This issue is quite complicated and slippery. Basically, the decision
had been taken in Oakland last November that gccgo is the toolchain
Ubuntu Engineering would support on the client and the foundations and
security teams don't consider gc supportable from a distro standpoint
due to the static linking issue. For the client, promoting golang would
mean Ubuntu is not being responsible because we are making all these
developers responsible for tracking *our* security and high impact bug
fixes. On the client, I don't care if app developers embed some library
that we don't provide-- that's on them to keep up to date, but I very
much care if we ship a runtime as a standard part of Ubuntu/the SDK that
developers are expected to use and we can't provide the fixes for them
automatically.

That said, this MIR is about golang in support of juju for server/cloud,
but the issue still remains-- we need to make sure we have something
supportable. If golang is promoted to main, it is clear to me the Go
community would rejoice and use it immediately, but then 3rd party
developers will have to track Ubuntu's security fixes and recompile
their applications on their own. Sure, we could add a note to the USN
that people need to recompile their applications if they use golang, but
USNs are not widely read and this practice is far outside the norm for
updating stable releases and people will miss the fixes.

To paraphrase Steve Langasek from foundations, if there are blockers for
the use of gccgo as the compiler, we should know what those are and we
should be fixing those. Personally, my thinking is that if golang is
truly the future and what the Go community and Canonical devs want,
perhaps we should put resources behind fixing the upstream bug:
http://code.google.com/p/go/issues/detail?id=256 (which incidentally,
doesn't seem to have progressed in a long time).

The foundations and security team's stance is clear: if we ship something in 
Ubuntu in main, we need to be responsible for it and make sure people can get 
their updates. Moving forward, I see several options in my personal order of 
preference:
 1. put resources behind the golang dynamic linking upstream bug and fix it
 2. fix gccgo for the juju use case and/or update gccgo to a new version if one 
exists
 3. allow golang into main with very strong wording that it is only for juju 
and that 3rd party developers are on their own

'1' is by far my preferred solution because it would end this once and
for all. I don't like '3' and I think it will tarnish Ubuntu's
reputation. If we go for '3', a condition of the MIR would be reviewing
where we declare the lack of support (an idea I had would be outputting
a string at the beginning or end of the compile). Other options may
exist, but I know the foundations team looked into them and my
understanding is that '1' and '2' are really the only choices.

** Bug watch added: Go Issue Tracker #256
   http://code.google.com/p/go/issues/detail?id=256

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

Title:
  [MIR] juju-core, juju-mongodb, gccgo-go, gccgo-4.9, golang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gccgo-go/+bug/1267393/+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 1258286] Re: CAcert should not be trusted by default

2014-03-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/trusty/ca-certificates-java
/trusty-proposed

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

Title:
  CAcert should not be trusted by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1258286/+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 1258286] Re: CAcert should not be trusted by default

2014-03-20 Thread Launchpad Bug Tracker
This bug was fixed in the package ca-certificates-java - 20130815ubuntu1

---
ca-certificates-java (20130815ubuntu1) trusty; urgency=medium

  * UpdatesCertificatesTest.java: Fix ftbfs by swapping out the no longer
shipped cacert.org certificate with a Thawte one. (LP: #1258286)
 -- Marc Deslauriers marc.deslauri...@ubuntu.com   Thu, 20 Mar 2014 07:41:31 
-0400

** Changed in: ca-certificates-java (Ubuntu Trusty)
   Status: Confirmed = Fix Released

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

Title:
  CAcert should not be trusted by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates/+bug/1258286/+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 1290448] Re: Invalid Opcode when running samba-tool domain exportkeytab

2014-03-20 Thread Ian McMichael
In case it assists when this bug gets triaged, I've repeated my build
today with Samba 2:4.1.6+dfsg-1 from Jessie and this bug is also not
present in the 4.1.6 release, which includes security fixes over 4.1.5.

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

Title:
  Invalid Opcode when running samba-tool domain exportkeytab

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1290448/+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 1254111] Re: MAAS tft server lacks uEFI netboot files.

2014-03-20 Thread Blake Rouse
** Changed in: maas
   Status: Triaged = 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/1254111

Title:
  MAAS tft server lacks uEFI netboot files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1254111/+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 863741] Re: apt doesn't want to replace portmap with rpcbind on upgrade

2014-03-20 Thread Peter Matulis
I just observed this after a Lucid:Precise upgrade.  It was a fresh
Lucid install and all that was done was a simple NFS server share export
and then do-release-upgrade.

My workaround was purging nfs-common and nfs-kernel-server and then
reinstalling them.  Results:

The following extra packages will be installed:
  libtirpc1 rpcbind
The following packages will be REMOVED:
  portmap
The following NEW packages will be installed:
  libtirpc1 nfs-common nfs-kernel-server rpcbind

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

Title:
  apt doesn't want to replace portmap with rpcbind on upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/863741/+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 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-03-20 Thread Serge Hallyn
I'd like to keep debian/control as in-sync as possible with debian.  So I'd
prefer that this be done through debian.  Since this won't change the
availability of libfdt  1.4.0 in older releases, I don't see that this really
helps.

Can you please explain what you are trying to do, where and how you
are building qemu?

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

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

Title:
  qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

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

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


Re: [Bug 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-03-20 Thread Ballock
It was a minor glitch I noticed during backporting qemu 1.7 to precise.

It's more like an FYI, I managed to get this running myself. If you feel
it's wrong to specify the exact version requirement, that's fine, let's
forget it.

Cheers,
Ballock


2014-03-20 15:49 GMT+01:00 Serge Hallyn 1295...@bugs.launchpad.net:

 I'd like to keep debian/control as in-sync as possible with debian.  So I'd
 prefer that this be done through debian.  Since this won't change the
 availability of libfdt  1.4.0 in older releases, I don't see that this
 really
 helps.

 Can you please explain what you are trying to do, where and how you
 are building qemu?

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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1295072

 Title:
   qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

 Status in qemu package in Ubuntu:
   Incomplete

 Bug description:
   The configure scripts checks for fdt by looking at libfdt_env.h

   configure:2610: #include libfdt_env.h

   This file only exists in libfdt-dev version 1.4.0 and onwards, so it
 makes sense to specify build-dependency on that version. Otherwise,
 configure fails with:
   error_exit DTC not present. Your options: \
 (1) Preferred: Install the DTC devel package \
 (2) Fetch the DTC submodule, using: \
 git submodule update --init dtc

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


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

Title:
  qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1295072/+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 1265022] Re: package libboost1.49-dev 1.49.0-3.2ubuntu1 [modified: usr/bin/bcp] failed to install/upgrade: trying to overwrite '/usr/bin/bcp', which is also in package libboost1.53-tools-dev 1.53

2014-03-20 Thread Ramon Fulton
** Description changed:

  This started after the upgrade from 13.04 to 13.10 failed partway through.
  After the failure I am able to reboot and the machine does say it's running 
13.10
  But the Software Updater won't start it says:
  
-An unresolvable problem occurred while initializing the package
+    An unresolvable problem occurred while initializing the package
  information.
  
-Please report this bug against the 'update-manager' package and include 
the following error message:
-   E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused 
by held packages.
+    Please report this bug against the 'update-manager' package and include 
the following error message:
+   E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused 
by held packages.
  
  Trying to upgrade from the command line fails as follows:
  
  $ sudo apt-get upgrade -f
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  Correcting dependencies... Done
  The following packages have been kept back:
-   kdevelop libboost-all-dev libboost-chrono-dev libboost-date-time-dev
-   libboost-dev libboost-filesystem-dev libboost-graph-dev
-   libboost-graph-parallel-dev libboost-iostreams-dev libboost-locale-dev
-   libboost-math-dev libboost-mpi-dev libboost-mpi-python-dev
-   libboost-program-options-dev libboost-python-dev libboost-random-dev
-   libboost-regex-dev libboost-serialization-dev libboost-signals-dev
-   libboost-system-dev libboost-test-dev libboost-thread-dev libboost-timer-dev
-   libboost-wave-dev linux-generic linux-headers-generic linux-image-generic
+   kdevelop libboost-all-dev libboost-chrono-dev libboost-date-time-dev
+   libboost-dev libboost-filesystem-dev libboost-graph-dev
+   libboost-graph-parallel-dev libboost-iostreams-dev libboost-locale-dev
+   libboost-math-dev libboost-mpi-dev libboost-mpi-python-dev
+   libboost-program-options-dev libboost-python-dev libboost-random-dev
+   libboost-regex-dev libboost-serialization-dev libboost-signals-dev
+   libboost-system-dev libboost-test-dev libboost-thread-dev libboost-timer-dev
+   libboost-wave-dev linux-generic linux-headers-generic linux-image-generic
  The following packages will be upgraded:
-   libboost1.49-dev
+   libboost1.49-dev
  1 upgraded, 0 newly installed, 0 to remove and 27 not upgraded.
  71 not fully installed or removed.
  Need to get 0 B/9,208 kB of archives.
  After this operation, 36.9 kB of additional disk space will be used.
- Do you want to continue [Y/n]? 
+ Do you want to continue [Y/n]?
  (Reading database ... 405011 files and directories currently installed.)
  Preparing to replace libboost1.49-dev 1.49.0-3.2ubuntu1 (using 
.../libboost1.49-dev_1.49.0-4_amd64.deb) ...
  Unpacking replacement libboost1.49-dev ...
  dpkg: error processing 
/var/cache/apt/archives/libboost1.49-dev_1.49.0-4_amd64.deb (--unpack):
-  trying to overwrite '/usr/bin/bcp', which is also in package 
libboost1.53-tools-dev 1.53.0-6+exp3ubuntu8
+  trying to overwrite '/usr/bin/bcp', which is also in package 
libboost1.53-tools-dev 1.53.0-6+exp3ubuntu8
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
-  /var/cache/apt/archives/libboost1.49-dev_1.49.0-4_amd64.deb
+  /var/cache/apt/archives/libboost1.49-dev_1.49.0-4_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  $ An unresolvable problem occurred while initializing the package information.
  An: command not found
- $ 
+ $
  $ Please report this bug against the 'update-manager' package and include the 
following error message:
  Please: command not found
  $ E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused 
by held packages.
  
  ProblemType: Package
  DistroRelease: Ubuntu 13.10
  Package: libboost1.49-dev 1.49.0-3.2ubuntu1 [modified: usr/bin/bcp]
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Mon Dec 30 08:41:08 2013
  Dependencies:
-  gcc-4.8-base 4.8.1-10ubuntu9
-  libc6 2.17-93ubuntu4
-  libgcc1 1:4.8.1-10ubuntu9
-  libstdc++6 4.8.1-10ubuntu9
-  multiarch-support 2.17-93ubuntu4
+  gcc-4.8-base 4.8.1-10ubuntu9
+  libc6 2.17-93ubuntu4
+  libgcc1 1:4.8.1-10ubuntu9
+  libstdc++6 4.8.1-10ubuntu9
+  multiarch-support 2.17-93ubuntu4
  DpkgTerminalLog:
-  Preparing to replace libboost1.49-dev 1.49.0-3.2ubuntu1 (using 
.../libboost1.49-dev_1.49.0-4_amd64.deb) ...
-  Unpacking replacement libboost1.49-dev ...
-  dpkg: error processing 
/var/cache/apt/archives/libboost1.49-dev_1.49.0-4_amd64.deb (--unpack):
-   trying to overwrite '/usr/bin/bcp', which is also in package 
libboost1.53-tools-dev 1.53.0-6+exp3ubuntu8
+  Preparing to replace libboost1.49-dev 1.49.0-3.2ubuntu1 (using 
.../libboost1.49-dev_1.49.0-4_amd64.deb) ...
+  Unpacking replacement libboost1.49-dev ...
+  dpkg: 

[Bug 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-03-20 Thread Serge Hallyn
Thanks - this'll bite the cloud archives as well so let's go ahead and
make the change.  I will make the change in the ubuntu-virt/candidate
ppa first, so it will land in trusty when qemu 2.0 goes into the
archive.

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

** Changed in: qemu (Ubuntu)
   Importance: Medium = Low

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

Title:
  qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

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

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


Re: [Bug 1294585] Re: Freeradius crashes on heavy load (with EAP)

2014-03-20 Thread Alan DeKok
You haven't said which version of the server this is for.

  If it's the ubuntu one, it's 2.1.12.  That is YEARS out of date.
There is no reason to track down a bug in a version that old.

  As the FreeRADIUS author, I suggest trying 2.2.4.  It was released
yesterday.

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

Title:
  Freeradius crashes on heavy load (with EAP)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1294585/+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 1294585] Re: Freeradius crashes on heavy load (with EAP)

2014-03-20 Thread Oriol Bosch
It's on the description: 
DistroRelease: Ubuntu 12.04
Package: freeradius 2.1.10+dfsg-3ubuntu0.12.04.2

Yes, we're moving to freeradius 2.2.4. As a rule we prefer to use ubuntu
standard packets for LTS releases unless there's some bug or new feature
that we require.

In this case looks like we will need to move to the latest release,
let's see if it's solved.

Thanks for your feedback

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

Title:
  Freeradius crashes on heavy load (with EAP)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/1294585/+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 1292728] Re: Sync request

2014-03-20 Thread Matthew Phipps
Looks like the 5ubuntu5 change will need to be merged, so I'll follow up
with the package maintainer. I guess this should be closed, then?

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

Title:
  Sync request

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unixodbc/+bug/1292728/+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 1295072] Re: qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

2014-03-20 Thread Serge Hallyn
** Changed in: qemu (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  qemu 1.7 should build-depend on libfdt-dev higher than 1.4.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1295072/+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 1277157] Re: libvirtd restart due to assertion failure in libnl

2014-03-20 Thread Launchpad Bug Tracker
This bug was fixed in the package netcf - 0.1.9-2ubuntu3.2

---
netcf (0.1.9-2ubuntu3.2) precise; urgency=low

  * netlink-Do-not-provide-caches-not-needed-and-only-co.patch: remove extra
caches as they trigger an assertion error in libnl. (LP: #1277157)
 -- Chris J Arges chris.j.ar...@ubuntu.com   Tue, 11 Feb 2014 12:42:58 -0600

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

Title:
  libvirtd restart due to assertion failure in libnl

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

2014-03-20 Thread Brian Murray
The verification of the Stable Release Update for netcf 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 netcf in Ubuntu.
https://bugs.launchpad.net/bugs/1277157

Title:
  libvirtd restart due to assertion failure in libnl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcf/+bug/1277157/+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 1295223] [NEW] seedfrom cmdline option broken in 0.7.5

2014-03-20 Thread Scott Moser
Public bug reported:

the ability to pass in 'seedfrom' on the kernel command line to the
nocloud datasource was broken with the vendor-data changes.

The fix is simple.


recreate is just bo boot a image with 'ds=nocloud-net;seedfrom=http://.'

** Affects: cloud-init
 Importance: Medium
 Status: Fix Committed

** Affects: cloud-init (Ubuntu)
 Importance: High
 Status: In Progress

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

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

Title:
  seedfrom cmdline option broken in 0.7.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1295223/+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 1295223] Re: seedfrom cmdline option broken in 0.7.5

2014-03-20 Thread Scott Moser
** Changed in: cloud-init
   Status: New = Fix Committed

** Changed in: cloud-init (Ubuntu)
   Status: New = In Progress

** Changed in: cloud-init
   Importance: Undecided = Medium

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Critical

** Changed in: cloud-init (Ubuntu)
   Importance: Critical = Medium

** Changed in: cloud-init (Ubuntu)
   Importance: Medium = High

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

Title:
  seedfrom cmdline option broken in 0.7.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1295223/+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 1295223] Re: seedfrom cmdline option broken in 0.7.5

2014-03-20 Thread Launchpad Bug Tracker
** Branch linked: lp:cloud-init

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

Title:
  seedfrom cmdline option broken in 0.7.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1295223/+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 1292648] Re: [SRU] cloud-init should check/format Azure empheral disks each boot

2014-03-20 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/cloud-init

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

Title:
  [SRU] cloud-init should check/format Azure empheral disks each boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1292648/+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 1273769] Re: ppc64el enablement for juju/lxc

2014-03-20 Thread Curtis Hovey
** Changed in: juju-core
   Status: Fix Committed = Fix Released

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

Title:
  ppc64el enablement for juju/lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1273769/+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 1292353] Re: juju must install the libgo.so.5 library when required

2014-03-20 Thread Curtis Hovey
** Changed in: juju-core
   Status: Fix Committed = Fix Released

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

Title:
  juju must install the libgo.so.5 library when required

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1292353/+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 1248283] Re: juju userdata should not restart networking

2014-03-20 Thread Curtis Hovey
** Changed in: juju-core
   Status: Fix Committed = Fix Released

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

Title:
  juju userdata should not restart networking

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1248283/+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 1271144] Re: br0 not brought up by cloud-init script with MAAS provider

2014-03-20 Thread Curtis Hovey
** Changed in: juju-core
   Status: Fix Committed = Fix Released

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

Title:
  br0 not brought up by cloud-init script with MAAS provider

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1271144/+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 1295223] Re: seedfrom cmdline option broken in 0.7.5

2014-03-20 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.5~bzr970-0ubuntu1

---
cloud-init (0.7.5~bzr970-0ubuntu1) trusty; urgency=medium

  * New upstream snapshot.
* fix NoCloud and seedfrom on the kernel command line (LP: #1295223)
 -- Scott Moser smo...@ubuntu.com   Thu, 20 Mar 2014 12:35:58 -0400

** Changed in: cloud-init (Ubuntu)
   Status: In Progress = Fix Released

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

Title:
  seedfrom cmdline option broken in 0.7.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1295223/+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 1276734] Re: libstatgrab ftbfs on many architectures

2014-03-20 Thread Matthias Klose
now built in trusty-proposed

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

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

Title:
  libstatgrab ftbfs on many architectures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libstatgrab/+bug/1276734/+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 1291641] Re: iscsitarget-dkms 1.4.20.3+svn496-1ubuntu1: iscsitarget kernel module failed to build

2014-03-20 Thread LGSONE
Any traction on this?

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

Title:
  iscsitarget-dkms 1.4.20.3+svn496-1ubuntu1: iscsitarget kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1291641/+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 526464] Re: intermittent authentication: check_ntlm_password: Authentication for user [someuser] - [someuser] FAILED with error NT_STATUS_ACCESS_DENIED

2014-03-20 Thread Romain Fontaine
Any progress made on this ?
I'm facing the same bug on Debian Wheezy, Samba version 3.6.6.
Windows 7 clients.

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

Title:
  intermittent authentication: check_ntlm_password:  Authentication for
  user [someuser] - [someuser] FAILED with error
  NT_STATUS_ACCESS_DENIED

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

2014-03-20 Thread Dave Walker
The verification of the Stable Release Update for cloud-init 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 cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1244355

Title:
  needs to use add-apt-repository for cloud-archive:string

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1244355/+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 1244355] Re: needs to use add-apt-repository for cloud-archive:string

2014-03-20 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.6.3-0ubuntu1.11

---
cloud-init (0.6.3-0ubuntu1.11) precise-proposed; urgency=low

  * support apt-add-archive with 'cloud-archive:' format.  (LP: #1244355)
 -- jrw...@xmtp.net (Jay R. Wren)   Thu, 30 Jan 2014 20:57:09 +

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

Title:
  needs to use add-apt-repository for cloud-archive:string

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1244355/+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 1294239] Re: dnsmasq preventing DNS lookup with firepass sslvpn

2014-03-20 Thread GNUbee40
Did that before and did it again today. The result: No DNS lookup at all - 
inside or outside VPN. Actually I cannot test the view server when dnsmasq is 
disabled because I cannot even connect to the vpn in FF, even if try to connect 
directly to the IP address. I can enter username, password and OTP at the login 
page, but the tunnel will not build up. The page keeps connecting forever.
Anyway - I will rather connect by IP adress to the view server than loosing DNS 
lookup altogether. Seems dnsmasq is indispensable for this now.

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

Title:
  dnsmasq preventing DNS lookup with firepass sslvpn

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1294239/+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 1295371] [NEW] ifup activates wrong interfaces

2014-03-20 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:


When using ifup to activate one vlan interface defined in 
/etc/network/interfaces, ifup brings up all the vlan interfaces even if ifup -a 
was not issued. This is trivial to reproduce. Expectation is that ifup ethX.Y 
will only bring up ethX.Y and not ethX.Z as well.

1- Started with the following in /etc/network/interfaces:

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

auto eth0.101
iface eth0.101 inet static
address 192.168.200.2
netmask 255.255.255.0

2- Added more vlans to the file

auto eth0.102
iface eth0.102 inet static
address 192.168.201.2
netmask 255.255.255.0

auto eth0.103
iface eth0.103 inet static
address 192.168.202.2
netmask 255.255.255.0

auto eth0.104
iface eth0.104 inet static
address 192.168.203.2
netmask 255.255.255.0

3- Upped only eth0.102

root@dixie:~# ifup eth0.102
Set name-type for VLAN subsystem. Should be visible in /proc/net/vlan/config
Added VLAN with VID == 102 to IF -:eth0:-
 * Setting up iSCSI targets
   ...done.
ssh stop/waiting
ssh start/running, process 2224

4- Then when upping the other interfaces obtained error that they were
already up:

root@dixie:~# ifup eth0.103
ifup: interface eth0.103 already configured
root@dixie:~# vi /etc/network/interfaces
root@dixie:~# ifup eth0.103
ifup: interface eth0.103 already configured
root@dixie:~# ifup eth0.104
ifup: interface eth0.104 already configured

5- klog shows they were added all on the same second:

Mar 20 20:45:56 dixie kernel: [12270.182797] eth0.103: no IPv6 routers present
Mar 20 20:45:56 dixie kernel: [12270.742537] eth0.102: no IPv6 routers present
Mar 20 20:45:56 dixie kernel: [12270.798510] eth0.104: no IPv6 routers present

6- Added more interfaces to the interfaces file:

auto eth0.105
iface eth0.105 inet static
address 192.168.205.2
netmask 255.255.255.0

auto eth0.106
iface eth0.106 inet static
address 192.168.206.2
netmask 255.255.255.0

auto eth0.107
iface eth0.107 inet static
address 192.168.207.2
netmask 255.255.255.0

7- Upped only eth0.105, but eth0.106 and eth0.107 also come up:

root@dixie:~# ifup eth0.105
Set name-type for VLAN subsystem. Should be visible in /proc/net/vlan/config
Added VLAN with VID == 105 to IF -:eth0:-
 * Setting up iSCSI targets
   ...done.
ssh stop/waiting
ssh start/running, process 2619

root@dixie:~#
Mar 20 20:52:14 dixie ntpdate[2574]: step time server 91.189.89.199 offset 
-0.009063 sec
Mar 20 20:52:16 dixie kernel: [12650.777148] eth0.105: no IPv6 routers present
Mar 20 20:52:16 dixie kernel: [12650.809124] eth0.106: no IPv6 routers present
Mar 20 20:52:17 dixie kernel: [12651.336879] eth0.107: no IPv6 routers present

8- Sys info:

root@dixie:~# apt-cache policy ifupdown
ifupdown:
  Installed: 0.7~beta2ubuntu10
  Candidate: 0.7~beta2ubuntu10
  Version table:
 *** 0.7~beta2ubuntu10 0
500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 0.7~beta2ubuntu8 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
root@dixie:~# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION=Ubuntu 12.04.3 LTS

9- messages:

root@dixie:~# for file in /var/log/upstart/network-interface-eth0.10*; do echo 
--- $file; cat $file; done
--- /var/log/upstart/network-interface-eth0.101.log
ifup: interface eth0.101 already configured
--- /var/log/upstart/network-interface-eth0.102.log
ifup: interface eth0.102 already configured
--- /var/log/upstart/network-interface-eth0.103.log
Set name-type for VLAN subsystem. Should be visible in /proc/net/vlan/config
 * Setting up iSCSI targets
   ...done.
ssh stop/waiting
ssh start/running, process 2438
--- /var/log/upstart/network-interface-eth0.104.log
Set name-type for VLAN subsystem. Should be visible in /proc/net/vlan/config
 * Setting up iSCSI targets
   ...done.
--- /var/log/upstart/network-interface-eth0.105.log
ifup: interface eth0.105 already configured
--- /var/log/upstart/network-interface-eth0.106.log
Set name-type for VLAN subsystem. Should be visible in /proc/net/vlan/config
 * Setting up iSCSI targets
   ...done.
ssh stop/waiting
ssh start/running, process 2932
--- /var/log/upstart/network-interface-eth0.107.log
Set name-type for VLAN subsystem. Should be visible in /proc/net/vlan/config
 * Setting up iSCSI targets
   ...done.

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

-- 
ifup activates wrong interfaces
https://bugs.launchpad.net/bugs/1295371
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to vlan 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 1294172] Re: Race condition between bridge-utils pre-up and udev scripts

2014-03-20 Thread Serge Hallyn
** Changed in: bridge-utils (Ubuntu)
   Importance: Undecided = High

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

Title:
  Race condition between bridge-utils pre-up and udev scripts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bridge-utils/+bug/1294172/+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 1295371] Re: ifup activates wrong interfaces

2014-03-20 Thread Stéphane Graber
** Package changed: ifupdown (Ubuntu) = vlan (Ubuntu)

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

Title:
  ifup activates wrong interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlan/+bug/1295371/+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 1295371] Re: ifup activates wrong interfaces

2014-03-20 Thread Stéphane Graber
So the problem here is with the udev hook which is meant to create all
the vlans when the parent interface shows up. It seems to be slightly
over-enthusiastic and will try to bring up all VLANs every time any
interface changes.

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

Title:
  ifup activates wrong interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlan/+bug/1295371/+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 1295371] Re: ifup activates wrong interfaces

2014-03-20 Thread Eduardo Damato
Not that it matters, but just to make it clear that it's not just
related to 'static' addresses. If the vlan interfaces are set to dhcp,
ifup eth0.101 will cause dhcp on all of them.

Mar 20 21:33:15 dixie dhcpd: DHCPREQUEST for 192.168.203.100 from 
f0:92:1c:10:0f:f0 (hertz) via eth0.104
Mar 20 21:33:15 dixie dhcpd: DHCPACK on 192.168.203.100 to f0:92:1c:10:0f:f0 
(hertz) via eth0.104
Mar 20 21:33:43 dixie dhcpd: DHCPREQUEST for 192.168.200.100 from 
f0:92:1c:10:0f:f0 (hertz) via eth0.101
Mar 20 21:33:43 dixie dhcpd: DHCPACK on 192.168.200.100 to f0:92:1c:10:0f:f0 
(hertz) via eth0.101
Mar 20 21:34:14 dixie dhcpd: DHCPREQUEST for 192.168.201.100 from 
f0:92:1c:10:0f:f0 (hertz) via eth0.102
Mar 20 21:34:14 dixie dhcpd: DHCPACK on 192.168.201.100 to f0:92:1c:10:0f:f0 
(hertz) via eth0.102
Mar 20 21:34:29 dixie dhcpd: DHCPREQUEST for 192.168.202.100 from 
f0:92:1c:10:0f:f0 (hertz) via eth0.103
Mar 20 21:34:29 dixie dhcpd: DHCPACK on 192.168.202.100 to f0:92:1c:10:0f:f0 
(hertz) via eth0.103

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

Title:
  ifup activates wrong interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vlan/+bug/1295371/+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 1255584] Re: PM-Hibernate does nothing on Dell N5110

2014-03-20 Thread Serge Hallyn
** Changed in: pm-utils (Ubuntu)
   Importance: Undecided = Medium

** Changed in: pm-utils (Ubuntu)
   Status: New = Confirmed

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

Title:
  PM-Hibernate does nothing on Dell N5110

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/1255584/+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 1294239] Re: dnsmasq preventing DNS lookup with firepass sslvpn

2014-03-20 Thread Thomas Hood
Make sure that the resolvconf package is installed and that
/etc/resolv.conf is a symbolic link to ../run/resolvconf/resolv.conf and
that the proprietary software on your Linux Mint system doesn't futz
with /etc/resolv.conf.

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

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

Title:
  dnsmasq preventing DNS lookup with firepass sslvpn

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1294239/+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 1006547] Re: vlan doesn't work properly on 12.04 server

2014-03-20 Thread Stéphane Graber
No reply in over a year, seems like this was a kernel bug related to the
e1000 driver, not a userspace bug.

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

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

Title:
  vlan doesn't work properly on 12.04 server

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1006547/+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 1295371] Re: ifup activates wrong interfaces

2014-03-20 Thread Stéphane Graber
Test package available in ppa:stgraber/experimental

** Changed in: vlan (Ubuntu)
   Status: New = Fix Committed

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

** Changed in: vlan (Ubuntu)
 Assignee: (unassigned) = Stéphane Graber (stgraber)

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

Title:
  ifup activates wrong interfaces

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

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


[Bug 833994] Re: debian-installer does not support https when using with preseed files

2014-03-20 Thread Launchpad Bug Tracker
** Branch linked: lp:~santacruz-team/debian-installer/xgene

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

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

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

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


[Bug 433046] Re: an external disk is mounted mutiple times automatically

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  an external disk is mounted mutiple times automatically

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/433046/+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 378386] Re: Resuming from hibernation leads to suspend to ram

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  Resuming from hibernation leads to suspend to ram

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/378386/+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 290810] Re: laptop won't resume from sleep in ubuntu 8.10

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.

** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  laptop won't resume from sleep in ubuntu 8.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/290810/+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 370240] Re: wakeup from suspend

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  wakeup from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/370240/+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 369644] Re: Suspend failure unformatted hard drive , no partition table either

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  Suspend failure  unformatted hard drive , no partition table either

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/369644/+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 322313] Re: Intel G845 (Dell Optiplex GX260) wake-up failure (from RAM shaking desktop, from HDD black desktop, WinXP are ok)

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.

** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  Intel G845 (Dell Optiplex GX260) wake-up failure (from RAM shaking
  desktop, from HDD black desktop, WinXP are ok)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/322313/+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 379008] Re: Active screen changes when suspending by lid close

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue.

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

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

Title:
  Active screen changes when suspending by lid close

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/379008/+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 333654] Re: Keyboard fails upon restore from suspend

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.

** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  Keyboard fails upon restore from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/333654/+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 328717] Re: Rcov fails at the end with NoMethodError

2014-03-20 Thread Serge Hallyn
(Marked fix released per comment #5)

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

** Changed in: ruby1.8 (Ubuntu)
   Status: New = Fix Released

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

Title:
  Rcov fails at the end with NoMethodError

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rcov/+bug/328717/+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 335135] Re: Jaunty: Dell Latitude C810 screen goes white on suspend

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.

** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  Jaunty: Dell Latitude C810 screen goes white on suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/335135/+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 1294280] Re: [CVE-2014-0133] SPDY Heap Buffer Overflow Vulnerability

2014-03-20 Thread Launchpad Bug Tracker
This bug was fixed in the package nginx - 1.4.1-3ubuntu1.3

---
nginx (1.4.1-3ubuntu1.3) saucy-security; urgency=low

  * SECURITY UPDATE: SPDY Heap Buffer Overflow Vulnerabilty (LP: #1294280)
- debian/patches/cve-2014-0133.patch: modify src/http/ngx_http_spdy.c to
  fix a heap buffer overflow vulnerability in the SPDY module by using
  a specially crafted request.
- CVE-2014-0133
 -- Thomas Ward tew...@ubuntu.com   Tue, 18 Mar 2014 21:17:14 -0400

** Changed in: nginx (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  [CVE-2014-0133] SPDY Heap Buffer Overflow Vulnerability

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1294280/+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 470801] Re: keybord not working after resume from hibernation

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  keybord not working after resume from hibernation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/470801/+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 352214] Re: rake encoding fails in %x function on loaded files

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: ruby1.8 (Ubuntu)
   Status: New = Invalid

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

Title:
  rake encoding fails in %x function on loaded files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby1.8/+bug/352214/+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 484630] Re: pb-hibernate fails to hibernate machine one time in 3 or 4.

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  pb-hibernate fails to hibernate machine one time in 3 or 4.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/484630/+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 459967] Re: scripts called on ac power or battery power fail (power.d)

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: laptop-mode-tools
   Status: New = Invalid

** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  scripts called on ac power or battery power fail (power.d)

To manage notifications about this bug go to:
https://bugs.launchpad.net/acpid/+bug/459967/+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 1268180] Re: net join doesn't work by default since switch to 4.x

2014-03-20 Thread William Van Hevelingen
Not able to reproduce, looks like that directory is provided by the
package.

root@testsmb1:~# dpkg -L samba | grep private
/var/lib/samba/private

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

Title:
  net join doesn't work by default since switch to 4.x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1268180/+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 505117] Re: The contrast of the screen is very low, waking up from sleep state.

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  The contrast of the screen is very low, waking up from sleep state.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/505117/+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 504573] Re: Fast Load_Cycle_Count increase in Karmic.

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  Fast Load_Cycle_Count increase in Karmic.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/504573/+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 512606] Re: suspend works (system sleeps) but then won't suspend (resumes immediately)

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  suspend works (system sleeps) but then won't suspend (resumes
  immediately)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/512606/+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 505350] Re: Resuming from suspend sometimes causes instant suspend upon hitting lock screen dialog

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  Resuming from suspend sometimes causes instant suspend upon hitting
  lock screen dialog

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/505350/+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 407837] Re: Cannot resume Jaunty Jackalope after selecting Hibernate option.

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.

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

Title:
  Cannot resume Jaunty Jackalope after selecting Hibernate option.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/407837/+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 509710] Re: netstat sets receive queue length of listening sockets to 0

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


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

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

Title:
  netstat sets receive queue length of listening sockets to 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/509710/+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 551431] Re: Suspend on MacBook Pro (Summer 2009)

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue.

** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  Suspend on MacBook Pro (Summer 2009)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/551431/+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 575924] Re: computer does not enter suspend, displays blank screen

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  computer does not enter suspend, displays blank screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/575924/+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 567421] Re: package libtommath0 0.39-3 failed to install/upgrade:

2014-03-20 Thread Serge Hallyn
It looks like there was file corruption:

dpkg (subprocess): unable to execute old post-removal script: Exec
format error

Given the number of patches that failed to install (the first being
clamav) it is too bad that this was filed against libtommath and
subsequently ignored.  Presumably this is no longer an issue - please
reply otherwise.

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

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

Title:
  package libtommath0 0.39-3 failed to install/upgrade:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtommath/+bug/567421/+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 550548] Re: hibernate ipw2200 errors

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue.

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

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

Title:
  hibernate ipw2200 errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/550548/+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 569840] Re: Asus Z62F fails to resume from suspend to ram

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  Asus Z62F fails to resume from suspend to ram

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pm-utils/+bug/569840/+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 543154] Re: Mouse motion is sliggish

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue.

** Changed in: libsdl1.2 (Ubuntu)
   Status: New = Invalid

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

Title:
  Mouse motion is sliggish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsdl1.2/+bug/543154/+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 552443] Re: Problem with NFS and virtual IPs

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue.

** Changed in: net-tools (Ubuntu)
   Status: New = Incomplete

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

Title:
  Problem with NFS and virtual IPs

To manage notifications about this bug go to:
https://bugs.launchpad.net/net-tools/+bug/552443/+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 568618] Re: resume when opening laptop lid causes incorrect display

2014-03-20 Thread Serge Hallyn
Please reply if this is still an issue on a supported release.


** Changed in: pm-utils (Ubuntu)
   Status: New = Invalid

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

Title:
  resume when opening laptop lid causes incorrect display

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