Bug#413383: procps: pgrep -y returns 0

2007-03-04 Thread Ferenc Wágner
Package: procps Version: 1:3.2.7-3 Severity: normal Hi, according to the man page, pgrep should exit with status 2 in case of a syntax error on the command line. Well, it does not: pgrep -y gives a usage message, and exits with status 0. This makes its usage error prone in scripts. Thanks, Fer

Bug#413384: procps: ps -p should accept and empty list (and output nothing)

2007-03-04 Thread Ferenc Wágner
Package: procps Version: 1:3.2.7-3 Severity: wishlist Hi, It would be very useful if ps -p "" and similar would accept the empty list of pids, output nothing and exit successfully. Now I have to special case the "no such process" case in my scripts, which is uncomfortable and error prone. Thank

Bug#415439: multipath-tools-initramfs: superfluous firmware copy

2007-03-19 Thread Ferenc Wágner
Package: multipath-tools-initramfs Version: 1.0.0 Severity: minor Hi, Please forgive me some more nitpicking. /usr/share/initramfs-tools/hooks/firmware_hook emits an error when invoked by update-initramfs: ln: target `/tmp/mkinitramfs_l23764//lib/udev/' is not a directory: No such file or dir

Bug#387057: xfsprogs: repeated xfs_repair does not fix the filesystem

2006-09-11 Thread Ferenc Wágner
Package: xfsprogs Version: 2.8.11-1 Severity: normal Hi, I guess my problem is rooted in the 'well known' 2.6.17 error, or maybe not. Anyway, my experience under a current Sid system is that xfs_repair does not fix my filesystem. It does something, as the first two runs produced slightly differ

Bug#387614: hugin: Does not start after installation

2006-09-15 Thread Ferenc Wágner
Package: hugin Version: 0.6.1-1 Severity: important Hi, after installing hugin by aptitude, I can't use it: $ hugin Panorama obj created /usr/share/locale FATAL error: Could not find data directory, exiting To manually specify the xrc directory open ~/.hugin and add the following to the top of t

Bug#730501: curl: formatting error in man page

2013-11-25 Thread Ferenc Wágner
Package: curl Version: 7.26.0-1+wheezy6 Severity: minor Hi, quoting man curl: If this option is used several times, the last one will be used. IP "--data-ascii " See -d, --data. The IP stuff should be a separate list item (option), not part of the item describing --dump-header. -- Th

Bug#741248: slapd: slapacl corrupts database

2014-03-10 Thread Ferenc Wágner
Package: slapd Version: 2.4.31-1+nmu2 Severity: normal Hi, After a default install of slapd, check the permissions of the admin DN on the base suffix: $ sudo -u openldap slapacl -b dc=ki,dc=iif,dc=hu -D cn=admin,dc=ki,dc=iif,dc=hu entry authcDN: "cn=admin,dc=ki,dc=iif,dc=hu" entry: manage(=mwrs

Bug#681210: amtterm: SoL connection terminates with ERROR: redir_data: unknown r->buf 0x29

2012-07-11 Thread Ferenc Wágner
Package: amtterm Version: 1.3-1 Severity: normal Hi, I use amtterm for Serial over LAN access to a Lenovo ThinkPad X200 laptop. It generally works, but the program always exits during a reboot: amtterm: NONE -> CONNECT (connection to host) ipv4 lant [192.168.101.132] 16994 open amtterm: CONNECT

Bug#710363: util-linux: please add fcntl locking support

2013-05-30 Thread Ferenc Wágner
Package: util-linux Version: 2.20.1-5.3 Severity: wishlist Tags: upstream Hi, The flock utility is great, but sadly, it uses the flock syscall only, thus it does not interoperate with programs using fcntl locking (which seems to be preferred as it's more fine grained and works over NFS). I think

Bug#709281: documentation: libvirtd restart does not affect transient domains

2013-05-22 Thread Ferenc Wágner
Package: libvirt-bin Version: 0.9.12-11 Severity: minor Hi, libvirtd(8) states that on restart "any guests whose XML configuration has not been defined will be lost from the configuration." But transient guests (whose configuration has not been defined as they were started by the create command

Bug#709436: debian-installer: too low memory requirement documented on the F2 boot screen

2013-05-23 Thread Ferenc Wágner
Package: debian-installer Version: wheezy Severity: minor Hi, Booting the Wheezy mini.iso, choosing Help from the menu, pressing F2 says: You must have at least 44 megabytes of RAM to use this Debian installer. Starting the installer with 64 MB of memory enters low memory mode, and reports insu

Bug#716710: debian-installer: keymap is not an alias of keyboard-configuration/xkb-keymap in a preseed file

2013-07-11 Thread Ferenc Wágner
Package: debian-installer Version: 20130613 Severity: minor Hi, Quoting http://www.debian.org/releases/wheezy/amd64/apbs04.html.en: # keymap is an alias for keyboard-configuration/xkb-keymap d-i keymap select us But this form does not actually work (for me at least): one has to use the

Bug#717893: libvirt-bin: libvirtd segfault on destroy

2013-07-25 Thread Ferenc Wágner
Package: libvirt-bin Version: 0.9.12-11+deb7u1 Severity: normal Tags: upstream patch Hi, Libvirtd occasionally segfaults like this (running under gdb without arguments): [...] 2013-07-25 18:23:28.420+: 7845: info : virSecurityDACRestoreSecurityFileLabel:144 : Restoring DAC user and group on

Bug#726420: multipath-tools: Fails to upgrade in root-on-multipath setups

2013-10-15 Thread Ferenc Wágner
Package: multipath-tools Version: 0.4.9+git0.4dfdaf2b-6 Severity: normal Hi, The Debian 7.1 -> 7.2 upgrade includes a multipath-tools upgrade, which fails on a multipath-rooted system: Preparing to replace multipath-tools 0.4.9+git0.4dfdaf2b-6 (using .../multipath-tools_0.4.9+git0.4dfdaf2b-7~de

Bug#676646: RFS: sblim-wbemcli/1.6.2-4 [ITP #675232] through the BTS this time

2012-06-08 Thread Ferenc Wágner
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "sblim-wbemcli" Package name: sblim-wbemcli Version : 1.6.2-4 Upstream Author : Tyrel Datwyler URL : http://sourceforge.net/apps/mediawiki/sblim/index.php?

Bug#796329: dracut: tries to locate plugins in /lib64

2015-08-21 Thread Ferenc Wágner
Source: dracut Severity: normal Hi, /usr/lib/dracut/dracut-functions.sh contains this snippet: # Detect lib paths if ! [[ $libdirs ]] ; then if [[ "$(ldd /bin/sh)" == */lib64/* ]] &>/dev/null \ && [[ -d /lib64 ]]; then libdirs+=" /lib64" [[ -d /usr/lib64 ]] && libdirs

Bug#468555: The -lpthread workaround is still needed

2016-11-09 Thread Ferenc Wágner
In current unstable with libtool 2.4.6 this workaround is still needed. -- Feri

Bug#843847: unixodbc: please package the latest patchlevel release

2016-11-10 Thread Ferenc Wágner
Package: unixodbc Severity: wishlist Dear Maintainer, unixODBC 2.3.4 was released on 2015-08-31 with fixes for several bugs which are critical in our setup. I'd be grateful if you could get it into squeeze. If you can't spare the time to package it, I'm willing to help out: the jessie package I

Bug#843847: unixodbc: please package the latest patchlevel release

2016-11-11 Thread Ferenc Wágner
Steve Langasek writes: > I was looking at this recently, and wanted to get things set up properly to > use a debian/watch file. Great! > Do you happen to know why the following watch file doesn't find the > new release with 'uscan'? > > version=3 > ftp://ftp.unixodbc.org/pub/unixODBC/unixOD

Bug#844263: libxml-security-c-dev: depending on libssl1.0-dev breaks open-vm-tools

2016-11-14 Thread Ferenc Wágner
Russ Allbery writes: > Bernd Zeimetz writes: > >> unfortunately your decision to depend on libssl1.0-dev breaks the build >> open-vm-tools as most other build-dependencies decided to migrate to >> the new openssl version. > >> I know that shibboleth is the issue, but the current situation breaks

Bug#862248: [Debian-ha-maintainers] Bug#862248: Bug#862248: No straightforward and permanent way to disable DRBD autostart, no drbd systemd unit file

2017-05-10 Thread Ferenc Wágner
Apollon Oikonomopoulos writes: > On 17:53 Wed 10 May , Christian Balzer wrote: > >> # systemctl disable drbd >> drbd.service is not a native service, redirecting to systemd-sysv-install. >> Executing: /lib/systemd/systemd-sysv-install disable drbd >> insserv: warning: current start runlevel(s

Bug#862248: No straightforward and permanent way to disable DRBD autostart, no drbd systemd unit file

2017-05-11 Thread Ferenc Wágner
Apollon Oikonomopoulos writes: > On 09:15 Thu 11 May, Christian Balzer wrote: > >> Firstly I recreated the initial state bu unmasking drbd and enabling >> it, then reloading systemd. >> >> That find then gives us: >> --- >> /run/systemd/generator.late/drbd.service >> /etc/systemd/system/multi-u

Bug#862719: resource-agents: pgsql RA needs update for default stretch Postgres version

2017-05-23 Thread Ferenc Wágner
Hi Christoph, You seem to have stakes with PostgreSQL and also upload resource-agents now and then: have you got plans for dealing with this issue? -- Regards, Feri

Bug#858417: libapache2-mod-shib2: Lots of apache workers in "Closing connection" state. Endless sleeping of apache workers.

2017-03-24 Thread Ferenc Wágner
Pavel Polacek writes: > (gdb) bt > #0 __lll_lock_wait () at > ../nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135 > #1 0x7f032831c479 in _L_lock_909 () from > /lib/x86_64-linux-gnu/libpthread.so.0 > #2 0x7f032831c2a0 in __GI___pthread_mutex_lock (mutex=0x7f032ab42420) at > ../

Bug#855338: ntp: init script stop operation exits early

2017-02-16 Thread Ferenc Wágner
Package: ntp Version: 1:4.2.6.p5+dfsg-7+deb8u2 Severity: important Dear Maintainer, Under systemd restarting the NTP daemon is racy, which can lead to a silent failure to start a new instance of the daemon during upgrades. The problem is that systemd has no separate restart action, just does a st

Bug#852700: unixodbc: Please (allow me) backport 2.3.4-1

2017-02-27 Thread Ferenc Wágner
Ping? -- Thanks, Feri.

Bug#852700: unixodbc: Please (allow me) backport 2.3.4-1

2017-04-25 Thread Ferenc Wágner
Hi, I'll start preparing a jessie backport soon. If no complication arises, I'll simply upload it and close this bug. -- Thanks, Feri

Bug#814881: nslcd restart failures

2016-05-17 Thread Ferenc Wágner
Hi, This bug really hurts our jessie systems. Can we expect a stable update with the fix? -- Thanks, Feri

Bug#759473: cluster-glue: wrong owner on core file directories

2014-08-27 Thread Ferenc Wágner
Package: cluster-glue Version: 1.0.9+hg2665-1 Severity: normal Hi, $ ls -l /var/lib/heartbeat/cores/ total 0 drwxr-xr-x 2 root root 6 Feb 29 2012 hacluster drwxr-xr-x 2 root root 6 Feb 29 2012 nobody drwxr-xr-x 2 root root 6 Feb 29 2012 root but these directories should be owned by hacluster

Bug#794566: src:libqb: symbols file ignores data type changes

2015-08-04 Thread Ferenc Wágner
Package: src:libqb Severity: normal Tags: patch Based on http://upstream.rosalinux.ru/versions/libqb.html, there were a couple of changes which the symbols file does not accout for: * enum qb_ipc_type gained the QB_IPC_NATIVE member in 0.13.0, affecting qb_ipcs_create(). * enum qb_log_conf gai

Bug#803776: libqb FTBFS on linux-amd64 with correct sun_path to bind()

2016-06-18 Thread Ferenc Wágner
Hi, Did this go anywhere? I can't even see the problem, but that doesn't mean there isn't one. Svante, can you reproduce this? -- Thanks, Feri

Bug#807428: [Debian-ha-maintainers] Bug#807428: csync2: socket activation and running as system user

2016-06-20 Thread Ferenc Wágner
Dhionel Díaz writes: > El 20/06/16 a las 05:57, Christoph Berg escribió: > >> Re: Dhionel Díaz 2015-12-08 <5667290f.3060...@cenditel.gob.ve> >> >>> The attached patch was prepared to make csync2 a socket activated >>> service managed with systemd and avoid the use of inetd, >> >> Unfortunately

Bug#807428: [Debian-ha-maintainers] Bug#807428: csync2: socket activation and running as system user

2016-06-21 Thread Ferenc Wágner
Christoph Berg writes: > Re: Dhionel Díaz 2016-06-21 > <0c44f8f5-4d46-60e7-2bc3-d16956869...@cenditel.gob.ve> > >>> What about depending on inetd | systemd-sysv and invoking update-inetd >>> only if systemd is not running? > > Doesn't that fail if the system is switched to/from systemd after the

Bug#807428: [Debian-ha-maintainers] Bug#807428: csync2: socket activation and running as system user

2016-06-22 Thread Ferenc Wágner
Christoph Berg writes: > Re: Ferenc Wágner 2016-06-21 <87eg7q2s9s@lant.ki.iif.hu> > >> Hmm, maybe you could have the csync2.socket conflict with inet.service >> to avoid this failure mode... That would serve csync2 via inetd instead >> of systemd, which is ine

Bug#820977: [buildd-tools-devel] Bug#820977: sbuild: please log the dpkg-buildpackage command line options

2016-04-29 Thread Ferenc Wágner
Johannes Schauer writes: > Quoting Ferenc Wágner (2016-04-28 07:58:35) > >> While working on enabling source-only uploads for some packages, several >> times I found myself wondering what type of (failed) build (arch-any/ >> arch-all/mixed) a given build log c

Bug#811064: dh-exec: Specify optional files that should be installed when available

2016-05-05 Thread Ferenc Wágner
Hi, I'd like to use such a feature for optionally shipping systemd service files, which are installed by the upstream build system on Linux only. In these cases I have conditional Build-Depends items, conditional configure options in debian/rules and conditional dh_install lines. I can avoid ment

Bug#823899: src:libstatgrab: FTBFS on hurd-i386

2016-05-10 Thread Ferenc Wágner
Package: src:libstatgrab Version: 0.91-1 Severity: normal Hi, As its home page advertises libstatgrab as multi-platform, you might be interested in the following buildd report: Failing reason for libstatgrab on hurd-i386: > disk_stats.c:534:31: error: 'VALID_FS_TYPES' undeclared (first use in t

Bug#823900: src:libstatgrab: FTBFS on kfreebsd

2016-05-10 Thread Ferenc Wágner
Package: src:libstatgrab Version: 0.91-1 Severity: normal Hi, Build testing fails on kfreebsd-{amd64,i386} as buildd reports: Test Summary Report --- single_threaded/diff_stats.t (Wstat: 4096 Tests: 31 Failed: 16) Failed tests: 3, 7, 10, 13-14, 16, 18-19, 21-22, 25-27

Bug#752512: corosync: Corosync doesn't start at reboot

2016-05-12 Thread Ferenc Wágner
Christoph Berg writes: > Is that something we can or should fix on the corosync side? Without further information I can't see anything to fix in corosync. > Or reassign to drbd-utils to change the default for wfc-timeout? Sounds like a good idea, the original report shows S03drbd S04corosync.

Bug#828001: override: corosync-dev:oldlibs/extra

2016-06-23 Thread Ferenc Wágner
Package: ftp.debian.org Severity: normal Hi, corosync-dev is a transitional package since 1.99.9-1, thus its section and priority changed as recommended by dev-ref 6.7.7. Please adjust the overrides accordingly. -- Thanks, Feri.

Bug#828015: override: libqb-dev:libdevel/optional

2016-06-23 Thread Ferenc Wágner
Package: ftp.debian.org Severity: normal libqb does not conflict with anything, so it should be optional.

Bug#828016: override: libqb0:libs/optional

2016-06-23 Thread Ferenc Wágner
Package: ftp.debian.org Severity: normal libqb does not conflict with anything, so it should be optional.

Bug#828014: override: libqb-doc:doc/optional

2016-06-23 Thread Ferenc Wágner
Package: ftp.debian.org Severity: normal libqb does not conflict with anything, so it should be optional.

Bug#641730: pacemaker: attrd never updates CIB when attributes are updated more frequently than their timeout setting

2016-06-29 Thread Ferenc Wágner
Hi, In my reading, the -d option works as documented. Did you mean to submit a feature request? In that case, we'll have to open an upstream issue for this. -- Feri

Bug#820977: [buildd-tools-devel] Bug#820977: sbuild: please log the dpkg-buildpackage command line options

2016-04-27 Thread Ferenc Wágner
Johannes Schauer writes: > Quoting Ferenc Wágner (2016-04-14 10:52:43) > >> I miss the options passed to dpkg-buildpackage from the build logs, >> please consider logging the full command line. > > what is the use case of having the dpkg-buildpackage invocation logged for

Bug#770803: debconf-i18n: typo in Hungarian translation

2014-11-24 Thread Ferenc Wágner
Package: debconf-i18n Version: 1.5.49 Severity: minor Tags: l10n Hi, at http://anonscm.debian.org/cgit/debconf/debconf.git/tree/po/hu.po#n293, the translation of Extracting templates from packages: %d%% is given as Sablonok kicsomagolása e csomagokból: %d%% which I find incorrect, as it requi

Bug#770827: slapd: can't reconfigure dumping

2014-11-24 Thread Ferenc Wágner
Package: slapd Version: 2.4.40-2 Severity: normal Hi, I wanted to manually set dumping to "never" before upgrading, because restoring the dump breaks on partial replicas (#614569). However, dpkg-reconfigure slapd only asks if I want to "omit OpenLDAP server configuration", which I want, because

Bug#756949: file: Linux kernel version string truncated

2014-08-03 Thread Ferenc Wágner
Package: file Version: 5.11-2+deb7u3 Severity: minor Tags: patch Hi, Please consider this example: $ file /boot/vmlinuz-3.2.0-4-amd64 /boot/vmlinuz-3.2.0-4-amd64: Linux kernel x86 boot executable bzImage, version 3.2.0-4-amd64 (debian-ker...@lists.debian.org) #1 SMP Debian 3., RO-rootFS, swap

Bug#777462: kpartx_id generates wrong WWN

2015-02-08 Thread Ferenc Wágner
Package: kpartx Version: 0.5.0-5 Severity: normal Hi, I've got an iSCSI rooted jessie system. /etc/multipath.conf defines the following alias for the (multipathed and dm-crypted) disk: multipaths { multipath { wwid 360e00d110011043c0032 alias

Bug#771962: unblock: openldap/2.4.40-3.1

2014-12-03 Thread Ferenc Wágner
.4.40/debian/changelog @@ -1,3 +1,12 @@ +openldap (2.4.40-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Disable schema checking for reloading the dumped data during upgrades, +to avoid interrupting the upgrade procedure of partial replicas. +(Closes: #614569). + + -- Ferenc W

Bug#772004: RFS: openldap/2.4.40-3.1 NMU -- smooth upgrade for partial replicas

2014-12-04 Thread Ferenc Wágner
the various options for fixing it have been discussed on the BTS, and this seems like the best solution for now. Regards, Ferenc Wágner -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#781032: apache2-dev: typo in man dh_apache2: INVOKATION

2015-03-23 Thread Ferenc Wágner
Package: apache2-dev Version: 2.4.10-10 Severity: minor Hi, man dh_apache2 contains an INVOKATION section instead of INVOCATION. Please fix up this typo when convenient. -- Thanks, Feri. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Bug#783165: debhelper: dh_installdocs --link-doc does not install copyright if doc directory is already present

2015-04-23 Thread Ferenc Wágner
Package: debhelper Version: 9.20120909 Severity: normal Hi, man dh_installdocs says: --link-doc=package [...] This has no effect when [...] the documentation directory to be created already exists when dh_installdocs is run. [...] Based on this I expected dh_installdocs to install

Bug#800521: systemd: sys-kernel-config.mount not functional

2015-09-30 Thread Ferenc Wágner
Package: systemd Version: 215-17+deb8u2 Severity: normal Hi, On stock jessie systems sys-kernel-config.mount is not functional, because /sys/kernel/config does not exist before the configfs module is loaded, thus ConditionPathExists fails on system boot. RedHat solved this by building configfs i

Bug#768610: unblock: sblim-wbemcli/1.6.2-9

2014-11-08 Thread Ferenc Wágner
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package sblim-wbemcli This new revision fixes #768203 by declaring Breaks+Replaces python-pywbem (<< 0.8.0~dev650-1~) to seamlessly overwrite /usr/bin/wbemcli during upgrades

Bug#814450: [Debian-ha-maintainers] Bug#814450: Bug#814450: pcs: FTBFS: install: omitting directory 'pcs/'

2016-02-11 Thread Ferenc Wágner
Christoph Berg writes: > IMHO the best fix would be to move /usr/lib/$ARCH/pacemaker to > /usr/lib/pacemaker in the pacemaker package We can do that, I'm butchering up the pacemaker package anyway. > (Multi-Arch for programs doesn't work anyway), (And the pacemaker package is not multi-arch fo

Bug#815823: [Debian-ha-maintainers] Bug#815823: pacemaker: fake ERROR regarding RA metadata?

2016-02-25 Thread Ferenc Wágner
Arturo Borrero Gonzalez writes: > % sudo crm configure primitive test ocf:heartbeat:IPv6addr params > ipv6addr="fe00::1:200" cidr_netmask="64" nic="eth0" > ERROR: pengine:metadata: got no meta-data, does this RA exist? Thanks for the report. Why do you think it's a pacemaker bug, not a crmsh o

Bug#738704: [Debian-ha-maintainers] Bug#738704: closed by wf...@niif.hu (Ferenc Wágner) (Re: pacemaker: Segfault in libhbclient.so.1.0.0)

2016-02-27 Thread Ferenc Wágner
Philipp Marek writes: >> Pacemaker isn't built with Heartbeat support anymore. I recommend to >> migrate to Corosync 2. > > That's too bad, because > >>> I'm using 4 physical network interfaces, so corosync won't do. Do you mean that Corosync won't let you use independent links for heartbeat an

Bug#813009: pacemaker: the bundled RAs need components from resource-agents

2016-01-28 Thread Ferenc Wágner
Package: pacemaker Version: 1.1.14-1 Severity: normal The bundled resource agents (/usr/lib/ocf/resource.d/pacemaker/*) all include /usr/lib/ocf/resource.d/heartbeat/.ocf-shellfuncs, which is shipped by the Recommended resource-agents package. Consider upgrading this to Depends. $ sudo crm_resou

Bug#813008: pacemaker-remote: The dummy RA belongs to the pacemaker package

2016-01-28 Thread Ferenc Wágner
Package: pacemaker-remote Severity: normal The pacemaker_remoted daemon runs on "remote" nodes instead of Pacemaker proper, but the ocf:pacemaker:remote RA is built into crmd running on "local" nodes. /usr/lib/ocf/resource.d/pacemaker/remote is a dummy RA script providing metadata for this built-

Bug#813521: debian-maintainers: Please add Ferenc Wágner as a Debian Maintainer

2016-02-02 Thread Ferenc Wágner
Package: debian-maintainers Severity: normal Hi, Please add my key (0x3AC8F716477EDB23) to the Debian Maintainers keyring. I've attached the jetring changeset. -- Thanks, Ferenc Wágner Comment: Add Ferenc Wágner as a Debian Maintainer Date: Tue, 02 Feb 2016 18:02:30 +0100 Action: i

Bug#813008: [Debian-ha-maintainers] Bug#813008: pacemaker-remote: The dummy RA belongs to the pacemaker package

2016-02-04 Thread Ferenc Wágner
In short, these files should be moved from pacemaker-remote to pacemaker (and the agent description filled out eventually to generate a sensible man page): /usr/share/man/man7/ocf_pacemaker_remote.7.gz /usr/lib/ocf/resource.d/pacemaker/remote Additionally, the pacemaker-remote RPM contains logrot

Bug#738704: [Debian-ha-maintainers] Bug#738704: closed by wf...@niif.hu (Ferenc Wágner) (Re: pacemaker: Segfault in libhbclient.so.1.0.0)

2016-02-29 Thread Ferenc Wágner
Philipp Marek writes: > I'd just like to know why Heartbeat support isn't included anymore... yes, > it won't do OCFS2 or GFS2, but in exchange it has been rock-solid for me. Ah, I see. No principal reason, just lack of manpower. I'll be happy if we can properly maintain a single stack; we're

Bug#759492: File conflicts between /bin and /usr/bin

2017-05-29 Thread Ferenc Wágner
On Sat, 31 Dec 2016 23:33:13 -0800 Russ Allbery wrote: > + To support merged-/usr systems, packages must not > + install files in both path Is there a reason to omit the leading slash in this construct? I think I'd find /path more symmetric and thus easier to follow. -- Regards

Bug#863729: debian-policy: please use the cgit link in Vcs-Browser

2017-05-30 Thread Ferenc Wágner
Package: debian-policy Severity: minor Dear Maintainer, Your control file specifies https://anonscm.debian.org/git/dbnpolicy/policy.git as Vcs-Browser, but the gitweb interface gives "Bad object id:" messages when clicking into the shortlog section. Please switch to https://anonscm.debian.org/cg

Bug#863871: mailman: spelling mistake in Hungarian monthly reminder

2017-06-01 Thread Ferenc Wágner
Package: mailman Severity: minor Tags: patch l10n upstream Dear Maintainer, The last sentence of /usr/share/mailman/hu/cronpass.txt goes like: Kérdéseidet, problémáidat, megjegyzéseidet, egyéb mást a(z) %(owner)s címre küld. The last word misses a 'd' at the end, it should be 'küldd',

Bug#831786: dh-exec: breaks dh_install --fail-missing

2017-08-25 Thread Ferenc Wágner
On Sun, 09 Oct 2016 08:06:00 + Niels Thykier wrote: > I will have a look at fixing the debhelper side of this, so it becomes > less magic. As it is, I cannot quite grok the proposed solution in > dh-exec - which I am pretty sure is no fault of dh-exec itself, but > rather an artefact of the

Bug#695873: memtest86+: Serial console does not work

2017-06-16 Thread Ferenc Wágner
Control: found -1 5.01-2 > When recompiled with SERIAL_CONSOLE_DEFAULT=1 and other settings in > config.h the serial console works fine. However setting the > parameters from the boot prompt with lilo (or pxelinux) does not. I'm in the same situation with Syslinux: passing serial options on the c

Bug#782030: stunnel4: Fails to restart on slow/loaded systems

2017-06-21 Thread Ferenc Wágner
Package: stunnel4 Followup-For: Bug #782030 Here's a patch adding systemd Type=notify support: --- a/src/ui_unix.c +++ b/src/ui_unix.c @@ -107,6 +107,9 @@ if(signal(SIGINT, SIG_IGN)!=SIG_IGN) signal(SIGINT, signal_handler); /* fatal */ #endif +#ifdef USE_SYSTEMD +sd

Bug#865574: samhain: systemd calls samhain (null)

2017-06-22 Thread Ferenc Wágner
Package: samhain Severity: minor Dear Maintainer, The startup of Samhain is logged to the console like: Starting (null)... [...] [ OK ] Started (null). This happens because systemd uses the Short-Description from the init script LSB headers here, but /etc/init.d/samhain does not cont

Bug#874193: xml-security-c: Does not build with C++11 enabled, required for Xerces 3.2.0

2017-09-07 Thread Ferenc Wágner
Control: tags -1 +moreinfo Control: clone -1 -2 Control: retitle -2 libnss3-dev breaks the build Roger Leigh writes: > Please see the patches I attached to the upstream ticket here: > https://issues.apache.org/jira/browse/SANTUARIO-471 which resolve a > number of defects in the source which prev

Bug#866000: icinga2: AttachDebugger=true does not find gdb

2017-06-26 Thread Ferenc Wágner
Package: icinga2 Version: 2.6.0-2 Severity: normal Dear Maintainer, After installing icinga2 and gdb, I get this: $ /usr/sbin/icinga2 daemon -D AttachDebugger=true -D RunAsUser=wferi -D RunAsGroup=wferi [2017-06-26 14:51:46 +0200] information/cli: Icinga application loader (version: r2.6.0-1)

Bug#867902: systemd: don't try to execute non-executables under /lib/systemd/system-sleep/

2017-07-10 Thread Ferenc Wágner
Package: systemd Version: 215-17+deb8u7 Severity: normal Dear Maintainer, man systemd-suspend.service says: Immediately before entering system suspend and/or hibernation systemd-suspend.service (and the other mentioned units, respectively) will run all executables in /usr/lib/systemd

Bug#869818: git-ftp: git ftp download can remove .git directory

2017-07-26 Thread Ferenc Wágner
Package: git-ftp Version: 1.3.1-1 Severity: normal Tags: patch upstream Forwarded: https://github.com/git-ftp/git-ftp/issues/377 Dear Maintainer, Please consider this session: $ git init [...] $ git config git-ftp.user myuser $ git config git-ftp.url sftp://my.serv.er/~/www/foo $ echo .git-ftp-i

Bug#869986: [Debian-ha-maintainers] Bug#869986: Bug#869986: pacemaker FTBFS: missing symbols

2017-08-07 Thread Ferenc Wágner
Valentin Vidic writes: > Seems to be related to binutils 2.29 problem reported here: > https://bugzilla.redhat.com/show_bug.cgi?id=1477354 Absolutely, thanks for this very good find, Valentin! These symbols caused problems on non-x86 architectures before, and now libqb is broken for good (so

Bug#869986: [Debian-ha-maintainers] Bug#869986: Bug#869986: pacemaker FTBFS: missing symbols

2017-08-07 Thread Ferenc Wágner
Valentin Vidic writes: > Right, the upstream is having problems with libqb, but maybe they don't > see the problem with pacemaker libs if they are not checking the > exported symbols. There's no problem with the Pacemaker libs, the "missing" symbols are a manifestation of the binutils incompatib

Bug#846608: shibboleth-sp2-utils: shibd.service is installed disabled, unlike init script

2016-12-08 Thread Ferenc Wágner
Etienne Dysli-Metref writes: > On 05/12/16 22:36, Russ Allbery wrote: > >> General Debian policy is to enable all services at boot by default. >> So yes, this is the correct approach. > > I managed to fix this and uploaded a new revision at > https://mentors.debian.net/package/shibboleth-sp2. I'v

Bug#803777: partly merged upstream

2016-12-08 Thread Ferenc Wágner
Hi Svante, Most of this is indeed merged into upstream 1.0.1, but the part which uses QB_GNU is not, only its definition (6bd3f08). Why is this so? -- Thanks, Feri

Bug#828608: Building with OpenSSL 1.0.2 is sufficient for stretch

2016-12-11 Thread Ferenc Wágner
Control: tags -1 - patch Adrian Bunk writes: > Not a perfect solution but sufficient for stretch is the patch below to > use OpenSSL 1.0.2 > [...] > libcurl4-openssl-dev, > liblog4shib-dev, > - libssl-dev, > + libssl1.0-dev | libssl-dev (<< 1.1.0~), As previously established in this bug re

Bug#828608: Building with OpenSSL 1.0.2 is sufficient for stretch

2016-12-11 Thread Ferenc Wágner
Control: tags -1 + patch Adrian Bunk writes: > On Sun, Dec 11, 2016 at 03:13:58PM +0100, Ferenc Wágner wrote: > >> Adrian Bunk writes: >> >>> Not a perfect solution but sufficient for stretch is the patch below to >>> use OpenSSL 1.0.2 >>> [...]

Bug#847809: ITP: tcvt -- multicolumn virtual terminal

2016-12-11 Thread Ferenc Wágner
Package: wnpp Severity: wishlist Owner: "Ferenc Wágner" * Package name: tcvt Version : git snapshot 82c24e2 Upstream Author : Helmut Grohne * URL : http://subdivi.de/~helmut/tcvt/ * License : BSD-2-clause Programming Lang: Python D

Bug#847681: packaging repository and sid diverging? Various fixes needed.

2016-12-12 Thread Ferenc Wágner
Daniel Pocock writes: > Could either of you comment on this bug? I saw your names in the > nfs-utils changelog. I've seen various problems with NFS under jessie > and I was hoping to help test if for stretch. Hi Daniel, I'm not involved in the maintenance of nfs-utils, just reported a trivial

Bug#847681: packaging repository and sid diverging? Various fixes needed.

2016-12-12 Thread Ferenc Wágner
Daniel Pocock writes: > On 12/12/16 10:23, Ferenc Wágner wrote: > >> However, I also encountered serious problems deploying NFS (both client >> and server side) under jessie, and I would agree to team up and help do >> better for stretch. > > Can you tell us i

Bug#847809: ITP: tcvt -- multicolumn virtual terminal

2016-12-15 Thread Ferenc Wágner
Adrien CLERC writes: > Le 11/12/2016 à 23:39, Ferenc Wágner a écrit : > >> * Package name: tcvt >> Version : git snapshot 82c24e2 >> Upstream Author : Helmut Grohne >> * URL : http://subdivi.de/~helmut/tcvt/ > > From the main page

Bug#843847: unixodbc: please package the latest patchlevel release

2016-12-16 Thread Ferenc Wágner
Steve Langasek writes: > I've uploaded now. Great, thank you very much! > FWIW I've still not managed to get uscan working. > > $ cat debian/watch > version=3 > ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-([0-9.]+)\.tar\.gz Strange, it works for me after extracting your package: $ dpkg-sour

Bug#852700: unixodbc: Please (allow me) backport 2.3.4-1

2017-01-26 Thread Ferenc Wágner
Source: unixodbc Severity: wishlist Dear Maintainer, As noted in #843847, we use an unofficial backport of an unofficial 2.3.4 package. Now that you've kindly provided an official 2.3.4-1, I'd like to switch to an official backport as well. Could you please provide a jessie backport of it? Or

Bug#745778: openssh-server/permit-root-login should be honored for new installs too

2017-01-31 Thread Ferenc Wágner
Hi, How is this supposed to work now? On a fresh stretch install, with /etc/ssh/sshd_config being identical to /usr/share/openssh/sshd_config, dpkg-reconfigure openssh-server does not ask anything: # DEBCONF_DEBUG=developer dpkg-reconfigure openssh-server debconf (developer): starting /var/lib/d

Bug#842886: sbd: FTBFS with ld --as-needed

2016-12-20 Thread Ferenc Wágner
At the same time, traces of libcoroipcc should be eradicated from configure.ac as well. -- Feri

Bug#828607: closing 828607

2016-12-26 Thread Ferenc Wágner
Niels Thykier writes: > close 828607 > thanks Hi Niels, Thanks for re-closing this bug. Could you please help me understand why xml-security-c 1.7.3-4 hasn't migrated to testing yet, even though https://qa.debian.org/excuses.php?package=xml-security-c says it's "47 days old (needed 10 days)"

Bug#843419: init-d-script: please provide a way to not use the --name option of start-stop-daemon

2016-11-06 Thread Ferenc Wágner
Package: sysvinit-utils Version: 2.88dsf-59 Severity: wishlist Dear Maintainer, start-stop-daemon --name=name-longer-than-15-characters fails on Linux, because of the 15-character limit on process names. Other kernels have similar but different limits, see the conditionals starting at https://an

Bug#814881: nslcd restart failures

2016-11-21 Thread Ferenc Wágner
Salvatore Bonaccorso writes: > On Tue, May 17, 2016 at 04:45:35PM +0200, Ferenc W??gner wrote: > >> This bug really hurts our jessie systems. Can we expect a stable >> update with the fix? > > Attached is a proposed debdiff, as with the patch used for the > unstable uplaod. I can confirm that

Bug#570232: Please ship cmirrord

2016-11-22 Thread Ferenc Wágner
Hi Bastian, Please ship cmirrord in some form. Including it in the clvm package (not that I advocate it) is as simple as: diff --git a/debian/clvm.install b/debian/clvm.install index 03a22a5..3ec28dd 100644 --- a/debian/clvm.install +++ b/debian/clvm.install @@ -1,5 +1,8 @@ lib/systemd/lvm2-clu

Bug#843847: unixodbc: please package the latest patchlevel release

2016-11-29 Thread Ferenc Wágner
Hi Steve, Do you need any help with this, or will you get to it before the stretch freeze? (I mentioned squeeze repeatedly in the original report. That was a mistake, of course.) -- Thanks, Feri

Bug#844263: libxml-security-c-dev: depending on libssl1.0-dev breaks open-vm-tools

2016-12-04 Thread Ferenc Wágner
Russ Allbery writes: > wf...@niif.hu (Ferenc Wágner) writes: > >> Just adding that Shibboleth itself is also problematic, because >> XMLTooling, which is incompatible with OpenSSL 1.1, uses libcurl, >> which already switched to OpenSSL 1.1. So switching xml-security-c &

Bug#844263: libxml-security-c-dev: depending on libssl1.0-dev breaks open-vm-tools

2016-12-04 Thread Ferenc Wágner
"Cantor, Scott" writes: > On 12/4/16, 11:09 AM, wf...@niif.hu wrote: > >> I can't see any conclusion in the OpenSSL 1.1 thread on debian-devel, >> but we're running out of time. We can't keep XMLTooling at OpenSSL >> 1.0, because libcurl uses 1.1, but we can't switch to 1.1 either, >> because th

Bug#844263: libxml-security-c-dev: depending on libssl1.0-dev breaks open-vm-tools

2016-12-04 Thread Ferenc Wágner
"Cantor, Scott" writes: > Didn't Debian at one time support simultaneous installation of libcurl > built on both NSS and OpenSSL? It still does. > Can't they just provide a libcurl for both OpenSSL versions, with > appropriate naming changes? I think that would be possible, and I even brought

Bug#844263: libxml-security-c-dev: depending on libssl1.0-dev breaks open-vm-tools

2016-12-06 Thread Ferenc Wágner
Sam Hartman writes: > can we (Debian) support SSL 1.1 with Shibboleth? > That is, are the patches something you're comfortable integrating as > Debian? I haven't seen the latest iteration of the Santuario compatibility patches yet. Judging by the earlier glimpses, they are quite big and require

Bug#843847: unixodbc: please package the latest patchlevel release

2016-12-07 Thread Ferenc Wágner
Hi Steve, Would it help if I prepared an NMU? -- Feri

Bug#843041: Clarification of conduct

2016-12-07 Thread Ferenc Wágner
Hi Salvatore, According to Pacemaker upstream, they sent forward notice about this vulnerability to the Debian Security Team a couple of weeks before the disclosure. Did you get it? I'm the primary maintainer of the pacemaker package in Debian, but I only learnt about the issue fr

Bug#849848: blhc: Architecture independent packages shouldn't log compiler commands

2017-01-08 Thread Ferenc Wágner
Control: reassing 849848 qa.debian.org Simon Ruderich writes: > On Sun, Jan 01, 2017 at 12:06:39PM +0100, Ferenc Wágner wrote: > >> https://qa.debian.org/bls/bytag/I-no-compiler-commands.html says: >> >> Possible issues this might hint at: >> * A package bein

  1   2   3   4   >