[Bug 197219] Re: /usr/local/lib/python/sitecustomize.py broken due to overriding sitecustomize in /etc

2017-03-15 Thread jtniehof
Explicitly setting PYTHONPATH to /usr/local/lib/site-python does the
trick OMM (16.04). Whether it's best to then copy-paste
/etc/sitecustomize.py into the local one, get into imp/importlib
machinery, or decide one doesn't care about apport, is left as an
exercise to the reader.

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

Title:
  /usr/local/lib/python/sitecustomize.py broken due to overriding
  sitecustomize in /etc

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

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


[Bug 1510841] Re: Upgrade from 15.04 to 15.10 - "Could not calculate the upgrade" due to multiple metapackages being installed

2015-12-30 Thread jtniehof
I'm confused by this, as I too had this problem, and my two metapackages
are xubuntu-core and xubuntu-desktop, which depends on xubuntu-core! So
how am I supposed to resolve this?

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

Title:
  Upgrade from 15.04 to 15.10 - "Could not calculate the upgrade" due to
  multiple metapackages being installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1510841/+subscriptions

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


[Bug 1455061] Re: White-listing IP-numbers or networks doesn't work

2015-05-14 Thread jtniehof
Hi Jonas--

Thanks for the report. If I recall correctly, allow_missing_dns no
overrides allow entires (despite the passed through with no checks
in the man page, I probably miswrote there) -- the DNS check comes
first. I'll take a look and at very least update the documentation, but
I do think it makes sense to let allow skip the DNS checks if it's
numeric.

In the meantime, try allow_missing_dns yes and allow_missing_reverse
yes if you feel comfortable with the security/attribution implications.

Note that the chance of upstream changes showing up in Ubuntu is quite
low; I finally orphaned the package in Debian since it would take months
and, sometimes, years to get a sponsor for the upload.

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

Title:
  White-listing IP-numbers or networks doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-shield/+bug/1455061/+subscriptions

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


[Bug 1455061] Re: White-listing IP-numbers or networks doesn't work

2015-05-14 Thread jtniehof
Thanks Jonas! I've entered this in my github and I should have a chance
to address it this weekend. Let me know if you'd like to be credited as
other than your full name here.

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

Title:
  White-listing IP-numbers or networks doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam-shield/+bug/1455061/+subscriptions

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


[Bug 794315] Re: lightdm forgets to source /etc/profile and ~/.profile

2014-10-28 Thread jtniehof
Note that the profile is sourced at the top of /usr/sbin/lightdm-
session, and the bottom of lightdm-session runs everything in
/etc/X11/Xsession.d. The final file is 99x11-common_start, which is exec
$STARTUP. Thus this never returns to the exec in lightdm-session. Since
99upstart (from upstart package, so pretty much always present) smashes
STARTUP to init --user, the X session is actually started by upstart--
which does not pass through the environment so carefully established in
lightdm-session (see Job environment in init(5)).

Consensus on askubuntu ( http://askubuntu.com/search?q=profile.d ) seems
to be a graphical login shell is not a login shell, which basically
requires the treatment of every new terminal window as a new login
shell if there's to be a rational environment in there. If this was
ever considered a bug, it appears to have reverted now.

I've been digging through this specifically on Xubuntu 14.04, but again,
the players involved seem to be pretty deep in the stack.

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

Title:
  lightdm forgets to source /etc/profile and ~/.profile

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

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


[Bug 1386760] [NEW] Upstart quashes Xsession.d environment

2014-10-28 Thread jtniehof
Public bug reported:

upstart owns (dpkg -S) a file /etc/X11/Xsession.d/99upstart which
changes the STARTUP environment variable to init --user. This makes
the actual X session startup in 99x11-common_start go through upstart.
Since the environment variables used in calling init do not get passed
through to the actual upstart job, this squashes the environment
customization done in Xsession.d and before. For instance, lightdm's
session wrapper processes /etc/profile; 40x11-common_xsessionrc
processes .xsessionrc, but these customizations do not make it into the
user environment. (This is a very easy test case: put TESTVAR=1 in
.xsessionrc, log out and back in, echo $TESTVAR. Should display 1,
instead displays empty.)

Note this bug is not upstart doesn't pass through the environment in
general, but upstart specifically interferes with Xsession startup
such that the environment is not passed through. It's essentially an
interaction between upstart and x11-common.

This seems to be the root of the recurrence of bug #794315 and I have to
wonder about bug #1259877.

Tested on Xubuntu 14.04.1 LTS (updates channel enabled), upstart
1.12.1-0ubuntu4.2, x11-common 1:7.7+1ubuntu8

** Affects: upstart (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/1386760

Title:
  Upstart quashes Xsession.d environment

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

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


[Bug 1386760] Re: Upstart quashes Xsession.d environment

2014-10-28 Thread jtniehof
PEBKAC. Forgot I need to export (actually to the environment) since it
needs to go out to child processes regardless of the path that takes.
Needed coffee, I guess.

** Changed in: upstart (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/1386760

Title:
  Upstart quashes Xsession.d environment

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

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


[Bug 791463] Re: asunder becomes unresponsive

2013-06-22 Thread jtniehof
Happens to me on precise. Strace output while unresponsive
open(/dev/sr0, O_RDONLY|O_NONBLOCK)   = 6
ioctl(6, CDROM_DISC_STATUS, 0x7fff) = 100
close(6)= 0
poll([{fd=5, events=POLLIN}, {fd=4, events=POLLIN}], 2, 0) = 1 ([{fd=4, 
revents=POLLIN}])
read(5, 0x752fd530, 16) = -1 EAGAIN (Resource temporarily 
unavailable)
open(/dev/sr0, O_RDONLY|O_NONBLOCK)   = 6


This is using Xubuntu.

If I open the disc in Thunar (XFCE file manager), but don't play
anything, then suddenly asunder starts working properly. So there's a
workaround

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

Title:
  asunder becomes unresponsive

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

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


[Bug 124743] Re: Sony Sixaxis Controller does not work over bluetooth

2012-01-08 Thread jtniehof
Most of the guides out there are for old versions of bluez (3.x). I have
applied the patch from Fedora and made a debdiff against the version in
oneiric. With this patch applied, all I need to do is plug the
controller in via USB once for the pairing, then unplug and use the PS
button to connect. Note this is gamepad only, no rumble or accelerometer
support. I haven't reviewed the guts of the patch (I assume the Fedora
devs have); I'm only responsible for the packaging.

My main reference was http://www.netswarm.net/sixaxis-support/

Note there's a brainstorm for this:
http://brainstorm.ubuntu.com/idea/3232

** Patch added: Patch to enable USB pairing + gamepad over bluetooth.
   
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/124743/+attachment/2662809/+files/bluez_4.96-0ubuntu5.debdiff

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

Title:
  Sony Sixaxis Controller does not work over bluetooth

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-ps3-port/+bug/124743/+subscriptions

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


[Bug 188110] Re: [needs-packaging] zmviewer needs packaging

2010-05-27 Thread jtniehof
** Bug watch added: Debian Bug tracker #463970
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463970

** Changed in: debian
   Importance: Undecided = Unknown

** Changed in: debian
   Status: New = Unknown

** Changed in: debian
 Remote watch: None = Debian Bug tracker #463970

-- 
[needs-packaging] zmviewer needs packaging
https://bugs.launchpad.net/bugs/188110
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 571687] Re: [needs-packaging] openttd-openmsx

2010-05-27 Thread jtniehof
For those getting confused like I am, this is not the same as the
openmsx package which is already in Debian and Ubuntu (MSX emulator.)

** Changed in: ubuntu
   Status: New = Invalid

** Changed in: ubuntu
   Status: Invalid = New

-- 
[needs-packaging] openttd-openmsx
https://bugs.launchpad.net/bugs/571687
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 571687] Re: [needs-packaging] openttd-openmsx

