[Bug 1464064] Re: Ubuntu apt repos are not available via HTTPS

2019-01-30 Thread Andy Brody
Ubuntu's reliance solely on PGP signatures for package and .iso download
security puts the community at risk.

There have been several APT vulnerabilities in the past few years that
create remote code execution vulnerabilities for Ubuntu systems. It's
irresponsible not to give system operators any option to protect against
these vulnerabilities.

Every LTS release since 10.04 has been affected by at least one RCE
vulnerability in APT that would have been mitigated by HTTPS mirrors.

https://usn.ubuntu.com/3863-1/ CVE-2019-3462
https://usn.ubuntu.com/3156-1/ CVE-2016-1252
https://usn.ubuntu.com/2353-1/ CVE-2014-6273
https://usn.ubuntu.com/2348-1/ CVE-2014-0487, CVE-2014-0488, CVE-2014-0489, 
CVE-2014-0490
https://usn.ubuntu.com/2246-1/ CVE-2014-0478
https://usn.ubuntu.com/1762-1/ CVE-2013-1051

Vulnerabilities like these are severe because they make it difficult if
not impossible to securely bootstrap an Ubuntu system from an official
release CD image.

It's especially egregious that security.ubuntu.com is not available over
TLS, since many systems continue to refer to http://security.ubuntu.com
even when they use a separate primary mirror that supports HTTPS.

Besides preventing remote code execution, HTTPS would also improve
confidentiality.

Because Launchpad PPAs are only available over insecure HTTP, anyone
using a PPA that belongs to them will disclose their identity over the
network whenever apt update is run, which can be as often as multiple
times daily.

It's particularly inexcusable that ppa.launchpad.net doesn't deliver
packages over HTTPS because even though it does have a valid HTTPS
certificate, it responds with a 404 Not Found instead of returning PPA
content. [1]

There are many areas of the Internet community where the consensus has
changed from HTTP as the default to secure HTTPS as the default. U.S.
Government policy now requires HTTPS for all U.S. federal websites and
web services, drawing no distinction between browser and non-browser use
cases. [2] The W3C now recommends that the web platform should actively
prefer HTTPS. [3] The IAB recommends that all new protocols use
encryption for confidentiality. [4] Google Chrome has moved over the
past few years to treat HTTPS as the default, explicitly marking
plaintext HTTP connections as non-secure via a warning icon rather than
a neutral presentation. [5] The IETF declared in RFC 7258 that pervasive
monitoring is an attack that the Internet community should address
through encryption and other means. [6]

It's long past time for Ubuntu to follow suit.

[1] e.g. 
https://ppa.launchpad.net/kubuntu-ci/stable/ubuntu/dists/bionic/Release returns 
404, but works over insecure HTTP
[2] https://https.cio.gov/
[3] https://www.w3.org/2001/tag/doc/web-https
[4] https://www.iab.org/2014/11/14/iab-statement-on-internet-confidentiality/
[5] 
https://www.blog.google/products/chrome/milestone-chrome-security-marking-http-not-secure/
[6] https://tools.ietf.org/html/rfc7258


** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2013-1051

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2014-0478

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2014-0487

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2014-0488

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2014-0489

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2014-0490

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2014-6273

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2016-1252

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

Title:
  Ubuntu apt repos are not available via HTTPS

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

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

[Bug 1186793] Re: Updating is over insecure connection

2019-01-30 Thread Andy Brody
** Changed in: ubuntu
   Status: Expired => Confirmed

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

Title:
  Updating is over insecure connection

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

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

[Bug 1041881] Re: Reinstalling a large server (without formatting) appears to hang during 'Cleaning up' due to updatedb.mlocate

2017-11-24 Thread Andy Brody
Same issue in 16.04. This really doesn't seem like it belongs in a
blocking task with the description "Cleaning up..."

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

Title:
  Reinstalling a large server (without formatting) appears to hang
  during 'Cleaning up' due to updatedb.mlocate

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

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

[Bug 1531847] Re: nethogs needs to be updated to 0.8.1 on kernel 4.3.3-2+

2017-06-28 Thread Andy Brody
Hi folks,

This seems like a good candidate for an SRU for Trusty: nethogs is
completely broken by this bug because it crashes at startup.

Attached is a debdiff with a no-change backport from Xenial (nethogs
0.8.1-0.3) to Trusty (currently nethogs 0.8.0-1).

