Bug#634952: xfsprogs: xfs_quota commands are internationalized

2011-07-21 Thread Arkadiusz Miskiewicz
On Thursday 21 of July 2011, Cajus Pollmeier wrote:
 Package: xfsprogs
 Version: 3.1.5
 Severity: normal

Will be fixed in next release. In meantime backport this patch from git
http://oss.sgi.com/cgi-
bin/gitweb.cgi?p=xfs/cmds/xfsprogs.git;a=commit;h=ad76559588085a614402ef6fecbaee0acc41c033

-- 
Arkadiusz MiśkiewiczPLD/Linux Team
arekm / maven.plhttp://ftp.pld-linux.org/



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#497124: file: mime type of various MS documents not detected properly

2008-08-29 Thread Arkadiusz Miskiewicz
Package: file
Version: 4.25-1
Severity: normal


Microsoft excel documents are not detected properly. Test document:
http://www.nauka.gov.pl/_gAllery/37/76/37767/20080529_zalacznik_nr_3.xls

is seen as:

$ file -i 20080529_zalacznik_nr_3.xls
20080529_zalacznik_nr_3.xls: application/octet-stream

even that magic.mime contains *some* excel entries.

This problem is also visible to powerpoint files:
http://www.iasted.org/conferences/formatting/Presentations-Tips.ppt

Open XML files are misdetected as zip files:

Alice's Adventures in Wonderland.doc:  application/msword
Alice's Adventures in Wonderland.docx: application/zip
Office Open XML sample.doc:application/msword
Office Open XML sample.docx:   application/zip

These docs are in Samples.zip at 
http://openxmldeveloper.org/articles/SampleDocs2.aspx

This bug affects users of for example roundcube webmail which
uses libmagic mime type for attachments information.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25.11-2 (SMP w/8 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8
Shell: /bin/sh linked to /bin/bash

Versions of packages file depends on:
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libmagic1  4.25-1File type determination library us
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

file recommends no packages.

file suggests no packages.

-- debconf-show failed



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



Bug#443587: some issues with git version 6.7.196

2007-11-30 Thread Arkadiusz Miskiewicz
On Thursday 29 of November 2007, Nadav Kavalerchik wrote:
 unfortunately...

 (1) Fn-F4 does not work anymore (it used to work, distorted! but working)
 pressing the key combination does nothing (visually)

The biggest suspect are commits:

7afd04c1e4ffa6e4e5ba08ae90ba002237dc282b
905b19df33d6f912336b65895e97775ffec07728

More problems arised due to these. 

IMO these should be reverted until someone have access to ATI docs (which may 
happen soon) to properly fix 
https://bugs.freedesktop.org/show_bug.cgi?id=12567

-- 
Arkadiusz MiśkiewiczPLD/Linux Team
arekm / maven.plhttp://ftp.pld-linux.org/




Bug#375504: can't handle big traffic - stops working at all

2006-06-26 Thread Arkadiusz Miskiewicz

Package: greylistd
Version: 0.8.3

Single process is not able to handle high traffic. 

When greylistd gets more queries (via socket) that it can handle (for example 
in exim.conf you put read timeout = 10s) it stops working at all. What 
happens is that it processes every request but it's not able to process it in 
10 seconds so exim timeouts (and that happens for every request).

Changing greylistd to fork where each child would process X number of queries 
would probably make things much better.

I wonder if sqlite would be better/faster than using python disct for storing 
triplets?

-- 
Arkadiusz MiśkiewiczPLD/Linux Team
arekm / maven.plhttp://ftp.pld-linux.org/