Bug#1069657: libgeo-gpx-perl: Waypoint name encoding utf-8 does not work

2024-04-22 Thread Florian Lohoff
Package: libgeo-gpx-perl Version: 1.10-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, i was trying to create gpx waypoints with an utf-8 name which does not work: perl -Mutf8 -MGeo::Gpx -e '$g=Geo::Gpx->new(); $g->waypoints_add({ lat => 0, lon => 0, name => "üöä" });

Bug#1036769: lintian: Check for certificates .pem/.crt/.pkcs12 with expiry set

2023-05-25 Thread Florian Lohoff
Package: lintian Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, i am in the middle of a stretch rebuild for mipsel (Upgrade path from jessie as stretch dropped 75% of supported systems with mips32) A big issue are certificates, mostly for build tests which have an expire

Bug#1029702: sbuild: Buildd::Uploader->uploaded calling convention mismatch

2023-01-26 Thread Florian Lohoff
flo/sbuild/-/commit/cc095b20ad225b48d56a362d0cf3a219c6cf9246 commit cc095b20ad225b48d56a362d0cf3a219c6cf9246 Author: Florian Lohoff Date: Thu Jan 26 13:15:26 2023 +0100 Fix passing argument mismatch Buildd::Uploader->uploaded takes an scalar argument for the architecture whereas Bu

Bug#1023540: snapshot.debian.org: 504 Gateway Time-out

2023-01-16 Thread Florian Lohoff
Hi, i am also seeing a Gateway Timeout on: https://snapshot.debian.org/package/gcc-6/6.0.1-2/ This was while trying to replay the gcc transition from jessie to stretch. Flo -- Florian Lohoff f...@zz.de Any sufficiently advanced technology

Bug#1014113: hyperv-daemons fails to reinstall after remove (works on purge)

2022-06-30 Thread Florian Lohoff
. (Reading database ... 49796 files and directories currently installed.) Preparing to unpack .../hyperv-daemons_5.10.120-1_amd64.deb ... Unpacking hyperv-daemons (5.10.120-1) ... Setting up hyperv-daemons (5.10.120-1) ... Flo -- Florian Lohoff

Bug#988538: postfix: overwrites default_transport but not from debconf template

2021-05-15 Thread Florian Lohoff
postfix/lmtp_retired_warning: true postfix/main_cf_conversion_warning: true postfix/bad_recipient_delimiter: postfix/kernel_version_warning: * postfix/main_mailer_type: Internet with smarthost * postfix/mailname: p5.zz.de postfix/rfc1035_violation: false -- Flor

Bug#988537: ansible: ships broken sylink in /usr/bin/ansible-connection

2021-05-15 Thread Florian Lohoff
Package: ansible Version: 2.9.16+dfsg-1.1 Severity: important Hi, this ansible version ships with a broken symlink in /usr/bin/ansible-connection pointing to: flo@p5:/usr/bin$ ls -la ansible-connection lrwxrwxrwx 1 root root 57 Jan 6 11:56 ansible-connection ->

Bug#986584: libspatialindex-dev: missing pkgconfig file / regression from 1.8.5-4/stretch

2021-04-07 Thread Florian Lohoff
Package: libspatialindex-dev Version: 1.9.3-2 Severity: normal Hi, today i tried building some of my software on bullseye and stumbled because libspatialindex-dev is missing its pkgconfig file which was available in the Stretch version: root@stretch-233800:/# dpkg -L libspatialindex-dev | grep

Bug#895201: trousers uninstallable / postinst relaxing / fixes

2021-02-25 Thread Florian Lohoff
this: if [ -z "$(shopt -s nullglob; echo /dev/tpm*)" ] The problem is that all -e check with a wildcard have a possibility to fail when there are multiple glob returns. So this should fix the "-e /dev/tpm*" here - and #787244 Fl

Bug#895201: trousers still uninstallable

2021-02-25 Thread Florian Lohoff
4-1) ... Errors were encountered while processing: trousers swtpm-tools -- Florian Lohoff f...@zz.de signature.asc Description: PGP signature

Bug#982847: [Pkg-nagios-devel] Bug#982847: monitoring-plugins-standard: check_pgsql check of database name is too strict

2021-02-15 Thread Florian Lohoff
is not valid"), > > optarg); > > same here. No - good catch. Flo -- Florian Lohoff f...@zz.de "Autoritaetsduselei ist der groesste Feind der Wahrheit" - Albert Einstein signature.asc Description: PGP signature

Bug#982847: Acknowledgement (monitoring-plugins-standard: check_pgsql check of database name is too strict)

2021-02-15 Thread Florian Lohoff
case 'l': /* login name */ if (!is_pg_logname (optarg)) usage2 (_("User name is not valid"), optarg); -- Florian Lohoff f...@zz.de "Autoritaetsduselei