I've tested that the backport solves this bug. I tested both kernels
available on Trusty: the original linux-image-generic (3.13.0-121) and
the linux-image-generic-lts-xenial (4.4.0-83) are both affected by the
bug and fixed by the update to nethogs 0.8.1.

You can also find the backported package in my PPA:
https://launchpad.net/~abrody/+archive/ubuntu/ppa/+packages?field.name_filter=nethogs_filter=published_filter=trusty

I don't really know what I'm doing with the debdiff, so please let me
know if I can make corrections. It seems like the UDD import for nethogs
has been failing for quite some time: http://package-
import.ubuntu.com/status/nethogs.html#2016-02-22 20:07:41.198487


I did test that the debdiff applies cleanly:

$ pull-lp-source nethogs trusty
$ pull-lp-source -d nethogs xenial
$ cd nethogs-0.8.0
$ quilt pop -a
$ patch -p1 < ../trusty-backport.debdiff
$ debuild -S


[Regression potential]

Since the package is already entirely nonfunctional in trusty (as far as
I can tell) the regression potential seems low. The updated version also
has had a long time to be tested in Xenial, and this same upstream
version is available in Debian Jessie backports.


** Patch added: "trusty-backport.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/nethogs/+bug/1531847/+attachment/4905180/+files/trusty-backport.debdiff

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

Title:
  nethogs needs to be updated to 0.8.1 on kernel 4.3.3-2+

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

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


[Bug 1503979] Re: ubuntu-support-status throws exeption No date tag found (regression)

2015-12-14 Thread Andy Brody
This also affects vivid, yes? It seems like many people will be running
this on vivid as it approaches end of life.

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

Title:
  ubuntu-support-status throws exeption No date tag found (regression)

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

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


[Bug 1435113] Re: [SRU] Virtualbox host broken on Broadwell CPUs

2015-04-23 Thread Andy Brody
Hi folks,

Apologies for the long delay here. The packages built with that patch do
appear to fix the problem. Many thanks!

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

Title:
  [SRU] Virtualbox host broken on Broadwell CPUs

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

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


[Bug 1435113] [NEW] Virtualbox host broken on Broadwell CPUs

2015-03-22 Thread Andy Brody
Public bug reported:

Due to VirtualBox #13820 [1], Linux hosts running on Broadwell CPUs are
unable to start VirtualBox VMs.

Launching a VM hangs at 0%, and logs dmesg output like this:

[ 6204.331045] BUG: unable to handle kernel paging request at
7f6f95a043e0

This issue was reportedly fixed in version 4.3.22.

Given that this bug makes VirtualBox entirely unusable on affected
machines, this seems like a plausible candidate for an SRU release.

[1] https://www.virtualbox.org/ticket/13820

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

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

Title:
  Virtualbox host broken on Broadwell CPUs

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

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


[Bug 1387303] Re: regression: gnome-keyring components can't be disabled anymore

2015-03-06 Thread Andy Brody
This seems to fix the problem on utopic with 3.10.1-1ubuntu7.1

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

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

Title:
  regression: gnome-keyring components can't be disabled anymore

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

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


[Bug 1409931] Re: nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409896
   nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel module 
failed to build durring kernel 3.13.0-44 update 01/12/2015

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

Title:
  nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409931/+subscriptions

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


[Bug 1409896] Re: nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel module failed to build durring kernel 3.13.0-44 update 01/12/2015

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel
  module failed to build durring kernel 3.13.0-44 update 01/12/2015

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331-updates/+bug/1409896/+subscriptions

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


[Bug 1409931] Re: nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug is no longer a duplicate of bug 1409896
   nvidia-331-updates 331.113-0ubuntu0.0.4: nvidia-331-updates kernel module 
failed to build durring kernel 3.13.0-44 update 01/12/2015
** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409931/+subscriptions

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


[Bug 1405637] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1405637/+subscriptions

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


[Bug 1409930] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build during updates installation

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build during updates installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409930/+subscriptions

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


[Bug 1409927] Re: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409927/+subscriptions

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


[Bug 1409893] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409893/+subscriptions

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


[Bug 1409912] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409912/+subscriptions

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


[Bug 1404914] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1404914/+subscriptions

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


[Bug 1409881] Re: nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409881/+subscriptions

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


[Bug 1409825] Re: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409825/+subscriptions

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


[Bug 1409785] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409785/+subscriptions

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


[Bug 1409870] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409870/+subscriptions

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


