Bug#1063353: groff-base: man page only in b/w: colouring using LESS_TERMCAP_* broke on update

2024-02-06 Thread Marcel Partap
Package: groff-base
Version: 1.23.0-3
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

I have a /etc/profile.d/less-termcaps.sh file containing

> export TERM=${TERM:-linux}
> export LESS_TERMCAP_us=$(tput bold; tput setaf 5) # underline start: bold,
magenta
> export LESS_TERMCAP_ue=$(tput sgr0) # underline end: norm
>
> export LESS_TERMCAP_so=$(tput bold; tput rev; tput setaf 2; tput setab 0) #
standout mode start: bright green, reverse
> export LESS_TERMCAP_se=$(tput rmso; tput sgr0) # standout mode end: reset
>
> export LESS_TERMCAP_mb=$(tput bold; tput setaf 5) # blinking start: bold,
magenta
> export LESS_TERMCAP_md=$(tput bold; tput setaf 6) # bold mode start: bold,
cyan
> export LESS_TERMCAP_me=$(tput sgr0) # mode end: reset
>
> export LESS_TERMCAP_mr=$(tput rev)
> export LESS_TERMCAP_mh=$(tput dim; tput setab 5)
> export LESS_TERMCAP_ZN=$(tput ssubm)
> export LESS_TERMCAP_ZV=$(tput rsubm)
> export LESS_TERMCAP_ZO=$(tput ssupm)
> export LESS_TERMCAP_ZW=$(tput rsupm)
>
> export LESS_TERMCAP_ZZ=$(tput sgr0) # reset: do not litter 'env' output

That results in nice coloring of man pages. That broke with 1.23, rolling back
to 1.22 fixed it.
I've seen some other report (#1059536) about lots of changes even though I have
only a mild idea of what all these codes mean.. hope there'll be a fix.. thx
bye ; )


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'testing'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.13-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, 
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages groff-base depends on:
ii  libc6 2.37-14
ii  libgcc-s1 14-20240201-1
ii  libstdc++614-20240201-1
ii  libuchardet0  0.0.8-1

groff-base recommends no packages.

Versions of packages groff-base suggests:
ii  groff  1.22.4-10

-- no debconf information



Bug#1062231: qutebrowser: New upstream version v3.1.0

2024-01-31 Thread Marcel Partap
Package: qutebrowser
Version: 2.5.4-1
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

Dear maintainer, a new qt6-based (with qt5 fallback though) v3 has been
released and is currently at v3.1.
Changelog can be seen at
https://github.com/qutebrowser/qutebrowser/blob/main/doc/changelog.asciidoc

Best Regards! : )


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'oldstable-updates'), (500, 
'oldstable-security'), (500, 'testing'), (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.6.13-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, 
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages qutebrowser depends on:
ii  libqt5core5a 5.15.10+dfsg-6
ii  libqt5dbus5  5.15.10+dfsg-6
ii  libqt5sql5-sqlite5.15.10+dfsg-6
ii  python3  3.11.6-1
ii  python3-jinja2   3.1.2-1
ii  python3-pyqt55.15.10+dfsg-1
ii  python3-pyqt5.qtopengl   5.15.10+dfsg-1
ii  python3-pyqt5.qtquick5.15.10+dfsg-1
ii  python3-pyqt5.qtsql  5.15.10+dfsg-1
ii  python3-sip  4.19.25+dfsg-5+b2
ii  python3-yaml 6.0.1-2
ii  qutebrowser-qtwebengine  2.5.4-1

qutebrowser recommends no packages.

Versions of packages qutebrowser suggests:
ii  libjs-pdf  2.14.305+dfsg-2
ii  nodejs 18.19.0+dfsg-6

-- no debconf information



Bug#1040656: elinks: [PATCH] meson.build: fix double elinks dir in configuration path

2023-07-08 Thread Marcel Partap
Package: elinks
Version: 0.16.1.1-4
Severity: normal
Tags: patch
X-Debbugs-Cc: mpar...@gmx.net

(Couldn't send this via git send-email to gitlab because salsa says no...)

>From f99fc469f7f7230ab817de2f5587dca9b11b18ed Mon Sep 17 00:00:00 2001
From: Marcel Partap 
Date: Sat, 8 Jul 2023 18:21:32 +0200
Subject: [PATCH] meson.build: fix double elinks dir in configuration path

Should fix existing configuration not being applied because of
openat(AT_FDCWD, "/etc/elinks/elinks/elinks.conf", O_RDONLY|O_NOCTTY)
= -1 ENOENT (No such file or directory)
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git meson.build meson.build
index 97a6144e..64ec8ca3 100644
--- meson.build
+++ meson.build
@@ -875,7 +875,7 @@ endif

 conf_data.set('ICONV_CONST', true)

-sysconfdir = get_option('prefix') / get_option('sysconfdir')/'elinks'
+sysconfdir = get_option('prefix') / get_option('sysconfdir')
 conf_data.set('CONFDIR', sysconfdir)
 conf_data.set('sysconfdir', sysconfdir)
 conf_data.set('SOMETHING', '@SOMETHING@')
--
2.40.1


-- System Information:
Debian Release: 12.0
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'oldstable-updates'), (500, 'oldstable-security'), (500, 'testing'), (500, 
'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.3.0-2-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, 
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages elinks depends on:
ii  elinks-data   0.16.1.1-4
ii  libbrotli11.0.9-2+b6
ii  libbz2-1.01.0.8-5+b1
ii  libc6 2.36-5
ii  libev41:4.33-1
ii  libexpat1 2.4.9-1
ii  libfsplib00.14-5
ii  libgcrypt20   1.10.1-2
ii  libgnutls30   3.7.8-5
ii  libgpm2   1.20.7-10
ii  libgssapi-krb5-2  1.19.2-2+b1
ii  libidn12  1.38-4
ii  liblua5.3-0   5.3.6-1
ii  liblzma5  5.4.1-0.1
ii  libperl5.36   5.36.0-7
ii  libtinfo6 6.4-2
ii  libtre5   0.8.0-6+b1
ii  zlib1g1:1.2.11.dfsg-4.1

elinks recommends no packages.

Versions of packages elinks suggests:
pn  elinks-doc  

-- no debconf information



Bug#1032937: systemd-resolved: Fixed in systemd 251.4-1ubuntu4 (06 Sep 2022)

2023-05-14 Thread Marcel Partap
Package: systemd-resolved
Version: 252.5-2~bpo11+1
Followup-For: Bug #1032937

Ubuntu had this in their systemd.postinst since 5 years:
> ef4adf4 Dimitri John Ledkov   5 years ago  63│ # Use stub resolve.conf by 
> default on new installs
> 20bc8a3 Dimitri John Ledkov   5 years ago  64│ if [ -z "$2" ]; then
> 20bc8a3 Dimitri John Ledkov   5 years ago  65│ mkdir -p 
> /run/systemd/resolve
> 20bc8a3 Dimitri John Ledkov   5 years ago  66│ if [ -e /etc/resolv.conf 
> ]; then
> 20bc8a3 Dimitri John Ledkov   5 years ago  67│ cp 
> /etc/resolv.conf /run/systemd/resolve/stub-resolv.conf
> 20bc8a3 Dimitri John Ledkov   5 years ago  68│ fi
> b04f573 Dimitri John Ledkov   5 years ago  69│ # If /etc/resolv.conf is a 
> bind-mount, moving or replacing
> b04f573 Dimitri John Ledkov   5 years ago  70│ # /etc/resolv.conf may fail
> b04f573 Dimitri John Ledkov   5 years ago  71│ ln -snf 
> ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf || true
> ef4adf4 Dimitri John Ledkov   5 years ago  72│ fi

and moved the relevant copy operation into systemd-resolved.postinst in 
September.
Any reason not to apply the same, @Luca?

Workaround for live-build can be a 
/usr/share/live/build/hooks/normal/0001-systemd-resolved-unbreak.hook.chroot
> #!/bin/sh
> mkdir -p /run/systemd/resolve/
> cp -a /etc/.resolv.conf.systemd-resolved.bak 
> /run/systemd/resolve/stub-resolv.conf

-- System Information:
Debian Release: 12.0
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.19.0-1-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages systemd-resolved depends on:
ii  dbus [default-dbus-system-bus]  1.14.6-1
ii  libc6   2.36-5
ii  libssl1.1   1.1.1n-1
ii  libssl3 3.0.8-1
ii  libsystemd-shared   252.6-1
ii  systemd 252.6-1

Versions of packages systemd-resolved recommends:
ii  libnss-myhostname  252.6-1
pn  libnss-resolve 

Versions of packages systemd-resolved suggests:
ii  policykit-1  122-3
ii  polkitd  122-3


Bug#1032350: lcl-gtk2-2.2: lazarus-src should be rebuilt with lcl-gtk2 so ide/version.inc matches

2023-03-04 Thread Marcel Partap
Package: lcl-gtk2-2.2
Version: 2.2.4+dfsg1-2+b1
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

Any divergence will show a

> Warning: wrong version in ide/version.inc: 2.2.4+dfsg1-2

marked with a red exclamation mark when starting the IDE for the first time,
which does not convey a working setup even though it's actually just a cosmetic
issue. So I propose rebuilding the arch-independent packages too when bumping
the others.


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-5-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lcl-gtk2-2.2 depends on:
ii  fp-units-base3.2.2+dfsg-18
ii  fp-units-base-3.2.2 [fp-units-base]  3.2.2+dfsg-18
ii  fp-units-fcl 3.2.2+dfsg-18
ii  fp-units-fcl-3.2.2 [fp-units-fcl]3.2.2+dfsg-18
ii  fp-units-gtk23.2.2+dfsg-18
ii  fp-units-gtk2-3.2.2 [fp-units-gtk2]  3.2.2+dfsg-18
pn  fp-units-rtl 
ii  fp-units-rtl-3.2.2 [fpc-abi-3.2.2]   3.2.2+dfsg-18
ii  lcl-nogui-2.22.2.4+dfsg1-2+b1

lcl-gtk2-2.2 recommends no packages.

Versions of packages lcl-gtk2-2.2 suggests:
ii  gdb  12.1-4+b1

-- no debconf information



Bug#852648: qapt-deb-installer provides .deb-install functionality

2023-02-28 Thread Marcel Partap

Dear IJ.L.,
if you include the package qapt-deb-installer in your build, .deb packages 
should be installable from the browser. It is not included by default yet.. 
Maybe it could be added to live-task-extra or live-task-recommended?

Best Regards
Marcel



Bug#1032062: bmap-tools: Add a provides: bmaptool field or rename package

2023-02-27 Thread Marcel Partap
Package: bmap-tools
Version: 3.6-2
Severity: wishlist
X-Debbugs-Cc: mpar...@gmx.net

While the package is called bmap-TOOLS upstream, it only contains a single
bmaptool executable. So the name is slightly misleading, the biggest problem is
that `apt install bmaptool` won't work, so I propose adding a `provides` field
to make that work.


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-2-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, 
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages bmap-tools depends on:
ii  python3  3.11.1-3
ii  python3-six  1.16.0-4

Versions of packages bmap-tools recommends:
ii  bzip2 1.0.8-5+b1
ii  lzop  1.04-2
ii  xz-utils  5.4.1-0.1

Versions of packages bmap-tools suggests:
ii  lz41.9.4-1
ii  pbzip2 1.1.13-1
ii  pigz   2.6-1
pn  python3-gpgme  
ii  unzip  6.0-27

-- no debconf information



Bug#729402: 68 instead of 132: oneko man page misleading for modern DE

2023-02-22 Thread Marcel Partap

Hi,
was digging a bit into this because we've put oneka as a rare easter egg event into our distro ( 
c.f. https://github.com/fsfw-dresden/usb-live-linux/tree/main/features/config_desktop_cats ) and 
the cursor was not restored properly. Turns out the 132 in cursor 132 (aka 
"top_left_arrow") suggested by the oneko man page to be the default root cursor is not 
what works on modern DEs. There, we want 68 ("left_ptr") .. as in the xsetroot command 
Charles has given 9 years ago.

See https://tronche.com/gui/x/xlib/appendix/b/ for a complete visual list of X 
cursors...

The two attached patches should help, one documents the number 68 to be a more 
adequate choice for modern DEs, the other expands on Ricardo's 2013 patch and 
makes oneko restore left_ptr (68) by default.

Best Regards
Marcel--- oneko.man.orig	2023-02-21 15:51:16.0 +0100
+++ oneko.man	2023-02-21 18:39:13.419114942 +0100
@@ -93,7 +93,8 @@
 .TP
 .BI \-cursor " cursornumber"
 Specify a cursos number to set when quitting. For example, 132 is the
-default root cursor.
+default root cursor, while 68 (left_ptr) should be more fit for modern
+desktop environments.
 .SS Resources
 Application name is "neko"(or "tora") and class name is "Oneko".
 .TP
--- oneko.c.orig	2023-02-21 15:51:16.0 +0100
+++ oneko.c	2023-02-23 00:47:15.096002556 +0100
@@ -10,7 +10,7 @@
 #include "patchlevel.h"
 
 #include 
-int restoredCursor = 0; 
+int restoredCursor = DEFAULT_CURSOR; 
 
 /*
  *	グローバル変数
--- oneko.h.orig	2023-02-21 15:51:16.0 +0100
+++ oneko.h	2023-02-23 01:00:52.602587346 +0100
@@ -60,6 +60,8 @@
 #define	DEFAULT_FOREGROUND	"black"		/* フォアグラウンドカラー */
 #define	DEFAULT_BACKGROUND	"white"		/* バックグラウンドカラー */
 
+#define	DEFAULT_CURSOR		68		/* left_ptr */
+
 /*
  *	猫の状態定数
  */


Bug#1031715: godot3: Please upload 3.5 to BPO (build on bullseye succeeds without modifications)

2023-02-21 Thread Marcel Partap
Package: godot3
Version: 3.5.1-stable-1
Severity: wishlist
Tags: newcomer
X-Debbugs-Cc: mpar...@gmx.net

Godot 3.5 contains many fixes and improvements. I tried building it for current
stable the other day and that worked without any modifications. So it would be
great if a package could be pushed to the backports repo..


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-2-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, 
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages godot3 depends on:
ii  libasound2 1.2.8-1+b1
ii  libc6  2.36-5
pn  libenet7   
ii  libfreetype6   2.12.1+dfsg-3
ii  libgcc-s1  12.2.0-14
ii  libgl1 1.5.0-1
ii  libogg01.3.4-0.1
ii  libopus0   1.3.1-0.1
ii  libpcre2-32-0  10.40-1
ii  libpng16-161.6.38-2
ii  libpulse0  16.1+dfsg1-2+b1
pn  libsquish0 
ii  libstdc++6 12.2.0-14
ii  libtheora0 1.1.1+dfsg.1-15
ii  libvorbis0a1.3.7-1
pn  libvpx6
ii  libvpx71.12.0-1
ii  libwebp6   0.6.1-2.1
ii  libwebp7   1.2.4-0.1
ii  libx11-6   2:1.8.3-3
ii  libxcursor11:1.2.1-1
ii  libxext6   2:1.3.4-1+b1
ii  libxi6 2:1.8-1+b1
ii  libxinerama1   2:1.1.4-3
ii  libxrandr2 2:1.5.2-2+b1
ii  libxrender11:0.9.10-1.1
ii  zlib1g 1:1.2.11.dfsg-4.1

godot3 recommends no packages.

godot3 suggests no packages.



Bug#1023704: jackd: Accept pipewire-jack as alternative dependency (also in backports, please)

2022-11-08 Thread Marcel Partap
Package: jackd
Version: 5+nmu1
Severity: wishlist
X-Debbugs-Cc: mpar...@gmx.net

Hi,
currently, sonic-pi can not be used with pipewire easily because the former
depends on the jackd meta package and successlessly tries to invoke the jack
daemon, when actually pipewire-jack should provide the same interface..


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.17.0-3-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_CRAP, TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages jackd depends on:
ii  jackd2  1.9.21~dfsg-1

jackd recommends no packages.

jackd suggests no packages.

-- no debconf information



Bug#1021996: libqtermwidget5-1: Please rebuild with python bindings enabled

2022-10-18 Thread Marcel Partap
Package: libqtermwidget5-1
Version: 1.1.0-1
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

Dear LXQt-team, can you please also build the python bindings so this can be
used with PyQt5 

`QTERMWIDGET_BUILD_PYTHON_BINDING=ON` ftw thx in advance ; )


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.19.0-1-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libqtermwidget5-1 depends on:
ii  libc6  2.35-1
ii  libqt5core5a   5.15.6+dfsg-2
ii  libqt5gui5 5.15.6+dfsg-2
ii  libqt5widgets5 5.15.6+dfsg-2
ii  libstdc++6 12.2.0-2
ii  libutf8proc2   2.7.0-3
ii  qtermwidget5-data  1.1.0-1

Versions of packages libqtermwidget5-1 recommends:
ii  fonts-hack  3.003-3

libqtermwidget5-1 suggests no packages.

-- no debconf information


Bug#1016422: eatmydata: wrapper script has missed library path change

2022-07-31 Thread Marcel Partap
Package: eatmydata
Version: 130-2
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

It still references `/usr/lib/libeatmydata` instead of `/usr/lib/arch` ..
resulting in:

ERROR: ld.so: object 'libeatmydata.so' from LD_PRELOAD cannot be preloaded
(cannot open shared object file): ignored.


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.16.0-5-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_CRAP, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages eatmydata depends on:
ii  libeatmydata1  130-2

eatmydata recommends no packages.

eatmydata suggests no packages.

-- no debconf information



Bug#1014258: python3-multiplex: upstream version 0.6 available

2022-07-02 Thread Marcel Partap
Package: python3-multiplex
Version: 0.5.1-3
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

Update of the debian package would be appreciated ; )


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.16.0-5-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_CRAP, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-multiplex depends on:
ii  python33.9.8-1
ii  python3-aiofiles   0.8.0-3
ii  python3-aiostream  0.4.3-1
ii  python3-click  7.1.2-1
ii  python3-easyansi   0.3-4
ii  python3-pyte   0.8.0-2

python3-multiplex recommends no packages.

python3-multiplex suggests no packages.

-- no debconf information



Bug#890381: Fixed by unattended-upgrades commit e4d0f0bb17b843743f83ff5ee696ce5de0ede435

2022-05-29 Thread Marcel Partap



Fixed by unattended-upgrades commit e4d0f0bb17b843743f83ff5ee696ce5de0ede435 "Skip 
updates on metered connections" (Jul 11 2018), right? Regards



Bug#892664: dpkg: Please add support for zstd (Zstandard) compressed packages

2022-02-18 Thread Marcel Partap

[…]
Follow-up: forgot to set up linking with zstd lib in Makefile.am, thanks to 
Bernardo Bandos for picking that one up. Commits on my zstd-rebased branch.
The tests keep failing at `dpkg-deb -c pkg-data-zst.deb`, which fails with

dpkg-deb (subprocess): ZSTD_decompressStream error : Unknown frame descriptor


My efforts poking at it with gdb have been fruitless. The file can be unpacked 
just fine with `ar` and the data.tar.zst is valid and can be uncompressed, too.

Any ideas?


https://salsa.debian.org/mpartap-guest/dpkg/-/tree/zstd-rebased

Best Regards
Marcel 




Bug#1005001: Acknowledgement (kernel: traps: boinccmd/boincmgr trap invalid opcode […] error:0 in libboinc.so.7.18.1/boincmgr)

2022-02-05 Thread Marcel Partap



…
Sorry for the oversight, it was the old client binary still running..
A boinc-client.service restart also fails with:

kernel: traps: boinc[1263003] trap invalid opcode ip:562370352cf4 
sp:7ffedd7ca2c0 error:0 in boinc[56237034a000+c]
systemd[1]: boinc-client.service: Failed with result 'signal'.

Downgraded to 7.16.16+dfsg-1, which works but now spams the log with "No protocol 
specified" 



Bug#1005001: kernel: traps: boinccmd/boincmgr trap invalid opcode […] error:0 in libboinc.so.7.18.1/boincmgr

2022-02-05 Thread Marcel Partap
Package: boinc-client
Version: 7.18.1+dfsg-4
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

After an update, boinccmd and boincmgr crash with "Illegal instruction"..?!

Log:
kernel: traps: boinccmd[1250032] trap invalid opcode ip:7fa11f98453c
sp:7ffd25f42c40 error:0 in libboinc.so.7.18.1[7fa11f968000+52000]
kernel: traps: boincmgr[1251274] trap invalid opcode ip:55814c1a6689
sp:7ffe16eb6840 error:0 in boincmgr[55814c17d000+18e000]

Still happily crunching; boinctui still works for suspend/resume.


-- Package-specific info:
-- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED="1"

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE="1"

# The BOINC core client will be started with the permissions of this user.
BOINC_USER="boinc"

# This is the data directory of the BOINC core client.
# This directory is now set in /etc/boinc-client/config.properties
BOINC_DIR="/var/lib/boinc-client"

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT="/usr/local/bin/boinc"
BOINC_CLIENT="/usr/bin/boinc"

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS="--allow_remote_gui_rpc"
BOINC_OPTS=""

# Scheduling options

# Set SCHEDULE="0" if prefering to run with upstream default priority
# settings.

# Nice levels. When systems are truly busy, e.g. because of too many active
# scientific applications started by the boinc client, there is a chance for
# the boinc client not to be granted sufficient opportunity to check for
# scientific applications to be alive and make the (wrong) decision to
# terminate the scientific app. This is particularly an issue with many
# apps started in parallel on modern multi-core systems and extra overheads
# for the download and uploads of files with the project servers. Another
# concern is the latency for scientific applications to communicate with the
# graphics card, which should be low. All such values should be set and
# controled from within the BOINC client. The Debian init script also sets
# extra constrains via chrt on real time performance and via ionice on 
# I/O performance, which is beyond the regular BOINC client. It then was
# too easy to use that code to also constrain minimal nice levels. We still
# think about how to best distinguish GPU applications from regular apps.
BOINC_NICE_CLIENT=10
BOINC_NICE_APP_DEFAULT=19
#BOINC_NICE_APP_GPU=5# not yet used