2010-05-27 Thread jtniehof
Digging done :) To get this packaged, it's probably worth getting in
touch with the Debian maintainers of openttd and the opengfx, opensfx
packages ( http://packages.debian.org/squeeze/openttd-opensfx ). They
would be best equipped to go about packaging it (or helping out), or
would have some reason why not.

-- 
[needs-packaging] openttd-openmsx
https://bugs.launchpad.net/bugs/571687
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 572038] Re: Update Manager does not prompt to upgrade to 10.04 if LTS upgrades option is set in sources.list

2010-05-01 Thread jtniehof
J Jones: version skip upgrading is only supported from LTS to LTS, so your 
9.04 machine will have to go to 9.10 first.
( https://help.ubuntu.com/community/UpgradeNotes )

-- 
Update Manager does not prompt to upgrade to 10.04 if LTS upgrades option is 
set in sources.list
https://bugs.launchpad.net/bugs/572038
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 429251] Re: [RV200] ATI graphics corruption with compiz on XAA

2010-04-12 Thread jtniehof
I agree with Gary13579 that use EXA is not a fit for XAA doesn't
work. Upstream has decided XAA is a WONTFIX
(http://bugs.freedesktop.org/show_bug.cgi?id=22055), so I suggest
someone from Bug Control mark this (and bug #426582) as WONTFIX as well.

EXA performance problems should probably be another bug. There are
several which *may* be relevant; those having problems may wish to look
at bug #394402 and bug #405655.

** Bug watch added: freedesktop.org Bugzilla #22055
   http://bugs.freedesktop.org/show_bug.cgi?id=22055

-- 
[RV200] ATI graphics corruption with compiz on XAA
https://bugs.launchpad.net/bugs/429251
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


Re: [Bug 429251] Re: ATI graphics corruption with compiz on XAA

2010-03-24 Thread jtniehof
On Sun, Mar 7, 2010 at 12:19 PM, Randall Ross (rrnwexec)
rand...@executiv.es wrote:
 Good news. Lucid Lynx Alpha 3 does not exhibit this behaviour on the Radeon 
 Mobility M6 LY
 (Neither does Alpha1 or Alpha2).

Randall, can you confirm that you have no corruption using XAA? (Check
/var/log/Xorg.0.log for mention of either XAA or EXA.) If EXA is being
used by default now, that's a fine workaround (and may be worth
turning this into a WONTFIX), but it's not a fix.

Thanks.

-- 
[RV200] ATI graphics corruption with compiz on XAA
https://bugs.launchpad.net/bugs/429251
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 429251] Re: ATI graphics corruption with compiz on XAA

2010-03-06 Thread jtniehof
Lucid alpha 2 and 3 do not show corruption on what lspci identifies as
Radeon Mobility M7 LW [Radeon Mobility 7500] (ThinkPad T30). However,
checking X.0.log shows that the X server is using EXA, not XAA. I was
unable to force XAA using an xorg.conf. Bug #513956 suggests that XAA
still exists, however, and is being used for some cards.

-- 
ATI graphics corruption with compiz on XAA
https://bugs.launchpad.net/bugs/429251
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 426582] Re: (32MB) certain windows drawn garbled when XAA is used

2010-03-06 Thread jtniehof
Lucid alpha 2 and 3 display the notifcation windows fine on what lspci
identifies as Radeon Mobility M7 LW [Radeon Mobility 7500] (ThinkPad
T30). However, checking X.0.log shows that the X server is using EXA,
not XAA. This may explain the slow performance some people are noting. I
was unable to force XAA using an xorg.conf. Bug #513956 suggests that
XAA still exists, however, and is being used for some cards.

apinunt: the fix is to the release notes, describing the problem, not
fixing it.

-- 
(32MB) certain windows drawn garbled when XAA is used
https://bugs.launchpad.net/bugs/426582
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 318497] Re: New version of joy2key

2010-03-04 Thread jtniehof
The sync with Debian has happened, and 1.6.3-1 is now in the repository
for Lucid.

** Changed in: joy2key (Ubuntu)
   Status: In Progress = Fix Committed

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

-- 
New version of joy2key
https://bugs.launchpad.net/bugs/318497
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 416001] Re: Notification and similar dialogs are displaying corrupted after update on Karmic

2010-01-03 Thread jtniehof
** This bug is no longer a duplicate of bug 426582
   (32MB) certain windows drawn garbled when XAA is used

-- 
Notification and similar dialogs are displaying corrupted after update on Karmic
https://bugs.launchpad.net/bugs/416001
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 426582] Re: (32MB) certain windows drawn garbled when XAA is used

2010-01-03 Thread jtniehof
I misspoke (too many windows open). Bug #416001 is related but not the
same, unmarked. Bug #429251 is essentially the same but, as I mentioned,
there's no clear distinguishing whether it or this should be marked dupe
(and each links the other in comments)

-- 
(32MB) certain windows drawn garbled when XAA is used
https://bugs.launchpad.net/bugs/426582
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 474264] Re: Compositing in karmic fails with Ati Mobility M6 16 MB on Dell C610

2010-01-02 Thread jtniehof
*** This bug is a duplicate of bug 429251 ***
https://bugs.launchpad.net/bugs/429251

** This bug has been marked a duplicate of bug 429251
   ATI graphics corruption with compiz on XAA

