Bug#926151: chromium: Youtube not working in latest testing version on recent intel hw

2019-04-01 Thread Uli Martens
Hey there, I've got the same problem since today's upgrade from 72.0.3626.121-1 to 73.0.3683.75-1, on a NUC8I5BEH (also with intel video). The workaround from https://bbs.archlinux.org/viewtopic.php?pid=1836760#p1836760 fixed it for me. vainfo output for this system is: | libva info: VA-API

Bug#901588: Replace broken anonscm link with current salsa url

2018-06-15 Thread Uli Martens
Package: snapshot.debian.org Severity: normal Tags: patch Hi there, the following patch is pretty self-explanatory: diff a/web/app/snapshot/templates/sidebar.mako b/web/app/snapshot/templates/sidebar.mako --- a/web/app/snapshot/templates/sidebar.mako +++

Bug#848637: FTBFS: needs newer version of debhelper

2016-12-18 Thread Uli Martens
Package: lvm2 Version: 2.02.167-1 Severity: minor Hello maintainers, while trying to backport lvm2 from stretch (2.02.167-1) against a jessie chroot (with backports enabled, but only required packages installed), the build fails with the following message: | dh_systemd_start --no-start

Bug#822834: FTBFS as root because of perldoc

2016-05-03 Thread Uli Martens
Hello Dominique, tl;dr: the redirection works fine On Sat, Apr 30, 2016 at 05:26:54PM +0200, Dominique Dumont wrote: > Weird, I don't have any issue when building moarvm with cowbuilder. I should clarify that I've been trying to build interactively in sudo pbuilder --login, not some "build this

Bug#822834: FTBFS as root because of perldoc

2016-04-28 Thread Uli Martens
Package: moarvm Version: 2016.04-1 Severity: normal Tags: patch I've just tried building moarvm with pbuilder. This fails with the following error: | make[1]: Entering directory '/tmp/moarvm-2016.04' | perldoc -F -onroff -ddebian/moar.1 \ | -w center:MoarVM \ | -w

Bug#774927: missing variable name in autogenerated /etc/default/ferm comment

2015-01-09 Thread Uli Martens
Package: ferm Version: 2.2-3 Severity: minor Tags: patch Hello, the file /etc/default/ferm is autogenerated by ferm's postinst script if it doesn't exist by piping an here-doc into it. A line in this here-doc reads: # additional paramaters for ferm (like --def '$foo=bar') Because the $ is

Bug#774749: ships with wildcarded RBL for check_rbl

2015-01-06 Thread Uli Martens
Package: nagios-plugins-contrib Version: 14.20141104 Severity: normal Hi there, nagios-plugins-contrib ships a list of RBLs for check_rbl. One of these lists is dnsbl.ahbl.org. This RBL was wildcarded on 2015-01-01 to return a positive match for any query instead of not timing out. This leads

Bug#752686: unconditially changes directory owner and mode of /etc/ferm

2014-06-25 Thread Uli Martens
Package: ferm Version: 2.2-2 Severity: normal Tags: patch Hi formorer, the ferm package sets mode/group and owner of the /etc/ferm directory on each package configuration / update, thus overwriting user changes such as making that directory world readable: | cat /var/lib/dpkg/info/ferm.postinst

Bug#752688: updating ferm recreates /etc/default/ferm if deleted

2014-06-25 Thread Uli Martens
Package: ferm Version: 2.2-2 Severity: normal Hi formorer, nitpick mode=annoying updating ferm unconditionally creates a file /etc/default/ferm, even if it was removed by the user. I'm not quite sure why anyone would want to remove it, but if one did, it should't be recreated on package

Bug#719292: collectd-core debconf warning shows wrong path for migrate-4-5.px

2013-08-10 Thread Uli Martens
Package: collectd-core Version: 5.1.0-3 Severity: normal Hello maintainer, while upgrading a system from squeeze to wheezy, I was shown the following warning (reformatted): | The layout of some RRD files created by collectd has changed since | version 4.x. In order to keep your old data you

Bug#707690: hardlink: need a workaround for file system limits

2013-05-10 Thread Uli Martens
Package: hardlink Version: 0.2.0 Severity: wishlist Tags: upstream Hello juliank, I'm running into problems running hardlink on my btrfs file system, at around 200 hardlinks per file: | youam@riona:~/test$ for n in `seq 215` ; do cp /etc/fstab fstab.$n; done | youam@riona:~/test$ hardlink -ptom

Bug#707690: hardlink: please hide warning when reaching link limit

