Bug#894316: intentional behaviour

2022-04-23 Thread Johannes Berg
Hi, This is not a bug, it's intentional behaviour. The help text states: dev scan trigger ... [ssid *|passive] Trigger a scan on the given frequencies **with probing for the given SSIDs** (or wildcard if not given) unless passive scanning is requested.

Bug#930271: upstream reporting

2022-04-23 Thread Johannes Berg
Hi, If you do end up reporting this upstream, please make sure you indicate the driver that's being used - this is highly unusual behaviour and for most drivers that correctly use cfg80211 it shouldn't even be possible to end up with this behaviour. johannes

Bug#1005900: [PATCH] um: Fix uml_mconsole stop/go

2022-02-22 Thread Johannes Berg
On Tue, 2022-02-22 at 10:57 +, anton.iva...@cambridgegreys.com wrote: > From: Anton Ivanov > > Moving to an EPOLL based IRQ controller broke uml_mconsole stop/go > commands. This fixes it and restores stop/go functionality. > > Fixes: ff6a17989c08b0bb0fd490cc500b084581b3a9b9 Epoll based IRQ

Bug#983379: [PATCH] um: mark all kernel symbols as local

2021-03-08 Thread Johannes Berg
On Mon, 2021-03-08 at 15:59 +0530, Ritesh Raj Sarraf wrote: > Hi, > > Just a follow-up question on this fix. > > Is it something that is a candidate for linux-stable ? I guess that makes sense. Once it's in mainline you can also request that yourself :) johannes

Bug#983379: linux uml segfault

2021-03-07 Thread Johannes Berg
On Sun, 2021-03-07 at 21:22 +0900, Hajime Tazaki wrote: > Sorry that this email is going to be long. In summary, what Johannes > said is right: what objcopy does is not sufficient, and with ld it > transforms as we expected. > > More goes to below. [snip] Interesting, thanks for looking into

Bug#983379: [PATCH] um: mark all kernel symbols as local

2021-03-05 Thread Johannes Berg
From: Johannes Berg Ritesh reported a bug [1] against UML, noting that it crashed on startup. The backtrace shows the following (heavily redacted): (gdb) bt ... #26 0x60015b5d in sem_init () at ipc/sem.c:268 #27 0x7f89906d92f7 in ?? () from /lib/x86_64-linux-gnu/libcom_err.so.2

Bug#983379: linux uml segfault

2021-03-05 Thread Johannes Berg
On Thu, 2021-03-04 at 14:38 +0900, Hajime Tazaki wrote: > > objcopy (from binutils) can localize symbols (i.e., objcopy -L > sem_init $orig_file $new_file). This doesn't seem to be sufficient. > It also does renaming symbols. But > not sure this is the ideal solution. Even that doesn't seem

Bug#983379: linux uml segfault

2021-03-05 Thread Johannes Berg
> Ritesh, can you give the following a spin - it renames sem_init as > um_sem_init for UML only? FWIW, this fixes the issue in my reproducer, so should work here too: diff --git a/ipc/util.h b/ipc/util.h index 5766c61aed0e..cfed40ba983c 100644 --- a/ipc/util.h +++ b/ipc/util.h @@ -14,6 +14,7

Bug#983379: linux uml segfault

2021-03-05 Thread Johannes Berg
On Fri, 2021-03-05 at 19:03 +, Anton Ivanov wrote: > > I thought of that, but surrendered to the "dark side" of the quick and ugly > fix. :) > We can do that for the ipc/sem.c - it brings in uaccess.h which > ultimately pulls uaccess from our asm tree. So if we do it there, it > will end

Bug#983379: linux uml segfault

2021-03-05 Thread Johannes Berg
On Wed, 2021-03-03 at 23:40 +0100, Johannes Berg wrote: > Now libcom_err.so.2 is trying to call sem_init(), and that gets ... tada > ... Linux's sem_init() instead of libpthread's. > > And then the crash. FWIW, I can trivially reproduce this by simply force-loading libcom_err.so:

Bug#983379: linux uml segfault

2021-03-05 Thread Johannes Berg
On 5 March 2021 18:39:42 CET, Anton Ivanov wrote: > > >On 04/03/2021 07:47, Johannes Berg wrote: >> On Thu, 2021-03-04 at 14:38 +0900, Hajime Tazaki wrote: >> >>>> Now, I don't know how to fix it (short of changing your nsswitch >>>> configurat

Bug#983379: linux uml segfault

2021-03-05 Thread Johannes Berg
On Fri, 2021-03-05 at 09:59 +, Anton Ivanov wrote: > > This is proving very "interesting" to try to chase down, because the > "picking the wrong library" does not happen every time. > > F.E. yesterday my 5.10 builds were picking glibc memcpy and friends. > Today with the same config and

Bug#983379: linux uml segfault

