Just noting that I am indeed working on this package despite a long
delay due to the freeze and other priorities. Packaging work in
progress is available at
git://anonscm.debian.org/users/mtmiller-guest/yum-metadata-parser.git
http://anonscm.debian.org/git/users/mtmiller-guest/yum-metadata-parser.
On Sat, Dec 8, 2012 at 10:59 AM, Rafael Laboissiere wrote:
> * pierre.st-laur...@uqar.ca [2012-12-08 14:06]:
>>
>>
>> Ok, I saved the array in a .mat file and attached it to this email. I can
>> trigger the code every time by starting a fresh octave session and typing:
>>
>> load array.mat; % Prov
> I apt-get removed octave-java, and the problem disappeared.
> This is a weird fix but I'm very very happy that it works!
I wouldn't call it a fix, but good information to investigate how to
address this.
We should leave this open until we have a real fix, or reassign to
octave-java in the BTS,
On Mon, Dec 10, 2012 at 5:55 AM, Drew Parsons wrote:
> I presume this libhdf5 dependency is the cause of the bug, which means
> you should be able to reproduce it by replacing libhdf5-7 with
> libhdf5-openmpi-7.
Not here, I am unable to reproduce on amd64 with libhdf5-openmpi-7
installed and libhd
On Tue, Dec 11, 2012 at 7:55 PM, Drew Parsons wrote:
>
> I've got the full build log now. It just confirms that hdf5 was not
> found and therefore not built against:
>
> checking hdf5.h usability... no
> checking hdf5.h presence... no
> checking for hdf5.h... no
> configure: WARNING: HDF5 library
On Thu, Apr 18, 2013 at 3:06 PM, Tyler Trafford wrote:
> I've been testing this (with mock) and it seems great.
Thanks, glad to hear it.
> I can see no ill effects when the debhelper version requirements (in
> control and compat) are lowered to 8. This makes it so the package can
> be rebuilt fo
I would like to openconnect 4.99 and network-manager-openconnect
0.9.8.0 to unstable this week. This is the complete set of source
packages involved in this transition. Ok to proceed?
Thanks,
--
mike
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsu
Control: reassign -1 network-manager-gnome
Control: tags -1 patch
On Sun, May 26, 2013 at 9:20 AM, Bernhard Schmidt wrote:
> The problem is "ac:2701:0:0:5b01::", the next-hop above. The GUI forces me
> to fill that field, even if it is technically unnecessary on point2point
> links like the VPN tu
On Wed, May 29, 2013 at 10:20 AM, Sébastien Villemot wrote:
>
> Le mercredi 29 mai 2013 à 15:44 +0200, Hendrik Rittich a écrit :
>
>> The following code should reproduce the error:
>>
>> octave:1> x = linspace(0, 10);
>> octave:2> plot(x, sin(x));
>> octave:3> print -dps2 plot.ps
>> GPL Ghostscript
Hendrik Rittich wrote:
> I had the fonts-pagul package installed. When I remove the package the error
> is gone.
Good, so this is exactly the same problem I ran into.
> Nerver the less, when opening the created _EPS_ file with Ghostscript I get
> the following warning:
>
>
> GPL Ghostscript 9.0
Control: retitle -1 octave crashes on print -deps with no file
Control: tags -1 + confirmed upstream
Control: forwarded -1 https://savannah.gnu.org/bugs/?38166
Dmitry Borisyuk wrote:
> The following commands cause octave to crash:
>
> octave:1> x=0:10; plot(x,x);
> octave:2> print(1,'-deps')
> war
Package: dkms
Version: 2.2.0.3-1.2
Severity: minor
Dear Maintainer,
Please consider adding a dependency on lsb-release for dkms, either Depends or
Recommends.
DKMS uses the lsb_release command to determine what distribution is running.
Based on that it chooses different installation paths for in
Package: openconnect
Version: 3.20-2
Severity: critical
CVE-2012-6128 concerns a stack-based buffer overflow that can be
triggered by data read from a remote host, either a man-in-the-middle
or a malicious VPN.
The issue has been fixed in squeeze with 2.25-0.1+squeeze2. It should
be easy to apply
12:25:52.0 -0500
@@ -1,3 +1,10 @@
+openconnect (3.20-3) unstable; urgency=low
+
+ * debian/patches/02_CVE-2012-6128.patch: Backport patch from upstream to fix
+buffer overflow (CVE-2012-6128). (Closes: #700794)
+
+ -- Mike Miller Sun, 17 Feb 2013 11:56:35 -0500
+
openconnect (3.20-2
forwarded 700805
http://lists.infradead.org/pipermail/openconnect-devel/2013-February/000838.html
tags 700805 + upstream
thanks
On Sun, Feb 17, 2013 at 12:56 PM, Niels Thykier wrote:
> If realloc fails, it will return NULL but without freeing the original
> buffer. This means the marked code will
On Sat, Jan 26, 2013 at 9:52 AM, Jérémy Lal wrote:
>> On 24 October 2012 08:17, Mike Miller wrote:
>>> The octave package provides the directories, and liboctinterp.so.1 has
>>> a compiled-in set of paths with its version number that it attempts to
>>> load.
&
Moving discussion to #700805.
On Sun, Feb 24, 2013 at 11:31:03AM +0100, Niels Thykier wrote:
> On 2013-02-24 11:04, Thijs Kinkhorst wrote:
> >> As mentioned in #700805, this line introduces a memory leak if realloc
> >> fails for any reason.
> >
> > Upstream has committed a fix for the issue but
On Tue, May 14, 2013 at 2:30 AM, Anders Kaseorg wrote:
> After upgrading from openconnect 4.07-1 to 4.99-2 on Ubuntu saucy,
> openconnect fails with this error:
>
> $ sudo openconnect https://vpn.mit.edu
> [...]
> XML response has no "auth" node
> Failed to obtain WebVPN cookie
>
> I tracked down t
-28 23:42:35.0 -0500
@@ -1,3 +1,10 @@
+openconnect (3.20-4) unstable; urgency=low
+
+ * debian/patches/03_fix-abuse-of-realloc.patch: Backport patch from upstream
+to fix possible memory leaks on realloc. (Closes: #700805)
+
+ -- Mike Miller Thu, 28 Feb 2013 23:42:31 -0500
On Wed, Mar 13, 2013 at 12:35:19PM +0100, Florian Weimer wrote:
> Calling rpmReadConfigFiles() prints an error message on my system,
> which appears to be harmless (but somewhat annoying). It does not
> matter if I install the rpm package or not.
The problem is actually in rpm-common:
$ grep __i
Control: severity -1 important
On Sun, May 19, 2013 at 9:01 AM, Modestas Vainius wrote:
> I'm no longer able to connect to the gateway (which address I can't reveal)
> with 4.99-2 while it was possible with 3.20-4 shipped in wheezy
> [...]
> What is more, I tested 5.00 and saw no improvement.
Hi,
On Sun, May 19, 2013 at 11:29 AM, Modestas Vainius wrote:
> Hello,
>
> Sekmadienis 19 Gegužė 2013 10:59:25 Mike Miller rašė:
>> Control: severity -1 important
>>
>> On Sun, May 19, 2013 at 9:01 AM, Modestas Vainius wrote:
>> > I'm no longer able to conn
On Tue, May 21, 2013 at 4:55 AM, Ralf Jung wrote:
> this package should not pull in Gnome packages via Recommends. The current
> unstable
> version of plasma-widget-networkmanagement (the KDE frontend to
> networkmanager)
> also supports openconnect, hence there is no reason to treat this backend
Package: wnpp
Severity: wishlist
Owner: Mike Miller
* Package name: deltarpm
Version : 3.5
Upstream Author : Michael Schroeder
* URL : http://gitorious.org/deltarpm/deltarpm
* License : BSD
Programming Lang: C, Python
Description : Tools to create and
On 10/06/2011 09:35 AM, Ben Hutchings wrote:
On Thu, 2011-10-06 at 08:03 -0500, scame...@beardog.cce.hp.com wrote:
On Thu, Oct 06, 2011 at 01:55:37AM -0500, Jonathan Nieder wrote:
leo weppelman wrote[1]:
I tried to reproduce the problem with 3.1.0-rc7-686-pae from
experimental as you requeste
Control: tags -1 + patch
Hi, I can confirm this bug using yum to install a fedora chroot from
https repositories, either directly or with lxc-create. Also reported as
Ubuntu bug #1200288 [1].
This has been fixed in upstream git [2] and I have verified that the
linked patch fixes the problem on my
On Fri, Jul 19, 2013 at 12:44:00 -0700, Andrew Pimlott wrote:
> I have all the build-dependencies of rlwrap installed, but when I try to
> build the latest version from git
> (git://git.debian.org/git/collab-maint/rlwrap.git), it fails with
>
> rbgen completion.rb completion.c
> /bin/bash:
On Fri, Jul 19, 2013 at , Andrew Pimlott wrote:
> Excerpts from Mike Miller's message of Fri Jul 19 13:48:48 -0700 2013:
>> No, I suspect you are right that rbgen is not in the Debian archive,
>> but it is also not normally needed to build the package. In
>> particular, it should only be needed if
On Sat, Jul 20, 2013 at 20:03:14 -0700, Martin Michlmayr wrote:
> * Ben Hutchings [2013-07-20 22:40]:
>>
>> I've added the N25Q128 IDs but didn't bother with the 256 Mbit part (not
>> needed for this system).
>>
>> So this should be fixed in Debian 7.2.
>
> Thanks!
Yes, thanks very much Ben!
--
On Thu, Sep 5, 2013 at 15:04:54 +0200, Dirk Fleischmann wrote:
> after I had performed a dist upgrade from squeeze to wheezy I found
> that the rpm package seems to be broken. Whenever I try the get a list
> of packages with rpm -q -a I get the following output:
>
> > rpm -q -a
> error: db5 err
Control: reassign -1 python-urlgrabber
Control: merge -1 715416
On Sun, Sep 8, 2013 at 15:05:29 -0700, Diane Trout wrote:
> I was experimenting with building fedora chroots and under certain
> circumstances yum exits with:
>
> File "/usr/lib/pymodules/python2.7/urlgrabber/grabber.py", line 1193,
On Wed, Sep 11, 2013 at 11:50:36 +0200, Julian Taylor wrote:
>
> I committed a fix + autopkgtests to svn.
> I went with stripping the flag, --dynamic-list does not seem work with
> the gold linker :(
Hi Julian, thanks for this bug and fix. The blas library also contains
its own xerbla routine, I s
On Wed, Aug 7, 2013 at 4:08 PM, Tzafrir Cohen wrote:
> Hi,
>
> Any news? Any help needed packaging this one?
Hi, very close to done, sorry again for the delay.
The only remaining issue is the pollution of the /usr/bin namespace.
As you brought up in a private mail, there are no conflicts but the
On Wed, Aug 07, 2013 at 18:00:24 -0400, Mike Miller wrote:
> On Wed, Aug 7, 2013 at 4:08 PM, Tzafrir Cohen wrote:
> > Hi,
> >
> > Any news? Any help needed packaging this one?
>
> Hi, very close to done, sorry again for the delay.
The best help I can use now is testing
On Mon, Sep 16, 2013 at 22:29:18 +0200, Sébastien Villemot wrote:
> Le lundi 16 septembre 2013 à 21:39 +0200, Julian Taylor a écrit :
>> On 16.09.2013 16:51, Mike Miller wrote:
>> > On Wed, Sep 11, 2013 at 11:50:36 +0200, Julian Taylor wrote:
>> >>
>> >&g
On Fri, Sep 27, 2013 at 14:49:54 +, Oleg Gashev wrote:
> %> yum-config-manager --help
>
> displayed:
>
> Traceback (most recent call last):
> File "/usr/bin/yum-config-manager", line 11, in
> from iniparse import INIConfig
> ImportError: No module named iniparse
>
> After aptitude instal
Package: installation-reports
Boot method: network-console
Image version:
ftp://ftp.debian.org/debian/dists/stable/main/installer-armel/current/images/kirkwood/network-console/qnap/ts-219
Date: 2013-06-25T12:16:57-0400
Machine: QNAP TS-212
Partitions: N/A
Base System Installation Checklist:
[O
On Wed, Jun 26, 2013 at 01:13:58 +0100, Ben Hutchings wrote:
> My reading of the m25p_probe() function is that if the named chip has a
> JEDEC ID, and the chip it finds has a different JEDEC ID that's also in
> the device ID table, it will then automatically adapt (but will warn).
>
> So long as t
Package: gnome-shell
Version: 3.2.2.1-1
Severity: normal
My ~/.profile has had a TZ variable defined using the "full" POSIX timezone
specification, as follows:
export TZ=EST5EDT,M3.2.0,M11.1.0
The gnome-shell clock shows UTC when this is in the environment, the expected
result is to display th
Package: ghostscript
Version: 9.05~dfsg-2
Severity: normal
Tags: upstream
Ghostscript fails to render or convert any postscript file that uses a font
name that is not installed on the system if and only if a certain TrueType font
is installed on the system. Through trial and error I was able to n
I just ran across this bug on my system. I briefly poked in
/usr/share/bash-completion to see what the other dpkg/apt commands are
doing and I think something like the following is needed:
COMPREPLY=( $( _xfunc dpkg _comp_dpkg_installed_packages "$cur" ) )
which should dynamically load the f
Package: rlwrap
Version: 0.37-1
Severity: normal
Tags: upstream
When the word completion list contains two valid words, one of which is a
prefix of another, typing completes the longer word, skipping over the
shorter.
Discovered while following the instructions at [0] for configuring rlwrap with
On Fri, Nov 11, 2011 at 4:12 AM, Hans Lub wrote:
> Yes, I see your point. Thanks for pointing it out!
>
> bash, python, ... say: press Enter to accept, press for all completions
> rlwrap says: press Enter to accept, press for all *remaining*
> completions
>
> I find rlwrap more helpful, but exp
On 12/15/2011 12:30 AM, Ben Hutchings wrote:
[Please reply-to-all.]
On Sun, 2011-11-27 at 18:44 -0700, Peter Verschoor wrote:
Ben:
Now comes the head-scratching part. When I modify the grub boot
command line to send output to my laptop through the serial port it
boots correctly!
Serial
Any progress on this so we can get it back in wheezy? Anything I can
do to help?
--
mike
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
* Update debian/copyright to machine-readable format 1.0
* Clean up package dependencies
- Add deps on libssl-dev and libxml2-dev for -dev package
- Add libproxy to build-deps and library deps
* Bump Standards-Version to 3.9.3
-- Mike Miller Wed, 28 Mar 2012 22:49:19 -0400
Regards,
M
On Thu, Mar 29, 2012 at 5:32 AM, Ansgar Burchardt wrote:
> Hi,
>
> [ I have no intention to sponsor this package. ]
>
> On 03/29/2012 05:27 AM, Mike Miller wrote:
>> openconnect (3.15-1) unstable; urgency=low
>>
>> * New maintainer
>
> The package does
Package: wnpp
Severity: wishlist
Owner: Mike Miller
* Package name: vpnc-scripts
Version : 20120526
Upstream Author : David Woodhouse
* URL : http://www.infradead.org/openconnect/vpnc-script.html
* License : GPL-2+
Programming Lang: Shell
Description
On Thu, May 24, 2012 at 8:05 AM, Mike Miller wrote:
> If you agree that the best long-term solution is a separate
> src:vpnc-scripts package, then I will start working on that.
I have finally gotten around to filing an ITP for vpnc-scripts [1] and
will be working on getting that packag
Package: arno-iptables-firewall
Version: 2.0.1.b-2
Severity: wishlist
Please consider using the LSB log_success_msg, et al, in the init script
instead of plain old echo. Only noticed this recently when the "fancy output"
feature of lsb-base was uploaded.
-- System Information:
Debian Release:
tags 672326 patch
thanks
Took that and adapted it to the following, tested and works for me.
-- >8 --
---
etc/init.d/arno-iptables-firewall | 12
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/etc/init.d/arno-iptables-firewall
b/etc/init.d/arno-iptables-firewall
in
Package: octave-common
Version: 3.6.1-4
Severity: normal
Setting pkg prefix in /etc/octave.conf breaks the default behavior of allowing
users to install packages into their home directory with "pkg install -local".
Workaround is for the user to execute "pkg prefix ~/octave ~/octave" to restore
th
On Sat, May 12, 2012 at 4:24 PM, Sébastien Villemot
wrote:
> Mike Miller writes:
>> Setting pkg prefix in /etc/octave.conf breaks the default behavior of
>> allowing
>> users to install packages into their home directory with "pkg install
>> -local".
&g
Package: network-manager
Version: 0.9.4.0-3
Severity: normal
Please add /etc/NetworkManager/VPN/ to network-manager.dirs. If this directory
does not exist, it appears to be random whether the first VPN plugin to drop a
..name file in that directory will be correctly detected or not. On my system
On Mon, May 14, 2012 at 6:21 AM, Tollef Fog Heen wrote:
> Package: network-manager-openconnect
> Version: 0.9.4.0-5
> Severity: normal
>
> n-m-openconnect does:
>
> if [ -x "/etc/init.d/network-manager" ]; then
> if [ -x /usr/sbin/invoke-rc.d ]; then
> invoke-rc.d
On Sun, May 13, 2012 at 04:16:13PM -0400, Jordi Gutiérrez Hermoso wrote:
> Yeah, I would prefer to keep the Debian packages up-to-date than to
> suggest to people to use pkg install. Source distribution is *very*
> un-Debian. This isn't Gentoo. Chasing dependencies and compiling is
> difficult, br
Hi Steven,
On Sun, Apr 08, 2012 at 12:47:46AM +0100, Steven Chamberlain wrote:
> The attached patch fixes the problem for me on kfreebsd-i386, and I
> would assume the other non-Linux GNU arches as well.
Thanks. I worked out a similar patch, needs a slight adjustment for
GNU/Hurd.
--
mike
--
retitle 654934 ITA: rlwrap -- readline feature command line wrapper
owner 654934 mtmil...@ieee.org
thanks
Hi Francois, I'll adopt rlwrap. I find it useful and I have the one
outstanding bug report, so why not. Thanks!
--
mike
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian
Package: debian-maintainers
Severity: normal
Please add Mike Miller to the Debian Maintainer keyring.
The jetring changeset is attached.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Lin
Package: vpnc
Severity: normal
Hi Florian, I want to get this done before the upcoming freeze and I
want to have a public record of our discussion.
We've been talking about splitting vpnc-script from vpnc for a few
weeks now but no concrete plans yet. This could be done from your
vpnc source pac
On Sun, May 20, 2012 at 12:13 PM, Florian Schlichting
wrote:
> [...]
> a) src:vpnc builds a new package vpnc-script(s) containing the script in
> its current location with legacy patches, perhaps including a few more
> commits which I expect upstrem to commit to SVN until the end of May;
> after w
On Wed, Jun 13, 2012 at 5:05 PM, Kamaraju Kusumanchi wrote:
>> plot (something)
>> graphics_toolkit fltk
>> close all
>> plot (something)
>
>> and everything looks nice: the window appears, if I plot something else
>> it gets updated. But it does not go away. If I call close, or close
>> all, no
0.7.4-1
Versions of packages network-manager-gnome suggests:
pn network-manager-openvpn-gnome
pn network-manager-pptp-gnome
pn network-manager-vpnc-gnome
-- no debconf information
-- >8 --
>From b0bb9b13a3676d45adeb90d5de661fb8cd63c148 Mon Sep 17 00:00:00 2001
From: Mike M
Package: octave
Version: 3.6.1-4
Severity: normal
The following sequence results in octave being uninstallable due to postinst
failure. Assume no octave packages installed initially:
# apt-get install octave
# apt-get purge octave
# apt-get install octave
Setting up octave (3.6.1-4) ...
error: c
On Mon, May 28, 2012 at 03:50:08PM +1200, Francois Marier wrote:
> I request an adopter for the cdargs package.
Hi Francois, I'm a fan of cdargs and I'd be happy to adopt this package.
I've pulled the repo and built it, looks like it's in good shape other
than FTBFS from git master on sid. I've a
On Mon, Mar 5, 2012 at 4:20 PM, Joey Hess wrote:
> Andreas Henriksson wrote:
>> I've not found any particular options used, but they might be hiding in
>> the details in any of the wrapping layers.
>
> Seems it must be down to the options. It's not unheard of for language
> bindings to compressors
On Sat, Mar 31, 2012 at 05:53:59PM -0400, Mike Miller wrote:
> On Mon, Mar 5, 2012 at 4:20 PM, Joey Hess wrote:
> > Andreas Henriksson wrote:
> >> I've not found any particular options used, but they might be hiding in
> >> the details in any of the wrapping layer
Control: tags -1 + moreinfo upstream
On Wed, Mar 15, 2017 at 21:33:44 +0300, Brilliantov Kirill Vladimirovich wrote:
> I think is a good idea save original nameservers in new resolv.conf because
> this increases reliability.
Can you explain with an example what you are claiming about increasing
r
Package: fonts-beteckna
Version: 0.4-8
Severity: normal
Tags: patch
Dear Maintainer,
The BetecknaLowerCase font family appears to try to render two lowercase
‘f’ characters as a ligature ‘ff’. On my system, however, any two
consecutive lowercase ‘f’ characters renders as a blank. The actual
Unicod
On Fri, May 20, 2016 at 12:05:49 -0500, Phil Miller wrote:
> error while loading shared libraries: libgl2ps.so.0: cannot open shared object
> file: No such file or directory
[…]
> This may actually be a bug in the latest upload of libgl2ps0, in that the .so
> number bumped from 0 to 1 between 1.3.8
Package: libgl2ps0
Version: 1.3.8-2
Severity: serious
Justification: Policy 8.1
The libgl2ps0 package now installs libgl2ps.so.1.3.8 with soname
libgl2ps.so.1. This is a policy violation, either the patch that
introduced this change must be undone restoring .so.0, or the package
must be renamed to
On Fri, May 20, 2016 at 12:44:11 -0500, Phil Miller wrote:
> I went looking at gl2ps. The version in experimental bumps the package name
> to match the soname. Maybe just copy and reassign this bug there so that
> the current version that breaks dependencies doesn't transition to testing.
I've fil
Hmm, not sure why I thought this wasn't marked as done already, old
bug cache maybe. Sorry for the noise.
--
mike
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: octave-common
Version: 3.8.2-1
Severity: normal
Since version 3.8.1, the octave-common package, which is arch:all, now includes
/usr/share/octave/$VER/etc/config.log. This file is copied directly from the
build tree and contains architecture- and system-specific details about the
build en
Package: liboctave-dev
Version: 3.8.2-1
Severity: minor
The liboctave-dev package copies the entire examples directory to
/usr/share/doc/liboctave-dev/examples. This includes upstream
Makefile{,.am,.in} files. These files are a distraction and do not provide any
utility to the user. They don't con
On Wed, Aug 27, 2014 at 09:35:57 -0400, John W. Eaton wrote:
> I explained in a comment to the Octave bug report why I included the file in
> the install target and I don't plan to remove it. Is there a better
> location for it?
Let's deal with whether it's useful at all upstream :) IMHO we alrea
Control: tags -1 + moreinfo
On Fri, Jul 31, 2015 at 16:59:00 +0300, Matti Koskimies wrote:
> Debian sid updated network-manager from 1.0.2 to 1.0.4 and after that
> openconnect didn't work. I downgraded network-manager to 1.0.2 and openconnect
> works again.
Works for me. Can you define "didn't w
On Mon, Aug 03, 2015 at 10:42:25 +0300, Matti Koskimies wrote:
> Versions:
> network-manager 1.0.4-1
> openconnect: 7.06-2
>
> I did a little research and found out that the routing table was
> different with different NM versions installed after starting
> openconnect. So I found a workaround:
>
On Thu, Aug 6, 2015 at 17:48:11 +, Rafael Laboissiere wrote:
> Thanks for your report but, unfortunately, I cannot replicate this bug and I
> am hereby tagging this bug report accordingly. I tried with octave 4.0.0-3
> in three different systems: a pure jessie (stable), an up-to-date unstable,
Control: reassign -1 network-manager-openconnect 1.0.2-1
Control: retitle -1 network-manager-openconnect: sets tunnel MTU incorrectly
On Fri, Aug 7, 2015 at 08:28:04 +0100, David Woodhouse wrote:
> That's a NetworkManager or NM-openconnect bug. We *do* pass that MTU
> value back to NM and expect i
On Fri, Aug 7, 2015 at 13:53:49 +0100, David Woodhouse wrote:
> On Fri, 2015-08-07 at 08:27 -0400, Mike Miller wrote:
>>
>> Thanks for the debugging guys, reassigned to NM-openconnect for now.
>
> Nah, that makes it my fault too! Pass the buck a bit further!
>
> Seriou
Control: reassign -1 network-manager 1.0.4-1
Control: retitle -1 network-manager: sets VPN tunnel MTU incorrectly
On Fri, Aug 07, 2015 at 22:31:44 +0300, Matti Koskimies wrote:
> On Fri, 2015-08-07 at 09:19 -0400, Mike Miller wrote:
> > On Fri, Aug 7, 2015 at 13:53:49 +0100, David Woodho
On Tue, Aug 04, 2015 at 11:55:51 +0900, Michel Dänzer wrote:
> After upgrading network-manager packages from 1.0.2-2 to 1.0.4-1, my
> OpenConnect VPN connection stopped working reliably. Most TCP connections
> over the VPN hang and eventually fail with "connection reset". Downgrading
> network-mana
Control: reassign -1 network-manager 1.0.4-1
Control: forcemerge 794237 -1
On Mon, Aug 10, 2015 at 12:39:34 +0900, Michel Dänzer wrote:
> Yeah, looks like it. With network-manager 1.0.4-1, the MTU of the vpn0
> interface is 1500, and with 1.0.2-2 it's 1300.
Great, thanks for confirming. Merging w
On Sun, Oct 18, 2015 at 05:06:21 +0200, Adnan Hodzic wrote:
> Hello,
>
> I've upgraded my whole system to Stretch now, and I can confirm that I
> still have problem which I initially submitted in this bug report.
>
> Please let me know if I can provide you with any additional information
> which
Control: tags -1 + moreinfo unreproducible
On Fri, Apr 29, 2016 at 08:15:30 -0500, Brent S. Elmer wrote:
> I just upgraded network-manager-openconnect and network-manager-openconnect-
> gnome with version 1.2.0-1 that just hit stretch on 4-28-2016 from version
> 1.0.2-1 that was in stretch. This
On Fri, Apr 29, 2016 at 11:23:52 -0500, Brent S. Elmer Ph.D. wrote:
> gnome-shell current stretch version 3.18.1-1
Do you have another desktop environment (e.g. xfce) you can try?
> yes, nmcli has the same behavior:
>
> $ nmcli con up 'IBM openconnect'
> Error: Connection activation failed: no v
Package: libfltk1.3-dev
Version: 1.3.3-8+b1
Severity: normal
Tags: upstream
Dear maintainer,
Please consider fixing or working with upstream to fix how fltk-config
exports compiler flags via --cflags and --cxxflags.
On my system, fltk-config gives the following:
$(fltk-config --cflags).stri
Package: dqcache-run
Version: 20160621-1
Severity: serious
Justification: Policy 2.5
Dear Maintainer,
The dqcache-run package includes daemontools-run (Priority: optional) in
Depends, but is Priority: standard. This is a violation of policy §2.5.
I wonder why any of dq, dqcache, or dqcache-run a
Control: tags -1 + moreinfo
On Sun, Jul 19, 2015 at 10:12:25 -0400, John David Anglin wrote:
> The build fails here:
[…]
> octave-value/ov-java.cc:1292:80: error: invalid conversion from 'const
> jboolean* {aka const unsigned char*}' to 'jboolean* {aka unsigned char*}'
> [-fpermissive]
>
Control: fixed -1 octave/4.0.0-1
On Tue, Jul 21, 2015 at 12:11:25 +0100, D Haley wrote:
> Octave will hang (spin) when the following procedure is followed on my system
> (every time).
>
> 1) Launch octave GUI
> 2) create a new file in the editor window, eg by using the "script" button
> (top l
On Thu, Jul 23, 2015 at 13:56:36 +0200, Helge Deller wrote:
> Confirmed. Adding "hppa" to NO_JDK_ARCHS fixes the build.
> Can you please apply the change to the next octave upload?
> Patch attached.
As a reminder to myself or other team members who apply this change:
look at https://packages.debia
On Fri, Jul 31, 2015 at 03:17:13 +0100, peter green wrote:
> Unfortunately while that patch fixed the error in the bug report the package
> then failed with a different error that seems to be related to octave and/or
> swig.
This looks entirely due to the swig generated glue code, known
incompatib
Package: texlive-base
Version: 2015.20150703-1
Severity: normal
Dear Maintainer,
There is a potential race condition in the mktexdir program. If two
instances of mktexdir try to create the same directory simultaneously,
one may error with, for example,
mkdir: cannot create directory ‘././home/
The following patch fixes the logic error in the script, but still
continues to print a bunch of ugly mkdir errors to the console. Maybe
someone has a better solution (or just use mkdir -p?)
--- a/mktexdir
+++ b/mktexdir
@@ -50,7 +50,7 @@ do
pathcomp="$pathcomp$d"
if test ! -d "./$pa
On Mon, Jun 30, 2014 at 16:09:01 +0200, Michael Herold wrote:
> connecting to VPN servers works like a charm for me. But since jessie the
> state
> in the gnome top-bar menu is always 'Off'. Note that this is the only place
> were it is always wrong. Opening the network settings dialog shows the r
Control: reassign -1 gnome-shell
Control: forcemerge 729288 -1
On Wed, Jul 2, 2014 at 14:22:49 +0200, Michael Herold wrote:
> Thanks. My bug is a duplicate of #729288, I will respond there. Don't know
> how to close this report.
Good. Merging this report with #729288.
--
mike
--
To UNSUBSCRI
Source: rxvt
Version: 1:2.7.10-5.1
Severity: normal
Dear Maintainer,
The fix for Debian bug #202497 causes rxvt to not report its initial terminal
size correctly when queried with a standard ioctl() call. Only after the rxvt
window is resized can the terminal size be retrieved correctly.
The att
Control: reassign -1 plasma-widget-networkmanagement 0.9.0.3-1
Control: fixed -1 0.9.0.6-1
On Mon, Jul 7, 2014 at 16:32:02 +0200, Christian Pinedo Zamalloa wrote:
> I have the exactly the same problem in Debian Wheezy + KDE + NetworkManager
> + Openconnect. I have another pc with Debian Testing an
On Tue, Jul 8, 2014 at 4:08 AM, Christian Pinedo Zamalloa wrote:
> I do not know debian policies, I am only a debian user. However, would it be
> possible to provide an updated OpenConnect package in wheezy-updates
> repository??
No, definitely not possible in wheezy-updates, please read
https://w
101 - 200 of 435 matches
Mail list logo