[Bug 1970106] Re: Running "pipenv shell" fails with AttributeError

2022-04-29 Thread Joshua Kugler
This is discussed here: https://github.com/pypa/pipenv/issues/5088

This error occurs with the system package:
```
vagrant@vagrant:~$ which pipenv
/usr/bin/pipenv
vagrant@vagrant:~mojo_coordinator$ dpkg -S /usr/bin/pipenv
pipenv: /usr/bin/pipenv
vagrant@vagrant:~$ dpkg -l pipenv
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---===
ii  pipenv 11.9.0-1.1   all  Python's officially recommended 
packaging tool
```

The pipenv version installed in the system packages is from March 21,
2018. That seems like a pretty bad failure to keep the package up to do,
through multiple releases.

** Bug watch added: github.com/pypa/pipenv/issues #5088
   https://github.com/pypa/pipenv/issues/5088

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

Title:
  Running "pipenv shell" fails with AttributeError

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


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

[Bug 1897633] [NEW] Removing six.py from package breaks other packages

2020-09-28 Thread Joshua Kugler
Public bug reported:

There is this patch added to the python3-urllib3 package:
```
From: Daniele Tricoli 
Date: Thu, 8 Oct 2015 13:19:46 -0700
Subject: Do not use embedded copy of python-six.

Forwarded: not-needed

Patch-Name: 01_do-not-use-embedded-python-six.patch
```
This removes six.py from /usr/lib/python3/dist-packages/urllib3/packages/. 
However, other packages reply on six.py being there, such as 
https://github.com/dopstar/requests-ntlm2/. Removing six.py breaks those 
packages, resulting in tracebacks like:

```
$ python3 -c 'from requests_ntlm2 import HttpNtlmAuth'
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/local/lib/python3.8/dist-packages/requests_ntlm2/__init__.py", 
line 1, in 
from .adapters import HttpNtlmAdapter, HttpProxyAdapter
  File "/usr/local/lib/python3.8/dist-packages/requests_ntlm2/adapters.py", 
line 10, in 
from .connection import HTTPConnection as _HTTPConnection
  File "/usr/local/lib/python3.8/dist-packages/requests_ntlm2/connection.py", 
line 9, in 
from requests.packages.urllib3.packages.six.moves.http_client import (
ModuleNotFoundError: No module named 'requests.packages.urllib3.packages.six
```

If the file is not put back, at least having a symlink there would be
nice.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: python3-urllib3 1.25.8-2
Uname: Linux 5.7.0-050700-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Mon Sep 28 13:57:21 2020
InstallationDate: Installed on 2018-04-20 (892 days ago)
InstallationMedia: Kubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: python-urllib3
UpgradeStatus: Upgraded to focal on 2020-09-04 (23 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  Removing six.py from package breaks other packages

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

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

[Bug 1821242] Re: adcli delete dies with free(): invalid pointer

2020-02-19 Thread Joshua Kugler
Will this be released for LTS (18.04) as well. That was where the bug
was found. :)

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

Title:
  adcli delete dies with free(): invalid pointer

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

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

[Bug 1821242] Re: adcli delete dies with free(): invalid pointer

2019-04-03 Thread Joshua Kugler
To clarify "fixed the issue:" It did not fail with the original error,
and exited with a `0` exit code. Running the command again return an
error saying the computer was not in the domain (as expected).

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

Title:
  adcli delete dies with free(): invalid pointer

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

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

[Bug 1821242] Re: adcli delete dies with free(): invalid pointer

2019-04-03 Thread Joshua Kugler
We built a package using this patch:
https://gitlab.freedesktop.org/realmd/adcli/commit/90c1e96cf3eea8718aa97a6fb97aa2029ef64670
and it fixed the issue.

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

Title:
  adcli delete dies with free(): invalid pointer

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

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

[Bug 1821242] Re: adcli delete dies with free(): invalid pointer

2019-04-01 Thread Joshua Kugler
But opened here, with trace back.
https://gitlab.freedesktop.org/realmd/adcli/issues/17#note_140307

** Bug watch added: gitlab.freedesktop.org/realmd/adcli/issues #17
   https://gitlab.freedesktop.org/realmd/adcli/issues/17

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

Title:
  adcli delete dies with free(): invalid pointer

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

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

[Bug 1821242] [NEW] adcli delete dies with free(): invalid pointer

2019-03-21 Thread Joshua Kugler
Public bug reported:

When running this command:
```
cat /tmp/adcli_join_password | sudo adcli delete-computer -U ad_admin_user 
--stdin-password --domain=EXAMPLE.NET  $(hostname -f)
```
adcli dies with this:
```
 free(): invalid pointer
```
and the computer delete fails.

`adcli join` to the domain works great!

$ lsb_release -rd
Description:Ubuntu 18.04.1 LTS
Release:18.04

Version: 0.8.2-1

I would expect the computer to be deleted from AD, but instead get a
free() error.

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

** Description changed:

  When running this command:
  ```
- cat /tmp/adcli_join_password | sudo adcli delete-computer -U _SSSD-linux 
--stdin-password --domain=EXAMPLE.NET  $(hostname -f)
+ cat /tmp/adcli_join_password | sudo adcli delete-computer -U ad_admin_user 
--stdin-password --domain=EXAMPLE.NET  $(hostname -f)
  ```
  adcli dies with this:
  ```
-  free(): invalid pointer
+  free(): invalid pointer
  ```
  and the computer delete fails.
  
  `adcli join` to the domain works great!
  
  $ lsb_release -rd
  Description:Ubuntu 18.04.1 LTS
  Release:18.04
  
- 
  Version: 0.8.2-1
  
  I would expect the computer to be deleted from AD, but instead get a
  free() error.

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

Title:
  adcli delete dies with free(): invalid pointer

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

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

[Bug 1554795] Re: timeout on restart or shutdown with LUKS root

2017-04-12 Thread Joshua Kugler
I have this problem on a system, and it *never* finishes stopping. It
prints out a bunch of "timeout" messages about stopping various disks,
then hangs forever stopping the crypt disk.  I'll try to get an image of
it.

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

Title:
  timeout on restart or shutdown with LUKS root

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

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


[Bug 1665467] [NEW] Package download does not use a secure URL

2017-02-16 Thread Joshua Kugler
Public bug reported:

When building from the source, the download is made from, for example,
http://download.videolan.org/pub/libdvdcss/1.4.0/libdvdcss-1.4.0.tar.bz2

But, this URL could be (and probably should be) used instead:

https://download.videolan.org/pub/libdvdcss/1.4.0/libdvdcss-1.4.0.tar.bz2