-- 
Compositing in karmic fails with Ati Mobility M6 16 MB on Dell C610 
https://bugs.launchpad.net/bugs/474264
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 478685] Re: [M6] broken compiz / graphics stack / ati drivers (128MB)

2010-01-02 Thread jtniehof
*** This bug is a duplicate of bug 429251 ***
https://bugs.launchpad.net/bugs/429251

Although the hardware is not identical, this looks to me like a
duplicate of bug #429251 (see also bug #426582).

** This bug has been marked a duplicate of bug 429251
   ATI graphics corruption with compiz on XAA

-- 
[M6] broken compiz / graphics stack / ati drivers (128MB)
https://bugs.launchpad.net/bugs/478685
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 441814] Re: Karmic Beta: Visual Effects not usable

2010-01-02 Thread jtniehof
*** This bug is a duplicate of bug 429251 ***
https://bugs.launchpad.net/bugs/429251

This appears to be essentially the same as bug #429251 although the
hardware is not identical. Marking it as such to try and keep all this
in one place.

** This bug has been marked a duplicate of bug 429251
   ATI graphics corruption with compiz on XAA

-- 
Karmic Beta: Visual Effects not usable
https://bugs.launchpad.net/bugs/441814
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 429251] Re: ATI graphics corruption with compiz on XAA

2010-01-02 Thread jtniehof
Still exists in Lucid alpha 1. For those who haven't seen it yet, bug
#426582 is also related.

-- 
ATI graphics corruption with compiz on XAA
https://bugs.launchpad.net/bugs/429251
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 460055] Re: with visual effects disabled, notifications and system-admistration-system monitor cannot be seen

2010-01-02 Thread jtniehof
*** This bug is a duplicate of bug 426582 ***
https://bugs.launchpad.net/bugs/426582

This appears to be a duplicate of bug #426582, so I am marking it as
such. There are some workarounds in that bug discussion which may help.

** This bug has been marked a duplicate of bug 426582
   (32MB) certain windows drawn garbled when XAA is used

-- 
with visual effects disabled, notifications and system-admistration-system 
monitor cannot be seen
https://bugs.launchpad.net/bugs/460055
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 426582] Re: (32MB) certain windows drawn garbled when XAA is used

2010-01-02 Thread jtniehof
This is still present in Lucid Alpha 1. Bug #416001 appears to be the
same; unfortunately both it and this bug have significant activity so
neither one is easily marked duplicate. See also bug #429251, which
seems to be related.

-- 
(32MB) certain windows drawn garbled when XAA is used
https://bugs.launchpad.net/bugs/426582
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 394704] Re: Disabling wireless in BIOS is not persistent (Eee 900HD)

2009-12-23 Thread jtniehof
Looks like it's fixed in Karmic (kernel 2.6.31-16.53). As a further
bonus, the Fn-F2 radio switch works now.

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

-- 
Disabling wireless in BIOS is not persistent (Eee 900HD)
https://bugs.launchpad.net/bugs/394704
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 291771] Re: Changing map projections results in error

2009-12-23 Thread jtniehof
Since thuban 1.2.1 is now in the repositories, this is fixed (verified
in karmic).

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

-- 
Changing map projections results in error
https://bugs.launchpad.net/bugs/291771
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 229370] Re: Regression: USB removable storage devices listed in fstab no longer show in Computer

2009-12-21 Thread jtniehof

** Attachment added: gvfs-mount.script
   http://launchpadlibrarian.net/37024932/gvfs-mount.script

-- 
Regression: USB removable storage devices listed in fstab no longer show in 
Computer 
https://bugs.launchpad.net/bugs/229370
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 229370] Re: Regression: USB removable storage devices listed in fstab no longer show in Computer

2009-12-21 Thread jtniehof

** Attachment added: devkit-disks.script
   http://launchpadlibrarian.net/37024940/devkit-disks.script

-- 
Regression: USB removable storage devices listed in fstab no longer show in 
Computer 
https://bugs.launchpad.net/bugs/229370
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 229370] Re: Regression: USB removable storage devices listed in fstab no longer show in Computer

2009-12-21 Thread jtniehof

** Attachment added: fstab
   http://launchpadlibrarian.net/37024943/fstab

-- 
Regression: USB removable storage devices listed in fstab no longer show in 
Computer 
https://bugs.launchpad.net/bugs/229370
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 229370] Re: Regression: USB removable storage devices listed in fstab no longer show in Computer

2009-12-21 Thread jtniehof

** Attachment added: mountinfo
   http://launchpadlibrarian.net/37024946/mountinfo

-- 
Regression: USB removable storage devices listed in fstab no longer show in 
Computer 
https://bugs.launchpad.net/bugs/229370
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 229370] Re: Regression: USB removable storage devices listed in fstab no longer show in Computer

2009-12-21 Thread jtniehof
Logs are attached. Looks like the disk shows up in devkit but not gvfs,
so changing the package. Removing the entry from fstab makes it show up
in Places; no need to unplug/replug the drive. If I re-add the drive to
fstab, without unplugging/replugging the drive, it no longer has an
entry in places.

Also found upstream bugs, linking.

** Package changed: nautilus (Ubuntu) = gvfs (Ubuntu)

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

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

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

** Bug watch added: GNOME Bug Tracker #536292
   https://bugzilla.gnome.org/show_bug.cgi?id=536292

** Also affects: gvfs via
   https://bugzilla.gnome.org/show_bug.cgi?id=536292
   Importance: Unknown
   Status: Unknown

-- 
Regression: USB removable storage devices listed in fstab no longer show in 
Computer 
https://bugs.launchpad.net/bugs/229370
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 215953] Re: grub takes too much time loading when i removed floppy from BIOS

2009-12-19 Thread jtniehof
Thanks for the update, José. Since the issue seems to be resolved I'll
close this bug; feel free to open it if the problems recur, and of
course feel free to open other bugs if any other issues crop up.

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

-- 
grub takes too much time loading when i removed floppy from BIOS
https://bugs.launchpad.net/bugs/215953
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 210485] Re: Usplash shows dirty fs check as routine check, allows cancelling

2009-12-19 Thread jtniehof
Since the original reporter is no longer affected by this bug, I'm
closing it. As always, feel free to reopen it if it recurs, or file new
bugs for any other issues. Thanks!

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

-- 
Usplash shows dirty fs check as routine check, allows cancelling
https://bugs.launchpad.net/bugs/210485
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 221854] Re: hdparm Ignores Order of Command-Line Flags.

2009-12-19 Thread jtniehof
Confirmed in hdparm 9.15-1ubuntu4, Ubuntu 9.10, using the submitter's
suggested command line (hdparm -S60 -y).

