[Bug 2060185] [NEW] plasma-welcome fails with qrc:/main.qml:127:1: Unexpected token `'

2024-04-04 Thread Tim Starling
Public bug reported:

I downloaded the Kubuntu Noble daily ISO test image version 20240328.1
from iso.qa.ubuntu.com and booted it on my laptop. I noticed that
clicking "Utilities > Welcome Center" in the application menu produced
no visible effect. So I ran it from the terminal:

kubuntu@kubuntu:~$ plasma-welcome
QQmlApplicationEngine failed to load component
qrc:/main.qml:127:1: Unexpected token `'
kubuntu@kubuntu:~$ dpkg-query -W plasma-welcome
plasma-welcome  5.27.10-1ubuntu2

** Affects: plasma-welcome (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/2060185

Title:
  plasma-welcome fails with qrc:/main.qml:127:1: Unexpected token `'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/plasma-welcome/+bug/2060185/+subscriptions


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

[Bug 2060186] [NEW] Live USB session has non-functional menu item "Redshift"

2024-04-04 Thread Tim Starling
Public bug reported:

I downloaded the Kubuntu Noble daily ISO test image version 20240328.1
from iso.qa.ubuntu.com and booted it on my laptop. I noticed that
clicking "Utilities > Redshift" in the application menu had no obvious
effect.

When I (later) ran it from the terminal, it produced the following
output (location redacted):

$ redshift-qt
"Using provider `geoclue2'."
"Solar elevations: day above 3.0, night below -6.0"
"Temperatures: 6500K at day, 4500K at night"
"Brightness: 1.00:1.00"
"Gamma (Daytime): 1.000, 1.000, 1.000"
"Gamma (Night): 1.000, 1.000, 1.000"
"Using method `randr'."
"Location: **.** S, ***.** E"
"Color temperature: 6500K"
"Brightness: 1.00"
"Status: Enabled"
"Period: Night"
"Color temperature: 4500K"
"Location: **.** S, ***.** E"

It adjusted the screen color and continued to run, it didn't exit. I
eventually noticed that it does make a notification icon. It's a daemon
with a spurious or incorrect .desktop file.

The functionality appears to duplicate and conflict with the "night
color" feature in plasma-workspace.

If I understand it correctly, the main problem is that kubuntu-desktop
recommends redshift-qt, so it gets installed in the ISO. This package
should not be installed.

** Affects: kubuntu-meta (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/2060186

Title:
  Live USB session has non-functional menu item "Redshift"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/2060186/+subscriptions


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

[Bug 1825736] Re: Mouse scroll wheel barely works after suspend

2020-06-19 Thread Tim Starling
This is sporadically reproducible for me. It's probably a hardware
quirk. I have Ubuntu 20.04 with Linux 5.4.0-37-generic. I'm using a
"Microsoft Mobile Mouse 4000" which presents itself as 045e:07b2
"Microsoft Corp. 2.4GHz Transceiver v8.0 used by mouse Wireless Desktop
900". The issue only occurs when the transceiver is plugged into a
desktop USB hub (MBHUB-43ST presenting as VIA Labs 2109:2813). When it
is working, inspecting the event stream with cat
/sys/kernel/debug/hid/.../events while slowly scrolling gives a series
of events of size 3:

report (size 10) (numbered) =  1a 00 00 00 00 00 03 00 00 00
Button.0001 = 0
Button.0002 = 0
Button.0003 = 0
Button.0004 = 0
Button.0005 = 0
GenericDesktop.X = 0
GenericDesktop.Y = 0
GenericDesktop.Wheel = 3
Consumer.HorizontalWheel = 0

Fast scrolling gives events that are some multiple of 3.

After suspend/resume, the events have a size of 1:

report (size 10) (numbered) =  1a 00 00 00 00 00 01 00 00 00
Button.0001 = 0
Button.0002 = 0
Button.0003 = 0
Button.0004 = 0
Button.0005 = 0
GenericDesktop.X = 0
GenericDesktop.Y = 0
GenericDesktop.Wheel = 1
Consumer.HorizontalWheel = 0

My reading of the source implies that the kernel is not scaling these
events, the numbers are coming straight from the hardware.

The power light on the desktop hub briefly goes off as the laptop enters
suspend. This doesn't always happen but seems to be correlated with the
mouse breaking.

Removing and re-adding the usbhid kernel module does fix it, but I
suspect that's because the device is reset rather than because of any
state in the kernel.

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

Title:
  Mouse scroll wheel barely works after suspend

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-07-22 Thread Tim Starling
Sorry about not finishing the bisection. I was dubious about the
prospect of finding a nice clean patch to cherry pick in that drm-intel
branch. But this is superseded now by the upgrade of linux-generic-
hwe-16.04 to 4.15, which does not have the same issue.

I recommend closing this bug as fixed, and discussing the unrelated
blank screen issues elsewhere. A blank screen is a failure mode, not a
specific bug. Anyone seeing a blank screen in 4.14 or later is not
experiencing the same issue. This was an i915 bug in the 4.13 kernel.

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-19 Thread Tim Starling
In other words, I'd like packaged kernels for
2d62c799f8ffac4f7ffba6a4e7f148827dfc24c7 and
5771a8c08880cdca3bfb4a3fc6d309d6bba20877 . The expectation is that that
will confirm that the fix came from drm-intel. Assuming that's confirmed
then we would have to do a bisection of the drm-intel-next branch back
to the merge base (whatever that is). Maybe the tag v4.12-rc3?

Next week I will be in San Francisco, which will be good for timezones,
but bad for spare time and access to external monitors.

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-18 Thread Tim Starling
b9c55b6e2cc4369b0688961fa5de0e057f3ec0c4: fixed

I noticed that in the broken kernel, plymouth does not switch on the
external monitor. Normally plymouth shows a cloned display.

Looking at the remaining commits, there was a merge of tag "drm-intel-
next-2017-07-17" which had a very large number of i915 commits. You may
want to manually choose commits either side of that merge, to hurry
things along, since I don't think git-bisect will descend into the
branch until the merge commit is fully isolated.

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-18 Thread Tim Starling
e5fa05b96b02f45a91a364d2121451a4da05cd84: fixed

I discovered that the issue is not reproducible with the external
monitor unplugged, i.e. the trigger seems to be lightdm starting in dual
monitor mode. That invalidates the test I did at
bf1d6b2c76eda86159519bf5c427b1fa8f51f733 , which I think was with the
monitor unplugged. But since e5fa05b96b02f45a91a364d2121451a4da05cd84 is
definitely fixed, i.e. lightdm starts correctly even with the monitor
plugged in, immediately after confirming the bug in a known-bad kernel,
I think we're still on the same range, so we don't need to retest any
kernels.

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-18 Thread Tim Starling
e5fa05b96b02f45a91a364d2121451a4da05cd84: fixed

I discovered that the issue is not reproducible with the external
monitor unplugged, i.e. the trigger seems to be lightdm starting in dual
monitor mode. That invalidates the test I did at
bf1d6b2c76eda86159519bf5c427b1fa8f51f733 , which I think was with the
monitor unplugged. But since e5fa05b96b02f45a91a364d2121451a4da05cd84 is
definitely fixed, i.e. lightdm starts correctly even with the monitor
plugged in, immediately after confirming the bug in a known-bad kernel,
I think we're still on the same range, so we don't need to retest any
kernels.

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-17 Thread Tim Starling
edc2988c548db05e33b921fed15821010bc74895: fixed

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-17 Thread Tim Starling
bf1d6b2c76eda86159519bf5c427b1fa8f51f733: fixed

Curiously, there was a kernel error with this kernel which I don't think
was there before:

[5.505217] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* 
uncleared fifo underrun on pipe A
[5.505308] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU 
pipe A FIFO underrun

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-16 Thread Tim Starling
aae3dbb4776e7916b6cd442d00159bea27a695c1: fixed

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-16 Thread Tim Starling
aae3dbb4776e7916b6cd442d00159bea27a695c1: fixed

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-16 Thread Tim Starling
4.13.0-041300 (4.13 final): broken

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-16 Thread Tim Starling
4.14-rc1 does fix the issue. So that just leaves 12600 commits to choose
from, according to git log v4.13-rc7..v4.14-rc1. I guess I would need to
recompile the kernel for each bisection iteration? Are we looking for a
drm/i915 commit? There's not quite so many of those (281).

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-14 Thread Tim Starling
I booted various mainline kernels from http://kernel.ubuntu.com/~kernel-
ppa/mainline/?C=N;O=D

* 4.11.12: works
* 4.12.14: fails
* 4.13.16: fails
* 4.14.2: works
* 4.14.13: works
* 4.15-rc7: works

So it would seem that the issue was introduced upstream in 4.12 and
fixed in 4.14.

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-10 Thread Tim Starling
Here's the packed apport file.

** Attachment added: "apport.linux.2.apport"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742602/+attachment/5034906/+files/apport.linux.2.apport

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] Re: Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-10 Thread Tim Starling
I ran apport-collect, selected "keep", and edited the resulting file to
remove private information. But I couldn't find any way to upload such a
file to an existing bug report.

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

** Attachment removed: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742602/+attachment/5034871/+files/dmesg

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1742602] [NEW] Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