(Note the HTTPS)

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: libdvd-pkg 1.4.0-1-1
ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40
Uname: Linux 4.4.0-62-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
CurrentDesktop: KDE
Date: Thu Feb 16 12:39:50 2017
InstallationDate: Installed on 2015-04-03 (685 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
PackageArchitecture: all
SourcePackage: libdvd-pkg
UpgradeStatus: Upgraded to xenial on 2016-10-06 (133 days ago)

** Affects: libdvd-pkg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  Package download does not use a secure URL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libdvd-pkg/+bug/1665467/+subscriptions

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


[Bug 1632489] [NEW] KDE crash handler thinks debug symbols are not installed

2016-10-11 Thread Joshua Kugler
Public bug reported:

I am experiencing a crash bug in Akregator and am trying to report it.
However, KDE's crash handler is telling me:

The packages containing debug information for the following application
and libraries are missing:

/usr/bin/akregator
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
/usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
/usr/lib/x86_64-linux-gnu/libKF5KHtml.so.5


I have installed kdelibs5-dbg and akregator-dbgsym and am still getting that 
message. Is this a packaging issue?

[jkugler:~] $ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

[jkugler:~] $ apt-cache policy akregator-dbgsym
akregator-dbgsym:
  Installed: 4:15.12.3-0ubuntu1
  Candidate: 4:15.12.3-0ubuntu1
  Version table:
 *** 4:15.12.3-0ubuntu1 500
500 http://ddebs.ubuntu.com xenial/universe amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: akregator-dbgsym 4:15.12.3-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-42.62-generic 4.4.21
Uname: Linux 4.4.0-42-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Oct 11 13:48:06 2016
InstallationDate: Installed on 2015-04-03 (557 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
SourcePackage: kdepim
UpgradeStatus: Upgraded to xenial on 2016-10-06 (5 days ago)

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


** Tags: amd64 apport-bug third-party-packages xenial

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

Title:
  KDE crash handler thinks debug symbols are not installed

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

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


[Bug 1322728] Re: VPN Connection Failed With 2 Factor Authentication

2015-05-28 Thread Joshua Kugler
This may not be a limitation of network manager. I hit something similar
today while trying to do two-factor auth:

If I use this command line:  sudo openvpn --config client.ovpn --auth-
retry interact, I am prompted for my username, password, then when auth
"fails" I am prompted for my second-factor key.  However, if I add this:
"--auth-user-pass up" the first part of auth succeeds, but when it
"fails" due to the second factor, instead of falling back to "interact"
it just fails and tries to auth all over.

Does --auth-user-pass up "override" --auth-retry interact somehow?

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

Title:
  VPN Connection Failed With 2 Factor Authentication

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

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


[Bug 1117292] Re: 'Unable to install busybox-initramfs' during a server installation

2015-05-02 Thread Joshua Kugler
@Mathieu

I don't remember my exact install options, but it wasn't a custom pre-
seed.  I don't have a system on which to test right now, but yes, I
erased the disk every time before I created an install disk.

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

Title:
  'Unable to install busybox-initramfs' during a server installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1117292/+subscriptions

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


[Bug 1117292] Re: 'Unable to install busybox-initramfs' during a server installation

2015-04-29 Thread Joshua Kugler
jkugler@hosanna:/media/jkugler/5032-26FC$ find . |grep squashfs
./install/filesystem.squashfs
./pool/main/l/linux/squashfs-modules-3.13.0-24-generic-di_3.13.0-24.46_amd64.udeb

I made a USB disk again, and did "erase disk," and used the "DIscard on
shutdown" option (no storage for live image). I used the ubuntu 14.04
server ISO image (ubuntu-14.04-server-amd64.iso). After that, I have
this:

jkugler@hosanna:/media/jkugler/0F33-5516$ find .|grep squash
./boot/grub/x86_64-efi/squash4.mod
./install/filesystem.squashfs
./pool/main/l/linux/squashfs-modules-3.13.0-24-generic-di_3.13.0-24.46_amd64.udeb

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

Title:
  'Unable to install busybox-initramfs' during a server installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1117292/+subscriptions

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


[Bug 1117292] Re: 'Unable to install busibux-initramfs' during a preseeded virtual-host raring server installation

2015-04-28 Thread Joshua Kugler
That may be, and I'll take a look, but when using usb-creator-kde (and I
assume other versions as well), it formats the USB drive before it
begins any copy process.

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

Title:
  'Unable to install busibux-initramfs' during a preseeded virtual-host
  raring server installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1117292/+subscriptions

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


[Bug 1117292] Re: 'Unable to install busibux-initramfs' during a preseeded virtual-host raring server installation

2015-03-29 Thread Joshua Kugler
Data point: the work-around in comment #22 worked for me too.  Systems
seems OK so far.

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

Title:
  'Unable to install busibux-initramfs' during a preseeded virtual-host
  raring server installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1117292/+subscriptions

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


[Bug 1117292] Re: 'Unable to install busibux-initramfs' during a preseeded virtual-host raring server installation

2015-03-28 Thread Joshua Kugler
I am seeing this in "Ubuntu-Server 14.10 "Utopic Unicorn" - Release
amd64 (20141022.2)"

I will attach my syslog for full analysis.

I am not using any preseed, other than the one that comes with the
image, and this is from a USB stick created by usb-creator-kde on
Kubuntu 14.04.

** Attachment added: "Failed install for Ubuntu-Server 14.10"
   
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1117292/+attachment/4359539/+files/syslog

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

Title:
  'Unable to install busibux-initramfs' during a preseeded virtual-host
  raring server installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1117292/+subscriptions

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


[Bug 841433] Re: Hotplug of USB 7.1 soundcard not detected properly

2014-10-15 Thread Joshua Kugler
So, it seems I've hit this bug, and I'm running 14.04.1.  This is with a
GN Netcom 2000 USB headset.  It worked in 12.04, but I am now hitting
this bug in 14.04.  Is there a udev rule I could add that would
introduce a delay after this device's initialization is started so that
it would be fully initialized by the time Pulse Audio went to look at
it?

Details here: https://askubuntu.com/questions/537166/usb-audio-device-
not-fully-working-after-hotplug

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

Title:
  Hotplug of USB 7.1 soundcard not detected properly

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

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


[Bug 1182674] Re: 304.88-0ubuntu0.0.2 causes black window decorations and black windows

2014-05-14 Thread Joshua Kugler
I updated to 304.116-0ubuntu0.0.1 and this still happens, although
somewhat less frequently.

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

Title:
  304.88-0ubuntu0.0.2 causes black window decorations and black windows

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

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


[Bug 886449] Re: [USB-Audio - USB Camera-B4.04.27.1 (playstation eye), recording] Pulseaudio fails to detect card

2013-10-26 Thread Joshua Kugler
I think my issue is related to this bug.  This is Ubuntu 12.04.
Attached is what I get when I plug it in to the USB port.

I get the same issue with Alsa mixer. If I tries to select the camera as
a card, Alsa mixer dies with the "invalid argument."

** Attachment added: "ps_camera_init.txt"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/886449/+attachment/3892576/+files/ps_camera_init.txt

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

Title:
  [USB-Audio - USB Camera-B4.04.27.1 (playstation eye), recording]
  Pulseaudio fails to detect card

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

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


[Bug 1242242] Re: linux-firmware 1.79.7 causes visual artifacts with nVidia displays

2013-10-21 Thread Joshua Kugler
OK, Thanks for the update!

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

Title:
  linux-firmware 1.79.7 causes visual artifacts with nVidia displays

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1242242/+subscriptions

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


[Bug 1242242] Re: linux-firmware 1.79.7 causes visual artifacts with nVidia displays

2013-10-21 Thread Joshua Kugler
** Attachment added: "This screen grab shows the green and purple "splotches" 
that I'm talking about."
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1242242/+attachment/3886621/+files/Artifacts_cropped.png

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

Title:
  linux-firmware 1.79.7 causes visual artifacts with nVidia displays

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1242242/+subscriptions

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


[Bug 1173349]

2013-08-27 Thread Joshua Kugler
Created attachment 81843
New crash information added by DrKonqi

plasma-desktop (4.11.00) on KDE Platform 4.11.00 using Qt 4.8.2

I was deleting about 6000 messages out of a mail box in KMail

-- Backtrace (Reduced):
#7  0x7f5f3592812f in QPointer (p=..., this=0x793c9990) at 
../../include/QtCore/../../src/corelib/kernel/qpointer.h:62
#8  takeAt (i=15, this=0x30c25c8) at 
../../include/QtCore/../../src/corelib/tools/qlist.h:486
#9  QDeclarativeRepeater::itemsRemoved (this=0x30c2310, index=15, 
count=) at graphicsitems/qdeclarativerepeater.cpp:407
[...]
#11 0x7f5f35a70f1f in QDeclarativeVisualModel::itemsRemoved 
(this=, _t1=15, _t2=1) at 
.moc/release-shared/moc_qdeclarativevisualitemmodel_p.cpp:161
#12 0x7f5f3593ce49 in QDeclarativeVisualDataModel::_q_itemsRemoved 
(this=0x30c2b80, index=15, count=1) at 
graphicsitems/qdeclarativevisualitemmodel.cpp:1312

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

Title:
  plasma-desktop crashes repeatedly

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1173349/+subscriptions

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


[Bug 1182674] Re: 304.88-0ubuntu0.0.2 causes black window decorations and black windows

2013-08-20 Thread Joshua Kugler
I saw that an updated package (304.88-0ubuntu0.0.3) was released. Has
there been any work on this bug?

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

Title:
  304.88-0ubuntu0.0.2 causes black window decorations and black windows

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

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


[Bug 1170087] Re: NFS client hangs after some usage

2013-08-03 Thread Joshua Kugler
I'm not sure how the BIOS update would affect us. The error posted from
the BIOS update info has to do with the ALSA sound driver, not NFS.

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

Title:
  NFS client hangs after some usage

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

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


[Bug 1191276] Re: Installation of wine1.6 fails because of duplicate wine64-preloader

2013-06-19 Thread Joshua Kugler
I did this:

sudo apt-get remove wine1.6-amd64 wine1.6 wine1.6-i386:i386

and

sudo apt-get install wine1.6-amd64 wine1.6 wine1.6-i386:i386

And all worked.  Just trying to do 'apt-get install -f' didn't resolve
the problem.

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

Title:
  Installation of wine1.6 fails because of duplicate  wine64-preloader

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

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


[Bug 1191873] [NEW] Wine 1.6 will not install

2013-06-17 Thread Joshua Kugler
Public bug reported:

When trying to install the Wine 1.6 packages, I get the following error:

Selecting previously unselected package wine1.6.
Unpacking wine1.6 (from .../wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb) ...
dpkg: error processing 
/var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb (--unpack):
 trying to overwrite '/usr/bin/wine64-preloader', which is also in package 
wine1.6-amd64 1.6~rc2-0ubuntu1~ppa1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/wine1.6_1.6~rc2-0ubuntu1~ppa1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of wine1.6-i386:i386:
 wine1.6-i386:i386 depends on wine1.6:any (= 1.6~rc2-0ubuntu1~ppa1).
dpkg: error processing wine1.6-i386:i386 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of wine1.6-amd64:
 wine1.6-amd64 depends on wine1.6:any (= 1.6~rc2-0ubuntu1~ppa1).
dpkg: error processing wine1.6-amd64 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 wine1.6-i386:i386
 wine1.6-amd64


This is on Ubuntu 12.04