** Changed in: hdparm (Ubuntu)
   Status: New = Confirmed

-- 
hdparm Ignores Order of Command-Line Flags.
https://bugs.launchpad.net/bugs/221854
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 221854] Re: hdparm Ignores Order of Command-Line Flags.

2009-12-19 Thread jtniehof
Reported upstream:
https://sourceforge.net/tracker/?func=detailaid=2917692group_id=136732atid=736682

** Bug watch added: SourceForge.net Tracker #2917692
   http://sourceforge.net/support/tracker.php?aid=2917692

-- 
hdparm Ignores Order of Command-Line Flags.
https://bugs.launchpad.net/bugs/221854
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 223182] Re: Not in repository

2009-12-19 Thread jtniehof
dfontmgr was removed from Debian before the release of Ubuntu 8.04, as
it depends on an obsolete library that has also been removed. Can you
specify where there is the statement that dfontmgr is available in Hardy
so that can be fixed? Thanks!

(Reference: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=282225 )

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

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

-- 
Not in repository
https://bugs.launchpad.net/bugs/223182
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 496292] Re: Kerneloops and disconnecting wlan

2009-12-19 Thread jtniehof
** Bug watch added: Red Hat Bugzilla #536713
   https://bugzilla.redhat.com/show_bug.cgi?id=536713

** Also affects: fedora via
   https://bugzilla.redhat.com/show_bug.cgi?id=536713
   Importance: Unknown
   Status: Unknown

-- 
Kerneloops and disconnecting wlan
https://bugs.launchpad.net/bugs/496292
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 496292] Re: Kerneloops and disconnecting wlan

2009-12-19 Thread jtniehof
I think the Fedora bug is close enough to consider this one confirmed. A 
related, but not identical, Ubuntu bug is #426130 .
There is also a mainline kernel bug on the general issues with this driver: 
http://bugzilla.kernel.org/show_bug.cgi?id=13807

** Bug watch added: Linux Kernel Bug Tracker #13807
   http://bugzilla.kernel.org/show_bug.cgi?id=13807

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
Kerneloops and disconnecting wlan
https://bugs.launchpad.net/bugs/496292
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 496292] Re: Kerneloops and disconnecting wlan

2009-12-19 Thread jtniehof
Ooops, LP didn't auto-link... bug #426130 or
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/426130

-- 
Kerneloops and disconnecting wlan
https://bugs.launchpad.net/bugs/496292
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 229370] Re: Regression: USB removable storage devices listed in fstab no longer show in Computer

2009-12-19 Thread jtniehof
I have the same symptoms in 9.10, nautilus version 2.28.1-0ubuntu3
(Changing package to nautilus because the symptom manifests there.)

** Package changed: hal (Ubuntu) = nautilus (Ubuntu)

** Changed in: nautilus (Ubuntu)
   Status: New = Confirmed

-- 
Regression: USB removable storage devices listed in fstab no longer show in 
Computer 
https://bugs.launchpad.net/bugs/229370
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 228160] Re: lshw-gtk

2009-12-19 Thread jtniehof
Still present in Ubuntu 9.10, version 02.14-1

** Changed in: lshw (Ubuntu)
   Status: New = Confirmed

-- 
lshw-gtk
https://bugs.launchpad.net/bugs/228160
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 488532] Re: Make CapsLock an additional Ctrl should be under CapsLock key behavior, not Ctrl key position.

2009-12-14 Thread jtniehof
Thanks Thomas; I should have caught that. Since this is triaged I'm
marking bug 382301 as the duplicate, even though it came earlier (per
https://wiki.ubuntu.com/Bugs/HowToTriage#Marking%20duplicate)

-- 
Make CapsLock an additional Ctrl should be under CapsLock key behavior, not 
Ctrl key position.
https://bugs.launchpad.net/bugs/488532
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 382301] Re: capslock additional control

2009-12-14 Thread jtniehof
*** This bug is a duplicate of bug 488532 ***
https://bugs.launchpad.net/bugs/488532

** This bug has been marked a duplicate of bug 488532
   Make CapsLock an additional Ctrl should be under CapsLock key behavior, 
not Ctrl key position.

-- 
capslock additional control
https://bugs.launchpad.net/bugs/382301
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 318497] Re: New version of joy2key

2009-12-10 Thread jtniehof
** Bug watch added: Debian Bug tracker #554521
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554521

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

-- 
New version of joy2key
https://bugs.launchpad.net/bugs/318497
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 187615] Re: 7.04 to 7.10 upgrade fails (did not configure PAM)

2009-12-09 Thread jtniehof
** Changed in: pam (Ubuntu)
   Status: New = Incomplete

-- 
7.04 to 7.10 upgrade fails (did not configure PAM)
https://bugs.launchpad.net/bugs/187615
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 187615] Re: 7.04 to 7.10 upgrade fails (did not configure PAM)

2009-12-09 Thread jtniehof
Ubuntu 7.04 reached End of Life in October 2008; 7.10 reached EOL on 18
April 2009. It is unlikely this bug will be reproducible at this point.
Please feel free to add additional information to this bug, or to open a
new bug if you have difficulties with a currently-supported version of
Ubuntu (please see https://wiki.ubuntu.com/Releases for a list).

-- 
7.04 to 7.10 upgrade fails (did not configure PAM)
https://bugs.launchpad.net/bugs/187615
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 215953] Re: grub takes too much time loading when i removed floppy from BIOS

2009-12-09 Thread jtniehof
Does this bug still affect you? If so, can you specify at which point
the delay occurs? (e.g. what is printed on the screen). This may be a
function of your BIOS and not grub.

Thanks!

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

-- 
grub takes too much time loading when i removed floppy from BIOS
https://bugs.launchpad.net/bugs/215953
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 208770] Re: Hardy beta boot sequence: Network mounts in fstab is done before network is ready.

2009-12-09 Thread jtniehof
Per the mount manpage, _netdev is a filesystem-independent mount option.
Is anyone using _netdev and still having any problems?

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

-- 
Hardy beta boot sequence: Network mounts in fstab is done before network is 
ready.
https://bugs.launchpad.net/bugs/208770
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 200441] Re: Synaptic should check for lock before asking to update package lists.

2009-12-09 Thread jtniehof
I can confirm this on Jaunty, Karmic, and Lucid. The important step to
recreation is opening a package manager first (e.g. aptitude or
synaptic), which will take the lock. Then start software sources, which
does not try to take the lock until Reload is pressed. Changing the
source package appropriately.

** Package changed: synaptic (Ubuntu) = software-properties (Ubuntu)

