Bug#297359: acknowledged by developer (Bug#297359: fixed in autofs 4.1.3+4.1.4beta2-8)

2005-05-11 Thread Jon DeVree
Thank you for getting basic replication working. Now replication only works when the NFS exports use the same path, if different paths are used it fails. Multiple replicated hosts, different (potentially) paths: host1:/path/pathA host2:/path/pathB My configuration: jon787 -hard,intr,nodev,nosui

Bug#297359: acknowledged by developer (Bug#297359: fixed in autofs 4.1.3+4.1.4beta2-8)

2005-05-11 Thread Jon DeVree
> Would you mind trying if > http://people.debian.org/~sesse/autofs_4.1.4-1_i386.deb > fixes the problem? Works perfectly for me. -- Jon "Its like I call you on the tellephone, If...I get your ansermachine... I say 'You Fail!' and then hangup!" -- CK commenting on Asynchronus Message passing si

Bug#297359: acknowledged by developer (Bug#297359: fixed in autofs 4.1.3+4.1.4beta2-8)

2005-05-12 Thread Jon DeVree
On Thu, May 12, 2005 at 03:05:38PM +0200, Steinar H. Gunderson wrote: > OK. What about > http://people.debian.org/~sesse/autofs_4.1.3+4.1.4beta2-9_i386.deb ? > Works like a charm. -- Jon "Its like I call you on the tellephone, If...I get your ansermachine... I say 'You Fail!' and then hangup!" --

Bug#794721: Acknowledgement (udev_queue_get_udev_is_active API is broken starting in 221-1)

2015-08-10 Thread Jon DeVree
As far as the shutdown problem is concerned, just putting udevd's pid into /run/sendsigs.omit.d/udevd fixes the problem without causing any new ones. Thats probably a good fix for debian rather than trying to patch udevd itself. -- Jon Doge Wrangler X(7): A program for managing terminal windows.

Bug#794721: Acknowledgement (udev_queue_get_udev_is_active API is broken starting in 221-1)

2015-08-23 Thread Jon DeVree
On Sun, Aug 23, 2015 at 18:57:14 +0200, Michael Biebl wrote: > Hi Jon, > > That approach is sysvinit specific, though. Can you actually reproduce > the problem with systemd being your PID 1? > I don't appear to be able to. Presumably because udev isn't terminated until later in the shutdown sequ

Bug#806505: libqt4-network: failed looksup on SSLv3_*_method

2015-11-30 Thread Jon DeVree
On Mon, Nov 30, 2015 at 12:52:30 -0300, Lisandro Damián Nicanor Pérez Meyer wrote: > tag 806505 moreinfo > thanks > > On Saturday 28 November 2015 01:03:39 Jon wrote: > > Dear Maintainer, > > > > libqt4-network is trying to look up SSLv3_*_method functions in OpenSSL > > which recently got remov

Bug#806505: libqt4-network: failed looksup on SSLv3_*_method

2015-11-30 Thread Jon DeVree
On Mon, Nov 30, 2015 at 15:19:06 -0300, Lisandro Damián Nicanor Pérez Meyer wrote: > On Monday 30 November 2015 15:07:00 Lisandro Damián Nicanor Pérez Meyer wrote: > [snip] > > I also don't know if it would be preferable or not to make an assertion in > > case sslv3 support is not present, so apps

Bug#804611: socat: FTBFS: undefined reference to `SSLv3_client_method'

2015-11-30 Thread Jon DeVree
This is essentially the same as Peter's patch, but with the checks preemptively extended to the other handshake methods so we don't go through this again when someone decides to kill TLSv1.0 Checking for SSLv23_*_method is probably excessive, but the configure script and xio-openssl.c were already

Bug#794721: udev_queue_get_udev_is_active API is broken starting in 221-1

2015-09-10 Thread Jon DeVree
On Sun, Aug 30, 2015 at 15:41:44 +0200, Michael Biebl wrote: > Can you find out, why /run/udev/control is no longer unlinked on > shutdown when being run under sysvinit? The file is never unlinked anymore under systemd either, its just that systemd appears to automatically respawn udevd when /run/

Bug#762755: bind 9.9.5-4.1: assertion failure

2014-09-28 Thread Jon DeVree
I have this and poked around monitoring everything while it happened repeatedly. I stumbled onto a reliable means of reproduction: dig -t ocsp.verisign.net. Happens with dnssec enable and disabled, so its not that. I tried it with a pretty stripped down to the original bind config and it sti

Bug#585559: Bug #58559: mutt: tokyocabinet is slower than gdbm