Bug#982847: monitoring-plugins-standard: check_pgsql check of database name is too strict

2021-02-15 Thread Florian Lohoff
Package: monitoring-plugins-standard Version: 2.3-1 Severity: normal Hi *, to reproduce create a Database called freshports.git and try to use it with check_pgsql: flo@p5:/tmp/monitoring-plugins-2.3$ /usr/lib/nagios/plugins/check_pgsql -d freshports.devgit -l flo check_pgsql: Database name is

Bug#981942: [request-tracker-maintainers] Bug#981942: request-tracker4: Dependency on rsyslog | system-log-daemon prevents system with only journald

2021-02-06 Thread Florian Lohoff
On Sat, Feb 06, 2021 at 07:57:13PM +, Dominic Hargreaves wrote: > On Fri, Feb 05, 2021 at 10:35:49AM +0100, Florian Lohoff wrote: > > Hi, > > the dependency on > > > > rsyslog | system-log-daemon > > > > prevents the removal of rsyslog for a pure sy

Bug#981942: request-tracker4: Dependency on rsyslog | system-log-daemon prevents system with only journald

2021-02-05 Thread Florian Lohoff
request-tracker WITHOUT logging? Could this dependency not be dropped completely? Flo -- Florian Lohoff f...@zz.de "Autoritaetsduselei ist der groesste Feind der Wahrheit" - Albert Einstein signature.asc Description: PGP signature

Bug#974572: libwww-perl: LWP::UserAgent Authen Digest POST message-digest broken/ineffective

2020-11-13 Thread Florian Lohoff
my $content = $md5->hexdigest; 53 $md5->reset; 54 $md5->add(join(":", @digest[0..1], $content)); 55 $md5->reset; 56 $resp{"message-digest"} = $md5->hexdigest; 57 push(@order, "message-digest"); 58 } Flo -- F

Bug#974572: libwww-perl: LWP::UserAgent Authen Digest POST message-digest broken/ineffective

2020-11-12 Thread Florian Lohoff
Package: libwww-perl Version: 6.36-2 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, while implementing Digest Auth for AnyEvent::HTTP i found an issue in LWP::UserAgent Digest Authen. The whole code for creating the "message-digest" is broken/ineffective as there seems to

Bug#933646: corekeeper installation should not fail if kernel files read-only

2019-08-01 Thread Florian Lohoff
Package: corekeeper Version: 1.7 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, corekeeper installation should not fail/abort when the sysctl files can not be written on installation [ ... ] update-alternatives: using /usr/bin/w.procps to provide /usr/bin/w (w) in auto

Bug#933207: firmware-misc-nonfree: Please include DVBSky S960/S860 / Montage Technology M88DS3103 firmware

2019-07-27 Thread Florian Lohoff
Package: firmware-misc-nonfree Version: 20190114-1 Severity: wishlist -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, would you mind including the firmware for this device: [ 15.093992] usb 1-2: new high-speed USB device number 4 using xhci_hcd [ 15.242748] usb 1-2: New USB device

Bug#932561: Acknowledgement (cinnamon-settings-daemon: csd-backlight-helper segfaults on get and set)

2019-07-21 Thread Florian Lohoff
-- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran away signature.asc Description: PGP signature

Bug#932561: cinnamon-settings-daemon: csd-backlight-helper segfaults on get and set

2019-07-20 Thread Florian Lohoff
Package: cinnamon-settings-daemon Version: 3.8.4-2 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, i have some issues with backlight not beeing turned on after resume or after screenblanking with screensaver (Lenovo T440s) - So i went debugging and saw the

Bug#932171: Acknowledgement (nemo fails to mount encrypted block device (luks))

2019-07-16 Thread Florian Lohoff
mmends libblockdev-crypto2. But the error message is so misleading that the normal user would not be able for fix this. Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran away signature.asc Description: PGP signature

Bug#932171: nemo fails to mount encrypted block device (luks)

2019-07-16 Thread Florian Lohoff
Package: nemo Version: 3.8.5-1+b1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear Maintainer, i connected a USB drive which contains a Luks based encrypted block device. Prior to updateing to Buster i got a popup, entered the passphrase and everything was fine. Now i

Bug#880659: xend opcode in libpthread on non hle cpu

2019-04-24 Thread Florian Lohoff
reassign 880659 libc6 2.24-11+deb9 retitle 880659 sigill - xend opcode in libpthread on non hle/tsx cpu end -- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran away signature.asc Description: PGP signature

Bug#880659: [stunnel4] still random segfaults - gdb backtrace