** Affects: wine (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/1191873

Title:
  Wine 1.6 will not install

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

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


[Bug 1182674] [NEW] 304.88-0ubuntu0.0.2 causes black window decorations and black windows

2013-05-21 Thread Joshua Kugler
Public bug reported:

When my system upgraded to 304.88-0ubuntu0.0.2 I started having sporadic
black window decorations. I also started having windows open up with
completely blank (black) contents.  Often closing and reopening would
fix it.

Downgrading back to 295.40-0ubuntu1 has completely fixed the issue.

lspci tells me I have:
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1251 (rev a1)

$ lsb_release -rd
Description:Ubuntu 12.04.2 LTS
Release:12.04

$ uname -a
Linux hosanna 3.2.0-41-generic #66-Ubuntu SMP Thu Apr 25 03:27:11 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux

** Affects: nvidia-graphics-drivers (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/1182674

Title:
  304.88-0ubuntu0.0.2 causes black window decorations and black windows

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

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


[Bug 102018] Re: [needs-packaging] lbxproxy

2013-05-06 Thread Joshua Kugler
It seems LBX proxy was finally removed from the X source, mainly because
there are better ways to do it. :) See
http://en.wikipedia.org/wiki/Low_Bandwidth_X

** Changed in: x11-xserver-utils (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  [needs-packaging] lbxproxy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/x11-xserver-utils/+bug/102018/+subscriptions

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


[Bug 1170087] Re: NFS client hangs after some usage

2013-04-18 Thread Joshua Kugler
We tried this kernel. This is what happened:

* Installed new kernel, and rebooted
* eth3 was no longer there
* discovered it was now called eth4
* Changed /etc/network/interfaces and rebooted.
* Everything came up fine.
* Noticed this during bootup: Not starting NFS kernel daemon: no support in 
current kernel.
* Could not mount exports from this server any more.
* At some point during the process, the serial console became unresponsive, and 
all network connections died.
* That pretty much ruled it out right there.
* Reverted changes to network config
* Rebooted into 3.9.
* Removed 3.9
* Rebooted into 2.6.x kernel


Additional information:

root@brent:~# /etc/init.d/nfs-kernel-server restart
 * Stopping NFS kernel daemon   
  [ OK ] 
 * Unexporting directories for NFS kernel daemon... 
  [ OK ] 
 * Not starting NFS kernel daemon: no support in current kernel.
root@brent:~# lsmod|grep nfs
nfsd  260175  2 
auth_rpcgss40877  1 nfsd
nfsv3  34774  1 
nfs_acl12883  2 nfsd,nfsv3
nfs   170267  2 nfsv3
fscache57914  1 nfs
lockd  77317  3 nfsd,nfsv3,nfs
sunrpc242438  16 nfsd,auth_rpcgss,nfsv3,nfs_acl,nfs,lockd

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

Title:
  NFS client hangs after some usage

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

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


[Bug 1170087] Re: NFS client hangs after some usage

2013-04-17 Thread Joshua Kugler
Please see my comment in the original bug report:

"We cannot do upstream testing. We tried the latest kernel on another
machine with the exact same config, and one of our network interfaces
would not come up."

** Tags added: kernel-unable-to-test-upstream

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

Title:
  NFS client hangs after some usage

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

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


[Bug 1170087] Re: NFS client hangs after some usage

2013-04-17 Thread Joshua Kugler
Googling for our problem, found this. Sounds like the issue may be
similar. http://www.novell.com/support/kb/doc.php?id=7008148

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

Title:
  NFS client hangs after some usage

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

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


[Bug 1170087] [NEW] NFS client hangs after some usage

2013-04-17 Thread Joshua Kugler
Public bug reported:

We have an Ubuntu 10.04 machine.  I mounts a directory (statically, i.e.
a line in /etc/fstab) on an NFS server.

After some usage, the mount will simply hang. Any attempt to access the
mount (e.g. ls /somedir) will just hang, and will have to be kill -9'ed.

Trying to mount another NFS export on the same server, or another
server, will simply fail (syscall failed). Trying to access the hung
export from another machine works fine (i.e. the server side works, this
is a client-side problem).

This is kernel 2.6.32-45-server.

What logs would you like? When trying to do this:

rpcdebug -m nfs -s all

All I see on an access attempt is:

Apr 17 10:47:53 brent kernel: [145406.995318] NFS: revalidating (0:15/2)
Apr 17 10:47:53 brent kernel: [145406.995326] NFS call  getattr

If I do this:

rpcdebug - m rpc -s all

I get way too much info. :)  This box also serves as an NFS server,
but when this glitch happens, the NFS server is unaffected.

We cannot do upstream testing. We tried the latest kernel on another
machine with the exact same config, and one of our network interfaces
would not come up.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-45-server 2.6.32-45.104
Regression: No
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-45.104-server 2.6.32.60+drm33.26
Uname: Linux 2.6.32-45-server x86_64
AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: 
ls: cannot access /dev/snd/: No such file or directory
AplayDevices: Error: [Errno 2] No such file or directory
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory
Date: Wed Apr 17 12:17:37 2013
MachineType: Supermicro H8DGU
PciMultimedia:
 
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-45-server 
root=/dev/mapper/vg_root-10.04 ro text console=tty0 console=ttyS0,115200n8
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, no user)
 LANG=en_US.UTF-8
SourcePackage: linux
dmi.bios.date: 10/14/10
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.0c
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: H8DGU
dmi.board.vendor: Supermicro
dmi.board.version: 1234567890
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Supermicro
dmi.chassis.version: 1234567890
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.0c:bd10/14/10:svnSupermicro:pnH8DGU:pvr1234567890:rvnSupermicro:rnH8DGU:rvr1234567890:cvnSupermicro:ct3:cvr1234567890:
dmi.product.name: H8DGU
dmi.product.version: 1234567890
dmi.sys.vendor: Supermicro

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


** Tags: amd64 apport-bug lucid needs-upstream-testing

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

Title:
  NFS client hangs after some usage

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

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


[Bug 1158031] Re: Mellanox ethernet driver causing page allocation failures

2013-04-11 Thread Joshua Kugler
We tried to use the new kernel, and it failed. It booted, but ipv6 was
enabled, which appeared to make Jenkins only listen on the IPv6
addresses. Once I disabled IPv6, I realized eth3 (our internal Mellanox
10GbE card, ironically enough) was not visible to the system.

It then became apparent that something had activated some firewall rules
that weren't activated before (port 8080 wasn't accessible on the
internal network).  Attempting to flush the iptables rules resulted in a
complete locked. Bryon rebooted, I removed the upgraded kernel, and
reverted to the default 10.04 kernel. The firewall rules that were
blocking access to port 8080 went away when we reverted to the default
10.04 kernel. I wonder if something changed the default INPUT policy to
DROP?

I realized later that I did not try to modprobe the module for the
Mellanox card, but that did not occur to me, since we had never had to
do that manually before.

We really cannot take this system down again.  This is a system that
costs us several hundred dollars per hour for downtime.

Unless you have other ideas, we will have to find another way to trouble
shoot this bug.

** Tags added: kernel-unable-to-test-upstream

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

Title:
  Mellanox ethernet driver causing page allocation failures

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

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


[Bug 1158031] Re: Mellanox ethernet driver causing page allocation failures