2014-09-28 Thread Jon DeVree
Apparently this bug is still a thing, I thought the maintainer closed it. I'm glad to hear I am not crazy and other people saw this, cause I was pretty skeptical of my own benchmarks at one point. Which is part of why I had benchmarks, because by all logic gdbm should have been faster! At some poi

Bug#762755: Info received (bind 9.9.5-4.1: assertion failure)

2014-09-29 Thread Jon DeVree
https://lists.isc.org/pipermail/bind-announce/2014-September/000928.html Fixed in Bind 9.9.6 and 9.10.1: Don't call qsort() with a null pointer, and disable the GCC 4.9 "delete null pointer check" optimizer option. This fixes problems when using GNU GCC 4.9.0 where its compiler code optimi

Bug#762755: bind 9.9.5-4.1: assertion failure

2014-09-29 Thread Jon DeVree
On Mon, Sep 29, 2014 at 00:32:45 -0400, Jon DeVree wrote: > I have this and poked around monitoring everything while it happened > repeatedly. I stumbled onto a reliable means of reproduction: > > dig -t ocsp.verisign.net. > > Happens with dnssec enable and disabled,

Bug#794721: Acknowledgement (udev_queue_get_udev_is_active API is broken starting in 221-1)

2016-09-18 Thread Jon DeVree
On Thu, Aug 25, 2016 at 16:42:08 +0200, Michael Biebl wrote: > Can you provide a patch for this? I'd be happy to review and merge a > clean and tested patch for this, since I no longer use sysvinit myself. > I'll see what I can do. -- Jon Doge Wrangler X(7): A program for managing terminal win

Bug#794721: Info received (Bug#794721: Acknowledgement (udev_queue_get_udev_is_active API is broken starting in 221-1))

2016-09-19 Thread Jon DeVree
screen(1) and tmux(1). >From 96f849cfd2aa1d40309ba050a79e9070a69af01b Mon Sep 17 00:00:00 2001 From: Jon DeVree Date: Mon, 19 Sep 2016 21:02:55 -0400 Subject: [PATCH 1/2] Add udev_ctrl_cleanup() to manager_exit() This fixes the initial bug added in 693d371 (udevd: move main-loop to sd-event) wh

Bug#1073152: ruby-xmlrpc 0.3.3-1 has a file conflict with conserver-client

2024-06-13 Thread Jon DeVree
Package: ruby-xmlrpc Version: 0.3.2-2 Severity: serious Dear Maintainer, ruby-xmlrpc 0.3.3-1 ships a new file named /usr/bin/console This file already exists in another package named conserver-client. Conserver has been shipping this binary for a very long time. (probably since 2001 when that pa

Bug#1018727: bash: after upgrade, aliases with embedded $() subcommands don't work

2022-09-10 Thread Jon DeVree
This is fixed in bash 5.2-rc4 -- Jon Doge Wrangler X(7): A program for managing terminal windows. See also screen(1) and tmux(1).

Bug#422687: libkrb53 1.6.dfsg.1-2 causes crash in SSH

2007-05-07 Thread Jon DeVree
Package: libkrb53 Version: 1.6.dfsg.1-2 Severity: normal The latest update to libkrb53 causes SSH to crash when it tries to let me login with a password. When I run SSH under GDB with libkrb5-dbg I get: Program received signal SIGSEGV, Segmentation fault. 0xb7d48930 in krb5_gss_accept_sec_contex

Bug#422687: libkrb53 1.6.dfsg.1-2 causes crash in SSH

2007-05-08 Thread Jon DeVree
Well I've linked it to having KerberosAuthentication enabled in openssh, but the crashes do show up in other locations. Since it was working Friday and not Monday and I haven't touched the configuration I'd assume a package upgrade broke it. I'm not sure which package to really place the blame on b

Bug#422687: libkrb53 1.6.dfsg.1-2 causes crash in SSH

2007-05-08 Thread Jon DeVree
Downgrading libkrb53 1.6.dfsg.1-2 to 1.4.4-8 does fix the problem for me. -- Jon "All things change in a dynamic environment. Your effort to remain what you are is what limits you." - The Puppet Master -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Bug#422687: libkrb53 1.6.dfsg.1-2 causes crash in SSH

2007-05-08 Thread Jon DeVree
> First, I'd strongly recommend pam_krb5 instead of > KerberosAuthentication in sshd_config. > Any reason in particular? This was all setup before I really knew what I was doing and I never really went back and looked at how it was setup. > But I believe I can fix the problem you're seeing there

Bug#466647: libnss-ldap: incorrect return code for getgrent()

2008-02-19 Thread Jon DeVree
Package: libnss-ldap Version: 259-1 Severity: normal The expected behavior of libnss-ldap is that at the end of the group list getgrent() returns NULL and leaves errno unchanged. How libnss-ldap actually behaves is that getgrent() returns NULL and errno is set to ENOENT. This results in problems f

Bug#466647: libnss-ldap: incorrect return code for getgrent()

2008-02-20 Thread Jon DeVree
On Wed, Feb 20, 2008 at 11:54:03AM -0800, Richard A Nelson wrote: > Then, on the one system, only system users (not fully in LDAP) return > that error - general user accounts (ie cowboy) work just fine. > The symptom that shows in id seems to depend on how many groups someone is in. So its not ter

Bug#468129: split gpsmap into seperate binary package

2008-02-26 Thread Jon DeVree
Package: kismet Version: 2007-10-R1-2 Severity: normal I was shocked to discover a dependecy from kismet to gtk2 when I updated one of my systems and it tried to pull down a few dozen extra packages. This is unneeded bloat on atleast one of my machines that I have kismet installed upon. I propse

Bug#366057: pork: timestamps no longer show up

2006-05-04 Thread Jon DeVree
On Thu, May 04, 2006 at 08:55:50PM -0400, Benjamin Seidenberg wrote: > tag 366057 +unreproducible +moreinfo > thanks > > They work fine on my system. Can you check this again after disabling > your configuration file? There may have been some configuration file > changes between the two version. T

Bug#486433: please bring back prism54

2008-06-15 Thread Jon DeVree
esn't allow you to do master mode. Please do not disable it unless it doesn't work at all anymore. -- Jon DeVree "It's an ingenious solution to a problem that should never have existed in the first place." -James May, Top Gear -- To UNSUBSCRIBE, email to [EMAI

Bug#479655: xauth doesn't need cpp

2008-05-05 Thread Jon DeVree
Package: xauth Version: 1:1.0.3-1 Severity: wishlist xauth depends on cpp for no reason. As the changelog itself says, the dependency was on xbase-clients due to xrdb requiring cpp. Now that xauth is it's own package, it doesn't need that dependency. -- System Information: Debian Release: lenny/s

Bug#462605: lprng: Fails to upgrade cause /var/spool/lpd is missing

2008-01-25 Thread Jon DeVree
Package: lprng Version: 3.8.A~rc2-1 Severity: normal Upgrade to the latest version fails on machines don't run lpd because /var/spool/lpd doesn't exist. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux

Bug#560037: [PATCH] fix early return in clock_to_utf8()

2010-06-05 Thread Jon DeVree
clock_to_utf8() has an early return that simply strdup()'s the input string without respecting in_len. This replaces that call with an expanded strndup() (strndup itself is a non-portable GNU extension) --- :100644 100644 cbb0e42... 84bda3d... M xclock/Clock.c xclock/Clock.c |9 +++-- 1 f

Bug#617210: libncurses5: ncurses-5.8 newwin() violates documented API

2011-03-07 Thread Jon DeVree
On Mon, Mar 07, 2011 at 06:41:00 -0500, Thomas Dickey wrote: > On Mon, 7 Mar 2011, Jon wrote: > > >Package: libncurses5 > >Version: 5.8-1 > >Severity: important > > > > > >The API for newwin() is documented as: > > > > Calling newwin creates and returns a pointer to a new window with the >

Bug#617250: rtorrent isn't checking return code from newwin()

2011-03-07 Thread Jon DeVree
Last night I traced this down to a bug in ncurses, see 617210. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617210 Here is the upstream bug someone already opened against rtorrent, but apart from a lack of error handling there isn't anything wrong with rtorrent. http://libtorrent.rakshasa.no/t

Bug#543272: audacious: incorrectly depends on dbus-x11

2009-12-12 Thread Jon DeVree
I read bug 503427 so I know you're between a rock and a hard place, but it seems that bug 503427 was noting that no dependencies on dbus-x11 existed of any type. A Recommends dependency on dbus-x11 would seem to satisfy the original bug and this bug. APT itself defaults to installing Recommends by

Bug#911777: iptables: iptables-persistent broken by changed path of iptables-restore

2018-10-24 Thread Jon DeVree
The iptables-persistent package was also broken by this change. -- Jon Doge Wrangler X(7): A program for managing terminal windows. See also screen(1) and tmux(1).

Bug#889487: linux-image-4.14.0-2-amd64: please enable CONFIG_X86_MCELOG_LEGACY

2018-02-03 Thread Jon DeVree
On Sun, Feb 04, 2018 at 01:03:59 +0100, Ben Hutchings wrote: > Control: severity -1 wishlist > Control: tag -1 wontfix > > On Sat, 2018-02-03 at 14:32 -0500, Jon wrote: > > Package: src:linux > > Version: 4.14.7-1 > > Severity: normal > > > > Please enable CONFIG_X86_MCELOG_LEGACY so that /dev/mc

Bug#886619: tshark: dumpcap unconditionally enables the eBPF JIT in the kernel

2018-01-08 Thread Jon DeVree
On Mon, Jan 08, 2018 at 13:02:50 +0100, Balint Reczey wrote: > Control: forwarded -1 https://code.wireshark.org/review/#/c/25192/2 > Control: tags -1 upstream confirmed pending > I filed a bug directly against upstream too, I linked your code review to it: https://bugs.wireshark.org/bugzilla/sho

Bug#898015: iproute2: 'ip addr add' drops capabilities, breaking VirtualBox

2018-05-08 Thread Jon DeVree
Package: iproute2 Version: 4.16.0-2 Followup-For: Bug #898015 Dear Maintainer, This also appears to break the ability of VirtualBox to configure its host only networking interface in the host OS. vbox appears to be able to want to use: ip addr show ... ip addr add ... ip addr del ... ip link se

Bug#898015: iproute2: 'ip addr add' drops capabilities, breaking VirtualBox

2018-05-11 Thread Jon DeVree
On Fri, May 11, 2018 at 13:50:41 +0300, Mantas Mikulėnas wrote: > On Fri, May 11, 2018 at 1:02 PM Luca Boccassi wrote: > > Here's a built amd64 package for buster/sid: > > > > https://download.opensuse.org/repositories/home:/bluca/Debian_Next/amd64/iproute2_4.16.0-3~git1_amd64.deb > > > > Your pa

Bug#898015: iproute2: 'ip addr add' drops capabilities, breaking VirtualBox

2018-05-11 Thread Jon DeVree
On Fri, May 11, 2018 at 10:37:32 -0400, Jon DeVree wrote: > > Virtualbox works with the iproute2_4.16.0-3~git1_amd64.deb with the > additional 'setcap -r /bin/ip' fix described by Mantas. > I played around with this a little more. Its actually the 'setcap -r /bin

Bug#797010: key matching via fingerprint broken by openssh 6.9

2018-04-09 Thread Jon DeVree
rom 5c86fb077ada9c2def1a5403a69120768fe9a9f7 Mon Sep 17 00:00:00 2001 From: Jon DeVree Date: Mon, 9 Apr 2018 01:05:54 -0400 Subject: [PATCH] Support OpenSSH's SHA-256 fingerprints OpenSSH 6.8+ use base64 encoded SHA-256 fingerprints by default instead of hex encoded MD5 fingerprints. --- ssh-agent-filte

Bug#924706: icedtea-netx: javaws symlink is broken

2019-03-15 Thread Jon DeVree
Package: icedtea-netx Version: 1.7.2-1 Severity: grave Dear Maintainer, The files in /usr/share/icedtea-web/bin have the wrong file names in the new package and this breaks javaws. itweb-settings and policyeditor are also broken. In the old 1.7.1-1 package: lrwxrwxrwx 1 root root 33 Mar 15 23:

Bug#1012100: linux-image-5.17-1: KVM LIBVIRT fails to start, slow disk access, and a kernel thread goes wild on Intel Xeon X3430

2022-05-30 Thread Jon DeVree
That dmesg output sounds a lot like bugs 1010916 and 1011168 and a Xeon X3430 CPU would be another older one that predates XSAVE. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011168#15 -- Jon Doge Wrangler X(7): A program for managing terminal windows. See also screen(1) and tmux(1).

Bug#1051543: grub2: Fails to load normal.mod from a XFS v5 parition.

2023-09-27 Thread Jon DeVree
On Fri, Sep 15, 2023 at 23:43:28 +0200, Sebastian Andrzej Siewior wrote: > > there's now a patch from Jon DeVree upstream, which might fix this for > > you. Is it possible for you to test his patch? > > > > https://lists.gnu.org/archive/html/grub-devel/2023-09/msg0005

Bug#1051543: grub2: Fails to load normal.mod from a XFS v5 parition.

2023-10-02 Thread Jon DeVree
On Mon, Oct 02, 2023 at 16:51:30 +, Lidong Chen wrote: > The changes for the extent parsing looks good to me. But, I am not sure about > this change: > > > - if (filename + direntry->len - 1 > (char *) tail) > > + if (filename + direntry->len - 1 > (char *) end) > > L