Bug#489887: error on adding new attribute

2008-07-21 Thread Fabio Tranchitella
Hello Jamie,

* 2008-07-20 23:10, Jamie Thompson wrote:
 dn: dc=.

Isn't it strange that your entry has a dn like dc=.? I'd expect something
like dc=domain or better dc=domain,dc=org.

Cheers,

-- 
Fabio Tranchitella [EMAIL PROTECTED].''`.
Proud Debian GNU/Linux developer, admin and user.: :'  :
 `. `'`
   http://people.debian.org/~kobold/   `-
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



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



Bug#419638: handling of non-CUPS printing lacking

2008-07-21 Thread Chris Lawrence
On Sun, Jul 20, 2008 at 12:20 PM, Toni Mueller [EMAIL PROTECTED] wrote:
 I realize that the package's description claims to support also lpr,
 not only CUPS, but when I try to add a printer to my lprng setup, I
 get this error message:

 sh: /usr/sbin/lpadmin: No such file or directory
 Could not set up/change the queue lp!
 Reloading Common Unix Printing System: cupsd.

 

 There's also an option for changing the print system missing, and
 apparently, the print system used is not auto-detected. I'd expect a
 GUI to support changing that within the GUI.

 If you want lprng as your default print system (like me), you already
 need to have your printing set up, and change the contents of the file

 /etc/foomatic/defaultspooler from 'cups' to 'lprng'.

foomatic-gui relies on foomatic to detect the correct spooler.  What
probably happened in your case is that you changed from CUPS to LPRng
after installing the foomatic suite (I can't remember which package
sets defaultspooler offhand, though), which made the defaultspooler
setting incorrect.


Chris



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



Bug#491057: linux-image-2.6.25-2-686: Dell Latitude D610 laptop doesn't resume with 2.6.25

2008-07-21 Thread Lucas Nussbaum
On 18/07/08 at 09:23 +0200, Raphael Hertzog wrote:
 On Thu, 17 Jul 2008, Lucas Nussbaum wrote:
  reassign 491057 acpi-support 0.109-5
  clone 491057 -1
  reassign -1 pm-utils 1.1.2.3-1
  thanks
 
 Usually, suspend/resume should not require anything from userspace. The
 fact that some operations (alsa shutdown) have to be done from userspace
 could be considered as a kernel bug AFAIK.
 
 So I don't understand why you don't leave the bug open against the
 kernel... in particular when it's clearly a regression.

I'm not sure if there's a kernel policy on modules should not
break suspend/resume. If there is, yes, it's a kernel bug that 
snd_intel8x0 or snd_ac97_codec break suspend.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#491653: gcc-4.3: misoptimization of 64-bit bitfield when not byte aligned

2008-07-21 Thread Nick Lewycky
Package: gcc-4.3
Version: 4.3.1-6
Severity: normal