2013-03-20 Thread Joshua Kugler
I did install appport, and tried to run apport-collect. It ran, then
started the lynx browser, bounced me around through several redirects,
then put me in an OpenID login loop (kept going back to the screen
"Launchpad has requested some personal information. Please choose what
you would like to share:").  If there is a way to manually collect its
log files, please let me know.

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

Title:
  Mellanox ethernet driver causing page allocation failures

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

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


[Bug 1158031] Re: Mellanox ethernet driver causing page allocation failures

2013-03-20 Thread Joshua Kugler
# apport-collect 1158031
-bash: apport-collect: command not found

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Mellanox ethernet driver causing page allocation failures

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

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


[Bug 1158031] Re: Mellanox ethernet driver causing page allocation failures

2013-03-20 Thread Joshua Kugler
** Attachment added: "Output of lspci -vnvn"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1158031/+attachment/3586868/+files/lspci-vnvn.log

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

Title:
  Mellanox ethernet driver causing page allocation failures

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

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


[Bug 1158031] [NEW] Mellanox ethernet driver causing page allocation failures

2013-03-20 Thread Joshua Kugler
Public bug reported:

I tried ubuntu-bug but got:

# ubuntu-bug linux
-bash: ubuntu-bug: command not found

We have begun seeing stack dumps such as these in our syslogs as of
late:

 kvm: page allocation failure. order:2, mode:0x4020
 Pid: 2135, comm: kvm Not tainted 2.6.32-37-server #81-Ubuntu
 Call Trace:
[] __alloc_pages_slowpath+0x4a7/0x590
  [] ? br_nf_pre_routing_finish+0x0/0x350 [bridge]
  [] __alloc_pages_nodemask+0x179/0x180
  [] alloc_pages_current+0x87/0xd0
  [] mlx4_en_alloc_frag+0x19f/0x1f0 [mlx4_en]
  [] ? dev_alloc_skb+0x1d/0x40
  [] mlx4_en_complete_rx_desc+0x10e/0x1b0 [mlx4_en]
  [] mlx4_en_rx_skb+0x1f3/0x430 [mlx4_en]
  [] mlx4_en_process_rx_cq+0x1f5/0x4a0 [mlx4_en]
  [] ? ata_scsi_qc_complete+0x6a/0x2b0
  [] ? __ata_qc_complete+0x8d/0x140
  [] ? insert_work+0x77/0xc0
  [] ? ata_qc_complete+0x9f/0x230
  [] mlx4_en_poll_rx_cq+0x3f/0x80 [mlx4_en]
  [] ? mlx4_cq_completion+0x42/0x80 [mlx4_core]
  [] net_rx_action+0x10f/0x250
  [] __do_softirq+0xb7/0x1f0
  [] ? handle_IRQ_event+0x60/0x170
  [] call_softirq+0x1c/0x30
  [] do_softirq+0x65/0xa0
  [] irq_exit+0x85/0x90
  [] do_IRQ+0x75/0xf0
  [] ret_from_intr+0x0/0x11
[] ? vcpu_enter_guest+0x1f5/0x4e0 [kvm]
  [] ? vcpu_enter_guest+0x1c6/0x4e0 [kvm]
  [] ? __vcpu_run+0x7c/0x350 [kvm]
  [] ? kvm_arch_vcpu_ioctl_run+0x8d/0x1d0 [kvm]
  [] ? kvm_vcpu_ioctl+0x473/0x5c0 [kvm]
  [] ? _spin_lock+0xe/0x20
  [] ? futex_wake+0x112/0x130
  [] ? vfs_ioctl+0x22/0xa0
  [] ? do_vfs_ioctl+0x81/0x410
  [] ? sys_futex+0x7b/0x170
  [] ? sys_ioctl+0x81/0xa0
  [] ? system_call_fastpath+0x16/0x1b

(there's more, I'll attach a full dump)

We have tried increasing vm.min_free_kbytes, but that has not resolved
the problem.

Searching around, I found this:
http://code.metager.de/source/history/linux/stable/drivers/net/ethernet/mellanox/

Search for the second and third occurrence of 'page allocation.'  The
commits mentioned there seem to point directly at the bugs we've been
hitting.

Both hashes:

4cce66cdd14aa5006a011505865d932adb49f600
117980c4c994b6fe58e873fe803c9bcdcb4337a3

are in the mainline repository
(https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/)

I would like to request that these bug fixes (and any other bugs fixes
present in the tree) be back-ported to Ubuntu 10.04. Or maybe just the
entire current driver?

# cat /proc/version_signature 
Ubuntu 2.6.32-37.81-server 2.6.32.49+drm33.21

# lsb_release -rd
Description:Ubuntu 10.04.4 LTS
Release:10.04

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

** Attachment added: "The stack trace."
   
https://bugs.launchpad.net/bugs/1158031/+attachment/3586867/+files/mellanox_syslog.txt

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

Title:
  Mellanox ethernet driver causing page allocation failures

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

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


[Bug 1013258] Re: Please update Skype to new upstream v4.0.0.8

2012-07-31 Thread Joshua Kugler
Woohoo! I see 4.0.0.8 for lucid and oneric in
http://archive.canonical.com/ubuntu/pool/partner/s/skype/ Just waiting
for natty so I can upgrade.

By the way...when I did a apt-get upgrade it told me it was going to
install the version for lucid. Is that because not all the packages are
there, or is there glitch in the package indexes?

Thanks so much!

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

Title:
  Please update Skype to new upstream v4.0.0.8

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

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


[Bug 1013258] Re: Please update Skype to new upstream v.4.0

2012-07-29 Thread Joshua Kugler
Hate to burst the bubble, but the package available on the Skype page is
4.0.0.8. Can that be put in the partner archive?

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

Title:
  Please update Skype to new upstream v.4.0

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

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


[Bug 1013258] Re: Please update Skype to new upstream v.4.0

2012-07-06 Thread Joshua Kugler
When will this be pushed to the Partner repo?

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

Title:
  Please update Skype to new upstream v.4.0

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

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


[Bug 841264] Re: Dell Precision M6600 laptop hangs on reboot

2011-12-27 Thread Joshua Kugler
This bug is back (?). I have a newly acquired M6600 with an A07 bios.
It hangs on reboot (and shutdown). I have not tried the reboot=X
work arounds yet.

** Changed in: linux (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Dell Precision M6600 laptop hangs on reboot

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

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


[Bug 841264] Re: Dell Precision M6600 laptop hangs on reboot

2011-12-27 Thread Joshua Kugler
Sorry: This is with Ubuntu 11.04.

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

Title:
  Dell Precision M6600 laptop hangs on reboot

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

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


[Bug 887104] Re: Can not login to Windows Live Messenger

2011-11-14 Thread Joshua Kugler
Running Natty. Installed and restarted Kopete. Works for me!

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

Title:
  Can not login to Windows Live Messenger

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

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


[Bug 887104] Re: Can not login to Windows Live Messenger

2011-11-10 Thread Joshua Kugler
For the record, the solution in comment #4 worked for me.

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

Title:
  Can not login to Windows Live Messenger

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

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


[Bug 887104] Re: Can not login to Windows Live Messenger

2011-11-10 Thread Joshua Kugler
Please also add "natty" as a version that needs to be updated.

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

Title:
  Can not login to Windows Live Messenger

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

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


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-08-31 Thread Joshua Kugler
For the record:

pinentry-qt is not available in 11.04, so that work around doesn't work.

Also, using pinentry-x11 fails similarly to pinentry-qt4 (flashes, but
doesn't prompt). And the same errors in .xsession-errors:

X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 2 (X_ChangeWindowAttributes)
  Resource id:  0x7800131
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 2 (X_ChangeWindowAttributes)
  Resource id:  0x7800138
X Error: BadWindow (invalid Window parameter) 3
  Major opcode: 2 (X_ChangeWindowAttributes)
  Resource id:  0x7800138

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

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

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

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


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-08-31 Thread Joshua Kugler
Oh, and pinentry-gtk-2 does work for me.

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

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

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

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


[Bug 371178] Re: pinentry-qt4 doesn't prompt for a password when trying to read an encrypted email in Kmail

2011-08-31 Thread Joshua Kugler
Same problem here.  Kmail 1.13.6 (4.4.10 package) under KDE 4.7.0.

GPG agent conf:


pinentry-program /usr/bin/pinentry-qt4
no-grab
# 24 hours
default-cache-ttl 86400


###+++--- GPGConf ---+++###
log-file /home/jkugler/logs/gpg_agent.log
###+++--- GPGConf ---+++### Mon 01 Mar 2010 06:40:29 PM AKST
# GPGConf edited this configuration file.
# It will disable options before this marked block, but it will
# never change anything below these lines.

The "fix" mentioned in comment 8 did not apply, because I already had
the settings it said to add.

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

Title:
  pinentry-qt4 doesn't prompt for a password when trying to read an
  encrypted email in Kmail

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

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


[Bug 829696] Re: Upgrading to version 1.52.1 breaks broadcom b43 driver

2011-08-24 Thread Joshua Kugler
Sigh...the problem must lie somewhere else. While my fix the other day
did coincide with reinstalling the old firmware package, the problem
surfaced again today, out of nowhere, even surviving multiple reboots.
I then installed 1.52.1. No change.  I then kill the pulse audio daemon
(which you would think would have happened during reboots).  The network
card IMMEDIATELY started working.  So very weird. So, there is a glitch
somewhere, but it's not in linux-firmware 1.52.1

** Changed in: linux-firmware (Ubuntu)
   Status: New => Invalid

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

Title:
  Upgrading to version 1.52.1 breaks broadcom b43 driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/829696/+subscriptions

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


[Bug 829696] Re: Upgrading to version 1.52.1 breaks broadcom b43 driver

2011-08-19 Thread Joshua Kugler
Sorry, forgot to add details.

Dell Inspiron E1705
Kernel: 2.6.38-11-generic

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 11.04
Release:11.04
Codename:   natty


$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT 
Express PCI Express Root Port (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio 
Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 
01)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 
01)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 
01)
00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller 
(rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility X1400
03:00.0 Ethernet controller: Broadcom Corporation BCM4401-B0 100Base-TX (rev 02)
03:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller
03:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 19)
03:01.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 0a)
03:01.3 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev 05)
0c:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)

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

Title:
  Upgrading to version 1.52.1 breaks broadcom b43 driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/829696/+subscriptions

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


[Bug 829696] Re: Upgrading to version 1.52.1 breaks broadcom b43 driver

2011-08-19 Thread Joshua Kugler
** Attachment added: "linux-firmware-1.52.1.log"
   
https://bugs.launchpad.net/bugs/829696/+attachment/2292686/+files/linux-firmware-1.52.1.log

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

Title:
  Upgrading to version 1.52.1 breaks broadcom b43 driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/829696/+subscriptions

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


[Bug 829696] [NEW] Upgrading to version 1.52.1 breaks broadcom b43 driver

2011-08-19 Thread Joshua Kugler
Public bug reported:

I have a working Natty Kubuntu install.  The other day,  I upgraded to
linux-firmware 1.52.1.  Associating at my coffee house's wifi spot would
no longer work, producing the output attached.  I downgraded to linux-
firmware 1.52, rebooted, and it associated and connected on the first
try.

