Bug#1058424: [PATCH] First step towards reproducibility

2023-12-12 Thread Jan-Benedict Glaw
Hi! It seems this is a good part of what needs to be done: diff --git a/Pristine/Tar/Delta/Tarball.pm b/Pristine/Tar/Delta/Tarball.pm index 121b85e..e8b5ce0 100644 --- a/Pristine/Tar/Delta/Tarball.pm +++ b/Pristine/Tar/Delta/Tarball.pm @@ -26,7 +26,13 @@ sub write { } } - doit("tar",

Bug#1058424: pristine-tar gendelta: Make output file reproducible

2023-12-12 Thread Jan-Benedict Glaw
Package: pristine-tar Version: 1.50 Severity: wishlist Running `pristine-tar gendelta` two times on the very same input tarball generates two different delta files. They contain files in filesystem order and with "current" timestamps. I suggest to use something along this: tar

Bug#1039741: libapache-poi-java: reproducible builds: timezone-specific timestamp in poi.jar

2023-06-28 Thread Jan-Benedict Glaw
On Wed, 2023-06-28 13:34:31 -0700, Vagrant Cascadian wrote: > diff --git a/debian/rules b/debian/rules > index c94adb7..9ddad46 100755 > --- a/debian/rules > +++ b/debian/rules > @@ -10,7 +10,7 @@ VERSION := $(shell echo $(DEB_VERSION_UPSTREAM) | sed > 's/+dfsg//') > dh $@ --with

Bug#1034453: gcc-snaphot: Bad practice for LD_LIBRARY_PATH (and PATH)

2023-04-15 Thread Jan-Benedict Glaw
Package: gcc-snapshot Hi! Installing the `gcc-snapshot` binary package, there's README.Debian (in the source package, this is README.snapshot), which (in two places) shows how to assign LD_LIBRARY_PATH (and PATH) extended values to allow to use the snapshot compiler. These two assignments are

Bug#1032471: gxemul: non-working TAP networking support

2023-03-24 Thread Jan-Benedict Glaw
Hi! How about adding the patch I suggested to gxemul's Debian package? That works and makes gxemul _much_ more useable. Thanks, Jan-Benedict -- signature.asc Description: PGP signature

Bug#1032471: Preliminary patch to fix tap networking under Linux

2023-03-12 Thread Jan-Benedict Glaw
Hi! As a follow-up, I'm currenrly testing the attached patch. It basically works, but a PMAX configuration running NetBSD won't be responsive on the console during network I/O. However, I think that's not due to this patch, but because limitatiins in the emulation. Will look into this, but this

Bug#998708: Another vote for an update

2023-03-08 Thread Jan-Benedict Glaw
-Benedict Glaw -- signature.asc Description: PGP signature

Bug#1032471: [gxemul] Fix tap device support

2023-03-07 Thread Jan-Benedict Glaw
Package: gxemul Version: 0.7.0+dfsg-1+b1 Hi! I couldn't get tap networking to work at all. Looking at the source (net_tap_init()), my impression is that this is using the BSD interface. Googling around, there are forks on eg. Github that added/fixed tap networking so that it works with Linux.

Bug#983645: laminard: SIGPIPE kills it

2023-02-12 Thread Jan-Benedict Glaw
Hi! I see that you already imported Laminar 1.2 into the Debian repository. Thanks a lot for doing the work! I'm really looking forward for when it shows up in the Debian unstable repo! Thanks, Jan-Benedict -- signature.asc Description: PGP signature

Bug#1022166: Not a `gcc-snapshot` bug, but glibc

2022-11-05 Thread Jan-Benedict Glaw
Hi! After poking around, I guess this is actually a glibc issue and it's probably already fixed by this commit: jbglaw@lili:/var/cache/git/glibc$ git show 3e5760fcb48528d48deeb60cb885a97bb731160c | head -20 commit 3e5760fcb48528d48deeb60cb885a97bb731160c Author: Joseph Myers Date: Wed Sep 28

Bug#1021562: pahole: Update for building Linux kernel with newer toolchains

2022-10-10 Thread Jan-Benedict Glaw
://www.spinics.net/lists/dwarves/msg01719.html, it would be nice to have this fixed in Debian's `pahole`. Thanks a lot, Jan-Benedict Glaw -- signature.asc Description: PGP signature

Bug#1012452: curlftpfs: Whitespace in directory name

2022-06-07 Thread Jan-Benedict Glaw
Package: curlftpfs Version: 0.9.2-9+b1 Hi! I'm using curlftpfs to backup data off a FTP server. Works mostly, but it breaks with an I/O error for a directory containins a single ' ' (space) in its name. Seems this bug is known upstream. The `curl` people claim that curlftpfs supplies a wrong

Bug#983645: laminard crashing: Fixed upstream

2022-02-13 Thread Jan-Benedict Glaw
Hi! > On Fri, 2022-02-11 10:54:55 +0100, meskio wrote: > Quoting Jan-Benedict Glaw (2022-02-10 11:09:57) > > I had a few tickets with Oliver upstream. There were a few cornercases > > that my (quite large) setup triggered quickly. Seems that's all fixed > >

Bug#983645: laminard crashing: Fixed upstream

2022-02-10 Thread Jan-Benedict Glaw
Hi Ruben! I had a few tickets with Oliver upstream. There were a few cornercases that my (quite large) setup triggered quickly. Seems that's all fixed by now. These included: * Under some circumstances, laminard didn't accept any further web requests when a client shut down the connection

Bug#994102: unistd.h: non-null check not correct for getcwd()

2021-09-12 Thread Jan-Benedict Glaw
On Sun, 2021-09-12 00:16:01 +0200, Aurelien Jarno wrote: > On 2021-09-11 22:06, Jan-Benedict Glaw wrote: > > Until glibc's Bugzilla issue is finally resolved > > (https://sourceware.org/bugzilla/show_bug.cgi?id=26545), maybe the > > Debian package could be changed to drop

Bug#994102: unistd.h: non-null check not correct for getcwd()

2021-09-11 Thread Jan-Benedict Glaw
Package: libc6-dev Version: 2.32-2 Current getcwd() is declared as: /usr/include/unistd.h: 513:/* Get the pathname of the current working directory, 514: and put it in SIZE bytes of BUF. Returns NULL if the 515: directory couldn't be determined or SIZE was too small. 516: If successful,

Bug#983645: laminard killed with SIGSEGV (was: Bug#983645: laminard: SIGPIPE kills it)

2021-03-03 Thread Jan-Benedict Glaw
Hi Ruben! On Tue, 2021-03-02 23:41:30 +0100, Jan-Benedict Glaw wrote: > SIGPIPE was a red herring, it happens ever so often and is ignored. > But there's a SIGSEGV: [...] My impression is that access to the logWatchers isn't locked, so incoming log output (from some run) are pushed by ite

Bug#983645: laminard killed with SIGSEGV (was: Bug#983645: laminard: SIGPIPE kills it)

2021-03-02 Thread Jan-Benedict Glaw
On Tue, 2021-03-02 16:27:27 +0100, meskio wrote: > Quoting Jan-Benedict Glaw (2021-03-02 14:44:33) > > > If you are able to test your laminar with systemd tell me if your problem > > > persist there. > > > > I'll try to pin down in which circumstances this

Bug#983645: laminard: SIGPIPE kills it

2021-03-02 Thread Jan-Benedict Glaw
On Tue, 2021-03-02 16:27:27 +0100, meskio wrote: > Quoting Jan-Benedict Glaw (2021-03-02 14:44:33) > > I do not think that SysV init has something to do with the SIGPIPE. > > It's probably being a close()d / shutdown()ed FD (at the browser side) > > while it tri

Bug#983645: laminard: SIGPIPE kills it

2021-03-02 Thread Jan-Benedict Glaw
Hi! On Tue, 2021-03-02 14:01:13 +0100, meskio wrote: > Quoting Jan-Benedict Glaw (2021-02-27 23:31:57) > > I gave laminar a try, but laminard dies on SIGPIPE: [...] > From that report I guess you use sysv-init instead of systemd isn't it? Maybe > the SIGPIPE error is also rel

Bug#983645: laminard: SIGPIPE kills it

2021-03-02 Thread Jan-Benedict Glaw
Hi meskio! On Tue, 2021-03-02 14:01:13 +0100, meskio wrote: > Jan-Benedict, thanks for the report. > Quoting Jan-Benedict Glaw (2021-02-27 23:31:57) > > I gave laminar a try, but laminard dies on SIGPIPE: > > > > (gdb) bt > > #0 0x7f7f95d53da3 in __GI___wri

Bug#983645: laminard: SIGPIPE kills it

2021-02-27 Thread Jan-Benedict Glaw
Package: laminard Version: Hi! I gave laminar a try, but laminard dies on SIGPIPE: (gdb) bt #0 0x7f7f95d53da3 in __GI___writev (fd=16, iov=0x7ffdebf13860, iovcnt=3) at ../sysdeps/unix/sysv/linux/writev.c:26 #1 0x7f7f963d8269 in non-virtual thunk to kj::(anonymous

Bug#824883: Current GIT snapshots?

2019-10-27 Thread Jan-Benedict Glaw
Hi Andreas! The packaged SIMH version is quite old, doesn't contain relevant ROM dumps and lacks the tools (still in experimental.) For my own use, I've packaged SIMH (from git) and simtools to resemble at least a structured way to install/deinstall SIMH and its stuff. I'm not sure about other

Bug#919475: xterm: No resize larger than display size?

2019-01-17 Thread Jan-Benedict Glaw
On Wed, 2019-01-16 20:58:16 -0500, Thomas Dickey wrote: > On Wed, Jan 16, 2019 at 01:10:24PM +0100, Jan-Benedict Glaw wrote: > > Package: xterm > > Version: 342-1 […] > > I was used to resize the uxterm window quite larger than the actual > > root window size (and m

Bug#919475: xterm: No resize larger than display size?

2019-01-16 Thread Jan-Benedict Glaw
Package: xterm Version: 342-1 Hi! I was used to resize the uxterm window quite larger than the actual root window size (and move the window to see parts of it), which may be useful for stuff presenting quite long lines. This used to work at least in version 327-2, and didn't work in 338-1 nor

Bug#916282: m_inmail: $INMAIL_DB is ignored

2018-12-12 Thread Jan-Benedict Glaw
Package: lbdb Version: 0.47 Hi! While `lbdb-fetchaddr' will honor the "-f" switch to write addresses to a non-default database, it seems that the m_inmail plugin actually does not have a way to use a different database. While documentation (in `man lbdbq') states that $INMAIL_DB would be

Bug#913964: ntpsec with only one upstream NTP server (via dhcp)

2018-11-18 Thread Jan-Benedict Glaw
On Sat, 2018-11-17 23:09:50 -0600, Richard Laager wrote: > On 11/17/18 9:17 AM, Jan-Benedict Glaw wrote: > > In my LAN, I'm running a ntpsec instance which has pool servers > > configured. This (single) server is handed out via DHCP to client > > hosts. If there's ntpsec run

Bug#913964: ntpsec with only one upstream NTP server (via dhcp)

2018-11-17 Thread Jan-Benedict Glaw
given by DHCP. Thanks, Jan-Benedict Glaw -- signature.asc Description: PGP signature

Bug#853293: wpasupplicant: Consider all `ifupdown' configuration, not only /etc/network/interfaces

2017-01-31 Thread Jan-Benedict Glaw
and included files." WPA_LOGICAL_IFACE="default" fi Thanks, Jan-Benedict -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of:If it doesn't work, force it. the second :

Bug#850726: Policykit dependency

2017-01-12 Thread Jan-Benedict Glaw
Hi! I just hit the same issue and would love to see the policykit dependency lifted. It works quite well without. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: "really soon now": an unspecified period of ti

Bug#835028: [gnuplot-tex] Please rebuild/re-upload from current gnuplot sources/package

2016-08-21 Thread Jan-Benedict Glaw
htype" isn't defined. Simply defining it to something empty like \def\gpsetdashtype#1{} makes it work for now, but updating to gnuplot's current gnuplot-lua-tikz-common.tex would be appreciated. Thanks, Jan-Benedict -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481

Bug#832610: libpythonqt3.0: Please build against Qt 5.x

2016-07-27 Thread Jan-Benedict Glaw
-- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 signature.asc Description: Digital signature

Bug#280583: tsrsock vs. cyclades-ser-cli

2016-06-01 Thread Jan-Benedict Glaw
Hi! This bug is trivial to fix, quite annoying and is two years old by now. How about actually fixing it? MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: God put me on earth to accomplish a certain number of the second

Bug#810100: ipstate: Sources moved to github (from sf.net)

2016-01-06 Thread Jan-Benedict Glaw
https://wiki.debian.org/debian/watch#GitHub and https://wiki.debian.org/qa.debian.org/HowToHelpWithFixingWatchFiles#How_to_test_the_debian.2Fwatch_file for proper examples. Thanks, Jan-Benedict -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature

Bug#791363: [PING] php-http-webdav-server: WebDAV encoding problems

2015-11-15 Thread Jan-Benedict Glaw
Hi! Is this package completely abandoned? Bug is now opened for four months, has a patch to fix the issue and just needs it added to the package. Oh, Hartmut, just integrate it upstream? Or shoudl SeedDMS use a completely different DAV implementation? MfG, JBG -- Jan-Benedict Glaw

Bug#717451: rsnapshot Backups broken when ssh_args are set

2015-05-21 Thread Jan-Benedict Glaw
-- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: 17:45 @Eimann Hrm, das E90 hat keinen Lebenszeit Call-Time Counter mehr the second : 17:46 @jbglaw Eimann: Wofür braucht man das? 17:46 @jbglaw Eimann: Für mich ist an 'nem Handy wichtig

Bug#783650: Suggestion for a fix

2015-05-09 Thread Jan-Benedict Glaw
Hi! I just noticed the `ifquery' command that's shipped with the `ifupdown' package. That should easily do the job of querying whether or not there's an interface with a given name. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature

Bug#783650: wpasupplicant: Honor /etc/network/interfaces.d/ (or whatever directories are sourced in /etc/network/interfaces)

2015-04-28 Thread Jan-Benedict Glaw
directories mentioned with the source-directory stanza, or so allow for some config item (along with the base interfacee for which roaming is configured) to force the original id_str name. Thanks a lot, Jan-Benedict -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481

Bug#717451: rsnapshot with ssh_args: Still not fixed?

2015-03-04 Thread Jan-Benedict Glaw
bug breaking remote backups in non-trivial setups... Thanks a lot, Jan-Benedict -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: http://perl.plover.com/Questions.html the second : signature.asc Description: Digital signature

Bug#717451: New rsnapshot package?

2014-05-06 Thread Jan-Benedict Glaw
Hi Guillaume! It's nearly a year since I submitted a patch for this quite real breakage. Since then, I've patched my boxes, but I would have expected that there's a new rsnapshot package. Could you please prepare one containing the fix and upload it? Thanks, JBG -- Jan-Benedict Glaw

Bug#742015: Seeing this bug, too

2014-03-25 Thread Jan-Benedict Glaw
Hi! Using `duply' as a frontend, we're experiencing this bug in recent weeks, too. Duplicity used to work, automatically using user's ~/.ssh/id_rsa key without further config. Out of curiosity, we added --ssh-options=-oIdentityFile=/.../.ssh/id_rsa, but it seems (using `duply') this strangely

Bug#742015: Possible workaround

2014-03-25 Thread Jan-Benedict Glaw
Hi! On Tue, 2014-03-25 14:02:17 +0100, Jan-Benedict Glaw jbg...@getslash.de wrote: Out of curiosity, we added --ssh-options=-oIdentityFile=/.../.ssh/id_rsa, but it seems (using `duply') this strangely breaks GPG encryption when it's really used, though it works initially when it tests

Bug#715471: buildbot: Not installable in Sid

2013-08-15 Thread Jan-Benedict Glaw
place. Alternatively, I'd install from source, but that'd make me loose all of dpkg's nice features... So... Anything we can do about it? MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Eine Freie Meinung in einem Freien

Bug#715471: buildbot: New package to use newer python-sqlalchemy?

2013-08-02 Thread Jan-Benedict Glaw
-- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: http://perl.plover.com/Questions.html the second : signature.asc Description: Digital signature

Bug#717451: Acknowledgement (Backups broken when ssh_args are set)

2013-07-23 Thread Jan-Benedict Glaw
. This situation can be detected through rsnapshot's exit() value, but probably not all system admins will do that, thus the backup will get more and more outdated over time. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Gib Dein

Bug#717451: Backups broken when ssh_args are set

2013-07-20 Thread Jan-Benedict Glaw
{ (This patch is on-top of git://anonscm.debian.org/collab-maint/rsnapshot.git and applies with -40 lines offset on-top of upstream rsnapshot, too.) Thanks, Jan-Benedict -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Alles wird gut! ...und heute

Bug#714323: HP Laserjet 8150N: PPD doesn't really control printer

2013-06-27 Thread Jan-Benedict Glaw
there, it wouldn't be too hard to look throught the output and match it againts PCL or thatever is in there. So I'd really like to work on it, to fix this PPD so that it actually works, but I guess I'll need a little help for a start. Thanks a lot, Jan-Benedict -- Jan-Benedict Glaw jbg...@lug

Bug#684264: logger: remote syslog doesn't work

2012-11-08 Thread Jan-Benedict Glaw
Hi! We also ran into this issue. A workaround is to additionally set a log socket (-u /tmp/ignored). However, this was fixed nearly a year ago(!) in upstream: --- jbglaw@pluto:~/src/util-linux/misc-utils$ git show 86248cd2 commit

Bug#674529: util-linux: cfdisk creates a bad partition table

2012-05-25 Thread Jan-Benedict Glaw
[1925239.197113] sdd: sdd1 sdd2 sdd3 sdd4 Thanks, Jan-Benedict -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of:Lauf nicht vor Deinem Glück davon: the second : Es könnte hinter Dir stehen

Bug#670921: [i965-va-driver] Wrong description (or built from wrong sources)

2012-04-30 Thread Jan-Benedict Glaw
Package: i965-va-driver Version: 1.0.16-4 Hi! The description tells us that H.264 should be somewhat supported. However, there's no such profile: gfx@intel-gfx-test:/tmp$ vainfo libva: VA-API version 0.32.0 libva: va_getDriverName() returns 0 libva: Trying to open

Bug#660215: python-pisa: Missing dep' on python-pkg-resources

2012-02-17 Thread Jan-Benedict Glaw
load_entry_point ImportError: No module named pkg_resources Thanks, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Ich hatte in letzter Zeit ein bißchen viel Realitycheck. the second : Langsam möchte ich mal wieder weiterträumen

Bug#650602: wcslib-dev: pkg-config file not installed

2011-11-30 Thread Jan-Benedict Glaw
to .../wcslib-4.8.3/debian/wcslib-dev.install . Thanks a lot! Jan-Benedict -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Friends are relatives you make for yourself. the second : signature.asc Description: Digital signature

Bug#645655: initscripts: /etc/network/if-up.d/mountnfs: Wrong character class?

2011-10-17 Thread Jan-Benedict Glaw
() { -grep ^[:space:]*auto /etc/network/interfaces | \ +grep ^[[:space:]]*auto /etc/network/interfaces | \ sed -e 's/[ \t]*auto[ \t]*//;s/[ \t]*$//;s/[ \t]/\n/g' | \ while read i; do if [ `grep -c $i /etc/network/run/ifstate` -eq 0 ]; then MfG, JBG -- Jan-Benedict

Bug#357141: Relevance of UTF-8'ish user and group names

2011-04-06 Thread Jan-Benedict Glaw
example on a generic Linux box, though. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Alles wird gut! ...und heute wirds schon ein bißchen besser. the second : signature.asc Description: Digital signature

Bug#620306: getopt: Optional argument parsing buggy

2011-03-31 Thread Jan-Benedict Glaw
the man page? MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: http://perl.plover.com/Questions.html the second : signature.asc Description: Digital signature

Bug#611113: Further infos wrt. `birthday' bug?

2011-02-24 Thread Jan-Benedict Glaw
Hi! You didn't respond to this bug up to now. Do you need any further infos? I hope it's well enough documented with the patch containing a new testcase for the bug I found? MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature

Bug#611113: birthday: Print ongoing events that already started in the past in calendar (-c) format

2011-01-25 Thread Jan-Benedict Glaw
a testcase. That way, all events will be printed, and they'll be printed on each day they occur. Thanks a lot, Jan-Benedict Glaw -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: They that give up essential liberty to obtain temporary safety, the second

Bug#604411: libnova-dev: New upstream version

2010-11-21 Thread Jan-Benedict Glaw
Package: libnova-dev Version: 0.12.1-1 Hi! Please update this package to the version that can be found in SVN right now (or to the last release.) 0.12.1 contains some bugs (out-of-bounds array access) which segfaults when calculating MPC orbits. Thanks a lot, Jan-Benedict Glaw -- Jan

Bug#600119: [libsane-hpaio] Scanner not detected

2010-10-13 Thread Jan-Benedict Glaw
-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: Zensur im Internet? Nein danke! the second : signature.asc Description: Digital signature

Bug#589186: Icedove: Cannot drag'n'drop emails when running under VNC

2010-07-15 Thread Jan-Benedict Glaw
folder simple results in an animation of the note moving back to where the email came from, but the mail is not moved to the new folder. I traced Icedove under VNC and running via X forwarding with xev, but that didn't reveal a difference. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de

Bug#586679: lbdb: `lbdbq' need a dependency on libnet-ldap-perl

2010-06-21 Thread Jan-Benedict Glaw
Package:lbdb Hi! The package contains a quite helpful binary, `lbdbq', which probably needs to have libnet-ldap-perl installed (if there's a LDAP server to be used.) This package should probably be mentioned in the Dependency list. MfG, JBG -- Jan-Benedict Glaw jbg...@lug

Bug#583477: less: Show column headers (useful eg. for CSV output)

2010-05-27 Thread Jan-Benedict Glaw
scroll as usual. That way, you'd keep your table headers visible while scrolling in the data set. Would be nice to have such a feature implemented (maybe forward this feature request upstream?) Thanks a lot, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481

Bug#520618: Even newer version available

2010-01-28 Thread Jan-Benedict Glaw
. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: The real problem with C++ for kernel modules is: the second : the language just sucks. -- Linus

Bug#564232: bind behaviour different between linux and freebsd ?

2010-01-09 Thread Jan-Benedict Glaw
more detailed information about why it failed. Also, keep in mind that sin.sin_port = 5786 is probably not what you want, think of network byte order! Sparc and PPC are big endian and I guess that amd64 is little endian. MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172

Bug#564232: bind behaviour different between linux and freebsd?

2010-01-09 Thread Jan-Benedict Glaw
= INADDR_ANY; printf (sin len %d\n,len); socket_fd = socket (AF_INET,SOCK_STREAM,0); res = bind (socket_fd, (struct sockaddr *) sin, len); printf (res = %d, errno = %s\n, res, strerror (res? errno: 0)); return 0; } MfG, JBG -- Jan-Benedict Glaw jbg

Bug#526367: mopd: Binaries missing in package

2009-04-30 Thread Jan-Benedict Glaw
but with recent debhelper versions, this should be $(MAKE) -C buildtree install DESTDIR=`pwd`/debian/mopd (ie. the package name instead of tmp.) MfG, JBG -- Jan-Benedict Glaw jbg...@lug-owl.de +49-172-7608481 Signature of: 23:53 @jbglaw So, ich kletter' jetzt mal ins Bett

Bug#485402: VirtualBox: Driver version mismatch

2008-06-09 Thread Jan-Benedict Glaw
for Linux Internet searches imply to re-install the upstream package, but since I'm using the Debian packages, this doesn't seem to be a good idea at all :) Anything I can do about it? Thanks, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature

Bug#475049: joystick: Please include evtest

2008-04-08 Thread Jan-Benedict Glaw
-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: What we do for ourselves dies with us. What we do for the second : others and the world remains and is immortal. (Albert Pine) signature.asc Description: Digital signature

Bug#456882: Update path?

2007-12-29 Thread Jan-Benedict Glaw
-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: Alles sollte so einfach wie möglich gemacht sein. the second : Aber nicht einfacher. (Einstein) signature.asc Description: Digital signature

Bug#451371: cal: Mark today even when a year is given

2007-11-15 Thread Jan-Benedict Glaw
package. Thanks a lot, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of:If it doesn't work, force it. the second : If it breaks, it needed replacing anyway. signature.asc Description: Digital signature

Bug#434279: closed by Bastian Blank [EMAIL PROTECTED] (Re: Bug#434279: Alpha: ipv6.ko fails to load)

2007-07-22 Thread Jan-Benedict Glaw
Hi Bastian! On Sun, 2007-07-22 22:06:14 +, Debian Bug Tracking System [EMAIL PROTECTED] wrote: On Sun, Jul 22, 2007 at 10:59:36PM +0200, Jan-Benedict Glaw wrote: Package: linux-latest-2.6 Version: 2.6.21+8 linux-latest-2.6 is a source package, the version is wrong, the binaries

Bug#434279: Alpha: ipv6.ko fails to load

2007-07-22 Thread Jan-Benedict Glaw
Package: linux-latest-2.6 Version: 2.6.21+8 Hi! Loading the ipv6 module with linux-image-2.6.21-2-alpha-smp version 2.6.21-6 still does not work: es40-1:~# dmesg -c /dev/null es40-1:~# modprobe ipv6 FATAL: Error inserting ipv6 (/lib/modules/2.6.21-2-alpha-smp/kernel/net/ipv6/ipv6.ko): Invalid

Bug#432932: metasend: Slightly exploitable MIME type setting

2007-07-13 Thread Jan-Benedict Glaw
-- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of:Don't believe in miracles: Rely on them! the second : signature.asc Description: Digital signature

Bug#421403: spamassassin: Tries to lock wrong files (preforked child formerly serving a real user, now serving a mailing list address)

2007-04-28 Thread Jan-Benedict Glaw
of such a case. Thanks, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: The real problem with C++ for kernel modules is: the second : the language just sucks

Bug#405814: java-package: Please depend on gcc

2007-01-06 Thread Jan-Benedict Glaw
Package: java-package Version: 0.28 Hi! I just tried to run make-jpkg on a minimally installed machine. Internally, it calls `gcc', but doesn't depend on it. I think it would be nice to depend on some `gcc' for this case. Thanks, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED

Bug#401581: tar: Proposed patch accepted upstream

2006-12-07 Thread Jan-Benedict Glaw
Hi! The patch I suggested was accepted upstream. Please update the unstable sources and additionally check if the stable source has the same bug. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: ...und wenn Du denkst, es

Bug#401963: libapache2-mod-perl2: Rename source file

2006-12-06 Thread Jan-Benedict Glaw
mod_perl.c PerlHandler Apache::Registry /IfModule IfModule mod_perl2.c PerlHandler ModPerl::Registry /IfModule ...or is there an alternative way to get the same result? Thanks, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED

Bug#401581: tar: Extract rest of archive after error on open()

2006-12-04 Thread Jan-Benedict Glaw
-tar@gnu.org mailing list, but it hasn't been accepted yet because the maintainer failed to reproduce the issue on the first try. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of:http://catb.org/~esr/faqs/smart-questions.html

Bug#401581: Example tarball

2006-12-04 Thread Jan-Benedict Glaw
Hi! Attached to this mail you'll find a tarball with two files. The first one cannot be extracted to a VFAT filesystem (on Linux), the second one won't be extracted due to the bug. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature

Bug#391700: [Pkg-mailman-hackers] Bug#391700: Mailman: Catch charset decoding errors

2006-10-10 Thread Jan-Benedict Glaw
On Tue, 2006-10-10 13:14:26 +0200, Thijs Kinkhorst [EMAIL PROTECTED] wrote: On Sun, 2006-10-08 at 10:30 +0200, Jan-Benedict Glaw wrote: Since I'm not into Python, no patch... Seems whoever tries to recode something to unicode didn't expect that this could fail. Thank you for your report

Bug#390275: faubackup: Wrong listing with more than eight daily backups?

2006-09-30 Thread Jan-Benedict Glaw
, but you know, my Perl capabilities are quite limited :D MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: http://www.eyrie.org/~eagle/faqs/questions.html the second : signature.asc Description: Digital signature

Bug#348316: faubackup: Return with non-zero exit value on full disk

2006-09-13 Thread Jan-Benedict Glaw
On Mon, 2006-09-04 18:26:47 +0200, Martin Waitz [EMAIL PROTECTED] wrote: On Mon, Sep 04, 2006 at 10:26:31AM +0200, Jan-Benedict Glaw wrote: One of my backup systems went out of disk space last night. I saw the disk full message, but faubackup exited with return code zero

Bug#348316: faubackup: Return with non-zero exit value on full disk

2006-09-04 Thread Jan-Benedict Glaw
. Any chance to get it fixed to return non-zero exit values after errors? Thanks, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: ...und wenn Du denkst, es geht nicht mehr, the second : kommt irgendwo ein

Bug#348316: faubackup: Return with non-zero exit value on full disk

2006-09-04 Thread Jan-Benedict Glaw
fwrite to the end? *cough* I think I'll re-do that with a manually prepared backup. The data is several gigabytes and I'd expect the syscall log largeish... MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: Friends

Bug#348316: faubackup: Return with non-zero exit value on full disk

2006-09-04 Thread Jan-Benedict Glaw
On Mon, 2006-09-04 18:26:47 +0200, Martin Waitz [EMAIL PROTECTED] wrote: On Mon, Sep 04, 2006 at 10:26:31AM +0200, Jan-Benedict Glaw wrote: One of my backup systems went out of disk space last night. I saw the disk full message, but faubackup exited with return code zero

Bug#385049: vux: [PATCH 3/4] Support WAV

2006-08-28 Thread Jan-Benedict Glaw
ogg and mp3 utility that plays songs according to a rating system designed to keep track of user listening habits. By MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: Wenn ich wach bin, träume ich. the second

Bug#385046: vux: [PATCH 1/4] Use alsa09 for mp3 output

2006-08-28 Thread Jan-Benedict Glaw
vux_pid=$vux_dir/vux.pid MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of:http://www.chiark.greenend.org.uk/~sgtatham/bugs.html the second : signature.asc Description: Digital signature

Bug#385047: vux: [PATCH 4/4] Use alsa09 for OGG playback

2006-08-28 Thread Jan-Benedict Glaw
-- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: ...und wenn Du denkst, es geht nicht mehr, the second : kommt irgendwo ein Lichtlein her. signature.asc Description: Digital signature

Bug#385048: vux: [PATCH 2/4] Support FLAC

2006-08-28 Thread Jan-Benedict Glaw
ogg and mp3 utility that plays songs according to a rating system designed to keep track of user listening habits. By MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: Zensur im Internet? Nein danke! the second

Bug#385057: vux: Get info about current song

2006-08-28 Thread Jan-Benedict Glaw
Save scorelist to file MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: Alles wird gut! ...und heute wirds schon ein bißchen besser. the second : signature.asc Description: Digital signature

Bug#385048: vux: [PATCH 2/4] Support FLAC

2006-08-28 Thread Jan-Benedict Glaw
applying the patches... But it's all correct :) MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of:If it doesn't work, force it. the second : If it breaks, it needed replacing anyway

Bug#333056: Regex problem

2006-07-03 Thread Jan-Benedict Glaw
while your advertised version at http://itanix.rutgers.edu/rumba/dists/unstable/perspect/binary-all/net/fail2ban_0.6.1-7_all.deb works for me. Thanks, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung in einem Freien Kopf| Gegen

Bug#347620: SIGSEGV with long lines

2006-05-16 Thread Jan-Benedict Glaw
that typical usage may involve to add further information to an event (like URLs, phone numbers, meeting times etc...) MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung in einem Freien Kopf| Gegen Zensur | Gegen Krieg _ _ O für

Bug#367270: MODPOST won't work with current (2.5.17-rc4)kernel versions

2006-05-14 Thread Jan-Benedict Glaw
▒ │ vmlinux ▒ Thanks, Jan-Benedict Glaw -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung in einem Freien Kopf| Gegen Zensur | Gegen Krieg _ _ O für einen

Bug#367270: [Linux-wlan-ng-devel] Bug#367270: MODPOST won't work with current (2.5.17-rc4)kernel versions

2006-05-14 Thread Jan-Benedict Glaw
On Mon, 2006-05-15 00:09:03 +0200, Enrico Tassi [EMAIL PROTECTED] wrote: On Sun, May 14, 2006 at 10:27:39PM +0200, Jan-Benedict Glaw wrote: Package: linux-wlan-ng-source Building the package won't work with current kernels. Seems the MODPOST step was changed a bit. This is cut'n'pasted from

Bug#352255: Pasting invalid URLs

2006-04-25 Thread Jan-Benedict Glaw
it into the URL input field (at the top of the Firefox window), so there's no way to see at a glance what actually was wrong with it. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung in einem Freien Kopf| Gegen Zensur | Gegen Krieg _ _ O

Bug#352255: Pasting invalid URLs

2006-04-25 Thread Jan-Benedict Glaw
On Tue, 2006-04-25 16:01:02 -0400, Justin Pryzby [EMAIL PROTECTED] wrote: On Tue, Apr 25, 2006 at 09:31:44PM +0200, Jan-Benedict Glaw wrote: As a further addition, I just happened to paste an invalid URL into a newly created tab (into the display area, not into the URL input field

Bug#356327: git-core: missing dependancy for python

2006-04-06 Thread Jan-Benedict Glaw
On Thu, 2006-04-06 13:58:18 +, Gerrit Pape [EMAIL PROTECTED] wrote: On Sat, Apr 01, 2006 at 11:53:49AM +0200, Jan-Benedict Glaw wrote: A quite typical operation is a git pull, which indeed may require some merges, in which case python is used... So it's not something that doesn't

Bug#356327: git-core: missing dependancy for python

2006-04-01 Thread Jan-Benedict Glaw
On Sat, 2006-04-01 09:23:31 +, Gerrit Pape [EMAIL PROTECTED] wrote: On Sat, Mar 11, 2006 at 08:49:26AM +0100, Jan-Benedict Glaw wrote: git-core internally uses python to eg. do merges, but python is missing from the dependancy list. Please add it. Hi, the python programs are just one

Bug#359091: dsniff: webspy doesn't work at all

2006-03-26 Thread Jan-Benedict Glaw
libnet1-dev package... Part #2 is the dep'y on libnids. As it seems, the TCP callback is _only_ called upon tcp three-way handshake, but not subsequently (when data has arrived.) This way, webspy will never ever try to invoke a browser to show the URLs... Thanks, Jan-Benedict -- Jan-Benedict

  1   2   >