[Bug 1409885] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409885/+subscriptions

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


[Bug 1409868] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409868/+subscriptions

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


[Bug 1409880] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409880/+subscriptions

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


[Bug 1409864] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409864/+subscriptions

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


[Bug 1409851] Re: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409851/+subscriptions

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


[Bug 1409850] Re: nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.0.4: nvidia-331-uvm kernel module
  failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409850/+subscriptions

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


[Bug 1409676] Re: nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409676/+subscriptions

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


[Bug 1409791] Re: nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409791/+subscriptions

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


[Bug 1409826] Re: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409826/+subscriptions

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


[Bug 1409812] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409812/+subscriptions

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


[Bug 1409875] Re: nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331 331.113-0ubuntu0.0.4: nvidia-331 kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409875/+subscriptions

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


[Bug 1409940] Re: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409940/+subscriptions

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


[Bug 1409938] Re: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409938/+subscriptions

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


[Bug 1409886] Re: nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed to build

2015-01-12 Thread Andy Brody
*** This bug is a duplicate of bug 1409817 ***
https://bugs.launchpad.net/bugs/1409817

** This bug has been marked a duplicate of bug 1409817
   nvidia-331 331.113-0ubuntu0.1: nvidia-331 kernel module failed to build

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

Title:
  nvidia-331-uvm 331.113-0ubuntu0.1: nvidia-331-uvm kernel module failed
  to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1409886/+subscriptions

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


[Bug 1068390] Re: pbuilder-dist dies when there is no development release

2014-10-16 Thread Andy Brody
Well, exactly six months later this is bck!

Is https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-
tools/+bug/1194687 the relevant bug now?

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

Title:
  pbuilder-dist dies when there is no development release

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

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


[Bug 875912] Re: nm-applet not functioning due to dbus configuration

2012-02-02 Thread Andy Brody
Thank you! This had me absolutely mystified.

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

Title:
  nm-applet not functioning due to dbus configuration

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

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


[Bug 791088] [NEW] ecryptfs-mount-private no longer works after upgrading to Natty

2011-06-01 Thread Andy Brody
Public bug reported:

Binary package hint: ecryptfs-utils

After installing 11.04 while preserving my home partition, ecryptfs-
mount-private can no longer mount my ~/.Private/ folder. Nothing in
~/.ecryptfs/ has changed since 2009. The folder does not use file name
encryption. The login password for the user was the same prior to
reinstalling. There is no ecryptfs group on the system, if that's
relevant. Using ecryptfs-unwrap-passphrase gives the same hex string as
I have in the backup I created when setting up the folder.

andy@wisp:~$ ls -l .ecryptfs/
total 8
-rw-r--r-- 1 andy andy  0 2009-02-02 00:42 auto-mount
-rw-r--r-- 1 andy andy  0 2009-02-02 00:42 auto-umount
-rw-r--r-- 1 andy andy 17 2009-02-02 00:42 Private.sig
-r 1 andy andy 48 2009-02-02 00:42 wrapped-passphrase

andy@wisp:~$ ecryptfs-mount-private 
Enter your login passphrase:
Inserted auth tok with sig [2535c96fec27579f] into the user session keyring
keyctl_search: Required key not available
Perhaps try the interactive 'ecryptfs-mount-private'
andy@wisp:~$ echo $?
1

andy@wisp:~$ cat .ecryptfs/Private.sig 
00709f885098d3cf

andy@wisp:~$ keyctl list @u
1 key in keyring:
940249455: --alswrv  1000  1000 user: 2535c96fec27579f

However, the folder mounts just fine using mount.ecryptfs:

andy@wisp:~$ sudo mount.ecryptfs .Private/ Private/
Unable to find a list of options to parse, defaulting to interactive mount
Passphrase: 
Select cipher: 
 1) aes: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)
 2) blowfish: blocksize = 16; min keysize = 16; max keysize = 56 (not loaded)
 3) des3_ede: blocksize = 8; min keysize = 24; max keysize = 24 (not loaded)
 4) cast6: blocksize = 16; min keysize = 16; max keysize = 32 (not loaded)
 5) cast5: blocksize = 8; min keysize = 5; max keysize = 16 (not loaded)
Selection [aes]: 
Select key bytes: 
 1) 16
 2) 32
 3) 24