2018-01-10 Thread Tim Starling
Public bug reported:

I'm following the HWE kernels in Ubuntu 16.04, so my kernel was upgraded
today from 4.10.0-42 to 4.13.0-26. After rebooting, the splash screen
and disk encryption passphrase prompt showed correctly, but when X
started, the screen went blank. Logs showed everything running as normal
despite the blank screen. Rebooting with the "nomodeset" kernel
parameter fixed the issue but is not suitable as a permanent workaround
since it disables my external monitor. Rebooting back into 4.10 also
fixed the issue.

I am using a ThinkPad X240 laptop, current HWE X.org packages. I tried
both intel and fbdev X drivers, both gave a blank screen.

lsb_release: Ubuntu 16.04.3 LTS

dpkg-query -W:

linux-signed-image-generic-hwe-16.044.13.0.26.46
xserver-xorg-hwe-16.04  1:7.7+16ubuntu3~16.04.1
xserver-xorg-video-intel-hwe-16.04  2:2.99.917+git20170309-0ubuntu1~16.04.1
xserver-xorg-video-fbdev-hwe-16.04  1:0.4.4-1build6~16.04.1

In Xorg.0.log with fbdev, I saw:

[23.646] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument

repeated 239 times.

Typical kernel messages attached (from kern.log, reformatted to look
like dmesg).

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

** Attachment added: "dmesg"
   https://bugs.launchpad.net/bugs/1742602/+attachment/5034871/+files/dmesg

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

Title:
  Blank screen when starting X after upgrading from 4.10 to 4.13.0-26

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

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

[Bug 1025670] Re: Segfault (.bss overflow) in PCRE

2012-07-18 Thread Tim Starling
I have confirmed it in Lucid and Precise. It's possible that it's fixed
already in Quantal. The message you quote is the expected response when
the bug has been fixed (or if the codepoint is more than 7 hexadecimal
digits).

Ubuntu's PHP packages link to libpcre3, and some PHP applications (for
example the one I work on) allow web users to specify PCRE regex
patterns. So it's a DoS vulnerability, and when used with Apache with a
threaded MPM, perhaps it could be used to leak private data from
unrelated web requests. If the patch is backported to Lucid and Precise,
then we'll be able to keep using PCRE from Ubuntu, we won't have to
create our own packages.

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

Title:
  Segfault (.bss overflow) in PCRE

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

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


[Bug 1025670] [NEW] Segfault (.bss overflow) in PCRE

2012-07-17 Thread Tim Starling
Public bug reported:

A bug in PCRE was fixed upstream. The issue is a segfault with a pattern
like /\x{30}/ui, e.g.

pcregrep -ui '\x{30}'  /dev/null

There was no bounds checking on access to some UCD character tables, and
insufficient bounds checking in \x character construction. The fix was
included in a commit that did a lot of other things:

http://vcs.pcre.org/viewvc?view=revisionrevision=774

but I have split out the relevant single-line fix for your convenience.
Patch attached.