** Affects: linux-firmware (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: b43 broadcom firmware

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

Title:
  Upgrading to version 1.52.1 breaks broadcom b43 driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/829696/+subscriptions

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


[Bug 775345] Re: USB headset not selectable in Output tab of Sound Preferences

2011-08-17 Thread Joshua Kugler
This still affects me.  GN 2000 USB headset. I plug it in, and it shows
up in PA's Volume Control under "Configuration" but it is not shown
under Output Devices or Input Devices.  Likewise for the KDE volume
control.

lsusb:

Bus 003 Device 004: ID 0b0e:2000 GN Netcom

Syslog when I plug in:

Aug 17 12:15:07 localhost kernel: [16412.053770] usb 3-1: new full speed USB 
device using uhci_hcd and address 5
Aug 17 12:15:07 localhost kernel: [16412.399411] input: GN Netcom GN 2000 USB 
as /devices/pci:00/:00:1d.1/usb3/3-1/3-1:1.3/input/input14
Aug 17 12:15:07 localhost kernel: [16412.399670] generic-usb 
0003:0B0E:2000.0006: input,hidraw0: USB HID v1.00 Device [GN Netcom GN 2000 
USB] on usb-:00:1d.1-1/input3

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

Title:
  USB headset not selectable in Output tab of Sound Preferences

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

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


[Bug 644632] Re: nssldap-update-ignoreusers needs to be configurable to ignore users

2011-04-19 Thread Joshua Kugler
Filed.

http://bugzilla.padl.com/show_bug.cgi?id=432

** Bug watch added: PADL Bugzilla #432
   http://bugzilla.padl.com/show_bug.cgi?id=432

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

Title:
  nssldap-update-ignoreusers needs to be configurable to ignore users

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


[Bug 658055] Re: inkscape crashes when opening document properties

2011-02-26 Thread Joshua Kugler
When will this fix be released for Maverick (10.10), seeing as that was
the version against which the bug was reported, and Maverick is still
supported. :)

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

Title:
  inkscape crashes when opening document properties

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


[Bug 435193] Re: keyserver.ubuntu.com down all time - (110) Connection timed out

2011-02-10 Thread Joshua Kugler
*** This bug is a duplicate of bug 524416 ***
https://bugs.launchpad.net/bugs/524416

I disagree this is a duplicate, although it may have duplicate
components.  I subscribed to this but because port 11371 connections
were timing out for me, and I am *not* behind a firewall as #524416
implies.

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

Title:
  keyserver.ubuntu.com down all time - (110) Connection timed out

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


[Bug 592114] Re: upstart doesn't start cron automatically on boot in lucid for server on amd64

2011-02-04 Thread Joshua Kugler
Looking in daemon.log from our last reboot, I see this:

Jan 27 02:00:00 dev1 init: cron main process (3627) killed by TERM
signal

And then during bootup, I see:

Jan 27 02:02:43 dev1 init: cron main process (1007) killed by TERM
signal

I don't have any syslog data right now because for some reason Ubuntu,
it appears Ubuntu does daily rotations of syslog, and only keeps 7 days.
Really!? On a server system?

When I have syslog entries to report, I'll post them as well.

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

Title:
  upstart doesn't start cron automatically on boot in lucid for server
  on amd64

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


[Bug 382832] Re: Need comment for line added to /etc/ldap.conf by nssldap-update-ignoreusers(8)

2010-09-22 Thread Joshua Kugler
Something like this?

** Patch added: "Adds an explanatory comment"
   
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/382832/+attachment/1624319/+files/nssldap-update-ignoreusers.382832.diff

-- 
Need comment for line added to /etc/ldap.conf by nssldap-update-ignoreusers(8)
https://bugs.launchpad.net/bugs/382832
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 644632] Re: nssldap-update-ignoreusers needs to be configurable to ignore users

2010-09-22 Thread Joshua Kugler
So, here is the patch.

You add a line in /etc/ldap.conf of the form:

nss_initgroups_okusers user1,user2

Thanks to pgas on #awk for help with the awk syntax and best practices.

Comments/critique welcome.

** Patch added: "Patch to add "OK users" functionality."
   
https://bugs.launchpad.net/ubuntu/+source/libnss-ldap/+bug/644632/+attachment/1624267/+files/nssldap-update-ignoreusers.diff

-- 
nssldap-update-ignoreusers needs to be configurable to ignore users
https://bugs.launchpad.net/bugs/644632
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 644632] Re: nssldap-update-ignoreusers needs to be configurable to ignore users

2010-09-22 Thread Joshua Kugler
OK, so rolling around some ideas on how to handle this.  One simple way,
one somewhat complex, but kind of neat, way.

Method 1:
Use a config file for nssldap-update-ignoreusers.  Probably 
/etc/default/nssldap-update-ignoreusers.  Have a single line something like:

nss_initgroups_okusers=user1,user2,user3,etc.

If a user was in that list, nssldap-update-ignoreusers would not include
the user in the nss_initgroups_ignoreuses line when it updates the
ldap.conf file.

Method 2:
Create a new system-level group named something like  nss_okusers. Then, if a 
user was a member of that group, nssldap-update-ignoreusers would not include 
the user in the nss_initgroups_ignoreuses line when it updates the ldap.conf 
file.  But that's abusing groups for system configuration, which I'm not sure 
is the best idea.

Comments? Questions?

We're talking about five lines at most of shell code. I believe it would
be a worthwhile addition to nssldap-update-ignoreusers.

I might just work it up and attach a patch. :)

-- 
nssldap-update-ignoreusers needs to be configurable to ignore users
https://bugs.launchpad.net/bugs/644632
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 644632] Re: nssldap-update-ignoreusers needs to be configurable to ignore users

2010-09-21 Thread Joshua Kugler
Mathias -

OK, I know not every bug can be "High," but can you explain why a bug
that breaks permissions has been classified as "Low?"

Not trolling, just curious.

-- 
nssldap-update-ignoreusers needs to be configurable to ignore users
https://bugs.launchpad.net/bugs/644632
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 489480] Re: Please upgrade to Shorewall 4.4 for Lucid

2010-09-21 Thread Joshua Kugler
Seeing as 4.4 didn't make it in to Lucid, I'm closing this as invalid.

-- 
Please upgrade to Shorewall 4.4 for Lucid
https://bugs.launchpad.net/bugs/489480
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 644632] [NEW] nssldap-update-ignoreusers needs to be configurable to ignore users

2010-09-21 Thread Joshua Kugler
Public bug reported:

Binary package hint: libnss-ldap

# lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

# apt-cache policy libnss-ldap
libnss-ldap:
  Installed: 264-2ubuntu2
  Candidate: 264-2ubuntu2
  Version table:
 *** 264-2ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
 261-2.1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ jaunty/main Packages

Currently, nssldap-update-ignoreusers can only be configured to ignore
users over a certain numeric UID.  It blindly includes all users less
than the configured UID.  However, this breaks our setup.  We have some
system users (namely www-data and www-priv) that are in groups in LDAP.
Thus, when you query the 'Subversion' group, you get back a list that
includes www-priv.  However, if you try to query the groups to which
www-priv belongs, it fails to return the correct groups because it
ignores www-priv, thus breaking privileges because the system then
thinks www-priv is not in the Subversion group.

The only work around for now is to disable the run of nssldap-update-
ignoreusers.

I would work on a patch to facilitate configuring users to *not* include
in the ignore list if someone will commit to getting the patch accepted:
we don't really want to maintain our own branch of one file in a
package. :)

** Affects: libnss-ldap (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: ldap libnss lucid

-- 
nssldap-update-ignoreusers needs to be configurable to ignore users
https://bugs.launchpad.net/bugs/644632
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 618666] Re: Merge ia32-libs 20090808 (universe) from Debian unstable (main)

2010-08-17 Thread Joshua Kugler
Could this be back-ported to Lucid?

-- 
Merge ia32-libs 20090808 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/618666
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 160763] Re: Acer Aspire 5720 hangs on second resume from suspend, i.e. suspends only once [BIOS PROBLEM]

2010-07-27 Thread Joshua Kugler
Just to note: while this *may* not be the same bug, the
scripts/workarounds posted do not fix the problem on a Dell Insprion
E1705/9400.

-- 
Acer Aspire 5720 hangs on second resume from suspend, i.e. suspends only once 
[BIOS PROBLEM]
https://bugs.launchpad.net/bugs/160763
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 430069] Re: Yahoo! Admin says that kopete is a version of Yahoo! Messenger that is no longer supported

2010-07-19 Thread Joshua Kugler
@Harald Sitter:

Searching around, I have since discovered that. Thanks.  The Releases
page doesn't note that, however.

My note about the bug being reported before EOL is still valid, however.

Thanks!

j

-- 
Yahoo! Admin says that kopete is a version of Yahoo! Messenger that is no 
longer supported
https://bugs.launchpad.net/bugs/430069
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdenetwork in ubuntu.

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


[Bug 430069] Re: Yahoo! Admin says that kopete is a version of Yahoo! Messenger that is no longer supported

2010-07-19 Thread Joshua Kugler
@Jonathan Thomas:

According to https://wiki.ubuntu.com/Releases 8.04 is supported on the
desktop until April of 2011.  Kubuntu 8.04 was an LTS release, so I
would expect to see a fix released for 8.04 as well.

Even if Kubuntu support has expired, this bug was reported *before* that
expiration date, so should still be considered valid.  We could avoid
fixing a lot of bugs if we just refused to fix them until the product
eol'ed.

Thanks.

j

-- 
Yahoo! Admin says that kopete is a version of Yahoo! Messenger that is no 
longer supported
https://bugs.launchpad.net/bugs/430069
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdenetwork in ubuntu.

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


[Bug 499346] [NEW] Traceback when plugging in a Linksys USB Wifi Adapter (WUSB54GS)

2009-12-21 Thread Joshua Kugler
Public bug reported:

Binary package hint: linux-image-2.6.28-17-generic

