Bug#706134: emergency notification email is lost

2013-04-25 Thread Harald Dunkel
Package: drbd8-utils Version: 2:8.3.13-2 Drbd's notify.sh script does not wait for the EMail to be forwarded to the next MTA. The last line echo $BODY | mail -s $SUBJECT $RECIPIENT generates an EMail using an SMTP connection to localhost and exits. While the local sendmail is busy to

Bug#706379: support alternate container path

2013-04-29 Thread Harald Dunkel
Package: lxc Version: 0.9.0-4 Severity: wishlist Hi Daniel, to support LXC in a high availability environment I would like to have support for multiple container paths outside of /var/lib/lxc. (LVM is not an option.) AFAICS most (all?) lxc-* binaries support an option -P pointing to an

Bug#706443: cleanup the *.dh-orig files ?

2013-04-30 Thread Harald Dunkel
Package: debhelper Version: 9.20120909 Severity: wishlist Building lxc_0.9.0-4 twice fails on the second run with : : dh_autotools-dev_restoreconfig dh_clean dpkg-source -b lxc-0.9.0 dpkg-source: info: using options from lxc-0.9.0/debian/source/options: --compression=xz dpkg-source:

Bug#637627: pbuilder may fail when calling 'hostname -f'

2013-05-04 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This annoying bug is still in. Maybe pbuilder should fallback to hostname (or echo localhost) when hostname -f fails? Many thanx Harri -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.12 (GNU/Linux)

Bug#706770: keep/hold packages uninstalled

2013-05-04 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: aptitude Version: 0.6.8.2-1 Severity: wishlist It would be very nice if hold and keep could be extended to work on uninstalled packages, too. Background of the story: I have to deal a lot with container systems (lxc, chroot, etc). They

Bug#706379: support alternate container path

2013-05-06 Thread Harald Dunkel
On 04/29/13 14:23, Daniel Baumann wrote: On 04/29/2013 02:17 PM, Harald Dunkel wrote: The lxc* scripts don't. patches welcome. See attachment. I tried to match your style on the scripts in debian. I have forwarded the patches for -P in upstream's scripts also to the lxc-devel mailing list

Bug#720898: netinst cd on Haswell: No ethernet card detected

2013-08-26 Thread Harald Dunkel
Package: debian-installer Version: 20130613 Trying the Stable debian-installer on a Haswell PC (Intel DH87MC) I got no network connection. d-i said: No ethernet card detected Manually choosing the e1000 or e1000e did not help. Since Testing/Unstable is not an option in this case, this

Bug#721012: claims to send utf-8, but it doesn't

