Bug#444850: [Foo2zjs-maintainer] Bug#444850: Bug#444850: Bug#444850: foo2zjs: Please, provide a menu file for hannah

2007-10-02 Thread Michael Koch
On Tue, Oct 02, 2007 at 02:06:42PM +1000, Steffen Joeris wrote:
 Hi Nelson
 
  I am wanting something like this, to be installed as
  /usr/share/menu/foo2zjs:
 
  ?package(foo2zjs):needs=x11 \
  section=Applications/System/Administration \
  title=Hannah firmware downloader \
  longtitle=Foo2zjs firmware downloader and installer \
  command=/usr/bin/hannah
 
  I am in doubt if it belongs to the Administration class. Also, the
  title and longtitle could be improved.
 Thanks for notifying us about this. I somehow forgot about the menu file, 
 shame on me :/
 Does anyone know or want to try out, if we can use the same line for the 
 command field in the menu file, than the exec field in the .desktop file?
 (exec=if [ -n `which kdesu` ] ; then `which kdesu` /usr/bin/hannah : else 
 `which gksu` /usr/bin/hannah ; fi)

I wasnt able to test it but the Debian menu policy says the following:

  The command field holds the command that should be executed when the
  menu entry is selected.  Commands will be executed with `sh -c' using

execl(/bin/sh,sh,-c,command)

  or the equivalent.

I think this implies that it works. It should just work as KDE does the
same with the commands from the desktop files.


Cheers,
Michael



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



Bug#444886: /usr/sbin/newvserver: try to get --ip or --hostname/--domain from name server information

2007-10-02 Thread Ola Lundqvist
Hi Jochen

Nice patch. I'll add that one.

Best regards,

// Ola

On Mon, Oct 01, 2007 at 05:40:39PM +0100, Jochen Voss wrote:
 Package: vserver-debiantools
 Version: 0.3.6.2
 Severity: wishlist
 File: /usr/sbin/newvserver
 Tags: patch
 
 Hi,
 
 if you are creating many VServers using the newvserver script, it is a
 bit cumbersome to always give the correct combination of --hostname
 and --ip.  An alternative strategy would be to set up a name server
 which knows about the IP-hostname assignments and to derive either
 the hostname or the IP address by querying the name server.  This is
 implemented by the appended patch.
 
 Using the patch you can just use
 
 newvserver --ip 1.2.3.4/24
 
 and the script looks up hostname and domain (if not given) using the
 name server.  Alternatively you can use
 
 newvserver --hostname x --domain y.z
 
 and the script looks up the IP address using the name server.  In this
 case the prefix length (/24 in the above example) is taken from the
 netmask of the given network interface.
 
 I hope this helps,
 Jochen
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.22-2-vserver-amd64 (SMP w/1 CPU core)
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages vserver-debiantools depends on:
 ii  binutils2.18-1   The GNU assembler, linker and 
 bina
 ii  debootstrap 1.0.3Bootstrap a basic Debian system
 ii  dnsutils1:9.4.1-P1-1 Clients provided with BIND
 ii  iproute 20070313-1   Professional tools to control 
 the 
 ii  rsync   2.6.9-5  fast remote file copy program 
 (lik
 ii  util-vserver0.30.214-3   user-space tools for 
 Linux-VServer
 
 vserver-debiantools recommends no packages.
 
 -- no debconf information
 
 -- 
 http://seehuhn.de/





-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  http://opalsys.net/ +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



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



Bug#420869: rdiff-backup

2007-10-02 Thread Norbert Tretkowski
Am Montag, den 01.10.2007, 21:22 +0200 schrieb Frederik:
 Are there any plans to create a backport of rdiff-backup 1.1.14 for
 Etch? I would be very interested in this.

I created one, because I was unable to backup a stable machine (using
rdiff-backup 1.1.5) with a testing machine (using rdiff-backup 1.1.14). 

I still hope that the maintainer of the package will take care of the
backport, that's why I didn't upload my backport yet.

Norbert




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



Bug#444886: updated patch for #444886

2007-10-02 Thread Ola Lundqvist
HI Jochen

On Mon, Oct 01, 2007 at 09:49:58PM +0100, Jochen Voss wrote:
 Hi,
 
 unfortunately my previous patch for bug #444886 contained a bug on its
 own: I forgot to define IP_ADDR and consequently newvserver generated
 a broken /etc/hosts file.  The appended patch, a full replacement for
 the original one, fixes this problem.

Thanks!

 Changes since the previous version of the patch:
 - Define IP_ADDR by removing the prefix length from IP.
 - Fix a typo in the newvserver help text.
 - Remove the hard to comprehend code for computing IP_PREFIX and
   IP_NETMASK.  These two variables seem to be never read.
True. It was needed in some earlier release of vserver.

 - Remove a spurious comment and a trailing empty line from the
   generated /etc/hosts file.

Ok.

 I hope this helps,

It sure does.

Best regards,

// Ola

 Jochen
 -- 
 http://seehuhn.de/





-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  http://opalsys.net/ +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



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



Bug#444941: virtualbox-ose: VBoxDDU.so

2007-10-02 Thread Ben Hay
Package: virtualbox-ose
Version: 1.5.0-dfsg2-1
Followup-For: Bug #444941


Some more useful information as a result of running VBoxManager directly:

 /usr/lib/virtualbox/VBoxManage list usbhost
 /usr/lib/virtualbox/VBoxManage: error while loading shared libraries:
 VBoxDDU.so: cannot open shared object file: No such file or directory

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

Kernel: Linux 2.6.18-4-686 (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages virtualbox-ose depends on:
ii  libasound21.0.14a-2  ALSA library
ii  libc6 2.6.1-1+b1 GNU C Library: Shared libraries
ii  libgcc1   1:4.2.1-4  GCC support library
ii  libgl1-mesa-glx [libgl1]  7.0.1-2A free implementation of the OpenG
ii  libglib2.0-0  2.14.0-2   The GLib library of C routines
ii  libidl0   0.8.8-0.1  library for parsing CORBA IDL file
ii  libqt3-mt 3:3.3.7-8  Qt GUI Library (Threaded runtime v
ii  libsdl1.2debian   1.2.11-9   Simple DirectMedia Layer
ii  libstdc++64.2.1-4The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxalan110   1.10-3.1   Provides XSLT support for applicat
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxerces27   2.7.0-4validating XML parser library for 
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension librar
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library

Versions of packages virtualbox-ose recommends:
ii  virtualbo 1.5.0-dfsg2-1+2.6.18.dfsg.1-12 VirtualBox modules for Linux (kern
ii  virtualbo 1.5.0-dfsg2-1  Source for the VirtualBox module

-- no debconf information



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



Bug#444944: imapfilter binary is in a new location that is not in the path

2007-10-02 Thread Andrew Meaden
Package: imapfilter
Version: 1:2.0.4-1
Severity: important

It appears as though the imapfilter binary itself has moved to
/usr/users/frankie/debian/mypkgs/imapfilter/imapfilter-2.0.4/debian/imapfilter/usr/bin
- but this is not in the system path!

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

Kernel: Linux 2.6.21-captainnem
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages imapfilter depends on:
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  liblua5.1-0   5.1.2-3Simple, extensible, embeddable pro
ii  libpcre3  7.3-2  Perl 5 Compatible Regular Expressi
ii  libssl0.9.8   0.9.8e-9   SSL shared libraries

imapfilter recommends no packages.

-- debconf-show failed



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



Bug#444945: /usr/share/imapfilter/common.lua is missing

2007-10-02 Thread Andrew Meaden
Package: imapfilter
Version: 1:2.0.4-1
Severity: grave
Justification: renders package unusable


When running imapfilter directly
(/usr/users/frankie/debian/mypkgs/imapfilter/imapfilter-2.0.4/debian/imapfilter/usr/bin/imapfilter)
the program fails immediately with the error

imapfilter: cannot open /usr/share/imapfilter/common.lua: No such file
or directory

I suspect this package may in fact be incorrectly packaged into a
non-standard installation location.

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

Kernel: Linux 2.6.21-captainnem
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages imapfilter depends on:
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  liblua5.1-0   5.1.2-3Simple, extensible, embeddable pro
ii  libpcre3  7.3-2  Perl 5 Compatible Regular Expressi
ii  libssl0.9.8   0.9.8e-9   SSL shared libraries

imapfilter recommends no packages.

-- debconf-show failed



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



Bug#376326: DVI output Dualhead on Matrox G550

2007-10-02 Thread Adrian von Bidder
On Monday 01 October 2007 22.44:20 you wrote:
 Hiya :)

 Does this give you an Xinerama type display?  Or two independent
 desktops?

No, Xinerama-type dualhead.

The only thing that I've noticed is that xawtv (with Bt787 based v4l device) 
seems not to work.  aatv works on this installation, so it's likely not a 
v4l issue.

cheers
-- vbi



-- 
OpenPGP encrypted mail welcome - my key: http://fortytwo.ch/gpg/92082481


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


Bug#444946: libssl0.9.8: postinst script does not restart bind9 properly on upgrade

2007-10-02 Thread Wladimir Mutel
Package: libssl0.9.8
Version: 0.9.8e-9
Severity: minor


Hi,

On upgrade, it honestly reported that it had restarted bind9, 
although no new bind9 process was in sight and I had to start 
bind9 by hand. Don't know whose bug it is, openssl or bind9,
but I would like next upgrades to go more smoothly. Thank you in
advance.

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

Kernel: Linux 2.6.22-1-k7 (SMP w/1 CPU core)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libssl0.9.8 depends on:
ii  debconf [debconf-2.0]   1.5.14   Debian configuration management sy
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

libssl0.9.8 recommends no packages.

-- debconf-show failed



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



Bug#444916: who-uploads: Wrongly displaying last uploaders

2007-10-02 Thread Julian Gilbey
reassign 444916 qa.debian.org
retitle 444916 qa.debian.org: packages.qa.d.o lists very old upload for package 
fuse
thanks

On Mon, Oct 01, 2007 at 04:38:58PM -0300, Nelson A. de Oliveira wrote:
 Package: devscripts
 Version: 2.10.8
 Severity: normal
 File: /usr/bin/who-uploads
 
 Hi!
 
 I am getting a wrong entry with who-uploads. See:
 
 $ who-uploads fuse
 Uploads for fuse:
 2.1-2 to unstable: Martin F. Krafft (Debian) [EMAIL PROTECTED]
 2.7.0-1 to unstable: Matthew Palmer [EMAIL PROTECTED]
 2.6.5-2 to unstable: Julien BLACHE [EMAIL PROTECTED]
 
 The last upload was 2.7.0-1 and not 2.1-2.
 The last 3 entries in the changelog file are 2.7.0-1, 2.6.5-3 and
 2.6.5-2. 2.1-2 is a very old entry and shouldn't be displayed.

See http://packages.qa.debian.org/f/fuse.html
There appears to be a problem there - there is a very old upload
listed, and I don't know why.

Reassigning to qa.debian.org.

   Julian



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



Bug#443973: dh_shlibdeps: should remove self-dependency by default (requires upcoming dpkg

2007-10-02 Thread Raphael Hertzog
On Mon, 01 Oct 2007, Joey Hess wrote:
 Hmm, if debhelper calls dpkg-shlibdeps -x package, it will need to
 depend on the new dpkg-dev. Thus making backports annoying.
 
 I'm willing to do it, though. It's not the first time debhelper has
 needed a version dpkg-dev dependency.

In the mean time, I also discussed this with Guillem, and maybe it makes
more sense to try to fix this at the dpkg level when we write the control
file out. We already have some code to simplify deps (#222652) it should
be doable to also remove self-deps.

I'll keep you posted.

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/




Bug#444868: /usr/sbin/newvserver: allow to configure non-US and security mirrors

2007-10-02 Thread Ola Lundqvist
Hi again

Nice patch as well. Will be applied.

Best regards,

// Ola

On Mon, Oct 01, 2007 at 04:03:07PM +0100, Jochen Voss wrote:
 Package: vserver-debiantools
 Version: 0.3.6.1
 Severity: wishlist
 File: /usr/sbin/newvserver
 Tags: patch
 
 Hi,
 
 in my VServer setup the clients initially don't have proper network
 access and thus need to use a mirror to download packages.  To make
 this work I had to change newvserver to allow customisation for the
 non-US and security servers.  Maybe this is useful for others, too?
 In case you want to incorporate these changes into the official Debian
 version of the package, here is a patch to do so.
 
 I hope this helps,
 Jochen
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.22-2-vserver-amd64 (SMP w/1 CPU core)
 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages vserver-debiantools depends on:
 ii  binutils  2.18-1 The GNU assembler, linker and 
 bina
 ii  debootstrap   1.0.3  Bootstrap a basic Debian system
 ii  iproute   20070313-1 Professional tools to control 
 the 
 ii  rsync 2.6.9-5fast remote file copy program 
 (lik
 ii  util-vserver  0.30.214-3 user-space tools for 
 Linux-VServer
 
 vserver-debiantools recommends no packages.
 
 -- no debconf information
 
 -- 
 http://seehuhn.de/





-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  http://opalsys.net/ +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



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



Bug#444914: [Pkg-cryptsetup-devel] Bug#444914: temporary-cryptsetup-$$ files appear in /dev/mapper

2007-10-02 Thread David Härdeman
On Mon, October 1, 2007 21:16, Dick Middleton wrote:
 I have a curious effect; sometimes I get an error with luksOpen such as
 this:

 Failed to setup dm-crypt key mapping.
 Check kernel for support for the aes-cbc-plain cipher spec and verify that
 /dev/mapper/vg02-devil contains at least 261 sectors.
 Failed to read from key storage
 Command failed: No key available with this passphrase.

 None of these problems exist - it's a perfectly valid luks partition
 so the cause remains a mystery for the moment  however:

 On a subsequent attempt to luksOpen it will most likely succeed but
 there then remains a file /dev/mapper/temporary-cryptsetup-$$ where $$
 is obviously a process number.  This file can be removed with a
 luksClose.

The first message is usually reported when a module is missing, but then
it is curious that it would work later.

As a test, could you do the following:

1) Before the first invocation, get a list of loaded modules
   (lsmod  modules.pre)

2) Do the two luksOpen attempts (the one that fails and the one that works)

3) Get a list of loaded modules afterwards
   (lsmod  modules.post)

4) Compare them
   (diff -u modules.pre modules.post)

5) If modules have been added, please try adding them to /etc/modules,
reboot and try luksOpen again, if it works on the first attempt, something
fishy is going on with the auto-module loading (i.e. that the libdevmapper
code is being too impatient).



-- 
David Härdeman




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



Bug#443978: debhelper: integrate support of dpkg-gensymbols

2007-10-02 Thread Raphael Hertzog
On Mon, 01 Oct 2007, Joey Hess wrote:
 dpkg-gensymbols -ppackage -Pdebian/package
 
 So, dpkg-gensymbols looks for the symbols file itself? It sound like
 you may have copied the method debhelper uses to search for a file in
 debian/ in dpkg-gensybols. Problem with that of course is that it may
 change. 

Right. I have not copied it (I'm not sure I gave the exact same precedence
between the various files) but it's the same spirit.

 Can the specific symbols file to use be passed to dpkg-gensybols as an
 option? Then debhelper could just search the file out and explicitly
 tell it what to use, and I wouldn't have to worry about keeping these
 things in sync.

Yes, sort of, there's the -Ofile option which controls where the file
is output (and if the file already exists it uses it as input).

When -O is not given, it uses debian/*.symbols.* as input and outputs in
in build-tree/DEBIAN/symbols.

To have the same behaviour with an explicit -O you could:
cp debian/theselectedsymbolsfile debian/pkg/DEBIAN/symbols
dpkg-gensymbols -ppkg -Pdebian/pkg -Odebian/pkg/DEBIAN/symbols
# Remove the file if the result is empty
[ -s debian/pkg/DEBIAN/symbols ] || rm debian/pkg/DEBIAN/symbols

 I'm not sure whether calling it in dh_makeshlibs, or adding a new
 command is better. Leaning toward not adding a new command, but
 I don't want to make dh_makeshlibs too complex. I'll play around with it
 once it's in unstable and see what I think then.

I made the experimental upload so that we could prepare with a bit of
advance towards its inclusion in unstable. Would be nice if you could take
a look before. :)

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/




Bug#444678: /etc/lsb_release

2007-10-02 Thread Robert Millan
On Sun, Sep 30, 2007 at 07:17:59PM -0500, Chris Lawrence wrote:
 On 9/30/07, Robert Millan [EMAIL PROTECTED] wrote:
  Package: base-files
  Version: 4.0.1
  Severity: normal
 
  lsb-release README.Debian says:
 
Distribution-specific information should be *separately provided* in
/etc/lsb-release; it is no longer provided in this package.  It is my
hope that in Debian, this will be managed by the base-files
maintainer (who already maintains the debian_version file).
 
  If you agree, please add it here.  Otherwise sort it out with Chris (CCed).
 
  In either case, we *do* need a /etc/lsb-release.  There's code out there
  that depends on it.
 
 Note that /etc/lsb-release is not specified by the Linux Standard
 Base; only the lsb_release command is (and Debian's version of the
 lsb_release command doesn't require /etc/lsb-release to work, unless
 it's providing information about a derived distribution and not Debian
 proper).  Any code that depends on the existence or content of
 /etc/lsb-release is IMHO broken.

It's precisely useful when backporting packages from derived distributions.

Ironicaly, some seem to rely on /etc/lsb-release for portability reasons.

-- 
Robert Millan

GPLv2 I know my rights; I want my phone call!
DRM What use is a phone call, if you are unable to speak?
(as seen on /.)



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



Bug#444009: Vim with language plugins (python, ruby, perl, tcl) requires X11.

2007-10-02 Thread Stefano Zacchiroli
On Mon, Oct 01, 2007 at 07:26:16PM -0400, James Vega wrote:
 I forgot to include vim-lesstif in here.  Do we want to continue to
 provide that package modulo the above suggestion of including all
 language bindings with it?  According to popcon, it's the least
 popular[0] binary package we generate from the Vim source package, far
 behind the next least popular[1].

I would have said yes, but according to popcon I'm now convinced it is
no longer that useful. Just drop it.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#444947: Spurious empty icons appear in system tray

2007-10-02 Thread Ivan Zaera Avellon
Package: update-notifier
Version: 0.59.5.debian-1
Severity: normal

--- Please enter the report below this line. ---
When update-notifier is started, three empty icons are created in the system 
tray (apart from the orange star icon). These icons don't disappear unless 
update-notifier is killed.

The three extra icons don't have any menu or functionality. Also, when updates 
are downloaded and the orange star disappears, an empty icon space is also 
left in the system tray (appart from the other three spurious icons).

I can send an screenshot if it helps.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.20.2-686mobile-local

Debian Release: lenny/sid
  500 testing ftp.debian.org 
  500 stable  ftp.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
libart-2.0-2   (= 2.3.18) | 2.3.19-3
libatk1.0-0(= 1.13.2) | 1.20.0-1
libbonobo2-0   (= 2.15.0) | 2.20.0-1
libbonoboui2-0 (= 2.15.1) | 2.18.0-5
libc6 (= 2.6.1-1) | 2.6.1-1+b1
libcairo2   (= 1.4.0) | 1.4.10-1
libdbus-1-3 (= 1.1.1) | 1.1.1-3
libdbus-glib-1-2 (= 0.74) | 0.74-1
libfontconfig1  (= 2.4.0) | 2.4.2-1.2
libgconf2-4(= 2.13.5) | 2.18.0.1-3
libglade2-0   (= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0   (= 2.14.0) | 2.14.0-2
libgnome-keyring0 (= 0.8) | 0.8.1-2
libgnome2-0(= 2.17.3) | 2.18.0-4
libgnomecanvas2-0  (= 2.11.1) | 2.14.0-3
libgnomeui-0   (= 2.17.1) | 2.18.1-2
libgnomevfs2-0  (= 1:2.17.90) | 1:2.20.0-1
libgtk2.0-0 (= 2.10.12-3) | 2.10.13-1
libhal1 (= 0.5.9) | 0.5.9.1-4
libice6   (= 1:1.0.0) | 2:1.0.4-1
libnotify1  (= 0.4.4) | 0.4.4-3
libnotify1-gtk2.10 | 
liborbit2(= 1:2.14.1) | 1:2.14.7-0.1
libpango1.0-0  (= 1.18.1) | 1.18.2-1
libpopt0 (= 1.10) | 1.10-3
libsm6 | 2:1.0.3-1+b1
libx11-6   | 2:1.0.3-7
libxau6| 1:1.0.3-2
libxcursor1 ( 1.1.2) | 1:1.1.9-1
libxext6   | 1:1.0.3-2
libxfixes3(= 1:4.0.1) | 1:4.0.3-2
libxi6 | 2:1.1.3-1
libxinerama1   | 1:1.0.2-1
libxml2(= 2.6.29) | 2.6.30.dfsg-2
libxrandr2(= 2:1.2.0) | 2:1.2.2-1
libxrender1| 1:0.9.4-1
dbus-1-utils   | 
python | 2.4.4-6
python-apt (= 0.6.12) | 0.7.3.1
update-manager | 0.42.2ubuntu22-15
hal| 0.5.9.1-4
notification-daemon| 0.3.7-1
gksu   | 2.0.0-4


-- 
Iván Zaera Avellón
Consultor tecnológico

Autentia S.L. (www.autentia.com)
Tel: +34 916753306
Avda. Castilla 2, Edificio Italia, Planta 1
Parque Empresarial San Fernando
28830 San Fernando de Henares, Madrid

--

Este mensaje, y en su caso cualquier fichero anexo al mismo, puede
contener información confidencial y/o privilegiada, siendo para uso
exclusivo del destinatario. Si Vd. no es el destinatario o lo ha
recibido por error, por favor, informe inmediatamente al emisor y
destrúyalo. Está estrictamente prohibido por la legislación vigente
realizar sin autorización cualquier copia, revelación o distribución
del contenido de este mensaje sin la autorización expresa del
remitente. Las opiniones expresadas en este correo son las de su autor
y no son, necesariamente, compartidas por Autentia Real Business
Solutions S.L.

This e-mail, and in the case of any file annexed to it, may contain
confidential and/or privileged information, and it is exclusively for
the use of the addresses of the message. If you are not the intended
recipient (or have received this e-mail in error), please notify the
sender immediately and destroy this e-mail. Any unauthorised copying,
disclosure or distribution of the material in this e-mail is strictly
forbidden by current legislation. The points of view expressed in this
e-mail are solely those of the author and may not necessarily be from,
or supported by, Autentia Real Business Solutions S.L.

--



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



Bug#444339: boincmgr crashes at exit

2007-10-02 Thread Sandro Tosi
Hi Frank,

 libwxgtk2.6-0 has been updated in unstable. Could you please update it and try
 to reproduce the crashes you've reported.

I've update the lib yesterday evening, but boincmgr still crashes. I
will try to report new stacktrace when I'll be able to perform indeep
tests.

Sandro

-- 
Sandro Tosi (aka Morpheus, matrixhasu)
My (little) site: http://matrixhasu.altervista.org/



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



Bug#295676: Debian Firefox/Iceweasel bug triage - bug #295676

2007-10-02 Thread Anders Boström
 LK == Lior Kaplan [EMAIL PROTECTED] writes:

 LK Dear Firefox/Iceweasel user,
 LK Thanks for your interest in Firefox/Iceweasel and the bug report you have 
contributed.

 LK Your bug report [0] was done for a version which isn't a part of debian 
anymore. Debian 4.0 (Etch) was released with version 2.0.0.3.

 LK Please reproduce your bug on an updated version of Iceweasel and confirm 
it 
 LK still exists, or close it as irrelevant for recent versions. 

 LK If you don't know or are not sure how to update or close your bug report, 
 LK please contact me directly, and I'll help you.

 LK IMPORTANT: In any case, please provide version info, as we use it to 
determine 
 LK the relevance of the bug.

Package: iceweasel
Version: 2.0.0.6-0etch1+lenny1

This bug is still valid in iceweasel 2.0.0.6-0etch1+lenny1. I'm still
not allowd to directly type in the program-name to run for a filetype.

/ Anders



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



Bug#444925: alternatively

2007-10-02 Thread Joey Hess
Vincent Bernat wrote:
 Furthermore, we can link Suggests to Depends (when we
 depend on php5-mysql, we suggests mysql-server).

Ah yes, that makes it worthwhile.

 I don't know however how upgrade will be handled. Will aptitude
 be clever enough to pull the correct virtual package based on
 what is currently installed ?

I think apt will prefer solutions that don't involve removing stuff, and
that involve minimum changes, but it probably can't be guaranteed which
solution it will pick in all situations.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#444948: Level select UI

2007-10-02 Thread Trent W. Buck
Package: torus-trooper
Version: 0.22.dfsg1-1
Severity: wishlist

Suppose I have reached levels 10, 5 and 3 in Normal, Hard and Extreme
difficulties respectively.  If my cursor starts out on Normal 10 and I
press right (selecting Hard), then change my mind and press left again
(selecting Normal), the cursor is now over Normal 5, not Normal 10.

Already several times I have done this and started playing in an
effort to reach a new top level, only to discover that I'd started
playing at (say) level 5 instead of the top level for that difficulty.

I propose that a special case be made in the difficulty switch code --
if the cursor is currently selecting the top level (e.g. Normal /
top(Normal)), then switching difficulty should switch to the top level
of the new difficulty -- e.g. Hard / top(Hard) instead of Hard /
max(top(Normal),top(Hard)).

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

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages torus-trooper depends on:
ii  libbulletml0d1  0.0.6-2  C++ library to handle BulletML eas
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-5GCC support library
ii  libgl1-mesa-glx [libgl1]7.0.1-2  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.0.1-2  The OpenGL utility library (GLU)
ii  libsdl-mixer1.2 1.2.6-3  mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.12-1 Simple DirectMedia Layer
ii  libstdc++6  4.2.1-5  The GNU Standard C++ Library v3
ii  torus-trooper-data  0.22.dfsg1-1 speeding ship sailing through barr

torus-trooper recommends no packages.

-- no debconf information



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



Bug#356853: Chasing RC bugs in texlive packages

2007-10-02 Thread Norbert Preining
FYI

On Do, 06 Sep 2007, Frank Küster wrote:
  * ae [CLOSED ON CTAN]
  This is already solved, updated package is on CTAN
  I guess we could include simply the MANIFEST, COPYING, and
  README file from CTAN.

I updated this in the texlive upstream subversion repository, so this
part could get a 
+fixed-upstream
But I hesitate to update the files in the .orig.tar.gz, it is quite a
lot of work/complication. What do people say?

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
---
SCREGGAN (n. banking)
The crossed-out bit caused by people putting the wrong year on their
cheques all through January.
--- Douglas Adams, The Meaning of Liff



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



Bug#408219: ntpd giving up on eth0 before it is initialized

2007-10-02 Thread Arne Nordmark

I wrote:

I ran into this problem with eth1, my WLAN card. I found that
by moving the script from /etc/dhcp3/dhclient-enter-hooks.d to
/etc/dhcp3/dhclient-exit-hooks.d it is now executed at the
correct phase, after the interface has been given addresses.


Except ... scripts from that location aren't run when the dhcp
is invoked the very first time, only on subsequent invocations...



Is this so? At least on etch, the /etc/dhcp3/dhclient-script ends with 
the line

exit_with_hooks 0
and on my system, exit hooks seems to run at startup time. It seems 
correct to run ntp_servers_setup_add at exit hook time, and possibly 
keep ntp_servers_setup_remove running at enter hook time.



--
Aleksi Suhonen


Arne Nordmark




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



Bug#444949: Un-pause by shooting

2007-10-02 Thread Trent W. Buck
Package: torus-trooper
Version: 0.22.dfsg1-1
Severity: wishlist

Currently one presses `p' to pause and `p' to unpause.  It would be
nice if *any* key caused the game to unpause, making it easier to
resume play without a few microseconds delay caused by shifting your
fingers from p to z/x or the arrows.

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