When plugging in the adapter, the following shows up in the syslog:

Dec 21 20:14:12 hosanna kernel: [  167.352064] usb 1-6: new high speed USB 
device using ehci_hcd and address 3
Dec 21 20:14:12 hosanna kernel: [  167.486016] usb 1-6: configuration #1 chosen 
from 1 choice
Dec 21 20:14:12 hosanna kernel: [  167.553942] usbcore: registered new 
interface driver cdc_ether
Dec 21 20:14:12 hosanna kernel: [  167.728557] usbcore: registered new 
interface driver rndis_host
Dec 21 20:14:13 hosanna udevd-event[4099]: '/sbin/modprobe -b 
usb:v13B1p000Ed0006dc02dsc00dp00ic02isc02ipFF' abnormal exit
Dec 21 20:14:13 hosanna kernel: [  168.000705] rndis_wlan 1-6:1.0: rndis media 
disconnect
Dec 21 20:14:13 hosanna kernel: [  168.000734] [ cut here 
]
Dec 21 20:14:13 hosanna kernel: [  168.000740] kernel BUG at 
/build/buildd/linux-2.6.28/kernel/workqueue.c:189!
Dec 21 20:14:13 hosanna kernel: [  168.000745] invalid opcode:  [#1] SMP
Dec 21 20:14:13 hosanna kernel: [  168.000752] last sysfs file: 
/sys/devices/pci:00/:00:1d.7/usb1/1-6/1-6:1.1/usb_endpoint/usbdev1.3_ep03/dev
Dec 21 20:14:13 hosanna kernel: [  168.000759] Dumping ftrace buffer:
Dec 21 20:14:13 hosanna kernel: [  168.000764](ftrace buffer empty)
Dec 21 20:14:13 hosanna kernel: [  168.000768] Modules linked in: rndis_wlan(+) 
rndis_host cdc_ether usbnet radeon drm binfmt_misc ppdev bridge stp bnep 
input_polldev coretemp lp parport joydev snd_hda_intel snd_pcm_oss 
snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss snd_seq_midi snd_rawmidi 
snd_seq_midi_event b44 snd_seq snd_timer ssb snd_seq_device iTCO_wdt 
iTCO_vendor_support mii psmouse sdhci_pci snd soundcore dcdbas pcspkr serio_raw 
sdhci ricoh_mmc ieee80211_crypt_tkip video snd_page_alloc intel_agp agpgart 
wl(P) output ieee80211_crypt ohci1394 ieee1394 raid10 raid456 async_xor 
async_memcpy async_tx xor raid1 raid0 multipath linear fbcon tileblit font 
bitblit softcursor cbc sha256_generic dm_crypt aes_i586 aes_generic
Dec 21 20:14:13 hosanna kernel: [  168.000883]
Dec 21 20:14:13 hosanna kernel: [  168.000889] Pid: 4100, comm: modprobe 
Tainted: P   (2.6.28-17-generic #58-Ubuntu) MP061
Dec 21 20:14:13 hosanna kernel: [  168.000896] EIP: 0060:[] EFLAGS: 
00010213 CPU: 0
Dec 21 20:14:13 hosanna kernel: [  168.000906] EIP is at queue_work_on+0x4e/0x60
Dec 21 20:14:13 hosanna kernel: [  168.000910] EAX: e823186c EBX:  ECX: 
e8231868 EDX: 
Dec 21 20:14:13 hosanna kernel: [  168.000915] ESI:  EDI: e8138000 EBP: 
e836bbc8 ESP: e836bbc0
Dec 21 20:14:13 hosanna kernel: [  168.000920]  DS: 007b ES: 007b FS: 00d8 GS: 
0033 SS: 0068
Dec 21 20:14:13 hosanna kernel: [  168.000926] Process modprobe (pid: 4100, 
ti=e836a000 task=e8bba5b0 task.ti=e836a000)
Dec 21 20:14:13 hosanna kernel: [  168.000930] Stack:
Dec 21 20:14:13 hosanna kernel: [  168.000933]   e82319f8 e836bbd4 
c014ba65 e823188c e836bbe0 f7f4413a e8231500
Dec 21 20:14:13 hosanna kernel: [  168.000947]  e836bc34 f7f323bd f7f32bfc 
f7f474b0 e81380b8 f7f32be8 0401 1388
Dec 21 20:14:13 hosanna kernel: [  168.000961]  0401 f7f32be8 e82315d0 
  8005 000c 
Dec 21 20:14:13 hosanna kernel: [  168.000976] Call Trace:
Dec 21 20:14:13 hosanna kernel: [  168.000980]  [] ? 
queue_work+0x15/0x20
Dec 21 20:14:13 hosanna kernel: [  168.000987]  [] ? 
rndis_wext_link_change+0x2a/0x30 [rndis_wlan]
Dec 21 20:14:13 hosanna kernel: [  168.000999]  [] ? 
rndis_command+0x1bd/0x2d0 [rndis_host]
Dec 21 20:14:13 hosanna kernel: [  168.001019]  [] ? 
rndis_set_oid+0x9f/0x170 [rndis_wlan]
Dec 21 20:14:13 hosanna kernel: [  168.001028]  [] ? 
rndis_wext_bind+0xaa/0x1f0 [rndis_wlan]
Dec 21 20:14:13 hosanna kernel: [  168.001039]  [] ? 
usbnet_probe+0x221/0x480 [usbnet]
Dec 21 20:14:13 hosanna kernel: [  168.001050]  [] ? iput+0x20/0x60
Dec 21 20:14:13 hosanna kernel: [  168.001062]  [] ? 
usb_autopm_do_device+0x64/0xf0
Dec 21 20:14:13 hosanna kernel: [  168.001075]  [] ? 
usb_probe_interface+0xa2/0x130
Dec 21 20:14:13 hosanna kernel: [  168.001082]  [] ? 
sysfs_create_link+0x12/0x20
Dec 21 20:14:13 hosanna kernel: [  168.001096]  [] ? 
really_probe+0xe6/0x180
Dec 21 20:14:13 hosanna kernel: [  168.001104]  [] ? 
usb_match_id+0x41/0x60
Dec 21 20:14:13 hosanna kernel: [  168.001116]  [] ? 
driver_probe_device+0x3e/0x50
Dec 21 20:14:13 hosanna kernel: [  168.001126]  [] ? 
__driver_attach+0x89/0x90
Dec 21 20:14:13 hosanna kernel: [  168.001135]  [] ? 
bus_for_each_dev+0x53/0x80
Dec 21 20:14:13 hosanna kernel: [  168.001145]  [] ? 
driver_attach+0x19/0x20
Dec 21 20:14:13 hosanna kernel: [  168.001151]  [] ? 
__driver_attach+0x0/0x90
Dec 21 20:14:13 hosanna kernel: [  168.001158]  [] ? 
bus_add_driver+0x1c7/0x240
Dec 21 20:14:13 hosanna kernel: [  168.001171]  [] ? 
driver_register+0x69/0x140
Dec 21 20:14:13 hosanna kernel: [  168.001183]  [] ? 
usb_register_driver+0x7c/0x100
Dec 21 20:14:13

[Bug 489480] Re: Please upgrade to Shorewall 4.4 for Lucid

2009-11-28 Thread Joshua Kugler
Woohoo! Thanks!

-- 
Please upgrade to Shorewall 4.4 for Lucid
https://bugs.launchpad.net/bugs/489480
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 489480] [NEW] Please upgrade to Shorewall 4.4 for Lucid

2009-11-27 Thread Joshua Kugler
Public bug reported:

Binary package hint: shorewall-common

The current stable version of Shorewall is 4.4.  It would be nice to see
that imported into Lucid before it freezes.

** Affects: shorewall-common (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: lucid shorewall

-- 
Please upgrade to Shorewall 4.4 for Lucid
https://bugs.launchpad.net/bugs/489480
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 435193] Re: keyserver.ubuntu.com down all time - (110) Connection timed out

2009-11-08 Thread Joshua Kugler
I suppose, but if a production-critical server had been unreachable this
long at my workplace, I would have been fired a long time ago.

Don't get me wrong, I really, really, really like Ubuntu, but when
something like this happens, it reflects badly on Ubuntu, and Canonical
as a whole.  Canonical is trying to position itself as an "enterprise"
operating system vendor.  When they can't keep their own services up, it
just looks really, really bad.  If I was in a manager's shoes, I would
have serious doubts about the quality of work coming out of a company
that can't even keep its own servers up and running.

-- 
keyserver.ubuntu.com down all time - (110) Connection timed out
https://bugs.launchpad.net/bugs/435193
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 435193] Re: keyserver.ubuntu.com down all time - (110) Connection timed out

2009-11-07 Thread Joshua Kugler
@Matthew: Thanks. I suppose the frustrating (and scary!) thing is the
fact that this enterprise-crucial service does not have some sort of
monitoring on it to alert the system admins when it is not working.

-- 
keyserver.ubuntu.com down all time - (110) Connection timed out
https://bugs.launchpad.net/bugs/435193
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 438431] Re: KLinkStatus will start walking a site linked to by the site being checked

2009-09-28 Thread Joshua Kugler
Another screen capture showing the errant behavior

** Attachment added: "KLinkStatusBehavior2.png"
   http://launchpadlibrarian.net/32636934/KLinkStatusBehavior2.png