** Changed in: software-properties (Ubuntu)
   Status: New = Confirmed

-- 
Synaptic should check for lock before asking to update package lists.
https://bugs.launchpad.net/bugs/200441
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 489558] Re: Kernel panic occurs randomly under normal use on Eee pc 901, Ubuntu 9.10 fully patched

2009-12-04 Thread jtniehof
Since it appears to be a hardware issue rather than a bug, I'll close
this bug. Feel free to reopen it if the problem recurs. Good
troubleshooting.

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

-- 
Kernel panic occurs randomly under normal use on Eee pc 901, Ubuntu 9.10 fully 
patched
https://bugs.launchpad.net/bugs/489558
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 318497] Re: New version of joy2key

2009-11-30 Thread jtniehof
I am working with the current Debian maintainer of joy2key to update the Debian 
package to 1.6.3. I hope to have it ready by the Lucid import freeze on 11 
February, but can't make any promises. In the meantime:
joy2key -dev /dev/input/js0
(note the lack of curly braces) should work.

** Changed in: joy2key (Ubuntu)
   Status: New = In Progress

** Changed in: joy2key (Ubuntu)
 Assignee: (unassigned) = jtniehof (jtniehof)

-- 
New version of joy2key
https://bugs.launchpad.net/bugs/318497
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 489577] Re: Impossible to use podcast feature of Rhytmnbox

2009-11-28 Thread jtniehof
*** This bug is a duplicate of bug 489578 ***
https://bugs.launchpad.net/bugs/489578

** This bug has been marked a duplicate of bug 489578
   Impossible to use podcast feature of Rhytmnbox

-- 
Impossible to use podcast feature of Rhytmnbox
https://bugs.launchpad.net/bugs/489577
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 489576] Re: Impossible to use podcast feature of Rhytmnbox

2009-11-28 Thread jtniehof
*** This bug is a duplicate of bug 489578 ***
https://bugs.launchpad.net/bugs/489578

** This bug has been marked a duplicate of bug 489578
   Impossible to use podcast feature of Rhytmnbox

-- 
Impossible to use podcast feature of Rhytmnbox
https://bugs.launchpad.net/bugs/489576
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 489558] Re: Kernel panic occurs randomly under normal use on Eee pc 901, Ubuntu 9.10 fully patched

2009-11-28 Thread jtniehof
Thanks for the report. Here are a few links to get started on hopefully getting 
a useable crashdump:
https://help.ubuntu.com/community/DebuggingSystemCrash
https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Capturing%20OOPs 
(particularly the link to the crashdump recipe)

If possible, you might also want to try working without wireless for
awhile and see if that improves the situation.

-- 
Kernel panic occurs randomly under normal use on Eee pc 901, Ubuntu 9.10 fully 
patched
https://bugs.launchpad.net/bugs/489558
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 489474] Re: Need newbie-friendly alternative to maintenance shell when mount fails

2009-11-28 Thread jtniehof
Thank you for taking the time to make Ubuntu better. Since you are
suggesting a significant design effort, you are invited to post your
idea in Ubuntu Brainstorm at http://brainstorm.ubuntu.com/ where it can
be discussed, voted by the community and reviewed by developers. Thanks
for taking the time to share your opinion!

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

-- 
Need newbie-friendly alternative to maintenance shell when mount fails
https://bugs.launchpad.net/bugs/489474
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 488532] Re: Make CapsLock an additional Ctrl should be under CapsLock key behavior, not Ctrl key position.

2009-11-27 Thread jtniehof
Per comments on Gnome bug 602991.

** Package changed: gnome-control-center (Ubuntu) = xkeyboard-config
(Ubuntu)

-- 
Make CapsLock an additional Ctrl should be under CapsLock key behavior, not 
Ctrl key position.
https://bugs.launchpad.net/bugs/488532
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 489416] Re: make another copy overwrites just written DVD

2009-11-27 Thread jtniehof
*** This bug is a duplicate of bug 470393 ***
https://bugs.launchpad.net/bugs/470393

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 470393, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 470393
   Brasero does not eject, nor offers to eject after burning

-- 
make another copy overwrites just written DVD
https://bugs.launchpad.net/bugs/489416
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 180515] Re: Can't kill or abandon a gksudo session

2009-11-27 Thread jtniehof
gksudo uses the same timestamp file as sudo, so sudo -k (or -K) will
also kill a gksudo authentication.

However, the memory is per tty, so opening a terminal and doing sudo
-k will not forget the authentication one provided from e.g. running
Synaptic from the menu. The key is to run sudo -k without opening a
terminal: either add the Run Application... button to the panel and
use that to run sudo -k (leave run in terminal unchecked), or do Add
to Panel, Custom Application Launcher and put sudo -k as the command.

Unfortunately there's no easy facility for running a script on logout
from Gnome, but recall that once you've logged out, someone would need
to enter your password to log in anyhow.

Since this is functioning as designed, I'm closing this bug.

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

-- 
Can't kill or abandon a gksudo session
https://bugs.launchpad.net/bugs/180515
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 180698] Re: suspend causes immediate resume with wake on usb enabled in 7.10

2009-11-27 Thread jtniehof
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering if this is still an issue
for you. Can you try with the latest Ubuntu release? Thanks in advance.

** Changed in: acpi-support (Ubuntu)
   Status: New = Incomplete

-- 
suspend causes immediate resume with wake on usb enabled in 7.10
https://bugs.launchpad.net/bugs/180698
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 446004] Re: package python3.1-minimal 3.1.1-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-11-27 Thread jtniehof
The policy Matthias linked also says [T]hese directories must be
created and removed by the postinst and prerm maintainer scripts
These scripts must not fail if either of these operations fail.  Since
the installation of python31-minimal fails when /usr/local/lib is not
writeable, I believe this is a valid bug. Attached is a patch to fix the
postinst script per the directions in the Debian policy manual (9.1.2).

** Attachment added: Patch to allow package to install if /usr/local/lib is 
not writable
   http://launchpadlibrarian.net/36185443/python31_no_usr_local.debdiff

** Changed in: python3.1 (Ubuntu)
   Status: Invalid = Confirmed

-- 
package python3.1-minimal 3.1.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/446004
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 488239] Re: should not install anything into /usr/local

2009-11-27 Thread jtniehof
*** This bug is a duplicate of bug 446004 ***
https://bugs.launchpad.net/bugs/446004

** This bug is no longer a duplicate of bug 488238
   should not install anything into /usr/local
** This bug has been marked a duplicate of bug 446004
   package python3.1-minimal 3.1.1-0ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

-- 
should not install anything into /usr/local
https://bugs.launchpad.net/bugs/488239
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 488238] Re: should not install anything into /usr/local

