Bug#886289: firefox-esr: crashes when going X -> tty -> X

2018-01-03 Thread Torbjorn Wictorin
Package: firefox-esr
Version: 52.5.2esr-1~deb9u1 
Severity: normal

Hello,

firefox (under stretch) crashes when one flips from X to tty and back to X. 
This 
used to happen sporadically until some months ago, now it happens every time.

thanks,
Torbjörn W

Bug#570974: Zonecheck SOA date check thinks year 2010 is in the future.

2010-02-22 Thread Torbjorn . Wictorin

Package: zonecheck
Version: 2.0.4-13

Symptom:
w The format of the serial number is not MMDDnn
 | Ref: RFC1912 (p.3)
 |   The recommended syntax is MMDDnn (=year, MM=month, DD=day,
 | nn=revision number).
 `- -- -- - -  -
:   The serial 2010022202 doesn't seem to be in the MMDDnn format.

Cause:
/usr/share/zonecheck/test/soa.rb, line 100:
return true if (serial  199900)  (serial  201000)

Should of course be
return true if (serial  199900)  (serial  201200)
or something like that.

Torbjörn Wictorin,
Uppsala university

Bug#547286: linux-2.6.30-1-amd64 should recommend ia32-libs

2009-09-18 Thread Torbjorn . Wictorin
Package: linux-2.6.30-1-amd64
Version: 2.6.30-6

hello,

I think that x86_64 kernels should at least recommend ia32-libs. If this 
is not installed, a lot of packages are not working as expected.

Torbjörn Wictorin,
Uppsala university

Bug#547285: openvas-server does not start

2009-09-18 Thread Torbjorn . Wictorin
Package: openvas-server
Version: 2.0.3-2

# /etc/init.d/openvas-server start

Starting OpenVAS daemon: store_init(): called with NULL
[27877]() gpgme_new failed: User defined source 1/Unknown error code
/etc/init.d/openvas-server: rad 77: 27877 Segmenteringsfel
start-stop-daemon --start --exec $DAEMON -- $DAEMONOPTS -D 21 
ERROR.

This looks like OpenVAS bug 1079 for which it seems to be a fix.
It would be nice if this one could be incorporated in Debian as
the packet is not working.

OS: 2.6.30-1-amd64
Debian-version: Sid

Torbjörn Wictorin,
Uppsala univ.

Bug#423395: README.Debian nou up-to-date with gnupg

2007-05-11 Thread Torbjorn . Wictorin

Package: loop-aes-source
Version: 3.1d-13

Hi,
the debian README for loop-aes-source mentions a gnupg patch that does not
work with gnupg 1.4.6 as, as said in the gnupg NEWS file:

Noteworthy changes in version 1.4.6 (2006-12-06)

...
* Added --s2k-count to set the number of times passphrase mangling
  is repeated.  The default is 65536 times.



So this patch seems to not be needed anymore, now there is an option 
instead.




Torbjörn Wictorin, Uppsala univ.

Bug#337751: missing timeout_value in config of kweather

2005-11-06 Thread Torbjorn . Wictorin

Package: kweather
Version: 3.3.2-3

hi,

I am missing timeout_value in the configuration dialogue.
Was there before, I think. If you sit on a dialup connection,
the 60 min default is a bit expensive.

best regards,
Torbjörn Wictorin, UU

Bug#337399: debsum errors on packet psgml

2005-11-04 Thread Torbjorn . Wictorin

Package: psgml
Version: 1.3.1-13

hi,

in packet psgml, Makefile and config.status are included in the 
checksums used by debsums, which results in a false (I hope) alarm:


# debsums -s psgml
debsums: checksum mismatch psgml file /usr/share/emacs/site-lisp/psgml/Makefile
debsums: checksum mismatch psgml file 
/usr/share/emacs/site-lisp/psgml/config.status

I guess that these files should be marked as changing or however you do it 
in the packaging process.


Not that it matters so much but it is a little bit disturbing to get false 
alarm from debsums. Afaik there is only one aother packet thatit causing 
alarms, 'at'.


Torbjörn Wictorin
Uppsala university