-- 
KLinkStatus will start walking a site linked to by the site being checked
https://bugs.launchpad.net/bugs/438431
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 438431] [NEW] KLinkStatus will start walking a site linked to by the site being checked

2009-09-28 Thread Joshua Kugler
Public bug reported:

Binary package hint: kdewebdev-kde4

When checking a site with KLinkStatus, it will walk the site you are
checking (e.g. www.example.com) but at some arbitrary point, it will
start walking a site to which your site links.  For example, today when
I was checking

http://www.nicop.org

http://www.nicop.org/institutional.html link to http://nsidc.org/

So, it checked http://nsidc.org/, but then started walking the nsidc.org
site (See attached screen shot)

It will do this even if "check external links" is disabled.  This bug
was in the KDE 3.5.x version by the way.

This is KLinkStatus version 0.6.0 using the latest KDE packages (4.3.1)
from the Kubuntu PPA on Jaunty.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/klinkstatus
NonfreeKernelModules: wl
Package: klinkstatus-kde4 4:4.2.3-0ubuntu1~jaunty1
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
SourcePackage: kdewebdev-kde4
Uname: Linux 2.6.28-15-generic i686

** Affects: kdewebdev-kde4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
KLinkStatus will start walking a site linked to by the site being checked
https://bugs.launchpad.net/bugs/438431
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 438431] Re: KLinkStatus will start walking a site linked to by the site being checked

2009-09-28 Thread Joshua Kugler

** Attachment added: "KLinkStatusBehavior.png"
   http://launchpadlibrarian.net/32636906/KLinkStatusBehavior.png

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/32636907/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/32636908/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/32636909/ProcStatus.txt

-- 
KLinkStatus will start walking a site linked to by the site being checked
https://bugs.launchpad.net/bugs/438431
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 380696] Re: vmap allocation errors after resuming

2009-06-06 Thread Joshua Kugler
FYI, this also happens with 2.6.28-11-generic #42-Ubuntu so it does not
appear to be a regression, but something that was already there.

-- 
vmap allocation errors after resuming
https://bugs.launchpad.net/bugs/380696
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 231220] Re: Evolution-exchange backend hangs after a while

2009-05-29 Thread Joshua Kugler
This does not make it any less a bug, but the X lockup thing may be due
to that fact that in X the entire session will lock up when an
application has a drop-down open, and then locks up.  As along as the
drop down has not been closed, no input will be accepted in any X
application.  I've been bitten by this many times when an application
locked up (usually under high load) when it had a drop down open; I
couldn't click anywhere else or open a terminal to kill it because of
that drop-down being open.

-- 
Evolution-exchange backend hangs after a while
https://bugs.launchpad.net/bugs/231220
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 380696] Re: vmap allocation errors after resuming

2009-05-26 Thread Joshua Kugler
A full reboot fixed the issue, *WITHOUT* the vmap=256MB added to the
kernel boot line.  Not to overstate the obvious, but this would appear
to be some kind of resource consumption-not-being-freed issue.

-- 
vmap allocation errors after resuming
https://bugs.launchpad.net/bugs/380696
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 380696] Re: vmap allocation errors after resuming

2009-05-26 Thread Joshua Kugler
Hibernate/resume didn't help, and in addition got a message about
__ratelimit:

May 26 10:10:45 hosanna kernel: [151602.816092] usb 3-2: USB disconnect, 
address 5
May 26 10:10:52 hosanna kernel: [151609.137032] usb 3-2: new low speed USB 
device using uhci_hcd and address 6
May 26 10:10:52 hosanna kernel: [151609.318165] usb 3-2: configuration #1 
chosen from 1 choice
May 26 10:10:52 hosanna kernel: [151609.339708] __ratelimit: 1932 callbacks 
suppressed
May 26 10:10:52 hosanna kernel: [151609.339712] vmap allocation failed: use 
vmalloc= to increase size.
May 26 10:10:52 hosanna kernel: [151609.339733] generic-usb: probe of 
0003:046D:C404.0012 failed with error -12


Now going to try a  full reboot.  If it matters/helps: I rarely shut down my 
laptop all the way: I just hibernate/resume.

-- 
vmap allocation errors after resuming
https://bugs.launchpad.net/bugs/380696
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 380696] [NEW] vmap allocation errors after resuming

2009-05-26 Thread Joshua Kugler
Public bug reported:

Today, after resuming from hibernate, my USB devices were not working.
Unplugging/plugging showed this in the syslog:

May 26 10:00:31 hosanna kernel: [151083.256100] usb 3-2: USB disconnect, 
address 4
May 26 10:00:33 hosanna kernel: [151084.984028] usb 3-2: new low speed USB 
device using uhci_hcd and address 5
May 26 10:00:33 hosanna kernel: [151085.160091] usb 3-2: configuration #1 
chosen from 1 choice
May 26 10:00:33 hosanna kernel: [151085.185495] vmap allocation failed: use 
vmalloc= to increase size.
May 26 10:00:33 hosanna kernel: [151085.185944] generic-usb: probe of 
0003:046D:C404.0011 failed with error -12

I'm going to try to add vmap=256MB to the kernel boot options and see if
that resolves it.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
HibernationDevice: RESUME=UUID=f2b981aa-2494-46e3-89b0-0b6804954d14
MachineType: Dell Inc. MP061
Package: linux-image-2.6.28-12-generic 2.6.28-12.43
ProcCmdLine: root=/dev/mapper/kuglerlaptop-root ro splash
ProcEnviron:
 PATH=(custom, user)
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-12.43-generic
SourcePackage: linux

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


** Tags: apport-bug i386

-- 
vmap allocation errors after resuming
https://bugs.launchpad.net/bugs/380696
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 380696] Re: vmap allocation errors after resuming

2009-05-26 Thread Joshua Kugler

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/27178750/BootDmesg.txt

** Attachment added: "CurrentDmesg.gz"
   http://launchpadlibrarian.net/27178751/CurrentDmesg.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/27178754/Dependencies.txt

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/27178755/HalComputerInfo.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/27178756/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/27178757/Lsusb.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/27178759/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/27178761/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/27178762/ProcModules.txt

-- 
vmap allocation errors after resuming
https://bugs.launchpad.net/bugs/380696
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 322225] Re: OOo: Error exporting the document Untitled1: Write Error. The file could no be written

2009-05-19 Thread Joshua Kugler
Still failing on both txt and xhtml.  I have selected the JRE (see
attached screen shot).

** Attachment added: "Joshua's OO Java settings"
   http://launchpadlibrarian.net/26944493/OO-JavaSettings.png

-- 
OOo: Error exporting the document Untitled1: Write Error. The file could no be 
written
https://bugs.launchpad.net/bugs/35
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 322225] Re: OOo: Error exporting the document Untitled1: Write Error. The file could no be written

2009-05-18 Thread Joshua Kugler
Sorry, forgot to mention that this is when trying to export to
HTML/XHTML.

-- 
OOo: Error exporting the document Untitled1: Write Error. The file could no be 
written
https://bugs.launchpad.net/bugs/35
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 322225] Re: OOo: Error exporting the document Untitled1: Write Error. The file could no be written

2009-05-18 Thread Joshua Kugler
I am seeing this problem again in Jaunty/9.04 with the standard Ubuntu
OO packages. I installed Sun Java 6, and am getting the "Could not write
file" error.

ii  openoffice.org-base-core   1:3.0.1-9ubuntu3 
  full-featured office productivity suite -- s
ii  openoffice.org-calc1:3.0.1-9ubuntu3 
  full-featured office productivity suite -- s
ii  openoffice.org-common  1:3.0.1-9ubuntu3 
  full-featured office productivity suite -- a
ii  openoffice.org-core1:3.0.1-9ubuntu3 
  full-featured office productivity suite -- a
ii  openoffice.org-draw1:3.0.1-9ubuntu3 
  full-featured office productivity suite -- d
ii  openoffice.org-emailmerge  1:3.0.1-9ubuntu3 
  full-featured office productivity suite -- e
ii  openoffice.org-help-en-gb  1:3.0.1-9ubuntu2 
  full-featured office productivity suite -- E
ii  openoffice.org-help-en-us  1:3.0.1-9ubuntu2 
  full-featured office productivity suite -- E
ii  openoffice.org-hyphenation 0.3  
  Hyphenation patterns for OpenOffice.org
ii  openoffice.org-hyphenation-en-us   2.4-2ubuntu1 
  US English hyphenation patterns for OpenOffi
ii  openoffice.org-impress 1:3.0.1-9ubuntu3 
  full-featured office productivity suite -- p
ii  openoffice.org-kde 1:3.0.1-9ubuntu3 
  full-featured office productivity suite -- K
ii  openoffice.org-l10n-common 1:3.0.1-9ubuntu2 
  common files for OpenOffice.org language and
ii  openoffice.org-l10n-en-gb  1:3.0.1-9ubuntu2 
  full-featured office productivity suite -- E
ii  openoffice.org-l10n-en-za  1:3.0.1-9ubuntu2 
  full-featured office productivity suite -- E
ii  openoffice.org-math1:3.0.1-9ubuntu3 
  full-featured office productivity suite -- e
ii  openoffice.org-style-crystal   1:3.0.1-9ubuntu3 
  full-featured office productivity suite -- C
