Bug#768006: Workaround

2015-03-07 Thread Robert Kawecki
Hi, I've just experienced this with my kerberized (krb5p) NFSv4 mounts, too. The workaround I used was to copy the generated unit files from /run/systemd/generator/${mountname}.mount to /etc/systemd/system/ and add a line to the [Unit] section: After=nfs-common.service Since custom unit

Bug#706002: Observations regarding the fprint daemon

2013-09-03 Thread Robert Kawecki
Hi, I am experiencing exactly the same problem. I have, so far, only managed to reliably reproduce it using these steps: 0. Lock the screen 1. Close the lid of my laptop, so that it suspends according to GNOME3's power settings 2. Wait a short while - the time it would normally take the

Bug#677422: tracker: do not index when on battery power

2012-06-13 Thread Robert Kawecki
Package: tracker Version: 0.14.1-1+b1 Severity: wishlist Tracker builds file indexes by default even when running on battery power. This adversely affects runtime of laptops. This is demonstrated by running the below command (yields true on my system, running default settings): gsettings get

Bug#677423: tracker: do not index when run on battery by default

2012-06-13 Thread Robert Kawecki
Package: tracker Version: 0.14.1-1+b1 Severity: wishlist By default, issuing this command will yield true: gsettings get org.freedesktop.Tracker.Miner.Files index-on-battery this setting results in wasting precious laptop battery power on indexing files, which should only ever be done when AC is

Bug#662906: Additional info

2012-03-12 Thread Robert Kawecki
More information about the error: http://n00bsys0p.wordpress.com/2011/05/26/google-chrome-failed-to-create-a-processsingleton-for-your-profile-directory-fix/ The bug here seems to be the error message. It should be fixed to provide a suggestion that the filesystem /tmp resides on may be full.

Bug#660092: ejabberd: PAM auth with krb5 breaks presence support

2012-02-16 Thread Robert Kawecki
Package: ejabberd Version: 2.1.10-2 Severity: normal When using PAM with a config file as shown below and Pidgin as a client, presence notifications are flaky. They work almost randomly, I need to change status on 1 account for other accounts to see any presence from it at all. Moreover, it

Bug#641209: fcntl solves the problem

2011-09-14 Thread Robert Kawecki
Hi, Apparently, fcntl instead of flock does fix the issue. Thanks for the quick reply. This can now be closed and I'll stick with the updated version of znc. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#641209: znc: does not use locking properly, fails on NFSv4

2011-09-11 Thread Robert Kawecki
Package: znc Version: 0.092-3 Severity: normal ZNC uses an exclusive lock on a file handle that is open read-only. This operation is not supported on NFSv4, as described here: http://www.spinics.net/lists/linux-nfs/msg18594.html This problem makes znc unusable on NFSv4-mounted home directories,

Bug#636146: [php-maint] Bug#636146: php5-cli: STDIN not defined in CLI

2011-08-01 Thread Robert Kawecki
Oops. Rechecked again. Yes, there's a note :[ Okay, I missed that part in the docs. This bug can be closed now. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#636146: [php-maint] Bug#636146: php5-cli: STDIN not defined in CLI

2011-08-01 Thread Robert Kawecki
The PHP documentation doesn't say anything about assignment to variables. Are you sure this is a valid use case? Ondřej Surý Yes, it's a valid use case, and this is reproducible with any reference to these constants, not only an assignment. During testing today, I've found that this only

Bug#636146: php5-cli: STDIN not defined in CLI