2021-03-03 Thread Johannes Berg
On Thu, 2021-03-04 at 14:38 +0900, Hajime Tazaki wrote: > > Now, I don't know how to fix it (short of changing your nsswitch > > configuration) - maybe we could somehow rename sem_init()? Or maybe we > > can somehow give the kernel binary a lower symbol resolution than the > > libc/libpthread. >

Bug#983379: linux uml segfault

2021-03-03 Thread Johannes Berg
On Thu, 2021-03-04 at 07:28 +, Anton Ivanov wrote: > > > Now, I don't know how to fix it (short of changing your nsswitch > > configuration) - maybe we could somehow rename sem_init()? Or maybe we > > can somehow give the kernel binary a lower symbol resolution than the > > libc/libpthread. >

Bug#983379: linux uml segfault

2021-03-03 Thread Johannes Berg
I think the problem is here: > #24 0x6080f234 in ipc_init_ids (ids=0x60c60de8 ) > at ipc/util.c:119 > #25 0x60813c6d in sem_init_ns (ns=0x60d895bb ) at > ipc/sem.c:254 > #26 0x60015b5d in sem_init () at ipc/sem.c:268 > #27 0x7f89906d92f7 in ?? () from

Bug#980248: cgit: kernel regression breaks cgit's sendfile()

2021-01-16 Thread Johannes Berg
Package: cgit Version: 1.2.3+git2.25.1-1 Severity: normal Dear Maintainer, Having changed my virtual machine setup to run kernel 5.10.4, I've noticed that a kernel regression breaks cgit's use of sendfile() in e.g. fcgiwrap setups like mine, because sendfile() to a pipe() no longer works. See

Bug#504044: Bug#911043: On starting (and stopping) rngd

2020-11-11 Thread Johannes Berg
On Tue, 2020-11-10 at 18:47 +, Thorsten Glaser wrote: > All, > > I think due to the complexity of this I’ll postpone > this for after bullseye. Maybe I can get my hands on > systems which Linux /dev/hwrng supports There's virtio-rng in recent kernels, so you could just boot a VM and connect

Bug#938962: [PATCH] um: Loadable BPF "Firmware" for vector drivers

2019-10-01 Thread Johannes Berg
On Mon, 2019-09-30 at 14:19 +0100, Anton Ivanov wrote: > All vector drivers now allow a BPF program to be loaded and > associated with the RX socket in the host kernel. > > 1. The program can be loaded as an extra kernel command line > option to any of the drivers. > > 2. The program can also be

Bug#940820: linux-image-5.2.0-2-amd64: breaks UML all versions, both debian stock and compiled from source.

2019-09-20 Thread Johannes Berg
On Fri, 2019-09-20 at 16:57 +0100, Anton Ivanov wrote: > Looks like the culprit is a different default elf start address on 5.x > > What changes is not the sbrk(0) or _end - these are pretty much > identical as in 4.x. It is the START which after some "fixups" in > arch/um/kernel/uml.lds.S

Bug#692754: how to get the username in the plugin?

2017-01-09 Thread Johannes Berg
On Fri, 2017-01-06 at 05:17 +1030, Ron wrote: > On Thu, Jan 05, 2017 at 10:10:13AM +0100, Johannes Berg wrote: > > On Thu, 2017-01-05 at 13:21 +1030, Ron wrote: > > > > > > Or worst case, we could make one, and let people do something > > > > like: >

Bug#692754: how to get the username in the plugin?

2017-01-05 Thread Johannes Berg
On Thu, 2017-01-05 at 13:21 +1030, Ron wrote: > > Or worst case, we could make one, and let people do something like: > > > >  antispam_log_prefix = %u Interesting, yes, that would probably be easiest. > > Martin, what _actual_ problem did you have to make you want this? > > That might be

Bug#692754: how to get the username in the plugin?

2017-01-05 Thread Johannes Berg
On Thu, 2017-01-05 at 08:34 +1100, martin f krafft wrote: > also sprach Johannes Berg <johan...@sipsolutions.net> [2017-01-05 > 01:11 +1100]: > > I'm not even sure how to get the username? Is it even generally > > possible, if e.g. the plugin is running out of a proces

Bug#692754: how to get the username in the plugin?

2017-01-04 Thread Johannes Berg
I'm not even sure how to get the username? Is it even generally possible, if e.g. the plugin is running out of a process that's not invoked through the imapd? johannes

Bug#833953: chromium: immediately crashes with signal 8 (FPE_INTDIV)

2016-08-10 Thread Johannes Berg
Package: chromium Version: 52.0.2743.116-2 Severity: important I can't seem to find a match debug symbol package, so the stack trace is pretty useless: Received signal 8 FPE_INTDIV 7fbca198104f #0 0x564dc961a12e #1 0x564dc961a4e9 #2 0x7fbc9b21ded0 #3 0x7fbca198104f #4 0x7fbca19a20db #5