Kernel: Linux 2.6.22-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages torus-trooper depends on:
ii  libbulletml0d1  0.0.6-2  C++ library to handle BulletML eas
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-5GCC support library
ii  libgl1-mesa-glx [libgl1]7.0.1-2  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.0.1-2  The OpenGL utility library (GLU)
ii  libsdl-mixer1.2 1.2.6-3  mixer library for Simple DirectMed
ii  libsdl1.2debian 1.2.12-1 Simple DirectMedia Layer
ii  libstdc++6  4.2.1-5  The GNU Standard C++ Library v3
ii  torus-trooper-data  0.22.dfsg1-1 speeding ship sailing through barr

torus-trooper recommends no packages.

-- no debconf information



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



Bug#307129: Debian Firefox/Iceweasel bug triage - bug #307129

2007-10-02 Thread Paul Vojta
On Mon, Oct 01, 2007 at 02:17:18PM +0200, Lior Kaplan wrote:
 Dear Firefox/Iceweasel user,
 
 Thanks for your interest in Firefox/Iceweasel and the bug report you have 
 contributed.
 
 Your bug report [0] was done for a version which isn't a part of debian 
 anymore. Debian 4.0 (Etch) was released with version 2.0.0.3.

OK to close it ... the bug is superseded by Bug #399819.