2013-05-10 Thread Uli Martens
On Fri, May 10, 2013 at 01:54:24PM +0200, Julian Andres Klode wrote: On Fri, May 10, 2013 at 11:56:19AM +0200, Uli Martens wrote: I'm running into problems running hardlink on my btrfs file system, at around 200 hardlinks per file: [...] Please provide a flag limiting the maximum number

Bug#700507: libemail-sender-perl: Should recommend libauthen-sasl-perl

2013-02-13 Thread Uli Martens
Package: libemail-sender-perl Severity: normal Tags: patch Hi Perl Maintainers, If you want to use Email::Sender::Transport::SMTP as a transport for Email::Sender, and need to use authentication to login to your SMTP server (which is hopefully the default), you get an error message that you need

Bug#696605: some processes are duplicated in pstree output

2013-01-08 Thread Uli Martens
+++ psmisc-22.19-1.1/debian/changelog 2013-01-08 16:10:03.0 +0100 @@ -1,3 +1,11 @@ +psmisc (22.19-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Added fix for psmisc #52: pstree duplicated trees +http://sourceforge.net/p/psmisc/bugs/52/ + + -- Uli Martens u...@youam.net Tue

Bug#672460: devscripts: dget fails to see sources.list entries

2012-05-11 Thread Uli Martens
Package: devscripts Version: 2.11.6 Severity: normal Hello maintainers, while trying to use dget, it fails to do anything: | $ dget base-files | no repository found in /etc/apt/sources.list or sources.list.d at /usr/bin/dget line 347. dget filters the repositories from

Bug#647522: non-deterministic compression results with gzip -n9

2012-02-07 Thread Uli Martens
Hello there, using a small tool I wrote a while back, it's possible to see that the actuall differences are in the encoding of the last few bytes of cleartext. I've copied the decoding tool to http://youam.net/devel/rfc1952-dec Attached is the difference of the decoded files from

Bug#652593: grub-pc: fails to boot with unaligned pointer on KVM

2012-01-07 Thread Uli Martens
Package: grub-pc Version: 1.98+20100804-14+squeeze1 Severity: normal I'm getting the same effects on a squeeze system with qemu-kvm upgraded to a 0.14.1+dgsg-4 backport. I have not tested with squeeze's qemu-kvm. For me, the exact pointer address reported differs, but changing the virtual

Bug#655024: qemu-kvm 1.0 version number confuses libvirt 0.9.8-2

2012-01-07 Thread Uli Martens
Package: qemu-kvm Version: 1.0+dfsg-1 Severity: minor Tags: patch Hello maintainer! I just updated the qemu-kvm package from 0.15.1+dfsg-1 to 1.0+dfsg-2, but did not upgrade my libvirt packages, which were still at version 0.9.2-7. Trying to start my vms with libvirt (virt-manager) resulted in

Bug#596751: not suitable for squeeze

2011-12-02 Thread Uli Martens
Hello Jon, On Mon, Sep 13, 2010 at 08:52:59PM +0100, Jon Dowland wrote: I do not think debgtd is currently useful enough to warrant a place in a stable release. I have not spent time on it in a while and perhaps should consider removing it altogether - however, for the time being, I just

Bug#601653: arduino: Please add versioned dependency on librxtx-java

2011-01-14 Thread Uli Martens
Package: arduino Version: 0022+dfsg-1 Severity: normal reopen 601653 tag 601653 - unreproducible thanks Hello Scott, I've just installed the arduino package from experimental on a squeeze system and also ran into this bug. After I also installed librxtx-java from experimental, I can select the

Bug#608864: hardlink: doesn't take files as arguments, only directories

2011-01-03 Thread Uli Martens
Package: hardlink Version: 0.1.1 Severity: wishlist Hello there, I just tried to link a few backup files together, but didn't want to recurse into subdirectories. So I tried running hardlink as this: | hardlink -ptomv *.tar which did not work because hardlink silently skips all non-direcoty

Bug#606236: gnome recommends transitional package mozilla-plugin-gnash

2010-12-07 Thread Uli Martens
Package: gnome Version: 1:2.30+6 Severity: minor Hi, gnome currently recommends the package mozilla-plugin-gnash. mozilla-plugin-gnash became a transitional package on 2010-09-08, the actual plugin package is browser-plugin-gnash. You probably want to rename the recommendation. greetings,

Bug#603137: ITP: icinga-icli -- command line interface for the icinga host and network monitoring system

2010-11-11 Thread Uli Martens
Package: wnpp Severity: wishlist Owner: Uli Martens u...@youam.net * Package name: icinga-icli Version : 0.2 Upstream Author : Daniel Friesel d...@finalrewind.org * URL : http://derf.homelinux.org/projects/icinga-cli/ * License : WTFPL (http://sam.zoy.org/wtfpl

Bug#570943: FTBFS: incron dependency on quilt to low

2010-02-22 Thread Uli Martens
Package: incron Version: 0.5.9-4 Severity: minor Tags: patch When trying to build incron in a lenny (plus backports) chroot, building fails with a debhelper quilt error. After installing the latest quilt available in backports, building succeeds. Reading the quilt changelog, it seems like the

Bug#566843: fix pal to not wake up ten times a second in interactive mode

2010-01-25 Thread Uli Martens
--- pal-0.4.3/debian/changelog +++ pal-0.4.3/debian/changelog @@ -1,3 +1,9 @@ +pal (0.4.3-3.1) unstable; urgency=low + + * make pal wake up less often in manage mode + + -- Uli Martens u...@youam.net Thu, 26 Feb 2009 05:21:12 +0100 + pal (0.4.3-3) unstable; urgency=low * Recode austria.pal

Bug#563785: mouseemu: diff for NMU version 0.15-8.1

2010-01-23 Thread Uli Martens
+1,12 @@ +mouseemu (0.15-8.1) unstable; urgency=low + + * Non-maintainer upload. + * check if MAKEDEV should be used (Closes: #563785) + * move udev to Should-Start/Stop-Start in init-script as mouseemu doesn't +depend on udev + + -- Uli Martens u...@youam.net Fri, 22 Jan 2010 21:42:10

Bug#563785: mouseemu: diff for NMU version 0.15-8.1

2010-01-22 Thread Uli Martens
should be used (Closes: #563785) + * move udev to Should-Start/Stop-Start in init-script as mouseemu doesn't +depend on udev + + -- Uli Martens u...@youam.net Fri, 22 Jan 2010 21:42:10 +0100 + mouseemu (0.15-8) unstable; urgency=low * debian/patches/63_pidfile.dpatch: exit gracefully

Bug#240989: procps/watch Unicode patch

2010-01-11 Thread Uli Martens
@@ +procps (1:3.2.8-2.1) UNRELEASED; urgency=low + + * No upload at all, not even an NMU... + * added watch-unicode patch by Jarrod Lowe Closes: #240989 + + -- Uli Martens u...@youam.net Fri, 08 Jan 2010 10:12:07 +0100 + procps (1:3.2.8-2) unstable; urgency=low * ps displays supplementary groups

Bug#562884: xscreensaver can be killed with Alt+SysRq+F

2010-01-07 Thread Uli Martens
Hi, just for the record, it IS possible to prevent a process from being killed by the OOM-killer: | 3.1 /proc/pid/oom_adj - Adjust the oom-killer score | -- | | This file can be used to adjust the score used to select which processes | should

Bug#560747: conduit is in section devel when it should be in gnome

2009-12-11 Thread Uli Martens
Package: conduit Version: 0.3.15-1 Severity: minor Hi, conduit is in the devel section, but it's not a devel tool, it is a gnome tool. | yo...@riona:.../conduit-0.3.15$ grep Section debian/control | Section: devel greetings, youam -- To UNSUBSCRIBE, email to

Bug#551479: drbd8: dies over CAP_SYS_ADMIN check

2009-11-04 Thread Uli Martens
tag 551470 + patch thanks Hello, this mail is just to provide a dpatch patch file for Piotr's fix as dpatch dies over tabs-vs-spaces if you just copy his patch directly. Adding this file into debian/patches and adding it into 00list did fix the problem for me. greetings, Uli / youam #!

Bug#551660: libvirt-bin: virsh fails to add disk to domain, says it succeeded

2009-10-19 Thread Uli Martens
Package: libvirt-bin Version: 0.7.1-2 Severity: normal Hi Guido, I'm the guy from the debconf who told you about the problem hot-adding disks to kvm domains with libvirt. First, thanks again for looking into the bug there, the first half of it seems to be fixed already. [ftr: trying to add a

Bug#550966: tagcoll: filter command missing

2009-10-14 Thread Uli Martens
Package: tagcoll Version: 2.0.11-1 Severity: wishlist Hi there, please add an option to tagcoll which returns items which have /exactly/ the given tags, but no others. This is different from tagcoll grep, which filters the return set to only return items matching the expression, but ignores

Bug#549895: moreutils: please include match_parens

2009-10-05 Thread Uli Martens
Package: moreutils Version: 0.31 Severity: wishlist Tags: patch Hi there, I think the new match_parens utility written by Wybo Dekker would be a good fit for inclusion in the moreutils package. Here is the relevant part of match_paren's README: | Mismatches of parentheses, braces, (angle)

Bug#499516: drbd8-utils: Do not 'invoke-rc.d drbd stop' in prerm script for action 'upgrade'

2009-09-01 Thread Uli Martens
severity 499516 grave found 499516 2:8.3.2-1~bpo50+1 found 499516 2:8.3.2-3 thanks Hi, This problem just shut down all drbd resources on my secondary server and tried to shut down all resources on my primary server. Upgrading to the new package version stopped the one thing I'm using drbd for in

Bug#538299: xserver-xorg-input-synaptics: fails to build against lenny

2009-07-24 Thread Uli Martens
Package: xserver-xorg-input-synaptics Version: 1.1.2-1 Severity: normal Tags: patch Hi there, when trying to build xserver-xorg-input-synaptics from unstable against a lenny system, the fails with this messages: gcc -Wall -g -O2 -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src -o

Bug#484370: lvm2: please consider adding pvinfo to the Debian package

2008-06-04 Thread Uli Martens
On Wed, Jun 04, 2008 at 10:06:18AM +0200, Bastian Blank wrote: On Wed, Jun 04, 2008 at 12:01:25AM +0200, Carsten Hey wrote: please consider adding pvinfo, a small perl tool to display the physical allocation layout of lvm physical volumes to the Debian package lvm2. Maybe upstream is

Bug#399906: evince: fullscreen toolbar displayed on all workspaces

2006-11-22 Thread Uli Martens
Package: evince Version: 0.6.1-1 Severity: normal Tags: experimental Hi! When viewing a file in evince in fullscreen mode (F11), evince shows a toolbar at the top of the screen displaying page / zoom selectors and a leave fullscreen button. This toolbar autohides after a few seconds of mouse

Bug#384725: lynx: [CVE-2004-1617] remote DoS-fix missing from etch/sid package

2006-08-26 Thread Uli Martens
Package: lynx Version: 2.8.5-2sarge1.1 Severity: important Tags: patch The version of lynx currently in sarge/updates is 2.8.5-2sarge2, but etch and sid are at 2.8.5-2sarge1.1, which is missing the fix for CVE-2004-1617 (see DSA-1076-1). Please add the patch from 2.8.5-2sarge2 to the latest lynx

Bug#382664: RM: update -- Ro??, obsolete

2006-08-12 Thread Uli Martens
Package: ftp.debian.org Severity: wishlist The update package is obsolete, as it depends on kernel 2.0 and we don't even ship 2.2 any more... Please remove it, thanks! | Description: daemon to periodically flush filesystem buffers | The update daemon flushes the filesystem buffers at regular

Bug#342870: licq contains dev headers from licq-dev

2005-12-11 Thread Uli Martens
Package: licq Version: 1.3.2-4+b1 Severity: serious Hi there! While trying to install licq-dev (1.3.2-4, last version in sid), it tries to overwrite include files from licq (1.3.2-4+b1), which AIUI should not be in this package at all. BIN-NMU gone wrong... | ii licq 1.3.2-4+b1

Bug#342450: offlineimap: off-by-one in comment the example config file

2005-12-07 Thread Uli Martens
Package: offlineimap Severity: minor Tags: patch zcat /usr/share/doc/offlineimap/examples/offlineimap.conf.gz | nl | ... 209 # There are three ways to specify the password for the remote IMAP 210 # server: 212 # 1. No password at all specified in the config file. You will 215 #

Bug#337491: RFP: webmin-nagmin -- nagios control module for webmin

2005-11-07 Thread Uli Martens
Package: wnpp Severity: wishlist * Package name: webmin-nagmin Version : 2.2.0 Upstream Author : Fred Reimers [EMAIL PROTECTED] * URL : http://http://nagmin.sourceforge.net/ * License : (GPL2) Description : nagios control module for webmin NagMIN is a

Bug#328553: podracer: depends on gnu extensions in awk

2005-09-15 Thread Uli Martens
Package: podracer Severity: serious Tags: upstream patch Justification: Policy 3.5 podracer uses the awk function 'gensub' which does not exist in mawk but fails without any error message. The following patch should fix this incompatibility. (please notice that it's 4am over here and test it

Bug#292021: perlpanel: panel size configuration broken

2005-01-24 Thread Uli Martens
Package: perlpanel Version: 0.9.0-2 Severity: normal Hi there! The default configuration of perlpanel started with a size set to 24 (panel size=24 .../ in .perlpanelrc), but the panel was 32 pixel deep. There was no way to change the (effective) size of the panel to something smaller. At one