2019-04-21 Thread Florian Lohoff
v%eax,0x4(%rdx) 0x7f51f7858c8d <+109>: jne0x7f51f7858d12 <__GI___pthread_rwlock_unlock+242> 0x7f51f7858c93 <+115>: mov0x14(%rdx),%esi 0x7f51f7858c96 <+118>: test %esi,%esi 0x7f51f7858c98 <+120>: jne0x7f51f7858d40 <__GI___pthread_rwlock_unlock+288> ---Type to continue, or q to quit---q Quit (gdb) -- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran away signature.asc Description: PGP signature

Bug#880659: [stunnel4] still random segfaults - kernel reports illegal instruction

2019-04-12 Thread Florian Lohoff
:7f2380a5db38 error:0 [Wed Apr 10 21:45:50 2019] in libpthread-2.24.so[7f2381dfd000+18000] Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran away signature.asc Description: PGP signature

Bug#922783: daemontools-run: installation in docker catches job control signal

2019-02-22 Thread Florian Lohoff
-- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran away commit 37234b78955546b2e7c6dcb62f014d2f924d9657 Author: Florian Lohoff Date: Fri Feb 22 16:08:20 2019 +0100 Replace unconditional kill -s -HUP 1 with telinit q

Bug#922783: daemontools-run: installation in docker catches job control signal

2019-02-20 Thread Florian Lohoff
when available (Which it is not in case of a container) Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran away signature.asc Description: PGP signature

Bug#922783: daemontools-run: installation in docker catches job control signal

2019-02-20 Thread Florian Lohoff
Package: daemontools-run Version: installation in docker catches job control signal Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, while testing internal packages in a local docker container i found something strange. It seems installation of daemontools-run causes apt to

Bug#922765: libnet-server-perl: Using Sys::Syslog triggers warning - Argument "0.33_01" isn't numeric

2019-02-20 Thread Florian Lohoff
Package: libnet-server-perl Version: 2.009-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, using Sys::Syslog for logging triggers: Argument "0.33_01" isn't numeric in numeric lt (<) at /usr/share/perl5/Net/Server/Log/Sys/Syslog.pm line 39. Oneliner testcase perl

Bug#913314: libmojo-server-fastcgi-perl: Can't locate object method "server_close" via package "Mojo::Transaction::HTTP"

2018-11-09 Thread Florian Lohoff
Package: libmojo-server-fastcgi-perl Version: 0.41-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi i tried running a simple Mojo::Lite app with fastcgi and found this error message in the apache2 logfiles: Can't locate object method "server_close" via package

Bug#907484: monitoring-plugins-basic: check_file_age not mod_perl safe - please add -epn

2018-08-28 Thread Florian Lohoff
Package: monitoring-plugins-basic Version: 2.2-3 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, the check_file_age plugin uses perl FindBin which is not mod_perl/embperl safe and fails. Please add a #!/usr/bin/perl -w # nagios: -epn Nagios -epn line at the top to stop

Bug#899031: [roxterm] Please provide new roxterm packages

2018-05-18 Thread Florian Lohoff
Package: roxterm Severity: wishlist Version 3.6.1 Hi, it seems some people continued ROXTerm development on Github: https://github.com/realh/roxterm The major show stopper bug seems to be fixed - It builds on Stretch (With a newer vte) and works like a charm. Thanks Flo -- Florian Lohoff

Bug#886841: linux-image-4.9.0-5-amd64: bluetooth list corruption bt_sock_poll

2018-01-10 Thread Florian Lohoff
Package: src:linux Version: 4.9.65-3+deb9u2 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I had a Kernel crash today while i was in the lunch break. The kernel crashdump stored dmesg and a kernel crash file. The only connection should have been a bluetooth laser mouse as seen

Bug#880659: [stunnel4] random segfaults in libcrypto.so.1.1 / libpthread-2.24.so

2017-11-03 Thread Florian Lohoff
t at 1c ip 7fad4b941f30 sp 7fad4a596be8 error 4 in libpthread-2.24.so[7fad4b936000+18000] [398992.871835] stunnel4[5668]: segfault at 240 ip 7f091697fd93 sp 7f0914a4da00 error 4 in libcrypto.so.1.1[7f0916833000+265000] Flo -- Florian Lohoff

Bug#879084: monitoring-plugins-standard: check_mailq not embed perl safe

2017-10-19 Thread Florian Lohoff
queue file '/var/lib/icinga/spool/checkresults/cPevBhT'... 34 use FindBin; 35 use lib "$FindBin::Bin"; 36 use utils qw(%ERRORS _revision ); 37 -- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran aw

Bug#876996: squid-deb-proxy-client: ipv6 should be preferred if dualstack

2017-09-27 Thread Florian Lohoff
Package: squid-deb-proxy-client Version: 0.8.14 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, in case we get a response via v4 AND v6 the client should prefer ipv6. This is needed for v4 -> v6 transition and is described in RFC6724 In my case i am returning an RFC1918