Bug#812242: flash-kernel: SolidRun HummingBoard isn't supported

2016-01-21 Thread Johannes Berg
Package: flash-kernel Version: support HummingBoard Severity: normal Tags: patch Just add the following to the database: Machine: SolidRun HummingBoard Dual/Quad Kernel-Flavors: armmp DTB-Id: imx6q-hummingboard.dtb Boot-Script-Path: /boot/boot.scr U-Boot-Script-Name: bootscr.cubox-i

Bug#812242: flash-kernel: SolidRun HummingBoard isn't supported

2016-01-21 Thread Johannes Berg
On Thu, 2016-01-21 at 22:17 +0100, Karsten Merker wrote: >  > the flash-kernel machine database in stretch and sid already contains > an entry for the SolidRun HummingBoard Dual/Quad: Oops, my bad - I'm just starting working with this board and was using a jessie image to start with. >

Bug#799693: whiteboard: need not depend on apache2

2015-09-21 Thread Johannes Berg
Package: whiteboard Severity: wishlist A lot of the documentation is for Apache only, but there's no inherent reason that this (as a CGI etc.) couldn't be run under a different server. I'm planning to try to get it running under lighttpd, for instance. -- System Information: Debian Release:

Bug#615959: bug still relevant (xserver-xorg: crashes with libreoffice: malloc memory corruption)

2015-06-22 Thread Johannes Berg
Hi, So maybe it would be a good idea to close the bug report and also the one upstream [1]? Yes, that seems reasonable. I'm clearly no longer running it: xserver-xorg:amd64/testing 1:7.7+9 uptodate johannes -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#781646: openssh-client: should chdir(/) with ControlPersist

2015-04-01 Thread Johannes Berg
Package: openssh-client Version: 1:6.7p1-3 Severity: wishlist Tags: upstream When ControlPersist is used, it can sometimes cause an unmount failure if the original ssh process (the one that persists) has a CWD to a directory within one you're trying to unmount. Since the CWD for this process

Bug#712091: obnam: doesn't work without X gpg agent

2013-06-13 Thread Johannes Berg
On Thu, 2013-06-13 at 06:22 +0100, Lars Wirzenius wrote: I suspect this is due to the fact that obnam is using the TTY and thus the TTY-based gpg-agent query dialog can't get the TTY to query for the password. Just running gpg --sign or so works fine and does query for the password.

Bug#712091: obnam: doesn't work without X gpg agent

2013-06-12 Thread Johannes Berg
Package: obnam Version: 1.1-1.1 Severity: normal When running obnam on a system that has no X server, but then trying to use encryption, obnam simply fails with ERROR: gpg: cancelled by user gpg: decryption failed: secret key not available I suspect this is due to the fact that obnam is using

Bug#712091: obnam: doesn't work without X gpg agent

2013-06-12 Thread Johannes Berg
Just running gpg --sign or so works fine and does query for the password. I could pre-provision the key, but then I'd also have to specify that it can never time out, otherwise obnam will fail in the middle of a long-running operation. Actually, that doesn't even seem to work?! johannes

Bug#711156: openvpn: breaks CCD handling with spaces in certificates

2013-06-04 Thread Johannes Berg
Package: openvpn Version: 2.3.1-2 Severity: normal My openVPN configuration was heavily reliant on per-client configuration, and some certificates had spaces in them. Previous versions of openvpn required/allowed to replace spaces by underscores in the CCD directory, but the latest version

Bug#695528: sweethome3d: no longer loads plugins

2012-12-09 Thread Johannes Berg
Package: sweethome3d Version: 3.7+dfsg-1 Severity: normal Tags: patch The experimental version of the package no longer loaded the AdvancedEditing plugin for me, so I look at it and found that it was trying to access the literal path '~/.eteks/sweethome3d/plugins' instead of /home/johannes/

Bug#695528: not white-space safe

2012-12-09 Thread Johannes Berg
Ok so that patch isn't safe when there's whitespace in the expanded version of ~, not sure if that is even allowed though. Anyway, it illustrates the point. It seems that in version 3.5 it did this internally, at least the argument wasn't added in the wrapper script for 3.5, which explains why I

Bug#692226: libcairo2: new version causes black gnome-shell overview

2012-11-03 Thread Johannes Berg
Package: libcairo2 Version: 1.12.4-1 Severity: normal Upgrading to the experimental version of libcairo2 (along with gnome stuff including shell 3.6.1) has caused the shell overview to become almost completely black. This was also described here:

Bug#651199: iwlwifi WPA-TKIP crypto failure after group rekeying

2012-03-04 Thread Johannes Berg
Hi, To summarise, a WPA-TKIP managed connection stops passing traffic and the kernel log shows the message WPA: Group rekeying. This apparently doesn't happen if the connection is in heavy use at the time or with module parameter swcrypto=1. WPA2 is not affected either. I think this