2013-08-27 Thread Harald Dunkel
Package: unattended-upgrades Version: 0.79.5 Since Wheezy I get some funny chars in the report mails sent by unattended-upgrades: Unattended-upgrades log: Initial blacklisted packages: Starting unattended upgrades script Allowed origins are: ['o�bian,a=stable', 'o�bian,a=oldstable',

Bug#711826: no more unattended upgrades since Wheezy is out

2013-08-27 Thread Harald Dunkel
Just for the records, this is my current configuration: Unattended-Upgrade::Allowed-Origins { ${distro_id} stable; ${distro_id} oldstable; ${distro_id} stable-security; ${distro_id} oldstable-security; ${distro_id} stable-updates; ${distro_id}

Bug#721024: dpkg-shlibdeps failed, but alien did not tell anybody

2013-08-27 Thread Harald Dunkel
Package: alien Version: 8.87 To convert a *.tar.gz to *.deb alien seems to run several debhelper programs internally. Problem is: If dpkg-shlibdeps goes wrong due to a missing *.so file, then the error message is not shown and alien seems to succeed. The package doesn't have _any_ Depends in this

Bug#721024: dpkg-shlibdeps failed, but alien did not tell anybody

2013-08-29 Thread Harald Dunkel
Of course I saw this. The point is to get the error messages by default (without --veryverbose). The resolvable dependencies should not be ignored, if some shared objects are not found. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Bug#719418: dpkg-buildpackage insists upon the insecure key

2013-08-31 Thread Harald Dunkel
Attached you can find a patch to support an environment variable DEBKEY providing the key to use. ${DEBKEY} can be overriden using dpkg-buildpackage -k key. Hope this helps. Harri --- /tmp/dpkg-buildpackage.pl 2013-07-28 11:56:47.0 +0200 +++ scripts/dpkg-buildpackage.pl 2013-08-31

Bug#702211: please document why host caching is off by default

2013-08-31 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Any news about this? Regards Harri -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (GNU/Linux) iQEcBAEBCAAGBQJSIhLHAAoJEAqeKp5m04HLyq4H/1VGsT3WRMqzzjWHPEbxzFND 6wpGdOGY0T8leH2v3NKhs4+wVoE6dwImuMgtYrC84S6neowCKIg/FBnZTMcvd954

Bug#721961: changes in nested zip files are lost

2013-09-06 Thread Harald Dunkel
Package: mc Version: 3:4.8.3-10 If I edit a file within a nested zip file, then the changes are lost. Sample session: % echo hello,\ world hello.txt % md5sum hello.txt 22c3683b094136c3398391ae71b20f04 hello.txt % zip message.zip hello.txt % zip wrapper.zip message.zip % rm hello.txt

Bug#711032: incomplete dependency information

2013-06-04 Thread Harald Dunkel
Package: tomcat-native Version: 1.1.24-1 Building the tomcat-native package on Squeeze failed with src/sslcontext.c: In function 'Java_org_apache_tomcat_jni_SSLContext_make': src/sslcontext.c:76: error: 'SSL_PROTOCOL_SSLV2' undeclared (first use in this function) src/sslcontext.c:76: error:

Bug#711488: start-stop-daemon should not complain about --retry signals

2013-06-07 Thread Harald Dunkel
Package: dpkg Version: 1.15.8.13 If my init script stops the daemon without a $PIDFILE and with --retry (e.g. start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --name $NAME ) then the daemon exits with exit value 143 (SIGTERM). start-stop-daemon should not forward this as an error

Bug#711488: Acknowledgement (start-stop-daemon should not complain about --retry signals)

2013-06-07 Thread Harald Dunkel
Sorry, I have shot myself into the foot. Please close. Keep on your good work Harri -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#711826: no more unattended upgrades since Wheezy is out

2013-06-10 Thread Harald Dunkel
Package: unattended-upgrades Version: 0.62.2 Since Wheezy is out the unattended-upgrades for Squeeze don't work anymore. The default configuration in /etc/apt/apt.conf.d/50unattended-upgrades says Unattended-Upgrade::Allowed-Origins { ${distro_id} stable; ${distro_id}

Bug#717744: blkid ignores /dev/sdd8 (using gpt)

2013-11-08 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Using Wheezy /dev/sdd8 is shown, but /dev/sdd9 is missing. I haven't tried additional partition yet. The missing partition is shown in /proc/partitions. Regards Harri -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.15 (GNU/Linux)

Bug#722463: don't clear screen at boot time

2013-11-08 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 By ASCII art I meant the green [OK] or red [failure] messages, usually shown next to the error messages of the init scripts. Regards Harri -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.15 (GNU/Linux)

Bug#729229: please provide better error messages

2013-11-10 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: ldapscripts Version: 2.0.5-1 Severity: wishlist Running ldapadduser jupp 100 I just got Error adding user jupp to LDAP Sorry to say, but this is not very helpful. ldapadduser should be more precise about _what_ went wrong.

Bug#667928: please tell whose password libpam-krb5 is asking for

2013-11-10 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 IMHO expose_account = true should be the default. If people are using poorly maintained software on a proprietary run time environment, then their admin should explicitly disable this option. I don't see a security risk here, either. Security

Bug#722347: [Bash-completion-devel] Bug#722347: please make bash-completion optional

2013-11-13 Thread Harald Dunkel
Do you think it would be possible to have a more fine-grained control here? It might be very helpful if a user could choose in his .bashrc which completion modules are read and which are ignored. Regards Harri -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#724013: Acknowledgement (Gui is not shown)

2013-11-15 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Version 1.2 has the same problem. Harri -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.15 (GNU/Linux) iQEcBAEBCAAGBQJShxQVAAoJEAqeKp5m04HLcGMH/1pT6k6HwQB2KGqHv2LH/APq glvW5+lFY+bOAMx1+K/Um2Y/Cxza89XtJ/1Xup8mptTKON1/ZbPyd8xBcN+WNNWO

Bug#729229: please provide better error messages

2013-11-20 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Alex, ldapscripts.log is not helpful, either: Nov 10 15:30:47 sylvester ldapscripts: ldapadduser(harri): /usr/sbin/ldapadduser jupp 100 No such object (32) Matched DN: dc=sample,dc=com ldap_add: No such object (32) matched DN:

Bug#730107: adduser --system and addgroup --system should ignore remote directory services

2013-11-21 Thread Harald Dunkel
Package: adduser Version: 3.113+nmu3 Problem: adduser --system or addgroup --system refuse to proceed if the name is already provided by a remote directory service for passwd or group. On the next reboot the user or group names cannot be resolved, if the (unrelated!) directory service is not

Bug#730107: adduser --system and addgroup --system should ignore remote directory services

2013-11-22 Thread Harald Dunkel
On 11/21/13 20:40, Stephen Gran wrote: adduser uses the system nss routines. It's up to the admin of the system to set them up appropriately, sorry. nsswitch.conf does not provide an interface to introduce new group IDs. getent uses nss, but this is a bug report about adduser. Regards

Bug#724013: Gui is not shown

2013-09-22 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: clementine Version: 1.1.1+dfsg-2+b1 If I start clementine, then there is no GUI. It doesn't exit, either. It just shows 09:00:03.957 WARN unknown QPixmap: It is not safe to use pixmaps outside the GUI thread

Bug#722211: please make aptitude more clever on resolving dependency problems

2013-09-09 Thread Harald Dunkel
Package: aptitude Version: 0.6.8.2-1 Severity: wishlist I am working on Unstable, using Testing as a fallback in my sources.list. Its hard to reproduce, but when aptitude asks me to resolve package conflits it presends an endless flow of complex package sets to keep and downgrade and to remove,

Bug#722239: Error parsing schema org.gnome.desktop.interface

2013-09-09 Thread Harald Dunkel
Package: gnome-tweak-tool Version: 3.4.0.1-2 gnome-tweak-tool dies at startup with CRITICAL: Error parsing schema org.gnome.desktop.interface (/usr/share/glib-2.0/schemas/org.gnome.desktop.interface.gschema.xml) Traceback (most recent call last): File

Bug#722347: please make bash-completion optional

2013-09-10 Thread Harald Dunkel
Package: bash-completion Version: 1:2.0-1 Severity: wishlist Currently bash-completion is hardwired into every login shell by some code in /etc/profile. This is pretty painful. I would _love_ to avoid reading /usr/share/bash-completions/\ completions for every login. Don't get me wrong, in many

Bug#722463: don't clear screen at boot time

2013-09-11 Thread Harald Dunkel
Package: util-linux Version: 2.20.1-5.3 Surely it is a good thing that getty clears the screen, improving privacy for the user who has just logged out. But I wonder what all the fancy, colorful ASCII art at boot time is good for, when it is flushed away by getty before there is any real chance

Bug#722692: cannot purge acng

2013-09-13 Thread Harald Dunkel
Package: apt-cacher-ng Version: 0.5.1-3 apt-cacher-ng cannot be purged. Sample session: # dpkg -i /var/cache/apt/archives/apt-cacher-ng_0.5.1-3_amd64.deb Selecting previously deselected package apt-cacher-ng. (Reading database ... 89097 files and directories currently installed.) Unpacking

Bug#572895: ldconfig issue: priority of /lib and /usr/lib is too high

2013-09-18 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sorry to say, but I doubt that it is reasonable to set a bug to wishlist, just because the OS ABI tag issue is complex. This does not help. My suggestion is to keep things simple. Since mesa doesn't need it anymore, are there any other packages in

Bug#722463: don't clear screen at boot time

2013-09-20 Thread Harald Dunkel
PS: Of course its getty --noclear. Harri -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#737008: new upstream

2014-01-29 Thread Harald Dunkel
Package: squid3 Version: 3.3.8-1.1 Severity: wishlist Upstream provides version 3.4.2. Do you think it would be possible to add this version to unstable? http://www.squid-cache.org/Versions/v3/3.4/RELEASENOTES.html Many thanx in advance. Please keep on your good work Harri -- To UNSUBSCRIBE,

Bug#735527: ignores $DISPLAY on creating new windows

2014-01-29 Thread Harald Dunkel
no reason to keep a duplicate bug report, I have subscribed to #587398 thanx anyway, please keep on your good work Harri -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#738012: generate-config script lost

2014-02-07 Thread Harald Dunkel
Package: sssd Version: 1.11.3-1 Moving to Jessie the generate-config script has been lost. This is _extremely_ painful. Using Wheezy the generated config file worked out of the box. Regards Harri -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#738154: failed to install

2014-02-07 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: xserver-xorg-input-evdev Version: 1:2.8.2-1 The new xserver-xorg-core 2:1.15.0-2 doesn't provide xorg-input-abi-19 anymore, making the xserver-xorg-input-evdev uninstallable. Regards Harri -BEGIN PGP SIGNATURE- Version: GnuPG v1

Bug#724013: Acknowledgement (Gui is not shown)

2014-01-04 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To reproduce login on the console and run xinit /usr/bin/clementine -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.15 (GNU/Linux) iQEcBAEBCAAGBQJSyDV+AAoJEAqeKp5m04HLvQkH/j5aFj63f9MTy5as45BzFlwM

Bug#734466: Subject line is cut off on vacation reply

2014-01-07 Thread Harald Dunkel
+0100 From: Harald Dunkel hdun...@aixigo.de Message-Id: 201401071219.s07cj3m7102...@srvvm01.ac.aixigo.de To: u...@aixigo.de Subject: Abwesenheitsnotiz: =?ISO-8859-15?Q?=DCber_was_m=F6chtest_du_mit_mir_heu?= Precedence: bulk

Bug#734466: Subject line is cut off on vacation reply

2014-01-07 Thread Harald Dunkel
Which tool would you suggest? Regards Harri -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#734840: diff -R (aka diff --reverse)?

2014-01-10 Thread Harald Dunkel
Package: diffutils Version: 1:3.3-1 Severity: wishlist It would be nice to have an option diff --reverse to swap left and right side, similar to the patch utility. Esp. when using command line editing it could help to reuse a previous command line arguments without swapping the objects manually.

Bug#734845: confused by eth1 and eth10?

2014-01-10 Thread Harald Dunkel
Package: fwbuilder Version: 5.1.0-3 Looking at the generated getnet_internal function (iptables backend) it seems that it might get confused by eth1 and eth10: L=$($IP route list proto kernel | grep $dev | grep -v default | sed 's! .*$!!') How

Bug#735107: --delete fails for peer running version 3.0.7

2014-01-12 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: rsync Version: 3.1.0-2 Trying to rsync some files to my nas (dryrun mode) I got: % rsync -SHavn --delete --exclude .@__thumb /misc/data6 admin@nas1:/share/NFS/Multimedia admin@nas1's password: sending incremental file list rsync: opendir

Bug#735527: ignores $DISPLAY on creating new windows

2014-01-15 Thread Harald Dunkel
Package: chromium Version: 31.0.1650.63-1~deb7u1 If I run env DISPLAY=:4 chromium then I get another window in my background VNC session (DISPLAY=:42) instead. There is no error message, just Created new window in existing browser session. Obviously $DISPLAY is ignored when chromium

Bug#730107: adduser --system and addgroup --system should ignore remote directory services

2013-12-16 Thread Harald Dunkel
Please note - I don't run adduser --system, but some postinst scripts do. Looking at the official interface to manage packages I am not even supposed to know which system user accounts are created. All I see is that some unrelated system services are not started at boot time, if the

Bug#453853: please close

2013-12-28 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Please close this bug report. I cannot reproduce the problem anymore. Thanx Harri -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.15 (GNU/Linux) iQEcBAEBCAAGBQJSvyJjAAoJEAqeKp5m04HLE6MH/jmQhPT0PpMgwagFCC06cjph

Bug#640651: please set default FIRST_SYSTEM_UID=1 and FIRST_SYSTEM_GID=1

2013-12-29 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 You mean policy is more important than compatibility? Compatibility is a quality criteria. But policy? I see your issue, but that would better be solved with a possibility to tell the installer to change these variables. Some debconf menu for

Bug#453853: [Aptitude-devel] Bug#453853: marked as done (Control-D should hide option descriptions in the preferences view.)

2013-12-29 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Checking my old bug reports I got confused by this, too. AFAICS Shift-D doesn't work in the preferences menu yet. Sorry for the mess. Regards Harri -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.15 (GNU/Linux)

Bug#738518: FTBFS on the second run

2014-02-09 Thread Harald Dunkel
Package: typecatcher Version: 0.1.2-1 On the second run typecatcher doesn't build, because the first run changed typecatcher-0.1.2/po/typecatcher.pot: dpkg-buildpackage: source package typecatcher dpkg-buildpackage: source version 0.1.2-1 dpkg-buildpackage: source changed by Andrew

Bug#665342: closed by Phillip Susi ps...@ubuntu.com (please skip mounts with mount point none in /etc/fstab)

2014-02-13 Thread Harald Dunkel
Of course I know noauto, but a mount point none would be more easy to parse, generate and change, and it would be more intuitive to use. Currently using none give me just a warning at boot time. AFAICS there are no negative side effect. It was just a suggestion, trying to make things better.

Bug#648579: closed by Phillip Susi ps...@ubuntu.com (/bin/mount should create missing mount point)

2014-02-13 Thread Harald Dunkel
Hi Phillip, How comes you are closing bug reports for foreign packages? When you say I'm going to have to reject this request, are you speaking on behalf of the package maintainer or of upstream? Any further explanation _why_ it is rejected? IMHO creating the missing mount point as necessary

Bug#648579: closed by Phillip Susi ps...@ubuntu.com (/bin/mount should create missing mount point)

2014-02-18 Thread Harald Dunkel
On 02/14/14 15:42, Phillip Susi wrote: You are looking at it backwards. It increases the probability of running into an *undiagnosed* error, which is much worse than running into an error because you made a simple mistake. In other words, if you specify the wrong mount point by accident,

Bug#739479: please don't bug me with the startup screen

2014-02-18 Thread Harald Dunkel
Package: emacs23 Version: 23.4+1-4 Please add a quick link never show this again to the startup screen, as there is for emacs23-lucid. Preferably on top of the text. Its apita to dig into some sub-sub-menus to switch off a feature you didn't ask for. So you do C-X1, but on the next run this

Bug#740341: please recommend xscreensaver-data

2014-02-28 Thread Harald Dunkel
Package: xscreensaver Version: 5.23-1 Severity: wishlist Do you think it would be possible to move xscreensaver-data from Depends to Recommends? I would prefer to not install all these fancy graphic gimmicks I never use. Thanx in advance Harri -- To UNSUBSCRIBE, email to

Bug#731930: please close

2014-02-28 Thread Harald Dunkel
Sorry, I had missed this. Maybe this QUILT_${COMMAND}_ARGS construct could be made more visible somehow? Thanx anyway Harri -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#609293: partition alignment for Advanced Format disks

2014-02-28 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Please check the report: Squeeze's d-i did not use parted. You had to struggle a lot to get properly aligned partitions. Maybe Wheezy is better, but I cannot say. Since I have to manage a lot of hosts I created my own installer in the meantime.

Bug#740734: README.Debian is out of date

2014-03-04 Thread Harald Dunkel
Package: zabbix-frontend-php Version: 1:2.2.2+dfsg-1 Following /usr/share/doc/zabbix-frontend-php/README.Debian for apache2 (2.4) or nginx (1.4.5) gives me just a 404 on http://myserver/zabbix/. Regards Harri -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject

Bug#740734: README.Debian is out of date

2014-03-05 Thread Harald Dunkel
I gave up on setting up nginx for Zabbix. For apache2 2.4 on Jessie there are at least 2 changes not covered in the README.Debian: - conf file names should match *.conf, e.g. zabbix.conf. Other file names are ignored. - /etc/apache2/conf.d is ignored by default. Instead there are subdirs

Bug#728692: acpi-support breaks Intel I210 Gigabit by enabling power saving

2014-03-06 Thread Harald Dunkel
I am affected by this, too. Board is an Intel S5520HC with 2 82575EB NICs. After dropping the acpi-support package both NICs seem to work fine. Please mail if I can help to track this down. Regards Harri -- aixigo AG, Karl-Friedrich-Strasse 68, 52072 Aachen, Germany Amtsgericht Aachen - HRB

Bug#743866: getaddrinfo(3) failure for zeroconf (avahi)

2014-04-07 Thread Harald Dunkel
Package: libc6 Version: 2.18-4 Sometimes avahi-resolve-host-name and getaddrinfo(3) disagree about DNS. Sample: % avahi-resolve-host-name pepe.local; ./getaddrinfo pepe.local pepe.local 10.42.100.198 getaddrinfo: Name or service not known nscd is not running. /etc/nsswitch.conf says

Bug#744385: lspci not found

2014-04-13 Thread Harald Dunkel
Package: zabbix-agent Version: 1:2.2.3+dfsg-1 zabbix-agentd -p complains on my LXC containers: # zabbix_agentd -p /dev/null sh: 1: lspci: not found Obviously the package dependencies are incomplete, but actually due to the lack of hardware there is no reason to run lspci, so I

Bug#742676: preinst script broken?

2014-04-19 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Seems to be related to the preinst script: #!/bin/sh set -e # Automatically added by dh_installdeb dpkg-maintscript-helper mv_conffile /etc/ffserver.conf /etc/avserver.conf 6:0.8.1-7 -- $@ -- $@ # End automatically added section Shouldn't this

Bug#574728: Xtightvnc failed to start

2014-03-23 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 please close -BEGIN PGP SIGNATURE- Version: GnuPG v1 iQEcBAEBCAAGBQJTLuJQAAoJEAqeKp5m04HL44gIAITbVFyOXNJJsNZmVJals2VO EF9hvxaPDvrqwxMV2xgqoGjHi/l8pnHSSZSFuLgfC4qN4XlmQTUY/0zd6euBKja9

Bug#743298: apt-get corrupts Sources and Packages files on running unxz

2014-04-01 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: apt Version: 0.9.16.1 I have 2 hosts downloading sid from http://ftp.debian.org. One host (elmer) claims on apt-get update W: Failed to fetch xz:/var/lib/apt/lists/partial/ftp.debian.org_debian_dists_sid_main_source_Sources Hash Sum

Bug#743298: Acknowledgement (apt-get corrupts Sources and Packages files on running unxz)

2014-04-01 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 PS: Here is a diff between the compressed file and the file uncompressed by apt-get: # unxz -c partial/ftp.debian.org_debian_dists_sid_main_binary-amd64_Packages | diff -u -

Bug#747258: system boot slowed down by bad /etc/crypttab

2014-05-06 Thread Harald Dunkel
Package: systemd Version: 204-10 If there are some forgotten entries in /etc/crypttab (not mentioned in /etc/fstab), then system boot takes an awful lot of time. The old sysv-init didn't care. After cleaning up /etc/crypttab the time needed for booting was back to normal. Sample crypttab is

Bug#748497: hosts on local network not recognized

2014-05-17 Thread Harald Dunkel
Package: dnsmasq Version: 2.70-3 Since 2.70-3 dnsmasq doesn't recognize the hosts in the local network anymore. The log file shows May 17 20:23:23 sylvester systemd[1]: Starting A lightweight DHCP and caching DNS server... May 17 20:23:23 sylvester dnsmasq[4152]: dnsmasq: syntax check OK. May

Bug#748497: hosts on local network not recognized

2014-05-17 Thread Harald Dunkel
Here is the log file for 2.70-1: May 17 20:25:19 sylvester dnsmasq[2805]: started, version 2.70 cachesize 150 May 17 20:25:19 sylvester dnsmasq[2805]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC May 17 20:25:19 sylvester

Bug#624122: Bug#743298: apt-get corrupts Sources and Packages files on running unxz

2014-04-30 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Wasn't this supposed to be fixed? Today I got {root@cecil:~ 398} apt-get update Hit http://afaics.de unstable InRelease Hit http://afaics.de unstable/main Sources Hit http://afaics.de unstable/main amd64 Packages Hit http://afaics.de unstable/main

Bug#752055: ambiguous option name Type=forking

2014-06-19 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: systemd Version: 204-10 Doing a fork and becoming a daemon process are not the same. Something like Type=forking in the *.service file is ambiguous. Does systemd provide a controlling terminal to the ExecStart job that has to be dropped,

Bug#752279: how to remove package with broken systemd.service file?

2014-06-21 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: dpkg Version: 1.17.10 I had installed a package with broken systemd support. When I try to purge this package again, then I get # dpkg -P plxc (Reading database ... 283820 files and directories currently installed.) Removing plxc

Bug#752279: how to remove package with broken systemd.service file?

2014-06-24 Thread Harald Dunkel
Hi Guillem, On 06/24/14 12:27, Guillem Jover wrote: The correct solution is usually to upgrade to a fixed version. Sorry to say, but I disagree. Removing a package should not be blocked completely, if it is not in a dependency chain of something else. Installing a newer version might not be

Bug#752672: boot gets stuck

2014-06-25 Thread Harald Dunkel
Package: ifupdown Version: 0.7.48.1 If I set /etc/network/interfaces to ## The loopback network interface auto lo iface lo inet loopback ## The primary network interface (eth0) auto eth0 iface eth0 inet6 dhcp without having a DHCP6 server in my

Bug#759002: please don't nag about missing non-free plugin

2014-08-23 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: chromium Version: 35.0.1916.153-2 Chromium keeps on nagging me about the missing flash plugin. Do I *really* have to install a package from non-free, just to make chromium shut up? A checkbox [x] never show this again would be very nice.

Bug#759215: please respect router advertisement flags for IPv6

2014-08-25 Thread Harald Dunkel
Package: ifupdown Version: 0.7.48.1 My gateway (openBSD 5.6) has the M bit set on its router advertisement messages for IPv6, which means that additional addresses and other options are provided by DHCPv6. See http://tools.ietf.org/html/rfc4861#section-4.2 . The problem is: ifup seems to ignore

Bug#759469: systemd regression: CONFIGURE_INTERFACES=no is ignored

2014-08-27 Thread Harald Dunkel
Package: ifupdown Version: 0.7.48.1 If I set CONFIGURE_INTERFACES=no in /etc/default/networking and disable all in /etc/network/interfaces, then the interfaces are still brought up (even for systemd.unit=rescue). On bringing up eth0 in a traditional IPv6 network with router advertisement daemon

Bug#758514: chromium pepperflash doesn't exit

2014-08-18 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: chromium Version: 35.0.1916.153-2 If I close the last tab, then chromium doesn't exit, but keeps 8 jobs running: % ps -ef | grep chromiu[m] harri25759 4721 7 14:19 pts/200:00:00 /usr/lib/chromium/chromium

Bug#758514: better session (without pepperflash)

2014-08-18 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I just realized that pepperflashplugin-nonfree sneaked in somehow. Here is a better session: % ps -ef | grep chromiu[m] harri 942 4720 5 14:37 pts/000:00:01 /usr/lib/chromium/chromium --password-store=detect harri 945 942 0

Bug#744114: Has an unnecessary hard dependency on systemd stuff

2014-08-19 Thread Harald Dunkel
I am affected by this problem, too. The init system, network configuration and user authentication are certainly different aspects of a Unix system. If a tool for network configuration requires a certain tool for user authen- tication (even when there are no users except root), which in turn

Bug#758610: n-m ignores ignores IPv4 if IPv6 is available

2014-08-19 Thread Harald Dunkel
Package: network-manager Version: 0.9.10.0-1 If network-manager succeeds to setup an IPv6 network (using the configuration provided by rtadvd (M) and stateless DHCP6), then it doesn't setup an IPv4 network via DHCP, as it seems. If there is a leases file (from a previous session without n-m in

Bug#753580: DHCP, IPv6: please make accept_ra 1 the default

2014-07-03 Thread Harald Dunkel
Package: ifupdown Version: 0.7.8 Severity: wishlist Please consider using accept_ra 1 as a default for IPv6 networks managed by dhcp. AFAICS dhcpv6 does not support options to set a default IPv6 route. Running a routing advertisement daemon is common for IPv6 networks with or without dhcp.

Bug#753692: DDNS vs FQDN generated by dhcp server

2014-07-04 Thread Harald Dunkel
Package: isc-dhcp-server Version: 4.3.0+dfsg-1 Problem with DDNS support: If the dhcp server has set ddns-updates on; ddns-update-style standard; # or interim allow client-updates; do-forward-updates on; : zone example.com {

Bug#754084: stateless DHCPv6 info request doesn't set /etc/resolv.conf

2014-07-07 Thread Harald Dunkel
Package: resolvconf Version: 1.67 AFAICS the isc-dhcp-server (4.3.0+dfsg-1) returns reason='RENEW6' interface='eth0' old_dhcp6_domain_search='example.com' old_dhcp6_name_servers='2001:DB8::42' for a (stateless) DHCPv6 info request. Since the resolvconf enter hook

Bug#754252: gvfsd-metadata exited with status 1

2014-07-09 Thread Harald Dunkel
Package: evince Version: 3.4.0-3.1 evince gives me tons of messages like ** (evince:14335): WARNING **: DBus error org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/gvfs/gvfsd-metadata exited with status 1 Regards Harri -- To UNSUBSCRIBE, email to

Bug#754271: new upstream

2014-07-09 Thread Harald Dunkel
Package: zabbix-server-mysql Version: 1:2.2.3+dfsg-1 Severity: wishlist Upstream's Zabbix 2.2.4 builds fine on Wheezy, so I wonder if it would be possible to get new official packages for Jessie? Thanx in advance. Please keep on your good work Harri -- To UNSUBSCRIBE, email to

Bug#752672: boot gets stuck

2014-07-10 Thread Harald Dunkel
Andrew Shadura wrote: Maybe I'm misunderstanding something, but why do you add this line to your interfaces file if you don't have a DHCPv6 server? Come on, does this really matter? Point is that the Debian host got stuck at boot time without any way out. This is fatal. Regards Harri --

Bug#752672: boot gets stuck

2014-07-10 Thread Harald Dunkel
On 07/10/14 13:35, Andrew Shadura wrote: Hello, On 10 July 2014 13:27, Harald Dunkel harald.dun...@aixigo.de wrote: Maybe I'm misunderstanding something, but why do you add this line to your interfaces file if you don't have a DHCPv6 server? Come on, does this really matter? It does

Bug#754824: systemd not user-friendly in case of a problem at boot time

2014-07-14 Thread Harald Dunkel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Package: systemd Version: 204-14 systemd takes 2 minutes to find out that a usb disk mentioned in /etc/fstab is missing. And then it doesn't tell, but asks me to examine more than 1 bazillion lines of system log to find out where the problem might

Bug#750531: xdg-email(1) points to non existing web pag

2014-06-04 Thread Harald Dunkel
Package: xdg-utils Version: 1.1.0~rc1+git20111210-6 xdg-email(1) points to http://portland.freedesktop.org/wiki/EmailConfig, but this page doesn't exist. This is _highly_ frustrating. How can I configure this stuff? Regards Harri -- To UNSUBSCRIBE, email to

Bug#749703: briefly verified

2014-06-05 Thread Harald Dunkel
Hi folks, I have briefly verified the patch for Wheezy's 3.13 and 3.14 bpo kernels. The reference to acpi_os_wait_events_complete is gone. Hope this helps Harri --- kernel/nv-acpi.c.orig 2013-12-30 09:23:36.0 +0100 +++ kernel/nv-acpi.c 2014-06-05 11:34:27.194829353 +0200 @@ -303,7

Bug#751214: man page misleading about find -size

2014-06-11 Thread Harald Dunkel
Package: findutils Version: 4.4.2-8 The man page should be more precise about the difference between find . -size 2G, find . -size -2G and find . -size +2G. And it should say -size [+-]n[cwbkMG] Esp. -size 2G does not work as expected, since it lists a lot of files smaller than 2GByte

Bug#751226: upgrade failed

2014-06-11 Thread Harald Dunkel
Package: targetcli Version: 2.1-1 Upgrading from 2.0rc1-2 to 2.1-1 failed: root@nasl002a:~# dpkg -i /tmp/targetcli_2.1-1_all.deb (Reading database ... 83895 files and directories currently installed.) Preparing to replace targetcli 2.0rc1-2 (using /tmp/targetcli_2.1-1_all.deb) ... Unpacking

Bug#751231: internal error on deleting lun

2014-06-11 Thread Harald Dunkel
Package: targetcli Version: 2.0rc1-2 Trying to remove lun0 I got an internal error: /iscsi/iqn.20...27f9e3c/tpgt1 luns/ ls o- luns ... [2 LUNs] o- lun0

Bug#751475: new upstream version (moved to a new repository)

2014-06-13 Thread Harald Dunkel
Package: drbd8-utils Version: 2:8.4.4-1 Severity: wishlist Upstream provides a new version of drbd8-utils, promised to work with drbd 8.3, 8.4 and 9.0. There is also a new git repository. See the mailing list archives, e.g. http://www.gossamer-threads.com/lists/drbd/users/26441 It

Bug#741415: NMU

2014-07-16 Thread Harald Dunkel
/debian/changelog 2014-07-16 13:15:54.759018253 +0200 @@ -1,3 +1,10 @@ +network-manager-strongswan (1.3.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * use charon-nm instead of charon (Closes: #741415) + + -- Harald Dunkel hdun...@aixigo.de Wed, 16 Jul 2014 13:14:52 +0200 + network

Bug#741415: say goodbye to network-manager-strongswan?

2014-07-17 Thread Harald Dunkel
On 07/16/14 17:56, Thomas Goirand wrote: To try to kill your frustration, I have sponsored the upload of your fix to the delayed/10 queue. If everything goes well, then in 15 days, network-manager-strongswan will be back in Jessie. Thanx very much for your help Regards Harri -- To

Bug#755148: if inet6 is set to manual, then IPv4 is ignored, too

2014-07-18 Thread Harald Dunkel
Package: network-manager Version: 0.9.10.0-1 If I set auto eth0 iface eth0 inet6 manual # EOF in /etc/network/interfaces, then network-manager seems to ignore IPv4 on eth0, too. This is fatal. I would suggest to keep IPv4 and IPv6 seperate, and to introduce explicit

Bug#755997: arping not found

2014-07-25 Thread Harald Dunkel
Package: network-manager Version: 0.9.10.0-1 daemon.log shows that NM tries to run /sbin/arping instead of /usr/sbin/arping: : Jul 25 13:05:34 ppcl001 NetworkManager[4158]: warn Could not send ARP for local address 192.168.1.9: Failed to execute child process /sbin/arping (No such file or

<    5   6   7   8   9   10   11   12   13   14   >