Bug#864435: sakura: cursor color not loaded from config

2017-06-08 Thread Florian Lohoff
Package: sakura Version: 3.4.0-3 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear Maintainer, when seting the cursor color the cursor really changes color, saves it to config but does not honor it on start e.g. it seems the config is not interpreted correctly.

Bug#864333: quiterss: QuiteRSS looses all data and feeds on upgrade / datadir changed

2017-06-07 Thread Florian Lohoff
Package: quiterss Version: 0.18.4+dfsg-2 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, when upgrading from Jessie to Stretch QuiteRSS looses all Data/Feeds because the local datadir changes Originally with Jessie QuiteRSS had its files here:

Bug#844425: ipmitool: segfault fwum upgrade / statically allocated buffer

2016-11-15 Thread Florian Lohoff
7fd8133a2c02 in main (argc=, argv=) at ipmitool.c:135 It seems the firmware file buffer is statically allocated on the stack with 512*1024 but then the whole file is read to it. Flo -- Florian Lohoff f...@zz.de UTF-8 T

Bug#838274: libnetaddr-ip-perl: Parses number - version() == 4 - prints v6

2016-09-19 Thread Florian Lohoff
:IP -e '$a=new NetAddr::IP('992018'); print $a->version(). "\n"; print $a . "\n"' 4 0:0:0:0:0:2:1872:8172/128 This is pretty unexpected. I would have thought that parsing would return an "undef". Flo -- Florian Lohoff

Bug#836334: pwgen: Patch for adding an option to remove/avoid an arbitrary char group

2016-09-01 Thread Florian Lohoff
Package: pwgen Version: 2.07-1 Severity: wishlist Tags: patch Hi, see the attached patch. It adds an option "-r chars" for removing an arbitrary char group. Flo commit acc97baf11505b5b741b3dde23b5855bf4eb8c88 Author: Florian Lohoff <f...@zz.de> Date: Thu Sep 1 21:12:28 201

Bug#835385: protobuf 3.0.0-3: libprotobuf10 Conflicts libprotobuf9

2016-08-25 Thread Florian Lohoff
e): dependency problems - not removing Errors were encountered while processing: libebook-contacts-1.2-0 Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran away signature.asc Description: Digital signature

Bug#835337: protobuf patch with -Wno-error=misleading-indentation needs gcc 6

2016-08-24 Thread Florian Lohoff
On Wed, Aug 24, 2016 at 04:46:47PM +0200, Sebastiaan Couwenberg wrote: > Control: tags -1 moreinfo > > Hi Florian, > > On Wed, 24 Aug 2016 16:20:22 +0200 Florian Lohoff <f...@zz.de> wrote: > >the patch enabling the -Wno-error=misleading-indentation should >

Bug#835337: protobuf patch with -Wno-error=misleading-indentation needs gcc 6

2016-08-24 Thread Florian Lohoff
Package: protobuf Version: 3.0.0-3 Hi, the patch enabling the -Wno-error=misleading-indentation should also cause a build-dependency for newer gcc or better be only applied when building with gcc 6+ Jessies gcc 4.9 barfs at it ... Flo -- Florian Lohoff

Bug#827820: firefox-esr: iceweasel -> firefox-esr upgrade - menu entrys missing cinnamon

2016-06-21 Thread Florian Lohoff
Package: firefox-esr Version: 45.2.0esr-1~deb8u1 Severity: normal Dear Maintainer, after a dist-upgrade which pulled in firefox-esr replacing iceweasel the is no menu entry - neither for iceweasel nor for firefox (-esr). Flo -- Package-specific info: -- Extensions information Name: Adblock

Bug#825251: [mysql-server-5.5] let the debian-sys-maint user password be preseeded

2016-05-25 Thread Florian Lohoff
will be replicated aswell. In case of no preseed the random password is just fine. Flo -- Florian Lohoff f...@zz.de UTF-8 Test: The  ran after a , but the  ran away signature.asc Description: Digital signature

Bug#821406: spamasassin: postinst should call sa-update with absolut path otherwise locally installed other version might be called

2016-04-19 Thread Florian Lohoff
On Mon, Apr 18, 2016 at 01:14:43PM -0600, Bob Proulx wrote: > Florian Lohoff wrote: > > After diving into the problem the cause was that actually not the > > shipped sa-update was called but a locally (and broken) version > > in /usr/local/sbin/ > > > &

Bug#821406: spamasassin: postinst should call sa-update with absolut path otherwise locally installed other version might be called

2016-04-18 Thread Florian Lohoff
/spamassassin/sa-update-keys 33 34 su - $OWNER -c "sa-update --gpghomedir /var/lib/spamassassin/sa-update-keys \ 35 --import /usr/share/spamassassin/GPG.KEY" 36 fi 37 38 #DEBHELPER# Flo -- Florian Lohoff f...@zz.de We ne