2009-11-27 Thread jtniehof
*** This bug is a duplicate of bug 446004 ***
https://bugs.launchpad.net/bugs/446004

This bug is a duplicate of #446004. As that bug has more complete
discussion, I have reopened it and attached a patch there and will mark
this as a duplicate.

** This bug has been marked a duplicate of bug 446004
   package python3.1-minimal 3.1.1-0ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

-- 
should not install anything into /usr/local
https://bugs.launchpad.net/bugs/488238
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 190125] Re: mkdosfs segfault if enter invalid value for -b

2009-11-27 Thread jtniehof
I have been unable to reproduce this bug on Ubuntu 9.10 with mkdosfs
3.0.3. Can you please check to see if this is still an issue for you,
and if so, what version of Ubuntu and mkdosfs you are using? Thanks!

** Changed in: util-linux (Ubuntu)
   Status: New = Incomplete

-- 
mkdosfs segfault if enter invalid value for -b
https://bugs.launchpad.net/bugs/190125
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 181334] Re: Garbled whiptail dialog from gdm error

2009-11-27 Thread jtniehof
Because 60600 is marked fixed and appears to be the underlying issue,
I'm marking this fixed as well.

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

-- 
Garbled whiptail dialog from gdm error
https://bugs.launchpad.net/bugs/181334
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 488239] Re: should not install anything into /usr/local

2009-11-25 Thread jtniehof
*** This bug is a duplicate of bug 488238 ***
https://bugs.launchpad.net/bugs/488238

** This bug has been marked a duplicate of bug 488238
   should not install anything into /usr/local

-- 
should not install anything into /usr/local
https://bugs.launchpad.net/bugs/488239
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 488532] Re: Make CapsLock an additional Ctrl should be under CapsLock key behavior, not Ctrl key position.

2009-11-25 Thread jtniehof
** Package changed: udev (Ubuntu) = gnome-control-center (Ubuntu)

-- 
Make CapsLock an additional Ctrl should be under CapsLock key behavior, not 
Ctrl key position.
https://bugs.launchpad.net/bugs/488532
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 488532] Re: Make CapsLock an additional Ctrl should be under CapsLock key behavior, not Ctrl key position.

2009-11-25 Thread jtniehof
** Bug watch added: GNOME Bug Tracker #602991
   https://bugzilla.gnome.org/show_bug.cgi?id=602991

** Also affects: gnome-control-center via
   https://bugzilla.gnome.org/show_bug.cgi?id=602991
   Importance: Unknown
   Status: Unknown

** Changed in: gnome-control-center (Ubuntu)
   Status: New = Confirmed

-- 
Make CapsLock an additional Ctrl should be under CapsLock key behavior, not 
Ctrl key position.
https://bugs.launchpad.net/bugs/488532
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 488474] Re: no such device

2009-11-25 Thread jtniehof
*** This bug is a duplicate of bug 403408 ***
https://bugs.launchpad.net/bugs/403408

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 403408, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

You may also wish to take a look at this forum thread:
http://ubuntuforums.org/showthread.php?p=8383616

** This bug has been marked a duplicate of bug 403408
   Grub 2 problem, error: no such device

-- 
no such device
https://bugs.launchpad.net/bugs/488474
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 488356] Re: Update manager shows its window every time it finds an update

2009-11-25 Thread jtniehof
This change is documented in the release notes for Ubuntu 9.10:
http://www.ubuntu.com/getubuntu/releasenotes/910#Change%20in%20notifications%20of%20available%20updates
Directions for restoring the previous behaviour are also provided there.

** Changed in: update-manager (Ubuntu)
   Status: New = Invalid

-- 
Update manager shows its window every time it finds an update
https://bugs.launchpad.net/bugs/488356
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 486630] Re: rhythmbox is closed when music is running and the volume bar of rythmbox is moved

2009-11-22 Thread jtniehof
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions to help us find and resolve the problem:
* Is this reproducible?
* If so, what specific steps should we take to recreate this bug?

For example, here's how I tried to reproduce this bug:
-Start rhythmbox (Applications, Sound and Video, Rhythmbox)
-Double-click on a song in my library to start it playing
-Click and release on the speaker icon, upper right, to show the volume slider
-Dragged up and down on the volume slider; this is the point where I would 
expect rhythmbox to crash based on your report.
I also did a click-and-hold on the speaker icon and dragged when the slider 
showed up

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

-- 
rhythmbox is closed when music is running and the volume bar of rythmbox is 
moved
https://bugs.launchpad.net/bugs/486630
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 486654] Re: Usability Problen: Upgrading silently removes incompatible repositories.

2009-11-22 Thread jtniehof
Can you specify the specific steps you used to perform the upgrade?
update-manager should provide a warning that it will be disabling third-
party repositories.

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

-- 
Usability Problen: Upgrading silently removes incompatible repositories.
https://bugs.launchpad.net/bugs/486654
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 486718] Re: package patch (not installed) failed to install/upgrade: subprocess dpkg-deb --control returned error exit status 2

2009-11-22 Thread jtniehof
*** This bug is a duplicate of bug 486717 ***
https://bugs.launchpad.net/bugs/486717

** This bug has been marked a duplicate of bug 486717
   package patch (not installed) failed to install/upgrade: subprocess dpkg-deb 
--control returned error exit status 2

-- 
package patch (not installed) failed to install/upgrade: subprocess dpkg-deb 
--control returned error exit status 2
https://bugs.launchpad.net/bugs/486718
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 486717] Re: package patch (not installed) failed to install/upgrade: subprocess dpkg-deb --control returned error exit status 2

2009-11-22 Thread jtniehof
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we can't fix it because your description
didn't include enough information. You may find it helpful to read How
to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

Can you please provide the specific steps or actions you took that
caused you to encounter the problem,

Thanks!

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

-- 
package patch (not installed) failed to install/upgrade: subprocess dpkg-deb 
--control returned error exit status 2
https://bugs.launchpad.net/bugs/486717
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 483935] Re: ddclient dpkg-configure with select hostnames from list fails

2009-11-16 Thread jtniehof
*** This bug is a duplicate of bug 483936 ***
https://bugs.launchpad.net/bugs/483936

** This bug has been marked a duplicate of bug 483936
   ddclient dpkg-configure with select hostnames from list fails

-- 
ddclient dpkg-configure with select hostnames from list fails
https://bugs.launchpad.net/bugs/483935
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 483176] Re: E: The package adobe-flashplugin needs to be reinstalled, but I can't find an archive for it. E: Internal error opening cache (1). Please report.