This testcase produces different output depending on whether -O1 or -O2 is
specified. Correct:

  # gcc PR1386.c -o pr1386 -O1
  PR1386.c: In function $B!F(Bmain$B!G(B:
  PR1386.c:15: warning: large integer implicitly truncated to unsigned type
  PR1386.c:17: warning: large integer implicitly truncated to unsigned type
  # ./pr1386
  bad bits: 0

Wrong:

  # gcc PR1386.c -o pr1386 -O2
  PR1386.c: In function $B!F(Bmain$B!G(B:
  PR1386.c:15: warning: large integer implicitly truncated to unsigned type
  PR1386.c:17: warning: large integer implicitly truncated to unsigned type
  # ./pr1386 
  bad bits: 268237f7fb6a30

Testcase taken from llvm.org/PR1386 (it shows up as a flaw in llvm testing,
but it's actually gcc getting it wrong. Doh!)

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

Kernel: Linux 2.6.25.9 (PREEMPT)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gcc-4.3 depends on:
hi  binutils  2.18.50.20080507-1 The GNU assembler, linker and bina
ii  cpp-4.3   4.3.1-6The GNU C preprocessor
ii  gcc-4.3-base  4.3.1-6The GNU Compiler Collection (base 
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-6  GCC support library
ii  libgomp1  4.3.1-6GCC OpenMP (GOMP) support library

Versions of packages gcc-4.3 recommends:
ii  libc6-dev 2.7-12 GNU C Library: Development Librari

Versions of packages gcc-4.3 suggests:
pn  gcc-4.3-doc   none (no description available)
pn  gcc-4.3-locales   none (no description available)
pn  gcc-4.3-multilib  none (no description available)
ii  libgcc1-dbg   1:4.3.1-6  GCC support library (debug symbols
pn  libgomp1-dbg  none (no description available)
pn  libmudflap0-4.3-dev   none (no description available)
pn  libmudflap0-dbg   none (no description available)

-- no debconf information
#include stdio.h
#include stdint.h

struct X {
  unsigned char pad : 4;
  uint64_t a : 64;
  uint64_t b : 60;
} __attribute__((packed));

int main (void)
{
  struct X x;
  uint64_t bad_bits;

  x.pad = 255;
  x.a = -1ULL;
  x.b = -1ULL;

  bad_bits = ((uint64_t)-1ULL) ^ *(1+(uint64_t *) x);
  printf(bad bits: %llx\n, bad_bits);
  return bad_bits != 0;
}


Bug#405149: hylafax-server: faxinfo and other utils always exit(0), even on erros

2008-07-21 Thread Paolo
On Sun, Jul 20, 2008 at 03:15:16PM +0200, Giuseppe Sacco wrote:
 package hylafax-server
 fixed 405249 2:4.4.0-1
 thanks
 
 Hi Paolo,
 new version of hylafax fixes this problem on faxinfo using this code:
...

 So, I think this bug should heve been closed long ago.

hm, checking cvs upstream, faxinfo seems ok, but not so 'other utils', 
as the bug subject says, ie faxalter, faxstat, faxcover, faxrm. 
The problem is the prototype they use:

int
main(int argc, char** argv)
{
NLS::Setup(hylafax-client);
faxStatApp app;
app.run(argc, argv);
return 0;
}

so the exit code is always 0 regardless of the actual rc of app.run.
I changed that in eg faxlter like:

int
main(int argc, char** argv)
{
faxAlterApp app;
return (app.run(argc, argv));
}

Since the bugrep talks about faxinfo and other utils, I think it cannot be
closed since the fix seems limited to faxinfo alone.


thanks
-- 
paolo



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



Bug#491623: openoffice.org_1:3.0.0~beta2-1(experimental/alpha/ds10): configure: error: Python headers not found

2008-07-21 Thread Marc 'HE' Brockschmidt
Rene Engelhard [EMAIL PROTECTED] writes:
 But Frank tells me the experimental buildd network doesn't honor P-a-s
 anyway.

It does use P-a-s.

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt (202: Hardware-Firewall)
   Eine Unix-Kiste, die in ein 19-Gehäuse geschraubt wurde und wo vorne ein
   klingender mainstream-Firmenname draufsteht, damit die Management-Ebene
   in dem Glauben ist, etwas Professionelles gekauft zu haben (Martin Heise)


pgp9PEViNbMVa.pgp
Description: PGP signature


Bug#491536: iceweasel: Impossible to get past click through license dialog

2008-07-21 Thread Petter Reinholdtsen
[Mike Hommey]
 This dialog is not supposed to be displayed at all.

Good.  It is annoying.

 Can you verify that the
 /usr/lib/iceweasel/defaults/preferences/vendor.js file contains the
 following:
 
 pref(browser.EULA.override, true);
 
 If it doesn't, please reinstall iceweasel from a debian mirror.

Is this the correct path?  I got no such file in the iceweasel package
installed from Lenny.
/usr/share/iceweasel/defaults/preferences/vendor.js exist, though and
include that entry.  The directory include five files,
channel-prefs.js, firefox.js, firefox-l10n.js, reporter.js and
vendor.js.

 If it does, try turning the pref above into a lockPref and see
 if it works better.

Rewriting pref() to lockPref() did not help for the file in
/usr/share/.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#491233: [Pkg-nagios-devel] Bug#491233: nagios-plugins: check_ldap should use version 3 of slapd protocol

2008-07-21 Thread Michel Grentzinger
Le dimanche 20 juillet 2008, Jan Wagner a écrit :
 We have no data how many installations uses check_ldap (with checking
 against ldapv2), but breaking default behavior is bad (and this may the
 reason upstream didn't do it).

I'm agree with you for this point !


 Anyways ... when installing a check against a ldap server leads you to have
 a look into /etc/nagios-plugins/config/ldap.cfg (hopefully). If you see
 there also a check_ldap(s)3 check, I guess you will imagine, that there is
 a different to the 'normal' check and investigate further and then choose
 the correct check for your existing ldap server.
 So I consider strongly to add additional checks for testst against ldapv3.

Ok. But for the future, is there any other solution ?

We have 3 solutions :
- check both v2 and v3 in tne main scirpt check_ldap,
- add a check_ldap3,
- add a argument to check_ldap,
- create a script which migrate old Nagios installation and change v2 to v3 is 
LDAP uses v3 (allow bind_v2 is not present).

I have a preference for the first of them. Could we have the opinion of Nagios 
packaging team ?

Thanks,

 Unfortunatly we are to late to fix it in lenny, since today was announced
 to freeze the archive in general next week and migrating the package from
 unstable to testing takes 10 days (or more).

Waooo ;-) That's a good news !
-- 
Michel Grentzinger
OpenPGP key ID : B2BAFAFA
Available on http://www.keyserver.net



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



Bug#100148: CyberLink PowerDVD ULTRA EDITION v8

2008-07-21 Thread Sedat Hamilton
_The following titles and more are now available for pcs and macs*

Traktor DJ Studio
Acrobat 9 Pro Extended
Traktor DJ Studio
CyberLink PowerDVD ULTRA EDITION v8
FruityLoops Studio 8 XXL Edition
Apple Quicktime Pro

_ adoneoemnow . com *

System Requirements
* For PC:
* Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon FruityLoops 
Studio 8 XXL Edition or Intel Core Duo (or FruityLoops Studio 8 XXL Edition) 
processor; SSE2-enabled processor required for AMD systems  Microsoft Windows 
XP with Service Pack 2 or Microsoft Windows Vista Home Premium, Business, 
Ultimate, or Enterprise (certified for 32-bit editions)
* 512MB of RAM or more
* 1GB of available hard-disk space (additional free space FruityLoops Studio 8 
XXL Edition)
* Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
* 1,024x768 monitor resolution with 32-bit color adapter recommended
* CD-R or DVD-ROM drive

_ For MAC:
_ PowerPC G4 or G5 or multicore Intel processor
_ Mac OS X or similar
_ 512MB of RAM or more
_ 1GB of available hard-disk space
_ Core Audio compatible sound card
_ 1,024x768 monitor resolution with 32-bit color adapter
_ DVD-ROM drive* DVD+-R burner required for DVD creation

'Batman' In Buenos Aires



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



Bug#129550: CorelDRAW Graphics Suite X4

2008-07-21 Thread Lorien Evans
-The following titles and more are now available for pcs and macs+

CorelDRAW Graphics Suite X4
Windows Server 2008
Parallels Desktop 3
CorelDRAW Graphics Suite X4
CyberLink PowerDVD ULTRA EDITION v8
AutoCAD 2009

- isoftfast . com +

System Requirements
+ For PC:
+ Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon CyberLink 
PowerDVD ULTRA EDITION v8 or Intel Core Duo (or CyberLink PowerDVD ULTRA 
EDITION v8) processor; SSE2-enabled processor required for AMD systems  
Microsoft Windows XP with Service Pack 2 or Microsoft Windows Vista Home 
Premium, Business, Ultimate, or Enterprise (certified for 32-bit editions)
+ 512MB of RAM or more
+ 1GB of available hard-disk space (additional free space CyberLink PowerDVD 
ULTRA EDITION v8)
+ Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
+ 1,024x768 monitor resolution with 32-bit color adapter recommended
+ CD-R or DVD-ROM drive

- For MAC:
- PowerPC G4 or G5 or multicore Intel processor
- Mac OS X or similar
- 512MB of RAM or more
- 1GB of available hard-disk space
- Core Audio compatible sound card
- 1,024x768 monitor resolution with 32-bit color adapter
- DVD-ROM drive+ DVD+-R burner required for DVD creation

Iran has been given two weeks to agree to freeze its uranium enrichment program 
or face the prospect of new and tougher U.N. sanctions. The timetable stems 
from seven-country sessions in Geneva, where top-level U.S. and Iranian 
officials were present.



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



Bug#115520: CyberLink PowerDVD ULTRA EDITION v8

2008-07-21 Thread Sal Cooper
_The following titles and more are now available for pcs and macs*

Traktor DJ Studio
Acrobat 9 Pro Extended
Traktor DJ Studio
CyberLink PowerDVD ULTRA EDITION v8
FruityLoops Studio 8 XXL Edition
Apple Quicktime Pro

_ adoneoemnow . com *

System Requirements
* For PC:
* Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon FruityLoops 
Studio 8 XXL Edition or Intel Core Duo (or FruityLoops Studio 8 XXL Edition) 
processor; SSE2-enabled processor required for AMD systems  Microsoft Windows 
XP with Service Pack 2 or Microsoft Windows Vista Home Premium, Business, 
Ultimate, or Enterprise (certified for 32-bit editions)
* 512MB of RAM or more
* 1GB of available hard-disk space (additional free space FruityLoops Studio 8 
XXL Edition)
* Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
* 1,024x768 monitor resolution with 32-bit color adapter recommended
* CD-R or DVD-ROM drive

_ For MAC:
_ PowerPC G4 or G5 or multicore Intel processor
_ Mac OS X or similar
_ 512MB of RAM or more
_ 1GB of available hard-disk space
_ Core Audio compatible sound card
_ 1,024x768 monitor resolution with 32-bit color adapter
_ DVD-ROM drive* DVD+-R burner required for DVD creation

'Batman' In Buenos Aires



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



Bug#167423: CorelDRAW Graphics Suite X4

2008-07-21 Thread Cathrin Matthews
-The following titles and more are now available for pcs and macs+

CorelDRAW Graphics Suite X4
Windows Server 2008
Parallels Desktop 3
CorelDRAW Graphics Suite X4
CyberLink PowerDVD ULTRA EDITION v8
AutoCAD 2009

- isoftfast . com +

System Requirements
+ For PC:
+ Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon CyberLink 
PowerDVD ULTRA EDITION v8 or Intel Core Duo (or CyberLink PowerDVD ULTRA 
EDITION v8) processor; SSE2-enabled processor required for AMD systems  
Microsoft Windows XP with Service Pack 2 or Microsoft Windows Vista Home 
Premium, Business, Ultimate, or Enterprise (certified for 32-bit editions)
+ 512MB of RAM or more
+ 1GB of available hard-disk space (additional free space CyberLink PowerDVD 
ULTRA EDITION v8)
+ Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
+ 1,024x768 monitor resolution with 32-bit color adapter recommended
+ CD-R or DVD-ROM drive

- For MAC:
- PowerPC G4 or G5 or multicore Intel processor
- Mac OS X or similar
- 512MB of RAM or more
- 1GB of available hard-disk space
- Core Audio compatible sound card
- 1,024x768 monitor resolution with 32-bit color adapter
- DVD-ROM drive+ DVD+-R burner required for DVD creation

Iran has been given two weeks to agree to freeze its uranium enrichment program 
or face the prospect of new and tougher U.N. sanctions. The timetable stems 
from seven-country sessions in Geneva, where top-level U.S. and Iranian 
officials were present.



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



Bug#101870: CyberLink PowerDVD ULTRA EDITION v8

2008-07-21 Thread Toerless Christensen
_The following titles and more are now available for pcs and macs*

Traktor DJ Studio
Acrobat 9 Pro Extended
Traktor DJ Studio
CyberLink PowerDVD ULTRA EDITION v8
FruityLoops Studio 8 XXL Edition
Apple Quicktime Pro

_ adoneoemnow . com *

System Requirements
* For PC:
* Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon FruityLoops 
Studio 8 XXL Edition or Intel Core Duo (or FruityLoops Studio 8 XXL Edition) 
processor; SSE2-enabled processor required for AMD systems  Microsoft Windows 
XP with Service Pack 2 or Microsoft Windows Vista Home Premium, Business, 
Ultimate, or Enterprise (certified for 32-bit editions)
* 512MB of RAM or more
* 1GB of available hard-disk space (additional free space FruityLoops Studio 8 
XXL Edition)
* Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
* 1,024x768 monitor resolution with 32-bit color adapter recommended
* CD-R or DVD-ROM drive

_ For MAC:
_ PowerPC G4 or G5 or multicore Intel processor
_ Mac OS X or similar
_ 512MB of RAM or more
_ 1GB of available hard-disk space
_ Core Audio compatible sound card
_ 1,024x768 monitor resolution with 32-bit color adapter
_ DVD-ROM drive* DVD+-R burner required for DVD creation

'Batman' In Buenos Aires



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



Bug#157210: CorelDRAW Graphics Suite X4

2008-07-21 Thread Shai Cooper
-The following titles and more are now available for pcs and macs+

CorelDRAW Graphics Suite X4
Windows Server 2008
Parallels Desktop 3
CorelDRAW Graphics Suite X4
CyberLink PowerDVD ULTRA EDITION v8
AutoCAD 2009

- isoftfast . com +

System Requirements
+ For PC:
+ Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon CyberLink 
PowerDVD ULTRA EDITION v8 or Intel Core Duo (or CyberLink PowerDVD ULTRA 
EDITION v8) processor; SSE2-enabled processor required for AMD systems  
Microsoft Windows XP with Service Pack 2 or Microsoft Windows Vista Home 
Premium, Business, Ultimate, or Enterprise (certified for 32-bit editions)
+ 512MB of RAM or more
+ 1GB of available hard-disk space (additional free space CyberLink PowerDVD 
ULTRA EDITION v8)
+ Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
+ 1,024x768 monitor resolution with 32-bit color adapter recommended
+ CD-R or DVD-ROM drive

- For MAC:
- PowerPC G4 or G5 or multicore Intel processor
- Mac OS X or similar
- 512MB of RAM or more
- 1GB of available hard-disk space
- Core Audio compatible sound card
- 1,024x768 monitor resolution with 32-bit color adapter
- DVD-ROM drive+ DVD+-R burner required for DVD creation

Iran has been given two weeks to agree to freeze its uranium enrichment program 
or face the prospect of new and tougher U.N. sanctions. The timetable stems 
from seven-country sessions in Geneva, where top-level U.S. and Iranian 
officials were present.



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



Bug#165793: CorelDRAW Graphics Suite X4

2008-07-21 Thread Carole Hill
-The following titles and more are now available for pcs and macs+

CorelDRAW Graphics Suite X4
Windows Server 2008
Parallels Desktop 3
CorelDRAW Graphics Suite X4
CyberLink PowerDVD ULTRA EDITION v8
AutoCAD 2009

- isoftfast . com +

System Requirements
+ For PC:
+ Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon CyberLink 
PowerDVD ULTRA EDITION v8 or Intel Core Duo (or CyberLink PowerDVD ULTRA 
EDITION v8) processor; SSE2-enabled processor required for AMD systems  
Microsoft Windows XP with Service Pack 2 or Microsoft Windows Vista Home 
Premium, Business, Ultimate, or Enterprise (certified for 32-bit editions)
+ 512MB of RAM or more
+ 1GB of available hard-disk space (additional free space CyberLink PowerDVD 
ULTRA EDITION v8)
+ Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
+ 1,024x768 monitor resolution with 32-bit color adapter recommended
+ CD-R or DVD-ROM drive

- For MAC:
- PowerPC G4 or G5 or multicore Intel processor
- Mac OS X or similar
- 512MB of RAM or more
- 1GB of available hard-disk space
- Core Audio compatible sound card
- 1,024x768 monitor resolution with 32-bit color adapter
- DVD-ROM drive+ DVD+-R burner required for DVD creation

Iran has been given two weeks to agree to freeze its uranium enrichment program 
or face the prospect of new and tougher U.N. sanctions. The timetable stems 
from seven-country sessions in Geneva, where top-level U.S. and Iranian 
officials were present.



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



Bug#183366: CorelDRAW Graphics Suite X4

2008-07-21 Thread William Stewart
-The following titles and more are now available for pcs and macs+

CorelDRAW Graphics Suite X4
Windows Server 2008
Parallels Desktop 3
CorelDRAW Graphics Suite X4
CyberLink PowerDVD ULTRA EDITION v8
AutoCAD 2009

- isoftfast . com +

System Requirements
+ For PC:
+ Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon CyberLink 
PowerDVD ULTRA EDITION v8 or Intel Core Duo (or CyberLink PowerDVD ULTRA 
EDITION v8) processor; SSE2-enabled processor required for AMD systems  
Microsoft Windows XP with Service Pack 2 or Microsoft Windows Vista Home 
Premium, Business, Ultimate, or Enterprise (certified for 32-bit editions)
+ 512MB of RAM or more
+ 1GB of available hard-disk space (additional free space CyberLink PowerDVD 
ULTRA EDITION v8)
+ Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
+ 1,024x768 monitor resolution with 32-bit color adapter recommended
+ CD-R or DVD-ROM drive

- For MAC:
- PowerPC G4 or G5 or multicore Intel processor
- Mac OS X or similar
- 512MB of RAM or more
- 1GB of available hard-disk space
- Core Audio compatible sound card
- 1,024x768 monitor resolution with 32-bit color adapter
- DVD-ROM drive+ DVD+-R burner required for DVD creation

Iran has been given two weeks to agree to freeze its uranium enrichment program 
or face the prospect of new and tougher U.N. sanctions. The timetable stems 
from seven-country sessions in Geneva, where top-level U.S. and Iranian 
officials were present.



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



Bug#491654: gcc-4.3: _Bool isn't wide enough.

2008-07-21 Thread Nick Lewycky
Package: gcc-4.3
Version: 4.3.1-6
Severity: normal

In C99, _Bool is required to map to one of the unsigned types (6.2.5/6). On
i586, this is 'unsigned char', by ABI. That means that you get eight bits to
the _Bool.

However, GCC rejects the following (admittedly unethical) snippet:

  struct S7 {
_Bool D : 8;
  } s7 = { 1 };

with the error:

  unethical.c:2: error: width of `D' exceeds its type

Sorry GCC, no it doesn't.

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

Kernel: Linux 2.6.25.9 (PREEMPT)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gcc-4.3 depends on:
hi  binutils  2.18.50.20080507-1 The GNU assembler, linker and bina
ii  cpp-4.3   4.3.1-6The GNU C preprocessor
ii  gcc-4.3-base  4.3.1-6The GNU Compiler Collection (base 
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-6  GCC support library
ii  libgomp1  4.3.1-6GCC OpenMP (GOMP) support library

Versions of packages gcc-4.3 recommends:
ii  libc6-dev 2.7-12 GNU C Library: Development Librari

Versions of packages gcc-4.3 suggests:
pn  gcc-4.3-doc   none (no description available)
pn  gcc-4.3-locales   none (no description available)
pn  gcc-4.3-multilib  none (no description available)
ii  libgcc1-dbg   1:4.3.1-6  GCC support library (debug symbols
pn  libgomp1-dbg  none (no description available)
pn  libmudflap0-4.3-dev   none (no description available)
pn  libmudflap0-dbg   none (no description available)

-- no debconf information



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



Bug#190891: CorelDRAW Graphics Suite X4

2008-07-21 Thread Lynne Cox
-The following titles and more are now available for pcs and macs+

CorelDRAW Graphics Suite X4
Windows Server 2008
Parallels Desktop 3
CorelDRAW Graphics Suite X4
CyberLink PowerDVD ULTRA EDITION v8
AutoCAD 2009

- isoftfast . com +

System Requirements
+ For PC:
+ Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon CyberLink 
PowerDVD ULTRA EDITION v8 or Intel Core Duo (or CyberLink PowerDVD ULTRA 
EDITION v8) processor; SSE2-enabled processor required for AMD systems  
Microsoft Windows XP with Service Pack 2 or Microsoft Windows Vista Home 
Premium, Business, Ultimate, or Enterprise (certified for 32-bit editions)
+ 512MB of RAM or more
+ 1GB of available hard-disk space (additional free space CyberLink PowerDVD 
ULTRA EDITION v8)
+ Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
+ 1,024x768 monitor resolution with 32-bit color adapter recommended
+ CD-R or DVD-ROM drive

- For MAC:
- PowerPC G4 or G5 or multicore Intel processor
- Mac OS X or similar
- 512MB of RAM or more
- 1GB of available hard-disk space
- Core Audio compatible sound card
- 1,024x768 monitor resolution with 32-bit color adapter
- DVD-ROM drive+ DVD+-R burner required for DVD creation

Iran has been given two weeks to agree to freeze its uranium enrichment program 
or face the prospect of new and tougher U.N. sanctions. The timetable stems 
from seven-country sessions in Geneva, where top-level U.S. and Iranian 
officials were present.



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



Bug#491480: [Pkg-xfce-devel] Bug#491480: [xfce4-sensors-plugin] Crashes when opening Properties

2008-07-21 Thread Yves-Alexis Perez
On dim, 2008-07-20 at 01:43 +0600, Roman Mamedov wrote:
 After the last package upgrade, I can no longer configure the Sensor
 plugin.
 If I right-click it and select Properties, it seems to crash
 (silently disappears from the panel).
 This is repeated when I re-add it to the panel and try to open
 Properties again.
 Removing the plugin configuration file from ~/.config/xfce4/panel/ and
 restarting the panel
 does not solve the problem.

For what it worth, I can reproduce this on a (fully updated) Sid amd64
box, but not on another. Configs may not be the same, but that's still
strange.

Investigating.
-- 
Yves-Alexis


signature.asc
Description: This is a digitally signed message part


Bug#491601: madwifi-source fails to build against 2.6.24-etchnhalf.1-486

2008-07-21 Thread dann frazier
On Mon, Jul 21, 2008 at 11:36:06AM +1000, Kel Modderman wrote:
 On Monday 21 July 2008 05:44:45 Michael Goetze wrote:
  Package: madwifi-source
  Version: 0.9.2+r1842.20061207-2etch2
  
  When I try to compile madwifi-source against linux-2.6.24-etchnhalf. 
  1-486, I get the following error:
  
  ...
  make[2]: Entering directory `/usr/src/modules/madwifi'
  Checking requirements... ok.
  Checking kernel configuration... FAILED
  Please enable wireless extensions.
  make[2]: *** [configcheck] Error 1
  ...
  
  Presumably, the etchnhalf release would need to include a newer  
  version of madwifi-source to rectify this problem.
 
 Thats right, throw a kernel 6 upstream versions newer into an archive frozen
 when 2.6.18 was new and it's what you get ;-)
 
 Unfortunately, I don't think etch will see another update to fix this problem.
 A backport from sid/testing could be done, the porter would need to drop
 debhelper compat level. However, the delta between madwifi upstream in etch
 and sid/testing is very large. A bacport of madwifi 0.9.4 based package could
 be possible, however the 0.9.4 based package has been superceded in 
 sid/testing
 recently in favour of something far more bleeding edge.
 
 Picking out the exact upstream backports required to fix the antiquated 
 madwifi
 version in etch for 2.6.24 would be tedious, time consuming and very error
 prone. Especially hard for a novice Linux kernel code hacker such as myself.
 
 The same problem exists for ndiswrapper in etch, and probably other
 module-source packages too. I am not aware of any module-source etch+1/2
 update plan. Hopefully there is such a plan for Lenny+1/2, and hopefully it
 doesn't mandate the cherry picking of exact API fixes for external modules,
 but rather the backporting of new upstream versions that had seen some time
 in the archive post-stable-release.

There is a plan for the module-source packages used by the
conglomerate (linux-modules-*) packages. etchnhalf list archives seem
to be down right now, but you can see an e-mail about it here:
  http://lists.debian.org/debian-kernel/2008/07/msg00494.html

There's no reason we couldn't also include similar new packages for
other out of tree modules that meet the listed requirements. Time is
getting very short for 4.0r4 - but it may still be an option if you
wanted to prepare and test something quickly. 4.0r5 is an option
if you want to do such an update but need more time to prepare it.

Also note that the ath5k driver is included in the 2.6.24 kernel - I
don't personally know how much hardware works with madwifi but not
ath5k though.

Cheers!

-- 
dann frazier




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



Bug#491396: acpi-support: /etc/acpi/battery.d is ignored on newer kernels

2008-07-21 Thread Bart Samwel

Hi Jeff,

Jeff King wrote:

Package: acpi-support
Version: 0.109-5
Severity: normal
Tags: patch

Newer kernels have disabled the /proc interface to power management,
leaving only the /sys. However, the /etc/acpi/power.sh script makes a
decision about running the scripts in battery.d by looking for ac
adapters in /proc (this also affects the running of scripts in ac.d).

The patch below fixes it for me (but this is the first time I have ever
done anything with the /sys power interface, so I don't know how correct
the method for finding ac adapters is).


Looks good to me! I'll try to keep support for the old stuff as well, 
but I'll use the stuff in your patch for the new. Thanks for contributing!


Cheers,
Bart



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



Bug#490059: ejabberd: ldaps causes ssl_esock to leavemanysockets

2008-07-21 Thread Andreas Unterkircher

Good Morning Sergei,


I haved upgraded the packet on our server now. I will keep an eye
on ssl_esock the next hours and update you.


It seems to be ok now!

More then 48 hours up and still ssl_esock has only few open files:

[EMAIL PROTECTED]:~$ sudo lsof -p 21591
COMMAND PID USER   FD   TYPE DEVICESIZE   NODE NAME
ssl_esock 21591 ejabberd  cwdDIR8,24096   12627485  
/var/lib/ejabberd

ssl_esock 21591 ejabberd  rtdDIR8,24096128 /
ssl_esock 21591 ejabberd  txtREG8,2   52168   13024783  
/usr/lib/erlang/lib/ssl-3.9/priv/bin/ssl_esock
ssl_esock 21591 ejabberd  memREG0,0  0  
[heap] (stat: No such file or directory)
ssl_esock 21591 ejabberd  memREG8,2   78500   10496144  
/usr/lib/libz.so.1.2.3
ssl_esock 21591 ejabberd  memREG8,2 12413928716915  
/lib/tls/i686/cmov/libc-2.3.6.so
ssl_esock 21591 ejabberd  memREG8,2 1270520  76064  
/usr/lib/i686/cmov/libcrypto.so.0.9.8
ssl_esock 21591 ejabberd  memREG8,2  253120  76065  
/usr/lib/i686/cmov/libssl.so.0.9.8
ssl_esock 21591 ejabberd  memREG8,2  1451368716920  
/lib/tls/i686/cmov/libm-2.3.6.so
ssl_esock 21591 ejabberd  memREG8,295928716919  
/lib/tls/i686/cmov/libdl-2.3.6.so
ssl_esock 21591 ejabberd  memREG8,296568716954  
/lib/tls/i686/cmov/libutil-2.3.6.so
ssl_esock 21591 ejabberd  memREG8,2   88164   10488849  
/lib/ld-2.3.6.so

ssl_esock 21591 ejabberd0r  FIFO0,6 1510399166 pipe
ssl_esock 21591 ejabberd1w  FIFO0,6 1510399165 pipe
ssl_esock 21591 ejabberd2w   CHR1,3779 /dev/null
ssl_esock 21591 ejabberd3r   CHR1,3779 /dev/null
ssl_esock 21591 ejabberd4u  IPv4 1510399167TCP  
localhost:39120 (LISTEN)
ssl_esock 21591 ejabberd5u  IPv4 1523551002TCP   
(ESTABLISHED)
ssl_esock 21591 ejabberd6u  IPv4 1523553076TCP   
(ESTABLISHED)
ssl_esock 21591 ejabberd7u  IPv4 1523553077TCP   
(ESTABLISHED)
ssl_esock 21591 ejabberd8u  IPv4 1523553079TCP  
localhost:39120-localhost:49620 (ESTABLISHED)
ssl_esock 21591 ejabberd9u  IPv4 1523551004TCP  
localhost:39120-localhost:57937 (ESTABLISHED)
ssl_esock 21591 ejabberd   10u  IPv4 1523553082TCP  
localhost:39120-localhost:52713 (ESTABLISHED)


Cheers,
Andreas




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



Bug#491536: iceweasel: Impossible to get past click through license dialog

2008-07-21 Thread Mike Hommey
On Mon, Jul 21, 2008 at 08:17:58AM +0200, Petter Reinholdtsen wrote:
 [Mike Hommey]
  This dialog is not supposed to be displayed at all.
 
 Good.  It is annoying.
 
  Can you verify that the
  /usr/lib/iceweasel/defaults/preferences/vendor.js file contains the
  following:
  
  pref(browser.EULA.override, true);
  
  If it doesn't, please reinstall iceweasel from a debian mirror.
 
 Is this the correct path?  I got no such file in the iceweasel package
 installed from Lenny.
 /usr/share/iceweasel/defaults/preferences/vendor.js exist, though and
 include that entry.  The directory include five files,
 channel-prefs.js, firefox.js, firefox-l10n.js, reporter.js and
 vendor.js.

There is supposed to be a /usr/lib/iceweasel/defaults symlink to
/usr/share/iceweasel/defaults, so the path is supposed to be valid.
It looks like you have some other package having a defaults directory
installed. Check what you have there and what package is responsible for
this.

Mike



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



Bug#491655: audacious: log file spammed with tuple_get_int assertion failure message

2008-07-21 Thread Alex Malinovich
Package: audacious
Version: 1.5.1-1
Severity: critical
Justification: causes serious data loss

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The audacious log file in ~/.config/audacious/log is growing out of
control with the following error:

tuple_get_int: assertion `tuple != NULL' failed

I don't know if this would normally qualify as a critical bug, but
as it causes the logfile to grow extremely quicly it can fill up the
home partition very quickly, leading to loss of data.

Please let me know if I can provide any additional information.

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

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

Versions of packages audacious depends on:
ii  audacious-plugins 1.5.1-2Base plugins for audacious
ii  dbus  1.2.1-2simple interprocess messaging syst
ii  gtk2-engines-pixbuf   2.12.11-2  Pixbuf-based theme for GTK+ 2.x
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libaudclient1 1.5.1-2audacious dbus remote control libr
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.1-2simple interprocess messaging syst
ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging syst
ii  libglib2.0-0  2.16.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-2  The GTK+ graphical user interface 
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libmcs1   0.7.1-1Abstraction library to store confi
ii  libmowgli10.6.1-1a high performance development fra
ii  libpango1.0-0 1.20.5-1   Layout and rendering of internatio
ii  libsamplerate00.1.4-1audio rate conversion library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.1.4-2  X11 client-side library

Versions of packages audacious recommends:
ii  audacious-plugins-extra   1.5.1-2Various extra plugins for audaciou
ii  unzip 5.52-11De-archiver for .zip files

audacious suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkiEMFMACgkQBPYwh6bSSDeoMACfZRhb+QDZp1YFdA+L4qlzfWEi
zCwAoJl0CuwyDIonUQvbtUR88JOAKeIm
=V/tR
-END PGP SIGNATURE-



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



Bug#490059: ejabberd: ldaps causes ssl_esock toleavemanysockets

2008-07-21 Thread Sergei Golovan
On 7/21/08, Andreas Unterkircher [EMAIL PROTECTED] wrote:

 It seems to be ok now!

  More then 48 hours up and still ssl_esock has only few open files:

OK. Then I'll include the fix with the next upload. Thank you for the
repor and for the testing!

-- 
Sergei Golovan



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



Bug#491656: lock-on keys when using xorg

2008-07-21 Thread Dmitry E. Oboukhov
Package: xserver-xorg
Severity: normal
Tags: l10n

I use Xorg adapted to the 2 languages: russian and english. Command line
setxkbmap is:
setxkbmap -model pc104 -layout us,ru -option  -option \
grp:caps_toggle,grp:switch,grp_led:scroll, compose:lwin

right alt uses for temporary switch over keyboard layouts.

Sometimes right alt swithching causes key sealing.  For example,  if  we
press alt-comma, comma is autocycling. autocycling will continue until
we press any key.

I note of this  bug  in  many  hostes  since  Xorg  appears  in  Debian.
Discussion of this issue in debian-russian@ mailing list showes that this
bug is commonly encountered. I've noted of this bug in many hosts since
xorg has appeared in Debian (X of woody works fine :)).

--
... mpd is off

. ''`. Dmitry E. Oboukhov
: :’  : [EMAIL PROTECTED]
`. `~’ GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#491448: starplot: Please apply starplot-0.95.5-desktop.patch from Fedora

2008-07-21 Thread Francisco M.
Hello Nathan,

Thank you for your suggestion and patch.
I'll add it in next release.

Best regards,
Francisco.

El sáb, 19-07-2008 a las 09:45 -0500, Nathan Handler escribió:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Package: starplot
 Version: 0.95.5-1
 Severity: normal
 Tags: patch
 User: [EMAIL PROTECTED]
 Usertags: origin-ubuntu intrepid ubuntu-patch
 
 In Ubuntu, we've prepared the attached patch to achieve the following:
 
  * Apply starplot-0.95.5-desktop.patch from Fedora (LP: #250109)
 - Add non-localized comment field to starplot.desktop to make
   it validate with desktop-file-validate.
 
 We thought you might be interested in doing the same.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)
 
 iD8DBQFIgf4FS7NiVFf3legRAhtLAJkB2iRKZ6tUP/dpi8jEj7tMI/zk1wCfTBAQ
 UlfZVnB1/jOvNNVEQ5E/HE0=
 =A7HF
 -END PGP SIGNATURE-
-- 

Francisco M. García Claramonte [EMAIL PROTECTED]
GPG: public key ID 556ABA51


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#491617: [Pkg-nagios-devel] Bug#491617: Bug#491617: nagios3: wrong path to temp_file in nagios.cfg

2008-07-21 Thread Marc Haber
On Mon, Jul 21, 2008 at 12:56:32AM +0200, Jan Wagner wrote:
 On Sunday 20 July 2008 23:52, Marc Haber wrote:
  temp_file=/var/cache/nagios3/nagios.tmp in nagios.cfg makes nagios fail
  since nagios cannot write to /var/cache. Fixing the path to
  /var/cache/nagios3/nagios.tmp helps.
 
 I guess you mean the following:
 
 sid:~# grep ^temp_file /etc/nagios3/nagios.cfg
 temp_file=/var/cache/nagios.tmp

Yes.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 3221 2323190



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



Bug#40629: CorelDRAW Graphics Suite X4

2008-07-21 Thread Nate Morris
=The following titles and more are now available for pcs and macs`

Native Instruments Absynth 4
Office 2007 Ultimate
Photo shop CS4
CorelDRAW Graphics Suite X4
CorelDRAW Graphics Suite X4
Native Instruments FM8

= ezsoftoem . com `

System Requirements
` For PC:
` Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon CorelDRAW 
Graphics Suite X4 or Intel Core Duo (or CorelDRAW Graphics Suite X4) processor; 
SSE2-enabled processor required for AMD systems  Microsoft Windows XP with 
Service Pack 2 or Microsoft Windows Vista Home Premium, Business, Ultimate, or 
Enterprise (certified for 32-bit editions)
` 512MB of RAM or more
` 1GB of available hard-disk space (additional free space CorelDRAW Graphics 
Suite X4)
` Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
` 1,024x768 monitor resolution with 32-bit color adapter recommended
` CD-R or DVD-ROM drive

= For MAC:
= PowerPC G4 or G5 or multicore Intel processor
= Mac OS X or similar
= 512MB of RAM or more
= 1GB of available hard-disk space
= Core Audio compatible sound card
= 1,024x768 monitor resolution with 32-bit color adapter
= DVD-ROM drive` DVD+-R burner required for DVD creation

Obama's World Tour Stops In Afghanistan, Iraq



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



Bug#40438: CorelDRAW Graphics Suite X4

2008-07-21 Thread Patrice Jackson
=The following titles and more are now available for pcs and macs`

Native Instruments Absynth 4
Office 2007 Ultimate
Photo shop CS4
CorelDRAW Graphics Suite X4
CorelDRAW Graphics Suite X4
Native Instruments FM8

= ezsoftoem . com `

System Requirements
` For PC:
` Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon CorelDRAW 
Graphics Suite X4 or Intel Core Duo (or CorelDRAW Graphics Suite X4) processor; 
SSE2-enabled processor required for AMD systems  Microsoft Windows XP with 
Service Pack 2 or Microsoft Windows Vista Home Premium, Business, Ultimate, or 
Enterprise (certified for 32-bit editions)
` 512MB of RAM or more
` 1GB of available hard-disk space (additional free space CorelDRAW Graphics 
Suite X4)
` Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
` 1,024x768 monitor resolution with 32-bit color adapter recommended
` CD-R or DVD-ROM drive

= For MAC:
= PowerPC G4 or G5 or multicore Intel processor
= Mac OS X or similar
= 512MB of RAM or more
= 1GB of available hard-disk space
= Core Audio compatible sound card
= 1,024x768 monitor resolution with 32-bit color adapter
= DVD-ROM drive` DVD+-R burner required for DVD creation

Obama's World Tour Stops In Afghanistan, Iraq



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



Bug#45480: CorelDRAW Graphics Suite X4

2008-07-21 Thread Erwin Griffin
=The following titles and more are now available for pcs and macs`

Native Instruments Absynth 4
Office 2007 Ultimate
Photo shop CS4
CorelDRAW Graphics Suite X4
CorelDRAW Graphics Suite X4
Native Instruments FM8

= ezsoftoem . com `

System Requirements
` For PC:
` Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon CorelDRAW 
Graphics Suite X4 or Intel Core Duo (or CorelDRAW Graphics Suite X4) processor; 
SSE2-enabled processor required for AMD systems  Microsoft Windows XP with 
Service Pack 2 or Microsoft Windows Vista Home Premium, Business, Ultimate, or 
Enterprise (certified for 32-bit editions)
` 512MB of RAM or more
` 1GB of available hard-disk space (additional free space CorelDRAW Graphics 
Suite X4)
` Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
` 1,024x768 monitor resolution with 32-bit color adapter recommended
` CD-R or DVD-ROM drive

= For MAC:
= PowerPC G4 or G5 or multicore Intel processor
= Mac OS X or similar
= 512MB of RAM or more
= 1GB of available hard-disk space
= Core Audio compatible sound card
= 1,024x768 monitor resolution with 32-bit color adapter
= DVD-ROM drive` DVD+-R burner required for DVD creation

Obama's World Tour Stops In Afghanistan, Iraq



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



Bug#490982: fixed

2008-07-21 Thread Antonin Kral
* Thomas Viehmann [EMAIL PROTECTED] [2008-07-20 18:20] wrote:
 Dario Minnucci (midget) wrote:
  I'm the maintaner of 'ftpmirror' and it's the first notice I get of this RM 
  request.
  One RC bug was reported against 'ftpmirror' at #488162 and was solved in 2 
  days.
 
  I see no reason for removing this package, it's bug free, as it was before 
  so I'm really surprised
  for the RM request.
 Antonin who submitted the bug, maintains fmirror, maybe that's the
 confusion.
 
 Antonin, is that the package you were talking about?

Hi Thomas,

oh, I really apologize to everybody. Thomas is right, I was talking
about fmirror package, not ftpmirror.

Antonin



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



Bug#491536: iceweasel: Impossible to get past click through license dialog

2008-07-21 Thread Petter Reinholdtsen
[Mike Hommey]
 There is supposed to be a /usr/lib/iceweasel/defaults symlink to
 /usr/share/iceweasel/defaults, so the path is supposed to be valid.
 It looks like you have some other package having a defaults
 directory installed. Check what you have there and what package is
 responsible for this.

Yes, this is in debian-edu-config, providing
/usr/lib/iceweasel/defaults/pref/debian-edu.js.  Should it be stored
in /usr/share/ instead?  I can move it.  I picked the /usr/lib/ path
because I believed it was the directory used by iceweasel.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#491658: [epiphany] uploading a file to vimeo.com hangs the browser until upload is finished

2008-07-21 Thread Nadav Kavalerchik
Package: epiphany
Version: 2.22.3
Severity: normal

--- Please enter the report below this line. ---
uploading a file to vimeo.com hangs the browser until upload is finished
(gekco engine) after it is finished uploading every thing returns to normal.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.25-trunk-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablemirror.isoc.org.il 
  500 testing mirror.isoc.org.il 
  500 kernel-dists-trunk kernel-archive.buildserver.net 
  500 experimentalwww.debian-multimedia.org 
1 experimentalmirror.isoc.org.il 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
| 




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



Bug#491657: [warzone2100] please update to 2.1 beta 4

2008-07-21 Thread Matthias Krüger
Package: warzone2100
Severity: wishlist

--- Please enter the report below this line. ---
Please update to the new version 2.1 beta 4 .

Thank you for your fine work!Matthias Krüger
--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.25-2-amd64

Debian Release: lenny/sid
  500 testing security.debian.org
  500 testing 141.76.2.4

--- Package information. ---
Depends (Version) | Installed
=-+-=
libc6  (= 2.7-1) | 2.7-10
libgl1-mesa-glx   | 7.0.3-4
 OR libgl1|
libglc0(= 0.7.1) | 0.7.1-2
libglu1-mesa  | 7.0.3-4
 OR libglu1   |
libogg0   | 1.1.3-4
libopenal0a   | 1:0.0.8-8
libphysfs-1.0-0   | 1.0.0-5
libpng12-0  (= 1.2.13-4) | 1.2.27-1
libpopt0(= 1.10) | 1.14-4
libsdl-net1.2 | 1.2.7-2
libsdl1.2debian (= 1.2.10-1) | 1.2.13-2
libvorbis0a   | 1.2.0.dfsg-3.1
libvorbisfile3 (= 1.1.2) | 1.2.0.dfsg-3.1
libx11-6  | 2:1.1.4-2
warzone2100-data   (= 2.1.0~1.beta2) |
warzone2100-data (= 2.1.0~1.beta2-1) |




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



Bug#422085: bugscripts are executed, but content not put in email

2008-07-21 Thread Sune Vuorela
reopen 422085
thanks

Hi!

I just tried using reportbug-ng to report bugs against packages like texlive-
doc-base, xserver-xorg and mdadm. (what's common for these 3 packages is that 
thay have bug scripts)

And the result is:
I see a terminal pop up briefly with a lot of text scrolling over and a line 
added to the email with the following:

--- Output from package bug script ---

but no actual output from bug script.

I use kmail as the email client - and running reportbug-ng with -l info  
doesn't reveal any info about why it isn't adding the bug script output.

/Sune
-- 
How may I explore the directory?

You should never close a icon for doubleclicking on the button.




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



Bug#491659: netbeans-ide: netbeans depends on sun-java when openjdk is available

2008-07-21 Thread Ramakrishnan Muthukrishnan
Package: netbeans-ide
Severity: normal

Hi,

Now that openjdk is available in Debian, it will be great if netbeans depends 
on it rather than the non-free sun-java packages. This will help those of us 
who prefer not to use non-free programs to have an entirely free java 
development environment on debian.

thanks
Ramakrishnan

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

Kernel: Linux 2.6.25 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash



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



Bug#491582: foomatic-gui: can't download recommended PPD file

2008-07-21 Thread Toni Mueller

Hi Chris,

On Mon, 21.07.2008 at 00:51:02 -0500, Chris Lawrence [EMAIL PROTECTED] wrote:
 This problem is, I believe, fixed in foomatic-gui 0.7.8 in unstable
 and testing.  (This is the same as #419810, I think.)

thanks - and sorry for reporting a duplicate. :(


Kind regards,
--Toni++



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



Bug#71884: CyberLink PowerDVD ULTRA EDITION v8

2008-07-21 Thread Judy Fong
#The following titles and more are now available for pcs and macs+

CorelDRAW Graphics Suite X4
SAS JMP Statistical Discovery 7
Photo shop CS4
CyberLink PowerDVD ULTRA EDITION v8
CyberLink PowerDVD ULTRA EDITION v8
Traktor DJ Studio

# newoemspecials . com +

System Requirements
+ For PC:
+ Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon CyberLink 
PowerDVD ULTRA EDITION v8 or Intel Core Duo (or CyberLink PowerDVD ULTRA 
EDITION v8) processor; SSE2-enabled processor required for AMD systems  
Microsoft Windows XP with Service Pack 2 or Microsoft Windows Vista Home 
Premium, Business, Ultimate, or Enterprise (certified for 32-bit editions)
+ 512MB of RAM or more
+ 1GB of available hard-disk space (additional free space CyberLink PowerDVD 
ULTRA EDITION v8)
+ Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
+ 1,024x768 monitor resolution with 32-bit color adapter recommended
+ CD-R or DVD-ROM drive

# For MAC:
# PowerPC G4 or G5 or multicore Intel processor
# Mac OS X or similar
# 512MB of RAM or more
# 1GB of available hard-disk space
# Core Audio compatible sound card
# 1,024x768 monitor resolution with 32-bit color adapter
# DVD-ROM drive+ DVD+-R burner required for DVD creation

Tour De France Drama On And Off the Course



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



Bug#96144: Office 2008 Home Student

2008-07-21 Thread Jakob Griffin
_The following titles and more are now available for pcs and macs:

Photo shop CS4
Office 2007 Ultimate
AutoCAD 2009
Office 2008 Home Student
Acrobat 9 Pro Extended
AutoCAD 2009

_ newoemspecials . com :

System Requirements
: For PC:
: Intel Pentium 4 (1.4GHz processor), Intel Centrino, Intel Xeon Acrobat 9 Pro 
Extended or Intel Core Duo (or Acrobat 9 Pro Extended) processor; SSE2-enabled 
processor required for AMD systems  Microsoft Windows XP with Service Pack 2 
or Microsoft Windows Vista Home Premium, Business, Ultimate, or Enterprise 
(certified for 32-bit editions)
: 512MB of RAM or more
: 1GB of available hard-disk space (additional free space Acrobat 9 Pro 
Extended)
: Microsoft compatible sound card (multichannel ASIO-compatible sound card 
recommended)
: 1,024x768 monitor resolution with 32-bit color adapter recommended
: CD-R or DVD-ROM drive

_ For MAC:
_ PowerPC G4 or G5 or multicore Intel processor
_ Mac OS X or similar
_ 512MB of RAM or more
_ 1GB of available hard-disk space
_ Core Audio compatible sound card
_ 1,024x768 monitor resolution with 32-bit color adapter
_ DVD-ROM drive: DVD+-R burner required for DVD creation

For U.S., Iran, Will Momentous Become Momentum?



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



Bug#491629: [Pkg-tcltk-devel] Bug#491629: tk8.5-dev: Package should depend on libxss-dev

2008-07-21 Thread Sergei Golovan
On 7/21/08, David Nusinow [EMAIL PROTECTED] wrote:

While converting one of my packages to tk8.5 and building in a chroot I
  got an FTBFS because libXss couldn't be found. This turned out to be
  included indirectly via tk8.5-dev's tkConfig.sh script located in
  /usr/share/tcltk/tk8.5. This is apparently a new addition with 8.5, because
  I can't find this inclusion in previous versions installed here. Could you
  please either add libxss-dev to the package's depends or remove the linking
  to libXss if it's inappropriate? My own package doesn't use Xss at all, so
  I don't know why the script exports this linker flag, and it may be
  ultimately useless. Thank you!

You're right. libxss-dev and libxext-dev dependencies are missing but
-lXss and -lXext are present in tkConfig.sh, so I'll add them in the
next upload. Though they are included into two variables: TK_LIBS
(Additional libraries to use when linking Tk) and TK_XLIBSW (Linker
switch(es) to use to link with the X11 library archive). Both are
indicated as variables used when linking Tk itself. Why would you like
to use them in your project at all?

-- 
Sergei Golovan



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



Bug#491661: debian-edu: Please use proper task names

2008-07-21 Thread Andreas Tille
Package: debian-edu
Severity: wishlist
Tags: patch

Please fix the task names in lang-n[bn]-desktop* task files which
are to long in the case of the non-KDE tasks and no real names
in the KDE tasks.

See the suggested patch.

Kind regards

   Andreas.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (501, 'testing'), (50, 'unstable'), (5, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash
diff -ubrN tasks.orig/lang-nb-desktop tasks/lang-nb-desktop
--- tasks.orig/lang-nb-desktop  2008-07-19 19:21:32.0 +0200
+++ tasks/lang-nb-desktop   2008-07-21 09:22:14.0 +0200
@@ -1,4 +1,4 @@
-Task: Desktop for Norwegian Bokmål installs
+Task: Norwegian Bokmål Desktop
 Architecture: any
 Metapackage: false
 Enhances: education-desktop-other
diff -ubrN tasks.orig/lang-nb-desktop-kde tasks/lang-nb-desktop-kde
--- tasks.orig/lang-nb-desktop-kde  2008-07-19 19:21:32.0 +0200
+++ tasks/lang-nb-desktop-kde   2008-07-21 09:22:42.0 +0200
@@ -1,4 +1,4 @@
-Task: lang-nb-desktop-kde
+Task: Norwegian Bokmål KDE Desktop
 Enhances: education-desktop-kde
 Metapackage: false
 Section: kde
diff -ubrN tasks.orig/lang-nn-desktop tasks/lang-nn-desktop
--- tasks.orig/lang-nn-desktop  2008-07-19 19:21:32.0 +0200
+++ tasks/lang-nn-desktop   2008-07-21 09:23:02.0 +0200
@@ -1,4 +1,4 @@
-Task: Desktop for Norwegian Nynorsk installs
+Task: Norwegian Nynorsk Desktop
 Architecture: any
 Metapackage: false
 Enhances: education-desktop-other
diff -ubrN tasks.orig/lang-nn-desktop-kde tasks/lang-nn-desktop-kde
--- tasks.orig/lang-nn-desktop-kde  2008-07-19 19:21:32.0 +0200
+++ tasks/lang-nn-desktop-kde   2008-07-21 09:23:23.0 +0200
@@ -1,4 +1,4 @@
-Task: lang-nn-desktop-kde
+Task: Norwegian Nynorsk KDE Desktop
 Metapackage: false
 Enhances: education-desktop-kde
 Section: l10n


Bug#491660: virt-manager: fails to connect to DOM0 (libvirtError in openAuth)

2008-07-21 Thread Teodor
Package: virt-manager
Version: 0.5.4-2
Severity: important

The status at starup is always Disconnected (for localhost). When
trying to connect I'm getting this error message:

Unable to open connection to hypervisor URI 'xen:///':
class 'libvirt.libvirtError' virConnectOpenAuth() failed
Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/connection.py, line 427, in
_open_thread
None], flags)
  File /usr/lib/python2.5/site-packages/libvirt.py, line 94, in
openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: virConnectOpenAuth() failed


Even after manually installing and enabling libvirt-bin I get the same
result.

Note that with `convirt' the status at startup is Running. As DOM0 I'm
running the linux-xen flavour from etch (all the tools are from lenny/sid).

Thanks


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-6-xen-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages virt-manager depends on:
ii  libatk1.0-0  1.22.0-1The ATK accessibility toolkit
ii  libc62.7-12  GNU C Library: Shared libraries
ii  libcairo21.6.4-6 The Cairo 2D vector graphics libra
ii  libglib2.0-0 2.16.4-2The GLib library of C routines
ii  libgtk2.0-0  2.12.11-2   The GTK+ graphical user interface 
ii  libpango1.0-01.20.5-1Layout and rendering of internatio
ii  librsvg2-common  2.22.2-2SAX-based renderer library for SVG
ii  python-dbus  0.82.4-2simple interprocess messaging syst
ii  python-glade22.12.1-6GTK+ bindings: Glade support
ii  python-gnome22.22.0-1Python bindings for the GNOME desk
ii  python-gtk-vnc   0.3.6-2 A VNC viewer widget for GTK+ (Pyth
ii  python-gtk2  2.12.1-6Python bindings for the GTK+ widge
ii  python-libvirt   0.4.2-6 libvirt Python bindings
ii  python-urlgrabber3.1.0-4 A high-level cross-protocol url-gr
ii  python-vte   1:0.16.14-1 Python bindings for the VTE widget
ii  python2.52.5.2-8 An interactive high-level object-o
ii  virtinst 0.300.3-4   Programs to create and clone virtu

Versions of packages virt-manager recommends:
ii  hal   0.5.11-2   Hardware Abstraction Layer

Versions of packages virt-manager suggests:
ii  virt-viewer   0.0.3-2Displaying the graphical console o

-- no debconf information



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



Bug#488751: Patch

2008-07-21 Thread Thijs Kinkhorst
On Saturday 19 July 2008 17:22, Frank Lichtenheld wrote:
 I believe the following patch should fix this issue, but my PHP
 is somewhat rusty...

 Index: developer.wml
 ===
 --- developer.wml (Revision 1915)
 +++ developer.wml (Arbeitskopie)
 @@ -713,6 +713,10 @@

  if (!($bug_list = dba_fetch($package, $bugsdb))) $bug_list = '0(0)
 0(0) 0(0) 0(0)'; $bug_list = explode(' ', $bug_list);
 +if(count($bug_list)  4)
 +{ #handle the new patch count
 +array_pop($bug_list)
 +}

The patch misses a ; after the array_pop call.
Also it isn't robust against new additions of more information. That could be 
solved in the code above, however, I think the best way to handle it is to 
not jump through hoops to strip off any auxilary information, but just to 
adapt the loop over bug_list not to loop over all elements but just the first 
4 it needs, regardless of how many extra information items get added. Updated 
patch attached.

Thijs
Index: wml/developer.wml
===
--- wml/developer.wml	(revision 1917)
+++ wml/developer.wml	(working copy)
@@ -757,9 +757,8 @@
 $bug_count = $bug_list[0] + $bug_list[1] + $bug_list[2] + $bug_list[3];
 $real_bug_count = 0;
 $bug_data = ;
-foreach($bug_list as $bug_item)
-{
-preg_match(/\d+\((\d+)\)/, $bug_item, $count_array);
+for($i = 0; $i  4; ++$i) {
+preg_match(/\d+\((\d+)\)/, $bug_list[$i], $count_array);
 $real_bug_count += $count_array[1];
 }
 if($bug_count == 0)
Index: pts/www/xsl/pts.xsl
===
--- pts/www/xsl/pts.xsl	(revision 1917)
+++ pts/www/xsl/pts.xsl	(working copy)
@@ -917,6 +917,12 @@
   xsl:if test=$other/bugs/@patch!='0'
 	liThe Bug Tracking System contains
   a href=http://bugs.debian.org/cgi-bin/pkgreport.cgi?src={$escaped-package}amp;include=tags:patchamp;exclude=tags:pendingamp;pend-exc=doneamp;repeatmerged=no;patches fixing
+ .mine
+	xsl:value-of select=$other/bugs/@patch/ bugxsl:if test=$other/bugs/@patch!='1's/xsl:if
+  /a, consider including or untagging
+	  xsl:if test=$other/bugs/@patch!='1'them/xsl:if
+	  xsl:if test=$other/bugs/@patch='1'it/xsl:if.
+===
   xsl:value-of select=$other/bugs/@patch/ bugxsl:if test=$other/bugs/@patch!='1's/xsl:if
   /a
 	  xsl:if test=$other/bugs/@patch_m
@@ -928,6 +934,7 @@
 	  /xsl:if, consider including or untagging
   xsl:if test=$other/bugs/@patch!='1'them/xsl:if
   xsl:if test=$other/bugs/@patch='1'it/xsl:if.
+ .r1860
 	/li
   /xsl:if
 /xsl:if


pgpT2tsHnpAtV.pgp
Description: PGP signature


Bug#491136: postgresql-common: Reading supplementary groups is too slow

2008-07-21 Thread Martin Pitt
Hi Rodrigo,

[EMAIL PROTECTED] [2008-07-16 18:03 -0700]:
 I'm using the postgresql packages in an environment having 20,000+
 groups, queried over LDAP on a remote server. In this situation, the
 change_uid function in PgCommon.pm is unbearably slow. To wit:
 [...]
 The following implementation seems to work equivalently, and is orders
 of magnitude faster.

Thanks, I applied a (slightly simplified) version. I'll give it a
thorough test, and upload later today.

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)



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



Bug#489868: xserver-xorg-video-intel: resolution on the external monitor limited to the one of the build-in LCD

2008-07-21 Thread Thomas Hahn
On Fri, Jul 11, 2008 at 07:42:28AM +0200, Brice Goglin wrote:
 Thomas Hahn wrote:
  Package: xserver-xorg-video-intel
  Version: 2:2.3.2-1
  Severity: normal
 
  *** Please type your report below this line ***
 
  After upgrade I end up with an 1280x800 screen on my 19 LCD.
  I have to set the resolution in KDE Control Center to 1280x1024 manually.
  After that I need to end the session and start a new one to get good
  font size for several applications.
  Before the upgrade the resolution of the external monitor was 1280x1024,
  ie. it's natural resolution. Build-in LCD of the Toshiba Satellite
  Laptop could not display that resolution, but who cares if you
  have an external monitor with a better display.
  If there is a way to configure that, please let me know.
  Tnx Thomas

 
 Are you upgrade that the problem appeared after upgrading
 xserver-xorg-video-intel to 2.3.2 and not -core to 1.4.2? I suspect some
 added quirks in the server here. Please check this (you can use
 snapshot.debian.net to downgrade).
 
 Brice
 

I downgraded xserver-xorg-core to 2:1.4.1~git20080131-4
and the external display gets priority (as requested).
So you are right about xserver-xorg-core.

Tnx Thomas



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



Bug#491651: Failed to load module dri2

2008-07-21 Thread Brice Goglin
Hiroyuki Yamamoto wrote:
 Package: xserver-xorg-core
 Version: 2:1.4.99.905-1
 Severity: normal


 X does not start for lack of /usr/lib/xorg/modules/extensions/libdri2.so
 file.
   

No, this warning/error is expected and it still works fine.

 (II) Primary Device is: ISA
 (EE) No devices detected.
   

This is the actual problem, the server or the nv driver does not detect
your hardware correctly. What board do you actually have? Please the
whole output of lspci -nn

Brice




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



Bug#491362: [Openjdk] Bug#491362: patch

2008-07-21 Thread Bastian Blank
On Mon, Jul 21, 2008 at 04:26:41AM +0200, Matthias Klose wrote:
 Bastian Blank schrieb:
  Is the bootstrap hotshot compiler that slow or is this a different one
  than on x86?
 yes, the zero port is slow (using the interpreter, not a JIT).

The Power 5 machine killed the build after 16 hours.

There may be two things to speed the build up:
- Use fastjar (and hope that it is compatible enough) and
- don't build documentation in the arch only builds.

Then we get a slow but usable interpreter for most architectures without
this overlong build times.

Bastian

-- 
Humans do claim a great deal for that particular emotion (love).
-- Spock, The Lights of Zetar, stardate 5725.6



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



Bug#489738: #489738 dbus has problems with ldap groups for policies (Unknown group dev-usb in message bus configuration file)

2008-07-21 Thread Noèl Köthe
retitle 489738 dbus has problems with larger groups for policies (Unknown 
group dev-usb in message bus configuration file)
thanks

Hello,

the problem isn't specific to ldap groups. If you have a large group
in /etc/group you run into the problem, too.

See the upstream bug how to reproduce.

-- 
Noèl Köthe noel debian.org
Debian GNU/Linux, www.debian.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#489887: error on adding new attribute

2008-07-21 Thread Jamie Thompson
-original message-
Subject: Re: Bug#489887: error on adding new attribute
From: Fabio Tranchitella [EMAIL PROTECTED]
Date: 21/07/2008 6:57 am

Hello Jamie,

* 2008-07-20 23:10, Jamie Thompson wrote:
 dn: dc=.

Isn't it strange that your entry has a dn like dc=.? I'd expect something
like dc=domain or better dc=domain,dc=org.

Cheers,

-- 
Fabio Tranchitella [EMAIL PROTECTED].''`.
Proud Debian GNU/Linux developer, admin and user.: :'  :
 `. `'`
   http://people.debian.org/~kobold/   `-
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564




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



Bug#491651: Failed to load module dri2

2008-07-21 Thread Hiroyuki Yamamoto
 Hi,

Brice Goglin wrote:
 Hiroyuki Yamamoto wrote:
 Package: xserver-xorg-core
 Version: 2:1.4.99.905-1
 Severity: normal


 X does not start for lack of /usr/lib/xorg/modules/extensions/libdri2.so
 file.
   
 
 No, this warning/error is expected and it still works fine.
 
 (II) Primary Device is: ISA
 (EE) No devices detected.
   
 
 This is the actual problem, the server or the nv driver does not detect
 your hardware correctly. What board do you actually have? Please the
 whole output of lspci -nn


The result of lspci -nn is as follows:

$ lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 82850 850 (Tehama) Chipset
Host Bridge (MCH) [8086:2530] (rev 04)
00:01.0 PCI bridge [0604]: Intel Corporation 82850 850 (Tehama) Chipset
AGP Bridge [8086:2532] (rev 04)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge
[8086:244e] (rev 04)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801BA ISA Bridge (LPC)
[8086:2440] (rev 04)
00:1f.1 IDE interface [0101]: Intel Corporation 82801BA IDE U100
Controller [8086:244b] (rev 04)
00:1f.2 USB Controller [0c03]: Intel Corporation 82801BA/BAM USB
Controller #1 [8086:2442] (rev 04)
00:1f.3 SMBus [0c05]: Intel Corporation 82801BA/BAM SMBus Controller
[8086:2443] (rev 04)
00:1f.4 USB Controller [0c03]: Intel Corporation 82801BA/BAM USB
Controller #1 [8086:2444] (rev 04)
00:1f.5 Multimedia audio controller [0401]: Intel Corporation
82801BA/BAM AC'97 Audio Controller [8086:2445] (rev 04)
01:00.0 VGA compatible controller [0300]: nVidia Corporation NV11DDR
[GeForce2 MX200] [10de:0111] (rev b2)
02:06.0 PCI bridge [0604]: Hint Corp HB6 Universal PCI-PCI bridge
(non-transparent mode) [3388:0021] (rev 15)
02:07.0 PCI bridge [0604]: Hint Corp HB6 Universal PCI-PCI bridge
(non-transparent mode) [3388:0021] (rev 15)
02:09.0 PCI bridge [0604]: Hint Corp HB6 Universal PCI-PCI bridge
(non-transparent mode) [3388:0021] (rev 15)
02:0a.0 Ethernet controller [0200]: 3Com Corporation 3c905C-TX/TX-M
[Tornado] [10b7:9200] (rev 78)
02:0b.0 SCSI storage controller [0100]: Adaptec Device [9005:0082] (rev 02)
03:08.0 Multimedia video controller [0400]: Internext Compression Inc
iTVC16 (CX23416) MPEG-2 Encoder [:0016] (rev 01)
03:09.0 Multimedia video controller [0400]: Internext Compression Inc
iTVC16 (CX23416) MPEG-2 Encoder [:0016] (rev 01)
04:08.0 Multimedia video controller [0400]: Internext Compression Inc
iTVC16 (CX23416) MPEG-2 Encoder [:0016] (rev 01)
04:09.0 Multimedia video controller [0400]: Internext Compression Inc
iTVC16 (CX23416) MPEG-2 Encoder [:0016] (rev 01)
05:08.0 Multimedia video controller [0400]: Internext Compression Inc
iTVC16 (CX23416) MPEG-2 Encoder [:0016] (rev 01)
05:09.0 Multimedia video controller [0400]: Internext Compression Inc
iTVC16 (CX23416) MPEG-2 Encoder [:0016] (rev 01)


GeForce2 MX200 board is used, so I think that nv driver might work.


Regards,
Hiroyuki



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



Bug#489887: error on adding new attribute

2008-07-21 Thread Jamie Thompson
-original message-
Subject: Re: Bug#489887: error on adding new attribute
From: Fabio Tranchitella [EMAIL PROTECTED]
Date: 21/07/2008 6:57 am

 Hello Jamie,
 
 * 2008-07-20 23:10, Jamie Thompson wrote:
  dn: dc=.
 
 Isn't it strange that your entry has a dn like dc=.? I'd expect something
 like dc=domain or better dc=domain,dc=org.

Well...yes, it is a bit strange, but there is method to this madness. 
Basically, my DNS is pulled out of my LDAP tree, and thus requires a top level 
element for each TLD. I could have achieved this by using multiple trees, but I 
elected to go with a single-tree solution. This requires a root entry, so I 
went with the same as the implicit root used in DNS, namely '.' as in 
'debian.org.'

- Jamie




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



Bug#491536: iceweasel: Impossible to get past click through license dialog

2008-07-21 Thread Mike Hommey
reassign 491536 debian-edu-config
thanks

On Mon, Jul 21, 2008 at 09:03:18AM +0200, Petter Reinholdtsen [EMAIL 
PROTECTED] wrote:
 [Mike Hommey]
  There is supposed to be a /usr/lib/iceweasel/defaults symlink to
  /usr/share/iceweasel/defaults, so the path is supposed to be valid.
  It looks like you have some other package having a defaults
  directory installed. Check what you have there and what package is
  responsible for this.
 
 Yes, this is in debian-edu-config, providing
 /usr/lib/iceweasel/defaults/pref/debian-edu.js.  Should it be stored
 in /usr/share/ instead?  I can move it.  I picked the /usr/lib/ path
 because I believed it was the directory used by iceweasel.

I'd say you should be putting this file in /etc/iceweasel/prefs.

Reassigning this bug to debian-edu-config.

Mike



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



Bug#491296: lintian: 1.24.2 makes a *lot* of noise

2008-07-21 Thread Julien Cristau
On Sun, Jul 20, 2008 at 22:16:32 -0700, Russ Allbery wrote:

 Julien Cristau [EMAIL PROTECTED] writes:
 
  I disagree with this, but that's not really the point.  If lintian wants
  to complain that there are changes outside debian/, then it can do it
  once.  Doing it once for every modified file doesn't bring anything IMO.
  If I want to know which files are modified I can lsdiff foo.diff.gz
  myself.
 
 That I can fix.  Okay, the next release will only show the first five
 messages about long copyright lines and only one tag for all files
 modified outside the patch system.
 
Thanks a lot.  With those changes I'll consider this bug fixed.

Cheers,
Julien



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



Bug#487721: linux-2.6: ipw2200 wrongly claims it can scan for hidden ESSIDs

2008-07-21 Thread maximilian attems
On Mon, 21 Jul 2008, Ben Hutchings wrote:

 I rather suspect that that would not be acceptable upstream!
 
 However, when I reviewed the thread referred to above I realised I had
 not tried the patch that Dan Williams suggested.  Something similar was
 committed as ea177305b321a4127e448b88de20d5792682ace1, between
 2.6.26-rc4 and -rc5.  I applied this to the kernel source package in
 unstable, rebuilt and reloaded ipw2200 and it fixed the bug for me.  So
 I think you can close this in 2.6.26-1.
 
 Ben.

ok cool, added to changelog.
thanks for the info.

-- 
maks



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



Bug#491536: iceweasel: Impossible to get past click through license dialog

2008-07-21 Thread Petter Reinholdtsen
[Mike Hommey]
 I'd say you should be putting this file in /etc/iceweasel/prefs.

This isn't a host specific configuration, it is a extention to the
default, that should be overridable by the local sysadmin by adding
entries in /etc/ if they choose to.  Why should it not use
/usr/share/iceweasel/defaults/?

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#491663: [INTL:nl] Updated debconf templates translation for Dutch

2008-07-21 Thread Thijs Kinkhorst
Package: xorg-server
Version: 2:1.4.2-2
Severity: wishlist
Tags: l10n patch

Hi,

Please find attached an updated debconf translation for Dutch which does 
nothing more than unfuzzy the strings. Would be nice if this could be 
included into Lenny (translation updates usually get freeze exceptions).


thanks,
Thijs


xorg-server_2_1.4.2-1_nl.po
Description: application/gettext


pgpz5nfxTDvuW.pgp
Description: PGP signature


Bug#440602: tinytinyrss (tt-rss) package status

2008-07-21 Thread Arnaud Guiton
Hi!

You proposed to package tiny tiny rss several months ago. As I'm 
really interested in it, I wondered what was the status of the 
package...


Cheers,

-- 
Arnaud


signature.asc
Description: Digital signature


Bug#420556: #420556 partimage-server: server crashes with multiple clients

2008-07-21 Thread Noèl Köthe
Hello,

Am Donnerstag, den 17.07.2008, 14:51 +0200 schrieb Michael Biebl:

 thanks for digging up the links and testing the patch.

No problem. It fixed one of my problems.;)

  The problem could be fixed with 0.6.4-17 and the available
  thread-privilege-fix.patch
  http://partimage.svn.sourceforge.net/viewvc/partimage/trunk/partimage/patches/thread-privilege-fix.patch?view=markuppathrev=30
  
  The patch is included in 0.6.7-1 so the bug could be marked fixed for
  the version in lenny and sid.
 
 Agreed, I'm marking the bug as fixed in 0.6.7-1.
 
  I need to stay on 0.6.4 for some more time because of the clients so I
  built 0.6.4-17 with this patch and got partimage running on lenny again
  without this problem.
 
 It's not a security related or severe enough problem imo to warrant a 
 stable upload.

ACK.

 If there is a demand though, I could provide a backport of 0.6.7-1

Thank you. For me its not needed because I built it for myself and can
give the package interested people.
I will upgrade to 0.6.7 in the next months.

-- 
Noèl Köthe noel debian.org
Debian GNU/Linux, www.debian.org


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#491433: [wnpp] removal of vnc4 has been requested!

2008-07-21 Thread Teodor
On Mon, Jul 21, 2008 at 9:05 AM, WNPP Monitor [EMAIL PROTECTED] wrote:
 The removal of the vnc4 package in Debian has been requested.

 For more information, please read
 http://bugs.debian.org/491450

By reporting the bug against 'ftp.debian.org' you queued the package
(vnc4) for removal but from your message it was not your intention.

This package is still used by many people according to popcon [1].
Please remove the failing arches from the control fields in the next
upload instead of asking for complete removal.

Thanks


[1]  http://qa.debian.org/popcon.php?package=vnc4



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



Bug#491462: closed by Craig Small [EMAIL PROTECTED] (Re: Bug#491462: dh-make: Doesn't understand negative components in version numbers)

2008-07-21 Thread Mark Brown
On Mon, Jul 21, 2008 at 11:52:14AM +1000, Craig Small wrote:
 On Sun, Jul 20, 2008 at 11:56:56PM +0100, Mark Brown wrote:
  Given the function of the package I'd really expect to be able to throw
  any random upstream tarball at it and have it fail only in the face of
  insurmountable errors.  Something like this that's easily dealt with in
  a standard way shouldn't be such an issue.

 It's never going to be able to do that, realistically.

I just gave you an algorithm which would work perfectly well here.  All
I'm saying is that I expect it to make an effort, not that I expect 100%
success.  If you're not even willing to have it try then an alternative
approach, such as allowing the user to explicitly specify the package
name and version, would be a good idea.

-- 
You grabbed my hand and we fell into it, like a daydream - or a fever.



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



Bug#326630: quake2-data -- ROM; useless without a quake2 engine

2008-07-21 Thread Jon Dowland
reassign 326630 ftp.debian.org
retitle 326630 quake2-data -- ROM; useless without a quake2 engine
thank you

Hello,

Please remove quake2-data from the archive. The package
serves no purpose without a corresponding quake2 engine.
We (the games team) have not managed to find a suitable
engine and package it up in time for the freeze.

(If we had done, I would have implemented quake2-data
support into game-data-packager, which imho is a better
technical solution than *-data packages for each game)

Thanks,

-- 
Jon Dowland


signature.asc
Description: Digital signature


Bug#458275: should warzone2100 (beta) be in lenny?

2008-07-21 Thread Jon Dowland
Hello,

Well, it seems upstream didn't freeze or release 2.1 after
all. Since we are about to freeze, the question is, should
warzone2100 in its current state enter Lenny? This bug will
prevent it from doing so.


-- 
Jon Dowland



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



Bug#489887: error on adding new attribute

2008-07-21 Thread Fabio Tranchitella
Hello,

* 2008-07-21 10:00, Jamie Thompson wrote:
  Isn't it strange that your entry has a dn like dc=.? I'd expect something
  like dc=domain or better dc=domain,dc=org.
 
 Well...yes, it is a bit strange, but there is method to this madness.
 Basically, my DNS is pulled out of my LDAP tree, and thus requires a top
 level element for each TLD. I could have achieved this by using multiple
 trees, but I elected to go with a single-tree solution. This requires a
 root entry, so I went with the same as the implicit root used in DNS,
 namely '.' as in 'debian.org.'

I think this is the problem: phpldapadmin doesn't like too much strange
values for the attributes used in the dn (eg. we had problems with commas
in the past).

I'll check if I can provide a patch to solve the issue.

Thanks,

-- 
Fabio Tranchitella http://www.kobold.it
Free Software Developer and Consultant http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



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



Bug#490584: Boot-delay (probably while loading png - graphic)

2008-07-21 Thread Fabian Greffrath
Disabling the background image makes the menu appear only *a little 
bit* faster.


Robert Millan schrieb:

On Sat, Jul 12, 2008 at 11:11:35PM +0200, Christian Meyer wrote:

if background_image /boot/grub/debian-blueish-wallpaper-640x480.png ; then


So it seems that `background_image' is eating your extra time.  Does it boot
faster if you disable it?




--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  [EMAIL PROTECTED]



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



Bug#491451: bugs.debian.org: Missing mail from #489643

2008-07-21 Thread Mark Brown
On Sun, Jul 20, 2008 at 09:40:19PM -0700, Don Armstrong wrote:

 In order for us to have a chance of tracking it down, we need to know
 about it within a week (preferably 24 hours!) of it happening.

 We also need to know the message id, and any and all logs you have
 available.

OK, same position as me.  Like I say, the nature of this bug makes it
very difficult to spot it when it actually happens - I usually notice
it when I (occasionally) trawl my BTS page.

-- 
You grabbed my hand and we fell into it, like a daydream - or a fever.



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



Bug#491536: iceweasel: Impossible to get past click through license dialog

2008-07-21 Thread Mike Hommey
On Mon, Jul 21, 2008 at 10:05:58AM +0200, Petter Reinholdtsen [EMAIL 
PROTECTED] wrote:
 [Mike Hommey]
  I'd say you should be putting this file in /etc/iceweasel/prefs.
 
 This isn't a host specific configuration, it is a extention to the
 default, that should be overridable by the local sysadmin by adding
 entries in /etc/ if they choose to.  Why should it not use
 /usr/share/iceweasel/defaults/?

What you are saying sounds like you really want a conffile. You
can put stuff in /usr/share/iceweasel/defaults/, but why not just
use a conffile ?

Mike



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



Bug#491536: iceweasel: Impossible to get past click through license dialog

2008-07-21 Thread Petter Reinholdtsen
[Mike Hommey]
 What you are saying sounds like you really want a conffile. You
 can put stuff in /usr/share/iceweasel/defaults/, but why not just
 use a conffile ?

To avoid upgrade problems.  The defaults provided by debian-edu-config
are not ment to be edited by sysadmins.  The sysadmin overrides should
stay in separate files, to avoid dpkg questions during upgrades.
Anyway, thank you for the pointers and feedback.  I will move the file
to /usr/share/iceweasel/defaults/.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#491664: ejabberd: problems with using postgresql as backend

2008-07-21 Thread Gerfried Fuchs
Package: ejabberd
Version: 2.0.1-2
Severity: normal

Hi!

 I tried to use postgres through odbc. I did create the database tables
through the sql file available in the sources of ejabberd (would be nice
to have those in the binary package as example file, too).

 I did set up my /etc/odbc.ini accordingly, and can connect through
isql PSQLejabberd ejabberd pass to the database, so the odbc part
works.

 In ejabberd.cfg I change the following settings:

{auth_method, odbc}.
{odbc_server, DSN=PSQLejabberd;UID=ejabberd;PWD=pass}.

 (and the suggested mod_last, mod_offline, mod_roster, mod_vcard to
their _odbc counterpart)

 All I receive is an erl_crash.dump file in /var/log/ejabberd when I try
to start ejabberd after that. As that file isn't that small and I'm not
sure what it might contain I rather refrain from attaching it to the
bugreport - just give me a call if you could need it and you'll receive
it offsite.

 Any suggestions are welcomed.
Rhonda

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.25-2-powerpc
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ejabberd depends on:
ii  adduser3.108 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
ii  erlang-base [erlang-ab 1:12.b.3-dfsg-1   Concurrent, real-time, distributed
ii  erlang-nox 1:12.b.3-dfsg-1   Concurrent, real-time, distributed
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libpam0g   0.99.7.1-6Pluggable Authentication Modules l
ii  libssl0.9.80.9.8g-10.1   SSL shared libraries
ii  openssl0.9.8g-10.1   Secure Socket Layer (SSL) binary a
ii  ucf3.007 Update Configuration File: preserv
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

ejabberd recommends no packages.

-- debconf information:
  ejabberd/nomatch:
* ejabberd/user: admin
* ejabberd/hostname: localhost



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



Bug#483459: aptitude: quick workaround for #483459

2008-07-21 Thread Jens Seidel
On Sun, Jul 20, 2008 at 12:13:37PM -0700, Daniel Burrows wrote:
 On Sun, Jul 20, 2008 at 06:16:20PM +0200, Jarek Kamiński [EMAIL PROTECTED] 
 was heard to say:
  On Sat, Jul 19, 2008 at 02:13:55PM -0700, Daniel Burrows wrote:
   On Sat, Jul 19, 2008 at 05:47:47PM +0200, Jarek Kamiński [EMAIL 
   PROTECTED] was heard to say:
 Anyway, the attached file should work.
  
  Could you upload my version? It has strings with Polish quotes
  (,,blah''). Gzipped to not mess with text encoding.
 
   Hm, so Polish uses different leading quotes?  Only the upper

Every language uses different quotes! You cannot consider ''...'' to be
proper quotes, right? Look into books (even English ones), you will not
find ''...'' there. Common quotes are e.g. »...« or «...» but UTF-8
contains also quotes which look like ,,...'' (same for ''..'').

The ASCII stuff looks ugly and no typographic rule would suggest these.

 double-quotes need special escaping because they have a special meaning

 was escaped to \ in the Polish file. If this is not right, please
document how to escape it.

 in the apt syntax -- you can write the lower double-quotes in literally.
 If you don't see what I mean, copy the file I posted into
 /usr/share/aptitude and see how the section descriptions look from
 inside the program.

Jens



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



Bug#405149: hylafax-server: faxinfo and other utils always exit(0), even on erros

2008-07-21 Thread Giuseppe Sacco
package hylafax-server
reopen 405249
thanks

As pointed out by the submitter, the previous upload fixed only a part of this 
bug.
Paolo, could you please list all binaries that need to be fixed?

Thanks,
Giuseppe




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



Bug#491665: ITP: supervisor -- system for controlling process state

2008-07-21 Thread Anders Hammarquist
Package: wnpp
Severity: wishlist
Owner: Anders Hammarquist [EMAIL PROTECTED]

* Package name: supervisor
  Version : 3.0a6
  Upstream Author : Chris McDonough/Agendaless Consulting
* URL : http://supervisord.org/
* License : BSD-like (http://www.repoze.org/LICENSE.txt)
  Programming Lang: Python
  Description : system for controlling process state

Supervisor is a system for controlling and maintaining process state,
similar to what init does, but not intended as an init replacement.

It will manage individual processess or groups of processes that
need to be started and stopped in order, and it is possible to
control individual process state via an rpc mechanism, thus allowing
ordinary users to restart processes.



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



Bug#491233: [Pkg-nagios-devel] Bug#491233: nagios-plugins: check_ldap should use version 3 of slapd protocol

2008-07-21 Thread Jan Wagner
Hi Michel,

On Monday 21 July 2008 08:24, Michel Grentzinger wrote:
  Anyways ... when installing a check against a ldap server leads you to
  have a look into /etc/nagios-plugins/config/ldap.cfg (hopefully). If you
  see there also a check_ldap(s)3 check, I guess you will imagine, that
  there is a different to the 'normal' check and investigate further and
  then choose the correct check for your existing ldap server.
  So I consider strongly to add additional checks for testst against
  ldapv3.

 Ok. But for the future, is there any other solution ?

 We have 3 solutions :
 - check both v2 and v3 in tne main scirpt check_ldap,

you are talking about modifying the script to check at first v3 and if that 
fails check v2? Sounds a bit overkill for me.

 - add a check_ldap3,

That is, what I have planned to do.

 - add a argument to check_ldap,
 - create a script which migrate old Nagios installation and change v2 to v3
 is LDAP uses v3 (allow bind_v2 is not present).

Both will break existing installations using check_ldap command definition! 
This is for me no option we have.

 I have a preference for the first of them. Could we have the opinion of
 Nagios packaging team ?

As member of it and the guy who is actually doing the most work on 
nagios-plugins, I have planned to add a check_ldap3 command definition. I 
think I declared why.

With kind regards, Jan.
-- 
Never write mail to [EMAIL PROTECTED], you have been warned!
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE
Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++
--END GEEK CODE BLOCK--


pgpmBmy2nR6L4.pgp
Description: PGP signature


Bug#491667: ITP: python-meld3 -- an HTML/XML templating system

2008-07-21 Thread Anders Hammarquist
Package: wnpp
Severity: wishlist
Owner: Anders Hammarquist [EMAIL PROTECTED]

* Package name: python-meld3
  Version : 0.6.4
  Upstream Author : hris McDonough [EMAIL PROTECTED]
* URL : http://plope.com/software/meld3/
* License : Zope Public License
  Programming Lang: Python
  Description : an HTML/XML templating system

meld3 is an HTML/XML templating system for Python 2.3+ which
keeps template markup and dynamic rendering logic separate from
one another. See http://www.entrian.com/PyMeld for a treatise
on the benefits of this pattern.

supervisor (see other ITP) depends on this package.



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



Bug#491668: rsyslog does not create a system user like sysklogd

2008-07-21 Thread Thilo Six
Package: rsyslog
Version: 3.16.2-1~Xk2c1
Severity: important

*** Please type your report below this line ***

I have rebuild rsyslog from source on ubuntu hardy and used it as replacement
for sysklogd since debian switched to it  as default.
I now came across a difference between sysklogd and rsyslog. The former does
create a system user which owns the logfiles the later not.
That resulted in logfiles been owned by dnsmasq here because:
1. i purged sysklogd, the system user got removed.
2. installed rsyslog, not creating a user.
3. installed dnsmasq which created a new system user with the first free uid
   which was 101.

I think to be a fully drop in replacement for sysklogd, rsyslog has to create
the same system user as sysklogd.

-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500,
'hardy-proposed'), (500, 'hardy')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-19-generic (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rsyslog depends on:
ii  libc62.7-10ubuntu3   GNU C Library: Shared libraries
ii  lsb-base 3.2-4ubuntu1Linux Standard Base 3.2 init scrip
ii  zlib1g   1:1.2.3.3.dfsg-7ubuntu1 compression library - runtime

Versions of packages rsyslog recommends:
ii  logrotate 3.7.1-3Log rotation utility

-- no debconf information

-- 
bye Thilo

key: 0x4A411E09



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



Bug#491233: [Pkg-nagios-devel] Bug#491233: Bug#491233: nagios-plugins: check_ldap should use version 3 of slapd protocol

2008-07-21 Thread Alexander Wirt
Jan Wagner schrieb am Monday, den 21. July 2008:

 Hi Michel,
 
 On Monday 21 July 2008 08:24, Michel Grentzinger wrote:
   Anyways ... when installing a check against a ldap server leads you to
   have a look into /etc/nagios-plugins/config/ldap.cfg (hopefully). If you
   see there also a check_ldap(s)3 check, I guess you will imagine, that
   there is a different to the 'normal' check and investigate further and
   then choose the correct check for your existing ldap server.
   So I consider strongly to add additional checks for testst against
   ldapv3.
 
  Ok. But for the future, is there any other solution ?
 
  We have 3 solutions :
  - check both v2 and v3 in tne main scirpt check_ldap,
 
 you are talking about modifying the script to check at first v3 and if that 
 fails check v2? Sounds a bit overkill for me.
 
  - add a check_ldap3,
 
 That is, what I have planned to do.
 
  - add a argument to check_ldap,
  - create a script which migrate old Nagios installation and change v2 to v3
  is LDAP uses v3 (allow bind_v2 is not present).
 
 Both will break existing installations using check_ldap command definition! 
 This is for me no option we have.
 
  I have a preference for the first of them. Could we have the opinion of
  Nagios packaging team ?
 
 As member of it and the guy who is actually doing the most work on 
 nagios-plugins, I have planned to add a check_ldap3 command definition. I 
 think I declared why.
I agree here. Changing the existing definition it not something we want.

Alex




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



Bug#491666: postr: Should make it possible to rearrange photos before upload

2008-07-21 Thread Michael Banck
Package: postr
Version: 0.12.2-1
Severity: wishlist

Hi,

I wasn't able to drag 'n drop photos around on the sidepane, thus was
not able to rearrange them prior to upload.  As one cannot rearrange
photos in the Flickr photostream either (AFAIK), this looks like
something which would be nice to have, especially in combination with
the bug I just filed about photos getting removed even on unsuccessful
uploads (if I then add them again, they're on the end of the set, while
they belong to the beginning).

Maybe I'm missing something here, feel free to close this bug then.


Michael



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



Bug#486136: epiphany-browser: passwords lost !

2008-07-21 Thread Xavier Bestel
On Mon, 2008-07-07 at 16:34 +0200, Josselin Mouette wrote:
 Le lundi 07 juillet 2008 à 16:23 +0200, Xavier Bestel a écrit :
  Hi,
  
  any chance of seeing that bug fixed soon ?
 
 It’s just awaiting to be uploaded, but the release team asked to hold
 for now until the xulrunner transition is complete.

Hi,

I see 2.22.3-1 has some changes in 04_proxy_password.patch which could
relate to this problem, but it's still not fixed for me.

Xav





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



Bug#423919: texlive-latex-extra: please include current upstream version of g-brief

2008-07-21 Thread Norbert Preining
On So, 20 Jul 2008, Martin Wilck wrote:
 It seems that a Debian patch is just waiting for inclusion.

Aehm, AFAIR (not at my computer) the patch *is* included and g-brief
should work.

Did you actually try and find misbehaviour?

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of Technology
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
SCAMBLEBY (n.)
A small dog which resembles a throw-rug and appears to be dead.
--- Douglas Adams, The Meaning of Liff



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



Bug#491669: tasksel: Please add kpowersave to KDE laptop task

2008-07-21 Thread Frans Pop
Package: tasksel
Severity: wishlist
Version: 2.74.2

With kdeutils 4:3.5.9-2 the depends from kdeutils on klaptopdaemon | 
kpowersave has been changed to a _recommends_ on kpowersave alone. 
Reason is that kloptopdaemon does not work correctly with current kernels 
(uses no longer available info from /proc).

Although kpowersave probably is suitable for desktop systems too (e.g. for 
automatic standby after X time idle), I'm not sure that it should be 
installed on them by default as kpowersave will get loaded automatically 
if installed (can be disabled).

However, it should be installed by default on laptops. I don't think 
separate laptop tasks have been created yet for the different desktops, 
but this would seem to be a good reason to create a KDE laptop task.
If not, then it should probably be added to the KDE desktop task.


signature.asc
Description: This is a digitally signed message part.


Bug#491670: libdvdread3: typo in changelog.Debian.gz

2008-07-21 Thread Paul Menzel
Subject: libdvdread3: typo in changelog.Debian.gz
Package: libdvdread3
Version: 0.9.7-11
Severity: minor

*** Please type your report below this line ***

Dear DDs,


reading the changelog I found a small typo.

s/recomments/recommends/


Thanks,

Paul


PS: I wanted to create a patch, but I was not able to clone the git
repository.

$ git clone git://git.debian.net/git/libdvdread
Initialized empty Git repository in /tmp/libdvdread/.git/
remote: Counting objects: 431, done.
remote: Compressing objects: 100% (410/410), done.
remote: Total 431 (delta 238), reused 0 (delta 0)
Receiving objects: 100% (431/431), 544.08 KiB | 932 KiB/s, done.
Resolving deltas: 100% (238/238), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

$ git --version
git version 1.5.6.3

Maybe this is related to [1]?


[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472817

-- Package-specific info:

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

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

Versions of packages libdvdread3 depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries

Versions of packages libdvdread3 recommends:
pn  libdvdnav4none (no description available)

Versions of packages libdvdread3 suggests:
pn  libdvdcss2none (no description available)

-- no debconf information


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#491654: gcc-4.3: _Bool isn't wide enough.

2008-07-21 Thread Bastian Blank
On Sun, Jul 20, 2008 at 11:32:28PM -0700, Nick Lewycky wrote:
 In C99, _Bool is required to map to one of the unsigned types (6.2.5/6).

Please quote the standard. I read something different there.

 However, GCC rejects the following (admittedly unethical) snippet:
   struct S7 {
 _Bool D : 8;
   } s7 = { 1 };
 with the error:
   unethical.c:2: error: width of `D' exceeds its type

Then read §6.2.5 2):
| An object declared as type _Bool is large enough to store the values 0
| and 1.

So it can store at most one bit of information, not 8 as requested.

Bastian

-- 
No more blah, blah, blah!
-- Kirk, Miri, stardate 2713.6


signature.asc
Description: Digital signature


Bug#491664: [SPAM] - Bug#491664: ejabberd: problems with using postgresql as backend - Bayesian Filter detected spam

2008-07-21 Thread Sergei Golovan
On 7/21/08, Gerfried Fuchs [EMAIL PROTECTED] wrote:

   I tried to use postgres through odbc. I did create the database tables
  through the sql file available in the sources of ejabberd (would be nice
  to have those in the binary package as example file, too).

I'll add it to examples.


   All I receive is an erl_crash.dump file in /var/log/ejabberd when I try
  to start ejabberd after that. As that file isn't that small and I'm not
  sure what it might contain I rather refrain from attaching it to the
  bugreport - just give me a call if you could need it and you'll receive
  it offsite.

Could you show the first few lines of erl_crash.dump (a slogan could
be helpful) and a content of /var/log/ejabberd/sasl.log and
/var/log/ejabberd/ejabberd.log?

Also, could you try to start ejabberd attached to the terminal (just
run /usr/sbin/ejabberd as ejabberd user) and show the results (if
there's something interesting)?

 -- System Information:
 Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
 Architecture: powerpc (ppc)

It wouldn't be a big surprise to me if erlang odbc driver fails to
work on powerpc architecture. I bet it was never testing on it
thorouhly.

Cheers!
-- 
Sergei Golovan



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



Bug#491672: since i installed rsyslog /var/log/syslog.0 did not got logrotated

2008-07-21 Thread Thilo Six
Subject: since i installed rsyslog /var/log/syslog.0 did not got logrotated
Package: rsyslog
Version: 3.16.2-1~Xk2c1
Severity: normal

*** Please type your report below this line ***
I have installed rsyslog from source on ubuntu hardy.
Formally i used sysklogd as systemlogger.

Since then the files '/var/log/messages.0' and '/var/log/syslog.0' did not
got rotated. It seems to me rsyslog does not use those '*.0' files and
instead uses '*.1' as the first rotated logfile.

This leaves crap behind when upgrading from sysklogd to rsyslog.
The numbering sheme doesn't really matter to me but please add a little
script that rotates '*.0' if it already exists.

-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500,
'hardy-proposed'), (500, 'hardy')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-19-generic (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rsyslog depends on:
ii  libc62.7-10ubuntu3   GNU C Library: Shared libraries
ii  lsb-base 3.2-4ubuntu1Linux Standard Base 3.2 init scrip
ii  zlib1g   1:1.2.3.3.dfsg-7ubuntu1 compression library - runtime

Versions of packages rsyslog recommends:
ii  logrotate 3.7.1-3Log rotation utility

-- no debconf information

-- 
bye Thilo

key: 0x4A411E09




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



Bug#477060: Bug#491354: Handling of RC licensing bugs in TeXLive

2008-07-21 Thread Norbert Preining
Hi all,

I might add one point:

On So, 20 Jul 2008, Frank K�ster wrote:
 #477060, amslatex license; Source Package: texlive-base

Removing amslatex would severly reduce the usability of TeX on Debian.
Nowadays practically all articles using some formulas are using amslatex
packages, and this is so recommended in most documentations (giving
better spacing etc).

Best wishes

Norbert

---
Dr. Norbert Preining [EMAIL PROTECTED]Vienna University of Technology
Debian Developer [EMAIL PROTECTED] Debian TeX Group
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
BOLSOVER
One of those brown plastic trays with bumps on, placed upside down in
boxes of chocolates to make you think you're-getting two layers.
--- Douglas Adams, The Meaning of Liff



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



Bug#491653: gcc-4.3: misoptimization of 64-bit bitfield when not byte aligned

2008-07-21 Thread Bastian Blank
On Sun, Jul 20, 2008 at 11:14:10PM -0700, Nick Lewycky wrote:
 This testcase produces different output depending on whether -O1 or -O2 is
 specified.

The testcase is wrong. Please produce a _minimal_ variant, it even shows
the same behaviour without bitfields.

Please explain what exactly the following is suposed to do:
| *(1+(uint64_t *) x)

x includes no unit64_t at this address, but bitfields, a different type.
So this is an aliasing violation.

Bastian

-- 
Ahead warp factor one, Mr. Sulu.


signature.asc
Description: Digital signature


Bug#477458: closed by Nicolas FRANCOIS (Nekral) [EMAIL PROTECTED] (Bug#477458: fixed in po4a 0.34-1)

2008-07-21 Thread Jens Seidel
Hi Nicolas,

On Sun, Jul 20, 2008 at 07:48:15PM +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the po4a package:
 
 #477458: po4a: Wrong exit status
 
 It has been closed by Nicolas FRANCOIS (Nekral) [EMAIL PROTECTED].

thanks for fixing it. I think it would make sense to get this version in
Lenny. Since you used only a low priority for the upload you will miss
the freeze.

If this would be part of Lenny it would allow us to remove generated
SGML files for some DDP documents such as Release Notes from Subversion
repository. Currently it will not be possible because of this broken
pipe error.

Could you please contact the release team to push it into Lenny?

Jens



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



Bug#483459: aptitude: quick workaround for #483459

2008-07-21 Thread Jens Seidel
On Mon, Jul 21, 2008 at 10:31:08AM +0200, Jens Seidel wrote:
 On Sun, Jul 20, 2008 at 12:13:37PM -0700, Daniel Burrows wrote:
  On Sun, Jul 20, 2008 at 06:16:20PM +0200, Jarek Kamiński [EMAIL 
  PROTECTED] was heard to say:
   On Sat, Jul 19, 2008 at 02:13:55PM -0700, Daniel Burrows wrote:
On Sat, Jul 19, 2008 at 05:47:47PM +0200, Jarek Kamiński [EMAIL 
PROTECTED] was heard to say:
  Anyway, the attached file should work.
   
   Could you upload my version? It has strings with Polish quotes
   (,,blah''). Gzipped to not mess with text encoding.
  
Hm, so Polish uses different leading quotes?  Only the upper
 
 Every language uses different quotes! You cannot consider ''...'' to be
 proper quotes, right? Look into books (even English ones), you will not
 find ''...'' there. Common quotes are e.g. »...« or «...» but UTF-8
 contains also quotes which look like ,,...'' (same for ''..'').
 
 The ASCII stuff looks ugly and no typographic rule would suggest these.

'' will be converted into . Still not the optimal typographic solution
but less worse.

  double-quotes need special escaping because they have a special meaning
 
  was escaped to \ in the Polish file. If this is not right, please
 document how to escape it.

Ah, I found your comments recently added to aptitude-defaults*. Thanks!

Jens



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



Bug#491673: squidguard: url blocking with hostnames not working

2008-07-21 Thread Benoît Guérin
Package: squidguard
Version: 1.2.0-8.2
Severity: important
Tags: patch


If you want to block, says, http://10.10.10.10/index.html, no problem it works
But if you want to block http://boo.far.com/index.html, then it does not work 
!!!
Of course these two examples are urls, so written to an urls file, with the 
corresponding
urllist category/urls configuration part in squidGuard.conf

Here you can find this bug on the upstream bugtracker :
http://www2.squidguard.org/cgi-bin/bugs/show_bug.cgi?id=4

It has been fixed, the patch is available here :
http://www2.squidguard.org/cgi-bin/aeget/squidGuard.1.3.C15/?aepatch+compat=4.22.D005


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable'), (980, 'stable'), (970, 'testing'), (960, 
'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages squidguard depends on:
ii  debconf [debconf-2.0]   1.5.11etch1  Debian configuration management sy
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libdb4.34.3.29-8 Berkeley v4.3 Database Libraries [
ii  liburi-perl 1.35-2   Manipulates and accesses URI strin
ii  libwww-perl 5.805-1  WWW client/server library for Perl
ii  perl5.8.8-7etch3 Larry Wall's Practical Extraction 
ii  squid   2.6.5-6etch1 Internet Object Cache (WWW proxy c

squidguard recommends no packages.

-- debconf information:
  squidguard/db:
  squidguard/dbreload: true





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



Bug#447007: wavsplit: Doesn't support files larger than 2 GB.

2008-07-21 Thread Sam Morris
Can someone please NMU this package--or suggest an alternative that will
make it into lenny?

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


signature.asc
Description: This is a digitally signed message part


Bug#488931: Giving the package to Sandro

2008-07-21 Thread Alexandru Munteanu
Hello,

On 21:41 Sun 20 Jul , Francois Marier wrote:
 Just for the record, I did reply to Sandro (but forgot to CC the bug) saying
 that the package is all his if he still wants it.

Thank you.

Also for the record, the release of mp3splt is delayed because I'm
having some trouble with the plugin system.

 Francois

-- 
Alex




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



Bug#458928: Re: Bug#458928: perlindex: Some vendor directories missing in search path

2008-07-21 Thread Slaven Rezic

gregor herrmann wrote:

On Thu, 03 Jan 2008 19:10:00 +0100, Slaven Rezic wrote:

  

See bug report at RT (with patch):
http://rt.cpan.org/Ticket/Display.html?id=32068



As far as I can see this bug does not apply to the Debian package,
which uses a patch to read the relevant directories from a config
file.

  

/usr/lib/perl5 is not scanned and indexed on my system:

$ sudo /usr/bin/perlindex -index | grep Scanning
Scanning /usr/share/perl/5.8 ...
Scanning /usr/lib/perl/5.8 ...
Scanning /usr/local/share/perl/5.8.8 ...
Scanning /usr/share/perl5 ...
Scanning /usr/bin ...
Scanning /usr/local/lib/perl/5.8.8 ...

$ perl '-V:installvendorarch.*'
installvendorarch='/usr/lib/perl5';

installvendorscript is not a problem on Debian, as installvendorscript 
the same path like installscript.


(/etc/perl, which is part of @INC is also not indexed, but I guess there 
are no Pods to be expected here)


Regards,
   Slaven




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



Bug#491674: svn: Unable to find repository location for '*' in revision x

2008-07-21 Thread Paul Menzel
Subject: svn: Unable to find repository location for '*' in revision x
Package: subversion
Version: 1.5.0dfsg1-4
Severity: normal

*** Please type your report below this line ***

Dear DDs,


I am a little confused. In my project I deleted a file file.tex in r221.

$ LANG=C svn log -vr 221

r221 | x | *** | * lines
Changed paths:
   D /a/file.tex

Later I wanted to undo this change and tried to follow [1].

But I got the following error.

$ LANG=C svn cp --revision 220 https://server/svn/z/a/file.tex .
svn: Unable to find repository location for 'https://server/svn/z/a/file.tex' 
in revision 220

Strangely yesterday the path looked a bit different.

svn: »/svn/z/!svn/bc/244/a/file.tex« Pfad nicht gefunden

Then I commited a change r245 and got with log.

$ svn log --revision 219 https://server/svn/z/a/file.tex
svn: »/svn/a/!svn/bc/245/a/file.tex« Pfad nicht gefunden

See how svn tries to look under path with the *current* revision number.
Maybe there is the culprit.

Anyway, after recreating the file manually I remembered to have access
to a different machine with a subversion package from etch. Everything
worked there as expected.

$ LANG=C dpkg -l libsvn1
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libsvn11.4.4dfsg1-1   Shared libraries used by Subversion

$ svn cp --revision 220 https://server/svn/z/a/file.tex .
A file.tex


Do you have an idea, what might be the problem?


Thanks,

Paul


[1] http://svnbook.red-bean.com/en/1.0/ch04s04.html (Resurrecting
Deleted Items)

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

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

Versions of packages subversion depends on:
ii  libapr1  1.2.12-4The Apache Portable Runtime Librar
ii  libc62.7-12  GNU C Library: Shared libraries
ii  libsasl2-2   2.1.22.dfsg1-21 Cyrus SASL - authentication abstra
ii  libsvn1  1.5.0dfsg1-4Shared libraries used by Subversio

subversion recommends no packages.

Versions of packages subversion suggests:
pn  db4.6-utilnone (no description available)
ii  patch 2.5.9-5Apply a diff file to an original
pn  subversion-tools  none (no description available)

-- no debconf information


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#491676: ALSA support apparently disabled in kvm

2008-07-21 Thread Mehdi Tibouchi
Package: kvm
Version: 71+dfsg-1
Severity: normal

Kvm is apparently no longer built with --enable-alsa (cf. bug #457536):

nagato ~ $ kvm -audio-help | grep ^Name
Name: oss
Name: none
Name: wav

-- Package-specific info:


selected information from lshal(1):



/proc/cpuinfo:

processor   : 0
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Quad CPUQ6600  @ 2.40GHz
stepping: 11
cpu MHz : 3005.663
cache size  : 4096 KB
physical id : 0
siblings: 4
core id : 0
cpu cores   : 4
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall lm 
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr lahf_lm
bogomips: 6015.75
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Quad CPUQ6600  @ 2.40GHz
stepping: 11
cpu MHz : 3005.663
cache size  : 4096 KB
physical id : 0
siblings: 4
core id : 1
cpu cores   : 4
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall lm 
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr lahf_lm
bogomips: 6011.33
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 2
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Quad CPUQ6600  @ 2.40GHz
stepping: 11
cpu MHz : 3005.663
cache size  : 4096 KB
physical id : 0
siblings: 4
core id : 2
cpu cores   : 4
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall lm 
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr lahf_lm
bogomips: 6011.36
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:

processor   : 3
vendor_id   : GenuineIntel
cpu family  : 6
model   : 15
model name  : Intel(R) Core(TM)2 Quad CPUQ6600  @ 2.40GHz
stepping: 11
cpu MHz : 3005.663
cache size  : 4096 KB
physical id : 0
siblings: 4
core id : 3
cpu cores   : 4
fpu : yes
fpu_exception   : yes
cpuid level : 10
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall lm 
constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx est tm2 
ssse3 cx16 xtpr lahf_lm
bogomips: 6011.37
clflush size: 64
cache_alignment : 64
address sizes   : 36 bits physical, 48 bits virtual
power management:




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

Kernel: Linux 2.6.25-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kvm depends on:
ii  adduser3.108 add and remove users and groups
ii  bridge-utils   1.4-4 Utilities for configuring the Linu
ii  iproute20080417-1networking and traffic control too
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libgnutls262.4.1-1   the GNU TLS library - runtime libr
ii  libncurses55.6+20080713-1shared libraries for terminal hand
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  python 2.5.2-1   An interactive high-level object-o
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages kvm recommends:
ii  linux-image-2.6.22-3-amd64 [l 2.6.22-6   Linux 2.6.22 image on AMD64
ii  linux-image-2.6.22medtib1 [li medtib.1   Linux kernel binary image for vers
ii  linux-image-2.6.24-1-amd64 [l 2.6.24-5   Linux 2.6.24 image on AMD64
ii  linux-image-2.6.25-2-amd64 [l 2.6.25-7   Linux 2.6.25 image on AMD64

Versions of packages kvm suggests:
ii  debootstrap   1.0.10 Bootstrap a basic Debian system
ii  hal   0.5.11-2   Hardware Abstraction Layer
ii  

Bug#491664: ejabberd: problems with using postgresql as backend - Bayesian Filter detected spam

2008-07-21 Thread Gerfried Fuchs
* Sergei Golovan [EMAIL PROTECTED] [2008-07-21 11:05:46 CEST]:
 On 7/21/08, Gerfried Fuchs [EMAIL PROTECTED] wrote:
I tried to use postgres through odbc. I did create the database tables
   through the sql file available in the sources of ejabberd (would be nice
   to have those in the binary package as example file, too).
 
 I'll add it to examples.

 Thanks.

All I receive is an erl_crash.dump file in /var/log/ejabberd when I try
   to start ejabberd after that. As that file isn't that small and I'm not
   sure what it might contain I rather refrain from attaching it to the
   bugreport - just give me a call if you could need it and you'll receive
   it offsite.
 
 Could you show the first few lines of erl_crash.dump (a slogan could
 be helpful) and a content of /var/log/ejabberd/sasl.log and
 /var/log/ejabberd/ejabberd.log?

 sasl.log and ejabberd.log only contains stuff from starting previous to
my changes to ejabberd.cfg.

 The first linkes from the dump are:

#v+
=erl_crash_dump:0.1
Mon Jul 21 10:43:25 2008
Slogan: Kernel pid terminated (application_controller) 
({application_start_failure,kernel,{shutdown,{kernel,start,[normal,[]]}}})
System version: Erlang (BEAM) emulator version 5.6.3 [source] [async-threads:0] 
[kernel-poll:true]
Compiled: Wed Jun 18 07:45:21 2008
Atoms: 4118
#v-

 Also, could you try to start ejabberd attached to the terminal (just
 run /usr/sbin/ejabberd as ejabberd user) and show the results (if
 there's something interesting)?

#v+
[EMAIL PROTECTED]:~$ /usr/sbin/ejabberd
Erlang (BEAM) emulator version 5.6.3 [source] [async-threads:0] 
[kernel-poll:false]

Eshell V5.6.3  (abort with ^G)
([EMAIL PROTECTED])1 
=INFO REPORT 21-Jul-2008::11:38:37 ===
application: ejabberd
exited: {bad_return,
{{ejabberd_app,start,[normal,[]]},
 {'EXIT',
 {badarg,
 [{ejabberd_check,'-get_db_used/0-fun-0-',2},
  {ejabberd_check,get_db_used,0},
  {ejabberd_check,check_database_modules,0},
  {ejabberd_app,start,2},
  {application_master,start_it_old,4}]
type: temporary
#v-

  -- System Information:
  Debian Release: lenny/sid
   APT prefers testing
   APT policy: (500, 'testing')
  Architecture: powerpc (ppc)
 
 It wouldn't be a big surprise to me if erlang odbc driver fails to
 work on powerpc architecture. I bet it was never testing on it
 thorouhly.

 That's a pitty then because that's the only way you offer it. Do you
guess it might be an endianness bug? There are other architectures that
would also be affected by that.

 Could you maybe be so kind to offer the direct postgres modules instead
of requiring people to use odbc for a workaround?

 My jabber-ID is btw. [EMAIL PROTECTED] if you want to get in
more direct contact. That is running on a different system using a
different server so it's not affected by the problem. ;)

 So long,
Rhonda
P.S.: Interesting that your spam system tagged the bugreport as spam.
   Can you investigate what did that and maybe repair it? I am not so
   much worried about my own bugreports but maybe others that might end
   up in your spam box?



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



Bug#491586: setting package to vdr-plugin-sky vdr-plugin-examples vdr-dev vdr vdr-dbg, tagging 491586

2008-07-21 Thread Thomas Schmidt
# Automatically generated email from bts, devscripts version 2.10.33
# via tagpending 
#
# vdr (1.6.0-6) UNRELEASED; urgency=low
#
#  * Fixed bashism in debian/rules (Closes: #491586) 

package vdr-plugin-sky vdr-plugin-examples vdr-dev vdr vdr-dbg
tags 491586 + pending




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



Bug#491675: : French debconf templates translation

2008-07-21 Thread Julien Patriarca
Package: libwiki-toolkit-perl
Version: N/A
Severity: wishlist
Tags: patch l10n



*** 
/home/julien/traductions/po-debconf/todo/libwiki-toolkit-perl/patch-translate.txt
 Please find attached the French debconf templates translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put as debian/po/fr.po in your package build tree


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (802, 'stable'), (800, 'stable'), (90, 
'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
# Translation of libwiki-toolkit-perl debconf templates to French
# Copyright (C) 2008 Julien Patriarca [EMAIL PROTECTED]
# This file is distributed under the same license as the libwiki-toolkit-perl 
package.
#
# Julien Patriarca [EMAIL PROTECTED], 2008.
#
msgid 
msgstr 
Project-Id-Version: libwiki-toolkit-perl\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-07-13 18:59+0100\n
PO-Revision-Date: 2008-07-15 23:23+0100\n
Last-Translator: Julien Patriarca [EMAIL PROTECTED]\n
Language-Team: French [EMAIL PROTECTED]\\n 
[EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: French\n
X-Poedit-Country: FRANCE\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Install version of Wiki::Toolkit requiring schema upgrade?
msgstr Faut-il mettre Wiki::Toolkit à niveau ?

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
You are about to install a version of Wiki::Toolki which requires a database 
schema upgrade. Until you have run the upgrade procedure on Wiki::Toolkit 
databases, this will cause applications using Wiki::Toolkit to stop working.
msgstr 
Vous êtes sur le point d'installer une version de Wiki::Toolkit qui impose 
une mise à jour du schéma de la base de données. Tant que cette mise à jour 
n'aura pas eu lieu, les applications qui utilisent Wiki::Toolkit ne 
fonctionneront pas.

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
If your Wiki::Toolkit application installed an upgrade hook, this upgrade 
procedure will optionally run these hooks to automatically upgrade the 
database(s) belonging to this application.
msgstr 
Si une application qui utilise Wiki::Toolkit a installé un point d'entrée 
pour un script de mise à niveau (« upgrade hook »), ce script sera exécuté 
automatiquement et mettra à niveau les bases de données de l'application.

#. Type: boolean
#. Description
#: ../templates:2001
msgid Automatically upgrade Wiki::Toolkit databases?
msgstr Mettre à jour automatiquement les bases de données de Wiki::Toolkit ?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Upgrade hooks provided by Wiki::Toolkit applications have been found. They 
can be run after the package upgrade completes to automatically upgrade the 
relevant databases.
msgstr 
Des points d'entrée pour scripts de mises à niveau d'applications utilisant 
Wiki::Toolkit ont été trouvés. Ces scripts peuvent être exécutés après la 
mise à jour du paquet pour mettre à niveau les bases de données de ces 
applications.

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
It is recommended that you backup your Wiki::Toolkit databases before 
upgrading them.
msgstr 
Vous devriez sauvegarder les bases de données Wiki::Toolkit avant de les 
mettre à jour.


Bug#491678: keyword search is broken

2008-07-21 Thread Paul van Tilburg
Package: galeon
Version: 2.0.6-1
Severity: normal

Galeon 2.0.5 and 2.0.6 no longer seem to report keyword searches.
This problem has arisen before when Galeon was updated for a new
Xulrunner.  

How to reproduce:
* Make sure keyword searching is enabled via about:config
  (keyword.enabled setting).
* Enter foo bar in the location bar.
* A dialog box is shown with the error:
  The URL is not valid and cannot be loaded.

Kind regards,
Paul

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (102, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18-4-powerpc
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages galeon depends on:
hi  galeon-common  2.0.6-1   GNOME web browser for advanced use
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libgcc11:4.3.1-6 GCC support library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
ii  libgnome-desktop-2 2.22.3-1  Utility library for loading .deskt
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomeui-0   2.20.1.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-4GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.11-1 The GTK+ graphical user interface 
ii  libnspr4-0d4.7.1-3   NetScape Portable Runtime Library
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libstdc++6 4.3.1-6   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  procps 1:3.2.7-8 /proc file system utilities
ii  xulrunner-1.9  1.9~rc2-5 XUL + XPCOM application runner

Versions of packages galeon recommends:
ii  gnome-control-center1:2.22.2.1-1 utilities to configure the GNOME d
ii  gnome-icon-theme2.22.0-1 GNOME Desktop icon theme
ii  iso-codes   3.1-1ISO language, territory, currency,
ii  rarian-compat [scrollkeeper 0.8.0-1  Rarian is a documentation meta-dat
ii  yelp2.22.1-3 Help browser for GNOME 2

Versions of packages galeon suggests:
pn  mozpluggernone (no description available)

-- no debconf information



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



Bug#491677: linux-image-2.6.25-2-powerpc: suspend broken with 2.6.25 on an iBook G4

2008-07-21 Thread Philipp Kern
Package: linux-image-2.6.25-2-powerpc
Version: 2.6.25-6
Severity: normal

Since the upgrade to 2.6.25 suspend is broken on my iBook G4.  Suspend
on 2.6.24 works well.

When coming back from sleep it shows something along the lines of
Freezing user space processes and the last line shown is Suspending
console(s) with a timestamp.  As this should be the last output before
sleep I think that the kernel somehow misses the wake-up and locks
itself to the state before it supposedly called the PMU to initiate
the sleep.

-- Package-specific info:

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.24-1-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.25-2-powerpc depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92e  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

linux-image-2.6.25-2-powerpc recommends no packages.

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.25-2-powerpc/preinst/lilo-initrd-2.6.25-2-powerpc: true
  linux-image-2.6.25-2-powerpc/postinst/bootloader-test-error-2.6.25-2-powerpc:
  linux-image-2.6.25-2-powerpc/preinst/abort-install-2.6.25-2-powerpc:
  linux-image-2.6.25-2-powerpc/preinst/elilo-initrd-2.6.25-2-powerpc: true
  linux-image-2.6.25-2-powerpc/preinst/lilo-has-ramdisk:
  linux-image-2.6.25-2-powerpc/preinst/initrd-2.6.25-2-powerpc:
  linux-image-2.6.25-2-powerpc/postinst/old-system-map-link-2.6.25-2-powerpc: 
true
  linux-image-2.6.25-2-powerpc/preinst/overwriting-modules-2.6.25-2-powerpc: 
true
  linux-image-2.6.25-2-powerpc/postinst/depmod-error-initrd-2.6.25-2-powerpc: 
false
  linux-image-2.6.25-2-powerpc/preinst/bootloader-initrd-2.6.25-2-powerpc: true
  linux-image-2.6.25-2-powerpc/postinst/kimage-is-a-directory:
  linux-image-2.6.25-2-powerpc/postinst/depmod-error-2.6.25-2-powerpc: false
  linux-image-2.6.25-2-powerpc/postinst/bootloader-error-2.6.25-2-powerpc:
  linux-image-2.6.25-2-powerpc/preinst/abort-overwrite-2.6.25-2-powerpc:
  linux-image-2.6.25-2-powerpc/postinst/old-dir-initrd-link-2.6.25-2-powerpc: 
true
  
linux-image-2.6.25-2-powerpc/prerm/would-invalidate-boot-loader-2.6.25-2-powerpc:
 true
  linux-image-2.6.25-2-powerpc/postinst/create-kimage-link-2.6.25-2-powerpc: 
true
  linux-image-2.6.25-2-powerpc/preinst/failed-to-move-modules-2.6.25-2-powerpc:
  linux-image-2.6.25-2-powerpc/prerm/removing-running-kernel-2.6.25-2-powerpc: 
true
  linux-image-2.6.25-2-powerpc/postinst/old-initrd-link-2.6.25-2-powerpc: true


signature.asc
Description: Digital signature


Bug#491679: libfilesys-smbclient-perl: Missing input sanitising

2008-07-21 Thread Moritz Muehlenhoff
Package: libfilesys-smbclient-perl
Severity: grave
Tags: security
Justification: user security hole

No CVE has been assigned so far:
http://www.securityfocus.com/archive/1/494536

Cheers,
Moritz

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)



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



  1   2   3   4   5   6   >