Bug#820100: nsca-ng-server massive systemd logging

2016-04-05 Thread Florian Lohoff
. Apr 5 15:14:35 ic2host systemd[6685]: Starting Exit the Session... Apr 5 15:14:35 ic2host systemd[6685]: Received SIGRTMIN+24 from PID 6693 (kill). Flo -- Florian Lohoff f...@zz.de We need to self-defend - GnuPG/PGP enable your email today

Bug#805154: vmdebootstrap: mount image root with nobarrier / huge performance gain

2015-11-15 Thread Florian Lohoff
Package: vmdebootstrap Version: 0.5-2 Severity: wishlist Hi, when creating an image please consider mounting the ext4 in the image with "nobarrier". I had a quick look at the code in newer vmdebootstraps but the code mounting the rootfs from the loopback did not change. On my example machine

Bug#772814: [leptonlib] Missing version build-dependency for libwebp-dev?

2014-12-11 Thread Florian Lohoff
build dependency is not versioned i am building against the Wheezy version which is: 0.1.3-3+nmu1 My rough guess is that that is not sufficient for leptonlib. Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#769819: obexftp newer version available for 1 1/2 years

2014-11-16 Thread Florian Lohoff
-- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#768318: libswitch-perl: syntax error syntax error at ./t line 36, near }continue caused by comment content

2014-11-06 Thread Florian Lohoff
Package: libswitch-perl Version: 2.17-2 Severity: important Hi, this minimal testcase produces an error: flo@p2:/tmp/m$ ./t syntax error at ./t line 36, near }continue Execution of ./t aborted due to compilation errors. #!/usr/bin/perl -w use Switch; sub parsetimedelta { switch($mult) {

Bug#768126: xfce4-panel: fresh new panel does not show icons other than directory icons left and right

2014-11-04 Thread Florian Lohoff
Package: xfce4-panel Version: 4.10.1-1 Severity: important Hi, after a fresh installation with a minimal configuration and installation of xfce4 + nodm + xserver-xorg i dont see any icons in the bottom default panel just created. The only icons visible are the icons most left and most right e.g.

Bug#758557: unable to change network configuration with network-manager - insufficient priviledges

2014-11-04 Thread Florian Lohoff
=1292 Audit=0 Type=tty Class=user Active=yes State=active IdleHint=no IdleSinceHint=0 IdleSinceHintMonotonic=0 Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#767480: d-i fails to install grub to first disk/partition with preseeding (hd0) or (hd0,0)

2014-10-31 Thread Florian Lohoff
d-i grub-installer/bootdev string (hd0) Does not work. Not preseeding this value will display a manual entry box. As with wheezy the first disk (and in my case only disk) will always be used as default, this doesnt seem to work anymore. Preseeding with /dev/vda will work though. Flo -- Florian

Bug#767363: udev hangs on boot for 30 seconds while populating /dev when systemd not installed

2014-10-30 Thread Florian Lohoff
Package: udev Version: 215-5+b1 Severity: important Hi, after switching from systemd to sysvinit-core udev began hanging for 30 seconds on boot while populating the /dev fs. This is a minimum VM installation with systemd replaced by sysvinit-core and without systemd-shim and cgmanager. Just

Bug#767365: gdm3 should not depend on pam_systemd / pam_systemd is a NOP when systemd not PID1

2014-10-30 Thread Florian Lohoff
, this module does nothing and immediately returns PAM_SUCCESS. So a non existant libpam-systemd is as good as returning PAM_SUCCESS but does not drag in libpam-systemd and thus systemd. Flo -- Florian Lohoff f...@zz.de signature.asc Description

Bug#765560: bluetooth disabling removes complete menu entry - no easy way to enable again

2014-10-16 Thread Florian Lohoff
Package: network-manager-gnome Version: 0.9.10.0-2 Severity: important Hi, when running on a Desktop PC with Wired, Wireless and Bluetooth turning off Bluetooth from the network-manager-gnome removes the Bluetooth entry from the menu. So there is no easy way to reenable Bluetooth. As a side

Bug#765604: cairo-dock crashes on right click on roxterms icon

2014-10-16 Thread Florian Lohoff
Package: cairo-dock Version: 3.3.2-1 Severity: important Hi, after a fresh jessie installation with gnome3 - logging in installing cairo-dock - starting cairo-dock - replacing the terminals startup with roxterms startup by dragging it on the bottom cairo-dock. Right click on the roxterms icons

Bug#765455: libmime-lite-perl: utf-8 encoded subject gains a space character on header line wrap

2014-10-15 Thread Florian Lohoff
Package: libmime-lite-perl Version: 3.030-2 Severity: normal Hi, i am seeing an interesting issue where a long utf-8 subject gains a space at the wrap point - See the attached testcase: Cluster: Gütersloh Route: Brockweg - Heidewaldstadion changed Cluster: Gütersloh Route: Bielefelder Straße -

Bug#763734: heirloom-mailx should NOT recode attachments to minimum encoding if it looks like text

2014-10-02 Thread Florian Lohoff
Package: heirloom-mailx Version: 12.5-2 Severity: normal Hi, heirloom-mailx tries to recode the mail body and attachments to a minimum encoding which can represent the used characters. While this is lets say unexpected in case of the mail body it is utterly broken for attachments. Sending

Bug#737921: [TLS1.2] gnutls only likes SHA1 and SHA256 certificates

2014-06-11 Thread Florian Lohoff
of headache as we are not able to use the CACert renewals with openldap replications. We also expect SMTP/TLS getting a real issue soon as more and more newer systems will start using SHA512 certificates. Flo -- Florian Lohoff f...@zz.de signature.asc

Bug#682440: gnome-shell: nautilus windows loose interactivity, focus window may not be correct

2014-03-24 Thread Florian Lohoff
3.4.2-1+build1 amd64 file manager and graphical shell for GNOME Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#733692: O: genisovh -- Make CD-ROMs bootable for SGI MIPS machines

2014-01-05 Thread Florian Lohoff
website and the original source is still there :) My packaging skills are a bit rusty since i gave up my last package approx. 7 years ago when my first child was born ;) Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital

Bug#730124: liblpsolve55-dev: lpsolve failes to link with murka

2013-11-26 Thread Florian Lohoff
On Fri, Nov 22, 2013 at 09:21:30AM +0100, Rene Engelhard wrote: severity 730124 minor retitle 730124 doesn't include colamd dunctions, needs extra -lcolamd tag 730124 + wontfix thanks On Thu, Nov 21, 2013 at 07:18:23PM +0100, Florian Lohoff wrote: [...] With a self build 5.5.2.0

Bug#730124: liblpsolve55-dev: lpsolve failes to link with murka

2013-11-21 Thread Florian Lohoff
Package: liblpsolve55-dev Version: 5.5.0.13-7 Severity: normal Hi, i am trying to build murka 1) against the debian wheezy version of lpsolve - I get a link error. With a self build 5.5.2.0 everything is fine flo@p2:~/Downloads/p/p/murka-1.3.1b-src$ make Making all in murka make[1]:

Bug#714166: linux-image-3.9-1-amd64 / no rx packets on vlan on e1000e / 82574L

2013-07-09 Thread Florian Lohoff
Hi, i can reproduce the problem with linux image Package: linux-image-3.9-1-amd64 Version: 3.9.8-1 Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#596085: xserver-xorg-video-intel: partial display corruption / mostly text / Mobile 945GM

2013-07-09 Thread Florian Lohoff
amd64 X.Org X server -- Intel i8xx, i9xx display driver Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#714166: linux-image-3.2.0-4-amd64: no rx packets on vlan on e1000e / 82574L

2013-06-26 Thread Florian Lohoff
17383 0 usbcore 128741 3 ehci_hcd,usbhid thermal_sys18040 4 thermal,fan,processor,video usb_common 12354 1 usbcore scsi_mod 162269 5 megaraid_sas,libata,sd_mod,sg,sr_mod Flo -- Florian Lohoff

Bug#712879: debian-installer: unable to preseed german nodeadkeys keyboard for installed system

2013-06-20 Thread Florian Lohoff
-configuration/store_defaults_in_debconf_db boolean true debian:~# cat /etc/default/keyboard # KEYBOARD CONFIGURATION FILE # Consult the keyboard(5) manual page. XKBMODEL=pc105 XKBLAYOUT=us XKBVARIANT= XKBOPTIONS= BACKSPACE=guess Flo -- Florian Lohoff

Bug#698340: libgnome-desktop-3-2: monitors.xml is without effect aftere undock/dock cycle

2013-06-06 Thread Florian Lohoff
On Thu, Jun 06, 2013 at 07:53:42PM +0200, Michael Biebl wrote: Am 17.01.2013 10:06, schrieb Florian Lohoff: Package: libgnome-desktop-3-2 Version: 3.4.2-1 Severity: normal Hi, the multihead setup for gnome3 is severely broken in multiple respects. With gnome2 one could

Bug#711183: mount: umount parser for /proc/mounts broken on stale nfs mount (gets renamed to /mnt/point (deleted))

2013-06-05 Thread Florian Lohoff
Package: mount Version: 2.20.1-5.3 Severity: normal Dear Maintainer, * What led up to the situation? Mount nfs - suspend/disable networking - NFS Mount is broken, Server unreachable. Kernel renames mountpoint to /mnt/point (deleted) (see fs/dcache.c in linux kernel) which is

