Bug#913226: quilt: if package is built in a merged-/usr environment, it becomes incompatible with non-merged-/usr systems

2018-11-08 Thread Vivek Das Mohapatra
Tags: patch Using this locally to explicitly set the interpreter for shell scripts to the canonical /bin/bash path. diff -ur quilt-0.65/debian/rules quilt-0.65-patched/debian/rules --- quilt-0.65/debian/rules 2018-05-29 11:42:27.0 +0100 +++ quilt-0.65-patched/debian/rules 2018-11-07

Bug#859017: pulseaudio: switch-on-port-available picks unavailable device port

2017-03-29 Thread Vivek Das Mohapatra
On Wed, 29 Mar 2017, Felipe Sateler wrote: Could you forward this issue upstream to pulseaudio-disc...@lists.freedesktop.org ? This looks like something that should be fixed upstream. I've already filed https://bugs.freedesktop.org/show_bug.cgi?id=100451 Is that good enough or should I also

Bug#859017: pulseaudio: switch-on-port-available picks unavailable device port

2017-03-29 Thread Vivek Das Mohapatra
Package: pulseaudio Version: 5.0-13 Severity: normal Dear Maintainer, * What led up to the situation? Volume/Mute state was not restored on a laptop on reboot: The speaker was always muted. * What exactly did you do (or not do) that was effective (or ineffective)?

Bug#814670: Possible fix for su - / su -l and XDG_RUNTIME_DIR

2016-05-01 Thread Vivek Das Mohapatra
.PP ++PAM_PERM_DENIED ++.RS 4 ++The module was unable to create the dummy XDG directory (should never happen ++in normal PAM operation)\&. ++.RE ++.PP ++PAM_SYSTEM_ERR ++.RS 4 ++A non-permission related error occurred - you should check the contents ++of /run/user\&. ++.RE ++.PP ++PAM_USER_

Bug#814670: login: su - clears XDG_RUNTIME_DIR

2016-04-22 Thread Vivek Das Mohapatra
On Fri, 22 Apr 2016, Vivek Das Mohapatra wrote: The problem is that libpam_systemd.so (which normally sets up the XDG_* By which of course I mean pam_systemd.so

Bug#814670: login: su - clears XDG_RUNTIME_DIR

2016-04-22 Thread Vivek Das Mohapatra
The problem is that libpam_systemd.so (which normally sets up the XDG_* variables, I think) is detecting a pre-existing audit session and bailing out. Background: https://github.com/systemd/systemd/issues/825 https://lists.freedesktop.org/archives/systemd-devel/2015-January/027711.html

Bug#782753: console-setup postinst hangs forever on upgrade to jessie

2015-05-06 Thread Vivek Das Mohapatra
For what it's worth, I bumped into this while upgrading from 1.118 in a pre-release jessie to 1.123 from released jessie. According to http://www.fifi.org/doc/debconf-doc/tutorial.html#AEN198 it's possibly because there are file descriptors left open at the end of the postinst. Calling db_stop

Bug#745563: debsig-verify: only handles data.tar.gz member, not xz, bz2 or lzma

2014-04-22 Thread Vivek Das Mohapatra
Package: debsig-verify Version: 0.8 Severity: normal Tags: patch debsig-verify only handles a main data archive member of data.tar.gz, packages can contain bz2, xz or lzma compressed members instead. Attached is the patch I used to get it to work for me.diff --exclude TAGS --exclude changelog