--Paul Vojta, [EMAIL PROTECTED]



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



Bug#356853: Chasing RC bugs in texlive packages

2007-10-02 Thread Norbert Preining
And another one closed:

On Do, 06 Sep 2007, Frank Küster wrote:
  * bbm fonts [OPEN]
  Frank mentioned that there is something on the way via Karl Berry
  is there any progress?
 
 No idea, heard nothing.

Don't know what was the problem here? The readme of bbm explicitely
mentions:
 This package can redistributed and/or modified under the terms of the
 LaTeX Project Public License Distributed from CTAN archives in
 directory macros/latex/base/lppl.txt; either version 1 of the
 License, or (at your option) any later version.

I guess the real problem is that the readme.bbm is NOT installed because
it is present only in the SourceFiles section which are not installed.
I guess I will fix this upstream in texlive and we can forget about
this, too.


That leaves us with:

  * Donald Arsenau files [OPEN]

open

  * eepic docs [OPEN]

I will simply remove the docs and if someone cares he should
get it on CTAN

  * amslatex [HALF-OPEN]

can be considered half-open as Frank mentioned

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
---
HUBY (n.)
A half-erection large enough to be a publicly embarrassing bulge in
the trousers, not large enough to be of any use to anybody.
--- Douglas Adams, The Meaning of Liff



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



Bug#444951: postfix: SSL/TLS CA Certificates not accessible by chrootes smtp/smtpd

2007-10-02 Thread Benjamin Sonntag
Package: postfix
Version: 2.4.5-4~bpo40+1
Severity: normal
Tags: patch

Postfix smtp / smtpd daemons are launched in a chrooted environment. Therefore, 
when we use SSL/TLS and configure them properly to authenticate client / server 
certificates, we need to access /etc/ssl/certs/ to check CA Certificates
signatures. So, in case smtpd_use_tls or smtp_use_tls is YES in postconf, we
should copy /etc/ssl/certs/ca-certificate.crt in the chrooted environment.

The included patch change /etc/init.d/postfix to copy this file when needed.