** Affects: pcre3 (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/1025670

Title:
  Segfault (.bss overflow) in PCRE

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

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


[Bug 1025670] Re: Segfault (.bss overflow) in PCRE

2012-07-17 Thread Tim Starling
** Patch added: Limit unicode codepoint to U+10
   
https://bugs.launchpad.net/bugs/1025670/+attachment/3226061/+files/fix-large-char-segfault.patch

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

Title:
  Segfault (.bss overflow) in PCRE

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

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


[Bug 1025670] Re: Segfault (.bss overflow) in PCRE

2012-07-17 Thread Tim Starling
Sorry, the correct revision is 781 not 774:

http://vcs.pcre.org/viewvc?view=revisionrevision=781
http://vcs.pcre.org/viewvc/code/branches/pcre16/pcre_compile.c?r1=781r2=780pathrev=781#l996

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

Title:
  Segfault (.bss overflow) in PCRE

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

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


[Bug 972968] Re: Spurious delayed command line output when using gvim and gnome-shell

2012-06-24 Thread Tim Starling
*** This bug is a duplicate of bug 776499 ***
https://bugs.launchpad.net/bugs/776499

Please unduplicate.

I have confirmed that this problem does not occur in 7.3.314, and does
occur in 7.3.315, which indicates that it's a problem related to the
patch I wrote:

https://groups.google.com/group/vim_dev/browse_thread/thread/4a9b55c51847a44f/40c24aad020218b8?hl=en_USlnk=gst

That patch was written after bug 776499 was filed, so it's not possible
for it to be a duplicate.

It would have been nice to know about this a bit earlier, maybe someone
upstream could have pointed you to a relevant developer if you raised it
there.

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

Title:
  Spurious delayed command line output when using gvim and gnome-shell

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

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


[Bug 972968] Re: Spurious delayed command line output when using gvim and gnome-shell

2012-06-24 Thread Tim Starling
*** This bug is a duplicate of bug 776499 ***
https://bugs.launchpad.net/bugs/776499

This was fixed in patch 7.3.520, same as bug 987707. But it's not a
duplicate of bug 987707.

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

Title:
  Spurious delayed command line output when using gvim and gnome-shell

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

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


[Bug 1013451] [NEW] Running exo-open from Firefox fails due to apparmor denying exo-helper-1

2012-06-14 Thread Tim Starling
Public bug reported:

In Firefox, if I open the downloads window and click open containing
folder from the context menu of a download, or take various other
actions, exo-open pops up a dialog box reporting:

Failed to launch preferred application for category FileManager.

Failed to execute child process /usr/lib/x86_64-linux-gnu/xfce4/exo-1
/exo-helper-1 (Permission denied).

Adding /usr/lib/x86_64-linux-gnu/xfce4/exo-1/exo-helper-1 ixr to
/etc/apparmor.d/abstractions/ubuntu-browsers.d/ubuntu-integration fixes
the problem.

** Affects: apparmor (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/1013451

Title:
  Running exo-open from Firefox fails due to apparmor denying exo-
  helper-1

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

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


[Bug 1000049] [NEW] Help pages all in Chinese with no Accept-Language

2012-05-15 Thread Tim Starling
Public bug reported:

If you go to any help page on help.ubuntu.com, for example:

https://help.ubuntu.com/12.04/ubuntu-help/index.html

And you happen to be using a browser which does not send an Accept-
Language header, the page will be shown in Chinese. No option or link is
visible allowing the page to be shown in another language. Confirmed
using source IP addresses from 3 countries, none of them China, so it
doesn't seem to be geolocated.

** Affects: ubuntu-docs (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/149

Title:
  Help pages all in Chinese with no Accept-Language

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

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


[Bug 890894] [NEW] Can't run Thunar from Firefox

2011-11-15 Thread Tim Starling
Public bug reported:

/etc/apparmor.d/abstractions/ubuntu-browsers.d/ubuntu-integration has a
line like this:

  /usr/bin/thunar PUxr,

But that's just a symlink:

lrwxrwxrwx 1 root root 6 2011-09-23 04:55 /usr/bin/thunar - Thunar

type=AVC msg=audit(1321395750.395:140): apparmor=DENIED
operation=exec parent=30857
profile=/usr/lib/firefox-7.0.1/firefox{,*[^s][^h]}
name=/usr/bin/Thunar pid=2376 comm=firefox requested_mask=x
denied_mask=x fsuid=1000 ouid=0

Please change ubuntu-integration to allow /usr/bin/Thunar instead of
/usr/bin/thunar. Observed on oneiric.

** Affects: apparmor (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/890894

Title:
  Can't run Thunar from Firefox

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

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


[Bug 855291] [NEW] libcurl3-dbg does not have any debug symbols in it

2011-09-21 Thread Tim Starling
Public bug reported:

libcurl3-dbg does not have any debug symbols in it. That's why the
library files in it are so small.

$ ls -l /usr/lib/debug/usr/lib/libcurl*
-rw-r--r-- 1 root root 43981 2011-07-15 06:16 
/usr/lib/debug/usr/lib/libcurl-gnutls.so.4.2.0
-rw-r--r-- 1 root root 45264 2011-07-15 06:16 
/usr/lib/debug/usr/lib/libcurl-nss.so.4.2.0
-rw-r--r-- 1 root root 48013 2011-07-15 06:16 
/usr/lib/debug/usr/lib/libcurl.so.4.2.0

The fix is in the patch attached, i.e. ./configure --enable-debug. I
confirmed that it still uses -O2 when --enable-debug is given. I also
disabled the test suite since it takes about 15 minutes to run for each
of the 3 binary packages, 45 minutes in total.

** Affects: curl (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/855291

Title:
  libcurl3-dbg does not have any debug symbols in it

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

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


[Bug 855291] Re: libcurl3-dbg does not have any debug symbols in it

2011-09-21 Thread Tim Starling
** Patch added: A patch to fix this bug and to disable the tests
   
https://bugs.launchpad.net/bugs/855291/+attachment/2434755/+files/fix-dbg-and-remove-tests.patch

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

Title:
  libcurl3-dbg does not have any debug symbols in it

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

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


[Bug 619432] Re: menu items cannot be activated on tearoff menus

2011-09-12 Thread Tim Starling
Also affects gvim, and presumably any other application that uses
tearoff menus.

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

Title:
  menu items cannot be activated on tearoff menus

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

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


[Bug 552221] Re: Volume control icon not present after upgrade to Lucid final

2010-05-10 Thread Tim Starling
I had indicator-applet after upgrade from Karmic to Lucid, but no
indicator-sound. I expect such problems on upgrade, since I can't have
ubuntu-desktop installed because it conflicts with fcron, which I need.

However, I notice that indicator-applet only recommends indicator-sound,
it doesn't depend on it. That's probably why I didn't have it. I can't
see any other meta-package which would have caused it to be installed.
Maybe ubuntu-desktop should depend on indicator-applet-complete.

-- 
Volume control icon not present after upgrade to Lucid final
https://bugs.launchpad.net/bugs/552221
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 432252] Re: at-spi-registryd assert failure: ERROR:orbit-object.c:149:do_unref: assertion failed: (robj-refs ORBIT_REFCOUNT_MAX robj-refs 0)

2009-12-20 Thread Tim Starling
I am running at-spi 1.28.1-0ubuntu1 and it still hits this exact
assertion.

-- 
at-spi-registryd assert failure: ERROR:orbit-object.c:149:do_unref: assertion 
failed: (robj-refs  ORBIT_REFCOUNT_MAX  robj-refs  0)
https://bugs.launchpad.net/bugs/432252
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 490634] Re: popping sound with HDA power_save=10 in Lucid

2009-12-17 Thread Tim Starling
I get this in karmic, not lucid, with 2.6.31-16-generic. It went away
when I set power_save=0.

-- 
popping sound with HDA power_save=10 in Lucid
https://bugs.launchpad.net/bugs/490634
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 365860] Re: File chooser in gvim replaced by old-style bookmarkless file selector

2009-11-16 Thread Tim Starling
Yay me. Note that it hasn't been merged yet. BTW I think the link you want is 
http://groups.google.com/group/vim_dev/msg/ad80f8c30cec9979

-- 
File chooser in gvim replaced by old-style bookmarkless file selector
https://bugs.launchpad.net/bugs/365860
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 297213] Re: Intrepid: Missing hdaps_ec kernel module

2009-04-25 Thread Tim Starling
@Geir: it causes data loss if I drop my laptop enough.

-- 
Intrepid: Missing hdaps_ec kernel module
https://bugs.launchpad.net/bugs/297213
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 365860] [NEW] File chooser in gvim replaced by old-style bookmarkless file selector

