Bug#733161: Requires different import for updated python-pil

2013-12-26 Thread Yuri D'Elia
Package: rest2web Version: 0.5.2~alpha+svn-r248-2 Severity: minor Tags: patch The gallery plugin of rest2web requires python-imaging. python-imaging though is being replaced by python-pil, which is recommended already by python-docutils. For this, the Image import needs to be updated (see the

Bug#733563: ITP: entr -- Run arbitrary commands when files change

2013-12-29 Thread Yuri D'Elia
Package: wnpp Severity: wishlist Owner: Yuri D'Elia wav...@thregr.org * Package name: entr Version : 2.5 Upstream Author : Eric Radman ericsh...@eradman.com * URL : http://entrproject.org/ * License : ISC, BSD-3-Clause, BSD-2-Clause Programming Lang: C

Bug#739313: Cannot set per monitor/output profile

2014-02-17 Thread Yuri D'Elia
Package: xicc Version: 0.2-3 Severity: wishlist xicc should support a way to set the display profile per-output using the following specification: http://www.oyranos.org/wiki/index.php?title=ICC_Profiles_in_X_Specification_0.4 possibly accepting a valid xrandr output name. -- To

Bug#739635: Recommend trend

2014-02-20 Thread Yuri D'Elia
Source: science-viewing Severity: wishlist I was browsing through science-viewing, and found 'feedgnuplot' as a recommendation. Though not as flexible as feedgnuplot+gnuplot, I'm using 'trend' for realtime data visualization since gnuplot is just too slow. -- System Information: Debian Release:

Bug#739689: PubMed ID metadata loop-up fails

2014-02-21 Thread Yuri D'Elia
Package: referencer Version: 1.2.1-1+b1 Severity: normal Any reference lookup involving PMID fails for me. (Documents - Add reference with ID - Pubmed ID). Get metadata does not import anything. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (900,

Bug#739956: Fails with linux-vdso.so.1 not found

2014-02-24 Thread Yuri D'Elia
Package: pstack Version: 1.3.1-1 Severity: important pstack 11019 11019: test.debug 'linux-vdso.so.1': opening object file: No such file or directory Could not open object file. Trying to locate linux-vdso is never going to work. -- To UNSUBSCRIBE, email to

Bug#740061: RFP: ktap -- lightweight script-based dynamic tracing tool for Linux

2014-02-25 Thread Yuri D'Elia
Package: wnpp Severity: wishlist * Package name: ktap Version : 0.3 Upstream Author : Jovi Zhangwei jovi.zhang...@gmail.com * URL : http://www.ktap.org/ * License : GPL Programming Lang: C, Lua Description : lightweight script-based dynamic tracing tool

Bug#740348: Should suggest python-statsmodels-doc

2014-02-28 Thread Yuri D'Elia
Source: python-statsmodels Severity: wishlist As for all packages with relevant documentation, python-statsmodels should suggest python-statsmodels-doc. Thanks. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (900, 'unstable'), (800, 'experimental')

Bug#739956: Fails with linux-vdso.so.1 not found

2014-02-28 Thread Yuri D'Elia
On 02/28/2014 04:58 PM, Thomas Preud'homme wrote: Indeed. I'm hardcoding the value for now as having a regex is less easy. Anyway, although I started a process to make pstack more platform independant, the work is currently stalled and thus pstack only has to deal with x86 (and amd64 is a

Bug#705607: 1.0 breaks alignment != left

2014-03-05 Thread Yuri D'Elia
Package: dunst Followup-For: Bug #705607 I upgraded again to dunst 1.0 today, and it seems that it has been resolved, suggesting some likely library issue. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (900, 'unstable'), (800, 'experimental')

Bug#740823: alignment=center|right doesn't work with width=0

2014-03-05 Thread Yuri D'Elia
Package: dunst Version: 1.0.0-2 Severity: minor With: [global] alignment = right geometry = -0-0 the text is not actually flushed right. The geometry here is aligning the frame to the top-right corner of the screen. Width is empty/0, which means automatic width. If I set a width manually:

Bug#740824: Additional rules to match body and urgency

2014-03-05 Thread Yuri D'Elia
Package: dunst Version: 1.0.0-2 Severity: wishlist It seems that I cannot match on the urgency of a message (to format it in a different way only for a particular application), and also cannot match the body (which would be helpful to format messages without body). For the first request, this

Bug#740825: RFP: xuserrun -- Run commands as the currently-active X11 user

2014-03-05 Thread Yuri D'Elia
Package: wnpp Severity: wishlist * Package name: xuserrun Version : - Upstream Author : Todd Partridge toddrpartri...@gmail.com, Brain Mattern https://github.com/rephormE * URL : https://github.com/Gen2ly/xuserrun * License : GPLv3+ Programming Lang: Bash

Bug#740824: Additional rules to match body and urgency

2014-03-05 Thread Yuri D'Elia
Package: dunst Version: 1.0.0-2 Followup-For: Bug #740824 With the attached patch I provide a way to match on message urgency using 'msg_urgency' as a new filter. I didn't notice that 'body' could already be used, sorry. diff -rud dunst-1.0.0.Orig/dunstrc dunst-1.0.0/dunstrc ---

Bug#705607: 1.0 breaks alignment != left

2014-03-05 Thread Yuri D'Elia
Package: dunst Version: 1.0.0-2 Followup-For: Bug #705607 The problem is caused by pango not knowing the final layout width when rendering. The attached patch fixes the problem. --- dunst-1.0.0.Orig/x.c 2014-03-05 12:41:03.274349758 +0100 +++ dunst-1.0.0/x.c 2014-03-05 14:46:01.670678667 +0100

Bug#740840: Pausing dunst with visible notifications results in endless loop

2014-03-05 Thread Yuri D'Elia
Package: dunst Version: 1.0.0-2 Severity: important Tags: patch Doing the following: $ notify-send 'test'; notify-send DUNST_COMMAND_PAUSE will cause dunst to enter an infinite loop. Possibly related to bug #729690. In the attached patch, we see how it's obvious that we keep popping from the

Bug#740823: alignment=center|right doesn't work with width=0

2014-03-05 Thread Yuri D'Elia
Package: dunst Version: 1.0.0-2 Followup-For: Bug #740823 I wrongly filed this fix under the wrong bug report before, sorry for the noise. The problem is caused by pango not knowing the final layout width when rendering. The attached patch fixes the problem. --- dunst-1.0.0.Orig/x.c 2014-03-05

Bug#729690: dunst: Dunst causes high cpu usage on kde screenserver

2014-03-05 Thread Yuri D'Elia
Package: dunst Version: 1.0.0-2 Followup-For: Bug #729690 Indeed, I also experienced this problem using i3lock. dunst is forcedly raising its window, which is broken behavior anyway. The _NET_WM_STATE_ABOVE property should be set on the window instead to avoid conflicting behaviors with other

Bug#681991: setting scroll-margin breaks redisplay on emacs24

2014-03-05 Thread Yuri D'Elia
Source: emacs24 Followup-For: Bug #681991 This bug is now fixed. You can close the report. Thanks. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#703884: Setting window title with ^]2; escape fails if sent too early

2014-03-05 Thread Yuri D'Elia
Package: zsh Followup-For: Bug #703884 This was fixed at least in zsh 5.0.4 already. Thanks. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#740824: Additional rules to match body and urgency

2014-03-06 Thread Yuri D'Elia
Package: dunst Version: 1.0.0-2 Followup-For: Bug #740824 I noticed my last patch was missing some required changes to config.def.h. Re-attaching the complete patch. diff -rud dunst-1.0.0.Orig/dunstrc dunst-1.0.0/dunstrc --- dunst-1.0.0.Orig/dunstrc 2014-03-05 12:41:03.274349758 +0100 +++

Bug#745028: udisks.umount times out without real error

2014-04-17 Thread Yuri D'Elia
Package: udisks Version: 1.0.5-1 Severity: important udisks.umount has some sort of built-in timeout (maybe default dbus call timeout?) If you are unmounting a slow device with a large dirty cache, this is what you usually get: $ umount /media/usb_shtick Unmount failed: Did not receive a

Bug#600547: python-scipy: Scipy Documentation not in Debian

2014-04-22 Thread Yuri D'Elia
Package: python-scipy Version: 0.13.3-2 Followup-For: Bug #600547 I'd also vouch for having a proper python-scipy-doc package, pretty-please :) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#743215: write: you are uid ???, but your login is as uid 0

2014-04-22 Thread Yuri D'Elia
Package: bsdmainutils Version: 9.0.5 Followup-For: Bug #743215 I'd like to point out this is actually Debian-specific behavior (the original source doesn't have this restriction). Could somebody address as to why this check was put in place? -- To UNSUBSCRIBE, email to

Bug#742683: RFP: rr -- rr records nondeterministic executions and debugs them deterministically

2014-03-26 Thread Yuri D'Elia
Package: wnpp Severity: wishlist * Package name: rr Version : - Upstream Author : Mozilla * URL : http://rr-project.org/ * License : MPL Programming Lang: C Description : rr records nondeterministic executions and debugs them deterministically rr

Bug#742905: No default for no_playlist

2014-03-28 Thread Yuri D'Elia
Package: podget Version: 0.6.16-1 Severity: normal When upgrading podget with an existing config, no_playlist seem to have no default and thus the following errors are shown: /usr/bin/podget: line 1004: [: -eq: unary operator expected /usr/bin/podget: line 1066: [: -eq: unary operator

Bug#743203: Address canonicalization is suboptimal

2014-03-31 Thread Yuri D'Elia
Package: openssh-client Version: 1:6.6p1-1 Severity: minor I'm trying hard to use address canonicalization in my favor. 6.6 adds re-parsing if hostname is changed as a result of it, but that doesn't make canonicalization generally more useful as I hoped. Assume the following ssh_config:

Bug#743215: write: you are uid ???, but your login is as uid 0

2014-03-31 Thread Yuri D'Elia
Package: bsdmainutils Version: 9.0.5 Severity: minor write(1) refuses to write when eid/uid are different: write: you are uid 1001, but your login is as uid 0 Yes, but why would it matter when uid=0? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#747233: New upstream (r3248)

2014-05-06 Thread Yuri D'Elia
Package: mkgmap Version: 0.0.0+svn2981-1 Severity: wishlist A new upstream release is available (r3248). -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#751915: iv crash

2014-06-17 Thread Yuri D'Elia
Package: openimageio-tools Version: 1.4.9~dfsg0-1 Severity: normal With the last update, iv crashes on any file for me with the following assertion failure: % iv -F -v IMG53559.JPG OpenGL Shading Language supported: 1 OpenGL sRGB color space textures supported: 1 OpenGL half-float pixels

Bug#753296: mpv completion fails

2014-06-30 Thread Yuri D'Elia
Package: zsh Version: 5.0.5-4 Severity: minor The following happens if I try to complete a file for mpv: 1% mpv _mpv:7: command not found: *:files:-mfiles mpv is at 0.4 (from unstable). Not sure when this started to happen. -- To UNSUBSCRIBE, email to

Bug#753296: Acknowledgement (mpv completion fails)

2014-06-30 Thread Yuri D'Elia
Ahh sorry, I noticed only now that the _mpv function is shipped with mpv itself. Could you reassign it to mpv? Thanks. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#753296: Acknowledgement (mpv completion fails)

2014-06-30 Thread Yuri D'Elia
On 06/30/2014 12:17 PM, Frank Terbeck wrote: Yuri D'Elia wrote: Ahh sorry, I noticed only now that the _mpv function is shipped with mpv itself. Could you reassign it to mpv? The problem you're describing looks like a broken completions-cache file. Before you proceed, try this: % rm

Bug#753296: Acknowledgement (mpv completion fails)

2014-06-30 Thread Yuri D'Elia
On 06/30/2014 01:40 PM, Alessandro Ghedini wrote: The problem you're describing looks like a broken completions-cache file. Before you proceed, try this: % rm ~/.zcompdump % exec zsh And see if the problem persists. It persists. Can you post the content of

Bug#753330: RFP: padb -- Parallel Application Debugger

2014-06-30 Thread Yuri D'Elia
Package: wnpp Severity: wishlist * Package name: padb Version : 3.3 Upstream Author : Ashley Pittman ash...@pittman.co.uk * URL : http://padb.pittman.org.uk/ * License : LGPL Programming Lang: C Description : Parallel Application Debugger Padb is a Job

Bug#753296: Acknowledgement (mpv completion fails)

2014-07-01 Thread Yuri D'Elia
On 06/30/2014 08:05 PM, Axel Beckert wrote: Yep, that's definitely broken... what architecture are you on? AFAICT both amd64 and i386 look fine. Damn! I had mpv pinned from deb-multimedia. Indeed, looks like the rebuild fails there for some reason, because the debian package works fine. --

Bug#757645: Please revert the latest Depends from python-qt4 | python-pyside to python-qt4 and python-pyside

2014-08-11 Thread Yuri D'Elia
Package: python-pyqtgraph Version: 0.9.8-1 Followup-For: Bug #757645 Yes, please. pyqtgraph supports pyqt and pyside interchangeably. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#757645: Rationale for the change

2014-08-18 Thread Yuri D'Elia
On 08/18/2014 08:22 AM, Gianfranco Costamagna wrote: Since also my first sponsor got some troubles in running them (if you choose pyside without having it installed you will likely have a import error and in some cases a segfault, IIRC), and since I'm a person that _really_ likes to install

Bug#757645: Rationale for the change

2014-08-18 Thread Yuri D'Elia
On 08/18/2014 11:32 AM, Gianfranco Costamagna wrote: You could detect at runtime which binding is available and gray out the selection if you really wanted to. This would fix the issue permanently. this needs code, and would be nice to have a patch, or to report upstream :) Yes, this is

Bug#753509: Should suggest cython-doc

2014-07-02 Thread Yuri D'Elia
Source: cython Severity: minor cython should suggest cython-doc. Thanks. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (900, 'unstable'), (800, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores) Locale:

Bug#750475: No locking when sleeping

2014-06-03 Thread Yuri D'Elia
Package: xautolock Version: 1:2.2-4 Severity: important I'm a bit puzzled by the behavior of xautolock when putting a laptop to sleep. Manual page for -detectsleep says by _default_ sleep is not detected if -detectsleep is not used. So, if I put a laptop to sleep for more than the primary

Bug#755922: clang-X should Suggest: clang-X-doc

2014-07-24 Thread Yuri D'Elia
Package: clang-3.5 Version: 1:3.5~svn213451-1 Severity: wishlist As done for llvm, it would be nice if clang-X would Suggest: clang-X-doc. Thanks. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#741454: Allow users in group netdev to use rfkill

2014-03-12 Thread Yuri D'Elia
Package: udev Version: 204-7 Severity: wishlist It makes sense to allow users in the group netdev (which are already able to bring up/down network interfaces) to also use rfkill without root privileges, by changing rules.d/91-permissions.rules: KERNEL==rfkill, MODE=0664

Bug#741613: RFP: glslang -- OpenGL / OpenGL ES Shading Language Reference Compiler

2014-03-14 Thread Yuri D'Elia
Package: wnpp Severity: wishlist * Package name: glslang Version : - Upstream Author : Khronos Group * URL : https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/ * License : BSD Programming Lang: C, C++ Description : OpenGL / OpenGL ES

Bug#741614: RFP: vogl -- OpenGL capture / playback debugger

2014-03-14 Thread Yuri D'Elia
Package: wnpp Severity: wishlist * Package name: vogl Version : - Upstream Author : Valve Software * URL : https://github.com/ValveSoftware/vogl * License : BSD Programming Lang: C++ Description : OpenGL capture / playback debugger vogl is a suite of

Bug#742253: wish not provided anymore

2014-03-21 Thread Yuri D'Elia
Package: tk8.5 Version: 8.5.14-2 Severity: normal I believe there is a problem with how wish is provided. In the newer version of tk8.5, wish is not provided anymore, but only by the latest tk version. tk simply depends on the newer package version, but it shouldn't break old releases unless

Bug#742253: [Pkg-tcltk-devel] Bug#742253: wish not provided anymore

2014-03-21 Thread Yuri D'Elia
On 03/21/2014 12:14 PM, Sergei Golovan wrote: Hi Yuri, On Fri, Mar 21, 2014 at 2:33 PM, Yuri D'Elia wav...@thregr.org wrote: I believe there is a problem with how wish is provided. In the newer version of tk8.5, wish is not provided anymore, but only by the latest tk version. Currently

Bug#741454: Allow users in group netdev to use rfkill

2014-03-21 Thread Yuri D'Elia
On 03/13/2014 08:00 PM, Marco d'Itri wrote: On Mar 13, Michael Biebl bi...@debian.org wrote: I don't think we should do that. Udev rules should only use a limited subset of groups which are guaranteed to exist. netdev is no such case. We *cannot* use users/groups which are not in the default

Bug#741454: Allow users in group netdev to use rfkill

2014-03-21 Thread Yuri D'Elia
On 03/21/2014 05:10 PM, Yuri D'Elia wrote: Out of those, I would say netbase. Sorry there, I meant ifupdown. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#766038: Cannot set color scheme anymore

2014-10-20 Thread Yuri D'Elia
Package: lxappearance Version: 0.5.6-1 Severity: normal lxappearance doesn't offer the ability to change the gtk colors without lxsession anymore. Setting the gtk-color-scheme property in the gtkrc 2/3 files however doesn't really require lxsession in any way. -- To UNSUBSCRIBE, email to

Bug#766053: Cannot edit user crontabs

2014-10-20 Thread Yuri D'Elia
On 10/20/2014 03:23 PM, Alexandre Detiste wrote: Hi, I have already discussed this bug with the two other upstreams: https://github.com/systemd-cron/systemd-cron/issues/15 They don't really want to mess with a setuid C program that is a potential security hole. The easiest to fix

Bug#766053: Cannot edit user crontabs

2014-10-20 Thread Yuri D'Elia
Package: systemd-cron Version: 1.3.1+ds1-1 Severity: normal I was just giving systemd-cron a try and it seems that there are issues when using /usr/bin/crontab. /var/spool/cron/crontabs is not created with the correct permissions (my guess is that it should likely be chmod 1730, chown

Bug#766038: Cannot set color scheme anymore

2014-10-20 Thread Yuri D'Elia
On 10/20/2014 06:06 PM, Andriy Grytsenko wrote: Yes, it is unavailable now to reflect the fact it requires XSettings daemon to work. Yes, you can set gtk-color-scheme property in ~/.gtkrc-2.0 file but unfortunately it will never affect colors of theme unless a XSettings daemon is running (and

Bug#766038: Cannot set color scheme anymore

2014-10-20 Thread Yuri D'Elia
On 10/20/2014 06:54 PM, Andriy Grytsenko wrote: Yuri D'Elia has written on Monday, 20 October, at 18:25: Yes, but then lxappearance still shouldn't check explicitly for lxsession, but only for a valid _XSETTINGS_S* atom. There are several alternative XSETTINGS daemons: xsettings-kde

Bug#766093: Multiple assertion failures

2014-10-20 Thread Yuri D'Elia
Package: hugin Version: 2014.0.0+dfsg-1+b1 Severity: important Something seems to be broken in either hugin or wxgtk3 right now. Starting hugin with no existing configuration gives me the following startup assertion failures: $ hugin 10:22:20 PM: Debug: Failed to connect to session manager:

Bug#766345: Does not mail user in case of crontab errors

2014-10-22 Thread Yuri D'Elia
Package: systemd-cron Version: 1.3.1+ds1-1 Severity: important crontab(1) does some parsing on the user crontab, but since it comes from a different implementation (I'm using vixie's crontab) you cannot really assume the crontab is syntactically ok. I noticed none of my user crontabs were

Bug#766348: Does not parse ranges correctly

2014-10-22 Thread Yuri D'Elia
Package: systemd-cron Version: 1.3.1+ds1-1 Severity: important Ranges without steps (1-12) are not correctly parsed by systemd-crontab-generator. For example, the line: 55-59 11 * * 1-6true results in the following: $ ./systemd-crontab-generator /tmp/test Traceback (most recent call

Bug#743215: write: you are uid ???, but your login is as uid 0

2014-10-22 Thread Yuri D'Elia
Package: bsdmainutils Version: 9.0.6 Followup-For: Bug #743215 This issue is still affecting me. This check prevents write(1) to be used in cron/batch/slurm scripts. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#766093: Multiple assertion failures

2014-10-25 Thread Yuri D'Elia
On 10/25/2014 08:10 AM, Andreas Metzler wrote: $ hugin 10:22:20 PM: Debug: Failed to connect to session manager: SESSION_MANAGER environment variable not defined (hugin:28839): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'height = -1' failed (hugin:28839):

Bug#766756: Does not mail user in case of job errors

2014-10-25 Thread Yuri D'Elia
Package: systemd-cron Version: 1.3.1+ds1-1 Severity: normal A job such as * * * * * false would normally mail the user with the exit status + output of the standard error (if any). Currently it just flags the service as failed, which is the default behavior for services, but not for a cron

Bug#766757: Generated services should start After=systemd-user-sessions.service

2014-10-25 Thread Yuri D'Elia
Package: systemd-cron Version: 1.3.1+ds1-1 Severity: normal The generated service template should include: After=systemd-user-sessions.service to actually ensure the user directory is available/ready before starting the job. -- To UNSUBSCRIBE, email to

Bug#766763: Support @annually

2014-10-25 Thread Yuri D'Elia
Package: systemd-cron Version: 1.3.1+ds1-1 Severity: wishlist Just for consistency with Vixie's crontab extensions, @annually should also be supported. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#766764: Support PATH ~ expansion?

2014-10-25 Thread Yuri D'Elia
Package: systemd-cron Version: 1.3.1+ds1-1 Severity: wishlist I'm dropping this as a whishlist here, but I would gladly implement this *as well*: It would be nice if PATH= would support ~ expansion *directly*, as an extension. Since variable interpolation is not supported, I always had to

Bug#766757: Generated services should start After=systemd-user-sessions.service

2014-10-25 Thread Yuri D'Elia
On 10/25/2014 05:01 PM, Alexandre Detiste wrote: Hi, The generated service template should include: After=systemd-user-sessions.service Should this be for everyone, or only user != 'root' ? I would say also for root. to actually ensure the user directory is available/ready before

Bug#766763: Support @annually

2014-10-25 Thread Yuri D'Elia
On 10/25/2014 05:52 PM, Alexandre Detiste wrote: @annually is already supported since July ; https://github.com/kstep/systemd-crontab-generator/issues/5 though it seems there is a typo in systemd itself: http://cgit.freedesktop.org/systemd/systemd/tree/src/shared/calendarspec.c

Bug#766756: Does not mail user in case of job errors

2014-10-25 Thread Yuri D'Elia
On 10/25/2014 06:37 PM, Alexandre Detiste wrote: We could either: *) trigger something with OnFailure= http://lists.freedesktop.org/archives/systemd-devel/2014-October/024268.html I find this ugly: ExecStart=/bin/systemd-cat -t MY TIMER JOB LABEL /usr/bin/$FOO whatever It's ugly

Bug#766764: Support PATH ~ expansion?

2014-10-26 Thread Yuri D'Elia
On 10/26/2014 10:52 PM, Alexandre Detiste wrote: While cron allways use a shell: http://anonscm.debian.org/cgit/pkg-cron/pkg-cron.git/tree/do_command.c#n375 , from version 1.3.2, systemd-cron tries to avoid it: *) it strips /dev/null of the end of the command line and replace it by

Bug#767086: systemd --user doesn't save timer stamps

2014-10-28 Thread Yuri D'Elia
Package: systemd Version: 215-5+b1 Severity: minor Looks like that systemd --user doesn't save timer timestamps anywhere. Using timers with OnCalendar + Persistent=true will *not* work as expected (the job behaves as Persistent has never been specified). I would have expected systemd would

Bug#764702: No support for ED25519 keys with enable-ssh-support

2014-10-10 Thread Yuri D'Elia
Package: gnupg-agent Version: 2.0.26-3 Severity: normal I couldn't find an explicit Debian report for this issue, so I'm filing one to keep track of the status. gpg-agent ssh-agent's emulation (--enable-ssh-support) doesn't yet support ED25519 keys, as available in openssh 6.5 and onward. --

Bug#719440: [Rest2web-develop] Bug#719440: rest2web: .. include:: is broken

2014-10-11 Thread Yuri D'Elia
On 08/11/2013 10:30 PM, Roland Koebler wrote: The .. include::-directive in rest2web searches for the file to include in the wrong directory and includes wrong files. Can somebody provide a small test case in downloadable form? I'm willing to look into this, but I'm a bit short in time. --

Bug#644894: [Rest2web-develop] Bug#644894: rest2web: # print setions # rapidly consumes memory

2014-10-11 Thread Yuri D'Elia
On 10/10/2011 11:32 AM, Roland Koebler wrote: In the documentation, it's mentioned that sections is a Python dictionary. But if I use # print sections #, r2w seems to consume infinite memory (at least gigabytes of memory in a few seconds). If not aborted immediately, the OOM-killer will

Bug#764871: allow to select an archive by source package name

2014-10-11 Thread Yuri D'Elia
Package: snapshot.debian.org Severity: wishlist I remember snapshot.debian.net at some point allowed to have an archive with all the versions of a source package by name: deb http://snapshot.debian.net/archive pool package This was extremely useful to progressively narrow down a package issue

Bug#764872: convert +profile regression enters infinite loop exhausting memory

2014-10-11 Thread Yuri D'Elia
Package: imagemagick Version: 8:6.8.9.6-4 Severity: important The following command: convert test.jpg +profile '!icc,*' out.jpg used to remove all image metadata except ICC tags/profiles. However, in recent versions it just dies after exhausting all system memory. Attaching a random sample

Bug#762037: race in udev root device detection leaves root mounted read-only

2014-09-20 Thread Yuri D'Elia
Package: systemd Version: 215-4 Followup-For: Bug #762037 I'm also affected by this issue. Of note: the problem persists only if laptop-mode-tools is active (ie: on battery). If I boot the system on AC power, the laptop brings up just fine, suggesting that maybe it's just being activated too

Bug#763330: loginctl show-seat does not show ActiveSession/Sessions anymore

2014-09-29 Thread Yuri D'Elia
Package: systemd Version: 215-5+b1 Severity: minor File: /bin/loginctl At some point, loginctl stopped printing relevant information such as current ActiveSession and Sessions in 'show-seat' (and I guess in other commands as well): $ loginctl show-seat seat0 -a Id=seat0

Bug#763499: RFP: uselessd -- a project to reduce systemd to a base initd, process supervisor and transactional dependency system, while minimizing intrusiveness and isolationism.

2014-09-30 Thread Yuri D'Elia
Package: wnpp Severity: wishlist * Package name: uselessd Version : 2 Upstream Author : - * URL : http://uselessd.darknedgy.net/ * License : LGPL, MIT, Public Domain Programming Lang: C Description : a project to reduce systemd to a base initd, process

Bug#767894: More permission issues

2014-11-03 Thread Yuri D'Elia
Package: systemd-cron Version: 1.3.1+ds1-1 Severity: minor Generally, crontabs are only visible by the owner. After #766053 gets fixed, the issue still remains in the sense that the generated units/timers (coming from crontabs) have root:root 644 permissions, which are readable by everyone.

Bug#767894: More permission issues

2014-11-03 Thread Yuri D'Elia
On 11/03/2014 12:43 PM, Alexandre Detiste wrote: The current status of /var/spool/cron/crontabs is undetermined ... users either inherit what was setup up by the previosu cron daemon or get a vanilla 0755 folder on fresh install. e.g.:

Bug#767894: More permission issues

2014-11-03 Thread Yuri D'Elia
On 11/03/2014 12:48 PM, Yuri D'Elia wrote: e.g.: http://anonscm.debian.org/cgit/pkg-cron/pkg-cron.git/tree/debian/postinst Having crontab translate on the fly user crontabs into ~/.config/systemd/user service timers (systemd --user) would avoid all these security problems. This need

Bug#767953: Typo in /etc/default/acpi-support

2014-11-03 Thread Yuri D'Elia
Package: acpi-support Version: 0.142-5 Severity: minor The documentation for DISPLAY_DPMS_NO_USER reads: # so that the screen remains dark. Unable this option to switch off the display Note Unable = Enable -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#762386: valgrind: Last version requires libc6-386. Why?

2014-11-05 Thread Yuri D'Elia
Package: valgrind Followup-For: Bug #762386 I would also know if this is a hard dependency, or not. I guess it was probably intended to be a Recommend? And if it is, could you depend/recommend on libc6:i386 | libc6-i386 instead? -- To UNSUBSCRIBE, email to

Bug#771305: mantual: document 'T' state flag

2014-11-28 Thread Yuri D'Elia
Package: aptitude Version: 0.6.11-1+b1 Severity: minor I happened to have one package partially installed ('T' current state flag). However, 'T' is not documented in the manual. It would be nice if it was. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#773176: snd-gtk-alsa not available?

2014-12-15 Thread Yuri D'Elia
Package: snd-gtk Severity: wishlist Is there a reason an alsa build of snd-gtk is not provided? (considering snd is built with alsa, I don't think it's a technical limitation). -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (900, 'unstable'), (800,

Bug#773716: Should show requesting process PID/command as part of the pinentry text

2014-12-22 Thread Yuri D'Elia
Package: gnupg-agent Version: 2.1.1-1 Severity: normal I'm using gnupg-agent for both GPG and SSH key management. As a result, I'm often prompted for unlocking a secret key. The problem however is that I sometimes have *no* idea which process is prompting me, never mind understanding why. To

Bug#773976: Aggressive link power management breaks devices without sleep support

2014-12-26 Thread Yuri D'Elia
Package: src:linux Version: 3.16.7-ckt2-1 Severity: important I've recently switched to a laptop with an Intel 8 SATA controller (AHCI). I was experiencing significant latency delays, which I tracked down to the aggressive link power management. It looks like that the SSD that came with the

Bug#774079: build the index also for /usr/local/share/doc

2014-12-28 Thread Yuri D'Elia
Package: dhelp Version: 0.6.21+nmu6 Severity: wishlist I'm often working offline and I'm often resorting to dhelp to perform full-text searches of the installed documentation. It would be nice if the documentation in /usr/local/share/doc would be indexed too by default. I'm managing /usr/local

Bug#773976: Aggressive link power management breaks devices without sleep support

2015-01-02 Thread Yuri D'Elia
On 01/02/2015 09:21 PM, Ben Hutchings wrote: Can you test whether the attached patch works for you? I rebuilt the kernel using debian/bin/test-patches [your patch]. Got this after a few minutes: [ 1049.098578] ata1.00: exception Emask 0x0 SAct 0x2000 SErr 0x5 action 0x6 frozen [

Bug#774431: Missing build dependency on help2man

2015-01-02 Thread Yuri D'Elia
Package: libpango1.0-dev Version: 1.36.8-3 Severity: minor Manpage for pango-view reads: help2man is required to generate this file. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#775490: RFP: natron -- Natron is an open-source, crossplatform, nodal compositing software

2015-01-16 Thread Yuri D'Elia
Package: wnpp Severity: wishlist * Package name: natron Version : 1.1.0 Upstream Author : Natron core team * URL : http://natron.inria.fr/ * License : MPL V2.0 Programming Lang: C++ Description : Natron is an open-source, crossplatform, nodal

Bug#775519: System reboots instead of shutting down on HP EliteBook 840

2015-01-16 Thread Yuri D'Elia
Package: src:linux Version: 3.16.7-ckt4-1 Severity: minor On this system (HP EliteBook 840), a shutdown/halt results instead in a reboot. This has been true for all the 3.16.* kernels so far available on Debian. Is there anything I can do to help debug this issue? Thanks. -- Package-specific

Bug#778467: Ship seaborn documentation

2015-02-15 Thread Yuri D'Elia
Package: python-seaborn Version: 0.5.1-1 Severity: wishlist Would it be possible to ship the pre-built html documentation along with the package, or within a python-seaborn-doc package? Thanks. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#773976: Aggressive link power management breaks devices without sleep support

2015-01-05 Thread Yuri D'Elia
On 01/02/2015 06:05 PM, Ben Hutchings wrote: Can you test whether the attached patch works for you? By looking at the device name during book I assume the device name I gave you is incorrect: kernel: ata1.00: ATA-9: MTFDDAK256MAY-1AH12ABHA, M5T4, max UDMA/133 Is MTFDDAK256MAY-1AH12ABHA the

Bug#775268: Errors in the zsh completer widget

2015-01-13 Thread Yuri D'Elia
Package: pass Version: 1.6.3-2 Severity: minor % pass TAB _values:compvalues:10: not enough arguments _values:compvalues:10: not enough arguments % pass zsh 5.0.7 (x86_64-pc-linux-gnu) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#774809: New upstream release available

2015-01-07 Thread Yuri D'Elia
Package: python-seaborn Version: 0.4.0-2 Severity: wishlist Dear maintainer, A new upstream release (0.5.1) is available. It would be nice if the package could be upgraded. -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (900, 'unstable'), (800, 'experimental')

Bug#780760: Filter due.before with relative dates stopped working

2015-03-18 Thread Yuri D'Elia
Package: taskwarrior Version: 2.4.1+dfsg-3 Severity: normal Starting with taskwarrior 2.4, the filter due.before doesn't seem to work correctly with relative dates anymore. $ task add due:7d test Created task 1. $ task list due.before:7d No matches. $ task list ID Age D DueDescription

Bug#780124: Ship documentation into python-igraph-doc

2015-03-09 Thread Yuri D'Elia
Package: python-igraph Version: 0.6.5-1 Severity: wishlist Would it be possible to build the bundled documentation as well into a separate -doc package? Thanks. -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (900, 'unstable'), (800, 'experimental') Architecture:

Bug#779790: Use x-terminal-emulator in rclshowinfo

2015-03-04 Thread Yuri D'Elia
Package: recoll Version: 1.19.13-1+b1 Severity: minor /usr/share/recoll/filters/rclshowinfo is calling xterm explicitly. It would be nice if the last line could be changed to: exec x-terminal-emulator -e info -f $filename $nodepath in order to use Debian's alternative mechanism. Thanks. --

Bug#784741: Needs to be updated for dovecot 2.2.16

2015-05-08 Thread Yuri D'Elia
Package: dovecot-antispam Severity: normal Probably relevant to #765943 as well, dovecot is now at 2.2.16 on unstable. -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (900, 'unstable'), (800, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux

Bug#784969: Output corruption with 2.99.917 and HD4400

2015-05-11 Thread Yuri D'Elia
Package: xserver-xorg-video-intel Version: 2:2.99.917-1 Severity: normal Since the update from 2.21.15 (with kernel/xorg staying the same, since I also tried 2.99.917-1~exp1 before the xorg api breakage), I noticed that the video output is occasionally corrupted, with horizontal banding being

Bug#782706: Remove donate button in the UI

2015-04-16 Thread Yuri D'Elia
Package: xul-ext-sieve Version: 0.2.3d-2 Severity: wishlist Although I have nothing against donation requests (heck, I'm a developer myself), I really dislike the prominence and location of the Donate button in every form of the UI. The addon has already a contribution request in the manifest

<    1   2   3   4   5   6   7   8   >