-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-vserver-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages postfix depends on:
ii  adduser   3.102  Add and remove users and groups
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  dpkg  1.13.25package maintenance system for Deb
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libdb4.3  4.3.29-8   Berkeley v4.3 Database Libraries [
ii  libsasl2-22.1.22.dfsg1-8 Authentication abstraction library
ii  libssl0.9.8   0.9.8c-4   SSL shared libraries
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1 init scrip
ii  netbase   4.29   Basic TCP/IP networking system
ii  ssl-cert  1.0.14 Simple debconf wrapper for openssl

postfix recommends no packages.

-- debconf information excluded
--- /etc/init.d/postfix.orig2007-10-02 09:16:25.0 +0200
+++ /etc/init.d/postfix 2007-10-02 09:18:33.0 +0200
@@ -47,6 +47,16 @@
umask 022
cd $(postconf -h queue_directory)
 
+   # if we're using tls, then we need to add 
etc/ssl/certs/ca-certificates.crt.
+   smtp_use_tls=$(postconf -h smtp_use_tls)
+   smtpd_use_tls=$(postconf -h smtpd_use_tls)
+   if [ X$smtp_use_tls = Xyes -o X$smtpd_use_tls = Xyes ]; 
then
+   if [ -f /etc/ssl/certs/ca-certificates.crt ]; then 
+   mkdir -p etc/ssl/certs
+   cp /etc/ssl/certs/ca-certificates.crt etc/ssl/certs/
+   fi
+   fi
+
# if we're using unix:passwd.byname, then we need to add 
etc/passwd.
local_maps=$(postconf -h local_recipient_maps)
if [ X$local_maps != X${local_maps#*unix:passwd.byname} ]; 
then


Bug#432540: tagging 432540, tagging 305325, tagging 433350, tagging 434316

2007-10-02 Thread Paul Cager
Lucas Nussbaum wrote:
 On 21/08/07 at 22:24 +0100, Paul Cager wrote:
 # Automatically generated email from bts, devscripts version 2.10.6
 tags 432540 + pending
 tags 305325 + pending
 tags 433350 + pending
 tags 434316 + pending
 
 Hi,
 
 This has been pending for more than a month. Is your upload blocked by
 something else?

Hi Lucas,

Thanks for the reminder. I tagged the bugs as pending to show they are
fixed in svn, but the package still needs some more work before it can
be uploaded. The Java policy now is to use gcj rather than kaffe, but
unfortunately this means ant's native2ascii task is no longer supported.

I'm working on it, but my Debian time is a bit restricted at the moment
(due to a rather nasty virus - and not the computer kind!)

Paul



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



Bug#444206: Wrong icon on send/receive dialog

2007-10-02 Thread Norbert Tretkowski
It also happens on testing with Evolution 2.10.3-1, after upgrading from
gnome-icon-theme 2.18.0-3 to 2.20.0-1.




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



Bug#444950: gnucash: wrong/no desktop icon

2007-10-02 Thread Andrew Schulman
Package: gnucash
Version: 2.2.1-1
Severity: minor

In my KDE menus and quick launcher, GnuCash's icon is shown as a bare
white box.  This is a shame because the new icon that shows up in the
taskbar and window decoration when I start the app is quite nice.

In /usr/share/applications/gnucash.desktop, I see

Icon=gnucash-icon

but there's no file /usr/share/pixmaps/gnucash-icon.* on my host.
There are

gnucash-icon-16x16.png
gnucash-icon-32x32.png
gnucash-icon-48x48.png

If I run e.g.

# cd /usr/share/pixmaps
# ln -s gnucash-icon-16x16.png gnucash-icon.png

then kbuildsycoca as an ordinary user, the icon appears in the menu.

Similarly, in /usr/share/menu/gnucash, I see

icon=/usr/share/gnucash/pixmaps/gnucash-icon.xpm

but no such file exists on my host.

Thanks,
Andrew.

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

Kernel: Linux 2.6.22 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnucash depends on:
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  gnucash-common  2.2.1-1  A personal finance tracking progra
ii  guile-1.6-libs  1.6.8-6  Main Guile libraries
ii  guile-1.6-slib  1.6.8-6  Guile SLIB support
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.20.0-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.6.1-1  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1+b2  The Cairo 2D vector graphics libra
ii  libcrypt-ssleay-perl0.55-1   Support for https protocol in LWP
ii  libdate-manip-perl  5.46-1   a perl library for manipulating da
ii  libfinance-quote-perl   1.13-1   Perl module for retrieving stock q
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-3 A powerful object-oriented display
ii  libgnomeprint2.2-0  2.18.0-2 The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-02.18.0-2 GNOME 2.2 print architecture User 
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.20.0-1   GNOME Virtual File System (runtime
ii  libgoffice-1-2  0.2.1-4  Document centric objects library -
ii  libgsf-1-1141.14.7-1 Structured File Library - runtime 
ii  libgtk2.0-0 2.12.0-2 The GTK+ graphical user interface 
ii  libgtkhtml3.8-153.12.3-2 HTML rendering/editing library - r
ii  libguile-ltdl-1 1.6.8-6  Guile's patched version of libtool
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libofx3 1:0.8.2-3+b3 library to support Open Financial 
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.18.2-1 Layout and rendering of internatio
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.30.dfsg-2GNOME XML library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra
ii  psfontmgr   0.11.10-0.1  PostScript font manager -- part of
ii  slib3a4-4Portable Scheme library
ii  x-ttcidfont-conf25.1 Configure TrueType and CID fonts f
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

gnucash recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL 

Bug#444952: dhelp_error when upgrading cupsys

2007-10-02 Thread Andrei Emeltchenko
Package: cupsys
Version: 1.3.2-1
Severity: normal


When upgrading cupsys package hangs. It prints setting up supsys
(1.3.2-1) ...

in the process list:

 3026 pts/1S+ 0:01   apt-get install cupsys
 3054 pts/1S+ 0:00 /usr/bin/dpkg --status-fd 16 --configure 
cupsys
 3055 pts/1S+ 0:00   /usr/bin/perl -w 
/usr/share/debconf/frontend /var/lib/dpkg/info/cupsys.postinst configur
 3063 pts/1S+ 0:00 /bin/sh 
/var/lib/dpkg/info/cupsys.postinst configure 1.3.0-3
 3089 pts/1S+ 0:00   /usr/bin/perl /usr/sbin/install-docs 
-i /usr/share/doc-base/cupsys
 3090 pts/1R+ 6:09 /usr/sbin/dhelp_parse -a 
/usr/share/doc/cupsys


dhelp_parse takes 100% of CPU time

Regards,
Andrei


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

Kernel: Linux 2.6.22 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages cupsys depends on:
ii  adduser 3.105add and remove users and groups
ii  cupsys-common   1.3.2-1  Common UNIX Printing System(tm) - 
ii  debconf [debconf-2.0]   1.5.14   Debian configuration management sy
ii  gs-esp  8.15.3.dfsg.1-1  The Ghostscript PostScript interpr
ii  libavahi-compat-libdnss 0.6.21-2 Avahi Apple Bonjour compatibility 
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcupsimage2   1.3.2-1  Common UNIX Printing System(tm) - 
ii  libcupsys2  1.3.2-1  Common UNIX Printing System(tm) - 
ii  libdbus-1-3 1.1.1-3  simple interprocess messaging syst
ii  libgnutls13 1.7.19-1 the GNU TLS library - runtime libr
ii  libkrb531.6.dfsg.1-7 MIT Kerberos runtime libraries
ii  libldap22.1.30.dfsg-13.5 OpenLDAP libraries
ii  libpam0g0.99.7.1-4   Pluggable Authentication Modules l
ii  libpaper1   1.1.22   library for handling paper charact
ii  libslp1 1.2.1-6.2OpenSLP libraries
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip
ii  perl-modules5.8.8-7  Core Perl modules
ii  procps  1:3.2.7-4.1  /proc file system utilities
ii  ssl-cert1.0.14   Simple debconf wrapper for openssl
ii  xpdf-utils [poppler-uti 3.02-1.1 Portable Document Format (PDF) sui

Versions of packages cupsys recommends:
pn  cups-pdf  none (no description available)
ii  cupsys-client 1.3.2-1Common UNIX Printing System(tm) - 
ii  foomatic-filters  3.0.2-20061031-1.2 linuxprinting.org printer support 
ii  smbclient 3.0.26a-1  a LanManager-like simple client fo

-- debconf information:
* cupsys/raw-print: true
* cupsys/ports: 631
* cupsys/backend: ipp, lpd, socket, usb
  cupsys/portserror:
* cupsys/browse: false



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



Bug#444953: docbook-xml: Requires net access

2007-10-02 Thread Tobias Wolter
Package: docbook-xml
Version: 4.5-5
Severity: normal

Hey there,

 it seems like docbook-xml's 'update-xmlcatalog' requires network access
to add the oasis-open.org docbook schemas in postinst, which _really_ is
a no-go area (think of CD installations or network outage during updates
(e.g. network-manager or similar)).

The obnoxious part is that it doesn't seem to know how to interpret a
'network not available' error and stubbornly refuses to give up on
getting the URL.

-towo

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

Kernel: Linux 2.6.22-2-amd64 (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/bash

Versions of packages docbook-xml depends on:
ii  sgml-base 1.26   SGML infrastructure and SGML catal
ii  sgml-data 2.0.3  common SGML and XML data
ii  xml-core  0.11   XML infrastructure and XML catalog

docbook-xml recommends no packages.

-- no debconf information



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



Bug#444954: F-Spot dataprovider fails to find any tags

2007-10-02 Thread Andrew Ruthven
Package: conduit
Version: 0.3.3-1
Severity: normal

Hi,

There is an issue with the F-Spot dataprovider, it fails to find any tags
because it has issues talking to my F-Spot SQLite database file.  Here is
the backtrace:

[   INFO] Configuring FspotSource object at 0x85d52d4 
(conduit+DataProvider+DataProviderBase at 0x83d3140)
Traceback (most recent call last):
  File /var/lib/python-support/python2.4/conduit/Canvas.py, line 400, in 
on_configure_item_clicked
dp.configure(self.parentWindow)
  File /usr/lib/conduit/dataproviders/FspotModule/FspotModule.py, line 127, 
in configure
for t in self._get_all_tags():
  File /usr/lib/conduit/dataproviders/FspotModule/FspotModule.py, line 46, in 
_get_all_tags
cur.execute(SELECT id, name FROM tags)
pysqlite2.dbapi2.DatabaseError: file is encrypted or is not a database

Cheers!

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

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

Versions of packages conduit depends on:
ii  python2.4.4-6An interactive high-level object-o
ii  python-dbus   0.82.2-1   simple interprocess messaging syst
ii  python-evolution  0.0.3-1python bindings for libebook and l
ii  python-gtk2   2.12.0-1   Python bindings for the GTK+ widge
ii  python-libgmail   0.1.6.1-1  Python bindings to access Gmail ac
ii  python-pygoocanvas0.8.0-2GooCanvas python bindings
ii  python-pysqlite2  2.3.5-1python interface to SQLite 3
ii  python-support0.7.3  automated rebuilding support for p
ii  python-vobject0.4.8-1parse iCalendar and VCards in pyth
ii  python-xml0.8.4-8XML tools for Python

conduit recommends no packages.

-- no debconf information



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



Bug#444955: denyhosts: removed package leaves a file in /etc/logrotate.d/

2007-10-02 Thread Valery V. Vorotyntsev
Package: denyhosts
Version: 2.6-2.1
Severity: normal

Today I received a mail from anacron.
Anacron [EMAIL PROTECTED] writes:

 /etc/cron.daily/logrotate:
 start-stop-daemon: Unable to start /usr/share/denyhosts/denyhosts_ctl.py: No 
 such file or directory (No such file or directory)
 error: error running postrotate script for /var/log/denyhosts
 run-parts: /etc/cron.daily/logrotate exited with return code 1

`/usr/share/denyhosts/denyhosts_ctl.py' has been removed by
`apt-get remove denyhosts', but `/etc/logrotate.d/denyhosts' and
`/etc/init.d/denyhosts' still persist in the system.

Possible fix:

--- BEGIN OF PATCH ---
--- denyhosts-2.6/debian/denyhosts.postrm.orig  2007-10-02
10:36:15.0 +0300
+++ denyhosts-2.6/debian/denyhosts.postrm   2007-10-02 10:39:22.670801344 
+0300
@@ -9,6 +9,7 @@
 rm -fr /var/lib/denyhosts
 ;;
 remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+   rm -f /etc/logrotate.d/denyhosts /etc/init.d/denyhosts
 ;;

 *)
--- END OF PATCH ---


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

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
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 denyhosts depends on:
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.15 register and build utility for Pyt

denyhosts recommends no packages.

Have fun!
--
vvv



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



Bug#444867: util-linux: mount /lib/init/rw /proc and /sys with bad hours (localtime+2h)

2007-10-02 Thread Giggz

LaMont Jones a écrit :

On Mon, Oct 01, 2007 at 05:01:14PM +0200, giggz wrote:
  

I think I must report this bug to the package initscripts but I'm not sure...



  

Hi,

Thx for your quick answer.


What exactly are you seeing?  That is, when you say 'but For these 3
mount : ... I get the localtime + 2 hours...'?  Where are you seeing
that time?

  
When I do 'ls -l /', I see for these 3 mount localtime + 2 hours. For 
example If I boot at 0h00, I will see 2h00 for this 3 mount. The others 
are good.



The reason is simply because hwclockfirst.sh runs at 8, and mountkernfs
runs at 2.  I'm unwilling to (and not sure we _can_) move
hwclockfirst.sh that early without understanding what part of the system
is misbehaving because of the difference.

  
Ok. But I am a little afraid that the /proc and /sys which 'talk' with 
the kernel are not at the right time...



lamont

  

If you want more info, tests about this bug, simply ask me.
Regards,
Guillaume





Bug#444956: libgtk2.0-dev: Deprecated routines dropped from -dev without incrementing SONAME

2007-10-02 Thread Neil Williams
Package: libgtk2.0-dev
Version: 2.12.0-2
Severity: serious
Justification: Policy 8.1

The version of quicklist in experimental used to build correctly against
libgtk2.0-dev until the 2.12.0-2 upload. Now, I get two build errors due
to deprecated functions that are missing from the new version of gtk
without migrating to libgtk3.

Build error 1:

cc1: warnings being treated as errors
dialog_initial.c: In function ‘main_window’:
dialog_initial.c:86: warning: implicit declaration of function
‘gtk_notebook_set_group_id’
dialog_initial.c:86: warning: nested extern declaration of
‘gtk_notebook_set_group_id’
make[2]: *** [dialog_initial.o] Error 1

When that line is commented out, another build error follows:

cc1: warnings being treated as errors
help.c: In function ‘qlhelp_credits’:
help.c:54: warning: implicit declaration of function
‘gtk_about_dialog_set_name’
help.c:54: warning: nested extern declaration of
‘gtk_about_dialog_set_name’
make[2]: *** [help.o] Error 1

gtk2 should not remove interfaces without incrementing the SONAME. As a
GTK3 transition would not appear to be the intention, maybe some of the
deprecated interfaces should be restored.

libgtk2.0-dev (2.12.0-2) therefore causes a FTBFS in at least this
package.

Other packages in unstable may be affected.

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

Kernel: Linux 2.6.22-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgtk2.0-dev depends on:
ii  libatk1.0-dev   1.20.0-1 Development files for the ATK acce
ii  libcairo2-dev   1.4.10-1+b2  Development files for the Cairo 2D
ii  libglib2.0-dev  2.14.1-4 Development files for the GLib lib
ii  libgtk2.0-0 2.12.0-2 The GTK+ graphical user interface 
ii  libpango1.0-dev 1.18.2-1 Development files for the Pango
ii  libx11-dev  2:1.0.3-7X11 client-side library (developme
ii  libxcomposite-dev   1:0.3.2-1+b1 X11 Composite extension library (d
ii  libxcursor-dev  1:1.1.9-1X cursor management library (devel
ii  libxdamage-dev  1:1.1.1-3X11 damaged region extension libra
ii  libxext-dev 1:1.0.3-2X11 miscellaneous extensions libra
ii  libxfixes-dev   1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi-dev   2:1.1.3-1X11 Input extension library (devel
ii  libxinerama-dev 1:1.0.2-1X11 Xinerama extension library (de
ii  libxrandr-dev   2:1.2.2-1X11 RandR extension library (devel
ii  pkg-config  0.22-1   manage compile and link flags for 

Versions of packages libgtk2.0-dev recommends:
ii  python2.4.4-6An interactive high-level object-o

-- no debconf information



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



Bug#436332: Fwd: [Lcd4linux-devel] asm/msr.h inclusion and RDTSC stuff removed

2007-10-02 Thread Robert Buchholz

That should fix this bug.


Anfang der weitergeleiteten E-Mail:

Von: Michael Reinelt [EMAIL PROTECTED]
Datum: 1. Oktober 2007 17:58:40 MESZ
An: lcd4linux-users [EMAIL PROTECTED],  
lcd4linux-devel [EMAIL PROTECTED]

Betreff: [Lcd4linux-devel] asm/msr.h inclusion and RDTSC stuff removed

Hi there,

I just committed a changeset where I removed the whole RDTSC delay  
loop

stuff, and therefore lcd4linux does no longer need asm/msr.h

Instead, a gettimeofday() delay loop will be used when necessary.

The rdtsc stuff worked fine, but had two major disadvantages: It  
did not

work with variable CPU frequencies, and latest kernels do no longer
offer the rdtsc() macro.

The changeset has been committed to trunk, and will be backported  
to the

0.10.1 branch as soon as I get some positive feedback 8or at least I
don't get any negative feedback)


bye, Michael

--
Michael Reinelt [EMAIL PROTECTED]
http://home.pages.at/reinelt
GPG-Key 0xDF13BA50
ICQ #288386781





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



Bug#444927: gtk+2.0: error in localized week days in GtkFileChooser

2007-10-02 Thread Josselin Mouette
Le mardi 02 octobre 2007 à 00:49 +0200, Sven Arvidsson a écrit :
 On Tue, 2007-10-02 at 00:15 +0200, Emil Nowak wrote:
  In 'Modifed' column in gtFileChooser I have date which is sometimes
  represented as week day name. Instead of polish characters I have quotation 
  marks here.
  
  Every program prints a lot of warnings to console when drawing FileChooser:
  Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
 
 I'm guessing that this is because you are not using an UTF-8 locale. 
 
 You can probably work around this by setting G_BROKEN_FILENAMES, but
 using UTF-8 is strongly recommended and has been the default for quite
 some time.

I don't think there is a problem with the filenames here, as the error
appears while trying to render the date.

The issue is probably a corrupted .po somewhere in GTK+, glib or glibc.

-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#444885: ITP: unoconv -- convertor between any document format that OpenOffice.org understands

2007-10-02 Thread Christoph Berg
Re: Vincent Bernat 2007-10-01 [EMAIL PROTECTED]
   Description : convertor between any document format that OpenOffice.org 
 understands

The wording might be a bit unfortunate - does it allow conversion from
.otd and .ods and vice-versa? (Same for the other modules.)

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#443048: is a conflict with the xfce-mcs-manager

2007-10-02 Thread G. Milde
The abiword crash can be narrowed down to a conflict with the 
xfce-mcs-manager.

Abiword crashes as described, when started from a standard XFCE session.
It works nice, if started from Gnome or KDE.
It alsow works nice, if the xfce-mcs-manager is killed before.

Whether the problem is a foult of abiword or the xfce-mcs-manager is above
my knowledge.

Thanks, Guenter



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



Bug#420350: xserver-xorg-video-intel: Bug in driver

2007-10-02 Thread Mateusz Kaduk
Package: xserver-xorg-video-intel
Version: 2:2.1.1-4
Followup-For: Bug #420350

Bug still exist after half of the year and I think its NOT in the core as 
debian packaged driver from 2007/03/05 worked just fine with the new core.
However I cant get it back as I dont remember which xorg-core didnt
complain about older driver and didnt remove it, I managed to run
compiz-fusion on them. Current core depends on new intel package which
cause black screen. 

I suggest temporarly fix for this by removing that
dependence and allowing 1.7.2-4 i810 driver to be installed with new
core.

I'll also try to remove I2C from kernel as it might give bogus output.

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-10-02 09:06 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1669976 2007-09-29 16:33 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 03)

/etc/X11/xorg.conf unchanged from checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1972 2007-10-02 09:51 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout pl
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
Option  Device/dev/psaux
Option  Protocol  auto-dev
Option  HorizScrollDelta  0
EndSection

Section Device
Identifier  Generic Video Card
Driver  intel
BusID   PCI:0:2:0
EndSection

Section Monitor
Identifier  Generic Monitor
Option  DPMS
HorizSync   30-70
VertRefresh 50-160
EndSection

Section Screen
Identifier  Default Screen
Device  Generic Video Card
Monitor Generic Monitor
DefaultDepth24
SubSection Display
Modes   1440x900 1400x1050 1280x1024 1280x960 
1280x854 1280x800 1280x768 1200x800 1152x864 1152x768 1024x768 
800x600 640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
InputDevice Synaptics Touchpad
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 21179 2007-10-02 09:51 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.0
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4-3)
Current Operating System: Linux cannibal 2.6.22.6 #1 PREEMPT Wed Sep 5 09:37:59 
CEST 2007 i686
Build Date: 29 September 2007  04:19:41PM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Oct  2 09:51:54 2007
(==) Using config file: /etc/X11/xorg.conf
(==) ServerLayout Default Layout
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Generic Monitor
(**) |   |--Device Generic Video Card
(**) |--Input Device Generic Keyboard
(**) |--Input Device Configured Mouse
(**) |--Input Device Synaptics Touchpad
(==) 

Bug#444865: Depends on nonexistent virtual package editor

2007-10-02 Thread Gerfried Fuchs
severity 444865 minor
thanks

* KORN Andras [EMAIL PROTECTED] [2007-10-01 17:01:28 CEST]:
 ldapvi depends on a virtual package called editor that according to Debian
 policy doesn't exist and thus mustn't appear in a Provides or a Depends
 line.

 I don't follow your mustn't, sorry.  Please read the policy before
claiming such things:

#v+
 It is not required for a package to depend on `editor' and `pager'
#v-

 Not being required doesn't mean that it's not allowed.  Said that I'm
going to remove it anyway, but it is definitly *no* policy violation nor
anything serious.  Thanks for setting a sane severity level.

 So long,
Rhonda



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



Bug#405698: Still matters?

2007-10-02 Thread Santiago Vila
On Mon, 1 Oct 2007, Asheesh Laroia wrote:

 pilot is still sort of large, but I'm not convinced it's a big deal.  Is it
 important, or is okay if I close this as wontfix?

I never said it was a big deal (it's a normal bug, not important or
serious), but IMHO it is quite obvious that there seems to be
something wrong somewhere. Just look at my initial report and think
about this: Why does a simple file navigator need to be linked against
libcrypt at all?

I don't mind if you don't have the time or motivation to work on this
bug (this is something it happens to me as well on certain bugs) but I
would only tag it wontfix if the cure would be worse than the disease,
which, for this bug, is still to be seen.

Thanks.



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



Bug#444957: xfce4-mcs-manager: Abiword crashes at startup while xfce-mcs-manager is running

2007-10-02 Thread G. Milde
Package: xfce4-mcs-manager
Version: 4.4.1-1
Severity: normal


Since some time starting abiword results in a short appearance of the slash
screen and then a crash with

  #  abiword
  Abgebrochen

I filed a bug report to abiword (Bug#443048) but still wondered why this
grave problem seems to be almost unknown. At some stage, I realised that
when using Gnome or KDE instead of XFCE, abiword works fine. Further
experimenting revealed that killing xfce4-mcs-manager solves the abiword
problem.

Whether this incompatibility is the fault of abiword or xfce4-mcs-manager is
above my knowledge.

Thanks, Guenter


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

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xfce4-mcs-manager depends on:
ii  hicolor-icon-theme  0.10-1   default fallback theme for FreeDes
ii  libatk1.0-0 1.20.0-1 The ATK accessibility toolkit
ii  libc6   2.6.1-4  GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libgtk2.0-0 2.12.0-2 The GTK+ graphical user interface 
ii  libpango1.0-0   1.18.2-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.9-1X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfce4mcs-client3 4.4.1-1  Client library for Xfce4 configure
ii  libxfce4mcs-manager34.4.1-1  Manager library for Xfce4 configur
ii  libxfce4util4   4.4.1-1  Utility functions library for Xfce
ii  libxfcegui4-4   4.4.1-1  Basic GUI C functions for Xfce4
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.3-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.2-1X11 RandR extension library
ii  libxrender1 1:0.9.3-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages xfce4-mcs-manager recommends:
ii  xfce4-icon-theme  4.4.1-1Xfce Standard icon theme
ii  xfce4-mcs-plugins 4.4.1-1Special modules for the xfce4-mcs-

-- no debconf information



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



Bug#444956: libgtk2.0-dev: Deprecated routines dropped from -dev without incrementing SONAME

2007-10-02 Thread Sebastian Dröge
severity 444956 normal
thanks

Am Dienstag, den 02.10.2007, 08:55 +0100 schrieb Neil Williams:
 Package: libgtk2.0-dev
 Version: 2.12.0-2
 Severity: serious
 Justification: Policy 8.1
 
 The version of quicklist in experimental used to build correctly against
 libgtk2.0-dev until the 2.12.0-2 upload. Now, I get two build errors due
 to deprecated functions that are missing from the new version of gtk
 without migrating to libgtk3.
 
 Build error 1:
 
 cc1: warnings being treated as errors
 dialog_initial.c: In function ‘main_window’:
 dialog_initial.c:86: warning: implicit declaration of function
 ‘gtk_notebook_set_group_id’
 dialog_initial.c:86: warning: nested extern declaration of
 ‘gtk_notebook_set_group_id’
 make[2]: *** [dialog_initial.o] Error 1
 
 When that line is commented out, another build error follows:
 
 cc1: warnings being treated as errors
 help.c: In function ‘qlhelp_credits’:
 help.c:54: warning: implicit declaration of function
 ‘gtk_about_dialog_set_name’
 help.c:54: warning: nested extern declaration of
 ‘gtk_about_dialog_set_name’
 make[2]: *** [help.o] Error 1
 
 gtk2 should not remove interfaces without incrementing the SONAME. As a
 GTK3 transition would not appear to be the intention, maybe some of the
 deprecated interfaces should be restored.
 
 libgtk2.0-dev (2.12.0-2) therefore causes a FTBFS in at least this
 package.
 
 Other packages in unstable may be affected.

Are you building with GTK_DISABLE_DEPRECATED? That's the only case where
the declaration can miss from the headers, otherwise it's always there.
Also the symbols are in the library in any case...





Bug#349661: mysql-server-5.0: Missing conf files in installation script

2007-10-02 Thread Florent Angebault
Package: mysql-server-5.0
Version: 5.0.45-1
Followup-For: Bug #349661


I also had a problem after making a clean install of package
mysql-server-5.0.
I found out that it is because the installation script doesn't create
the /etc/mysql/conf.d directory and the file /etc/mysql/my.cnf.

I solved the problem by creating those necessary files before installing
the package (I already had a valid 'my.cnf' file):

# mkdir -p /etc/mysql/conf.d
# cp my.cnf.backup /etc/mysql/my.cnf
# apt-get install mysql-server-5.0

And then it worked.

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

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

Versions of packages mysql-server-5.0 depends on:
ii  adduser 3.105add and remove users and groups
ii  debconf [debconf-2.0]   1.5.14   Debian configuration management sy
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libdbi-perl 1.59-1   Perl5 database interface by Tim Bu
ii  libgcc1 1:4.2.1-4GCC support library
ii  libmysqlclient15off 5.0.45-1 MySQL database client library
ii  libncurses5 5.6+20070908-1   Shared libraries for terminal hand
ii  libreadline55.2-3GNU readline and history libraries
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
ii  libwrap07.6.dbs-14   Wietse Venema's TCP wrappers libra
ii  lsb-base3.1-24   Linux Standard Base 3.1 init scrip
ii  mysql-client-5.05.0.45-1 MySQL database client binaries
ii  mysql-common5.0.45-1 MySQL database common files
ii  passwd  1:4.0.18.1-11change and administer password and
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  psmisc  22.5-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx1:8.1.2-0.20070424cvs-1 A simple mail user agent

-- debconf information:
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/start_on_boot: true
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
* mysql-server-5.0/need_sarge_compat: false
  mysql-server/error_setting_password:
  mysql-server-5.0/need_sarge_compat_done: true



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



Bug#444813: qtiplot: Cannot open file if file path is not opened

2007-10-02 Thread Jens Seidel
On Mon, Oct 01, 2007 at 04:57:25PM +0200, [EMAIL PROTECTED] wrote:
 i wasn't able to reproduce your bug with qtiplot 0.9.0.

I noticed now that it does not work after selecting the Open button.
Just pressing return in the filename field works.
 
 could you try to reproduce the bug with latest release as soon as it will be
 available (it must be uploaded today or tomorrow).

Will do so.

Please note that rc3 is already improved compared to rc2. In rc2 nearly
nothing worked, not even a simple plot. I was able to plot but my data
was not displayed only the function y==0. This works at least with
rc3 ... Nevertheless many freezes still happen with rc3.

Jens



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



Bug#444958: listarchives: please remove pharma spam message

2007-10-02 Thread MJ Ray
Package: listarchives
Severity: normal

The following message:

http://lists.debian.org/debian-apache/2005/05/msg00105.html

is spam.  Since it predates the addition of the spam-reporting feature to
our list archives, though, I cannot use the newer means of reporting this
message.

This particular spam message is a bit of a problem; please consult
http://lists.debian.org/debian-www/2007/10/msg00013.html
for why.  Can we use the same solution as bug #342272, please?

Thanks for your assistance.
-- 
MJR/slef
My Opinion Only: see http://people.debian.org/~mjr/
Please follow http://www.uk.debian.org/MailingLists/#codeofconduct



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



Bug#444927: gtk+2.0: error in localized week days in GtkFileChooser

2007-10-02 Thread Loïc Minier
tags 444927 + confirmed patch upstream
forwarded 444927 http://bugzilla.gnome.org/show_bug.cgi?id=482504
stop

On Tue, Oct 02, 2007, Emil Nowak wrote:
 In 'Modifed' column in gtFileChooser I have date which is sometimes
 represented as week day name. Instead of polish characters I have quotation 
 marks here.
 
 Every program prints a lot of warnings to console when drawing FileChooser:
 Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
 
 screenshoot attached.

 The modification time returned by strftime() wasn't properly converted
 from locale encoding to UTF-8; the attached patch fixes the problem for
 me.

-- 
Loïc Minier
GNOME #482504; Debian #444927; Fix warnings and display of modified date / time
in filechooser for some locales as it was missing a locale to UTF-8 conversion

Index: gtk/gtkfilechooserdefault.c
===
--- gtk/gtkfilechooserdefault.c (revision 18873)
+++ gtk/gtkfilechooserdefault.c (working copy)
@@ -11133,7 +11133,7 @@ list_mtime_data_func (GtkTreeViewColumn 
 	}
 
   if (strftime (buf, sizeof (buf), format, tm_mtime) != 0)
-date_str = g_strdup (buf);
+date_str = g_locale_to_utf8 (buf, -1, NULL, NULL, NULL);
   else
 	date_str = g_strdup (_(Unknown));
 }


Bug#444923: Acknowledgement (evince: particular PDF causes extreme memory allocation)

2007-10-02 Thread Jon Dowland
Hello,

I've just tried this on a machine at work and experienced similar
results. The PDF did actually render (well, the corner of it that was
visible) but evince malloc'd about 80% of the memory in doing so (this
machine had 1G of memory too). This dropped if I tried to interact with
evince, although the interaction didn't cause any visible change
(scrolling and menus etc. did not work).


-- 
Jon Dowland



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



Bug#444789: Regression bug

2007-10-02 Thread Arieh Skliarouk
The same regression bug exists in version 2.2.1 of pidgin. I
downgraded packages of pidgin from version 2.2.1 to
pidgin_2.0.1-1_i386.deb (taken from testing branch), and then I was
able to connect to gtalk servers.

I had to downgrade pidgin-data and install
libavahi-compat-howl0_0.6.16-3etch1_i386.deb due to dependencies.

-- 
Arieh



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



Bug#444957: [Pkg-xfce-devel] Bug#444957: xfce4-mcs-manager: Abiword crashes at startup while xfce-mcs-manager is running

2007-10-02 Thread mmassonnet
On Tue, Oct 02, 2007 at 10:26:17AM +0200, G. Milde wrote:
 Package: xfce4-mcs-manager
 Version: 4.4.1-1
 Severity: normal
 
 
 Since some time starting abiword results in a short appearance of the slash
 screen and then a crash with
 
   #  abiword
   Abgebrochen
 
 I filed a bug report to abiword (Bug#443048) but still wondered why this
 grave problem seems to be almost unknown. At some stage, I realised that
 when using Gnome or KDE instead of XFCE, abiword works fine. Further
 experimenting revealed that killing xfce4-mcs-manager solves the abiword
 problem.
 
 Whether this incompatibility is the fault of abiword or xfce4-mcs-manager is
 above my knowledge.

What GTK engine/theme are you using under Xfce?  A known broken engine
is the gtk-qt-engine.

You can follow abiword with strace.

 Thanks, Guenter

Mike



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



Bug#63544: imusay

2007-10-02 Thread jeranne Gryszkiewicz
Crash! Boom! Bang!

C.W.T.E has the potential to return 500% to your money within 7 trading days.
Hot news released today! Check this out.

63544, call ur broker NOW.




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



Bug#445004: xsane: Invalid memory reference

2007-10-02 Thread Julien BLACHE
Aldo Maggi [EMAIL PROTECTED] wrote:

Hi,

 0xb7f02bce in __waitpid_nocancel () from /lib/libpthread.so.0
 #0  0xb7f02bce in __waitpid_nocancel () from /lib/libpthread.so.0
 #1  0xb7f2e9dd in ?? () from /usr/lib/debreaper/libviaticum.so
 #2  0x6c8e in ?? ()
 #3  0xbf8bd618 in ?? ()
 #4  0x in ?? ()

Please tell me what you were doing when XSane crashed, as precisely as
possible, and which scanner you use.

I've got a similar report already and this is one is just as useless
as the previous one, due to what appears to be a bug in debreaper, the
tool that you use to report that problem automatically.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - [EMAIL PROTECTED] 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#445009: portmap: [INTL:ru] Russian debconf templates translation update

2007-10-02 Thread Yuri Kozlov
Package: portmap
Severity: wishlist
Tags: l10n patch


Russian debconf templates translation update is attached.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-1-amd64
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
# translation of ru.po to Russian
# Russian translation of portmap.
# Copyright (C) 2006
# This file is distributed under the same license as the portmap package.
#
#
# Aleksandr Bouksha [EMAIL PROTECTED], 2006.
# Yuri Kozlov [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: 6.0-4\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-09-19 06:50+0200\n
PO-Revision-Date: 2007-09-24 21:06+0400\n
Last-Translator: Yuri Kozlov [EMAIL PROTECTED]\n
Language-Team: Russian [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms:  nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  
n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n

#. Type: boolean
#. Description
#: ../templates:2001
msgid Should portmap be bound to the loopback address?
msgstr Ограничить portmap работой только на интерфейсе обратной связи?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
By default, portmap listens to all IP addresses. However, if this machine 
does not provide network RPC services (such as NIS or NFS) to remote 
clients, you can safely bind it to the loopback IP address (127.0.0.1).
msgstr 
По умолчанию portmap ожидает соединений со всех IP-адресов машины. Однако, 
если эта машина не предоставляет сетевых RPC сервисов (например, NFS и NIS) 
для других компьютеров, то допустимо ограничить работу portmap адресом 
обратной связи (127.0.0.1).

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
This will allow RPC local services (like FAM) to work properly, while 
preventing remote systems from accessing the RPC services.
msgstr 
Это позволит локальным RPC сервисам (например FAM) работать корректно, в то 
же время не позволяя другим компьютерам иметь доступ к вашим RPC сервисам.

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
This configuration can be changed by editing the OPTIONS line in the /etc/
default/portmap file and adapting the use of the -i option to your needs.
msgstr 
Вы можете поменять эту настройку, отыскав строку OPTIONS в файле 
/etc/default/portmap и изменив параметр -i согласно вашим требованиям.



Bug#445010: lists.debian.org: cdwrite list has wrong url on web subscription page

2007-10-02 Thread jaime
Package: lists.debian.org
Severity: normal

The Mailing List Subscription page 
(http://www.debian.org/MailingLists/subscribe)
has the wrong name/url for the cdwrite mailing list.

The text of the link is other-cdwrite and I think it should be 
cdwrite. Also, the link points to 
http://lists.debian.org/other-cdwrite/ (which returns a 404 Not Found) 
whereas the url http://lists.debian.org/cdwrite/ seems to be more 
suitable.

Thanks.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)



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



Bug#207410: Bei uns verdienen Sie schnell und bequem. Zerix Intern.Transver

2007-10-02 Thread Elinor Locke
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski



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



Bug#204687: Zerix Intern.Transver bietet Ihnen eine besondere Job an

2007-10-02 Thread Claudio Bates
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski



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



Bug#200715: Nur bei uns kцnnen Sie verdienen von 300 bis 600 Euro in Woche

2007-10-02 Thread Roy Patrick
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#208701: Bei uns verdienen Sie schnell und bequem. Zerix Intern.Transver

2007-10-02 Thread Rhea Roberson
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#107264: Stellangebot in Deutschland sehr gut verdienen nur 5 bis 15std. in Woche

2007-10-02 Thread Aurora Fitzpatrick
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski





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



Bug#187019: missed me ;-)

2007-10-02 Thread Isaiah Hurd
  
Want to meet with young girl ?

Want to have sex with 12 years old girls ?
We will help you !
 
mailto:[EMAIL PROTECTED]
   





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



Bug#20977: Nur bei uns kцnnen Sie verdienen von 300 bis 600 Euro in Woche

2007-10-02 Thread Terrie Bryant
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#204818: Bei uns verdienen Sie schnell und bequem. Zerix Intern.Transver

2007-10-02 Thread Stuart Honeycutt
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#444961: starting a domU kills the system

2007-10-02 Thread Andreas Barth
Package: linux-image-2.6.18-5-xen-amd64
Version: 2.6.18.dfsg.1-13etch2
Severity: critical

Hi,

after starting a domU with linux-image-2.6.18-xen-3.1-1-amd64, version
2.6.18.dfsg.1-15+xen.1 (from
http://194.39.182.225/debian/linux-2.6/xen-extra/ as told by waldi),
the host system and all domUs suddenly stop with this error:

Oct  2 01:42:23 urd kernel: --- [cut here ] - [please bite here 
] -
Oct  2 01:42:23 urd kernel: CPU 1
Oct  2 01:42:23 urd kernel: Modules linked in: xt_physdev xfs iptable_filter 
ip_tables x_tables ipv6 bridge loop floppy shpchp pci_hotplug serial
_core pcspkr serio_raw psmouse i2c_nforce2 i2c_core evdev joydev ext3 jbd 
mbcache dm_mirror dm_snapshot dm_mod raid456 xor raid1 md_mod ide_gener
ic ide_cd cdrom sd_mod usb_storage usbhid sata_nv libata scsi_mod e1000 amd74xx 
forcedeth ohci_hcd generic ide_core ehci_hcd fan
Oct  2 01:42:23 urd kernel: Pid: 21, comm: xenwatch Not tainted 
2.6.18-5-xen-amd64 #1
Oct  2 01:42:23 urd kernel: RIP: e030:[80360ee3]  
[80360ee3] retrigger+0x26/0x3e
Oct  2 01:42:23 urd kernel: RSP: e02b:8800f2917d88  EFLAGS: 00010046
Oct  2 01:42:23 urd kernel: RAX:  RBX: 8980 RCX: 
ff578000
Oct  2 01:42:23 urd kernel: RDX: 0024 RSI: 8800f2917d30 RDI: 
0113
Oct  2 01:42:23 urd kernel: RBP: 804cde00 R08: 8800f284cbf0 R09: 
88000a36fd00
Oct  2 01:42:23 urd kernel: R10: 88000a36f800 R11: 80360ebd R12: 
0113
Oct  2 01:42:23 urd kernel: R13: 804cde3c R14:  R15: 
0008
Oct  2 01:42:23 urd kernel: FS:  2b6951249ae0() 
GS:804c4080() knlGS:
Oct  2 01:42:23 urd kernel: CS:  e033 DS:  ES: 
Oct  2 01:42:23 urd kernel: Process xenwatch (pid: 21, threadinfo 
8800f2916000, task 8800f28f5080)
Oct  2 01:42:23 urd kernel: Stack:  802a0646  88000a36fd00  
88000a36fd00  
Oct  2 01:42:23 urd kernel:  8800f2917de0  020b  
8036da4e  
Oct  2 01:42:23 urd kernel:  8036dec6  8800f2917ea4
Oct  2 01:42:23 urd kernel: Call Trace:
Oct  2 01:42:23 urd kernel:  [802a0646] enable_irq+0x9d/0xbc
Oct  2 01:42:23 urd kernel:  [8036da4e] __netif_up+0xc/0x15
Oct  2 01:42:23 urd kernel:  [8036dec6] netif_map+0x2a6/0x2d8
Oct  2 01:42:23 urd kernel:  [8035c227] bus_for_each_dev+0x61/0x6e
Oct  2 01:42:23 urd kernel:  [803666d0] xenwatch_thread+0x0/0x145
Oct  2 01:42:23 urd kernel:  [803666d0] xenwatch_thread+0x0/0x145
Oct  2 01:42:23 urd kernel:  [80368210] frontend_changed+0x2ba/0x4f9
Oct  2 01:42:23 urd kernel:  [803666d0] xenwatch_thread+0x0/0x145
Oct  2 01:42:23 urd kernel:  [8028f837] 
keventd_create_kthread+0x0/0x61
Oct  2 01:42:23 urd kernel:  [80365ade] 
xenwatch_handle_callback+0x15/0x48
Oct  2 01:42:23 urd kernel:  [803667fd] xenwatch_thread+0x12d/0x145
Oct  2 01:42:23 urd kernel:  [8028f9fa] 
autoremove_wake_function+0x0/0x2e
Oct  2 01:42:23 urd kernel:  [8028f837] 
keventd_create_kthread+0x0/0x61
Oct  2 01:42:23 urd kernel:  [803666d0] xenwatch_thread+0x0/0x145
Oct  2 01:42:23 urd kernel:  [802334da] kthread+0xd4/0x107
Oct  2 01:42:23 urd kernel:  [8025c7d8] child_rip+0xa/0x12
Oct  2 01:42:23 urd kernel:  [8028f837] 
keventd_create_kthread+0x0/0x61
Oct  2 01:42:23 urd kernel:  [80233406] kthread+0x0/0x107
Oct  2 01:42:23 urd kernel:  [8025c7ce] child_rip+0x0/0x12


The host (and all domUs) run etch, with the only exception being the
newer kernel.

Setting this bug report to critical as crashing the whole machine by
starting a new guest sounds to me like an exploitable issue in the xen
handlers. (This could of course be wrong, so feel free to adjust the
severity.)


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/



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



Bug#193883: Zerix Intern.Transver bietet Ihnen eine besondere Job an

2007-10-02 Thread Carmen Benjamin
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#206364: missed me ;-)

2007-10-02 Thread Dianne Cote
   
Want to meet with young girl ?

Want to have sex with 12 years old girls ?
We will help you !
 
mailto:[EMAIL PROTECTED]
 





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



Bug#383802: gnu-efi amd64 already in

2007-10-02 Thread Eugen Dedu

Hi,

gnu-efi has amd64 support.  Any chance to have refit for amd64 too?

Cheers,
--
Eugen Dedu



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



Bug#445005: iceweasel: crosshair cursor shape misbegotten

2007-10-02 Thread Toni Mueller
Package: iceweasel
Version: 2.0.0.6-0etch1
Severity: minor


Hello,

the crosshair cursor is not a crosshair cursor, but instead a big, white
swiss cross with a shade. This is very annoying whenever I need to work
with Measure It (an extension I often use). I'd like to see the
standard cursor shape instead and wonder why UI designers like to trade
usability for eye candy.


Best,
--Toni++


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (600, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-xen-amd64
Locale: LANG=de_DE.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)

Versions of packages iceweasel depends on:
ii  debianutils2.17  Miscellaneous utilities specific t
ii  fontconfig 2.4.2-1.2 generic font configuration library
ii  libatk1.0-01.12.4-3  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5+etch1 FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgtk2.0-02.8.20-7  The GTK+ graphical user interface 
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmyspell3c2  1:3.1-18  MySpell spellchecking library
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxp6 1:1.0.0.xsf1-1X Printing Extension (Xprint) clie
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  psmisc 22.3-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3-13compression library - runtime

iceweasel recommends no packages.

-- no debconf information



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



Bug#444941: [Pkg-virtualbox-devel] Bug#444941: virtualbox-ose: VBoxDDU.so

2007-10-02 Thread Michael Meskes
On Tue, Oct 02, 2007 at 04:05:00PM +1000, Ben Hay wrote:
 Some more useful information as a result of running VBoxManager directly:
 
  /usr/lib/virtualbox/VBoxManage list usbhost
  /usr/lib/virtualbox/VBoxManage: error while loading shared libraries:
  VBoxDDU.so: cannot open shared object file: No such file or directory

This is to be expected as vboxmanage essentially sets LD_LIBRARY_PATH to
the path where, among others, VBoxDDU.so is located and then starts
/usr/lib/virtualbox/VBoxManage.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#199653: Sie kцnnen Bei uns von 300 bis 600 Euro in Woche verdienen

2007-10-02 Thread Jerrod Winter
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#199531: Zerix Intern.Transver bietet Ihnen eine besondere Job an

2007-10-02 Thread Amanda Hudson
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#444976: CVE-2007-2606: Multiple buffer overflows

2007-10-02 Thread Steffen Joeris
Package: firebird2.0
Severity: important

Hi

There is another CVE[0] issued for firebird2.0.
I am not sure, if that is covered with the new upstream release. Could
you maybe comment on that?

CVE-2007-2606:

Multiple buffer overflows in Firebird 2.1 allow attackers to trigger
memory corruption and possibly have other unspecified impact via certain
input processed by (1) config\ConfigFile.cpp or (2) msgs\check_msgs.epp.
NOTE: if ConfigFile.cpp reads a configuration file with restrictive
permissions, then the ConfigFile.cpp vector may not cross privilege
boundaries and perhaps should not be included in CVE. 
  
Thanks for your efforts

Cheers
Steffen

[0]: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-2606



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



Bug#193760: Zerix Intern.Transver bietet Ihnen eine besondere Job an

2007-10-02 Thread Sharlene Poole
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski



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



Bug#444985: live-helper: lh_build installs kernel amd64 kernel even with option -a i386

2007-10-02 Thread Daniel Baumann
Yves Combe wrote:
 $ grep -r LH_ARCH config/
 config/bootstrap:# $LH_ARCHITECTURE: select chroot architecture
 config/bootstrap:LH_ARCHITECTURE=i386

what is the value for LH_LINUX_FLAVOURS?

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#102213: Sie kцnnen Bei uns von 300 bis 600 Euro in Woche verdienen

2007-10-02 Thread Sheryl Gutierrez
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski





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



Bug#199685: Bei uns verdienen Sie schnell und bequem. Zerix Intern.Transver

2007-10-02 Thread Tamara Goodwin
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski



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



Bug#190891: Die beste Mцglichkeit Geld zu verdinen mit Firma Zerix

2007-10-02 Thread Art Vernon
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#443500: (no subject)

2007-10-02 Thread Patrick Winnertz
Can you please try setxkbmap fr in X and try again?

Greetings
Patrick
-- 
 .''`.   Patrick Winnertz [EMAIL PROTECTED]
:  :' :  GNU/Linux Debian-Edu Developer
`. `'`   http://www.der-winnie.de http://d.skolelinux.org/~winnie
  `-  Debian - when you have better things to do than fixing systems



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



Bug#206641: Sie kцnnen Bei uns von 300 bis 600 Euro in Woche verdienen

2007-10-02 Thread Meredith Reagan
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski





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



Bug#203098: Zerix Intern.Transver bietet Ihnen eine besondere Job an

2007-10-02 Thread Merle Hart
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski





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



Bug#444987: gs-common: dvipdf + ps2pdf on .tex gives wrong papersize

2007-10-02 Thread Alexander Bugl
Package: gs-common
Version: 0.3.11
Severity: normal


When creating a LaTeX file in DIN A4 beginning like this
  \documentclass[a4paper]{scrartcl}
(it is independant of the LaTeX class), running latex on it, and then
running dvipdf or (dvips + ps2pdf) on it, the document comes out in
paper format letter (gv shows y792x612), which is wrong.

It does not change anything if I set LC_ALL and LANG to de_DE.UTF-8.

On Debian Sarge this worked as it should (resulting paper size is DIN A4).

On Debian Etch it works as expected if I use dvips -t a4 to create
the .dvi file.

Maybe this problem is related to bug report #256011? Or is it a problem
of dvips (we use tetex-bin).

It would be helpful if you can provide me with a fix for this problem,
as we are running ~150 Linux workstations, on which many people use
LaTeX and will not be able to create PDF files with the correct paper
size as it worked before on Debian Sarge. To tell everyone to use -t a4
is not an option, I think.

Thank you, with regards, Alex

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gs-common depends on:
ii  debconf [debc 1.5.11 Debian configuration management sy
ii  debianutils   2.17   Miscellaneous utilities specific t
ii  defoma0.11.10-0.1Debian Font Manager -- automatic f
ii  gs-gpl [gs]   8.54.dfsg.1-5  The GPL Ghostscript PostScript int
ii  gsfonts   1:8.11+urwcyr1.0.7~pre41-1 Fonts for the Ghostscript interpre

gs-common recommends no packages.

-- no debconf information



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



Bug#441801: hibernate: fails with suspend2 and filewriter plugin

2007-10-02 Thread me
On Monday 01 October 2007 01:25:00 martin f krafft wrote:
 Please see if the attached patch by Matthias Henseler fixes the
 issue.

Hello. Patch from Matthias didn't solve the problem. But i found message 
(http://lists.tuxonice.net/lurker/message/20070927.120028.f880919b.en.html) 
on suspend2-devel maillist with small patch which solve this issue. 

--
Eugene
diff -ruN hibernate-1.96~pre-svn.r1136.orig/scriptlets.d/suspend2 hibernate-1.96~pre-svn.r1136/scriptlets.d/suspend2
--- hibernate-1.96~pre-svn.r1136.orig/scriptlets.d/suspend2	2007-10-03 02:53:23.0 +1100
+++ hibernate-1.96~pre-svn.r1136/scriptlets.d/suspend2	2007-10-03 02:59:39.0 +1100
@@ -99,6 +99,8 @@
 [ -d $SWSUSP_ROOT/swap/ ]  SWAPWRITER_ROOT=$SWSUSP_ROOT/swap
 [ -d $SWSUSP_ROOT/user_interface/ ]  UI_ROOT=$SWSUSP_ROOT/user_interface
 [ -d $SWSUSP_ROOT/storage_manager/ ]  STORAGEMAN_ROOT=$SWSUSP_ROOT/storage_manager
+[ -e $SWSUSP_ROOT/resume ]  RESUME_FILE=resume 
+[ -e $SWSUSP_ROOT/resume2 ]  RESUME_FILE=resume2 
 
 SWSUSP_DEFAULT_ALL_SETTINGS_FILE=$SWSUSP_D/swsusp2-all-settings.conf
 HIBERNATE_FILEWRITER_TRAIL=/var/run/suspend2_filewriter_image_exists


Bug#193934: Bei uns verdienen Sie schnell und bequem. Zerix Intern.Transver

2007-10-02 Thread Gil Pina
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#192954: Die beste Mцglichkeit Geld zu verdinen mit Firma Zerix

2007-10-02 Thread Shelby Kent
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski



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



Bug#192008: Suchen Sie Mini Job? Dann sind Sie auf dem richtigen Weg

2007-10-02 Thread Corrine Burrell

Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?

Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!

Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
aufgaben gehört neben dem klassischem Kredit ,Leasing und
Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union ,Money
Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind

verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und

bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen


Mit freundlichem Grüße  


Manager: Maksim Kovalski




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



Bug#444970: squirrelmail: Can't send attachment.

2007-10-02 Thread [EMAIL PROTECTED]
Package: squirrelmail
Version: 2:1.4.11-1
Severity: critical
Justification: causes serious data loss

When I try to send a message with an attachment (of any type), the
message will be sent without...


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

Kernel: Linux 2.6.22.9 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages squirrelmail depends on:
ii  apache2 2.2.6-1  Next generation, scalable, extenda
ii  apache2-mpm-prefork [ht 2.2.6-1  Traditional model for Apache HTTPD
ii  libapache2-mod-php4 6:4.4.4-9+lenny1 server-side, HTML-embedded scripti
ii  perl5.8.8-11 Larry Wall's Practical Extraction 
ii  php46:4.4.4-9+lenny1 server-side, HTML-embedded scripti

Versions of packages squirrelmail recommends:
ii  aspell [aspell-bin] 0.60.5-1 GNU Aspell spell-checker
ii  ispell  3.1.20.0-4.4 International Ispell (an interacti
ii  squirrelmail-locales1.4.9-20070106-1 Translations for the SquirrelMail 

-- no debconf information



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



Bug#190581: Nur bei uns kцnnen Sie verdienen von 300 bis 600 Euro in Woche

2007-10-02 Thread Elizabeth Zamora
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#204378: Bei uns verdienen Sie schnell und bequem. Zerix Intern.Transver

2007-10-02 Thread Olga Connors
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#196251: Sie kцnnen Bei uns von 300 bis 600 Euro in Woche verdienen

2007-10-02 Thread Martina Morales
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski



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



Bug#206212: Zerix Intern.Transver bietet Ihnen eine besondere Job an

2007-10-02 Thread Ezra Starr
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski



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



Bug#444986: snmpd: argument parsing causes segfaults

2007-10-02 Thread Mark A. Hershberger
Package: snmpd
Version: 5.3.1-6ubuntu1
Severity: serious

$ sudo snmpd -LS
Segmentation fault
$ sudo snmpd -LE
Segmentation fault
$ sudo snmpd -LO
Segmentation fault

But argument parsing for the -LS option is messed up further:
$ sudo snmpd -LSwd
invalid syslog facility: S

Attached patch fixes the problem.

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

Kernel: Linux 2.6.22-12-generic (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/dash

Versions of packages snmpd depends on:
ii  adduser3.103ubuntu1  Add and remove users and groups
ii  debconf1.5.14Debian configuration management sy
ii  libc6  2.6.1-1ubuntu8GNU C Library: Shared libraries
ii  libsensors31:2.10.4-1ubuntu1 library to read temperature/voltag
ii  libsnmp10  5.3.1-6ubuntu1NET SNMP (Simple Network Managemen
ii  libwrap0   7.6.dbs-14Wietse Venema's TCP wrappers libra

snmpd recommends no packages.
diff -ub net-snmp-5.4.1\~dfsg/snmplib/snmp_logging.c\~ net-snmp-5.4.1\~dfsg/snmplib/snmp_logging.c
--- net-snmp-5.4.1~dfsg/snmplib/snmp_logging.c~	2007-10-01 19:41:28.0 -0400
+++ net-snmp-5.4.1~dfsg/snmplib/snmp_logging.c	2007-10-01 22:48:14.0 -0400
@@ -179,6 +179,8 @@
 {
 int pri_low = LOG_DEBUG;
 
+if (optarg == NULL)
+return -1;
 
 switch (*optarg) {
 case '0':
@@ -386,7 +388,7 @@
 case 'S':
 priority = decode_priority( optarg, pri_max );
 if (priority == -1 || !argv)  return -1;
-optarg = argv[++optind];
+optarg++;
 /* Fallthrough */
 case 's':
 if (inc_optind)

Diff finished.  Tue Oct  2 08:59:29 2007


Bug#207657: Zerix Intern.Transver bietet Ihnen eine besondere Job an

2007-10-02 Thread Michael Williams

Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?

Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!

Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
aufgaben gehört neben dem klassischem Kredit ,Leasing und
Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union ,Money
Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind

verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und

bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen


Mit freundlichem Grüße  


Manager: Maksim Kovalski




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



Bug#203461: Suchen Sie Mini Job? Dann sind Sie auf dem richtigen Weg

2007-10-02 Thread Rosario Fuentes
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski




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



Bug#444012: Same problem. Workaround.

2007-10-02 Thread manuelva
Hi,

I have the exact same problem. I have found a workaround:

1. Downgrade evolution to lenny's versions:

# ls
evolution_2.10.3-1_i386.deb
evolution-common_2.10.3-1_all.deb
evolution-data-server_1.10.3-1_i386.deb
evolution-data-server-common_1.10.3-1_all.deb
evolution-data-server-dbg_1.10.3-1_i386.deb
evolution-dbg_2.10.3-1_i386.deb
evolution-exchange_2.10.3.dfsg-1_i386.deb
evolution-exchange-dbg_2.10.3.dfsg-1_i386.deb

# dpkg -i evolution*

2. Run evolution. Evolution now can connect to exchange, but crashes shortly 
after started (Try Ctrl+N), complaining about libthread_.so

3. Upgrade evolution back to sid's versions with aptitude. 

Now Evolution works, but only until the next restart of the machine.

Best regards,
Manuel.



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



Bug#445008: ITP: lazygal -- Static web gallery generator

2007-10-02 Thread Michal Čihař
Package: wnpp
Severity: wishlist
Owner: Michal Čihař [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: lazygal
  Version : none released yet
  Upstream Author : Alexandre Rossi [EMAIL PROTECTED]
* URL : http://sousmonlit.dyndns.org/~niol/playa/oss:lazygal
* License : GPL
  Programming Lang: Python
  Description : Static web gallery generator

lazygal is another static web gallery generator written in Python. It is
command line based, uses reusable engine and is lazy - it regenerates
only parts that have to be regenerated.

There is support for many interesting features like subgalleries, EXIF
information, theming and custom folder meta data. Included themes are
pure XHTML + CSS.

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

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iD8DBQFHAngC3DVS6DbnVgQRAup3AJoDs5xfUzunJSMNE9SCAU/+MbBrXACcCFsJ
leMv+mXxlqDNYG2rgFDgZvo=
=ugIl
-END PGP SIGNATURE-



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



Bug#207400: Suchen Sie Mini Job? Dann sind Sie auf dem richtigen Weg

2007-10-02 Thread Therese Joyner

Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?

Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!

Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
aufgaben gehört neben dem klassischem Kredit ,Leasing und
Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union ,Money
Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind

verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und

bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen


Mit freundlichem Grüße  


Manager: Maksim Kovalski




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



Bug#444343: [Debian-med-packaging] Bug#444343: Bug#444343: Bug#444343: mummer: needs build dependency on libc headers and C++ compiler

2007-10-02 Thread Nelson A. de Oliveira
Hi Robert!

On 10/2/07, Robert Buels [EMAIL PROTECTED] wrote:
 Thanks Nelson, I had forgotten build-essential.  Pardon the useless bug
 report.

It's not useless.
You are welcome to ask all the doubts that you have :-)

Best regards,
Nelson



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



Bug#10520: Zerix Intern.Transver bietet Ihnen eine besondere Job an

2007-10-02 Thread Valentin Moser
Zerix Intern.Transver
Manager: Maksim Kovalski
109153 Moskau
leningradskiy 337/2
Tel +7 984-641-1756


Arbeiten Sie endlich für sich selbst! 
Sie wollen sich beruflich verändern ?
Sie kommen in ihrem job nicht wie gewünscht voran und wollen eine
 neuen karriere-kurs einschlagen? Dann sollten wir uns kennen lernen!!! 
Nehmen Sie Ihre Zukunft selbst in die Hand!
Wir sind ein europaweit tätiges Spezialkreditinstitut. Zu unserem
 Kunden gehören konzerneigene und fremde Handelsunternehmen. Zu unserem
 aufgaben gehört neben dem klassischem Kredit ,Leasing und
 Unternehmäskauf/Verkauf (Nachfolgeregelungen) ,Transfer per Western Union 
,Money
 Grimm .In diesem Augenblick arbeiten für uns bereits mehr als 100
 unabhängige Agenten auf der ganzen Welt.
Für unsere Kunde haben wir spezifische Bankdienstleistungen
 entwickelt. Wir bieten  Ihnen eine interessantes Aufgabengebiet mit guten
 persönlichen Entwicklungschancen.
Zu Verstärkung unsere Team  brauchen wir  einen Projekt-Koordinator. 
Zur Zeit wächst unsere Firma und wir haben eine beschränkte Zahl von
 vakanten Stellen. 
Sie haben Interesse an Weiterbildung, können gut organisieren, sind
 verantwortungsbewusst  und überzeugungsstark? Und sie suchen eine Voll
 oder  Teilzeitbeschäftigung? Dann bewerben sie sich! Auch
 Widereinsteiger /innen sind uns willkommen.
Insbesondere eine VOB-konforme Arbeitsweise machen Sie zum idealen
 Kandidaten. 
Wir möchten betonen, dass keinerlei Investitionen Ihrerseits
 erforderlich sind, um mit uns zusammenzuarbeiten. 
Ihre aufgaben liegen in der umfassenden ganzheitlichen und
 bedarfsorientierten Beratung, sowie der aktiven Neu- und 
Bestandkundenakquisition
 unserer Privatkunden.

Haben Sie Interesse an dieser Arbeit, teilen Sie uns bitte mit und wir
 werden uns danach mit Ihnen zum Interview in Verbindung setzen.

Senden Sie uns ihre Antwort an: [EMAIL PROTECTED]

und Sie erhalten weitere Informationen

Sollten sie noch eventuelle Fragen haben,
wird Ihnen selbstverständlich einer unserer 
deutschen Mitarbeiter Zur Verfügung stehen

Mit freundlichem Grüße  

Manager: Maksim Kovalski



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



Bug#444995: rtorrent killed

2007-10-02 Thread Xavier
Package: rtorrent
Version: 0.6.4-1
Severity: normal



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: arm (armv5tel)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-ixp4xx
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages rtorrent depends on:
ii  libc62.6-5   GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-2 common error description library
ii  libcurl3 7.15.5-1etch1   Multi-protocol file transfer libra
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libkrb53 1.6.dfsg.1-6MIT Kerberos runtime libraries
ii  libncurs 5.5-5   Shared libraries for terminal hand
ii  libsigc+ 2.0.17-2type-safe Signal Framework for C++
ii  libssl0. 0.9.8e-5SSL shared libraries
ii  libstdc+ 4.1.1-21The GNU Standard C++ Library v3
ii  libtorre 0.10.4-1a C++ BitTorrent library
ii  zlib1g   1:1.2.3.3.dfsg-5compression library - runtime

rtorrent recommends no packages.

-- no debconf information



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



  1   2   3   4   5   6   >