Bug#960493: linux-image-4.19.0-9-amd64: Audio regression on HP Pavilion laptop

2020-05-13 Thread Steven Price
Package: src:linux Version: 4.19.118-2 Severity: important Tags: upstream Dear Maintainer, After installing linux-image-4.19-0-9-amd64 my desktop environment no longer detects the sound card (it reverts to the dummy output) and I get no sound. However "aplay -l" still lists it. I bisected the

Bug#822825: luasocket segfault

2016-10-12 Thread Steven Price
See also https://github.com/diegonehab/luasocket/issues/179 where I've posted some more investigation I performed. As far as I can tell this is caused by the Debian specific patch 0001-add-LUASOCKET_API-to-timeout_markstart-init-for-lua-.patch. This is causing the linker to incorrectly match up

Bug#822486: xserver-xorg: Synaptic driver stopped working.

2016-05-08 Thread Steven Price
On 30 April 2016 at 18:06, Julien Cristau <jcris...@debian.org> wrote: > On Sat, Apr 30, 2016 at 12:09:17 +0100, Steven Price wrote: > > The mouse configuration > > (System->Preferences->Hardware->Mouse in Mate) doesn't have the touchpad tab > > like it used to.

Bug#822486: xserver-xorg: Synaptic driver stopped working.

2016-04-30 Thread Steven Price
Package: xserver-xorg-input-all Version: 1:7.7+15 Followup-For: Bug #822486 Dear Maintainer, I am experiencing a similar issue. Since the upgrade of xserver-xorg to 1:7.7+15 the basic functionality of the touchpad on my HP 15-ab289sa works but e.g. tap to click doesn't (and synclient returns the

Bug#642912: network-manager 0.9.0-2 fails with numeric SSIDs

2011-09-25 Thread Steven Price
Package: network-manager Version: 0.8.4.0-2 Severity: grave Justification: renders package unusable I upgraded to network-manager 0.9.0-2 and then was unable to connect to my wireless network. Downgrading to 0.8.4-3 solved the problem. Investigating I discovered that the SSID of my network 16 is

Bug#642912: [Pkg-utopia-maintainers] Bug#642912: network-manager 0.9.0-2 fails with numeric SSIDs

2011-09-25 Thread Steven Price
On 25/09/11 17:43, Michael Biebl wrote: I upgraded to network-manager 0.9.0-2 and then was unable to connect to my wireless network. Downgrading to 0.8.4-3 solved the problem. Was that an existing connection configuration that was migrated or did you create the network connection with 0.9.0?

Bug#545777: Unusably slow clutter performance

2009-10-17 Thread Steven Price
I've also seen clutter performance (in particular sol-clutter) being unusably slow. I discovered that disabling vblank works round the problem, eg: CLUTTER_VBLANK=none sol-clutter Setting vblank to dri or glx are both equally slow. Steve -- To UNSUBSCRIBE, email to

Bug#518518: backuppc: web frontend installed insecurely by default

2009-03-06 Thread Steven Price
Package: backuppc Version: 3.1.0-4 Severity: grave Tags: security Justification: user security hole Hi, The CGI script of the web frontend is installed setuid to the backuppc user. This means that any local user of the system can run the CGI script as the backuppc user. The CGI script simply

Bug#495906: apt: End of message missed when \n\n spans two reads in ReadMessages

2008-08-21 Thread Steven Price
Package: apt Version: 0.7.14 Severity: normal Tags: patch ReadMessages() (in apt-pkg/contrib/strutl.cc) misses the end of a message when the \n\n combination spans two reads. This is because the first partial read is entirely put in PartialMessage and the test (I[0] != '\n' || I[1] != '\n')