Selection [16]: 
Enable plaintext passthrough (y/n) [n]: 
Enable filename encryption (y/n) [n]: 
Unable to find a list of options to parse, defaulting to interactive mount
Attempting to mount with the following options:
  ecryptfs_unlink_sigs
  ecryptfs_key_bytes=16
  ecryptfs_cipher=aes
  ecryptfs_sig=227fc24c2f0a936f
WARNING: Based on the contents of [/root/.ecryptfs/sig-cache.txt],
it looks like you have never mounted with this key 
before. This could mean that you have typed your 
passphrase wrong.

Would you like to proceed with the mount (yes/no)? : yes
Would you like to append sig [227fc24c2f0a936f] to
[/root/.ecryptfs/sig-cache.txt] 
in order to avoid this warning in the future (yes/no)? : no
Not adding sig to user sig cache file; continuing with mount.
Mounted eCryptfs
andy@wisp:~$ cat Private/hello.txt
Hello, world!

** Affects: ecryptfs-utils (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  ecryptfs-mount-private no longer works after upgrading to Natty

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


[Bug 234727] Re: apt: segmentation fault [ubuntu 8.04]

2011-03-19 Thread Andy Brody
I can reproduce this bug with sudo 1.6.9p10-1ubuntu3.8 and a user whose
home directory does not exist. It appears to happen only when sudo does
not prompt for a password. It happens on several servers with similar
configuration, but not on another 8.04.4 server that doesn't use ldap.

abrody@cato:~$ getent passwd nobody
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
abrody@cato:~$ ls /nonexistent
ls: cannot access /nonexistent: No such file or directory
abrody@cato:~$ sudo -u nobody true
[sudo] password for abrody: 
Creating directory '/nonexistent'.
Creating directory '/nonexistent/web'.
abrody@cato:~$ sudo rm -r /nonexistent/
abrody@cato:~$ sudo -u nobody true
Segmentation fault
abrody@cato:~$ 

# ltrace sudo -u nobody true
[snip]
free(0x629380)   = void
umask(022)   = 022
pam_start(0x41970a, 0x6221d0, 0x61eae0, 0x61eaf8, 0x629380) = 0
pam_set_item(0x629380, 3, 0x621f20, 1, 0x629850) = 0
pam_set_item(0x629380, 2, 0x6221d0, 0, 0xfefefefefefefeff) = 0
pam_set_item(0x629380, 8, 0x629340, 49, 0x6246c0) = 0
pam_set_item(0x629380, 4, 0x621ee0, 0, 0xfefefefefefefeff) = 0
pam_setcred(0x629380, 2, 0x6295f6, 0, 0xfefefefefefefeff) = 0
pam_open_session(0x629380, 0, 0xfffe, 0, 1 unfinished ...
malloc(16)   = 0x6298c0
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++

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

Title:
  apt: segmentation fault [ubuntu 8.04]

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


[Bug 551655] Re: open-whois.org is cybersquatted and its rules should be removed from Spamassassin

2010-12-11 Thread Andy Brody
That did the trick. Thanks.

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

Title:
  open-whois.org is cybersquatted and its rules should be removed from 
Spamassassin

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


[Bug 551655] Re: open-whois.org is cybersquatted and its rules should be removed from Spamassassin

2010-11-30 Thread Andy Brody
An SRU for Hardy would be very nice to have. Is there anything I can do
to help?

-- 
open-whois.org is cybersquatted and its rules should be removed from 
Spamassassin
https://bugs.launchpad.net/bugs/551655
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to spamassassin 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 551655] Re: open-whois.org is cybersquatted and its rules should be removed from Spamassassin

2010-11-30 Thread Andy Brody
An SRU for Hardy would be very nice to have. Is there anything I can do
to help?

-- 
open-whois.org is cybersquatted and its rules should be removed from 
Spamassassin
https://bugs.launchpad.net/bugs/551655
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 580408] Re: Option 'No' at question 'Continue without installing GRUB?' does nothing. Forced to answer 'Yes'.

2010-11-25 Thread Andy Brody
Hit this bug just now in a 64-bit virtual machine.

-- 
Option 'No' at question 'Continue without installing GRUB?' does nothing. 
Forced to answer 'Yes'.
https://bugs.launchpad.net/bugs/580408
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 480564] Re: Loops trying to mount NTFS partition after failure

2010-02-16 Thread Andy Brody
Will a fix be applied to Karmic? Is there some other workaround? I don't
like having to killall mountall on every boot.

-- 
Loops trying to mount NTFS partition after failure
https://bugs.launchpad.net/bugs/480564
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 74896] Re: Forced bind to 127.0.0.1 is hardcoded' into /etc/default/snmpd instead of option in /etc/snmp/snmpd.conf

2009-06-21 Thread Andy Brody
+1

I just spent quite some time trying to figure this out, and only now
happened upon this bug report.

-- 
Forced bind to 127.0.0.1 is hardcoded' into /etc/default/snmpd instead of 
option in /etc/snmp/snmpd.conf
https://bugs.launchpad.net/bugs/74896
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 74896] Re: Forced bind to 127.0.0.1 is hardcoded' into /etc/default/snmpd instead of option in /etc/snmp/snmpd.conf

2009-06-21 Thread Andy Brody
+1

I just spent quite some time trying to figure this out, and only now
happened upon this bug report.

-- 
Forced bind to 127.0.0.1 is hardcoded' into /etc/default/snmpd instead of 
option in /etc/snmp/snmpd.conf
https://bugs.launchpad.net/bugs/74896
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2009-01-06 Thread Andy Brody
Attaching debdiff for Intrepid that applies Josh's patch.

The htop package doesn't use any patch system, so I just made the change
in the source. (I think that's the recommended approach.)

** Attachment added: htop_0.8-0ubuntu2.debdiff
   http://launchpadlibrarian.net/20959975/htop_0.8-0ubuntu2.debdiff

** Changed in: htop (Ubuntu)
 Assignee: Andy Brody (abrody) = (unassigned)
   Status: In Progress = Confirmed

-- 
Tree view malfunctions when started with hide_userland_threads=1
https://bugs.launchpad.net/bugs/298232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2009-01-04 Thread Andy Brody
** Changed in: htop (Ubuntu)
 Assignee: (unassigned) = Andy Brody (abrody)
   Status: New = In Progress

-- 
Tree view malfunctions when started with hide_userland_threads=1
https://bugs.launchpad.net/bugs/298232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2008-11-21 Thread Andy Brody
I found some code changes pertaining to this bug:

336c334
   if (process-ppid == pid) {
---
   if (process-tgid == pid || (process-tgid == process-pid  
 process-ppid == pid)) {

Specifically:
htop_0.6.6+svn20070915/ProcessList.c - line 336
htop-0.8.1/ProcessList.c - line 334

I recompiled 0.8.1 but reverted that change, and tree view works
normally again.

-- 
Tree view malfunctions when started with hide_userland_threads=1
https://bugs.launchpad.net/bugs/298232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2008-11-21 Thread Andy Brody
I used the original source from Jaunty without any Debian/Ubuntu
patches.

http://packages.ubuntu.com/source/jaunty/htop

http://archive.ubuntu.com/ubuntu/pool/universe/h/htop/htop_0.8.1.orig.tar.gz

-- 
Tree view malfunctions when started with hide_userland_threads=1
https://bugs.launchpad.net/bugs/298232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 298232] [NEW] Tree view malfunctions when started with hide_userland_threads=1

2008-11-14 Thread Andy Brody
Public bug reported:

Binary package hint: htop

Ubuntu 8.10
htop 0.8-0ubuntu1

When htop is started using a .htoprc file with
hide_userland_threads=1, tree view doesn't work. Enabling the view
doesn't actually make a tree. It sorts processes appropriately (e.g.
init is first), but there is no indentation.

Workaround:
Unchecking Hide userland threads in the settings dialog fixes the problem for 
the current htop instance. Tree view will continue to work properly until exit 
even if hiding of userland threads is re-enabled.

The tree view behavior was normal in Ubuntu 8.04 (htop 0.6.6+svn20070915-1)
Normal screenshot: http://htop.sourceforge.net/htop-0.5.png
Attached screenshot: tree view enabled but not working

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

-- 
Tree view malfunctions when started with hide_userland_threads=1
https://bugs.launchpad.net/bugs/298232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 298232] Re: Tree view malfunctions when started with hide_userland_threads=1

2008-11-14 Thread Andy Brody

** Attachment added: htop.png
   http://launchpadlibrarian.net/19658896/htop.png

-- 
Tree view malfunctions when started with hide_userland_threads=1
https://bugs.launchpad.net/bugs/298232
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 277343] Re: Unnecessary Already mounted message printed at login

2008-10-03 Thread Andy Brody
That was fast! Thanks.

-- 
Unnecessary Already mounted message printed at login
https://bugs.launchpad.net/bugs/277343
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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