Bug#1094078: polkitd: Error opening directory /run/polkit-1/rules.d and /usr/local/share/polkit-1/rules.d

2025-02-06 Thread Andrew Sayers
Patch accepted upstream: https://github.com/polkit-org/polkit/pull/536 Please close - and thanks for the idea :)

Bug#1094457: rtkit: Please stop and restart rtkit during sleep

2025-01-28 Thread Andrew Sayers
Package: rtkit Version: 0.13-5.1 Severity: important Tags: patch upstream rtkit doesn't handle suspend/resume correctly - it thinks the canary thread starves the whole time it's suspended, then demotes threads on resume. See bug from 2019: https://github.com/heftig/rtkit/issues/13 The proper fix

Bug#1094078: polkitd: Error opening directory /run/polkit-1/rules.d and /usr/local/share/polkit-1/rules.d

2025-01-24 Thread Andrew Sayers
Special-casing G_FILE_ERROR_NOENT sounds like a good plan, but silencing the error altogether might be a step too far - it would be nice to get a hint if I accidentally mkdir `.../rules.e` instead of `.../rules.d`. I've now added a commit to the PR so G_FILE_ERROR_NOENT is logged at LOG_LEVEL_INF

Bug#1094078: polkitd: Error opening directory /run/polkit-1/rules.d and /usr/local/share/polkit-1/rules.d

2025-01-24 Thread Andrew Sayers
Package: polkitd Version: 126-2 Severity: minor Steps to replicate: 1. sudo systemctl restart polkit.service 2. sudo journalctl -ru polkit.service 3. observe the messages for the latest restart Observed: Error opening rules directory: Error opening directory ā€œ/usr/local/share/polkit-1/rules.dā€:

Bug#534464: dpkg: Dpkg::Deps mishandles newlines in Build-Dependencies

2009-06-24 Thread Andrew Sayers
-Depends: foo bar This is because Dpkg/Deps.pm searches for whitespace using "\s", which doesn't match newlines. This commit strips newlines from the Build-Depends line. The attached patch is against the current git HEAD. - Andrew Sayers -- System Information: Debian Rel

Bug#505772: offer to init and commit when the etckeeper is installed

2008-11-14 Thread Andrew Sayers
Package: etckeeper Version: 0.14ubuntu2 Severity: wishlist When etckeeper is first installed, you need to run `etckeeper init` and `etckeeper commit 'Initial commit'` before etckeeper is activated. Presumably this is to give you a chance to pick your preferred version control system, but I had ex

Bug#480863: Vinagre should suport IPv6

2008-05-12 Thread Andrew Sayers
Package: vinagre Version: 0.5.1-0ubuntu1 Severity: normal --- Please enter the report below this line. --- When set to "local connections only", vino listens on the IPv6 address ::1, port 5900. When pointed at ::1 (or ip6-localhost), vinagre tries to connect to 127.0.0.1, and can't find the serv

Bug#443775: Schedules don't work when IP address is mistyped

2007-09-23 Thread Andrew Sayers
her of these changes would make the problems we encountered impossible, it would make it harder to blunder into them without thinking. - Andrew Sayers -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Ke

Bug#431426: TVD_RCVD_IP4 should have an exception for 127.0.0.1

2007-07-02 Thread Andrew Sayers
lly, could I suggest that TVD_RCVD_IP4 be described like this: describeTVD_RCVD_IP4Numerical IP address in "received" header - Andrew Sayers -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (

Bug#421189: Remove/merge redundant "dvorak" file

2007-04-26 Thread Andrew Sayers
Package: xkb-data Version: 0.9-4 Severity: normal I've encountered an obscure bug that occurs in dvorak(gb) but not gb(dvorak). When I'm using the Beryl window manager, holding down the "alt" key causes the active window to lose the focus. I've tried several other WMs and can't replicate it outs

Bug#404948: Suggestion for how to present upgrades

2007-04-26 Thread Andrew Sayers
Package: nvidia-glx Version: 1.0.9755-1 Followup-For: Bug #404948 I've been bitten by this bug, and I'm now looking round online for how to downgrade to 1.0.96xx. I thought I should give my views about what I'd consider a more intuitive way of dealing with this. The most important thing for me i

Bug#379694: Snippet in perlthrtut causes Perl to die

2006-07-24 Thread Andrew Sayers
while 2 threads were running. Testing shows that it's the following line that's causing the error: $DataQueue->enqueue(\$thr); Commenting that line out causes the program to run fine. I don't know whether this is a documentation bug or a code bug. - Andre

Bug#366532: XSLT processor crashes when faced with the XPath sum() function

2006-05-09 Thread Andrew Sayers
() function in an XSLT stylesheet. - Andrew Sayers -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-1-k7 Locale: LANG=en_GB, LC_CTYPE=en_GB (c

Bug#365972: powerbtn.sh should include "-P" option to "shutdown"

2006-05-03 Thread Andrew Sayers
that the last line reads: /sbin/shutdown -h -P now "Power button pressed" Thanks, - Andrew Sayers -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bi

Bug#358472: Before presenting old bugs, please ask some filtering questions

2006-03-22 Thread Andrew Sayers
cally be tagged as wishlist items, developers can look at crash bugs before other bugs, no matter the priority level. - Andrew Sayers -- Package-specific info: ** /home/andrew/.reportbugrc: reportbug_version "2.2" mode expert ui text realname "Andrew Sayers" email &quo

Bug#358463: Konqueror crashes when clicking "try again" on Privoxy 404 page

2006-03-22 Thread Andrew Sayers
Package: konqueror Version: 4:3.5.1-1 Severity: important I use Privoxy (Debian version 3.0.3-2-1) to block pop-ups, spam, etc. When going to a page that doesn't exist (I've used the example http://doesntexist/) with Konqueror, Privoxy will display its own 404 page rather than Konqueror's. The pa

Bug#292071: Segfaults on invalid '-I' command-line option

2005-01-24 Thread Andrew Sayers
Package: speedy-cgi-perl Version: 2.22-1 Severity: minor Speedy dies with a segmentation fault when called with a command line such as: /usr/bin/speedy -I . This is an invalid command-line, it should read: /usr/bin/speedy -I. Perl simply ignores this command-line option. - Andrew --