2009-04-23 Thread Tim Starling
Public bug reported:

Binary package hint: vim

I don't care if gvim has to write 100KB per second to ~/.recently-
used.xbel, as in bug #251122. I just want my bookmarks back. How am I
meant to navigate around a large source tree without them? Please find
some way to support GtkFileChooser in vim-gtk. Consider this a bug
report or feature request, I don't mind which.

For now, I'll be compiling my own vim-gtk package with the fix for bug
#251122 reverted. But that's not a solution appropriate for the bulk of
users.

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

-- 
File chooser in gvim replaced by old-style bookmarkless file selector
https://bugs.launchpad.net/bugs/365860
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 297213] Re: Intrepid: Missing hdaps_ec kernel module

2009-03-29 Thread Tim Starling
I guess not. I tried emailling Ben Collins, who did the commit, no
response. And I tried raising the issue on #ubuntu-kernel on Freenode,
but nobody was interested enough to fix it. I gave up at that point, a
few weeks ago. I haven't tried the mailing lists.

-- 
Intrepid: Missing hdaps_ec kernel module
https://bugs.launchpad.net/bugs/297213
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 297213] Re: Intrepid: Missing hdaps_ec kernel module

2009-02-13 Thread Tim Starling
The problem is that hdaps_ec was in a directory all by itself in hardy
lum:

http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-hardy-
lum.git;a=tree;f=ubuntu/hwmon;h=e1a05f606eca36f24fa57367dabb0e801659ac9c;hb=master

Original commit:

http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-hardy-
lum.git;a=commit;h=2e0a73b13cfe2c8c2d620b46a74013435e30c18b

It was accidentally omitted when the relevant modules were ported to
intrepid:

http://kernel.ubuntu.com/git?p=ubuntu/ubuntu-
intrepid.git;a=commitdiff;h=013522314b33a605577843f74cbc0b895b3f3d55

Obviously a very simple thing to fix. Bug 303915 is mostly unrelated.

-- 
Intrepid: Missing hdaps_ec kernel module
https://bugs.launchpad.net/bugs/297213
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 325233] Re: acpi brightness setting doesn't work

2009-02-08 Thread Tim Starling
Assuming this jargon-heavy report can be translated into Thinkpad
brightness is totally broken in the latest Intrepid kernel, then I can
confirm. Brightness changes via hotkeys and gnome-power-manager don't
work. I'm running 2.6.27-11.27 on Lenovo R61.

-- 
acpi brightness setting doesn't work
https://bugs.launchpad.net/bugs/325233
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 268141] Re: no ssh-agent after resume from hibernate

2009-01-26 Thread Tim Starling
I reproduced this issue on Intrepid by starting gnome-keyring-daemon in
the foreground and then sending the computer into hibernate:

tstarl...@shimmer:~$ killall gnome-keyring-daemon
tstarl...@shimmer:~$ gnome-keyring-daemon -f
** Message: another SSH agent is running at: /tmp/keyring-3pQJ5l/ssh
GNOME_KEYRING_SOCKET=/tmp/keyring-idImLe/socket
SSH_AUTH_SOCK=/tmp/keyring-idImLe/ssh
GNOME_KEYRING_PID=21817
**
ERROR:gkr-keyring.c:504:gkr_keyring_lock: assertion failed: (keyring-password 
!= NULL)
Aborted
tstarl...@shimmer:~$

The assertion occurred shortly after I clicked hibernate, I saw it in
the terminal before the screen went off.

-- 
no ssh-agent after resume from hibernate
https://bugs.launchpad.net/bugs/268141
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 217775] [NEW] [iwlwifi] hw rfkill permanently enabled after suspend/hibernation

2008-04-15 Thread Tim Starling
Public bug reported:

Binary package hint: linux-ubuntu-modules-2.6.22-14-generic

IWL bug 1539 (
http://www.intellinuxwireless.org/bugzilla/show_bug.cgi?id=1539 ) is
really bugging me.

I switch my Lenovo R61's wireless off to save power, I switch to suspend
mode to save even more power, then I switch it back on and the wireless
becomes nonfunctional until a system restart.

Please update to iwlwifi 1.2.23 or later, or backport the fix for this
bug to the linux-ubuntu-modules package, so that Ubuntu works on this
system out of the box.

I am using gutsy (7.10) since hardy barely worked at all on this system
when I tried it a couple of weeks ago. Totally broken sound and video.
But that's a matter for another bug.

** Affects: linux-ubuntu-modules-2.6.22 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
[iwlwifi] hw rfkill permanently enabled after suspend/hibernation
https://bugs.launchpad.net/bugs/217775
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