Bug#651199: iwlwifi WPA-TKIP crypto failure after group rekeying

2012-02-27 Thread Johannes Berg
Hi Ben, Thanks for the report. On Mon, 2012-02-27 at 05:33 +, Ben Hutchings wrote: Several Debian users (cc'd) have reported a regression in iwlagn in Linux 3.1, not fixed in 3.2. The full bug log is at: http://bugs.debian.org/651199 To summarise, a WPA-TKIP managed connection stops

Bug#428699: dcc_io_timeout and dcc_source_needs_local runtime option

2011-12-08 Thread Johannes Berg
Package: distcc Version: 3.1-4 Followup-For: Bug #428699 Second this -- I am just compiling wireshark and ran into this: /bin/sh ../../libtool --tag=CC --mode=link gcc -DINET6 ... libtool: link: gcc -shared -fPIC -DPIC .libs/packet-tango.o -L/usr/local/lib -O2 -pthread -Wl,--as-needed

Bug#631664: [PATCH] x86: Add amilo-rfkill driver for some Fujitsu-Siemens Amilo laptops

2011-11-09 Thread Johannes Berg
On Wed, 2011-11-09 at 05:44 +, Ben Hutchings wrote: +static bool init_blocked = false; + +/* Initial state set by 'radio' parameter, as in the fsaa1655g driver */ +module_param_named(radio, init_blocked, invbool, 0); I wonder what you need this for -- it shouldn't be necessary and the

Bug#538189: still there?

2011-11-06 Thread Johannes Berg
Is this still an issue? I have no idea if Timo ever changed anything, but I don't use dbox (though I plan to eventually try it) nor the spool2dir or pipe backends that should the the only ones affected. johannes -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a

Bug#631143: dovecot 2 support

2011-11-06 Thread Johannes Berg
Version 1.4 of my plugin didn't have support for 2.0, so it shouldn't even have installed, but now I did add support for 2.0 in the git version. johannes -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#252642: Mmh, isn't that already possible (Offlineimap 1-way pull)

2011-09-16 Thread Johannes Berg
Hi Sebastian, Wow, a 7 year old bug :-) I haven't used offlineimap in a long time now ... also, now I actually do keep all my email on the server. Guess I should've closed the bug, sorry about that! I would think your best bet is to have a postsync hook that moves all mails that have been

Bug#637463: epiphany-browser: cannot connect to some https sites

2011-08-12 Thread Johannes Berg
On Thu, 2011-08-11 at 21:30 +0200, Sven Arvidsson wrote: On Thu, 2011-08-11 at 19:59 +0200, Johannes Berg wrote: For instances, https://www.sparkasse-detmold.de/ doesn't load. Hi, I'm pretty sure this is the same as http://bugs.debian.org/636911 It might be a good idea to keep

Bug#637463: epiphany-browser: cannot connect to some https sites

2011-08-11 Thread Johannes Berg
Package: epiphany-browser Version: 2.30.6-2 Severity: normal For instances, https://www.sparkasse-detmold.de/ doesn't load. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')

Bug#632951: cron: complains about missing lost+found on bind mounts

2011-08-08 Thread Johannes Berg
On Mon, 2011-08-08 at 00:41 +0200, Javier Fernández-Sanguino Peña wrote: On Sun, Aug 07, 2011 at 08:50:16PM +0200, Christian Kastner wrote: # cat /etc/mtab tmpfs /run/shm tmpfs rw,nosuid,nodev,relatime,size=103048k 0 0 /dev/md127p3 /data ext3

Bug#632951: cron: complains about missing lost+found on bind mounts

2011-08-07 Thread Johannes Berg
I see that new versions let me disable the check, but maybe I want the lost+found checking. However, it's completely useless to check on bind-mounted filesystems. I have: /data/home /home nonebind0 0 This alone

Bug#632951: cron: complains about missing lost+found on bind mounts

2011-08-07 Thread Johannes Berg
On Sun, 2011-08-07 at 20:50 +0200, Christian Kastner wrote: /dev/md127p3 /data ext3 rw,relatime,errors=remount-ro,user_xattr,acl,barrier=0,data=ordered 0 0 /dev/md127p3 /home ext3 rw,relatime,errors=remount-ro,user_xattr,acl,barrier=0,data=ordered 0 0 OK, so this is where the error

Bug#632951: cron: complains about missing lost+found on bind mounts

2011-07-07 Thread Johannes Berg
Package: cron Version: 3.0pl1-118 Severity: normal This is related to, but not the same as, #579640. I see that new versions let me disable the check, but maybe I want the lost+found checking. However, it's completely useless to check on bind-mounted filesystems. I have: /data/home /home

Bug#618540: fixed -- in kernel

2011-03-16 Thread Johannes Berg
Since commit 420e7fabd9c6d907280ed6b3e40eef425c5d8d8d Author: Henning Rogge hro...@googlemail.com Date: Thu Dec 11 22:04:19 2008 +0100 nl80211: Add signal strength and bandwith to nl80211station info (in v2.6.29 [rc1]) iw will report the rate: $ iw wlan0 link Connected to

Bug#618540: not fixed?

2011-03-16 Thread Johannes Berg
Then again, that should all be in the reporter's system, so I'm a bit confused. There was an iw patch too, but that was released with 0.9.8... johannes -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#615959: happens more often

2011-03-07 Thread Johannes Berg
On Mon, 2011-03-07 at 12:50 +0100, Julien Cristau wrote: Or maybe not. The backtrace doesn't seem to have anything related to nouveau, though of course I don't know where the event comes from. But I'll let you judge for yourself -- attached. Any chance you can reproduce the crash when

Bug#615959: happens more often

2011-03-05 Thread Johannes Berg
John, Johannes could you please tell me if you see this? I'm unsure if my mail is working. Yes, seems fine :-) I had the problems you speak of at one time. I had *thought* my gnome were installed but infact the libs were not all installed correctly. Was it an installer problem? I

Bug#615959: happens more often

2011-03-05 Thread Johannes Berg
Hi, could you please tell us how it goes with vesa or fbdev instead of nouveau? It might be nice to attach an (old) Xorg log, from a crash. vesa isn't happy when I have my second monitor plugged in. Neither vesa nor nouveau crash when I don't have my second monitor plugged in though.

Bug#615959: happens more often

2011-03-05 Thread Johannes Berg
On Sat, 2011-03-05 at 17:23 +0100, Johannes Berg wrote: I'll try to gdb it via ssh. (I didn't reply yet since Sven is usually taking care of nouveau bugs, but he might have missed it since it wasn't filed against the nouveau driver. We'll see later if it has to be reassigned.) Yeah, I

Bug#615959: happens more often

2011-03-05 Thread Johannes Berg
Hi, it seems calloc is failing, which I find a bit dubious. Well, actually, the only message I could extract wasn't that it was failing, it was reporting malloc corruption. It might be an ongoing memory corruption having later side effects, maybe? Hmm, that reminds me -- I also had random

Bug#615959: happens more often

2011-03-04 Thread Johannes Berg
It seems that this problem isn't just confined to libreoffice. I've also had it happen with abiword and gimp now, with no particular special documents/images. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#614574: telepathy-gabble: incompatible with jabberd14/libjabberd2

2011-02-22 Thread Johannes Berg
Package: telepathy-gabble Version: 0.9.15-2 Severity: normal Since the latest version (-1 was fine I think), but might be due to a gnutls change, I can no longer connect to my jabberd14 server. The reason for this is that the two cannot agree on a common cipher. telepathy-gabble/wobble insists

Bug#493846: libdvdread: doesn't play 'minority report' on powerpc

2011-01-06 Thread Johannes Berg
On Thu, 2011-01-06 at 14:37 +0100, Daniel Baumann wrote: could you try with both libdvdread and libdvdnav 4.1.4-1219-1 from experimental? Wow, old ... No, I don't think I can, sorry. I don't even know where I had the minority report from (must've borrowed it from somebody) nor do I still have

Bug#599345: linux-image-2.6.32-5-amd64: iwlagn allocation failure

2010-10-13 Thread Johannes Berg
On Wed, 2010-10-13 at 17:17 +0200, Julien Cristau wrote: Getting lots of those in dmesg: iwlagn :0c:00.0: Too many chunks: 2 Doesn't seem to prevent the network from working though. It'll at least leak lots of memory though. But I think the check there is just wrong -- there are TFDs,

Bug#599345: linux-image-2.6.32-5-amd64: iwlagn allocation failure

2010-10-10 Thread Johannes Berg
On Sun, 2010-10-10 at 20:03 +0100, Ben Hutchings wrote: I have, however much more recently than that kernel, cleaned this up in commit ff0d91c3eea6e25b47258349b455671f98f1b0cd -- this particular allocation is now 2048 or 4096 bytes depending on the architecture (32 vs 64 bit pointers). If

Bug#599345: linux-image-2.6.32-5-amd64: iwlagn allocation failure

2010-10-07 Thread Johannes Berg
On Wed, 2010-10-06 at 22:54 +0100, Ben Hutchings wrote: On Wed, 2010-10-06 at 21:19 +0200, Julien Cristau wrote: Package: linux-2.6 Version: 2.6.32-23 Oct 6 21:05:02 radis kernel: [378665.326381] NetworkManager: page allocation failure. order:4, mode:0x40d0 Oct 6 21:05:02 radis

Bug#594328: libnl1: port tracking broken

2010-08-25 Thread Johannes Berg
Package: libnl1 Version: 1.1-5 Severity: important Tags: patch upstream libnl has an unfortunate bug in its release_local_socket function that means that if you frequently open/close nl sockets, it will often fail on the third socket you use, after it has been closed once. This is due to a buggy

Bug#550739: [PATCH] mac80211: Don't squash error codes in key setup functions

2010-08-01 Thread Johannes Berg
returning NULL, and change ieee80211_add_key() accordingly. Compile-tested only. Looks good to me. Acked-by: Johannes Berg johan...@sipsolutions.net Reported-by: Marcin Owsiany porri...@debian.org Signed-off-by: Ben Hutchings b...@decadent.org.uk --- net/mac80211/aes_ccm.c |6

Bug#582544: should retitle

2010-06-15 Thread Johannes Berg
According to #583711 this doesn't just affect gnome-terminal, and as I previously mentioned it also affects evolution's composer, so it should probably be retitled. johannes -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#582544: same bug here

2010-06-15 Thread Johannes Berg
How are you pasting in gnome-terminal? If Ctrl+V, that won't work, you need Ctrl+Shift+V or right click - paste or Edit-Paste. Doesn't work here either. Even normal pasting into email doesn't work, i.e. I just pasted the above quote with ctrl-shift-v into evolution's composer, but pasting it

Bug#583711: dupe of 582544

2010-06-15 Thread Johannes Berg
this looks like a duplicate of 582544 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#581762: epiphany-browser: rendering bug on gmane

2010-05-17 Thread Johannes Berg
On Mon, 2010-05-17 at 11:39 -0300, Gustavo Noronha Silva wrote: To reproduce: just click on a mail on http://news.gmane.org/gmane.linux.kernel that is long enough to make a scrollbar appear on the message body, and scroll down and up there. I have seen numerous rendering bugs

Bug#581762: epiphany-browser: rendering bug on gmane

2010-05-17 Thread Johannes Berg
On Mon, 2010-05-17 at 16:46 +0200, Johannes Berg wrote: On Mon, 2010-05-17 at 11:39 -0300, Gustavo Noronha Silva wrote: To reproduce: just click on a mail on http://news.gmane.org/gmane.linux.kernel that is long enough to make a scrollbar appear on the message body, and scroll

Bug#581762: epiphany-browser: rendering bug on gmane

2010-05-16 Thread Johannes Berg
On Sun, 2010-05-16 at 11:40 +0200, Emilio Pozuelo Monfort wrote: I get the problem too, but it isn't shown in your screenshot (apparently doing an screenshot forces a display redraw, and the rendering problem goes away). Hmm? I can definitely see it in my screencast :) To reproduce: just

Bug#575994: zlib1g: experimental version breaks wireshark

2010-03-31 Thread Johannes Berg
Package: zlib1g Version: 1:1.2.3.5.dfsg-1 Severity: important This version breaks wireshark completely, it cannot read any capture files. I'm inclined to say this might be related to bug 453321, but it seems to be slightly different in that wireshark tries to use zlib to read uncompressed files,

Bug#574921: epiphany-webkit: odd behaviour with flash -- saving it repeatedly

2010-03-25 Thread Johannes Berg
On Thu, 2010-03-25 at 19:34 +0100, Josselin Mouette wrote: Le mardi 23 mars 2010 à 08:55 -0700, Johannes Berg a écrit : Maybe that's the problem, and when I don't have a plugin it thinks it should download it? I just tried without a Flash plugin, and couldn’t reproduce the bug either /o

Bug#574921: epiphany-webkit: odd behaviour with flash -- saving it repeatedly

2010-03-23 Thread Johannes Berg
On Tue, 2010-03-23 at 09:07 +0100, Josselin Mouette wrote: Le lundi 22 mars 2010 à 11:11 -0700, Johannes Berg a écrit : What flash plugin are you using? I’m not seeing this with gnash. How do I find out? jlt3:~$ dpkg --get-selections|grep swf jlt3:~$ dpkg --get-selections|grep

Bug#574921: epiphany-webkit: odd behaviour with flash -- saving it repeatedly

2010-03-22 Thread Johannes Berg
Package: epiphany-webkit Version: 2.29.90.1-2 Severity: normal I really really don't know what this is ... in some sense this bug report is more a plea for help ... Sometimes (always?) when there's flash on the page epiphany will keep downloading it over and over again until for some reason it

Bug#574921: epiphany-webkit: odd behaviour with flash -- saving it repeatedly

2010-03-22 Thread Johannes Berg
On Mon, 2010-03-22 at 09:38 +0100, Josselin Mouette wrote: Le dimanche 21 mars 2010 à 23:59 -0700, Johannes Berg a écrit : I really really don't know what this is ... in some sense this bug report is more a plea for help ... Sometimes (always?) when there's flash on the page epiphany

Bug#562177: fuseext2: find doesn't work

2009-12-23 Thread Johannes Berg
Package: fuseext2 Version: 0.3-1 Severity: normal find(1) fails on fuseext2: $ ls bin lib local sbin share $ ls bin|wc -l 58 $ find |wc -l 6 which should be at least 64 -- find doesn't recurse. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500,

Bug#562016: kernel WARNING in cfg80211 module

2009-12-22 Thread Johannes Berg
Hi, Thanks for the report. On Mon, 2009-12-21 at 23:50 +, Ben Hutchings wrote: [ 65.034652] ath0: direct probe to AP 00:11:95:77:e0:b0 (try 1) [ 65.036737] ath0: direct probe responded [ 65.036746] ath0: authenticate with AP 00:11:95:77:e0:b0 (try 1) [ 65.038335] ath0:

Bug#556977: pdftk: fails to do anything (gcj abi)

2009-11-19 Thread Johannes Berg
Hi, Perhaps I found the reason for the gcj abi mismatch: ii libgcj-bc4.4.0-2 Link time only library for use with gcj The current version of libgcj-bc is 4.3.4-1 in sid and experimental. Please downgrade libgcj-bc and try pdftk again. Cool, thanks, that works. This version is from

Bug#556977: pdftk: fails to do anything (gcj abi)

2009-11-18 Thread Johannes Berg
Package: pdftk Version: 1.41+dfsg-3 Severity: normal $ pdftk test.pdf output test.unc.pdf uncompress libgcj failure: gcj linkage error. Incorrect library ABI version detected. Aborting. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'),

Bug#556977: pdftk: fails to do anything (gcj abi)

2009-11-18 Thread Johannes Berg
Hi, As another person and I tested today, pdftk runs on a (fresh) Debian sid amd64 correctly. So I can currently not reproduce your bug. :) The package versions listed on your bug report seems to be ok. They are the same as on the system I tested. FWIW, I had this before in the past.

Bug#549261: rageircd: initscript not dependency-based boot ready

2009-10-01 Thread Johannes Berg
Package: rageircd Severity: wishlist The upgrade complains: insserv: warning: script 'rageircd' missing LSB tags and overrides -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel:

Bug#548280: [Pkg-telepathy-maintainers] Bug#548280: Bug#548280: telepathy-gabble: no longer connects

2009-09-26 Thread Johannes Berg
On Fri, 2009-09-25 at 14:45 +0100, Jonny Lamb wrote: tags 548280 - moreinfo tags 548280 + fixed-upstream kthxbye On Fri, Sep 25, 13:50:50 +0200, Johannes Berg wrote: Thanks, that was quick. I'm indeed using jabberd 1.4 as well, and git (0.9.0.1, commit 271fd01cd5) connects fine

Bug#548280: telepathy-gabble: no longer connects

2009-09-25 Thread Johannes Berg
Package: telepathy-gabble Version: 0.9.0-1 Severity: normal The new version no longer connects to my oldssl server, the server log says: [record] (sipsolutions.net): login fail 213.182.114.190 406 (null) With 0.8.3, it says: [record] (johan...@sipsolutions.net): login ok 213.182.114.190 Empathy

Bug#548280: [Pkg-telepathy-maintainers] Bug#548280: telepathy-gabble: no longer connects

2009-09-25 Thread Johannes Berg
Hi, Thanks, that was quick. I'm indeed using jabberd 1.4 as well, and git (0.9.0.1, commit 271fd01cd5) connects fine with oldssl. Still no luck with TLS though, but that's ok for me for now and should be a separate bug report anyway. johannes signature.asc Description: This is a digitally

Bug#546545: jabberd14: binding to :: no longer works

2009-09-13 Thread Johannes Berg
Package: jabberd14 Version: 1.6.1.1-3 Severity: normal If I specify ip port=5222::/ip then I get [alert] (-internal): mio unable to listen on 5222 [::]: jabberd already running or invalid interface? This used to work in -1. -- System Information: Debian Release: squeeze/sid APT prefers

Bug#546544: jabberd14: crashes on old ssl protocol

2009-09-13 Thread Johannes Berg
Package: jabberd14 Version: 1.6.1.1-3 Severity: important when using port 5223 ssl protocol, I get terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_S_construct NULL not valid on the console where I started jabber, and it is terminated. -1 worked, just

Bug#546546: grub-pc: hangs configuring if luks partions are present

2009-09-13 Thread Johannes Berg
Package: grub-pc Version: 1.97~beta3-1 Severity: important This happens: Setting up grub-pc (1.97~beta3-1) ... Generating grub.cfg ... Found Debian background: moreblue-orbit-grub.png Found linux image: /boot/vmlinuz-2.6.31-rc8-wl-34797-g4910edb-dirty Found initrd image:

Bug#542384: seconded

2009-08-28 Thread Johannes Berg
Yes, this is really weird -- it makes gpsd work on most systems but not on many modern ones that don't have serial. Something like below might be appropriate (untested) johannes --- gpsd-2.39.orig/configure.ac 2009-08-28 14:56:07.491959141 +0200 +++ gpsd-2.39/configure.ac 2009-08-28