Bug#711184: mount should not stat mountpoints on mount

2013-06-05 Thread Florian Lohoff
Package: mount Version: 2.20.1-5.3 Severity: normal Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? And NFS Mount got broken because the NFS Server was unreachable. Mounting a different NFS server or CIFS share

Bug#711187: linux-image-3.2.0-4-amd64: kernel should not rename mountpoint if nfs server is dead/unreachable

2013-06-05 Thread Florian Lohoff
Package: src:linux Version: 3.2.41-2 Severity: normal Dear Maintainer, * What led up to the situation? nfs mount via fstab, move notebook to a different network so nfs server gets unrachable. * What exactly did you do (or not do) that was effective (or ineffective)? *

Bug#705461: libsnmp-session-perl: snmpwalk hangs forever with broken snmp implementation

2013-04-15 Thread Florian Lohoff
Package: libsnmp-session-perl Version: 1.13-1 Severity: normal Dear Maintainer, using snmpwalk from SNMP_util on an Eltek PowerSupply controller, reading ifname fails to terminate. The Eltek PSU does not fill the ifName table and does not repond with no such oid but with an empty response. the

Bug#455769: same problem on wheezy + Thinkpad X220T

2013-03-28 Thread Florian Lohoff
suspend - we need systemd to speed up boot -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#698917: [wheezy] cpu overheat and shutdown after suspend/resume cycle on Thinkpad T410

2013-01-27 Thread Florian Lohoff
: Jan 27 15:01:46 p2 kernel: [0.00] BIOS-e820: [mem 0x-0x0009e7ff] usable Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#698917: linux-image-3.2.0-4-amd64: cpu overheat and shutdown after suspend/resume cycle on Thinkpad T410

2013-01-26 Thread Florian Lohoff
- at least i havent noticed it. When you turn on the notebook after shutdown you can immediatly hear the fan turn up to maximum. I am running 3.7 from experimental now and made approx 20 Suspend/Resume cycles without any problem. Flo -- Florian Lohoff

Bug#698917: linux-image-3.2.0-4-amd64: cpu overheat and shutdown after suspend/resume cycle on Thinkpad T410

2013-01-25 Thread Florian Lohoff
... Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#698917: [wheezy] cpu overheat and shutdown after suspend/resume cycle on Thinkpad T410

2013-01-25 Thread Florian Lohoff
to be shure its gone ... Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#698781: libgnome-desktop-3-2: gnome gradient background broken on multihead with different dimensions

2013-01-23 Thread Florian Lohoff
Package: libgnome-desktop-3-2 Version: 3.4.2-1 Severity: normal Dear Maintainer, with gnome3 a gradient background is broken in a Multihead setup with different monitor dimensions: flo@p2:~$ xrandr Screen 0: minimum 320 x 200, current 3360 x 1080, maximum 8192 x 8192 LVDS1 connected

Bug#698339: cairo-dock: dock should move screen when primary screen changes

2013-01-17 Thread Florian Lohoff
Package: cairo-dock Version: 3.0.0-2+deb7u1 Severity: normal Hi, when changing the primary screen e.g. to an external monitor connected at the docking station the cairo dock should move as the gnome panel does. Flo * What led up to the situation? * What exactly did you do (or not do)

Bug#698340: libgnome-desktop-3-2: monitors.xml is without effect aftere undock/dock cycle

2013-01-17 Thread Florian Lohoff
Package: libgnome-desktop-3-2 Version: 3.4.2-1 Severity: normal Hi, the multihead setup for gnome3 is severely broken in multiple respects. With gnome2 one could automatically let any external monitor become the primary screen immediatly. In gnome3 configuration of the primary screen is not

Bug#656605: (Fwd) [rt.cpan.org #74192] libnetaddr-ip-perl: ip-addr() should follow RFC5952 Section 2.2 (Zero Compression)

2012-01-27 Thread Florian Lohoff
should be users everywhere, so it should be the default for all output of ip helper librarys. Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#656605: libnetaddr-ip-perl: ip-addr() should follow RFC5952 Section 2.2 (Zero Compression)

2012-01-20 Thread Florian Lohoff
Package: libnetaddr-ip-perl Version: 4.058+dfsg-2 Severity: normal Hi, libnetaddr-ip-perls -addr function should follow the recommended representation in RFC5952, not only print lowercase as default (i have seen the qw(:lower) switch) but also use maximum zero compression as in 2.2 of the

Bug#656611: Crash in iceweasel: crash in mozilla::gl::GLContext::InitExtensions on visiting WebGL page

2012-01-20 Thread Florian Lohoff
X11 toolkit intrinsics library ii zlib1g 1:1.2.3.4.dfsg-3compression library - runtime -- no debconf information -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#626464: gns3 should depend or atleast suggest xterm