ii  openoffice.org-thesaurus-en-au 2.1-3.1  
  Australian English Thesaurus for OpenOffice.
ii  openoffice.org-thesaurus-en-us 1:3.0.1-8ubuntu1 
  English Thesaurus for OpenOffice.org
ii  openoffice.org-writer  1:3.0.1-9ubuntu3 
  full-featured office productivity suite -- w

-- 
OOo: Error exporting the document Untitled1: Write Error. The file could no be 
written
https://bugs.launchpad.net/bugs/35
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 262833] Re: gtkprint does not honor gnome settings for print preview

2009-04-22 Thread Joshua Kugler
OK, that may be, but I would sure like to know which line in gtkrc to
change, and where I might change it via the GUI.  Please see the line in
my original bug report:

"After changing all the gnome defaults to use kpdf and kghostview, I was
still getting the message."

I don't know if this will repopen the bug, but it appears that either
Evolution is not honoring gtkrc, or there is not a clear, intuitive way
of changing the print preview in the config GUI.

-- 
gtkprint does not honor gnome settings for print preview
https://bugs.launchpad.net/bugs/262833
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 349800] [NEW] File in .deb file, but not installed

2009-03-27 Thread Joshua Kugler
Public bug reported:

Binary package hint: libapache2-mod-authnz-external

Today when I installed libapache2-mod-auth-external, and tried to enable
it, there was no .load or .conf file in /etc/apache2/mods-available.
I did a dpkg -L on the package, and it listed:

/etc
/etc/apache2
/etc/apache2/mods-available
/etc/apache2/mods-available/authnz_external.load

But:

# ls -la /etc/apache2/mods-available/authnz_external.load
ls: cannot access /etc/apache2/mods-available/authnz_external.load: No such 
file or directory

I looked at the actual deb file, and it is in there (I copied it out
into the mods-available directory).

I uninstalled and reinstalled the package, and the .load file still was
not there.

Very weird, I've never seen a .deb do this before.

** Affects: libapache2-mod-authnz-external (Ubuntu)
 Importance: Undecided
 Status: New

-- 
File in .deb file, but not installed
https://bugs.launchpad.net/bugs/349800
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 319547] Re: The version you are using is not supported by ICQ. Download a free authorized ICQ version from ICQ's official website.

2009-03-21 Thread Joshua Kugler
Hardy is a supported release, thus this fix needs to be back-ported to
Hardy, either via backports, or via an update of the package in hardy.

** Changed in: hardy-backports
   Status: Invalid => Confirmed

-- 
The version you are using is not supported by ICQ. Download a free authorized 
ICQ version from ICQ's official website.
https://bugs.launchpad.net/bugs/319547
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 342529] [NEW] Current mon package is two years behind current source

2009-03-13 Thread Joshua Kugler
Public bug reported:

Binary package hint: mon

The mon package in universe is currently 0.99.  The latest code
(released June 6, 2007) is 1.2.  An update would be nice. :)

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

-- 
Current mon package is two years behind current source
https://bugs.launchpad.net/bugs/342529
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 262833] Re: gtkprint does not honor gnome settings for print preview

2009-02-18 Thread Joshua Kugler
Moving to confirmed since it is still present in current sources, as
well as Jaunty sources.

** Changed in: gtk+2.0 (Ubuntu)
   Status: Incomplete => Confirmed

-- 
gtkprint does not honor gnome settings for print preview
https://bugs.launchpad.net/bugs/262833
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 262833] Re: gtkprint does not honor gnome settings for print preview

2009-02-16 Thread Joshua Kugler
I have not tried this in 8.10 or 9.04 because I am still using 8.04 and
have no plans to upgrade in the short term.  8.04 is a long term support
release, so I would like to see this fixed in 8.04.

This bug still exists in 8.04. The Makefile.am for gtk 2.12.9 contains
this line:

GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-
settings %s %f"

Thus, it is still hard coded.

In gtk+ 2.15.3 (Jaunty) Makefile.am still contains:

GTK_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-
settings %s %f"

And it is referenced in gtksettings.c, so I'm assming it's still hard
coded.

-- 
gtkprint does not honor gnome settings for print preview
https://bugs.launchpad.net/bugs/262833
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 228357] Re: Network manager does not know the meaning of "disabled."

2008-10-11 Thread Joshua Kugler
This is still an issue with Gutsy. Gutsy is still a supported release,
so I would expect this to be fixed in Gutsy.  I cannot run Hardy on my
laptop due to bugs #228365 and #231220.

Please re-open for Gutsy.

Thanks!

-- 
Network manager does not know the meaning of "disabled."
https://bugs.launchpad.net/bugs/228357
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 262833] [NEW] gtkprint does not honor gnome settings for print preview

2008-08-29 Thread Joshua Kugler
Public bug reported:

In trying to do a print-preview in Evolution (running under a KDE
desktop), I kept getting a message that 'evince' could not be found to
do the print preview.  After changing all the gnome defaults to use kpdf
and kghostview, I was still getting the message.

I finally found this message:
https://bugzilla.novell.com/show_bug.cgi?id=273418#c2 and realized that
gtkprint was hard coded to call evince.

gtkprint should honor gnome settings default as to what to use for print
preview.

** Affects: gtk+2.0 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gtkprint does not honor gnome settings for print preview
https://bugs.launchpad.net/bugs/262833
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 231220] Re: Evolution-exchange backend hangs after a while

2008-07-07 Thread Joshua Kugler
For the record, I downgraded my entire system to Gutsy and the problem
went away.  So, it seems to be some component in the Gnome chain or
kernel code is causing the problem.

-- 
Evolution-exchange backend hangs after a while
https://bugs.launchpad.net/bugs/231220
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 231215] Re: File crashes oocalc on open

2008-05-16 Thread Joshua Kugler
This file (opened and saved as Excel 95 in Gnumeric) opens find in
OOCalc.

** Attachment added: "est_95.xls"
   http://launchpadlibrarian.net/14567070/est_95.xls

-- 
File crashes oocalc on open
https://bugs.launchpad.net/bugs/231215
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 231220] [NEW] Evolution-exchange backend hangs after a while

2008-05-16 Thread Joshua Kugler
Public bug reported:

After the upgrade to Hardy, I am having what seems to be network issues with 
the Exchange storage plugin for Evolution.
 
It will works when Evolution and evolution-exchange first startr up, but then 
after a while, it will hang while checking or sending mail. An strace on the 
process evolution-exchange-storage shows lots of this:
 
Code:
recv(30, 0x81c1048, 5, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
fcntl64(30, F_GETFL)= 0x2 (flags O_RDWR)
recv(30, 0x81c1048, 5, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
fcntl64(30, F_GETFL)= 0x2 (flags O_RDWR)
recv(30, 0x81c1048, 5, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
fcntl64(30, F_GETFL)= 0x2 (flags O_RDWR)
recv(30, 0x81c1048, 5, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
fcntl64(30, F_GETFL)= 0x2 (flags O_RDWR)
recv(30, 0x81c1048, 5, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
fcntl64(30, F_GETFL)= 0x2 (flags O_RDWR)

I downgraded from 2.22 (Hardy) packages to 2.12 (Gutsy) packages, and I still 
have the same problem, so it would seem this to be a weird glitch in the 
networking in Hardy.
 
For completeness, I'm running this under KDE, but running Evolution since 
corporate has an Exchange server.

** Affects: evolution-exchange (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Evolution-exchange backend hangs after a while
https://bugs.launchpad.net/bugs/231220
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 231215] Re: File crashes oocalc on open

2008-05-16 Thread Joshua Kugler

** Attachment added: "est_.xls"
   http://launchpadlibrarian.net/14565184/est_.xls

-- 
File crashes oocalc on open
https://bugs.launchpad.net/bugs/231215
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 231215] [NEW] File crashes oocalc on open

2008-05-16 Thread Joshua Kugler
Public bug reported:

The attached file is a valid Excel file (can be opened by excel) but
crashes OO Calc 2.4 when it tries to open the file.  openoffice.org-calc
1:2.4.0-3ubuntu6

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: crash

-- 
File crashes oocalc on open
https://bugs.launchpad.net/bugs/231215
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 108230] Re: Boot process asks for "resume device file"

2008-05-08 Thread Joshua Kugler
Sorry...I also ran

update-initramfs -u -k all

-- 
Boot process asks for "resume device file"
https://bugs.launchpad.net/bugs/108230
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 102018] Re: [Needs-packaging] lbxproxy

2008-05-08 Thread Joshua Kugler
Sorry, not sure what LBX util is, but XLbx.c is still a pat of
http://ftp.x.org/pub/X11R7.3/src/everything/libXext-1.0.2.tar.bz2 so it
is very much a part of the source.

-- 
[Needs-packaging] lbxproxy
https://bugs.launchpad.net/bugs/102018
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 102018] Re: [Needs-packaging] lbxproxy

2008-05-08 Thread Joshua Kugler
It does not seem to have been dropped.  The app is still available here:

http://ftp.x.org/pub/X11R7.3/src/app/lbxproxy-1.0.1.tar.bz2

LBX Util (which appears to be the extention) here:

http://ftp.x.org/pub/X11R7.3/src/lib/liblbxutil-1.0.1.tar.bz2

-- 
[Needs-packaging] lbxproxy
https://bugs.launchpad.net/bugs/102018
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


  1   2   >