# ionice classes. See manpage of ionice (1) in the util-linux package.
BOINC_IONICE_CLIENT=3# idle
#BOINC_IONICE_APP_DEFAULT=3  # idle, not yet used
#BOINC_IONICE_APP_GPU=2  # best effort, not yet used


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-2-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_CRAP, 
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages boinc-client depends on:
ii  adduser3.118
ii  ca-certificates20210119
ii  debconf [debconf-2.0]  1.5.77
ii  init-system-helpers1.61
ii  libboinc7  7.18.1+dfsg-4
ii  libc6  2.33-1
ii  libcurl4   7.74.0-1.3+b1
ii  libgcc-s1  11.2.0-12
ii  libstdc++6 11.2.0-12
ii  libx11-6   2:1.7.2-1
ii  libxss11:1.2.3-1
ii  lsb-base   11.1.0
ii  python33.9.2-3
ii  zlib1g 1:1.2.11.dfsg-2

boinc-client recommends no packages.

Versions of packages boinc-client suggests:
pn  boinc-client-nvidia-cuda  
pn  boinc-client-opencl   
ii  boinc-manager 7.18.1+dfsg-4
ii  x11-xserver-utils 7.7+8

-- Configuration Files:
/etc/boinc-client/global_prefs_override.xml changed:

   1
   1
   1
   0.00
   0.00
   0.00
   0.00
   0.00
   1
   0
   0
   0
   0.50
   0.00
   100.00
   60.00
   1.00
   100.00
   50.00
   1.50
   75.00
   60.00
   90.00
   0.00
   0.00
   100.00
   0.00
   0


/etc/boinc-client/gui_rpc_auth.cfg [Errno 13] Permission denied: 

Bug#892664: dpkg: Please add support for zstd (Zstandard) compressed packages

2022-01-31 Thread Marcel Partap



Dear Guillem et al.,
don't know whether there already has been that called-for discussion on debian-devel 
about the technical burden of zstd support in dpkg. But obviously, ubuntu's move to 
compress debs with zstd by default in July last year (in favor of better UX) has made 
picking packages from their (or any third-party) repository (like their rtl8821ce-dkms) 
"a bit more difficult". And it seems somewhat unlikely they will roll back that 
decision..

So here's the patch rebased again on current git tip.
https://salsa.debian.org/mpartap-guest/dpkg/-/tree/zstd-rebased

Best Regards
Marcel 



Bug#1003830: sshfs: Upstream released 3.7.2 last year with "Fix deadlock in conn cleanup"

2022-01-16 Thread Marcel Partap
Package: sshfs
Version: 3.7.1+repack-2
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

Last year's 3.7.2 release contains a fix to the locking part of sshfs, possibly
mitigating many of the previous mount hang problems. It seems to have fixed
mine at least (hurray  : ) ...


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-2-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_CRAP, 
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages sshfs depends on:
ii  fuse3   3.10.5-1
ii  libc6   2.33-1
ii  libfuse3-3  3.10.5-1
ii  libglib2.0-02.70.0-1+b1
ii  openssh-client  1:8.7p1-2

sshfs recommends no packages.

sshfs suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/bin/sshfs (from sshfs package)


Bug#1002034: f2fs-tools: resize.f2fs always fails with Error: Device size is not sufficient for F2FS volume, more segment needed

2021-12-20 Thread Marcel Partap
Package: f2fs-tools
Version: 1.14.0-2
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

c.f. https://bugs.archlinux.org/task/71801