2009-11-15 Thread jtniehof
Definitely not a terminal bug (not necessarily synaptic either...)

** Package changed: gnome-terminal (Ubuntu) = synaptic (Ubuntu)

-- 
E: The package adobe-flashplugin needs to be reinstalled, but I can't find an 
archive for it. E: Internal error opening cache (1). Please report.
https://bugs.launchpad.net/bugs/483176
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 483177] apport-collect data

2009-11-15 Thread jtniehof
Architecture: i386
DistroRelease: Ubuntu 9.10
Package: synaptic 0.62.7ubuntu6
PackageArchitecture: i386
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
Uname: Linux 2.6.31-14-generic i686
UserGroups: adm admin audio cdrom dialout dip disk floppy lpadmin netdev 
plugdev powerdev sambashare scanner vboxusers video

-- 
KARMIC - Selecting the Ubuntu column dims then hangs Synaptic.
https://bugs.launchpad.net/bugs/483177
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 483177] Dependencies.txt

2009-11-15 Thread jtniehof

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/35726249/Dependencies.txt

-- 
KARMIC - Selecting the Ubuntu column dims then hangs Synaptic.
https://bugs.launchpad.net/bugs/483177
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 483177] XsessionErrors.txt

2009-11-15 Thread jtniehof

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/35726256/XsessionErrors.txt

** Tags added: apport-collected

-- 
KARMIC - Selecting the Ubuntu column dims then hangs Synaptic.
https://bugs.launchpad.net/bugs/483177
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 483177] Re: KARMIC - Selecting the Ubuntu column dims then hangs Synaptic.

2009-11-15 Thread jtniehof
I can confirm synaptic going non-responsive on karmic (synaptic 0.62.7ubuntu6)
Steps to reproduce:
System-Administration-Synaptic Package Manager
Click on the unlabelled column (Supported) between Status and Package.
Synaptic immediately goes non-responsive and will not redraw.

Clicking on the close button and choosing Force quit kills the window, but 
the process is still running.
sudo killall synaptic (do not need -9) will kill synaptic and it can be 
restarted again, operating normally.

** Changed in: synaptic (Ubuntu)
   Status: New = Confirmed

-- 
KARMIC - Selecting the Ubuntu column dims then hangs Synaptic.
https://bugs.launchpad.net/bugs/483177
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 482896] Re: Cant see the dvdblu-ray movies list at imdb web page.Red box covering it.

2009-11-15 Thread jtniehof
** Changed in: firefox-3.5 (Ubuntu)
   Status: New = Incomplete

-- 
Cant see the dvdblu-ray movies list at imdb web page.Red box covering it.
https://bugs.launchpad.net/bugs/482896
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 483017] Re: 16 gb flash drive with no music files is mounted as digital music player and wants to be opened with rhythmbox player

2009-11-15 Thread jtniehof
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it without more information.

Please include the information requested at
https://help.ubuntu.com/community/DebuggingUSBStorage as separate
attachments.

** Package changed: firefox-3.5 (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: New = Incomplete

-- 
16 gb flash drive with no music files is mounted as digital music player and 
wants to be opened with rhythmbox player
https://bugs.launchpad.net/bugs/483017
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 482686] Re: Can not print .pdf files

2009-11-15 Thread jtniehof
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we can't fix it because your description
didn't include enough information. You may find it helpful to read How
to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.
The information at https://wiki.ubuntu.com/DebuggingPrintingProblems may
also be useful.

How are you attempting to print? What happens, in detail? (Is there an
error message?) Can you provide a simple sample PDF that doesn't work?
Is printing in other applications working?

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

-- 
Can not print .pdf files
https://bugs.launchpad.net/bugs/482686
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 482764] Re: Alternate Karmic CD does not present the upgrade menu

2009-11-15 Thread jtniehof
** Changed in: debian-installer (Ubuntu)
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/debian-installer/+question/90340

-- 
Alternate Karmic CD does not present the upgrade menu
https://bugs.launchpad.net/bugs/482764
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 483048] Re: For larger documents with images application does not save changes

2009-11-15 Thread jtniehof
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we can't fix it because your description
didn't include enough information. You may find it helpful to read How
to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).

If there is a particular document that consistently triggers this bug,
it would also be helpful if you could attach it to this bug report (Add
an attachment link, below)

Thanks!

** Changed in: openoffice.org (Ubuntu)
   Status: New = Incomplete

-- 
For larger documents with images application does not save changes
https://bugs.launchpad.net/bugs/483048
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 483327] Re: package sun-java6-bin (not inst alled) failed to install/upgrade: el subprocés se qüència pre-installation nova retornà el co di d'eixida d'error 128

2009-11-15 Thread jtniehof
*** This bug is a duplicate of bug 483326 ***
https://bugs.launchpad.net/bugs/483326

** This bug has been marked a duplicate of bug 483326
   package sun-java6-bin (not installed) failed to install/upgrade: el 
subprocés seqüència pre-installation nova retornà el codi d'eixida d'error 128

-- 
package sun-java6-bin (not installed) failed to install/upgrade: el subprocés 
seqüència pre-installation nova retornà el codi d'eixida d'error 128
https://bugs.launchpad.net/bugs/483327
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 482187] Re: Notification Balloon is misplaced

2009-11-13 Thread jtniehof
*** This bug is a duplicate of bug 438536 ***
https://bugs.launchpad.net/bugs/438536

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 438536, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 438536
   Notifications should show up closer to top right

-- 
Notification Balloon is misplaced
https://bugs.launchpad.net/bugs/482187
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 481459] Re: Memory leak when PDF objects are dragged around.

2009-11-12 Thread jtniehof
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we can't fix it without more information.

Please run the following command which will attach necessary information:
apport-collect 481459

You may need to install the python-launchpadlib package from the
universe repository with 'sudo apt-get install python-launchpadlib'.
Additionally, when prompted to give apport-collect permissions for
Launchpad you will need to give it at least the ability to Change Non-
Private data as it will be adding information to your bug report.

Please also do attach the specific PDF here (Add an attachment below the Add 
comment window); that would be very helpful.
Also take a look at this similar bug: 
https://bugs.launchpad.net/evince/+bug/379403
It is supposed to be fixed in 9.10, but sounds very similar. It would be useful 
to know if the test cases on that bug cause the same problems as your test case.


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

-- 
Memory leak when PDF objects are dragged around.
https://bugs.launchpad.net/bugs/481459
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 481459] Re: Memory leak when PDF objects are dragged around.

2009-11-12 Thread jtniehof
** Changed in: evince (Ubuntu)
   Status: New = Confirmed