2011-05-12 Thread Florian Lohoff
Package: gns3 Version: 0.7.2-1 Hi Erik, as gns3 depends in its default configuration on xterm as the console program to run it should depend on it. Flo -- Florian Lohoff f...@zz.de „Für eine ausgewogene Energiepolitik über das Jahr 2020 hinaus

Bug#626469: gns3: new upstream version

2011-05-12 Thread Florian Lohoff
in 0.7.4 Flo -- Florian Lohoff f...@zz.de „Für eine ausgewogene Energiepolitik über das Jahr 2020 hinaus ist die Nutzung von Atomenergie eine Brückentechnologie und unverzichtbar. Ein Ausstieg in zehn Jahren, wie noch unter der rot-grünen Regierung

Bug#621741: minicom: ~ (tilde) gets expanded to users home in dial commands

2011-04-08 Thread Florian Lohoff
Package: minicom Version: 2.4-3 Severity: normal Hi, when entering a single ~ in the Modem and Dialing commands e.g. Init String or Reset String the ~ gets expanded to the users homedir on pressing return. For obvious reasons this is broken as the ~ is the delay character and no shell globbing

Bug#614778: dokuwiki: Dont enable for all instances by default

2011-02-23 Thread Florian Lohoff
Package: dokuwiki Version: 0.0.20091225c-10 Severity: wishlist Hi, please dont drop a dokuwiki.conf to /etc/apache2/conf.d as that enables the dokuwiki for all instances. Instead let the system administrator include the file from /etc/dokuwiki to the virtual host he/she/it likes it to appear

Bug#614779: Make dokuwiki instantiatable

2011-02-23 Thread Florian Lohoff
Package: dokuwiki Version: 0.0.20091225c-10 Severity: wishlist Hi, only a single dokuwiki installation on a virtual host is sometimes not enough. So the best way would be some kind of instantiatable dokuwiki e.g. by providing a installdokuwikihere /var/www/hostfoo.bar/vwiki which would create a

Bug#608940: ftpwatch should be in /usr/bin not /usr/sbin

2011-01-04 Thread Florian Lohoff
Package: ftpwatch Version: 1.20 Severity: minor Hi, i think ftpwatch should be in /usr/bin not /usr/sbin as its not a system binary. Its for general user consumption as also the manpage states: Every user who wants to use it should install it into his crontab file. FHS States:

Bug#602960: pidgin-skype: pidgin crash on skype account add

2010-11-09 Thread Florian Lohoff
Package: pidgin-skype Version: 20100302+dfsg-1 Severity: normal Hi, after installing pidgin-skype and trying to add an account i got a crash on clicking okay: Here is the saved gnome crash report: System: Linux 2.6.32-5-686 #1 SMP Sat Oct 30 22:47:19 UTC 2010 i686 X Vendor: The X.Org Foundation

Bug#596085: xserver-xorg-video-intel: partial display corruption / mostly text / Mobile 945GM

2010-09-22 Thread Florian Lohoff
Hi, On Mon, Sep 20, 2010 at 07:24:57PM +0200, Julien Cristau wrote: On Mon, Sep 20, 2010 at 18:02:31 +0200, Florian Lohoff wrote: On Wed, Sep 08, 2010 at 05:48:17PM +0100, Chris Wilson wrote: On Wed, 8 Sep 2010 18:38:09 +0200, Julien Cristau jcris...@debian.org wrote: On Wed, Sep

Bug#596085: xserver-xorg-video-intel: partial display corruption / mostly text / Mobile 945GM

2010-09-20 Thread Florian Lohoff
fixes. Flo -- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#596085: xserver-xorg-video-intel: partial display corruption / mostly text / Mobile 945GM

2010-09-08 Thread Florian Lohoff
-- Florian Lohoff f...@zz.de signature.asc Description: Digital signature

Bug#502845: [Pkg-iscsi-maintainers] Bug#502845: linux-image-2.6.32-1-amd64 / open-iscsi amd64 login hang

2010-05-03 Thread Florian Lohoff
in the postinst in its i386 variant and a detected amd64 kernel that it wont work in that constellation. Flo -- Florian Lohoff f...@zz.de Es ist ein grobes Missverständnis und eine Fehlwahrnehmung, dem Staat im Internet Zensur- und

Bug#502845: [Pkg-iscsi-maintainers] Bug#502845: linux-image-2.6.32-1-amd64 / open-iscsi amd64 login hang

2010-05-02 Thread Florian Lohoff
/main Packages Flo -- Florian Lohoff f...@zz.de Es ist ein grobes Missverständnis und eine Fehlwahrnehmung, dem Staat im Internet Zensur- und Überwachungsabsichten zu unterstellen. - - Bundesminister Dr. Wolfgang Schäuble -- 10. Juli in Berlin

  1   2   3   >