Version from git seems to work fine.


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (509, 'experimental'), (500, 
'stable-updates'), (500, 'stable-security'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-2-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CRAP, 
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages f2fs-tools depends on:
ii  libblkid12.37.2-4
ii  libc62.33-1
ii  libselinux1  3.1-3
ii  libuuid1 2.36.1-8

f2fs-tools recommends no packages.

f2fs-tools suggests no packages.

-- debconf-show failed



Bug#989231: libegl-dev: Updated version in backports breaks libegl1-mesa-dev reverse dependencies

2021-05-29 Thread Marcel Partap
Package: libegl-dev
Version: 1.3.2-1
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

Recently, libglvnd packages 1.3.2 was pushed to backports.. libegl-dev says it
'replaces' libegl1-mesa-dev, but it doesn't 'provide' it.. so packages in
stable that are dependent on that break when updating.
Probably changing the 'replaces' to 'provides' is enough to unbreak?



Bug#986721: live-boot: Failed to unmount /run/live/medium: Device or resource busy - which might corrupt live USB sticks

2021-04-15 Thread Marcel Partap

[…]

The key problem is the deletion of the original root ramdisk in its init 
scripts. This needs to be avoided so there is a valid root (and upper mount) to 
switch back to on shutdown.

My attempts of getting the mount chain to untangle without changing that were 
fruitless xD
( https://github.com/systemd/systemd/issues/17988 )

[…]

On 10/04/2021 09:51, Steven Shiau wrote:

  Failed to unmount /run/live/medium: Device or resource busy
Is any workaround we can try to avoid this?




Bug#984698: closed by "Steinar H. Gunderson" (Re: Bug#984698: plocate: updatedb.plocate only indexes top directory of some xfs mounts)

2021-03-21 Thread Marcel Partap



[sorry, forgot to CC]

> The plot thickens; evidently, all of your files in /mnt/x are of type
> DT_UNKNOWN, where they should be DT_DIR or DT_REG. Is there anything strange
> about the filesystem on /mnt/x?


No, nothing I know of .. Inode size and sector size seem different between 
those XFSs that return unknown-type dir-entries and those that do not.. 
Probably more relevant: both of the former ones are V4 (which I see is now 
deprecated) and the ones not causing the issue are V5..
But mlocate's updatedb sees the same unknown type for dir entries and still 
continues to recurse...

Best Regards

[ THX for the fix! ]



Bug#984698: closed by "Steinar H. Gunderson" (Re: Bug#984698: plocate: updatedb.plocate only indexes top directory of some xfs mounts)

2021-03-21 Thread Marcel Partap

Ah thanks, I missed that reply in the vast stream.
Attached the output of

updatedb.plocate -U /mnt/x -o /run/shm/updatedb.plocate.db 2>&1|sed -r '/getdents64/ 
{:loop; s/(d_name="\**)[^"*]/\1*/};t loop'|tee updatedb.strace


Best Regards
MP
execve("/usr/sbin/updatedb.plocate", ["updatedb.plocate", "-U", "/mnt/x", "-o", 
"/run/shm/updatedb.plocate.db"], ["SHELL=/bin/bash", "LESS=-SRiMJj.2~ --shift 
5", "HISTCONTROL=ignoreboth:erasedups", "TMUX=/tmp//tmux-0/default,7300,0", 
"HISTSIZE=100", "LESS_TERMCAP_se=\33[23m\33[m\17", 
"LESS_TERMCAP_so=\33[1m\33[7m\33[32m\33[4"..., "LESS_TERMCAP_ZZ=\33[m\17", 
"EDITOR=vim", "LESS_TERMCAP_ZV=", "LESS_TERMCAP_ZW=", "LESS_TERMCAP_ZN=", 
"LESS_TERMCAP_ZO=", "PWD=/dev/shm", "LOGNAME=root", "RANGER_LEVEL=1", 
"XAUTHORITY=/home/empee584/.Xauth"..., "HOME=/root", "LANG=en_GB.UTF-8", 
"PROMPT_COMMAND=: ; _bash_history"..., "ESCDELAY=25", 
"SUMO_HOME=/usr/share/sumo", "ANDROID_HOME=/usr/lib/android-sd"..., 
"LESS_TERMCAP_mh=\33[2m\33[45m", "TERM=screen-256color", 
"LESS_TERMCAP_mb=\33[1m\33[35m", "LESS_TERMCAP_me=\33[m\17", 
"LESS_TERMCAP_md=\33[1m\33[36m", "LESS_TERMCAP_mr=\33[7m", "USER=root", 
"TMUX_PANE=%1663", "DISPLAY=:0.0", "SHLVL=1", "LESS_TERMCAP_ue=\33[m\17", 
"LESS_TERMCAP_us=\33[1m\33[35m", "SHELL_AUTOSTART=1", "SYSTEMD_LESS=-SRiMJj.2~ 
--shift "..., "CACA_DRIVER=ncurses", "XDG_DATA_DIRS=/root/.local/share"..., 
"PATH=/root/.local/bin:/usr/local"..., "HISTIGNORE=fg:bg:ls:curdirremove"..., 
"MAIL=/var/mail/root", "GOPATH=/usr/local/go", "_=/usr/bin/strace"]) = 0
brk(NULL)   = 0x56167090d000
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_dev=makedev(0xfe, 0x1), st_ino=2760474, st_mode=S_IFREG|0644, 
st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=656, st_size=332395, 
st_atime=1615308075 /* 2021-03-09T17:41:15.136322436+0100 */, 
st_atime_nsec=136322436, st_mtime=1615308075 /* 
2021-03-09T17:41:15.136322436+0100 */, st_mtime_nsec=136322436, 
st_ctime=1615308075 /* 2021-03-09T17:41:15.140322452+0100 */, 
st_ctime_nsec=140322452}) = 0
mmap(NULL, 332395, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f969e2ef000
close(3)= 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libzstd.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\305\0\0\0\0\0\0"..., 832) = 
832
fstat(3, {st_dev=makedev(0xfe, 0x1), st_ino=4988491, st_mode=S_IFREG|0644, 
st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=1744, 
st_size=890800, st_atime=1610829920 /* 2021-01-16T21:45:20+0100 */, 
st_atime_nsec=0, st_mtime=1608920915 /* 2020-12-25T19:28:35+0100 */, 
st_mtime_nsec=0, st_ctime=1610829996 /* 2021-01-16T21:46:36.826083797+0100 */, 
st_ctime_nsec=826083797}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f969e2ed000
mmap(NULL, 892984, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f969e212000
mprotect(0x7f969e21d000, 843776, PROT_NONE) = 0
mmap(0x7f969e21d000, 765952, PROT_READ|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f969e21d000
mmap(0x7f969e2d8000, 73728, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 
0xc6000) = 0x7f969e2d8000
mmap(0x7f969e2eb000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd8000) = 0x7f969e2eb000
close(3)= 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, 
"\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\240\t\0\0\0\0\0"..., 832) = 
832
fstat(3, {st_dev=makedev(0xfe, 0x1), st_ino=4981494, st_mode=S_IFREG|0644, 
st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=3656, 
st_size=1870824, st_atime=1610371213 /* 2021-01-11T14:20:13+0100 */, 
st_atime_nsec=0, st_mtime=1610278539 /* 2021-01-10T12:35:39+0100 */, 
st_mtime_nsec=0, st_ctime=1610371216 /* 2021-01-11T14:20:16.515680637+0100 */, 
st_ctime_nsec=515680637}) = 0
mmap(NULL, 1886208, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f969e045000
mmap(0x7f969e0db000, 901120, PROT_READ|PROT_EXEC, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x96000) = 0x7f969e0db000
mmap(0x7f969e1b7000, 303104, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 
0x172000) = 0x7f969e1b7000
mmap(0x7f969e201000, 57344, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1bb000) = 0x7f969e201000
mmap(0x7f969e20f000, 10240, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f969e20f000
close(3)= 0
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\362\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_dev=makedev(0xfe, 0x1), st_ino=5043488, st_mode=S_IFREG|0644, 
st_nlink=1, st_uid=0, st_gid=0, st_blksize=4096, st_blocks=2584, 
st_size=1321344, st_atime=1610829705 /* 2021-01-16T21:41:45+0100 */, 
st_atime_nsec=0, st_mtime=1609825662 /* 

Bug#984698: closed by "Steinar H. Gunderson" (Re: Bug#984698: plocate: updatedb.plocate only indexes top directory of some xfs mounts)

2021-03-21 Thread Marcel Partap

Good Morning,
uhm I'm in the middle of important exam preparations, so please excuse the 
latency.
And what was I supposed to answer to the question "Did anything happen here?" 
.. Yes, something did happen here obviously, as described in the original report. And I 
asked for any recommendations to how to debug this further, as it is definitely 
reproducible on my system.

Best Regards
MP



Bug#984698: plocate: updatedb.plocate only indexes top directory of some xfs mounts

2021-03-07 Thread Marcel Partap
Package: plocate
Version: 1.1.5-1
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

Quite strange; I noticed paths missing from my locate DB and digged a bit into
this. It seems for two (?!) of my XFS volumes, only the root directory is being
indexed; updatedb.mlocate recurses the whole tree on these.
Tested with

> # updatedb.plocate -vU /mnt/x -o /run/shm/updatedb.plocate.test|wc
>  35  37 795
> # updatedb.mlocate -vU /mnt/x -o /run/shm/updatedb.mlocate.test|wc
> […] ⌛️
> 4843228 6172553 528118933

Got the repo checked out, if you have recommendations for debugging this.. 

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500,
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-3-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CRAP,
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not
set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages plocate depends on:
ii  libc6   2.31-9
ii  libgcc-s1   10.2.1-6
ii  libstdc++6  10.2.1-6
ii  liburing1   0.7-3
ii  libzstd11.4.8+dfsg-1

plocate recommends no packages.

Versions of packages plocate suggests:
ii  powermgmt-base  1.36
ii  systemd-sysv247.3-1


Bug#970259: xfce4-weather-plugin: Someone upload an updated to buster-backports, PLEASE

2021-03-03 Thread Marcel Partap
Package: xfce4-weather-plugin
Followup-For: Bug #970259
X-Debbugs-Cc: mpar...@gmx.net

We have deployed a lot of systems that have now a broken panel setup; for some,
working weather is deemed critical infrastructure.
Would anyone !please! take the liberty to upload a working package to
backports, it is trivial to compile. This will not fix existing installs
(unattended updates enabled only for security-updates) but at least allow keep
deploying another round of buster images..

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500,
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-3-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CRAP,
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE not
set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages xfce4-weather-plugin depends on:
ii  libc62.31-9
ii  libgdk-pixbuf-2.0-0  2.42.2+dfsg-1
ii  libglib2.0-0 2.66.7-1
ii  libgtk-3-0   3.24.24-1
ii  libpango-1.0-0   1.46.2-3
ii  libsoup2.4-1 2.72.0-2
ii  libxfce4panel-2.0-4  4.16.1-1
ii  libxfce4ui-2-0   4.16.0-1
ii  libxfce4util74.16.0-1
ii  libxfconf-0-34.16.0-2
ii  libxml2  2.9.10+dfsg-6.3+b1

xfce4-weather-plugin recommends no packages.

xfce4-weather-plugin suggests no packages.



Bug#979754: grub: locales not being installed (fix in upstream 8451454889f3b46312cc16eb07970d6c20da0812)

2021-01-11 Thread Marcel Partap
Source: grub
Version: 2.04
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

C.f. https://savannah.gnu.org/bugs/?57889

Regards! : )



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.9.0-3-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CPU_OUT_OF_SPEC, 
TAINT_WARN, TAINT_CRAP, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled



Bug#977897: recap: Log cleanup not working with bash 5, fixed upstream version 2.1.0 available

2020-12-22 Thread Marcel Partap
Package: recap
Version: 2.0.2-1
Severity: normal
X-Debbugs-Cc: mpar...@gmx.net

This may lead to rootfs running out of space.

c.f. https://github.com/rackerlabs/recap/issues/208



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.9.0-3-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CPU_OUT_OF_SPEC, 
TAINT_WARN, TAINT_CRAP, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages recap depends on:
ii  gawk  1:5.0.1+dfsg-1
ii  iotop 0.6-24-g733f3f8-1.1
ii  iproute2  5.9.0-1
ii  links 2.21-1
ii  procps2:3.3.16-5
ii  sysstat   12.4.0-1

recap recommends no packages.

recap suggests no packages.

-- Configuration Files:
/etc/recap.conf changed [not included]

-- no debconf information



Bug#969247: FIX: add /etc/boinc-client/config.properties

2020-09-24 Thread Marcel Partap
.. so after some research, this happens due to these changes merged in March: 
https://github.com/BOINC/boinc/pull/3709

Fortunately, previous behaviour can easily be restored by adding a 
/etc/boinc-client/config.properties file containing:

> data_dir=/var/lib/boinc

That points boincmgr and boinccmd where to find the gui_rpc_auth.cfg file to 
read the password from.
In order for a random password (in case of an empty file) to be written 
successfully, I think I had to change the permission for either the sym link 
/var/lib/boinc-client/gui_rpc_auth.cfg or the actual file in /etc.

Regards!



Bug#969656: util-linux: man page for zramctl is outdated about max_comp_streams' "default is one stream"

2020-09-06 Thread Marcel Partap
Package: util-linux
Version: 2.36-3
Severity: normal

Since Kernel 4.7, it defaults to one stream per CPU:

> Regardless of the value passed to this attribute, ZRAM will always
> allocate multiple compression streams - one per online CPU - thus
> allowing several concurrent compression operations. The number of
> allocated compression streams goes down when some of the CPUs
> become offline. There is no single-compression-stream mode anymore,
> unless you are running a UP system or have only 1 CPU online.

.. Best Regards! : )



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.7.0-3-amd64 (SMP w/12 CPU threads)
Kernel taint flags: TAINT_CRAP, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages util-linux depends on:
ii  libaudit1  1:2.8.5-2
ii  libblkid1  2.34-0.1
ii  libc6  2.30-4
ii  libcap-ng0 0.7.9-2.2
ii  libcrypt1  1:4.4.16-1
ii  libmount1  2.36-3
ii  libpam0g   1.3.1-5
ii  libselinux13.1-2
ii  libsmartcols1  2.34-0.1
ii  libsystemd0246.4-1
ii  libtinfo6  6.2-1
ii  libudev1   246.4-1
ii  libuuid1   2.34-0.1
ii  login  1:4.8.1-1
ii  zlib1g 1:1.2.11.dfsg-1+b1

util-linux recommends no packages.

Versions of packages util-linux suggests:
ii  dosfstools  4.1-2
ii  kbd 2.0.4-4
pn  util-linux-locales  

-- debconf-show failed



Bug#968034: xidle: introduction of setsid() call introduces undocumented behaviour changes

2020-08-07 Thread Marcel Partap
Package: xidle
Version: 20200802
Severity: normal

Hi,

in my user .tmux.conf, I have put following mechanism
```
new-session

split-window 'xidle -program /usr/local/bin/freeze -nw -delay 1 -timeout 120'
split-window -h 'xidle -program /usr/local/bin/unfreeze -ne -delay 1'
```

which autofreezes & minimizes browsers and messaging clients after two minutes
of absence or when I put my cursor in topper left corner.
After updating to new version, it stopped working; in a tmux pane, the process
would exit without notice.

Adding `set-option -w remain-on-exit on` and downgrading allowed me to
investigate this further..
When wrapping the call with sh as in

```
split-window 'sh -xc "xidle -program /usr/local/bin/freeze -nw -delay 1
-timeout 120"'
split-window -h 'sh -xc "xidle -program /usr/local/bin/unfreeze -ne -delay 1"'
```, it works again, but the output of my freeze script is hidden (also is not
in xsessions-errors or journal) ..

After comparing sources other than some restructuring and modernization, I
noticed the introduction of a setsid() call, which seem to be the source of the
issue... there is no note about change in behaviour in documentation which is
why I'm filing this issue ^^

.. also found patches in this thread
https://www.mail-archive.com/tech@openbsd.org/msg49105.html
to revert the behaviour change (e.g. by cloning stdout file descriptors); but
that has not gotten integrated "as of yet".

ok gotta run #best



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.7.0-2-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_CRAP, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages xidle depends on:
ii  libc6 2.30-4
ii  libx11-6  2:1.6.9-2+b1
ii  libxss1   1:1.2.3-1

xidle recommends no packages.

xidle suggests no packages.

-- debconf-show failed



Bug#962726: 32bit blender-2.82.a+dfsg-1~bpo10+1 still crashing on start

2020-06-12 Thread Marcel Partap
Package: blender
Version: 2.82.a+dfsg-1~bpo10+1
Severity: normal

Just testing a i386 build of our https://github.com/fsfw-dresden/usb-live-linux
and unfortunately, blender still seems broken on that ( c.f.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939121 )

user@machine-QEMU-e50d3:~$ blender --debug --debug-gpu
Switching to fully guarded memory allocator.
Blender 2.82 (sub 7)
argv[0] = blender
argv[1] = --debug
argv[2] = --debug-gpu
read file
  Version 280 sub 39 date unknown hash unknown
GPUTexture: create : TEXTURE_CUBE_MAP, RGBA16F, w : 2, h : 2, d : 0, comp : 4,
size : 0.00 MiB
GPUTexture: create : TEXTURE_1D, RGBA8, w : 1, h : 0, d : 0, comp : 4, size :
0.00 MiB
GPUTexture: create : TEXTURE_2D, RGBA8, w : 1, h : 1, d : 0, comp : 4, size :
0.00 MiB
GPUTexture: create : TEXTURE_3D, RGBA8, w : 1, h : 1, d : 1, comp : 4, size :
0.00 MiB
Using KHR_debug extension
GL application marker: Successfully hooked OpenGL debug callback.
Warning: property 'release_confirm' not found in keymap item
'OperatorProperties'
GPUTexture: create : TEXTURE_2D, RGBA8, w : 1515, h : 26, d : 0, comp : 4, size
: 0.15 MiB
GPUTexture: create : TEXTURE_2D, R8, w : 8192, h : 128, d : 0, comp : 1, size :
1.00 MiB
GPUTexture: create : TEXTURE_2D, RGBA8, w : 405, h : 26, d : 0, comp : 4, size
: 0.04 MiB
GPUTexture: create : TEXTURE_2D, RGBA8, w : 1920, h : 20, d : 0, comp : 4, size
: 0.15 MiB
GPUTexture: create : TEXTURE_2D, RGBA8, w : 333, h : 26, d : 0, comp : 4, size
: 0.03 MiB
GPUTexture: create : TEXTURE_2D, RGBA8, w : 29, h : 615, d : 0, comp : 4, size
: 0.07 MiB
GPUTexture: create : TEXTURE_2D, RGBA8, w : 304, h : 615, d : 0, comp : 4, size
: 0.71 MiB
GPUTexture: create : TEXTURE_2D, R8, w : 8192, h : 256, d : 0, comp : 1, size :
2.00 MiB
GPUTexture: create : TEXTURE_2D, RGBA8, w : 333, h : 26, d : 0, comp : 4, size
: 0.03 MiB
GPUTexture: create : TEXTURE_2D, RGBA8, w : 333, h : 278, d : 0, comp : 4, size
: 0.35 MiB
blender(BLI_system_backtrace+0x37) [0x300df87]
blender(+0x161b80e) [0x1acb80e]
blender(draw_outliner+0x904) [0x1ace504]
blender(+0x162a9e7) [0x1ada9e7]
blender(ED_region_do_draw+0x8db) [0x177d0ab]
blender(wm_draw_update+0x491) [0x14024e1]
blender(WM_main+0x41) [0x14001f1]
blender(main+0x2ee) [0x11e0f9e]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf1) [0xb3a55b41]
blender(_start+0x31) [0x12287d1]
BLI_assert failed: /build/blender-
jGb2IS/blender-2.82.a+dfsg/source/blender/editors/space_outliner/outliner_draw.c:1051,
outliner_draw_restrictbuts(), at '(restrict_column_offset * ((void)0,
U.widget_unit) + (0.45f * U.widget_unit)) ==
outliner_restrict_columns_width(soops)'
Abgebrochen

The source seems to be
https://github.com/blender/blender/blame/master/source/blender/editors/space_outliner/outliner_draw.c#L1045

..



-- System Information:
Debian Release: 10.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (499, 'unstable'), 
(498, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 5.5.0-0.bpo.2-686-pae (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages blender depends on:
ii  blender-data  2.82.a+dfsg-1~bpo10+1
ii  fonts-dejavu  2.37-1
ii  libavcodec58  7:4.1.4-1~deb10u1
ii  libavdevice58 7:4.1.4-1~deb10u1
ii  libavformat58 7:4.1.4-1~deb10u1
ii  libavutil56   7:4.1.4-1~deb10u1
ii  libblosc1 1.15.1+ds1-1
ii  libboost-atomic1.67.0 1.67.0-13+deb10u1
ii  libboost-chrono1.67.0 1.67.0-13+deb10u1
ii  libboost-date-time1.67.0  1.67.0-13+deb10u1
ii  libboost-filesystem1.67.0 1.67.0-13+deb10u1
ii  libboost-iostreams1.67.0  1.67.0-13+deb10u1
ii  libboost-locale1.67.0 1.67.0-13+deb10u1
ii  libboost-regex1.67.0  1.67.0-13+deb10u1
ii  libboost-system1.67.0 1.67.0-13+deb10u1
ii  libboost-thread1.67.0 1.67.0-13+deb10u1
ii  libc6 2.28-10
ii  libfftw3-double3  3.3.8-2
ii  libfreetype6  2.9.1-3+deb10u1
ii  libgcc1   1:8.3.0-6
ii  libgl11.1.0-1
ii  libglew2.12.1.0-4
ii  libgomp1  8.3.0-6
ii  libilmbase23  2.2.1-2
ii  libjack-jackd2-0 [libjack-0.125]  1.9.12~dfsg-2
ii  libjemalloc2  5.1.0-3
ii  libjpeg62-turbo   1:1.5.2-2+b1
ii  libopenal11:1.19.1-1
ii  libopencolorio1v5 1.1.0~dfsg0-5
ii  libopenexr23  2.2.1-4.1
ii  libopenimageio2.0 2.0.5~dfsg0-1
ii  libopenjp2-7  2.3.0-2+deb10u1
ii  libopenvdb5.2 5.2.0-5
ii  libosdcpu3.4.3

Bug#961281: qgis-providers: crssync in postinst: free(): invalid pointer SIGABRT

2020-05-22 Thread Marcel Partap
Package: qgis-providers
Version: 3.10.5+dfsg-2+b1
Severity: normal

So the postinst script calls crssync which breaks:

free(): invalid pointer

Program received signal SIGABRT, Aborted.

#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#1  0x750bd55b in __GI_abort () at abort.c:79
#2  0x75116008 in __libc_message (action=action@entry=do_abort,
fmt=fmt@entry=0x75222f3e "%s\n") at ../sysdeps/posix/libc_fatal.c:181
#3  0x7511d3aa in malloc_printerr (str=str@entry=0x752210e0
"free(): invalid pointer") at malloc.c:5339
#4  0x7511ed9c in _int_free (av=, p=,
have_lock=0) at malloc.c:4173
#5  0x74bb757c in osgeo::proj::common::UnitOfMeasure::~UnitOfMeasure()
() at /lib/x86_64-linux-gnu/libproj.so.19
#6  0x750d6426 in __cxa_finalize (d=0x7fffed9b9000) at
cxa_finalize.c:83
#7  0x7fffed79cd93 in  () at /lib/x86_64-linux-gnu/libproj.so.15
#8  0x7fffe740 in  ()
#9  0x77fe36f3 in _dl_fini () at dl-fini.c:138



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.5.0-1-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_CRAP, TAINT_FIRMWARE_WORKAROUND, 
TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages qgis-providers depends on:
ii  dpkg  1.19.7
ii  libc6 2.30-4
ii  libexpat1 2.2.9-1
ii  libgcc-s1 10.1.0-1
ii  libgdal26 3.0.4+dfsg-1+b6
ii  libhdf5-103-1 1.10.6+repack-2
ii  libnetcdf18   1:4.7.4-1
ii  libpq512.0-1+b1
ii  libqca-qt5-2  2.2.1-2
ii  libqca-qt5-2-plugins  2.2.1-2
ii  libqgis-core3.10.53.10.5+dfsg-2+b1
ii  libqgis-gui3.10.5 3.10.5+dfsg-2+b1
ii  libqscintilla2-qt5-15 2.11.2+dfsg-6+b1
ii  libqt5core5a [qtbase-abi-5-12-5]  5.12.5+dfsg-2
ii  libqt5gui55.12.5+dfsg-2
ii  libqt5network55.12.5+dfsg-2
ii  libqt5sql55.12.5+dfsg-2
ii  libqt5sql5-sqlite 5.12.5+dfsg-2
ii  libqt5webkit5 5.212.0~alpha3-5
ii  libqt5widgets55.12.5+dfsg-2
ii  libqt5xml55.12.5+dfsg-2
ii  libspatialite74.3.0a-6+b1
ii  libsqlite3-0  3.31.1-4
ii  libstdc++69.2.1-18
ii  libxml2   2.9.4+dfsg1-7+b3
ii  qgis-providers-common 3.10.5+dfsg-2

qgis-providers recommends no packages.

qgis-providers suggests no packages.

-- no debconf information



Bug#956711: munin: permissions of /var/log/munin for html/graph_strategy cgi: www-data user should be in groups munin and adm

2020-04-14 Thread Marcel Partap
Package: munin
Version: 2.0.57-1
Severity: normal

By default, debian's munin is not ready for switching html_strategy and
graph_strategy to cgi because of a lack of access permission for the (apache2)
www-data user on folders /var/lib/munin/cgi-tmp and /var/log/munin .

This can be resolved by allowing the respective owner groups write access
> chmod g+w /var/lib/munin/cgi-tmp /var/log/munin

.. and adding the www-data user to the owning groups for both:
> gpasswd -a www-data munin
> gpasswd -a www-data adm

With this, the cgi strategies work beautifully, including dynazoom.



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.5.0-1-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_CRAP, TAINT_FIRMWARE_WORKAROUND, 
TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages munin depends on:
ii  cron [cron-daemon]   3.0pl1-135
ii  debconf [debconf-2.0]1.5.73
ii  fonts-dejavu-core2.37-1
ii  init-system-helpers  1.57
ii  libdate-manip-perl   6.78-1
pn  libdigest-md5-perl   
ii  libfile-copy-recursive-perl  0.44-1
ii  libhtml-template-perl2.97-1
ii  libio-socket-inet6-perl  2.72-2
ii  liblog-log4perl-perl 1.49-1
ii  librrds-perl 1.7.2-3
pn  libstorable-perl 
ii  liburi-perl  1.76-1
ii  lsb-base 11.1.0
ii  munin-common 2.0.57-1
ii  netbase  6.1
ii  perl [libtime-hires-perl]5.30.0-9
ii  rrdtool  1.7.2-3+b1
ii  systemd-sysv 245.4-3

Versions of packages munin recommends:
ii  libcgi-fast-perl  1:2.15-1
ii  munin-doc 2.0.51-1
ii  munin-node2.0.57-1

Versions of packages munin suggests:
ii  apache2 [httpd]  2.4.43-1
ii  chromium [www-browser]   80.0.3987.116-1
ii  elinks [www-browser] 0.13.1-1
ii  falkon [www-browser] 3.1.0+dfsg1-6
ii  firefox [www-browser]74.0-1
ii  konqueror [www-browser]  4:19.08.2-2+b1
ii  libapache2-mod-fcgid 1:2.3.9-4
ii  libnet-ssleay-perl   1.88-1+b1
ii  links2 [www-browser] 2.20.2-1+b1
ii  w3m [www-browser]0.5.3-37+b1

-- Configuration Files:
/etc/cron.d/munin changed:
MAILTO=root
*/5 * * * * munin if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; 
fi
14 10 * * * munin if [ -x /usr/share/munin/munin-limits ]; then 
/usr/share/munin/munin-limits --force --contact nagios --contact old-nagios; fi
27 03 * * * munin htmldir=$({ cat /etc/munin/munin.conf 
/etc/munin/munin-conf.d/* 2>/dev/null || true; } | sed -nE 
's/^\s*htmldir\s+(\S.*)$/\1/p' | tail -1); 
htmldir=${htmldir:-/var/cache/munin/www}; if [ -d "$htmldir" ]; then find 
"$htmldir/" -type f -name "*.html" -mtime +30 -delete; find "$htmldir/" 
-mindepth 1 -type d -empty -delete; fi
32 03 * * * www-data cgitmpdir=$({ cat /etc/munin/munin.conf 
/etc/munin/munin-conf.d/* 2>/dev/null || true; } | sed -nE 
's/^\s*cgitmpdir\s+(\S.*)$/\1/p' | tail -1); 
cgitmpdir=${cgitmpdir:-/var/lib/munin/cgi-tmp}; if [ -d "$cgitmpdir" ]; then 
find "$cgitmpdir/" -type f -mtime +1 -delete; find "$cgitmpdir/" -mindepth 1 
-type d -empty -delete; fi

/etc/munin/apache24.conf changed:
ScriptAlias /munin-cgi/munin-cgi-graph /usr/lib/munin/cgi/munin-cgi-graph
Alias /munin/static/ /var/cache/munin/www/static/

Require local
Options None


Require local

SetHandler fcgid-script


SetHandler cgi-script


ScriptAlias /munin /usr/lib/munin/cgi/munin-cgi-html

/etc/munin/munin.conf changed:
includedir /etc/munin/munin-conf.d
graph_strategy cgi
html_strategy cgi
[base]
address 127.0.0.1
use_node_name yes
[spot]
address 192.168.1.1
use_node_name yes


-- debconf-show failed



Bug#846256: console-setup: ubuntu fixed it by swapping mktemp /{tmp,run}/ lines

2020-03-31 Thread Marcel Partap
Package: console-setup
Version: 1.194
Followup-For: Bug #846256

see https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/1824227

  --- console-setup_1.178ubuntu12_all/bin/setupcon2019-04-10
21:51:56.0 +0200
  +++ console-setup_1.195_all/bin/setupcon2020-03-26 14:34:12.0
+0100
  @@ -60,8 +60,11 @@
   trap "exit 2" 1 2 3 13 15
   tempfile () {
   if \
  -TMPFILE=`mktemp /run/tmpkbd.XX 2>/dev/null` \
  -|| TMPFILE=`mktemp /tmp/tmpkbd.XX 2>/dev/null`
  +TMPFILE=`mktemp /tmp/tmpkbd.XX 2>/dev/null` \
  +|| TMPFILE=`mktemp /run/tmpkbd.XX 2>/dev/null` \
  +|| TMPFILE=`mktemp /dev/.tmpkbd.XX 2>/dev/null` \
  +|| TMPFILE=`mktemp /lib/init/rw/tmpkbd.XX 2>/dev/null` \
  +|| TMPFILE=`mktemp 2>/dev/null`

but specifying After=systemd-tmpfiles-setup.service is also a good option.
Anything against shipping that?



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-4-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_CRAP, TAINT_FIRMWARE_WORKAROUND
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages console-setup depends on:
ii  console-setup-linux 1.194
ii  debconf 1.5.73
ii  keyboard-configuration  1.194
ii  xkb-data2.26-2

console-setup recommends no packages.

Versions of packages console-setup suggests:
ii  locales   2.29-3
ii  lsb-base  11.1.0

Versions of packages keyboard-configuration depends on:
ii  debconf 1.5.73
ii  liblocale-gettext-perl  1.07-4

Versions of packages console-setup-linux depends on:
ii  init-system-helpers 1.57
ii  kbd 2.0.4-4
ii  keyboard-configuration  1.194

console-setup-linux suggests no packages.

Versions of packages console-setup is related to:
pn  console-common
pn  console-data  
pn  console-tools 
pn  gnome-control-center  
ii  kbd   2.0.4-4
ii  systemd   244.3-1

-- debconf information excluded



Bug#882851: [PATCH] introduce LIVE_UTC=auto to auto-detect windows-installations

2019-12-02 Thread Marcel Partap
This is what I have so far and it seems to work for the limited cases I have it 
tested on.. also submitted this and another patch in the live-config repo as 
https://salsa.debian.org/live-team/live-config/merge_requests/3



Bug#882851: [PATCH] introduce LIVE_UTC=auto to auto-detect windows-installations

2019-12-02 Thread Marcel Partap
... with os-prober, if that is available
---
 components/1120-util-linux | 48 +++---
 1 file changed, 39 insertions(+), 9 deletions(-)

diff --git a/components/1120-util-linux b/components/1120-util-linux
index 8bb45e5..65aa1be 100755
--- a/components/1120-util-linux
+++ b/components/1120-util-linux
@@ -21,13 +21,21 @@ Cmdline ()
;;
esac
done
+
+   # If not explicitly given, auto-detect
+   if [ -n "${LIVE_UTC}" ]
+   then
+   LIVE_UTC="auto"
+   fi
+
 }

 Init ()
 {
# Checking if package is installed
if [ ! -e /var/lib/dpkg/info/util-linux.list ] || \
-  [ -e /var/lib/live/config/util-linux ]
+  # and wether previously configured or auto-detect mode active
+  [ -e /var/lib/live/config/util-linux -a "${LIVE_UTC}" != "auto" ]
then
exit 0
fi
@@ -39,10 +47,20 @@ Config ()
 {
rm -f /etc/rc?.d/*hwclock*

-   if [ -n "${LIVE_UTC}" ]
+   # if os-prober is installed, use it to detect windows installations
+   if [ "${LIVE_UTC}" = "auto" ] && [ -x /usr/bin/os-prober ]
then
-   case "${LIVE_UTC}" in
-   yes)
+   if os-prober | grep -qsi windows
+   then
+   LIVE_UTC=no
+   else
+   LIVE_UTC=yes
+   fi
+
+   fi
+
+   case "${LIVE_UTC}" in
+   yes)

 cat > /etc/adjtime << EOF
 0.0 0 0.0
@@ -50,19 +68,31 @@ cat > /etc/adjtime << EOF
 UTC
 EOF

-   ;;
+   ;;

-   no)
+   no)

 cat > /etc/adjtime << EOF
 0.0 0 0.0
 0
 LOCAL
 EOF
+   # prevent "System clock time unset or jumped
+   # backwards, restoring from recorded timestamp"
+   # oh Lennart
+   pgrep systemd-timesyncd && SYSD=1
+   TIMEFILE=/var/lib/systemd/timesync/clock

-   ;;
-   esac
-   fi
+   [ -e $TIMEFILE ] && rm -v $TIMEFILE
+   [ "$SYSD" = "1" ] && systemctl stop systemd-timesyncd
+
+   # tell kernel to set the timezone and
+   # reset the system clock to local time
+   hwclock --systz --localtime
+
+   [ "$SYSD" = "1" ] && systemctl start systemd-timesyncd
+   ;;
+   esac

# Creating state file
touch /var/lib/live/config/util-linux
--
2.24.0



Bug#882851: live-config: Wrong time when RTC is set to local time

2019-10-08 Thread Marcel Partap
Hey intrigeri et al.,
has anything changed about this situation since a year ago? I am going to 
create >100 debian live-sticks ~tomorrow for school kids out of which probably 
99% will have access to computers running windows with an RTC set to local 
time.. utc=no as boot parameter doesn't quite fix this yet. I think you have 
described the options very well and I also liked your proposal on 914001.. I 
have one day to get it implemented  .. Mind assisting me a bit? 邏
(Best Regards..)



Bug#940489: kdeconnect: Version bump: 1.3.5 released

2019-09-16 Thread Marcel Partap
Package: kdeconnect
Version: 1.3.3-2
Severity: normal

There have been two bugfix releases since 1.3.3 ..
maybe some of the existing issues have been resolved in the meantime .. : )



-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-5-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CRAP, 
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kdeconnect depends on:
ii  kde-cli-tools 4:5.14.5-1
ii  kio   5.54.1-1
ii  libc6 2.28-10
ii  libfakekey0   0.1-10
ii  libkf5configcore5 5.54.0-1
ii  libkf5configwidgets5  5.54.0-1
ii  libkf5coreaddons5 5.54.0-1
ii  libkf5dbusaddons5 5.54.0-1
ii  libkf5i18n5   5.54.0-1
ii  libkf5iconthemes5 5.54.0-1
ii  libkf5kcmutils5   5.54.0-1
ii  libkf5kiocore55.54.1-1
ii  libkf5kiofilewidgets5 5.54.1-1
ii  libkf5kiowidgets5 5.54.1-1
ii  libkf5notifications5  5.54.0-1
ii  libkf5service-bin 5.54.0-1
ii  libkf5service55.54.0-1
ii  libkf5waylandclient5  4:5.54.0-1
ii  libkf5widgetsaddons5  5.54.0-1
ii  libqca-qt5-2  2.1.3-2
ii  libqca-qt5-2-plugins  2.1.3-2
ii  libqt5core5a  5.11.3+dfsg1-2
ii  libqt5dbus5   5.11.3+dfsg1-2
ii  libqt5gui55.11.3+dfsg1-2
ii  libqt5network55.11.3+dfsg1-2
ii  libqt5qml55.11.3-4
ii  libqt5widgets55.11.3+dfsg1-2
ii  libqt5x11extras5  5.11.3-2
ii  libstdc++69.2.1-7
ii  libx11-6  2:1.6.7-1
ii  libxtst6  2:1.2.3-1
ii  plasma-framework  5.54.0-1
ii  qml-module-qtquick-controls   5.11.3-2
ii  qml-module-qtquick-controls2  5.11.3+dfsg-2
ii  qml-module-qtquick-layouts5.11.3-4
ii  qml-module-qtquick2   5.11.3-4
ii  sshfs 2.10+repack-2+b1

kdeconnect recommends no packages.

Versions of packages kdeconnect suggests:
ii  plasma-workspace  4:5.14.5.1-1
pn  python-nautilus   

-- no debconf information



Bug#932541: dicod 2.9 chokes (CPU 100%) on gazetteer2k-counties.index & gazetteer2k-places.index

2019-07-20 Thread Marcel Partap
Package: dicod
Version: 2.9-2
Severity: normal

2.9 maxes out the CPU but continues to work..
with 2.7, my tests were inconclusive and I have no time to proceed
investigating right now.



-- System Information:
Debian Release: 10.0
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-5-amd64 (SMP w/12 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_CRAP, 
TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages dicod depends on:
ii  adduser  3.118
ii  init-system-helpers  1.57
ii  libc62.28-10
ii  libdico2 2.9-2
ii  libgsasl71.8.0-8+b2
ii  libldap-2.4-22.4.47+dfsg-3
ii  libltdl7 2.4.6-10
ii  libpam0g 1.3.1-5
ii  libpcre3 2:8.39-12
ii  lsb-base 10.2019051400
ii  m4   1.4.18-2
ii  zlib1g   1:1.2.11.dfsg-1

dicod recommends no packages.

Versions of packages dicod suggests:
pn  dico-doc  

-- Configuration Files:
/etc/dicod/dicod.order changed:
web1913 gcide wn foldoc jargon vera devil elements easton hitchcock gazetteer
/usr/share/dictd/
/usr/share/dico/
/usr/local/share/dictd/


-- no debconf information



Bug#918012: fix docker-compose in backports

2019-03-11 Thread Marcel Partap
Just ran into this. So basically, "someone" only has to kick up the dependency 
of docker-compose to python3-docker (>= 3.2.1). Thanks @someone 



Bug#909644: Solutions for users?

2019-03-04 Thread Marcel Partap
So will that log error be commented out in the next release?
c.f. https://github.com/moby/moby/issues/38709



Bug#909644: (no subject)

2019-01-24 Thread Marcel Partap
reassign runc

OK coreos fixed this by building runc with a commit hash:
https://github.com/coreos/coreos-overlay/pull/2428/commits/a0294fbf2caf5f1a04651a22bb67357969f5831f

Isn't this is quite a reasonable fix?



Bug#797968: release debian-patched version to fix SSL errors?

2019-01-09 Thread Marcel Partap
Hey,
as there has been no upstream elinks release since six years and none is in 
sight, how about shipping a version in debian with these TLS patches applied?
Also, there have been 115 commits in git since last release, some of them 
mention ssl errors..
Missing SNI (or whatever causes this) is a problem on more and more web sites 
obviously, as all the web goes encrypted..
Regards!



Bug#848299: still a problem in thunderbird-52.9.1-1

2018-11-12 Thread Marcel Partap
Yes I do know, i wasn't yet courageous enough to update to TB 60 with all my 
addons.. I recognize now that my approach doesn't help, as even stable now has 
migrated to TB60. Sorry! for that, I'll check with the new version in the next 
days and report back. 



Bug#848299: still a problem in thunderbird-52.9.1-1

2018-11-12 Thread Marcel Partap
also nearly identical back traces: 
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/788102
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/108929
https://bugzilla.mozilla.org/show_bug.cgi?id=675138



Bug#848299: still a problem in thunderbird-52.9.1-1

2018-11-12 Thread Marcel Partap
This crash occurs also in firefox: 
https://bugzilla.mozilla.org/show_bug.cgi?id=139

It seems 100% reproducable when run in debugger `gdb 
/usr/lib/thunderbird/thunderbird-bin`, crashed right after start up.. compared 
to that, when started normal (`thunderbird`) takes about half a day to crash.
Same backtrace as bevor, 
> #0  0x7f1b629a19be in __libc_send (fd=381, buf=buf@entry=0x7f1af3198000, 
> len=len@entry=53, flags=flags@entry=0) at ../sysdeps/unix/sysv/linux/send.c:28
> #1  0x7f1b62481d7f in pt_Send (fd=0x7f1af33ffbb0, buf=0x7f1af3198000, 
> amount=53, flags=0, timeout=4294967295) at 
> ./mozilla/nsprpub/pr/src/pthreads/ptio.c:1
> #2  0x7f1b620b61d2 in ssl_DefSend (ss=ss@entry=0x7f1af3196000, 
> buf=0x7f1af3198000 "\025\003\003", len=53, flags=flags@entry=0) at 
> ssldef.c:103
> #3  0x7f1b620ad949 in ssl3_SendRecord (ss=ss@entry=0x7f1af3196000, 
> cwSpec=0x7f1af3196a38, cwSpec@entry=0x0, type=type@entry=content_alert, 
> pIn=0x7f1b554fda
> #4  0x7f1b620aea1c in SSL3_SendAlert (ss=ss@entry=0x7f1af3196000, 
> level=level@entry=alert_warning, desc=desc@entry=close_notify) at 
> ssl3con.c:3144
> #5  0x7f1b620ba8d3 in ssl_SecureClose (ss=0x7f1af3196000) at 
> sslsecur.c:786
> #6  0x7f1b5c01c5da in nsNSSSocketInfo::CloseSocketAndDestroy 
> (this=0x7f1af59c4880) at ./mozilla/security/manager/ssl/nsNSSIOLayer.cpp:973
> #7  0x7f1b5c01c67e in nsSSLIOLayerClose (fd=0x7f1af33ffb50) at 
> ./mozilla/security/manager/ssl/nsNSSIOLayer.cpp:952
> #8  0x7f1b5a7ff33b in mozilla::net::nsSocketTransport::CloseSocket 
> (aFd=, aTelemetryEnabled=) at 
> ./mozilla/netwerk/base/nsSoc
> #9  0x7f1b5a800186 in mozilla::net::nsSocketTransport::ReleaseFD_Locked 
> (this=0x7f1af542d000, fd=) at 
> ./mozilla/netwerk/base/nsSocketTranspo
> #10 0x7f1b5a8008c2 in mozilla::net::nsSocketTransport::OnSocketDetached 
> (this=0x7f1af542d000, fd=) at 
> ./mozilla/netwerk/base/nsSocketTranspo
> #11 0x7f1b5a7f8e36 in 
> mozilla::net::nsSocketTransportService::DetachSocket 
> (this=this@entry=0x7f1b6226ce20, listHead=0x7f1b622a3000, 
> sock=0x7f1b622a3090) a
> #12 0x7f1b5a7ffc11 in 
> mozilla::net::nsSocketTransportService::DoPollIteration 
> (this=this@entry=0x7f1b6226ce20, pollDuration=pollDuration@entry=0x7f1b554fdc
> #13 0x7f1b5a80148b in mozilla::net::nsSocketTransportService::Run 
> (this=0x7f1b6226ce20) at 
> ./mozilla/netwerk/base/nsSocketTransportService2.cpp:903
> #14 0x7f1b5a779894 in nsThread::ProcessNextEvent (this=0x7f1b62250f20, 
> aMayWait=, aResult=0x7f1b554fddc7) at 
> ./mozilla/xpcom/threads/nsThrea
> #15 0x7f1b5a7958c9 in NS_ProcessNextEvent (aThread=, 
> aThread@entry=0x7f1b62250f20, aMayWait=aMayWait@entry=false) at 
> ./mozilla/xpcom/glue/ns
> #16 0x7f1b5aa4eb2b in mozilla::ipc::MessagePumpForNonMainThreads::Run 
> (this=0x7f1b57cf2b00, aDelegate=0x7f1b622d5840) at 
> ./mozilla/ipc/glue/MessagePump.cpp
> #17 0x7f1b5aa3e208 in MessageLoop::RunHandler (this=0x7f1b622d5840) at 
> ./mozilla/ipc/chromium/src/base/message_loop.cc:225
> #18 MessageLoop::Run (this=this@entry=0x7f1b622d5840) at 
> ./mozilla/ipc/chromium/src/base/message_loop.cc:205
> #19 0x7f1b5a7763d6 in nsThread::ThreadFunc (aArg=0x7f1b62250f20) at 
> ./mozilla/xpcom/threads/nsThread.cpp:467
> #20 0x7f1b62484cd3 in _pt_root (arg=0x7f1b62267a40) at 
> ./mozilla/nsprpub/pr/src/pthreads/ptthread.c:216
> #21 0x7f1b62997f2a in start_thread (arg=0x7f1b554fe700) at 
> pthread_create.c:463
> #22 0x7f1b62594edf in clone () at 
> ../sysdeps/unix/sysv/linux/x86_64/clone.S:95


Having had these crashes for quite some time now.. would appreciate a bug fix 



Bug#910905: libreoffice: soffice.bin --headless launched from unoconv/odt2txt memory bomb / not terminating

2018-10-13 Thread Marcel Partap
Package: libreoffice
Version: 1:6.1.2-1
Severity: normal

My ranger curses file manager invokes `odt2txt --stdout` (which would be a good
default for odt2txt by the way) for document previews. The `soffice.bin
--headless` (haha still *office binary lol) seems to be a server process that
does not automatically exit.
 Occasionally it has hit some thing where it would consume all my memory
(24GB+24GB swap).
Is there some way to limit the maximum memory this process shall eat via some
systemd / cgroups / ulimit conf?
Timing out the server would also be a good idea in my opinion. Wouldn't it?



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libreoffice depends on:
ii  libreoffice-avmedia-backend-gstreamer  1:6.1.2-1
ii  libreoffice-base   1:6.1.2-1
ii  libreoffice-calc   1:6.1.2-1
ii  libreoffice-core   1:6.1.2-1
ii  libreoffice-draw   1:6.1.2-1
ii  libreoffice-impress1:6.1.2-1
ii  libreoffice-math   1:6.1.2-1
ii  libreoffice-report-builder-bin 1:6.1.2-1
ii  libreoffice-writer 1:6.1.2-1
ii  python3-uno1:6.1.2-1

Versions of packages libreoffice recommends:
ii  fonts-crosextra-caladea 20130214-2
ii  fonts-crosextra-carlito 20130920-1
ii  fonts-dejavu2.37-1
ii  fonts-liberation1:1.07.4-7
ii  fonts-liberation2   2.00.3-1
ii  fonts-linuxlibertine5.3.0-4
ii  fonts-noto-hinted   20171026-2
ii  fonts-noto-mono 20171026-2
ii  fonts-sil-gentium-basic 1.102-1
ii  libreoffice-java-common 1:6.1.2-1
ii  libreoffice-librelogo   1:6.1.2-1
ii  libreoffice-nlpsolver   0.9+LibO6.1.2-1
ii  libreoffice-ogltrans1:6.1.2-1
ii  libreoffice-report-builder  1:6.1.2-1
ii  libreoffice-script-provider-bsh 1:6.1.2-1
ii  libreoffice-script-provider-js  1:6.1.2-1
ii  libreoffice-script-provider-python  1:6.1.2-1
ii  libreoffice-sdbc-postgresql 1:6.1.2-1
ii  libreoffice-wiki-publisher  1.2.0+LibO6.1.2-1

Versions of packages libreoffice suggests:
ii  cups-bsd2.2.8-5
ii  default-jre [java6-runtime] 2:1.10-68
ii  firefox 62.0.3-1
ii  ghostscript 9.25~dfsg-2
ii  gnupg   2.2.10-2
pn  gpa 
ii  gstreamer1.0-libav  1:1.14.4-dmo1
ii  gstreamer1.0-plugins-bad1:1.14.4-dmo1
ii  gstreamer1.0-plugins-base   1.14.4-1
ii  gstreamer1.0-plugins-good   1.14.4-1
ii  gstreamer1.0-plugins-ugly   1:1.14.4-dmo1
ii  hunspell-en-us [hunspell-dictionary]1:2018.04.16-1
ii  hyphen-de [hyphen-hyphenation-patterns] 1:6.1.1-1
ii  imagemagick 8:6.9.10.8+dfsg-1
ii  imagemagick-6.q16 [imagemagick] 8:6.9.10.8+dfsg-1
ii  libgl1  1.1.0-1
pn  libreoffice-gnome | libreoffice-kde5
pn  libreoffice-grammarcheck
pn  libreoffice-help
pn  libreoffice-l10n
pn  libreoffice-officebean  
ii  libsane11.0.27-1
ii  libxrender1 1:0.9.10-1
pn  myspell-dictionary  
ii  mythes-de [mythes-thesaurus]20160424-3
pn  openclipart2-libreoffice | openclipart-libreoffice  
ii  openjdk-10-jre [java6-runtime]  10.0.2+13-1
ii  openjdk-8-jre [java6-runtime]   8u181-b13-1
ii  pstoedit3.73-1+b1
ii  thunderbird 1:52.9.1-1
pn  unixodbc

Versions of packages libreoffice-core depends on:
ii  fontconfig2.13.1-1
ii  fonts-opensymbol  2:102.10+LibO6.1.2-1
ii  libboost-date-time1.62.0  1.62.0+dfsg-10
ii  libboost-locale1.62.0 1.62.0+dfsg-10
ii  libc6 2.27-6
ii  libcairo2 

Bug#909644: docker.io: dockerd warning: failed to retrieve docker-runc version: unknown output format: runc version spec: 1.0.1

2018-09-26 Thread Marcel Partap
Package: docker.io
Version: 18.06.1+dfsg1-2
Severity: normal

docker.io 18.06.1+dfsg1-2: the sys log is being spammed with these messages:

> Sep 26 10:02:34 base dockerd[1329]:
time="2018-09-26T10:02:34.612458096+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:02:54 base dockerd[1329]:
time="2018-09-26T10:02:54.608852757+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:03:14 base dockerd[1329]:
time="2018-09-26T10:03:14.608428914+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:03:34 base dockerd[1329]:
time="2018-09-26T10:03:34.608336092+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:03:54 base dockerd[1329]:
time="2018-09-26T10:03:54.608367304+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:04:14 base dockerd[1329]:
time="2018-09-26T10:04:14.608181868+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:04:34 base dockerd[1329]:
time="2018-09-26T10:04:34.608692071+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"
> Sep 26 10:04:54 base dockerd[1329]:
time="2018-09-26T10:04:54.608829153+02:00" level=warning msg="failed to
retrieve docker-runc version: unknown output format: runc version spec:
1.0.1\n"

Why would these two programs shipped in the same package not be compatible with
one another I wonder? How can it be fixed?



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages docker.io depends on:
ii  adduser 3.118
ii  iptables1.6.2-1.1
ii  libc6   2.27-6
ii  libdevmapper1.02.1  2:1.02.145-4.1
ii  libltdl72.4.6-4
ii  libnspr42:4.20-1
ii  libnss3 2:3.39-1
ii  libseccomp2 2.3.3-3
ii  libsystemd0 239-9
ii  lsb-base9.20170808
ii  runc1.0.0~rc5+dfsg1-3
ii  tini0.18.0-1

Versions of packages docker.io recommends:
ii  ca-certificates  20180409
ii  cgroupfs-mount   1.4
ii  git  1:2.19.0-1
ii  needrestart  3.3-1
ii  xz-utils 5.2.2-1.3

Versions of packages docker.io suggests:
pn  aufs-tools   
ii  btrfs-progs  4.17-1
ii  debootstrap  1.0.109
pn  docker-doc   
ii  e2fsprogs1.44.4-2
pn  rinse
ii  xfsprogs 4.15.1-1
pn  zfs-fuse | zfsutils  

-- no debconf information



Bug#908982: ranger: new upstream version

2018-09-16 Thread Marcel Partap
Package: ranger
Version: 1.8.1-0.2
Severity: normal

from __future__ import ranger 



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ranger depends on:
ii  less487-0.1+b1
ii  python  2.7.15-3

Versions of packages ranger recommends:
ii  file1:5.34-2
ii  python-chardet  3.0.4-1
ii  w3m-img 0.5.3-36+b1

Versions of packages ranger suggests:
ii  atool  0.39.0-7
ii  caca-utils 0.99.beta19-2+b3
ii  elinks 0.12~pre6-13
pn  highlight  
ii  poppler-utils  0.63.0-2
ii  sudo   1.8.23-2
ii  w3m0.5.3-36+b1

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/lib/python2.7/dist-packages/ranger/config/rc.conf 
(from ranger package)
debsums: changed file /usr/lib/python2.7/dist-packages/ranger/config/rifle.conf 
(from ranger package)
debsums: changed file 
/usr/lib/python2.7/dist-packages/ranger/container/directory.py (from ranger 
package)
debsums: changed file /usr/lib/python2.7/dist-packages/ranger/core/linemode.py 
(from ranger package)
debsums: changed file /usr/lib/python2.7/dist-packages/ranger/data/scope.sh 
(from ranger package)


Bug#705534: directly setting Aptitude::UI::Default-Package-View also does not work

2018-09-16 Thread Marcel Partap
I tried to circumvent the theme system because …

https://lists.debian.org/debian-user/2008/12/msg00582.html>   The theme system 
is utterly broken, perhaps?  That would be my first
> guess...
> 
>   Daniel

but directly setting Aptitude::UI::Default-Package-View to the dselect-theme 
section defined in aptitude-defaults also wouldn't work.
Apart from the header, the screen is completely black - apart from a character 
in the center. And that changes with the cursor up/down keys.. from the 
invisible list, package info tabs open when pressing enter! But they have the 
same broken display.
When selecting theme "Vertical-Split", the tab key will move the cursor to the 
right half of the screen while for "dselect", it jumps to the bottom half. So 
maybe the widths/heights don't get set properly?
The only thing I actually wanted to achieve actually is shrinking the info area 
to less than half of the screen... 
setting 
> aptitude::UI::Default-Package-View::desc::RowExpand "no";
> aptitude::UI::Default-Package-View::desc::Height "5"; 
seemingly was overly optimistic (E: Couldn't parse layout: unknown view item 
type "")...



Bug#907547: anbox: Enable --use-rootfs-overlay in anbox-container-manager.service by default?

2018-08-29 Thread Marcel Partap


> I'm waiting upstream to merge the lxc2 patch...
ah that was cause of the delay.. 

> Anyway I'll tag a new snapshot shortly.
Thanks! : )

> But I don't think overlay should be default, since it's an advanced usage.
I was pondering that, and I think you're right.

> ExecStart=[…] --use-rootfs-overlay
thanks yes that's what I have in there. Now looking forward to see if simple 
extracting parts of the supersu zip into the overlay will give me a functional 
Titanium Backup to transfer apps from phone to PC 鸞



Bug#907547: anbox: Enable --use-rootfs-overlay in anbox-container-manager.service by default?

2018-08-29 Thread Marcel Partap
Package: anbox
Version: 0.0~git20180709-1
Severity: normal


In any case, a new package release would be nice to test the fixed overlay dir
order.



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages anbox depends on:
ii  iptables1.6.2-1.1
ii  libboost-atomic1.62.0   1.62.0+dfsg-8
ii  libboost-chrono1.62.0   1.62.0+dfsg-8
ii  libboost-date-time1.62.01.62.0+dfsg-8
ii  libboost-filesystem1.62.0   1.62.0+dfsg-8
ii  libboost-iostreams1.62.01.62.0+dfsg-8
ii  libboost-log1.62.0  1.62.0+dfsg-8
ii  libboost-program-options1.62.0  1.62.0+dfsg-8
ii  libboost-regex1.62.01.62.0+dfsg-8
ii  libboost-serialization1.62.01.62.0+dfsg-8
ii  libboost-system1.62.0   1.62.0+dfsg-8
ii  libboost-thread1.62.0   1.62.0+dfsg-8
ii  libc6   2.27-5
ii  libegl1 1.1.0-1
ii  libgcc1 1:8.2.0-4
ii  libgles21.1.0-1
ii  liblxc1 1:2.0.9-6
ii  libprotobuf-lite10  3.0.0-9.1
ii  libsdl2-2.0-0   2.0.8+dfsg1-1+b1
ii  libsdl2-image-2.0-0 2.0.3+dfsg1-1
ii  libstdc++6  8.2.0-4
ii  libsystemd0 239-7
ii  lxc 1:2.0.9-6

Versions of packages anbox recommends:
ii  dbus-user-session  1.12.10-1

anbox suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /lib/systemd/system/anbox-container-manager.service (from 
anbox package)



Bug#813658: …

2018-08-13 Thread Marcel Partap
So, necessary building blocks seem in place then? Or is anything missing?

Best Regards!
#marcel : )



Bug#904960: libvirglrenderer0: some documentation

2018-07-29 Thread Marcel Partap
Package: libvirglrenderer0
Version: 0.6.0-2
Severity: normal

How can this be used?

qemu-system-x86:amd64 2.12+dfsg-3

with `-vga virtio -display gtk,gl=on`
or `-device virtio-gpu-pci,virgl -display gtk,gl=on`
> qemu-system-x86_64: OpenGL support is disabled

with `-vga virtio -display sdl,gl=on`
> qemu-system-x86_64: Display 'sdl' is not available.


with ` -device virtio-vga,virgl=on -spice
gl=on,unix,addr=/run/user/1000/spice.sock`
> qemu-system-x86_64: -spice gl=on,unix,addr=/run/user/1000/spice.sock: Invalid
parameter 'gl'




-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libvirglrenderer0 depends on:
ii  libc6  2.27-5
ii  libepoxy0  1.4.3-1
ii  libgbm118.1.4-1

libvirglrenderer0 recommends no packages.

libvirglrenderer0 suggests no packages.

-- no debconf information



Bug#904614: live-build: lb config writes current value into (Default: ... )

2018-07-25 Thread Marcel Partap
Package: live-build
Version: 1:20180618
Severity: minor

It's a bit puzzling, that the (Default: ... ) statement will always be the same
as the requested config value. I found this by git tracking a fresh live-build
dir, f.e. after `lb config --interactive shell` config/chroot will have changed
as in:

-# (Default: false)
-LB_INTERACTIVE="false"
+# (Default: shell)
+LB_INTERACTIVE="shell"

Also, variables (LB_ISO_PREPARER="live-build $VERSION…") and command
substitutions (LB_ISO_VOLUME="Debian stretch $(date +%Y%m%d-%H:%M)") get
expanded after running more than once, if that is intended...



-- Package-specific info:

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.17.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages live-build depends on:
ii  debootstrap  1.0.106

Versions of packages live-build recommends:
ii  apt-utils   1.6.3
ii  bzip2   1.0.6-8.1
ii  cpio2.12+dfsg-6
ii  file1:5.33-3
ii  live-boot-doc   1:20180603
ii  live-config-doc 5.20180224
ii  live-manual-html [live-manual]  2:20151217.1
ii  wget1.19.5-1
ii  xz-utils5.2.2-1.3

Versions of packages live-build suggests:
ii  e2fsprogs  1.44.3-1
pn  mtd-utils  
ii  parted 3.2-21+b1

-- no debconf information


Bug#903842: anbox: Please also package anbox-modules-dkms

2018-07-15 Thread Marcel Partap
Package: anbox
Version: 0.0~git20180709-1
Severity: normal

The recent uptake in anbox dev actitivy is very exciting, THANKS for packaging
the program!
Now, running on a Liquorix-kernel, I do not have the android kernel modules
required and would appreciate availability of a anbox-modules dkms package : )



-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.16.0-1-amd64 (SMP w/12 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8), 
LANGUAGE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages anbox depends on:
ii  iptables1.6.2-1
ii  libboost-atomic1.62.0   1.62.0+dfsg-5+b2
ii  libboost-chrono1.62.0   1.62.0+dfsg-5+b2
ii  libboost-date-time1.62.01.62.0+dfsg-5+b2
ii  libboost-filesystem1.62.0   1.62.0+dfsg-5+b2
ii  libboost-iostreams1.62.01.62.0+dfsg-5+b2
ii  libboost-log1.62.0  1.62.0+dfsg-7
ii  libboost-program-options1.62.0  1.62.0+dfsg-5+b2
ii  libboost-regex1.62.01.62.0+dfsg-7
ii  libboost-serialization1.62.01.62.0+dfsg-7
ii  libboost-system1.62.0   1.62.0+dfsg-5+b2
ii  libboost-thread1.62.0   1.62.0+dfsg-5+b2
ii  libc6   2.27-3
ii  libegl1 1.0.0+git20180308-2
ii  libgcc1 1:8.1.0-3
ii  libgles21.0.0+git20180308-2
ii  liblxc1 1:2.0.9-6
ii  libprotobuf-lite10  3.0.0-9.1
ii  libsdl2-2.0-0   2.0.8+dfsg1-1
ii  libsdl2-image-2.0-0 2.0.3+dfsg1-1
ii  libstdc++6  8.1.0-3
ii  libsystemd0 238-4
ii  lxc 1:2.0.9-6

Versions of packages anbox recommends:
ii  dbus-user-session  1.12.8-2

anbox suggests no packages.

-- no debconf information



Bug#876415: Bugfix release v1.2.1

2018-03-14 Thread Marcel Partap
Please update, current version in debian is almost a year and a half old.



Bug#892818: [xfce4-panel] Properties/About will not show for some plugins (g_variant_iter_next: assertion valid_format_string failed)

2018-03-13 Thread Marcel Partap
Package: xfce4-panel
Version: 4.12.2-1
Severity: normal

--- Please enter the report below this line. ---
In Panel preference dialog, on tab "Items", some of the plugins no longer show 
their properties (which is also missing from the context menu when directly 
right-clicking in the panel) or their about dialog (same).
.xsession-errors logs this for each attempt to open item-properties/item-about:
> (wrapper-2.0:19338): GLib-CRITICAL **: g_variant_iter_next: assertion 
> 'valid_format_string (format_string, TRUE, value)' failed   
>   
> 
> (wrapper-2.0:19339): GLib-CRITICAL **: the GVariant format string '(uv)' has 
> a type of '(uv)' but the given value has a type of 'a(uv)'   

The problem has been here for a good while.


--- System information. ---
Architecture: 
Kernel:   Linux 4.15.0-6.1-liquorix-amd64

Debian Release: buster/sid
  510 unstableliquorix.net 
  510 unstableftp.de.debian.org 
  510 unstabledl.winehq.org 
  510 unstabledeb-multimedia.org 
  510 testing ftp.de.debian.org 
  509 experimentalftp.de.debian.org 
  502 yakkety ppa.launchpad.net 
  502 artful  ppa.launchpad.net 
  500 zesty   build.openmodelica.org 
  500 stable  ftp.de.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends(Version) | Installed
-+-=
libatk1.0-0  (>= 1.12.4) | 2.26.1-3
libc6   (>= 2.4) | 
libcairo2 (>= 1.2.4) | 
libdbus-1-3  (>= 1.9.14) | 
libdbus-glib-1-2   (>= 0.88) | 
libexo-1-0(>= 0.5.0) | 
libfontconfig1 (>= 2.12) | 
libfreetype6  (>= 2.2.1) | 
libgarcon-1-0 (>= 0.3.0) | 
libgdk-pixbuf2.0-0   (>= 2.22.0) | 
libglib2.0-0 (>= 2.41.1) | 
libgtk2.0-0  (>= 2.24.0) | 
libice6 (>= 1:1.0.0) | 
libpango-1.0-0   (>= 1.14.0) | 
libpangocairo-1.0-0  (>= 1.14.0) | 
libpangoft2-1.0-0(>= 1.14.0) | 
libsm6   | 
libwnck22(>= 2.30.7) | 
libx11-6 | 
libxext6 | 
libxfce4ui-1-0(>= 4.9.1) | 
libxfce4util7 (>= 4.9.0) | 
libxfconf-0-2 (>= 4.6.0) | 
exo-utils| 


Package's Recommends field is empty.

Package's Suggests field is empty.



Bug#892211: [debian-goodies] debmany: support gzip compressed text files

2018-03-06 Thread Marcel Partap
Package: debian-goodies
Version: 0.79
Severity: normal

About a third of all files in /usr/share/doc/ are gzipped. Patch adds support, 
please review : )
--- debmany.orig	2018-03-06 20:18:57.011490293 +0100
+++ debmany	2018-03-06 20:19:22.838676740 +0100
@@ -413,7 +413,12 @@ do
 else
   # other file (usr/share/doc)
   debug "Opening other file: "`printf "$othercmdline" "$PWD/$return"` # comment
-  eval $(printf "$othercmdline" "$PWD/$return")
+  if [[ "$return" =~ \.gz$ ]]
+  then
+  eval $(printf "gzip -dc < $PWD/$return | $othercmdline")
+  else
+  eval $(printf "$othercmdline" "$PWD/$return")
+  fi
 fi
   else
 cd "$curdir"


Bug#888976: [munin-node] systemd 237 errors out rambling about an unsafe symlink chain

2018-01-31 Thread Marcel Partap
Package: munin-node
Version: 2.0.34-3
Severity: normal

--- Please enter the report below this line. ---
systemd db256aab13 broke munin-node.
> core: be stricter when handling PID files and MAINPID sd_notify() 
> messages   
> 
> Let's be more restrictive when validating PID files and MAINPID=  
>
> messages: don't accept PIDs that make no sense, and if the configuration  
>
> source is not trusted, don't accept out-of-cgroup PIDs. A configuratin
>
> source is considered trusted when the PID file is owned by root, or the   
>
> message was received from root.   
>
> 
> This should lock things down a bit, in case service authors write out 
>
> PID files from unprivileged code or use NotifyAccess=all with 
>
> unprivileged code. Note that doing so was always problematic, just now
>
> it's a bit less problematic.  
>
> 
> When we open the PID file we'll now use the CHASE_SAFE chase_symlinks()   
>
> logic, to ensure that we won't follow an unpriviled-owned symlink to a
>
> privileged-owned file thinking this was a valid privileged PID file,  
>
> even though it really isn't.  
>
> 
> Fixes: #6632  
>

That should teach me a lessen to follow systemd updates!
I don't even understand the problem, the pid file is no symlink and is owned by 
root. 
chase_symlinks() appears a massive fluke to me. 


--- System information. ---
Architecture: 
Kernel:   Linux 4.14.0-14.1-liquorix-amd64

Debian Release: buster/sid
  510 unstableliquorix.net 
  510 unstableftp.de.debian.org 
  510 unstabledl.winehq.org 
  510 unstabledeb-multimedia.org 
  510 testing ftp.de.debian.org 
  509 experimentalftp.de.debian.org 
  502 zesty   ppa.launchpad.net 
  502 yakkety ppa.launchpad.net 
  500 zesty   build.openmodelica.org 
  500 stable  ftp.de.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Depends(Version) | Installed
-+-==
perl | 5.26.1-4
gawk | 1:4.1.4+dfsg-1+b1
libnet-server-perl   | 2.008-4
lsb-base(>= 4.1) | 9.20170808
munin-common   (>= 2.0.34-3) | 2.0.34-3
munin-plugins-core   | 2.0.34-3
procps   | 2:3.3.12-3


Recommends   (Version) | Installed
==-+-===
libnet-snmp-perl   | 6.0.1-3
munin-plugins-extra| 2.0.34-3


Suggests  (Version) | Installed
===-+-===
acpi| 
 OR lm-sensors  | 1:3.4.0-4
ethtool | 1:4.11-1
hdparm  | 9.53+ds-1
libcrypt-ssleay-perl| 
libdbd-pg-perl  | 
liblwp-useragent-determined-perl| 
libnet-irc-perl | 
libtext-csv-xs-perl | 
libwww-perl | 6.31-1
libxml-simple-perl  | 2.24-1
logtail | 
munin   | 2.0.34-3
munin-plugins-java  | 
default-mysql-client| 
net-tools   | 1.60+git20161116.90da8a0-1
python  | 2.7.14-4
ruby| 1:2.3.3
smartmontools   | 6.5+svn4324-1



Bug#888098: [smem] New upstream version 1.5 with column auto-sizing

2018-01-23 Thread Marcel Partap
Package: smem
Version: 1.4-2

It was tagged in the repo (https://selenic.com/repo/smem), although no release 
had been put up.
Would be nice to include this new version in Debian.



Bug#884554: [fonts-droid-fallback] Explain that Noto is the new Droid & fix legacy documents

2017-12-16 Thread Marcel Partap
Package: fonts-droid-fallback
Version: 1:6.0.1r16-1.1
Severity: normal

--- Please enter the report below this line. ---
>From the description of the fonts-droid-fallback package it is not clear why 
>fonts-droid has vanished from Debian (i.e. that Noto grew out of Droid and is 
>the same but better) and how to fix legacy documents (install Noto fonts & 
>change documents from Droid {Sans,Serif,Mono} => Noto {Sans,Serif,Mono})

Also, a fontconfig file could be shipped with
> 
>   Droid {...}
>   
>   Noto {...}
>   
> 


--- System information. ---
Architecture: 
Kernel:   Linux 4.14.0-2.3-liquorix-amd64

Debian Release: buster/sid
  510 unstableliquorix.net 
  510 unstableftp.de.debian.org
  510 unstabledl.winehq.org 
  510 unstabledeb-multimedia.org 
  510 testing ftp.de.debian.org 
  509 experimentalftp.de.debian.org 
  502 zesty   ppa.launchpad.net 
  502 yakkety ppa.launchpad.net 
  500 zesty   build.openmodelica.org 
  500 stable  ftp.de.debian.org 
  500 stable  dl.google.com 

--- Package information. ---
Package's Depends field is empty.

Recommends   (Version) | Installed
==-+-===
fonts-noto-mono| 20171026-2


Suggests(Version) | Installed
=-+-===
fonts-noto| 20171026-2



Bug#881737: spacenavd's handle_hotplug called continuously for every /dev/input/event*

2017-11-14 Thread Marcel Partap
Package: spacenavd
Version: 0.6-1
Severity: normal

spacenavd scans all of the input devices _for each_ of /proc/bus/input/devices.
Also, for whatever reason, this happens pretty much continuously, resulting in 
massive log spam.

 Nov 14 16:54:47 base spacenavd[14001]: /proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devices
 Nov 14 16:54:47 base spacenavd[14001]: found usb device [46d:c627]: 
"3Dconnexion SpaceExplorer" (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: handle_hotplug called
 Nov 14 16:54:47 base spacenavd[14001]: Device detection, parsing 
/proc/bus/input/devalready using device: 3Dconnexion SpaceExplorer 
(/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: failed to find any supported devices
 Nov 14 16:54:47 base spacenavd[14001]: already using device: 3Dconnexion 
SpaceExplorer (/dev/input/event2)
 Nov 14 16:54:47 base spacenavd[14001]: failed to find any supported devices
 Nov 14 16:54:51 base spacenavd[14001]: already using device: 3Dconnexion 
SpaceExplorer (/dev/input/event2)
 Nov 14 16:54:51 base spacenavd[14001]: failed to find any supported devices
 Nov 14 16:54:51 base spacenavd[14001]: already using device: 3Dconnexion 
SpaceExplorer (/dev/input/event2)
 Nov 14 16:54:51 base spacenavd[14001]: failed to find any supported devices
 Nov 14 16:54:52 base spacenavd[14001]: already using device: 3Dconnexion 
SpaceExplorer (/dev/input/event2)
 Nov 14 16:54:52 base spacenavd[14001]: 

Bug#866382: [jupyter-notebook] ImportError: cannot locate Singular library (/usr/lib/None/libsingular-Singular.so)

2017-06-29 Thread Marcel Partap
Package: jupyter-notebook
Version: 4.2.3-4
Severity: normal

--- Please enter the report below this line. ---
> ImportError: cannot locate Singular library 
> (/usr/lib/None/libsingular-Singular.so)
This arises from sage.env setting
> SINGULAR_SO = "/usr/lib/%s/libsingular-Singular.so" % 
> sysconfig.get_config_var('MULTIARCH')
while sysconfig.get_config_vars() shows me MULTIARCH is not set. What could be 
the reason for this?


--- System information. ---
Architecture: 
Kernel:   Linux 4.8.0-2-amd64

Debian Release: buster/sid
  510 unstableliquorix.net 
  510 unstabledeb.debian.org 
  510 unstabledeb-multimedia.org 
  510 testing deb.debian.org 
  509 experimentaldeb.debian.org 
  502 zesty   ppa.launchpad.net 
  502 xenial  ppa.launchpad.net 
  502 wilyppa.launchpad.net 
  502 vivid   ppa.launchpad.net 
  502 utopic  ppa.launchpad.net 
  502 trusty  ppa.launchpad.net 
  502 raring  ppa.launchpad.net 
  502 karmic  ppa.launchpad.net 
  501 kali-rollinghttp.kali.org 
  500 yakkety mirror.netcologne.de 
  500 xenial  mirror.netcologne.de 
  500 xenial  build.openmodelica.org 
  500 wilymirror.netcologne.de 
  500 unstable-debug  deb.debian.org 
  500 testing-debug   deb.debian.org 
  500 stretch winswitch.org 
  500 stable-debugdeb.debian.org 
  500 stable  dl.google.com 
  500 stable  deb.debian.org 
  500 sid neurodebian.ovgu.de 
  500 olivia  packages.linuxmint.com 
  500 dataneurodebian.ovgu.de 
  101 wily-getdeb archive.getdeb.net 
1 experimental-debug deb.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-
python3:any(>= 3.3~) | 
python3-notebook (= 4.2.3-4) | 4.2.3-4


Package's Recommends field is empty.

Package's Suggests field is empty.



Bug#866381: [jupyter-notebook] 404 GET /static/components/codemirror/lib/codemirror.css

2017-06-29 Thread Marcel Partap
Package: jupyter-notebook
Version: 4.2.3-4
Severity: normal

--- Please enter the report below this line. ---
It seems this CSS file previously was contained in ipython-notebook-common ...?


--- System information. ---
Architecture: 
Kernel:   Linux 4.8.0-2-amd64

Debian Release: buster/sid
  510 unstableliquorix.net 
  510 unstabledeb.debian.org 
  510 unstabledeb-multimedia.org 
  510 testing deb.debian.org 
  509 experimentaldeb.debian.org 
  502 zesty   ppa.launchpad.net 
  502 xenial  ppa.launchpad.net 
  502 wilyppa.launchpad.net 
  502 vivid   ppa.launchpad.net 
  502 utopic  ppa.launchpad.net 
  502 trusty  ppa.launchpad.net 
  502 raring  ppa.launchpad.net 
  502 karmic  ppa.launchpad.net 
  501 kali-rollinghttp.kali.org 
  500 yakkety mirror.netcologne.de 
  500 xenial  mirror.netcologne.de 
  500 xenial  build.openmodelica.org 
  500 wilymirror.netcologne.de 
  500 unstable-debug  deb.debian.org 
  500 testing-debug   deb.debian.org 
  500 stretch winswitch.org 
  500 stable-debugdeb.debian.org 
  500 stable  dl.google.com 
  500 stable  deb.debian.org 
  500 sid neurodebian.ovgu.de 
  500 olivia  packages.linuxmint.com 
  500 dataneurodebian.ovgu.de 
  101 wily-getdeb archive.getdeb.net 
1 experimental-debug deb.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-
python3:any(>= 3.3~) | 
python3-notebook (= 4.2.3-4) | 4.2.3-4


Package's Recommends field is empty.

Package's Suggests field is empty.



Bug#863458: [qupzilla] crash on start

2017-05-27 Thread Marcel Partap
Package: qupzilla
Version: 2.0.2~dfsg1-1
Severity: normal

--- Please enter the report below this line. ---
I can briefly see the window qupzilla:restore come up, then it dies with the 
attached backtrace.



--- System information. ---
Architecture: 
Kernel:   Linux 4.8.0-2-amd64

Debian Release: 9.0
  510 unstableliquorix.net 
  510 unstabledeb.debian.org 
  510 unstabledeb-multimedia.org 
  510 testing deb.debian.org 
  509 experimentaldeb.debian.org 
  502 zesty   ppa.launchpad.net 
  502 xenial  ppa.launchpad.net 
  502 wilyppa.launchpad.net 
  502 vivid   ppa.launchpad.net 
  502 utopic  ppa.launchpad.net 
  502 trusty  ppa.launchpad.net 
  502 raring  ppa.launchpad.net 
  502 karmic  ppa.launchpad.net 
  501 kali-rollinghttp.kali.org 
  500 yakkety mirror.netcologne.de 
  500 xenial  mirror.netcologne.de 
  500 xenial  build.openmodelica.org 
  500 wilymirror.netcologne.de 
  500 unstable-debug  deb.debian.org 
  500 testing-debug   deb.debian.org 
  500 stable  dl.google.com 
  500 stable  deb.debian.org 
  500 sid neurodebian.ovgu.de 
  500 olivia  packages.linuxmint.com 
  500 dataneurodebian.ovgu.de 
  101 wily-getdeb archive.getdeb.net 
1 experimental-debug deb.debian.org 

--- Package information. --- [why did I have to populate the 'Installed' column 
manually?...]
Depends (Version) | Installed
=-+-==
libc6(>= 2.4) | 2.24-10
libgcc1(>= 1:3.0) | 1:6.3.0-6
libgl1-mesa-glx   | 13.0.4-1
 OR libgl1| 
libqt5core5a   (>= 5.7.0) | 5.7.1+dfsg-3+b1
libqt5dbus5(>= 5.0.2) | 5.7.1+dfsg-3+b1
libqt5gui5 (>= 5.0.2) | 5.7.1+dfsg-3+b1
libqt5network5 (>= 5.0.2) | 5.7.1+dfsg-3+b1
libqt5qml5 (>= 5.0.2) | 5.7.1-2
libqt5quick5   (>= 5.0.2) | 5.7.1-2
libqt5sql5 (>= 5.0.2) | 5.7.1+dfsg-3+b1
libqt5webchannel5  (>= 5.6.1) | 5.7.1-1
libqt5webenginecore5   (>= 5.7.1) | 5.7.1+dfsg-6
libqt5webenginewidgets5(>= 5.7.1) | 5.7.1+dfsg-6
libqt5widgets5 (>= 5.0.2) | 5.7.1+dfsg-3+b1
libqupzilla1(= 2.0.2~dfsg1-1) | 2.0.2~dfsg1-1
libstdc++6 (>= 5) | 6.3.0-6
libqt5sql5-sqlite | 5.7.1+dfsg-3+b1


Package's Recommends field is empty.

Package's Suggests field is empty.
Time: Thu May 25 14:52:43 2017
Qt version: 5.7.1 (compiled with 5.7.1)
QupZilla version: 2.0.2
Rendering engine: QtWebEngine

== BACKTRACE ==
#0: qupzilla(_Z23qupzilla_signal_handleri+0x1ae) [0x565f810e]
#1: linux-gate.so.1(__kernel_sigreturn+0) [0xf770cca0]
#2: 
/usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5(_ZNK10QJsonArray13toVariantListEv+0x34)
 [0xefeb0774]
#3: /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5(+0x2b19d8) [0xeff1a9d8]
#4: /usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5(_ZNK8QVariant6toListEv+0xb4) 
[0xeff19bd4]
#5: 
/usr/lib/i386-linux-gnu/libQt5WebChannel.so.5(_ZN20QMetaObjectPublisher10wrapResultERK8QVariantP28QWebChannelAbstractTransportRK7QString+0xa60)
 [0xf0859fa0]
#6: 
/usr/lib/i386-linux-gnu/libQt5WebChannel.so.5(_ZN20QMetaObjectPublisher13handleMessageERK11QJsonObjectP28QWebChannelAbstractTransport+0x87f)
 [0xf085d5cf]
#7: 
/usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5(_ZN11QMetaObject8activateEP7QObjectiiPPv+0x8de)
 [0xefefe34e]
#8: 
/usr/lib/i386-linux-gnu/sse2/libQt5Core.so.5(_ZN11QMetaObject8activateEP7QObjectPKS_iPPv+0x2d)
 [0xefefe85d]
#9: 
/usr/lib/i386-linux-gnu/libQt5WebChannel.so.5(_ZN28QWebChannelAbstractTransport15messageReceivedERK11QJsonObjectPS_+0x51)
 [0xf0863481]
#10: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0x283f32) [0xf1baef32]
#11: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0x28419e) [0xf1baf19e]
#12: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0x1017631) [0xf2942631]
#13: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0x1019046) [0xf2944046]
#14: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0xf8593e) [0xf28b093e]
#15: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0xf9459d) [0xf28bf59d]
#16: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0xf78923) [0xf28a3923]
#17: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0x1a10cea) [0xf333bcea]
#18: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0x1a106b8) [0xf333b6b8]
#19: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0x1e01416) [0xf372c416]
#20: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0x1da4362) [0xf36cf362]
#21: /usr/lib/i386-linux-gnu/libQt5WebEngineCore.so.5(+0x1da4fca) [0xf36cffca]
#22: 

Bug#837946: closed by m...@debian.org (Manuel A. Fernandez Montecelo) (Bug#837946: fixed in aptitude 0.8.6-1)

2017-03-06 Thread Marcel Partap
Haha how sad, now I can't even test it. With some in between use of apt-get the 
issue receded here even on 8.5. Thanks for fixing it though! 



Bug#837946: crash still present in aptitude-0.8.5-1

2017-02-02 Thread Marcel Partap
also occurs when I issue `aptitude safe-upgrade` f.e.
similar backtrace:

> Thread 1 "aptitude" received signal SIGABRT, Aborted.
> 0xf7792c89 in __kernel_vsyscall ()
> @gdb> bt
> #0  0xf7792c89 in __kernel_vsyscall ()
> #1  0xf6d00dc0 in __libc_signal_restore_set (set=0xffacdd20) at 
> ../sysdeps/unix/sysv/linux/nptl-signals.h:79
> #2  __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:55
> #3  0xf6d02287 in __GI_abort () at abort.c:89
> #4  0x5677f369 in subsumes (d2=..., d1=...) at 
> ../../../../src/generic/apt/apt.cc:1182
> #5  or_group_subsumes (d1=..., d2=..., cache=) at 
> ../../../../src/generic/apt/apt.cc:1205
> #6  0x56781062 in internal_is_interesting_dep (cache=0x57bb5238, d=...) at 
> ../../../../src/generic/apt/apt.cc:1303
> #7  is_interesting_dep (d=..., cache=0x57bb5238) at 
> ../../../../src/generic/apt/apt.cc:1344
> #8  0x567a48c5 in aptitude_resolver_version::dep_iterator::applicable 
> (dep=..., prv=..., prv_open=false, cache=0x57bb5238) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:283
> #9  0x5679dd3a in aptitude_resolver_version::dep_iterator::applicable 
> (this=0xfface368) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:302
> #10 0x5679de19 in aptitude_resolver_version::dep_iterator::normalize 
> (this=0xfface368) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:317
> #11 0x5679f0f5 in aptitude_resolver_version::dep_iterator::operator++ 
> (this=0xfface368) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:529
> #12 0x5688eb77 in aptitude_universe::dep_iterator::operator++ 
> (this=) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.h:1246
> #13 generic_problem_resolver::generic_problem_resolver 
> (this=, _step_score=, _broken_score= out>, _unfixed_soft_score=, infinity=, 
> _full_solution_score=, _unfixed_soft_cost=..., 
> _future_horizon=, _initial_state=..., _universe=...) at 
> ../../../../src/generic/problemresolver/problemresolver.h:3782
> #14 0x5687d1ec in aptitude_resolver::aptitude_resolver (this=0x59770ee8, 
> step_score=-10, broken_score=-100, unfixed_soft_score=-200, infinity=100, 
> resolution_score=50, unfixed_soft_cost=..., future_horizon=50, 
> _cost_settings=..., initial_installations=..., cache=0x57bb5238, 
> _policy=0x57bd00a0) at ../../../../src/generic/apt/aptitude_resolver.cc:731
> #15 0x567f7161 in resolver_manager::create_resolver (this=0x59749200) at 
> ../../../../src/generic/apt/resolver_manager.cc:968
> #16 0x567f9213 in resolver_manager::maybe_create_resolver (this=0x59749200, 
> consider_policybroken=false) at 
> ../../../../src/generic/apt/resolver_manager.cc:805
> #17 0x5683794e in resolver_manager::maybe_create_resolver (this=0x59749200) 
> at ../../../../src/generic/apt/resolver_manager.h:474
> #18 0x566d6d6a in sigc::internal::signal_emit0::emit 
> (impl=0x59749448) at /usr/include/sigc++-2.0/sigc++/signal.h:798
> #19 0x56772bf9 in sigc::signal0::emit (this=0x57bb52fc) at 
> /usr/include/sigc++-2.0/sigc++/signal.h:2804
> #20 sigc::signal0::operator() (this=0x57bb52fc) at 
> /usr/include/sigc++-2.0/sigc++/signal.h:2820
> #21 aptitudeDepCache::end_action_group (this=0x57bb5238, undo=0x0) at 
> ../../../../src/generic/apt/aptcache.cc:2336
> #22 0x56772fc8 in aptitudeDepCache::action_group::~action_group 
> (this=0xffaceeb8, __in_chrg=) at 
> ../../../../src/generic/apt/aptcache.cc:195
> #23 0x567730f2 in aptitudeDepCache::mark_all_upgradable (this= out>, with_autoinst=false, ignore_removed=true, undo=) at 
> ../../../../src/generic/apt/aptcache.cc:645
> #24 0x566f4991 in cmdline_do_action (argc=, argv=0xffacfc08, 
> status_fname=, simulate=false, assume_yes=false, 
> download_only=false, fix_broken=false, showvers=false, showdeps=false, 
> showsize=false, showwhy=false, visual_preview=false, always_prompt=false, 
> resolver_mode=resolver_mode_safe, safe_resolver_show_actions=false, 
> no_new_installs=false, no_new_upgrades=false, user_tags=std::vector of length 
> 0, capacity 0, arch_only=false, queue_only=false, verbose=) at 
> ../../../src/cmdline/cmdline_do_action.cc:221
> #25 0x565d9d1d in main (argc=, argv=) at 
> ../../src/main.cc:1278

洛



Bug#643595: SNES9x upstream released 1.54.1

2016-12-23 Thread Marcel Partap
tarballs: https://sites.google.com/site/bearoso/snes9x/
git repo: https://github.com/snes9xgit/snes9x

> It's still alive (!)
http://www.snes9x.com/phpbb3/viewtopic.php?f=8=23752

> Snes9x 1.54.1
> - GTK+: Properly use --std=c++11 when compiling xBRZ.   (BearOso)
> - Win32: Save window position when toggling fullscreen. (OV2)
> - Win32: Do not assign down-left binding to down-right. (OV2)


> Snes9x 1.54
> - Changed the S-SMP core module to one written by byuu. (byuu, BearOso)
>   This has the effect of increased accuracy, fewer
>   speed hacks, but also regresses a few speed-hack games.
> - Improved IRQ emulation in several cases.  (OV2)
> - Added rewind support. (Themaister, OV2)
> - Included libretro port.   (OV2, libretro 
> team)
> - Added bps soft-patching support   (OV2)
> - Fixed MMC bank register bit 7, restored 64mbit ExLoRom
>   map   (FuSoYa)
> - GTK+, Windows: Added xBRZ filter  (Zenju, OV2, 
> nmagre)
> - GTK+: Fixed several issues with GTK+3.(BearOso)
> - GTK+: Added extra aspect ratio options.   (BearOso)
> - GTK+: Added option to mute sound when using turbo mode.   (BearOso)
> - GTK+: Fixed expose handling to reduce overdraw and(BearOso)
>   improve performance.
> - GTK+: Updated and universalized Spanish translation.  (jristz)
> - Unix: Added Xv support and fixed several bugs.(greg-kennedy)
> - Win32: Added CG meta shader support   (OV2, Themaister)
> - Win32: Added support to detect joypad changes (OV2)
> - Win32: Fixed unicode command line parameters,
>   Fixed controller command line parameters  (OV2)
> - Win32: Added quit hotkey  (OV2)
> - Win32: Fixed custom rom dialog(OV2)
> - Win32: Fixed various cheat dialog issues  (gocha, OV2)
> - Win32: Added hotkey for fast forward toggling (gocha)
> - Win32: Added drag and drop support for movies (gocha)
> - Win32: Fixed blargg filter for regular width hires(OV2)
> - Win32: Fixed snapshot loading from unicode paths  (OV2)
> - Win32: Changed open-with file-association method, should
>   no longer change explorer icons for otherwise
>   unassociated extensions; removed legacy extensions(OV2)

Would be very cool if it would find its way back into Debian, zsnes & higan 
don't work everywhere and snes9x always had a robust user experience..
#Regards!



Bug#837946: aptitude full-upgrade also fubar

2016-09-21 Thread Marcel Partap
same crash when trying
> aptitude full-upgrade
moving everything in /etc/apt/ apart from sources.list out of the way did not 
make a difference, so it shouldn't be the settings, right?
gonna try clearing the list cache...



Bug#837946: also occurs with no action queued on startup

2016-09-18 Thread Marcel Partap
The previous backtrace was from the crash that comes about when previewing 
actions (even when none are queued).

It also occurs when marking package for install/upgrade that create conflict, 
with following backtrace:

> Thread 1 "aptitude" received signal SIGABRT, Aborted.
> 0xf76f9d09 in __kernel_vsyscall ()
> @@gdb> bt
> @gdb> #0  0xf76f9d09 in __kernel_vsyscall ()
> #1  0xf6c94c19 in __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:54
> #2  0xf6c96117 in __GI_abort () at abort.c:89
> #3  0x567c0309 in subsumes (d2=..., d1=...) at 
> ../../../../src/generic/apt/apt.cc:1182
> #4  or_group_subsumes (d1=..., d2=..., cache=) at 
> ../../../../src/generic/apt/apt.cc:1205
> #5  0x567c2002 in internal_is_interesting_dep (cache=0x57fdba38, d=...) at 
> ../../../../src/generic/apt/apt.cc:1303
> #6  is_interesting_dep (d=..., cache=0x57fdba38) at 
> ../../../../src/generic/apt/apt.cc:1344
> #7  0x567e5865 in aptitude_resolver_version::dep_iterator::applicable 
> (dep=..., prv=..., prv_open=false, cache=0x57fdba38) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:283
> #8  0x567decda in aptitude_resolver_version::dep_iterator::applicable 
> (this=0xffe41e28) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:302
> #9  0x567dedb9 in aptitude_resolver_version::dep_iterator::normalize 
> (this=0xffe41e28) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:317
> #10 0x567e0095 in aptitude_resolver_version::dep_iterator::operator++ 
> (this=0xffe41e28) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:529
> #11 0x568ce9b7 in aptitude_universe::dep_iterator::operator++ 
> (this=) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.h:1246
> #12 generic_problem_resolver::generic_problem_resolver 
> (this=, _step_score=, _broken_score= out>, _unfixed_soft_score=, infinity=, 
> _full_solution_score=, _unfixed_soft_cost=..., 
> _future_horizon=, _initial_state=..., _universe=...) at 
> ../../../../src/generic/problemresolver/problemresolver.h:3782  
> #13 0x568bd73c in aptitude_resolver::aptitude_resolver (this=0x5994c268, 
> step_score=-10, broken_score=-100, unfixed_soft_score=-200, infinity=100, 
> resolution_score=50, unfixed_soft_cost=..., future_horizon=50, 
> _cost_settings=..., initial_installations=..., cache=0x57fdba38, 
> _policy=0x57e49e00) at ../../../../src/generic/apt/aptitude_resolver.cc:731
> #14 0x56837ac1 in resolver_manager::create_resolver (this=0x598206f0) at 
> ../../../../src/generic/apt/resolver_manager.cc:968
> #15 0x56839da3 in resolver_manager::maybe_create_resolver (this=0x598206f0, 
> consider_policybroken=false) at 
> ../../../../src/generic/apt/resolver_manager.cc:805
> #16 0x568772ae in resolver_manager::maybe_create_resolver (this=0x598206f0) 
> at ../../../../src/generic/apt/resolver_manager.h:474
> #17 0x56717d4a in sigc::internal::signal_emit0::emit 
> (impl=0x59820908) at /usr/include/sigc++-2.0/sigc++/signal.h:790
> #18 0x567b3b99 in sigc::signal0::emit (this=0x57fdbafc) at 
> /usr/include/sigc++-2.0/sigc++/signal.h:2705
> #19 sigc::signal0::operator() (this=0x57fdbafc) at 
> /usr/include/sigc++-2.0/sigc++/signal.h:2713
> #20 aptitudeDepCache::end_action_group (this=0x57fdba38, undo=0x599120a0) at 
> ../../../../src/generic/apt/aptcache.cc:2336
> #21 0x567b3f68 in aptitudeDepCache::action_group::~action_group 
> (this=0xffe42970, __in_chrg=) at 
> ../../../../src/generic/apt/aptcache.cc:195
> #22 0x567b4185 in aptitudeDepCache::mark_install (this=0x57fdba38, Pkg=..., 
> AutoInst=true, ReInstall=false, undo=0x599120a0) at 
> ../../../../src/generic/apt/aptcache.cc:1197
> #23 0x566967dd in pkg_item::do_select (this=0x599ba498, undo=0x599120a0) at 
> ../../src/pkg_item.cc:159
> #24 0x56696e66 in pkg_item::select (this=0x599ba498, undo=0x599120a0) at 
> ../../src/pkg_item.cc:165
> #25 0x566a5db3 in pkg_tree_node::dispatch_key (this=0x599ba498, k=..., 
> owner=0x57e28088) at ../../src/pkg_node.cc:54
> #26 0x56695793 in pkg_item::dispatch_key (this=0x599ba498, k=..., 
> owner=0x57e28088) at ../../src/pkg_item.cc:404
> #27 0xf7450f83 in cwidget::widgets::tree::handle_key(cwidget::config::key 
> const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
> #28 0x56687bab in menu_tree::handle_key (this=0x57e28088, k=...) at 
> ../../src/menu_tree.cc:430
> #29 0x566a94e1 in pkg_tree::handle_key (this=0x57e28088, k=...) at 
> ../../src/pkg_tree.cc:363
> #30 0xf7457b3b in cwidget::widgets::widget::dispatch_key(cwidget::config::key 
> const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
> #31 0xf743d404 in cwidget::widgets::table::handle_key(cwidget::config::key 
> const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
> #32 0xf7457b3b in cwidget::widgets::widget::dispatch_key(cwidget::config::key 
> const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
> #33 0xf7425c38 in 
> cwidget::widgets::passthrough::handle_key(cwidget::config::key const&) () 
> from 

Bug#837946: same with 0.8.3-1

2016-09-18 Thread Marcel Partap
As I tried to say before, the problem appeared with latest 0.8.3, and 
downgrading did not help. Here's the same backtrace from 0.8.3-1:
> Thread 1 "aptitude" received signal SIGABRT, Aborted.
> 0xf7727d09 in __kernel_vsyscall ()
> @@gdb> bt
> @gdb> #0  0xf7727d09 in __kernel_vsyscall ()
> #1  0xf6cc5c19 in __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:54
> #2  0xf6cc7117 in __GI_abort () at abort.c:89
> #3  0x5679d309 in subsumes (d2=..., d1=...) at 
> ../../../../src/generic/apt/apt.cc:1182
> #4  or_group_subsumes (d1=..., d2=..., cache=) at 
> ../../../../src/generic/apt/apt.cc:1205
> #5  0x5679f002 in internal_is_interesting_dep (cache=0x586f1440, d=...) at 
> ../../../../src/generic/apt/apt.cc:1303
> #6  is_interesting_dep (d=..., cache=0x586f1440) at 
> ../../../../src/generic/apt/apt.cc:1344
> #7  0x567c2865 in aptitude_resolver_version::dep_iterator::applicable 
> (dep=..., prv=..., prv_open=false, cache=0x586f1440) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:283
> #8  0x567bbcda in aptitude_resolver_version::dep_iterator::applicable 
> (this=0xffccb4f8) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:302
> #9  0x567bbdb9 in aptitude_resolver_version::dep_iterator::normalize 
> (this=0xffccb4f8) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:317
> #10 0x567bd095 in aptitude_resolver_version::dep_iterator::operator++ 
> (this=0xffccb4f8) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.cc:529
> #11 0x568ab9b7 in aptitude_universe::dep_iterator::operator++ 
> (this=) at 
> ../../../../src/generic/apt/aptitude_resolver_universe.h:1246
> #12 generic_problem_resolver::generic_problem_resolver 
> (this=, _step_score=, _broken_score= out>, _unfixed_soft_score=, infinity=, 
> _full_solution_score=, _unfixed_soft_cost=..., 
> _future_horizon=, _initial_state=..., _universe=...) at 
> ../../../../src/generic/problemresolver/problemresolver.h:3782
> #13 0x5689a73c in aptitude_resolver::aptitude_resolver (this=0x5a171308, 
> step_score=-10, broken_score=-100, unfixed_soft_score=-200, infinity=100, 
> resolution_score=50, unfixed_soft_cost=..., future_horizon=50, 
> _cost_settings=..., initial_installations=..., cache=0x586f1440, 
> _policy=0x5883a050) at ../../../../src/generic/apt/aptitude_resolver.cc:731
> #14 0x56814ac1 in resolver_manager::create_resolver (this=0x5a082cb8) at 
> ../../../../src/generic/apt/resolver_manager.cc:968
> #15 0x56816da3 in resolver_manager::maybe_create_resolver (this=0x5a082cb8, 
> consider_policybroken=true) at 
> ../../../../src/generic/apt/resolver_manager.cc:805
> #16 0x56817718 in resolver_manager::reset_resolver (this=, 
> consider_policybroken=) at 
> ../../../../src/generic/apt/resolver_manager.cc:218
> #17 0x566ef2a4 in do_package_run () at ../../src/ui.cc:1817
> #18 0xf748445c in cwidget::widgets::widget::handle_key(cwidget::config::key 
> const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
> #19 0xf7456b88 in 
> cwidget::widgets::passthrough::handle_key(cwidget::config::key const&) () 
> from /usr/lib/i386-linux-gnu/libcwidget.so.3
> #20 0xf7488b3b in cwidget::widgets::widget::dispatch_key(cwidget::config::key 
> const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
> #21 0xf743321c in cwidget::widgets::menubar::handle_key(cwidget::config::key 
> const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
> #22 0xf7488b3b in cwidget::widgets::widget::dispatch_key(cwidget::config::key 
> const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
> #23 0xf73fab51 in 
> cwidget::toplevel::input_thread::get_input_event::dispatch() () from 
> /usr/lib/i386-linux-gnu/libcwidget.so.3
> #24 0xf73f1bef in cwidget::toplevel::mainloop(int) () from 
> /usr/lib/i386-linux-gnu/libcwidget.so.3
> #25 0x566ef4ae in ui_main () at ../../src/ui.cc:3134
> #26 0x565f83ab in main (argc=, argv=) at 
> ../../src/main.cc:1427

#Regards/Marcel



Bug#837946: aptitude-debug.log

2016-09-15 Thread Marcel Partap
Forgot this, the line that comes up with `aptitude --log-level=debug` when 
crashing:

> 2016-09-15 21:03:45 [4,139,685,696] problemresolver.h:3,774 DEBUG 
> aptitude.resolver.search - Creating new problem resolver: step_score = -10, 
> broken_score = -100, unfixed_soft_score = -200, infinity = 1,000,000, 
> full_solution_score = 50, future_horizon = 50, initial_state = {} 



Bug#837946: aptitude: actions causing »aptitude received signal SIGABRT, Aborted.«

2016-09-15 Thread Marcel Partap
Package: aptitude
Version: 0.8.2-1+b1
Severity: normal

There is one sole action saved from a previous run:
# ci  kernel linux-image-4.6.0-1-amd64:amd64
"Cancel pending actions" does not deselect actually cancel it, holding the
package does. Either way (action canceled or still pending), when next pressing
'g' to preview, aptitude crashes with:

Thread 1 "aptitude" received signal SIGABRT, Aborted.
0xf776ad09 in __kernel_vsyscall ()
@@gdb> bt
@gdb> #0  0xf776ad09 in __kernel_vsyscall ()
#1  0xf6d08c19 in __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:54
#2  0xf6d0a117 in __GI_abort () at abort.c:89
#3  0x5676f8d9 in subsumes (d2=..., d1=...) at
../../../../src/generic/apt/apt.cc:1182
#4  or_group_subsumes (d1=..., d2=..., cache=) at
../../../../src/generic/apt/apt.cc:1205
#5  0x567715d2 in internal_is_interesting_dep (cache=0x5834cff8, d=...) at
../../../../src/generic/apt/apt.cc:1303
#6  is_interesting_dep (d=..., cache=0x5834cff8) at
../../../../src/generic/apt/apt.cc:1344
#7  0x56794e35 in aptitude_resolver_version::dep_iterator::applicable (dep=...,
prv=..., prv_open=false, cache=0x5834cff8) at
../../../../src/generic/apt/aptitude_resolver_universe.cc:283
#8  0x5678e2aa in aptitude_resolver_version::dep_iterator::applicable
(this=0xffdb1208) at
../../../../src/generic/apt/aptitude_resolver_universe.cc:302
#9  0x5678e389 in aptitude_resolver_version::dep_iterator::normalize
(this=0xffdb1208) at
../../../../src/generic/apt/aptitude_resolver_universe.cc:317
#10 0x5678f665 in aptitude_resolver_version::dep_iterator::operator++
(this=0xffdb1208) at
../../../../src/generic/apt/aptitude_resolver_universe.cc:529
#11 0x5687df87 in aptitude_universe::dep_iterator::operator++ (this=) at ../../../../src/generic/apt/aptitude_resolver_universe.h:1246
#12 generic_problem_resolver::generic_problem_resolver
(this=, _step_score=, _broken_score=, _unfixed_soft_score=, infinity=,
_full_solution_score=, _unfixed_soft_cost=...,
_future_horizon=, _initial_state=..., _universe=...) at
../../../../src/generic/problemresolver/problemresolver.h:3782
#13 0x5686cd0c in aptitude_resolver::aptitude_resolver (this=0x583427c8,
step_score=-10, broken_score=-100, unfixed_soft_score=-200, infinity=100,
resolution_score=50, unfixed_soft_cost=..., future_horizon=50,
_cost_settings=..., initial_installations=..., cache=0x5834cff8,
_policy=0x599b2240) at ../../../../src/generic/apt/aptitude_resolver.cc:731
#14 0x567e7091 in resolver_manager::create_resolver (this=0x5a866730) at
../../../../src/generic/apt/resolver_manager.cc:968
#15 0x567e9373 in resolver_manager::maybe_create_resolver (this=0x5a866730,
consider_policybroken=true) at
../../../../src/generic/apt/resolver_manager.cc:805
#16 0x567e9ce8 in resolver_manager::reset_resolver (this=,
consider_policybroken=) at
../../../../src/generic/apt/resolver_manager.cc:218
#17 0x566c3ba4 in do_package_run () at ../../src/ui.cc:1817
#18 0xf74c745c in cwidget::widgets::widget::handle_key(cwidget::config::key
const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
#19 0xf7499b88 in
cwidget::widgets::passthrough::handle_key(cwidget::config::key const&) () from
/usr/lib/i386-linux-gnu/libcwidget.so.3
#20 0xf74cbb3b in cwidget::widgets::widget::dispatch_key(cwidget::config::key
const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
#21 0xf747621c in cwidget::widgets::menubar::handle_key(cwidget::config::key
const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
#22 0xf74cbb3b in cwidget::widgets::widget::dispatch_key(cwidget::config::key
const&) () from /usr/lib/i386-linux-gnu/libcwidget.so.3
#23 0xf743db51 in cwidget::toplevel::input_thread::get_input_event::dispatch()
() from /usr/lib/i386-linux-gnu/libcwidget.so.3
#24 0xf7434bef in cwidget::toplevel::mainloop(int) () from /usr/lib/i386-linux-
gnu/libcwidget.so.3
#25 0x566c3dae in ui_main () at ../../src/ui.cc:3124
#26 0x565ccf11 in main (argc=, argv=) at
../../src/main.cc:1402

Kinda stuck.
Downgrading to 0.8.2-1+b1 from 0.8.3 (also to install dbg symbols) did not
work. Backtrace is from the former version.



-- Package-specific info:
Terminal: screen-256color
$DISPLAY is set.
which aptitude: /usr/bin/aptitude

aptitude version information:
aptitude 0.8.2
Compiler: g++ 6.1.1 20160724
Compiled against:
  apt version 5.0.0
  NCurses version 6.0
  libsigc++ version: 2.8.0
  Gtk+ support disabled.
  Qt support disabled.

Current library versions:
  NCurses version: ncurses 6.0.20160625
  cwidget version: 0.5.17
  Apt version: 5.0.0

aptitude linkage:
linux-gate.so.1 (0xf7794000)
libapt-pkg.so.5.0 => /usr/lib/i386-linux-gnu/libapt-pkg.so.5.0 
(0xf7152000)
libncursesw.so.5 => /lib/i386-linux-gnu/libncursesw.so.5 (0xf711d000)
libtinfo.so.5 => /lib/i386-linux-gnu/libtinfo.so.5 (0xf70f9000)
libsigc-2.0.so.0 => /usr/lib/i386-linux-gnu/libsigc-2.0.so.0 
(0xf70f1000)
libcwidget.so.3 => /usr/lib/i386-linux-gnu/libcwidget.so.3 (0xf6fee000)
libsqlite3.so.0 => 

Bug#833376: img2pdf: Upstream release 0.2.1 available (since May 4, 2016)

2016-08-03 Thread Marcel Partap
Package: img2pdf
Version: 0.2.0-2
Severity: normal

The git version of OCRmyPDF needs the new get_fixed_dpi_layout_fun function..



-- System Information:
Debian Release: stretch/sid
Architecture: i386 (i686)
Foreign Architectures: amd64

Kernel: Linux 4.5.0-2-686-pae (SMP w/12 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages img2pdf depends on:
ii  python3-img2pdf  0.2.0-2
pn  python3:any  

img2pdf recommends no packages.

img2pdf suggests no packages.

-- no debconf information



Bug#806595: stupid by design?

2016-02-04 Thread Marcel Partap
Uhhm.. so why does it try to write to a dir calculably owned by root
with dropped privileges in the first place? Somewhat bothersome :/



Bug#813134: boinc-client: systemd service file should run boinc with IO scheduling = idle by default

2016-01-29 Thread Marcel Partap
Package: boinc-client
Version: 7.6.22+dfsg-2
Severity: normal

This can be simply accomplished by adding IOSchedulingClass=idle to the
[Service] subsection of /lib/systemd/system/boinc-client.service . No need to
invoke ionice as is done from the old init.d script..



-- Package-specific info:
-- Contents of /etc/default/boinc-client:
# This file is /etc/default/boinc-client, it is a configuration file for the
# /etc/init.d/boinc-client init script.

# Set this to 1 to enable and to 0 to disable the init script.
ENABLED="1"

# Set this to 1 to enable advanced scheduling of the BOINC core client and
# all its sub-processes (reduces the impact of BOINC on the system's
# performance).
SCHEDULE="1"

# The BOINC core client will be started with the permissions of this user.
BOINC_USER="boinc"

# This is the data directory of the BOINC core client.
BOINC_DIR="/var/lib/boinc-client"

# This is the location of the BOINC core client, that the init script uses.
# If you do not want to use the client program provided by the boinc-client
# package, you can specify here an alternative client program.
#BOINC_CLIENT="/usr/local/bin/boinc"
BOINC_CLIENT="/usr/bin/boinc"

# Here you can specify additional options to pass to the BOINC core client.
# Type 'boinc --help' or 'man boinc' for a full summary of allowed options.
#BOINC_OPTS="--allow_remote_gui_rpc"
BOINC_OPTS=""

# Scheduling options

# Set SCHEDULE="0" if prefering to run with upstream default priority
# settings.

# Nice levels. When systems are truly busy, e.g. because of too many active
# scientific applications started by the boinc client, there is a chance for
# the boinc client not to be granted sufficient opportunity to check for
# scientific applications to be alive and make the (wrong) decision to
# terminate the scientific app. This is particularly an issue with many
# apps started in parallel on modern multi-core systems and extra overheads
# for the download and uploads of files with the project servers. Another
# concern is the latency for scientific applications to communicate with the
# graphics card, which should be low. All such values should be set and
# controled from within the BOINC client. The Debian init script also sets
# extra constrains via chrt on real time performance and via ionice on 
# I/O performance, which is beyond the regular BOINC client. It then was
# too easy to use that code to also constrain minimal nice levels. We still
# think about how to best distinguish GPU applications from regular apps.
BOINC_NICE_CLIENT=10
BOINC_NICE_APP_DEFAULT=19
#BOINC_NICE_APP_GPU=5# not yet used

# ionice classes. See manpage of ionice (1) in the util-linux package.
BOINC_IONICE_CLIENT=3# idle
#BOINC_IONICE_APP_DEFAULT=3  # idle, not yet used
#BOINC_IONICE_APP_GPU=2  # best effort, not yet used


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'wily'), (500, 'vivid'), (500, 'stable')
Architecture: i386 (i686)
Foreign Architectures: amd64

Kernel: Linux 4.2.0-1-686-pae (SMP w/12 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages boinc-client depends on:
ii  adduser 3.113+nmu3
ii  ca-certificates 20160104
ii  cdebconf [debconf-2.0]  0.201
ii  debconf [debconf-2.0]   1.5.58
ii  init-system-helpers 1.27
ii  libboinc7   7.6.22+dfsg-2
ii  libc6   2.21-7
ii  libcurl37.47.0-1
ii  libgcc1 1:5.3.1-5
ii  libstdc++6  5.3.1-5
ii  libx11-62:1.6.3-1
ii  libxss1 1:1.2.2-1
pn  python:any  
ii  zlib1g  1:1.2.8.dfsg-2+b1

boinc-client recommends no packages.

Versions of packages boinc-client suggests:
pn  boinc-client-fglrx
pn  boinc-client-nvidia-cuda  
pn  boinc-client-opencl   
ii  boinc-manager 7.6.22+dfsg-2
ii  x11-xserver-utils 7.7+5

-- Configuration Files:
/etc/boinc-client/global_prefs_override.xml changed [not included]
/etc/boinc-client/gui_rpc_auth.cfg [Errno 13] Permission denied: 
u'/etc/boinc-client/gui_rpc_auth.cfg'

-- debconf information excluded

-- debsums errors found:
debsums: changed file /lib/systemd/system/boinc-client.service (from 
boinc-client package)



Bug#798864: sweethome3d: New upstream release 5.0

2015-09-13 Thread Marcel Partap
Package: sweethome3d
Version: 4.5+dfsg-3
Severity: normal

> 07/19/2015 - New version 5.0 with many new features.
Also, the furniture library has been updated. Would be great to see it in the
Debian archive.



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (509, 'experimental'), (500, 
'vivid'), (500, 'utopic'), (500, 'stable')
Architecture: i386 (i686)
Foreign Architectures: amd64

Kernel: Linux 4.1.0-2-686-pae (SMP w/12 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages sweethome3d depends on:
ii  default-jre [java6-runtime] 2:1.7-52
ii  icedtea-netx-common 1.5.2-1.1
ii  java-wrappers   0.1.28
ii  libbatik-java   1.7+dfsg-5
ii  libfreehep-graphicsio-svg-java  2.1.1-3
ii  libitext-java   2.1.7-9
ii  libjava3d-java  1.5.2+dfsg-11
ii  libsunflow-java 0.07.2.svn396+dfsg-14
ii  openjdk-7-jre [java6-runtime]   7u79-2.5.6-1

Versions of packages sweethome3d recommends:
ii  sweethome3d-furniture  1.4.2-1

sweethome3d suggests no packages.

-- no debconf information



Bug#380332: dpkg: [CONFFILE] diff command should be configurable

2015-08-31 Thread Marcel Partap
Even in 2015, it would still be very nice to be able to use f.e.
colordiff or imediff2 to investigate changed config files.



Bug#795760: nmon: New upstream release 15h

2015-08-16 Thread Marcel Partap
Package: nmon
Version: 14g+debian-1
Severity: normal

it is available! ;)



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (500, 'vivid'), (500, 
'utopic'), (500, 'stable'), (100, 'experimental')
Architecture: i386 (i686)
Foreign Architectures: amd64

Kernel: Linux 4.1.0-1-686-pae (SMP w/12 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages nmon depends on:
ii  libc62.19-19
ii  libncurses5  5.9+20150516-2
ii  libtinfo55.9+20150516-2

nmon recommends no packages.

nmon suggests no packages.

-- no debconf information



Bug#795595: libasound2-plugin-equal: change package name to alsa-equalizer-plugin or similar and move to sound section

2015-08-15 Thread Marcel Partap
Package: libasound2-plugin-equal
Version: 0.6-6
Severity: wishlist

The main reasons being that
a) it is a hidden gem that should not hide in the dark (libs section)
b) it easily gets removed accidently by marking all packages in the libs
section auto-installed, which f.e. can be used to clean up packages on crufty
machines.
Thanks for considering it ;)



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (500, 'utopic'), (500, 
'trusty'), (500, 'stable'), (100, 'experimental')
Architecture: i386 (i686)
Foreign Architectures: amd64

Kernel: Linux 4.1.0-1-686-pae (SMP w/12 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages libasound2-plugin-equal depends on:
ii  caps   0.9.24-1
ii  libasound2 1.0.29-1
ii  libc6  2.19-19
ii  multiarch-support  2.19-19

libasound2-plugin-equal recommends no packages.

libasound2-plugin-equal suggests no packages.

-- no debconf information



Bug#783111: hyphen-en-us: Provide hyphen-en-gb, hyphen-en-za

2015-04-22 Thread Marcel Partap
Package: hyphen-en-us
Version: 2.8.8-2
Severity: important

While there are probably local words which are not provided in the existing
hyph_en_US.dic, hyphen-en-gb (UNAVAILABLE) is much more of an issue.
hyphen-de for reference does provide symlinks for local subvariants:
 /usr/share/hyphen/hyph_de_AT.dic - hyph_de_DE.dic
 /usr/share/hyphen/hyph_de_BE.dic - hyph_de_DE.dic
 /usr/share/hyphen/hyph_de_CH.dic - hyph_de_DE.dic
 /usr/share/hyphen/hyph_de_LI.dic - hyph_de_DE.dic
 /usr/share/hyphen/hyph_de_LU.dic - hyph_de_DE.dic

The current situation that one either has to set the document language to
English (US) - or not get automatic hyphenation at all is a bad joke,
especially if this is so easy to fix. Please act pragmatic and give all
Debian/Ubuntu users bound to the British Empire in some way or another a
helping hand here.



-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (500, 'utopic'), (500, 
'trusty'), (500, 'stable'), (100, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.16.7-ckt4-empee584 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages hyphen-en-us depends on:
ii  dictionaries-common [openoffice.org-updatedicts]  1.23.17

Versions of packages hyphen-en-us recommends:
ii  libreoffice-writer  1:4.4.2~rc2-1

hyphen-en-us suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624249: Facts. Facts. Facts.

2015-04-21 Thread Marcel Partap
Just an objective account of the usage of both word forms in AE and BE:
https://books.google.com/ngrams/graph?content=writeable:eng_gb_2012,writable:eng_gb_2012,writeable:eng_us_2012,writable:eng_us_2012year_start=1800


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#686052: python-software-properties: add-apt-repository may add a wrong suite for PPAs

2015-04-09 Thread Marcel Partap
Package: software-properties-common
Version: 0.92.25debian1
Followup-For: Bug #686052

simple thing to check PPA existence:
wget -q --spider [PPA_URL]/dists/[DISTRO]/Release



-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (500, 'utopic'), (500, 
'trusty'), (500, 'precise'), (500, 'stable'), (100, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.16.7-ckt4-empee584 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages software-properties-common depends on:
ii  ca-certificates  20141019
ii  gir1.2-glib-2.0  1.42.0-2.2
ii  python3  3.4.2-2
ii  python3-dbus 1.2.0-2+b3
ii  python3-gi   3.14.0-1
ii  python3-software-properties  0.92.25debian1

software-properties-common recommends no packages.

software-properties-common suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632186: python-software-properties: Please don't write *.save files when they're identical

2015-04-09 Thread Marcel Partap
Package: software-properties-common
Version: 0.92.25debian1
Followup-For: Bug #632186

This is not really just a wish list item.. touching files in /etc by default,
without asking or telling the user, is not ok. Furthermore, the files are
recreated, messing up both the mtime and ctime metadata. Just sayin.



-- System Information:
Debian Release: 8.0
  APT prefers utopic
  APT policy: (500, 'utopic'), (500, 'trusty'), (500, 'precise')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.16.7-ckt4-empee584 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages software-properties-common depends on:
ii  ca-certificates  20141019
ii  gir1.2-glib-2.0  1.42.0-2.2
ii  python3  3.4.2-2
ii  python3-dbus 1.2.0-2+b3
ii  python3-gi   3.14.0-1
ii  python3-software-properties  0.92.25debian1

software-properties-common recommends no packages.

software-properties-common suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#775727: sensible-utils: [PATCH] sensible-pager doesn't check for recursion like sensible-editor does

2015-01-19 Thread Marcel Partap
Package: sensible-utils
Version: 0.0.9
Severity: important
Tags: security patch

This triggers in rare cases where PAGER=sensible-pager - then it effectively
acts as a forkbomb.
Remedy (adapted from sensible-editor):

+ # Prevent recursive loops, where these values are set to this script
+ p=$(which sensible-pager)
+ [ $(which $PAGER || true) = $p ]  PAGER=




-- System Information:
Debian Release: 8.0
  APT prefers unstable
  APT policy: (510, 'unstable'), (510, 'testing'), (500, 'utopic'), (500, 
'trusty'), (500, 'precise'), (500, 'stable'), (100, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.16.0-4-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#609642: still prevalent in texlive-extra-utils-2014.20141024-1

2014-10-31 Thread Marcel Partap
/usr/share/texlive/texmf-dist/scripts/pdfjam/pdfjoin still contains
 exec pdfjam --fitpaper true --rotateoversize true --suffix joined $@
I think both the fitpaper and rotateoversize options should be either
documented to have these overridden defaults or removed.. why did they
end up there anyways ?

#Regards


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#754219: xdg-utils: Yes, please update this. The current version causes obscure behaviour on uncommon configurations.

2014-10-16 Thread Marcel Partap
Package: xdg-utils
Version: 1.1.0~rc1+git20111210-7.1
Followup-For: Bug #754219

F.e. with the Trinity DE installed, email links open a new tab in chromium
instead of icedove, my configured email client.

Here's the CHANGELOG diff from last debian release to current upstream:

2014-10-09 Rex Dieter rdie...@fedoraproject.org
   * xdg-screensaver plasma5 support

2014-09-22 Rex Dieter rdie...@fedoraproject.org
   * Initial support for Plasma5 (largely thanks to Karol Herbst)

2014-09-19 Rex Dieter rdie...@fedoraproject.org
   * XFCE .desktop file created for browser selection is broken (BR56092)
   * Unnecessary filtering file:// for pcmanfm (BR63153)
   * fails if user sets a custom IFS environment variable (BR81386)

2014-09-17 Rex Dieter rdie...@fedoraproject.org
   * xdg-utils-common is broken, xdg-open uses bashism (BR83979)

2014-08-25 Rex Dieter rdie...@fedoraproject.org
   * xdg-email: do not encode - character

2014-04-26 Rex Dieter rdie...@fedoraproject.org
   * xdg-open fails to open web browser urls with a query string (BR45857)

2014-02-07 Rex Dieter rdie...@fedoraproject.org
   * Improvement of detecting KDE session (BR63157)

2013-10-24 Rex Dieter rdie...@fedoraproject.org
   * xdg-desktop-menu: improperly check for vendor prefix on Estonian locale
(BR70742)

2013-09-16 Rex Dieter rdie...@fedoraproject.org
   * xdg-desktop-menu: Unquoted file name (BR69399)

2013-07-13 Igor Murzov e-m...@date.by
   * xdg-open: detect Enlightenment and make use of it (BR66944)

2012-10-08 Rex Dieter rdie...@fedoraproject.org
   * xdg-mime does not search mimeinfo.cache (BR31629)

2012-09-16 Rex Dieter rdie...@fedoraproject.org
   * recognize XDG_CURRENT_DESKTOP/DESKTOP_SESSION=MATE (BR54941)
   * xdg-su: use gnomesu for mate (BR54941)

2012-08-20 Rex Dieter rdie...@fedoraproject.org
   * xdg-su: stop checking xsu (thanks to Jiri Slaby)
   * xdg-su: use gnomesu for xfce if available (thanks to Jiri Slaby)

2012-08-09 Rex Dieter  rdie...@fedoraproject.org
   * xdg-open fails to open a url in a generic environment (BR45859)
   * xdg-screensaver syntax error if DISPLAY isn't set (BR41144)
   * do not check for /etc/debian_version before using xdg-open (BR46814)
   * Setting $BROWSER=xdg-open can cause infinite loop (BR44047)

2012-03-10 Rex Dieter rdie...@fedoraproject.org
   * allow DESKTOP_SESSION='Xfce Session' to match xfce

2012-03-02 Rex Dieter rdie...@fedoraproject.org
   * unknown DE improvements (BR45295)
   * xdg-terminal incompatible with TERM=screen and TERM=rxvt-unicode (BR44357)
   * xdg-terminal doesn't handle TERM values like TERM=linux (BR44358)
   * add lubuntu support (BR44775)
   * xdg-open replaces  with %U in URLs (BR46002)



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 
'experimental'), (1, 'utopic'), (1, 'trusty'), (1, 'precise')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

xdg-utils depends on no packages.

Versions of packages xdg-utils recommends:
ii  libfile-mimeinfo-perl  0.26-1
ii  libnet-dbus-perl   1.0.0-2+b2
ii  libx11-protocol-perl   0.56-6
ii  x11-utils  7.7+2
ii  x11-xserver-utils  7.7+3

Versions of packages xdg-utils suggests:
ii  gvfs-bin  1.22.0-1+b1

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#757199: [icedove] [32bit] getdents() = EOVERFLOW - Mail Extensions inaccessible when profile folder resides on large XFS or BTRFS volume with 64bit inodes

2014-08-06 Thread Marcel Partap
Package: icedove
Version: 31.0-1
Severity: serious

--- Please enter the report below this line. ---
After migrating my home directory to a 1.8TiB XFS partition, I could not
access my emails anymore. Icedove would open, but all extensions from
the profile folder were missing. The accounts were listed with the name
crossed out in the folder pane - yet the INBOX of my POP3 account (and a
single subfolder) would show up (including the mail contained
therein)... Rsyncing the profile folder from my backup one time after
another and trying various things kept me busy for most of the day...
with an AUFS union set up merging the backup root partition (ro) and
/tmp (rw), the same profile folder did work!
Digging deeper I finally found the right clues to identify the problem
cause: xfs uses 64-bit inodes by default for volumes 1TiB (and I think
BTRFS does now, too).. Icedove chokes on those.

The failing 32bit-getdents() call in strace:
 access(/home/empee584/.icedove/profile/extensions, F_OK) = 0
 stat64(/home/empee584/.icedove/profile/extensions, {st_mode=S_IFDIR|0770, 
 st_size=4096, ...}) = 0
 openat(AT_FDCWD, /home/empee584/.icedove/profile/extensions, 
 O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 24
 getdents(24, 0xab44401c, 32768) = -1 EOVERFLOW (Value too large for defined 
 data type)
 close(24)   = 0  
 gettimeofday({1407252551, 784289}, NULL) = 0
 gettimeofday({1407252551, 784852}, NULL) = 0
 write(1, 1407252551784\taddons.xpi\tWARN\tCa..., 10321407252551784
 addons.xpi  WARNCan't iterate directory /home/empe e584/.icedov
 e/profile/extensions: [Exception... Component returned failure code: 
 0x80004005 (NS_ERROR_FAILURE) [nsIFile.directoryEntries]  nsres ult: 
 0x80004005 (NS_ERROR_FAILURE)  location: JS frame :: 
 resource://gre/modules/addons/XPIProvider.jsm :: getDirectoryEntries :: line 
 1355  d ata: no] Stack trace: 
 getDirectoryEntries()@resource://gre/modules/addons/XPIProvider.jsm:1355  
 DirInstallLocation__readAddons()@resource://gre/m 
 odules/addons/XPIProvider.jsm:6889  
 DirectoryInstallLocation()@resource://gre/modules/addons/XPIProvider.jsm:6828 
  addDirectoryInstallLocation() 
 @resource://gre/modules/addons/XPIProvider.jsm:1775  
 XPI_startup()@resource://gre/modules/addons/XPIProvider.jsm:1856  
 AMI_callProviders()@resou rce://gre/modules/AddonManager.jsm:869  
 AMI_startup()@resource://gre/modules/AddonManager.jsm:745  
 AMP_startup()@resource://gre/modules/AddonMan ager.jsm:2318  
 AMC_observe()@resource://gre/components/addonManager.js:55  file:unknown
  ) = 1032
 ...

With the very same profile folder bind-mounted into ~/.icedove on an
ext4 (using 32bit-inodes):
 access(/home/empee584/.icedove/profile/extensions, F_OK) = 0
 stat64(/home/empee584/.icedove/profile/extensions, {st_mode=S_IFDIR|0770, 
 st_size=4096, ...}) = 0
 openat(AT_FDCWD, /home/empee584/.icedove/profile/extensions, 
 O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 24
 getdents(24, /* 61 entries */, 32768) = 2832
 getdents(24, /* 0 entries */, 32768) = 0
 close(24)   = 0  
 stat64(/home/empee584/.icedove/profile/extensions/{57068FBE-1506-42ee-AB02-BD183E7999E4},
  {st_mode=S_IFDIR|0770, st_size=4096, ...})  = 0
 stat64(/home/empee584/.icedove/profile/extensions/{57068FBE-1506-42ee-AB02-BD183E7999E4},
  {st_mode=S_IFDIR|0770, st_size=4096, ...})  = 0
 stat64(/home/empee584/.icedove/profile/extensions/{4C9FE6FE-2C83-11DC-90B4-DC8456D89593},
  {st_mode=S_IFDIR|0755, st_size=4096, ...})  = 0
 stat64(/home/empee584/.icedove/profile/extensions/{4C9FE6FE-2C83-11DC-90B4-DC8456D89593},
  {st_mode=S_IFDIR|0755, st_size=4096, ...})  = 0
 stat64(/home/empee584/.icedove/profile/extensions/{CC3C233D-6668-41bc-AAEB-F3A1D1D594F5},
  {st_mode=S_IFDIR|0755, st_size=4096, ...})  = 0
 stat64(/home/empee584/.icedove/profile/extensions/{CC3C233D-6668-41bc-AAEB-F3A1D1D594F5},
  {st_mode=S_IFDIR|0755, st_size=4096, ...})  = 0
 ...

chromium seemingly had the problem:
 https://code.google.com/p/nativeclient/issues/detail?id=1253


64-bit icedove reportedly does work with xfs/inode64..
 http://oss.sgi.com/archives/xfs/2013-07/msg00152.html

Running a 32bit distro with 1TeraByte partitions is probably rather
uncommon so I couldn't find a bug reported for this upstream..
just something similar (?) fixed up 4 years ago..
 https://bugzilla.mozilla.org/show_bug.cgi?id=389087
 Bug 389087: nsILocalFileUnix affected by 32bit stat/statvfs/truncate, 
 therefore does not work with large files

 # wget https://raw.githubusercontent.com/gnb/junkcode/master/summarise_stat.pl
 # perl summarise_stat.pl /usr/lib/icedove/
 Summary by status
 -
 476 97.3% are scripts (shell, perl, whatever)
  10  2.0% don't use any stat() family calls at all
   2  0.4% use 32-bit stat() family interfaces only [BROKEN]
   1  0.2% use both 32-bit and 64-bit stat() family interfaces [BROKEN]
   3  0.6% BROKEN
 List of broken files
 
 

Bug#673225: doh!

2014-02-17 Thread Marcel Partap
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Sorry, missed this entirely..
just to recap: back in 2011 I took the stale par2 code from
http://parchive.sourceforge.net/, merged the patches various distros
had shipped with, and put it all on github. BlackIkeEagle contributed
several more improvements (including unicode-compatibility and
directory tree recursion), and I encouraged him to become the new
maintainer. So https://github.com/BlackIkeEagle/par2cmdline should in
fact be considered the new upstream of par2cmdline.
#BestRegards.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJTAfyUAAoJEGXGsEqKOfvab3MP/R4acauPZGKLsiszaHHBHgE0
boWujsliJawzRCKrq7pOaHvV84oeGODKd91gat0jwKkft4d2OFDt2FmVBrigwKvv
xR+kOdvlBxL6KaksswkBwedyqc58Z81RNGcHeplGBdc71D+UFsi3GNoUYnKAJlsr
lhTodtAxc/5DEOJ4F3ncsjDL2wZzB/eDDRaWaGOLpuvcXJC5hBvAhY+cLQPKc3Fx
zVFNevnivoNijcG8OISEsxXrUMA0mr6oVEMqGEm2gEkqSNLUrkjSGcJca6KYT8fM
4s+D5W6jEH2Ge7m7iYVu7xG9/o7o3VJIjgGcti9G94LOjA9+1S1NACClc5xGFqe4
+ycxnviWQhstsM99iMMf/75GoapdyOj6E6CtUoKs1smhvrFLoz69FqZ+p6SE+1uT
fOsBvSEgkTBmWfxPUNsJwTyXhFEkUsGN1KBUMWB3fGMfgKCCFpkhT39IRCzZ4i8b
fE+1Z2hHi7AClDZOobYzJWKYEVtWc2GePXOT4dd9WVQWuvAan3K6P/zXD0qLYMPr
lIcrpPrIShKGcMbq0zDPqe9BOL3EeZFzocOSQVgwpgzYHTrDT7D1/kXW1FLbQSlI
WC8SWvhsUR9JqP5qYp65Q6BHlu8zH7vJDQ5jCWbypWI4gk9bV6yN2EjVaqE3vyIr
G9joh0NurbiGDV4wtZBJ
=n4I7
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#655924: udev: {dvd,cdrom,…} symlinks are not created

2014-02-04 Thread Marcel Partap
Package: udev
Version: 204-6
Followup-For: Bug #655924

There is an easy fix for creating new /dev/dvd[0-9] symlinks, i.e. drop the
'by-path' method and use 'by-id' for all optical drive types in 75-cd-aliases-
generator.rules:
# These rules generate rules for the /dev/{cdrom,dvd,...} symlinks and
# write them to /etc/udev/rules.d/70-persistent-cd.rules.
ACTION==add, SUBSYSTEM==block, ENV{GENERATED}!=?*, ENV{ID_CDROM}==?*, \
PROGRAM=write_cd_rules by-id, SYMLINK+=$result
Until the bug is fixed in the debian package, users can override the factory
rule by putting the above into /etc/udev/rules.d/75-cd-aliases-generator.rules
And the persistent rules are just best nuked on each boot by way of
/etc/rc.local entry rm /etc/udev/rules.d/70-persistent-* IMHO..



-- Package-specific info:
--
udev database:
--
P:
/devices/pci:00/:00:04.0/:01:08.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0
N: sr0
L: -100
S: cdrom
S: cdrw
S: disk/by-id/ata-ATAPI_iHAS224_Y
S: disk/by-label/iX\x202008\x20Sicher\x20im\x20Netz
S: dvd
S: dvdrw
E: DEVLINKS=/dev/cdrom /dev/cdrw /dev/disk/by-id/ata-ATAPI_iHAS224_Y /dev/disk
/by-label/iX\x202008\x20Sicher\x20im\x20Netz /dev/dvd /dev/dvdrw
E: DEVNAME=/dev/sr0
E:
DEVPATH=/devices/pci:00/:00:04.0/:01:08.0/ata2/host1/target1:0:0/1:0:0:0/block/sr0
E: DEVTYPE=disk
E: ID_ATA=1
E: ID_ATA_FEATURE_SET_PM=1
E: ID_ATA_FEATURE_SET_PM_ENABLED=1
E: ID_ATA_SATA=1
E: ID_ATA_SATA_SIGNAL_RATE_GEN1=1
E: ID_BUS=ata
E: ID_CDROM=1
E: ID_CDROM_CD=1
E: ID_CDROM_CD_R=1
E: ID_CDROM_CD_RW=1
E: ID_CDROM_DVD=1
E: ID_CDROM_DVD_PLUS_R=1
E: ID_CDROM_DVD_PLUS_RW=1
E: ID_CDROM_DVD_PLUS_R_DL=1
E: ID_CDROM_DVD_R=1
E: ID_CDROM_DVD_RAM=1
E: ID_CDROM_DVD_RW=1
E: ID_CDROM_MEDIA=1
E: ID_CDROM_MEDIA_DVD=1
E: ID_CDROM_MEDIA_SESSION_COUNT=1
E: ID_CDROM_MEDIA_STATE=complete
E: ID_CDROM_MEDIA_TRACK_COUNT=1
E: ID_CDROM_MEDIA_TRACK_COUNT_DATA=1
E: ID_CDROM_MRW=1
E: ID_CDROM_MRW_W=1
E: ID_FS_LABEL=iX_2008_Sicher_im_Netz
E: ID_FS_LABEL_ENC=iX\x202008\x20Sicher\x20im\x20Netz
E: ID_FS_TYPE=iso9660
E: ID_FS_USAGE=filesystem
E: ID_MODEL=ATAPI_iHAS224_Y
E:
ID_MODEL_ENC=ATAPI\x20\x20\x20iHAS224\x20\x20\x20Y\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
E: ID_REVISION=ZL0W
E: ID_SERIAL=ATAPI_iHAS224_Y
E: ID_TYPE=cd
E: MAJOR=11
E: MINOR=0
E: OSINFO_BOOTABLE=1
E: SUBSYSTEM=block
E: TAGS=:seat:uaccess:
E: UDISKS_PRESENTATION_NOPOLICY=0
E: USEC_INITIALIZED=2309053337



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (100, 
'experimental'), (1, 'raring'), (1, 'quantal'), (1, 'precise')
Architecture: i386 (i686)
Foreign Architectures: amd64

Kernel: Linux 3.13-trunk-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages udev depends on:
ii  cdebconf [debconf-2.0]  0.187
ii  debconf [debconf-2.0]   1.5.52
ii  libacl1 2.2.52-1
ii  libblkid1   2.20.1-5.6
ii  libc6   2.17-97
ii  libkmod216-2
ii  libselinux1 2.2.2-1
ii  libudev1204-6
ii  lsb-base4.1+Debian12
ii  procps  1:3.3.9-2
ii  util-linux  2.20.1-5.6

udev recommends no packages.

udev suggests no packages.

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#722634: linux-image-3.10-3-rt-686-pae: Please enable aufs in -rt kernel

2013-09-12 Thread Marcel Partap
Package: src:linux
Version: 3.10.11-1
Severity: wishlist

Or is there a special reason it is enabled only in 3.10-3-686-pae? Without aufs
my custom SSD caching overlay setup breaks..
Also, CONFIG_DRM_I810=m, CONFIG_BCACHE=m and CONFIG_NETCONSOLE=m seem to be
omitted for no _obvious_ reasion.. am I missing something?



-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: To Be Filled By O.E.M.
product_name: To Be Filled By O.E.M.
product_version: To Be Filled By O.E.M.
chassis_vendor: To Be Filled By O.E.M.
chassis_version: To Be Filled By O.E.M.
bios_vendor: American Megatrends Inc.
bios_version: P1.50
board_vendor: ASRock
board_name: N68C-S UCC
board_version: 

** PCI devices:
00:00.0 RAM memory [0500]: NVIDIA Corporation MCP61 Host Bridge [10de:03e2] 
(rev a1)
Subsystem: ASRock Incorporation Device [1849:03e2]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Capabilities: access denied

00:01.0 ISA bridge [0601]: NVIDIA Corporation MCP61 LPC Bridge [10de:03e1] (rev 
a2)
Subsystem: ASRock Incorporation Device [1849:03e1]
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Region 0: I/O ports at 0900 [size=256]

00:01.1 SMBus [0c05]: NVIDIA Corporation MCP61 SMBus [10de:03eb] (rev a2)
Subsystem: ASRock Incorporation 939NF6G-VSTA Board [1849:03eb]
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Interrupt: pin A routed to IRQ 11
Region 0: I/O ports at dc00 [size=64]
Region 4: I/O ports at 0600 [size=64]
Region 5: I/O ports at 0700 [size=64]
Capabilities: access denied
Kernel driver in use: nForce2_smbus

00:01.2 RAM memory [0500]: NVIDIA Corporation MCP61 Memory Controller 
[10de:03f5] (rev a2)
Subsystem: ASRock Incorporation 939NF6G-VSTA Board [1849:03eb]
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-

00:02.0 USB controller [0c03]: NVIDIA Corporation MCP61 USB 1.1 Controller 
[10de:03f1] (rev a3) (prog-if 10 [OHCI])
Subsystem: ASRock Incorporation 939NF6G-VSTA Board [1849:03f1]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin A routed to IRQ 23
Region 0: Memory at f9eff000 (32-bit, non-prefetchable) [size=4K]
Capabilities: access denied
Kernel driver in use: ohci_hcd

00:02.1 USB controller [0c03]: NVIDIA Corporation MCP61 USB 2.0 Controller 
[10de:03f2] (rev a3) (prog-if 20 [EHCI])
Subsystem: ASRock Incorporation 939NF6G-VSTA Board [1849:03f2]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0 (750ns min, 250ns max)
Interrupt: pin B routed to IRQ 22
Region 0: Memory at f9efec00 (32-bit, non-prefetchable) [size=256]
Capabilities: access denied
Kernel driver in use: ehci-pci

00:04.0 PCI bridge [0604]: NVIDIA Corporation MCP61 PCI bridge [10de:03f3] (rev 
a1) (prog-if 01 [Subtractive decode])
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort+ SERR- PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr+ DiscTmrStat- DiscTmrSERREn-
Capabilities: access denied

00:05.0 Audio device [0403]: NVIDIA Corporation MCP61 High Definition Audio 
[10de:03f0] (rev a2)
Subsystem: ASRock Incorporation Device [1849:0397]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0 (500ns min, 1250ns max)

Bug#676285: Actually, still ITP

2013-08-16 Thread Marcel Partap
..sorry that no further progress had been made as of yet. Of course I 
still need a sponsor/mentor for this package, as I still would like to 
get it included, as well as become a regular Debian contributor. I have 
joined the debian-mentors list in the mean time and will try to catch up 
on this next week - after my exam on monday..

#Regards!Marcel


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#719613: taglist.vim: new release version 4.6 (2013-02-27)

2013-08-13 Thread Marcel Partap
Package: vim-scripts
Version: 20121007
Severity: normal

Please update the script as it contains some nice improvals, noticably
 1. Fixed a bug in refreshing the folds [..]
 2. [..] display the tag scope.
 8. Add support for some more languages.
#regards+thx ;)



-- System Information:
Debian Release: jessie/sid
  APT prefers experimental
  APT policy: (500, 'experimental'), (500, 'unstable'), (500, 'testing'), (500, 
'stable'), (1, 'raring'), (1, 'quantal'), (1, 'precise')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.10-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

vim-scripts depends on no packages.

Versions of packages vim-scripts recommends:
ii  vim2:7.4.000-1
ii  vim-addon-manager  0.5.2
ii  vim-nox [vim]  2:7.4.000-1

Versions of packages vim-scripts suggests:
ii  libtemplate-perl  2.24-1
pn  perlsgml  none

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#719438: xul-ext-firetray: please don't set FIRETRAY_LOG_LEVEL = All in release

2013-08-11 Thread Marcel Partap
Package: xul-ext-firetray
Version: 0.4.6-1
Severity: normal

as that creates large amount of noise .xsession-errors. Thx C-;



-- System Information:
Debian Release: jessie/sid
  APT prefers experimental
  APT policy: (500, 'experimental'), (500, 'unstable'), (500, 'testing'), (500, 
'stable'), (1, 'raring'), (1, 'quantal'), (1, 'precise')
Architecture: i386 (x86_64)
Foreign Architectures: amd64

Kernel: Linux 3.10-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

xul-ext-firetray depends on no packages.

Versions of packages xul-ext-firetray recommends:
ii  icedove17.0.7-1
ii  iceweasel  23.0-1

xul-ext-firetray suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#569796: (no subject)

2013-07-27 Thread Marcel Partap
Created an updated package but can't upload it.. Mr van der Meeren, are 
you still doing Debian?

#Regards!
diff -Nru vinetto-0.6.0~alpha/debian/changelog 
vinetto-0.07~beta/debian/changelog
--- vinetto-0.6.0~alpha/debian/changelog2013-07-28 02:12:54.0 
+0200
+++ vinetto-0.07~beta/debian/changelog  2013-07-28 02:12:54.0 +0200
@@ -1,3 +1,10 @@
+vinetto (0.07~beta-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Non-maintainer upload.
+
+ -- Marcel Partap mpar...@gmx.net  Sun, 28 Jul 2013 01:16:26 +0200
+
 vinetto (0.6.0~alpha-1) unstable; urgency=low
 
   * Changed setup.py to use relative paths
diff -Nru vinetto-0.6.0~alpha/README vinetto-0.07~beta/README
--- vinetto-0.6.0~alpha/README  2006-05-08 15:50:39.0 +0200
+++ vinetto-0.07~beta/README2007-06-14 21:43:04.0 +0200
@@ -6,7 +6,7 @@
 
 
 
-Version alpha 0.06 (7 may 2006)
+Version beta 0.07 (June 14 2007)
 --
 
 Introduction
@@ -93,16 +93,20 @@
 Usage
 -
 
-Usage: vinetto [OPTIONS] [-o DIR] file
+usage: vinetto [OPTIONS] [-s] [-U] [-o DIR] file
 
 options:
   --version   show program's version number and exit
   -h, --help  show this help message and exit
   -o DIR  write thumbnails to DIR
   -H  write html report to DIR
+  -U  use utf8 encodings
+  -s  create symlink of the image realname to the numbered name in
+  DIR/.thumbs
+
 
Metadata list will be written on standard output.
 
 --
-7 may 2006
+June 14 2007
 Michel Roukine
diff -Nru vinetto-0.6.0~alpha/res/HtRepTemplate.html 
vinetto-0.07~beta/res/HtRepTemplate.html
--- vinetto-0.6.0~alpha/res/HtRepTemplate.html  2006-05-08 15:50:40.0 
+0200
+++ vinetto-0.07~beta/res/HtRepTemplate.html2007-03-03 10:09:01.0 
+0100
@@ -1,6 +1,7 @@
 HTML
 HEAD
 TITLEVinetto -H report/TITLE
+META http-equiv=Content-Type content=text/html;charset=__CHARSET__
 /HEAD
 BODY
 CENTERH2Vinetto -- thumbnails extraction report/H2/CENTER
@@ -85,4 +86,4 @@
 /DIV
 EM__VVERSION__/EM
 /BODY
-/HTML
\ No newline at end of file
+/HTML
diff -Nru vinetto-0.6.0~alpha/setup.py vinetto-0.07~beta/setup.py
--- vinetto-0.6.0~alpha/setup.py2013-07-28 02:12:54.0 +0200
+++ vinetto-0.07~beta/setup.py  2007-03-03 10:09:02.0 +0100
@@ -3,7 +3,7 @@
 version='0.06alpha',
 scripts=['vinetto'],
 py_modules=['vinutils', 'vinreport'],
-data_files=[('usr/share/vinetto', ['res/header', 'res/huffman', \
+data_files=[('/usr/share/vinetto', ['res/header', 'res/huffman', \
 'res/quantization', \
'res/HtRepTemplate.html'])],
 description='vinetto : a forensics tool to examine Thumbs.db files.',
diff -Nru vinetto-0.6.0~alpha/vinetto vinetto-0.07~beta/vinetto
--- vinetto-0.6.0~alpha/vinetto 2006-05-08 15:50:39.0 +0200
+++ vinetto-0.07~beta/vinetto   2007-03-03 10:09:02.0 +0100
@@ -25,7 +25,7 @@
 -
 
 
-__revision__ = $Revision: 56 $
+__revision__ = $Revision: 59 $
 __version__ = 0.06
 __author__ = 'Michel Roukine'
 
@@ -46,6 +46,7 @@
 EOI = unhexlify('ffd9')
 HEADER1 = unhexlify('0c00')
 PIL = 
+NUMBERED_THUMBS_DIR = .thumbs
 
 
 def getargs():
@@ -54,12 +55,18 @@
  Copyright (C) 2005-2006 Michel Roukine.\n + \
  Vinetto is open source software, + \
   see http://vinetto.sourceforge.net/;
-parser = OptionParser(usage=%prog [OPTIONS] [-o DIR] file, 
version=verstr)
+parser = OptionParser(usage=%prog [OPTIONS] [-s] [-U] [-o DIR] file, 
version=verstr)
 parser.add_option(-o, dest=outputdir,
   help=write thumbnails to DIR, metavar=DIR)
 parser.set_defaults(htmlrep=False)
 parser.add_option(-H, action=store_true, dest=htmlrep,
   help=write html report to DIR)
+parser.set_defaults(encoding=False)
+parser.add_option(-U, action=store_true, dest=encoding,
+  help=use utf8 encodings)
+parser.set_defaults(symlinks=False)
+parser.add_option(-s, action=store_true, dest=symlinks,
+  help=create symlink of the image realname to the 
numbered name in DIR/.thumbs)
 opts, pargs = parser.parse_args()
 
 if len(pargs) != 1:
@@ -67,9 +74,23 @@
 
 if (opts.outputdir == None) and (opts.htmlrep == True):
 parser.error(-H option requires -o with a directory name)
-
-return (pargs[0], opts.outputdir, opts.htmlrep) 
+os.system(mkdir  + opts.outputdir + / + NUMBERED_THUMBS_DIR)
+return (pargs[0], opts.outputdir, opts.htmlrep, opts.encoding, 
opts.symlinks) 
+
 
+def getencodings():
+What encoding we use?
+if utf8encoding: 
+fileencoding = 'utf8'
+else:
+fileencoding = 'iso-8859-1'
+return fileencoding
+
+def encodefilename(originame):
+Convert filename to the global encoding. 
+TNname

Bug#688550: current backtrack packages not following version string policy, too

2013-02-04 Thread Marcel Partap
Hi,
although this is only remotely related to this bug's issue - several
current packages of backtrack linux do not follow the version string
policy, too.. namely I get a LOT of noise on any dpkg invocation, be it
directly or via aptitude:
 dpkg-query: warning: parsing file '/var/lib/dpkg/status' near line 90662 
 package 'android-sdk':
  error in Version string 'r20.0.3-bt0': version number does not start with 
 digit
Well I know I am sinning against the debian g0ds of purity, but well..
with free software, the choice should be mine to install packages which
don't follow the policy. Right?
So I have a deliberate force-bad-version in my /etc/dpkg/dpkg.cfg -
but it doesn't shut up the warning, and frankly, I see no way to make it
shoosh..
 dpkg/lib/dpkg/parsehelp.c:262:return dpkg_put_warn(err, _(version number 
 does not start with digit));
Any suggestions how to turn that NOIZE off?
#Regards!Marcel


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#684742: [polipo] Polipo stalling

2012-08-13 Thread Marcel Partap
Package: polipo
Version: 1.0.4.1-1.2
Severity: important

I've got an UMTS/3G connection with a 5Gig per-month traffic limit,
after which it slows down to ISDN-like 8KiB/s .. so I thought, hey,
installing a caching DNS server (pdnsd) and a proxy might improve the
feeling of this a little. While I think it does help, as I often open
multiple tabs at once (like from a google search), I'm running into
problems: all pages start loading fine, then at some point network
traffic dies down and the pages never finish loading. Aborting and
re-requesting a page load even gives a blank page, with the status bar
displaying an annoying Waiting for foo.bar... for many minutes, when
they suddenly may finish loading.
Shooting polipo in the foot by restarting it breaks all pending page
loads, but situation normalizes and reloading the tabs in question
works, and quickly.
What gives..?

/etc/polipo/config:
 cacheIsShared = false
 diskCacheTruncateSize = 131072
 dnsQueryIPv6 = no
 dnsNameServer = 127.0.0.1
 dnsNegativeTtl = 1m
 censoredHeaders = from, accept-language
 censorReferer = maybe
 forbiddenUrl = http://localhost/adzapper/webbug.gif

/etc/polipo/forbidden is a huge list, updated by
/etc/cron.weekly/update-polipo-adblock-easylist

 #!/bin/bash
 url=http://easylist.adblockplus.org/easylist.txt
 wget --quiet --spider ${url} 2/dev/null  adblock2polipo.py (wget --quiet 
 --no-check-certificate -O- ${url}) /etc/polipo/forbidden || exit 0

--- System information. ---
Architecture: i386
Kernel:   Linux 3.4-trunk-686-pae

Debian Release: wheezy/sid
   99 unstablewww.debian-multimedia.org
   99 stable  www.debian-multimedia.org
   99 stable  updates.repository.backtrack-linux.org
   99 stable  all.repository.backtrack-linux.org
   99 stable  32.repository.backtrack-linux.org
   99 oneiric-getdeb  archive.getdeb.net
   99 natty-getdebarchive.getdeb.net
   99 mepis   restricted.mepis-deb.org
   99 mepis   main.mepis-deb.org
  500 unstable-snapshots live.debian.net
  500 unstablepackages.kirya.net
  500 unstableftp.informatik.rwth-aachen.de
  500 testing ftp.informatik.rwth-aachen.de
  500 testing dl.google.com
  500 stable  ftp.informatik.rwth-aachen.de
  500 stable  dl.google.com
  500 sid apsy.gse.uni-magdeburg.de
  500 experimentalwww.debian-multimedia.org
  500 experimentalftp.informatik.rwth-aachen.de
  500 dataapsy.gse.uni-magdeburg.de
1 precise ppa.launchpad.net
1 oneiric ppa.launchpad.net
1 karmic  ppa.launchpad.net

--- Package information. ---
Depends (Version) | Installed
=-+-=
libc6(= 2.8) | 2.13-33
dpkg (= 1.15.4)  | 1.16.4.2
 OR install-info  | 4.13a.dfsg.1-10


Package's Recommends field is empty.

Package's Suggests field is empty.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   >