-- 
Memory leak when PDF objects are dragged around.
https://bugs.launchpad.net/bugs/481459
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 481459] Re: Memory leak when PDF objects are dragged around.

2009-11-12 Thread jtniehof
Wow! I can confirm that, with that PDF, a quick drag will make evince
nonresponsive, peg the CPU, and start ramping up the memory usage.
evince 2.28.1-0ubuntu1.1 from karmic-updates. I have visual effects
disabled, so this is not simply a compiz issue.

This is also present on sid, version 2.28.1-1. The upstream git
repository has a commit (f011461f, 6 Nov) labelled fix memory leak,
but I compiled from HEAD and the PDF tehf0x linked still causes the
memory leak. I will try to file upstream.

** Bug watch added: GNOME Bug Tracker #581657
   https://bugzilla.gnome.org/show_bug.cgi?id=581657

** Also affects: evince via
   https://bugzilla.gnome.org/show_bug.cgi?id=581657
   Importance: Unknown
   Status: Unknown

-- 
Memory leak when PDF objects are dragged around.
https://bugs.launchpad.net/bugs/481459
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 394704] [NEW] Disabling wireless in BIOS is not persistent (Eee 900HD)

2009-07-02 Thread jtniehof
Public bug reported:

Steps to reproduce:
Enter BIOS setup on boot
Set WLAN to Disabled, save settings and exit
Boot Ubuntu
Although the wireless does not show up in Network Manager applet, the wireless 
light comes on. Fn-F2 (wireless switch) has no effect.
Shut down Ubuntu, start up and enter BIOS again
WLAN is now set to Enabled

I have no way of checking whether the radio is actually on, but I don't
want to get on an airplane if there's any doubt! Booting into Windows XP
does not show this issue (light stays off, on reboot WLAN is still
disabled in BIOS)

Workaround:
Blacklist eeepc_laptop and rtl8187se, then disable WLAN in BIOS. The light will 
not come on and WLAN will stay disabled.

If only rtl8187se is blacklisted, the problem persists. The light comes
on shortly after Loading hardware drivers in the boot sequence,
probably when the eeepc: messages start showing (hard to tell
exactly!)

Conclusion: loading the eeepc support module appears to enable wireless
hardware regardless of the BIOS setting.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
HibernationDevice: RESUME=UUID=631bec38-1518-4a70-be0c-33a4e0355d48
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: ASUSTeK Computer INC. 900HD
Package: linux-image-2.6.28-13-generic 2.6.28-13.44
ProcCmdLine: root=UUID=4597d358-bea6-4984-bfd0-a39e1efcd91f ro
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-13.44-generic
SourcePackage: linux

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


** Tags: apport-bug i386

-- 
Disabling wireless in BIOS is not persistent (Eee 900HD)
https://bugs.launchpad.net/bugs/394704
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 394704] Re: Disabling wireless in BIOS is not persistent (Eee 900HD)

2009-07-02 Thread jtniehof

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/28626736/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/28626737/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/28626738/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/28626739/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/28626740/Lspci.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/28626741/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/28626742/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/28626743/ProcModules.txt

-- 
Disabling wireless in BIOS is not persistent (Eee 900HD)
https://bugs.launchpad.net/bugs/394704
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 299140] Re: listgeo: error while loading shared libraries: libgeotiff.so: cannot open shared object file: No such file or directory

2009-06-23 Thread jtniehof
Still broken in Jaunty; manually adding the symlink does the job.

-- 
listgeo: error while loading shared libraries:  libgeotiff.so: cannot open 
shared object file: No such file or directory 
https://bugs.launchpad.net/bugs/299140
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 334761] Re: update-manager -d fails when using apt-cacher-ng

2009-06-02 Thread jtniehof
Andy's VfilePattern got me on the right track, but since we're post-
release I had to do meta-release-*|meta-release instead of meta-release-
development. That seems to do the trick here.

-- 
update-manager -d fails when using apt-cacher-ng
https://bugs.launchpad.net/bugs/334761
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 246141] Re: no support for realtek rtl8187se

2009-04-14 Thread jtniehof
The stock kernel on Jaunty works fine for me on my Eee 900HD. Kernel
2.6.28-11.41. lspci -v gives RTL8187SE Wireless LAN Controller (rev
22) and Kernel driver in use: rtl8180 Kernel modules: rtl8187se

Connected with unsecured, WPA2-PSK, and WPA2 802.1x, as well as vpnc on
top of a wireless connection.

-- 
no support for realtek rtl8187se
https://bugs.launchpad.net/bugs/246141
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 357971] [NEW] keyboard switches to Arabic after jaunty upgrade

2009-04-08 Thread jtniehof
Public bug reported:

Binary package hint: console-setup

I installed jaunty (fresh install) from the jaunty beta, i386 CD image.
Initial reboot after install worked fine. After updating to the latest
packages, on next reboot the login screen only typed in Arabic.
Switching vterms to the console also didn't type in English (garbage
characters). Booting a live CD and mounting the install media revealed
that /etc/default/console-setup had changed XKBLAYOUT to af. Changing it
back to us made the installed system work on next boot.

Fix was found in this forum thread:
http://ubuntuforums.org/showthread.php?t=564

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: console-setup 1.28ubuntu7
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: console-setup
Uname: Linux 2.6.28-11-generic i686

** Affects: console-setup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
keyboard switches to Arabic after jaunty upgrade
https://bugs.launchpad.net/bugs/357971
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 357971] Re: keyboard switches to Arabic after jaunty upgrade

2009-04-08 Thread jtniehof

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25063383/Dependencies.txt

-- 
keyboard switches to Arabic after jaunty upgrade
https://bugs.launchpad.net/bugs/357971
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 357971] Re: keyboard switches to Arabic after jaunty upgrade

2009-04-08 Thread jtniehof
(Sorry for spamming the comments)
After the last comment, I switched to a virtual console to try and run 
setupcon (just to see how it came out.) Turns out the console was still not 
working in English, despite X being fine. I switched back to X, ran 
dpkg-reconfigure console-setup. All the options going through defaulted to 
bog-standard US-intl...I basically hit enter a bunch of times. Once it was 
done, I rebooted, and now the console and X both seem to work properly.

-- 
keyboard switches to Arabic after jaunty upgrade
https://bugs.launchpad.net/bugs/357971
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 357971] Re: keyboard switches to Arabic after jaunty upgrade

2009-04-08 Thread jtniehof

** Attachment added: syslog
   http://launchpadlibrarian.net/25083872/syslog

-- 
keyboard switches to Arabic after jaunty upgrade
https://bugs.launchpad.net/bugs/357971
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   >