Bug#541869: network-manager-openconnect: should (ask to) restart network-manager service at installation

2009-08-16 Thread Johannes Berg
Package: network-manager-openconnect Version: 0.7.2~20090715-1 Severity: normal I installed this and tried to use it right away, but things just didn't work ... until I figured out you had to restart the network-manager service to get it working. The installation could do that, but that might

Bug#540283: dovecot-antispam: please provide crm114 backend version

2009-08-06 Thread Johannes Berg
Package: dovecot-antispam Severity: wishlist I'd really like to use the debian packaging myself on my production servers, instead of rolling my own, since even though I do maintain the plugin, I don't really change it much on my servers -- I need something I've only just committed much less often

Bug#538189: only in mailtrain/spool2dir

2009-08-06 Thread Johannes Berg
This will not be of much help for users of the package, but I wanted to note that as far as I can tell this bug should exist only when using mailtrain or spool2dir backends, as the other backends don't need access to the full email. johannes signature.asc Description: This is a digitally signed

Bug#538189: may get fixed in dovecot

2009-08-06 Thread Johannes Berg
I've talked to Timo, and he said he might look at making dbox able to read uncommitted email. He was aware of the issue, but thought the antispam plugin was just badly written and should do something completely different. The particular bit he was referring to is that way intentionally though,

Bug#540283: dovecot-antispam: please provide crm114 backend version

2009-08-06 Thread Johannes Berg
can help maintain them in a working condition and whether someone reports them as being horribly broken. Cheers, Ron On Thu, Aug 06, 2009 at 11:16:36PM +0200, Johannes Berg wrote: Package: dovecot-antispam Severity: wishlist I'd really like to use the debian packaging myself on my

Bug#535948: [Evolution] Bug#535948: Bug#535948: libgtkhtml3.14-19: evolution crashed in gtkhtml_editor_private_init

2009-07-29 Thread Johannes Berg
On Sun, 2009-07-12 at 14:28 +0200, Yves-Alexis Perez wrote: On lun, 2009-07-06 at 13:27 +0200, Yves-Alexis Perez wrote: 2.26.2-2 and 2.26.2-1 respectively, there's no 2.27 of evolution for amd64. Uh, oh, right. I guess I forgot to upload it... I'll take some time to do that, so we

Bug#538389: rfkill into wireless-tools?

2009-07-28 Thread Johannes Berg
On Tue, 2009-07-28 at 00:07 +0100, Darren Salt wrote: I demand that Steve Langasek may or may not have written... On Sat, Jul 25, 2009 at 01:59:20PM +0100, Darren Salt wrote: [snip; ITP for rfkill] I'm choosing a git snapshot over 0.1 because it contains some functionality which will be

Bug#538389: rfkill into wireless-tools?

2009-07-28 Thread Johannes Berg
On Tue, 2009-07-28 at 10:35 +0200, Steve Langasek wrote: FWIW, I'm still unclear why a special tool is needed to manage killswitches now, since it used to be possible to set these directly via the interfaces under /sys - the interfaces appear to still be there, but they no longer accept

Bug#538185: gnome-panel: notification area not working

2009-07-23 Thread Johannes Berg
Package: gnome-panel Version: 2.26.2-1 Severity: important For a while now, I have not had tray icons in the notification area, and apparently due to that, also no osd notifications, see attached screenshot. Not knowing where the bug might be, I didn't report it for a long time, but benjamin

Bug#538185: notifications do work

2009-07-23 Thread Johannes Berg
Ok, notifications do seem to work regardless, except for empathy?! Here's how it looks like (without the PA applet) with gnome-swallow-applet having swallowed stalonetray. johannes attachment: tray2.png signature.asc Description: This is a digitally signed message part

Bug#537765: [PATCH] dovecot-antispam, fixes for ia64 and dovecot 1.2

2009-07-22 Thread Johannes Berg
On Thu, 2009-07-23 at 00:12 +0930, Ron wrote: Hi Johannes, It was reported that dovecot-antispam currently has trouble on ia64 due to a missing prototype for getenv. You can find the original report here: http://bugs.debian.org/537765 And the trivial patch I've applied to the debian

Bug#535948: [Evolution] Bug#535948: Bug#535948: libgtkhtml3.14-19: evolution crashed in gtkhtml_editor_private_init

2009-07-12 Thread Johannes Berg
On Sun, 2009-07-12 at 14:28 +0200, Yves-Alexis Perez wrote: On lun, 2009-07-06 at 13:27 +0200, Yves-Alexis Perez wrote: 2.26.2-2 and 2.26.2-1 respectively, there's no 2.27 of evolution for amd64. Uh, oh, right. I guess I forgot to upload it... I'll take some time to do that, so we

  1   2   3   4   >