Bug#319689: xserver-xorg: locks up system using ATI 9200c

2007-05-28 Thread Juhan Kundla
Hei!

Brice Goglin kirjutas:
 About 2 years ago, you reported (or replied to) a bug in the Debian BTS
 regarding a lock up of the server when running Xorg 6.9 on an Radeon
 9200 board. Did any of you guys reproduce this exact same problem
 recently? With Xorg/Etch? With latest xserver-xorg-core and
 xserver-xorg-video-ati? If not, I will close this bug in the next weeks.

As far as I remember, I haven't encountered this or any other bugs while
using Xorg on my Radeon 9100 board. I think this bug can be closed.


-- Juhan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319689: Option AGPMode 4 solved my troubles

2006-01-11 Thread Juhan Kundla
Hei!

Thanks Kaare Hviid! Adding the suggested option AGPMode under the
Device section really made the crashes go away. glxgears works now as
expected. Sorry for false bug report, it turned out to be my ignorance
instead. No surprise here, i guess. :-)


Juhan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#337048: procmail: mailstat does not show the summary of deliveries into one maildir

2005-11-02 Thread Juhan Kundla
Package: procmail
Version: 3.22-11
Severity: normal


After upgrade from Woody to Sarge, the mailstat program does not display
the mails delivered into one maildir on one summary line, it instead
displays every message in new line. EG

[EMAIL PROTECTED]:~$ mailstat -k .procmail/log

  Total  Number Folder
  -  -- --
906   1 ./new/1130932300.29542_1.eowyn
906   1 ./new/1130932300.29543_1.eowyn
904   1 ./new/1130932304.29554_1.eowyn
  -  --
   2716   3

Using mailstat on a Sid machine with the same procmail log file,
mailstat produces the expected result.


[EMAIL PROTECTED]:~$ mailstat -k .procmail/log

  Total  Number Folder
  -  -- --
   2716   3 ./
  -  --
   2716   3

The behaviour of the mailstat on Sarge is different than the
behaviour on the Woody and Sid. Not having summary lines per maildir in
the mailstat output is somewhat annoying, it makes the utility useless,
when there are lots of maildirs and lots of mails delivered.


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: LANG=et_EE, LC_CTYPE=et_EE (charmap=ISO-8859-1)

Versions of packages procmail depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#337048: procmail: mailstat does not show the summary of deliveries into one maildir

2005-11-02 Thread Juhan Kundla
Hei!

Santiago Vila wrote:
 On Wed, 2 Nov 2005, Juhan Kundla wrote:

[...]

  The behaviour of the mailstat on Sarge is different than the
  behaviour on the Woody and Sid. Not having summary lines per maildir in
  the mailstat output is somewhat annoying, it makes the utility useless,
  when there are lots of maildirs and lots of mails delivered.
 
 The mailstat script has not changed at all between woody and sarge.
 Please check it for yourself. It must be something else what makes it
 to fail (for example, a broken sed, awk, etc).

Yes, you're correct, this is not a version-specific problem. I found
out, what causes differences in the behaviour of the mailstat script. If
i execute `export LC_ALL=en_US' before executing mailstat, then the
mailstat works as expected, however, if i execute `LC_ALL=et_EE'
(which is the default locale in my computer) then it produces this weird
result, which i described earlier.

I think the regular expressions, which are used by the mailstat script,
behave differently under different locale settings.

Thanks for such a quick response.


Juhan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#337048: procmail: mailstat does not show the summary of deliveries into one maildir

2005-11-02 Thread Juhan Kundla
Santiago Vila kirjutas:
  I think the regular expressions, which are used by the mailstat script,
  behave differently under different locale settings.
 
 So: Is there a good reason for those regular expressions to behave
 differently under your locale, or should I just close this report?
 (or maybe reassign to sed or some other program?)

There are a few sed regular expressions in the mailstat script, which
assume, that the alphabet begins with `a' and ends with `z', which is
true for the English language. But there are languages, including
Estonian, where this does not apply. So this is not bug of sed.

The mailstat script should use more generic regular expressions, which
do not depend on locale settings, EG: the `a-zA-Z0-9' expressions should
be replaced with locale-independent [:alphanum:] expressions. I attach a
patch with the such changes to this e-mail. This patch made the mailstat
work on my computer with et_EE locale.


Juhan

PS. This is first time for me to write regular expressions for sed, so
probably i broke the mailstat horribly and beyond any recognition. :-)
193,194c193,194
-e '/^  Folder/s/\/msg\.[-0-9A-Za-z_][-0-9A-Za-z_]*/\/ /' \
-e '/^  Folder/s/\/new\/[-0-9A-Za-z_][-0-9A-Za-z_.,+:[EMAIL PROTECTED] 
/\/ /' \
---
-e '/^  Folder/s/\/msg\.[-[:alnum:]_][-[:alnum:]_]*/\/ /' \
-e '/^  Folder/s/\/new\/[-[:alnum:]_][-[:alnum:]_.,+:[EMAIL PROTECTED] 
 /\/ /' \
201,202c201,202
-e '/^  Folder/s/\/msg\.[-0-9A-Za-z_][-0-9A-Za-z_]*/\/ /' \
-e '/^  Folder/s/\/new\/[-0-9A-Za-z_][-0-9A-Za-z_.,+:[EMAIL PROTECTED] 
/\/ /' \
---
-e '/^  Folder/s/\/msg\.[-[:alnum:]_][-[:alnum:]_]*/\/ /' \
-e '/^  Folder/s/\/new\/[-[:alnum:]_][-[:alnum:]_.,+:[EMAIL PROTECTED] 
 /\/ /' \


Bug#336452: realtime-lsm-source does not build against the linux-image-2.6.14-1-k7

2005-10-30 Thread Juhan Kundla
Package: linux-image-2.6.14-1-k7
Version: 2.6.14-1
Severity: normal


The realtime-lsm-source module does not build against the
linux-image-2.6.14-1-k7. The build fails, because the realtime module
depends on the CONFIG_SECURITY_CAPABILITIES being configured as kernel
module, but the linux-image-2.6.14-1-k7 has the
CONFIG_SECURITY_CAPABILITIES statically compiled in.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages linux-image-2.6.14-1-k7 depends on:
ii  module-init-tools 3.2-pre9-3 tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.11-9   Yet Another mkInitRD

linux-image-2.6.14-1-k7 recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]