2011-07-31 Thread Robert Kawecki
Package: php5-cli Version: 5.3.3-7+squeeze3 Severity: normal STDIN does not seem to be defined in CLI mode, despite the documentation (http://www.php.net/manual/en/features.commandline.io-streams.php). Same goes for STDOUT and STDERR. The CLI SAPI defines a few constants for I/O streams to make

Bug#538799: libvirt-bin: remote connections fail with netcat-traditional

2011-06-03 Thread Robert Kawecki
Hi, I ran into this problem today and would like to suggest a partial resolution. Upon installation, libvirt-bin should check whether netcat-openbsd is the currently active alternative for netcat. In case it is not, a warning should be displayed, informing the system administrator that they will

Bug#613423: gnome-desktop-environment depends on empathy, should offer alternative

2011-02-14 Thread Robert Kawecki
Package: gnome-desktop-environment Version: 1:2.30+7 Severity: minor gnome-desktop-environment currently depends on empathy IM client, but it offers a choice in remote desktop clients: remmina | vinagre so, logically, it should allow: empathy | pidgin as it seems to me that more people use

Bug#592991: dependency

2010-08-16 Thread Robert Kawecki
The dependency was needed on the host system. After just installing gawk, it worked - no further tweaking needed. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#592991: vzctl start breaks with mawk, works with gawk - dependency needed

2010-08-14 Thread Robert Kawecki
Package: vzctl Version: 3.0.24-1 Severity: important Tags: patch When calling `vzctl start` on a newly created container (with debootstrap), I get an error saying this: vps-net_add WARNING: Device list is empty This seems to be a very obscure problem but it undermines the usability of

Bug#592232: linux-image-2.6.32-5-openvz-amd64: No IPv6 conntrack support

2010-08-08 Thread Robert Kawecki
Package: linux-2.6 Version: 2.6.32-18 Severity: critical Justification: breaks unrelated software One line says it all: config file for this kernel contains # CONFIG_NF_CONNTRACK_IPV6 is not set It's not possible to build a functional IPv6 firewall/router with this kernel. All IPv6 firewall

Bug#589593: bad assumption about existing binaries in /etc

2010-07-18 Thread Robert Kawecki
Package: update-notifier-common Version: 0.99.3debian4 Severity: normal Tags: patch update-notifier includes config files placed in /etc/update-motd.d coming from the Ubuntu update-motd framework that call binaries in /usr/lib/update-notifier. However, config files stay on the system if

Bug#582161: regression: stylus button not working at all

2010-05-18 Thread Robert Kawecki
Package: xserver-xorg-input-wacom Version: 0.10.5+20100416-1 Severity: important Tags: squeeze sid After a dist-upgrade today, my stylus button on ThinkPad X60 Tablet stopped working. The button press is not handled anyhow by X.org, and is not detected by xev. Thus, no input event gets

Bug#582161: Fix

2010-05-18 Thread Robert Kawecki
It is working for me now after I have diffed the source and reversed the change in user session. The driver's behaviour has changed - TPCButton is now off by default. This change breaks people's styluses and should be documented explicitly. After enabling TPCButton in xsetwacom, the stylus button

Bug#582161: Patch

2010-05-18 Thread Robert Kawecki
A link to a related patch which I think might work: http://old.nabble.com/-PATCH--xf86-input-wacom---TPCButton-is-on-by-default-for-ISDV4-devices-td28072479.html I have not tested this at all. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#576652: guidance-power-manager: Three processor bars shown on a 2-core machine

2010-04-06 Thread Robert Kawecki
Package: guidance-power-manager Version: 4.3.3-1 Severity: minor On my system, which has a 2-core Pentium CPU, guidance-power-manager, on hovering the mouse pointer over its icon in the system tray, shows three processor bars under the CPU frequency label. However, only two correspond to real

Bug#573858: arora: crash on entering http://hr.wikipedia.org/wiki/Sulejmanija

2010-03-14 Thread Robert Kawecki
Package: arora Version: 0.10.1-1 Severity: important Upon entering http://hr.wikipedia.org/wiki/Sulejmanija, arora crashes and the following gets printed by glibc: *** glibc detected *** arora: double free or corruption (out): 0x030d7d40 *** === Backtrace: =

Bug#289011: Same here

2009-11-21 Thread Robert Kawecki
I confirm the bug in Iceweasel versions 3.0.x . It happens quite often and, what is more, bookmarks are not available when the tab URLs are not being updated. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#538233: Typecasting issue on line 1769

2009-07-25 Thread Robert Kawecki
for displaying import errors in a dialog box and I believe it is irrelevant to the grave bug I'm describing here. -- Robert Kawecki -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#538233: gscan2pdf exports blank PDF files

2009-07-24 Thread Robert Kawecki
-processing tool for scanned p ii xdg-utils 1.0.2-6.1 desktop integration utilities from gscan2pdf suggests no packages. -- no debconf information -- Robert Kawecki -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe