Bug#471924: mplayer by default does not play filenames with spaces

2008-03-21 Thread Aljaž Prusnik

Package: mplayer
Version: 1.1.0.rc2svn20071207-0.3

When clicking on a filename that contains spaces, I get this error:

Fail to open file filename with spaces.

The fix is below, but the problem is I have to do this everytime there
is a new version of mplayer. Is it possible to get this in the default
settings?

Fix:
http://ubuntuforums.org/showpost.php?p=3929062postcount=8

The fix, editing /usr/share/applications/mplayer.desktop and changing
'Exec=gmplayer %U' to 'Exec=gmplayer %F', works...


Regards,
Aljaz




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



Bug#471905: wpasupplicant: Wpasupplicant works only good if I start it with low Priority

2008-03-21 Thread Gregor Adamczyk

 Show the failing configuration.

 Thanks.


The same config without the nice fails.

/etc/network/interfaces:

allow-hotplug wlan0
iface wlan0 inet dhcp
pre-up wpa_supplicant -B -i wlan0 -c 
/etc/wpa_supplicant/wpa_supplicant.conf -D wext; sleep 10;

post-down killall -q dhclient wpa_supplicant;

I can reproduce this.
If I delete only the nice in the pre-up it is much more difficult to 
establish a connection.


I test it with:
ifdown wlan0
ifup wlan0

with the low priority of wpa_supplicant,  dhcp works very fast and 
becomes every time an IP.

with normal priority, dhclient starts but fails very often.



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



Bug#471925: RFP: factor -- a practical stack language

2008-03-21 Thread Pierre THIERRY
Package: wnpp
Severity: wishlist

* Package name: factor
  Version : 0.91
  Upstream Author : Slava Pestov [EMAIL PROTECTED]
* URL : http://factorcode.org/
* License : BSD
  Programming Lang: C, Factor
  Description : a practical stack language

Factor is a general purpose, dynamically typed, stack-based programming
language.

The Factor implementation includes a VM together with an extensive
library. The VM is written in C and provides basic runtime support and
memory management. The library provides building blocks for
applications. Factor is compiled to machine code, and on Mac OS X, can
be used to build stand-alone native applications.

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

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

-- 
[EMAIL PROTECTED]
OpenPGP 0xD9D50D8A


signature.asc
Description: Digital signature


Bug#471926: warning when dhcp client not found

2008-03-21 Thread Harald Dunkel

Package: ifupdown
Version: 0.6.8
Severity: wishlist

It would be very nice if ifup could print a syslog warning when there
are some network interfaces defined for dhcp, but no dhcp client could
be found.

Somehow I had deinstalled dhcp3-client by accident, and on the next
boot there was no indication in syslog or anywhere about what went
wrong.



Many thanx

Harri



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



Bug#471905: Acknowledgement (wpasupplicant: Wpasupplicant works only good if I start it with low Priority)

2008-03-21 Thread Gregor Adamczyk

I spend much time to sole the problem, I tested more than one configuration.

A test with here described configuration methods:
/usr/share/doc/wpasupplicant/README.modes.gz

like (psk is not true in this example):

allow-hotplug wlan0
iface wlan0 inet dhcp
   wpa-driver wext
   wpa-ssid netkult
   wpa-psk 
000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f


or

iface wlan0 inet dhcp
   wpa-driver wext
   wpa-ssid netkult
   wpa-psk 
000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f

auto wlan0

if I start the interface with:

ifup wlan0

I don't become an IP.

I try again with manual dhcp test:

killall dhclient
dhclient wlan0

Wait wait wait

After this I renice the deamon of wpa-supplicant with htop.

dhclient wlan0 works directly.

After some other tests I write the pre-up config.



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



Bug#471927: RFP: scratch -- easy programming environment designed for kids

2008-03-21 Thread Pierre THIERRY
Package: wnpp
Severity: wishlist

* Package name: scratch
  Version : 1.2.1
  Upstream Author : http://scratch.mit.edu/pages/credits
* URL : http://scratch.mit.edu/pages/source
* License : MIT
  Programming Lang: Smalltalk
  Description : easy programming environment designed for kids

Scratch is a new programming language that makes it easy to create your
own interactive stories, animations, games, music, and art -- and share
your creations on the web.

Scratch is designed to help young people (ages 8 and up) develop 21st
century learning skills. As they create Scratch projects, young people
learn important mathematical and computational ideas, while also gaining
a deeper understanding of the process of design.

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

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

-- 
[EMAIL PROTECTED]
OpenPGP 0xD9D50D8A


signature.asc
Description: Digital signature


Bug#471905: Info received (Bug#471905: wpasupplicant: Wpasupplicant works only good if I start it with low Priority)

2008-03-21 Thread Gregor Adamczyk
Can you tell me for this example, in witch script on witch position I 
can write my nice to start wpa-supplicant directly in low priority?


allow-hotplug wlan0
iface wlan0 inet dhcp
  wpa-driver wext
  wpa-ssid netkult
  wpa-psk 
000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f



I change in my tests:
/etc/wpa_supplicant/functions.sh

the line to
WPA_SUP_BIN=nice -10 /sbin/wpa_supplicant

but this is maybe not correct, and wpa_supplicant doesn't start anymore.

I change it back to original and write the per-up line in 
/etc/networking/interfaces




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



Bug#471928: (no subject)

2008-03-21 Thread Matías Teplitzky
Subject: xserver-xorg: It does not work with an Intel 845G integrated graphic 
card.
Package: xserver-xorg
Version: 1:7.2-5
Severity: important

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


Hi,


I am running Debian testing (Lenny) on an Acer TravelMate 230, and X.org does 
not work properly with an Intel 845G integrated graphic card. Both the i810 
and the intel video drivers fail to work. I always get the same errors from 
X.org, which can be seen below.

Workarounds that I have tried (and failed) by modifying the xorg.conf file:



- Replaced default vertrefresh values (43-72) for new ones (50-60).

- Changed defualt depth resolution from 24 to 16.
 
- Disabled dri and glx modules. 

- Changed default resolution from 1024x768 to 800x600.




Using the vesa driver I get X.org running, but a blank screen appears
when I log out.


Since I am using a custom vainilla 2.6.24.3 kernel, I also tried running
the 2.6.22-3-686 default Lenny kernel, and got the same results. 


Note that with the same xorg.conf content that is shown below, Debian Etch
X.org works perfectly.





Thanks.

Regards!.





PS: Please be patient since English is not my native language and this
is my first bug report in Debian. 






00:00.0 Host bridge: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE DRAM 
Controller/Host-Hub Interface (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) 
USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI 
Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 82)
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC Interface 
Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus 
Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02)
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 
Modem Controller (rev 02)
02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
02:09.0 CardBus bridge: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus 
Controller



00:00.0 0600: 8086:2560 (rev 03)
00:02.0 0300: 8086:2562 (rev 03)
00:1d.0 0c03: 8086:24c2 (rev 02)
00:1d.1 0c03: 8086:24c4 (rev 02)
00:1d.2 0c03: 8086:24c7 (rev 02)
00:1d.7 0c03: 8086:24cd (rev 02)
00:1e.0 0604: 8086:244e (rev 82)
00:1f.0 0601: 8086:24c0 (rev 02)
00:1f.1 0101: 8086:24cb (rev 02)
00:1f.3 0c05: 8086:24c3 (rev 02)
00:1f.5 0401: 8086:24c5 (rev 02)
00:1f.6 0703: 8086:24c6 (rev 02)
02:05.0 0200: 10ec:8139 (rev 10)
02:09.0 0607: 1217:6972






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


X server symlink status:
lrwxrwxrwx 1 root root 13 2008-03-02 00:37 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1737240 2008-01-18 22:56 /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 does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3224 2008-03-20 21:42 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/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
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath

Bug#471929: omega-rpg: Should allow intentionally jumping in a trap door

2008-03-21 Thread Josh Triplett
Package: omega-rpg
Version: 1:0.90-pa9-14
Severity: wishlist

Given sufficient agility, you will always or almost always avoid
falling through a trap door.  However, sometimes you might *want* to
fall through a trap door to reach the next level.  I'd like to have a
way to intentionally fall through the trap door without trying to
avoid it.

- Josh Triplett

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

Kernel: Linux 2.6.24-1-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 omega-rpg depends on:
ii  libc6 2.7-9  GNU C Library: Shared libraries
ii  libncurses5   5.6+20080203-1 Shared libraries for terminal hand

omega-rpg recommends no packages.

-- no debconf information



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



Bug#457892: progress

2008-03-21 Thread Rudy Godoy Guillén
Hello, is there any progress on this?

I'd like to help if needed.

best regards

-- 
Rudy Godoy | 0x3433BD21 | http://www.htu.com.pe  ,''`.
http://www.apesol.org  -  http://www.debian.org  : :' :
GPG FP: 0D12 8537 607E 2DF5 4EFB  35A7 550F 1A00 3433 BD21   `. `'
   `-


signature.asc
Description: Digital signature


Bug#471930: konqueror: Konqueror urldecodes URLs and remembers the decoded URL

2008-03-21 Thread Robbert Haarman
Package: konqueror
Version: 4:3.5.5a.dfsg.1-6etch2
Severity: normal

When you open a page whose URL contains characters that must be 
urlencoded, Konqueror will let you enter the URL properly encoded (with 
% escapes, etc.) and visit the page correctly.

However, it will decode the URL and display the decoded URL in the 
address bar (e.g. + will be changed to space, %2B will be changed to +, 
etc.) This often causes the URL in the address bar to not actually be 
a valid URL. For example, if you select the address bar and press 
return, you will receive an error, or at the very least not go to the 
same page whose URL you originally entered.

The decoded URL is also saved in the history, so that you can, for 
example, use the up and down arrow keys in the address bar to select a 
previously visited page, and not go there, because the URL that has been 
saved with it is not the right URL, but the urldecoded version of it.

This behavior annoys me. I can see the point of wanting to display the 
address in decoded form for some users in some situations (e.g. when 
using Konqueror as a file manager - which I never do, by the way). 
However, I would, at the very least, want to be able to turn off this 
functionality, so that the URLs I enter will not be mangled.

Steps to reproduce:
 - Visit any website with an URL that contains characters that need 
   escaping. For example:
   http://slashdot.org/~RAMMS%2BEIN/

 - Konqueror will correctly open the page, but mangle the URL. E.g.
   http://slashdot.org/~RAMMS+EIN/

 - If you try to open the same page again, e.g. by selecting the
   address bar and pressing return, or by selecting the address bar,
   you will not go to the same page you originally visited.

 - If you visit another page, then select the address bar and use the
   up arrow to navigate back to the original page, then press return
   to select it, you will get the mangled URL and you will not visit
   the page whose URL you originally entered.

-- 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-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages konqueror depends on:
ii  kcontrol  4:3.5.5a.dfsg.1-6etch2 control center for KDE
ii  kdebase-kio-plugi 4:3.5.5a.dfsg.1-6etch2 core I/O slaves for KDE
ii  kdelibs4c2a   4:3.5.5a.dfsg.1-8etch1 core libraries and binaries for al
ii  kdesktop  4:3.5.5a.dfsg.1-6etch2 miscellaneous binaries and files f
ii  kfind 4:3.5.5a.dfsg.1-6etch2 file-find utility for KDE
ii  libacl1   2.2.41-1   Access control list shared library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libaudio2 1.8-4  The Network Audio System (NAS). (s
ii  libc6 2.3.6.ds1-13etch5  GNU C Library: Shared libraries
ii  libfam0   2.7.0-12   Client library to control the FAM 
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5+etch2  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libidn11  0.6.5-1GNU libidn library, implementation
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libkonq4  4:3.5.5a.dfsg.1-6etch2 core libraries for Konqueror
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libqt3-mt 3:3.3.7-4etch1 Qt GUI Library (Threaded runtime v
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  zlib1g1:1.2.3-13 compression library - runtime

konqueror recommends no packages.

-- no debconf information



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



Bug#471892: r8169 does not load properly in 2.6.24 kernel

2008-03-21 Thread luis garmendia
Package: linux-image-2.6.24-1-686-bigmem
Version: 2.6.24-4


Hello,
It seems the all-important attachment with the data got deleted by the
mail server so here it goes in plain text:

Content-Type: text/plain; charset=us-ascii
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: ROWANWINDWHISTLER [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
Subject: linux-image-2.6.24-1-686-bigmem: Module r8169 does not load properly in
 2.6.24 kernel
Message-ID: [EMAIL PROTECTED]
X-Mailer: reportbug 3.39
Date: Thu, 20 Mar 2008 22:27:33 +

Package: linux-image-2.6.24-1-686-bigmem
Version: 2.6.24-4
Severity: normal


Hello,
I have noticed module r8169 does not load properly in my 2.6.24-4 kernel in
debian sid. See below for dark details.
Regards,
Luis

-- Package-specific info:
** Version:
Linux version 2.6.24-1-686-bigmem (Debian 2.6.24-4) ([EMAIL PROTECTED])
(gcc version 4.1.3 20080114 (prerelease) (Debian 4.1.2-19)) #1 SMP Mon
Feb 11 15:21:55 UTC 2008

** Command line:
root=/dev/sda6 vga=791 splash=silent

** Tainted: G (128)

** Kernel log:
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded
PCI: Enabling device :03:00.0 ( - 0003)
ACPI: PCI Interrupt :03:00.0[A] - GSI 18 (level, low) - IRQ 19
PCI: Setting latency timer of device :03:00.0 to 64
BUG: unable to handle kernel NULL pointer dereference at virtual
address 0118
printing eip: c0243f00 *pdpt = 1f837001 *pde = 
Oops:  [#1] SMP
Modules linked in: r8169 snd_hda_intel iwl3945 pcmcia joydev
firmware_class snd_pcm_oss snd_mixer_oss snd_pcm container mac80211
snd_timer tpm_infineon tpm snd tifm_7xx1 sdhci mmc_core yenta_socket
rsrc_nonstatic rtc tpm_bios iTCO_wdt soundcore video output tifm_core
pcmcia_core psmouse serio_raw parport_pc parport battery ac button
cfg80211 snd_page_alloc intel_agp agpgart pcspkr evdev reiserfs ide_cd
cdrom piix generic ide_core sd_mod ata_generic ahci ehci_hcd libata
firewire_ohci firewire_core uhci_hcd scsi_mod crc_itu_t usbcore tg3
thermal processor fan

Pid: 2228, comm: modprobe Not tainted (2.6.24-1-686-bigmem #1)
EIP: 0060:[c0243f00] EFLAGS: 00010202 CPU: 1
EIP is at dev_driver_string+0x0/0x29
EAX: 004c EBX: 00e4 ECX: 0286 EDX: f8e90644
ESI: c46a EDI: 0001 EBP: df8a83e0 ESP: f7115d7c
 DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
Process modprobe (pid: 2228, ti=f7114000 task=df904610 task.ti=f7114000)
Stack: f8e8efba f8e90993 f8e908e1 f8e908e7 0006 c01e3af2 dfcdc7c0 f7115de0
   c0357044 c018c8af f7c1ea00 c01b587f c2bac504 f7c1ea00 df94ac00 c018c9ad
   df948c6c f8e90180 df8a8000 f8c72000  f8c72040 c01b5b87 df948c6c
Call Trace:
 [f8e8efba] rtl8169_init_one+0x3d4/0xa6d [r8169]
 [c01e3af2] ida_get_new_above+0xe1/0x164
 [c018c8af] find_inode+0x1b/0x56
 [c01b587f] sysfs_ilookup_test+0x0/0xd
 [c018c9ad] ifind+0x33/0x7b
 [c01b5b87] sysfs_add_one+0xaf/0xb8
 [c01b5be0] sysfs_addrm_start+0x50/0x81
 [c01b671f] sysfs_create_link+0xb8/0xfd
 [c02770be] netlink_broadcast+0x261/0x2a1
 [c01e4312] kobject_get+0xf/0x13
 [c01f0647] pci_device_probe+0x36/0x57
 [c0246418] driver_probe_device+0xde/0x15c
 [c02c00d1] klist_next+0x4b/0x6c
 [c0246528] __driver_attach+0x0/0x79
 [c024656e] __driver_attach+0x46/0x79
 [c02459f2] bus_for_each_dev+0x37/0x59
 [c024627f] driver_attach+0x16/0x18
 [c0246528] __driver_attach+0x0/0x79
 [c0245cd8] bus_add_driver+0x6d/0x197
 [c01f0784] __pci_register_driver+0x48/0x74
 [c0145859] sys_init_module+0x15db/0x16f3
 [c011d8ae] do_page_fault+0x317/0x7cd
 [c0158a1b] disable_irq+0x0/0x25
 [c0103e5e] sysenter_past_esp+0x6b/0xa1
 ===
Code: 85 c0 79 23 b9 7c e3 30 c0 31 d2 b8 0f 88 32 c0 89 1c 24 c7 44
24 04 ec d5 3f c0 e8 96 2a ee ff eb 05 b8 ed ff ff ff 5a 59 5b c3 8b
90 cc 00 00 00 85 d2 75 0a 8b 90 c8 00 00 00 85 d2 74 03 8b
EIP: [c0243f00] dev_driver_string+0x0/0x29 SS:ESP 0068:f7115d7c
---[ end trace c1b76e53c2e4459d ]---
input: PS/2 Generic Mouse as /class/input/input7
Adding 7823612k swap on /dev/sda1.  Priority:-1 extents:1 across:7823612k
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: [EMAIL PROTECTED]
fuse init (API version 7.9)
ReiserFS: sda7: found reiserfs format 3.6 with standard journal
ReiserFS: sda7: using ordered data mode
ReiserFS: sda7: journal params: device sda7, size 8192, journal first
block 18, max trans len 1024, max batch 900, max commit age 30, max
trans age 30
ReiserFS: sda7: checking transaction log (sda7)
ReiserFS: sda7: Using r5 hash to sort names
ReiserFS: sda2: found reiserfs format 3.6 with standard journal
ReiserFS: sda2: using ordered data mode
ReiserFS: sda2: journal params: device sda2, size 8192, journal first
block 18, max trans len 1024, max batch 900, max commit age 30, max
trans age 30
ReiserFS: sda2: checking transaction log (sda2)
ReiserFS: sda2: Using r5 hash to sort names
ReiserFS: sda3: found reiserfs format 3.6 with standard journal

Bug#471931: konqueror: Only open pages in new windows when requested by the user

2008-03-21 Thread Robbert Haarman
Package: konqueror
Version: 4:3.5.5a.dfsg.1-6etch2
Severity: wishlist

Konqueror (and other browsers, but Konqueror is the one I use) can be 
instructed by websites to open pages in new windows (e.g. through the 
use of target=_blank in a hyperlink). It annoys me when websites do 
this.

I would like a configuration option that instructs Konqueror to ignore 
such requests, so that pages always open in the same window, unless I 
(the user) explicitly request Konqueror to open them in a new tab or 
window.

-- 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-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages konqueror depends on:
ii  kcontrol  4:3.5.5a.dfsg.1-6etch2 control center for KDE
ii  kdebase-kio-plugi 4:3.5.5a.dfsg.1-6etch2 core I/O slaves for KDE
ii  kdelibs4c2a   4:3.5.5a.dfsg.1-8etch1 core libraries and binaries for al
ii  kdesktop  4:3.5.5a.dfsg.1-6etch2 miscellaneous binaries and files f
ii  kfind 4:3.5.5a.dfsg.1-6etch2 file-find utility for KDE
ii  libacl1   2.2.41-1   Access control list shared library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libaudio2 1.8-4  The Network Audio System (NAS). (s
ii  libc6 2.3.6.ds1-13etch5  GNU C Library: Shared libraries
ii  libfam0   2.7.0-12   Client library to control the FAM 
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5+etch2  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libidn11  0.6.5-1GNU libidn library, implementation
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libkonq4  4:3.5.5a.dfsg.1-6etch2 core libraries for Konqueror
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libqt3-mt 3:3.3.7-4etch1 Qt GUI Library (Threaded runtime v
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  zlib1g1:1.2.3-13 compression library - runtime

konqueror recommends no packages.

-- no debconf information



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



Bug#471932: aptitude: SIGSEGV with (?) libcwidget.so when you want to go in Options / Preferences

2008-03-21 Thread Yannick Palanque
Package: aptitude
Version: 0.4.10-1+b1
Severity: normal

Another bug in this long list. :-°
I don't know if it's specific to Aptitude.

When I want to go in Options / Preferences, Aptitude returns:
Ouch!  Got SIGSEGV, dying..

It works well on my x86.

See the output of GDB, hope this helps.


-- Package-specific info:
Terminal: xterm
$DISPLAY is set.

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

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.7-6 0.7.11 Advanced front-end for dpkg
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libcwidget1   0.5.6.1-3  high-level terminal interface libr
ii  libgcc1   1:4.3.0~rc2-1  GCC support library
ii  libncursesw5  5.6+20080203-1 Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a2.0.18-2   type-safe Signal Framework for C++
ii  libstdc++64.3.0~rc2-1The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do none (no description available)
pn  libparse-debianchangelog-perl none (no description available)

-- no debconf information
Starting program: /usr/bin/aptitude 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0x3002bd80 (LWP 4932)]
[New Thread 0x3096b4c0 (LWP 4935)]
[New Thread 0x3116b4c0 (LWP 4936)]
[New Thread 0x3196b4c0 (LWP 4937)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0x32eff4c0 (LWP 4938)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x3002bd80 (LWP 4932)]
0x0fe1342c in cwidget::widgets::widget::widget () from /usr/lib/libcwidget.so.1
#0  0x0fe1342c in cwidget::widgets::widget::widget () from 
/usr/lib/libcwidget.so.1
#1  0x0fde6284 in cwidget::widgets::passthrough::passthrough () from 
/usr/lib/libcwidget.so.1
#2  0x0fdf9a40 in cwidget::widgets::table::table () from 
/usr/lib/libcwidget.so.1
#3  0x1003297c in ?? ()
#4  0x10033a70 in ?? ()
#5  0x10117dcc in ?? ()
#6  0x1001cce8 in sigc::adaptor_functorsigc::pointer_functor0void 
::operator() ()
#7  0x1001cd14 in sigc::internal::slot_call0sigc::pointer_functor0void, 
void::call_it ()
#8  0x0fdc452c in cwidget::widgets::menu::handle_key () from 
/usr/lib/libcwidget.so.1
#9  0x0fe10c34 in cwidget::widgets::widget::dispatch_key () from 
/usr/lib/libcwidget.so.1
#10 0x0fdcfc78 in cwidget::widgets::menubar::handle_key () from 
/usr/lib/libcwidget.so.1
#11 0x0fe10c34 in cwidget::widgets::widget::dispatch_key () from 
/usr/lib/libcwidget.so.1
#12 0x0fd97cc4 in cwidget::toplevel::input_thread::get_input_event::dispatch () 
from /usr/lib/libcwidget.so.1
#13 0x0fd91be4 in cwidget::toplevel::mainloop () from /usr/lib/libcwidget.so.1
#14 0x10101570 in ?? ()
#15 0x1001af0c in ?? ()
#16 0x0f954b10 in ?? () from /lib/libc.so.6
#17 0x0f954cd0 in __libc_start_main () from /lib/libc.so.6
#18 0x in ?? ()


Bug#471933: konqueror: Inconsistent handling of plain text pages in Konqueror

2008-03-21 Thread Robbert Haarman
Package: konqueror
Version: 4:3.5.5a.dfsg.1-6etch2
Severity: normal

Konqueror handles plain text encountered on websites (e.g. pages that 
specify text/plain as their MIME type) in a way that I find rather odd.

The usual behavior for web browsers (and the behavior I would like 
Konqueror to exhibit) is that the text document is rendered in the 
window where it would be rendered if it were an HTML document, and be 
read-only.

Konqueror, in my experience, does one of at least three things:

1. It opens the document with an embedded instance of some KDE text 
editor (perhaps Kate).

2. It opens the document with a handler application outside Konqueror.

3. It asks what to do with the file.

In case 1, the document is opened in the expected location (the same 
location where an HTML document would be rendered), but the behavior of 
that location is quite different from what it would be for an HTML 
document: the window is really a different program (e.g. Kate) and 
behaves differently. This can be a Good Thing in some cases, but is 
usually a source of mild frustration if you expect to be browsing the 
web and unexpectedly get confronted with the different behavior.

In case 2, the document is usually opened in a separate window. It also 
may take a long time to load (depending on the configured application). 
Of course, the user interface is also likely to be completely different 
from Konqueror's. Again, this can be a Good Thing in some circumstances, 
but if you are just browsing the web and unsuspectingly hit a plain text 
document, this is frustrating. More so because you get a window popping 
up when you didn't expect it.

In case 3, you get to choose what happens. The choice has always been 
save, open in another application, or cancel for me. The option I 
want, of course, is behave as if it were just another web page, except 
that you use a plain text renderer instead of an HTML renderer. But 
that option is not one of my choices, and I get an annoying pop-up to 
rub it in.

What I would like to see is:

1. The possibility to render plain text just like HTML is rendered (but, 
of course, rendered as the plain text looks, e.g. without whitespace 
collpasing like HTML does).

2. The possibility to make this the default way to render plain text 
encountered on the web (and possibly all plain text encountered 
anywhere).

3. The save as, open with external application, and open with 
program embedded in Konqueror options should probably still be 
available, for example through menus (just like I can save an HTML page 
or choose to open in with a different program through the menus).

-- 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-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages konqueror depends on:
ii  kcontrol  4:3.5.5a.dfsg.1-6etch2 control center for KDE
ii  kdebase-kio-plugi 4:3.5.5a.dfsg.1-6etch2 core I/O slaves for KDE
ii  kdelibs4c2a   4:3.5.5a.dfsg.1-8etch1 core libraries and binaries for al
ii  kdesktop  4:3.5.5a.dfsg.1-6etch2 miscellaneous binaries and files f
ii  kfind 4:3.5.5a.dfsg.1-6etch2 file-find utility for KDE
ii  libacl1   2.2.41-1   Access control list shared library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libaudio2 1.8-4  The Network Audio System (NAS). (s
ii  libc6 2.3.6.ds1-13etch5  GNU C Library: Shared libraries
ii  libfam0   2.7.0-12   Client library to control the FAM 
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5+etch2  FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libidn11  0.6.5-1GNU libidn library, implementation
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libkonq4  4:3.5.5a.dfsg.1-6etch2 core libraries for Konqueror
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libqt3-mt 3:3.3.7-4etch1 Qt GUI Library (Threaded runtime v
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1 

Bug#411267: Announce of the upcoming NMU for the synce-serial package

2008-03-21 Thread Christian Perrier

Here's the patch of the proposed NMU. Jonny, please let me know is you
have plans to upload. Otherwise, I'll upload my NMU...


diff -Nru ../synce-serial-0.9.1.old/debian/changelog ../synce-serial-0.9.1/debian/changelog
--- ../synce-serial-0.9.1.old/debian/changelog	2008-02-27 22:39:42.240884153 +0100
+++ ../synce-serial-0.9.1/debian/changelog	2008-03-19 07:45:11.143656839 +0100
@@ -1,3 +1,21 @@
+synce-serial (0.9.1-3.2) unstable; urgency=low
+
+  * Non-maintainer upload to fix pending l10n issues.
+  * Debconf translations:
+- German. Closes: #411267
+- Italian. Closes: #413381
+- Dutch. Closes: #418391
+- Portuguese. Closes: #435852
+- Finnish. Closes: #468552
+- Basque. Closes: #470364
+- Galician. Closes: #470429
+- Vietnamese. Closes: #470600
+- Russian. Closes: #471362
+  * [Lintian] Do not install an empty /usr/sbin directory
+  * [Lintian] No longer ignore errors from make clean
+
+ -- Christian Perrier [EMAIL PROTECTED]  Mon, 17 Mar 2008 19:52:50 +0100
+
 synce-serial (0.9.1-3.1) unstable; urgency=low
 
   * Non-maintainer upload to fix pending l10n issues.
diff -Nru ../synce-serial-0.9.1.old/debian/po/de.po ../synce-serial-0.9.1/debian/po/de.po
--- ../synce-serial-0.9.1.old/debian/po/de.po	1970-01-01 01:00:00.0 +0100
+++ ../synce-serial-0.9.1/debian/po/de.po	2008-02-27 22:43:12.54488 +0100
@@ -0,0 +1,107 @@
+# Translation of synce-serial debconf templates to German
+# Copyright (C) Helge Kreutzmann [EMAIL PROTECTED], 2007.
+# This file is distributed under the same license as the synce-serial package.
+#
+msgid 
+msgstr 
+Project-Id-Version: synce-serial 0.9.1-3.1\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2007-01-28 08:52+0100\n
+PO-Revision-Date: 2007-02-16 19:31+0100\n
+Last-Translator: Helge Kreutzmann [EMAIL PROTECTED]\n
+Language-Team: German [EMAIL PROTECTED]\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=ISO-8859-15\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: string
+#. Description
+#: ../synce-serial.templates:1001
+msgid Serial interface:
+msgstr Serielle Schnittstelle:
+
+#. Type: string
+#. Description
+#: ../synce-serial.templates:1001
+msgid 
+Specify the serial interface used to connect your Windows CE device to the 
+desktop. Possible serial interfaces are:\n
+   ttyS0: First serial port (COM1: on DOS and Windows)\n
+   ttyS1: Second serial port (COM2: on DOS and Windows)\n
+   ircomm0: First IrDA communication port\n
+   ircomm1: Second IrDA communication port\n
+   ttyUSB0: First USB-Serial port\n
+   ttyUSB1: Second USB-Serial port
+msgstr 
+Spezifiziert die serielle Schnittstelle, die zum Verbinden Ihres Windows-CE-
+Gerätes an den Desktop verwendet wird. Mögliche serielle Schnittstellen 
+sind:\n
+   ttyS0: Erster serieller Port (COM1: unter DOS und Windows)\n
+   ttyS1: Zweiter serieller Port (COM2: unter DOS und Windows)\n
+   ircomm0: Erster IrDA-Kommunikations-Port\n
+   ircomm1: Zweiter IrDA-Kommunikations-Port\n
+   ttyUSB0: Erster USB-Seriell Port\n
+   ttyUSB1: Zweiter USB-Seriell Port
+
+#. Type: string
+#. Description
+#: ../synce-serial.templates:2001
+msgid Local IP-Address:
+msgstr Lokale IP-Adresse:
+
+#. Type: string
+#. Description
+#: ../synce-serial.templates:2001
+msgid 
+The local IP-Address to use for the ppp connection to your Windows CE 
+device. It is best practice to use the default one (192.168.131.102). If you 
+want to specify this address yourself, you may want to read about the same 
+option on the man page for pppd.
+msgstr 
+Die lokale IP-Adresse, die für die PPP-Verbindung zu Ihrem Windows-CE-Gerät 
+verwendet wird. Es ist optimal, den Standardwert (192.168.131.102) zu 
+verwenden. Falls Sie diese Adresse selbst angeben wollen, sollten Sie über 
+die gleiche Option in der Handbuchseite von Pppd (»man pppd«) lesen.
+
+#. Type: string
+#. Description
+#: ../synce-serial.templates:3001
+msgid Remote IP-Address:
+msgstr Entfernte IP-Adresse:
+
+#. Type: string
+#. Description
+#: ../synce-serial.templates:3001
+msgid 
+The remote IP-Address to use for the ppp connection to your Windows CE 
+device. It is best practice to use the default one (192.168.131.201). If you 
+want to specify this address yourself, you may want to read about the same 
+option on the man page for pppd.
+msgstr 
+Die entfernte IP-Adresse, die für die PPP-Verbindung zu Ihrem Windows-CE-
+Gerät verwendet wird. Es ist optimal, den Standardwert (192.168.131.201) zu 
+verwenden. Falls Sie diese Adresse selbst angeben wollen, sollten Sie über 
+die gleiche Option in der Handbuchseite von Pppd (»man pppd«) lesen.
+
+#. Type: string
+#. Description
+#: ../synce-serial.templates:4001
+msgid The IP-Address of your Domain Name server:
+msgstr Die IP-Adresse Ihres Domain-Name-Servers:
+
+#. Type: string
+#. Description
+#: ../synce-serial.templates:4001
+msgid 
+Specify the IP-Address of your Domain Name System (DNS) server. If you do  
+not have a DNS server let this field empty. Be aware, if you 

Bug#471279: dh-make-php: does not parse oci8 package correctly?

2008-03-21 Thread Vincent . McIntyre



I have a suggestion for the dh-make-pecl script; could it not check for
unset or blank variables before charging on and making a mess in the
working directory, with directories named 'php--' and so on?
I've attached a patch that does what I would like to see, perhaps it
needs expanding and/or applying to dh-make-pear.
Perhaps it would be better to do the test in eval_package and return
a failure if variables that should always have a value are blank?

Though I suspect that your problem is fixed with a newer version of
dh-make-pecl, it sounds like a good idea to do some more error handling.
I'll see if your patch still make sense for newer verions.


The patch was against version 2.10, I may have stuffed up doing the
diff from the right part of my tree so it may not have the right
directories in the patch headers.

Cheers
Vince




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



Bug#449025: --only 5 doesn't help?

2008-03-21 Thread Vincent . McIntyre

Creating debian source package: php--
Upstream is:
grep: /usr/include/php4/Zend/zend_modules.h: No such file or directory
Guessing Maintainer: root [EMAIL PROTECTED]
mv: cannot stat `-': No such file or directory

Try the latest version from testing or unstable. I haven't checked
but changes are good, that this is fixed already.


I tried this in an 'etch' qemu host, with just the standard system plus
dh-make-php and php5-dev. I'll send the tar ball of the logs separately.
The same behaviour was observed with the etch version or the lenny 
version (2.10); none of the variables got set by the eval_package

function.


BTW, no need to be root for calling dh-make-pecl. It just creates
a source package.

ok, thanks.

Cheers
Vince




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



Bug#471934: mirror submission for ftp.daum.net

2008-03-21 Thread Sang-Kil Park
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: ftp.daum.net
Type: leaf
Archive-architecture: ALL alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips 
mipsel powerpc s390 sparc 
Archive-ftp: /debian/
Archive-http: /debian/
IPv6: no
Archive-upstream: ftp.us.debian.org
Updates: push
Maintainer: Sang-Kil Park [EMAIL PROTECTED]
Country: KR Korea (South)
Location: Seoul, Korea
Sponsor: Daum Communications Corp. http://www.daum.net/



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



Bug#469803: snort: [debconf_rewrite] Debconf templates and debian/control review

2008-03-21 Thread Christian Perrier
Quoting Christian Perrier ([EMAIL PROTECTED]):

 I push the deadline by 2 weeks and will nag you again when that time
 has come if I have no news.


That new deadline is about to expire. Javier, any news or do you need
/me to push it again?




-- 




signature.asc
Description: Digital signature


Bug#471936: spamd log message about checking mail is not filtered correctly

2008-03-21 Thread Michal Čihař
Package: logcheck-database
Version: 1.2.63
Severity: normal
File: /etc/logcheck/ignore.d.server/spamd
Tags: patch

Hi

the filter for processing message from spamd is a bit inacurate as 
aka msgid part can also occur after unknown phrase. Attached patch
fixes it.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

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

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

-- debconf information:
  logcheck-database/rules-directories-note:
  logcheck-database/standard-rename-note:
  logcheck-database/conffile-cleanup: false
--- /tmp/spam   2008-03-21 08:46:56.0 +0100
+++ /etc/logcheck/ignore.d.server/spamd 2008-03-21 08:47:08.0 +0100
@@ -8,7 +8,7 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]:( 
spamd:)? using default config for [-._+=[:alnum:]]+(@[-._[:alnum:]]+)?: 
/[-./_[:alnum:]]+/\.spamassassin/user_prefs$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]:( 
spamd:)? creating default_prefs: /[-./_[:alnum:]]+/\.spamassassin/user_prefs$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]: 
config: created user preferences file: 
/[-./_[:alnum:]]+/\.spamassassin/user_prefs$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]:( 
spamd:)? (process|check)ing message ([^]+( aka [^]+)?|\(unknown\)) for 
[-._+=[:alnum:]]+(@[-.[:alnum:]]+)?(:[[:digit:]]+)?$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]:( 
spamd:)? (process|check)ing message ([^]+|\(unknown\))( aka [^]+)? for 
[-._+=[:alnum:]]+(@[-.[:alnum:]]+)?(:[[:digit:]]+)?$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]:( 
spamd:)? server pid: [[:digit:]]{1,5}$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]: 
logger: removing stderr method$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ (spamd|check|re(port|voke))\[[0-9]+\]: 
(spamd: )?result: [.YN] [ [:digit:]-]+ - ([._[:alnum:],]+ 
)?scantime=[0-9.]+,size=[0-9]+,(user=[^,]+,uid=[0-9]+,required_score=[0-9.]+,rhost=[._[:alnum:]-]+,raddr=[0-9.]+,rport=[0-9]+,)?mid=([^[:space:]]+|\(unknown\))(rmid=([^[:space:]]+|\(unknown\)),)?,(bayes=[.[:digit:]]+(e-[[:digit:]]+)?,)?autolearn=(ham|spam|no|disabled|unavailable)
 *$


Bug#471937: please suggest libmms

2008-03-21 Thread Filipus Klutiero
Package: amarok
Version: 1.4.8-1
Severity: wishlist

Please suggest libmms, which is needed to play some of the suggested radio 
streams (for example Digitally Imported - Classic Techno [Techno]).

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.ca.debian.org 
  500 unstableftp.ca.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-
amarok-engines  | 1.4.8-1
 OR amarok-engine   | 
kdelibs4c2a  (= 4:3.5.8-5) | 4:3.5.9.dfsg.1-2
libart-2.0-2(= 2.3.18) | 2.3.20-1
libaudio2   | 1.9.1-2
libc6(= 2.7-1) | 2.7-6
libfontconfig1   (= 2.4.0) | 2.5.0-2
libfreetype6 (= 2.3.5) | 2.3.5-1+b1
libgcc1 (= 1:4.1.1-21) | 1:4.3.0~rc2-1
libgl1-mesa-glx | 7.0.3~rc2-1
 OR libgl1  | 
libglib2.0-0(= 2.14.0) | 2.14.6-1
libgpod3-nogtk  | 0.6.0-3
 OR libgpod3| 0.6.0-3
libice6(= 1:1.0.0) | 2:1.0.4-1
libidn11(= 0.5.18) | 1.4-1
libifp4 | 1.0.0.2-3
libjpeg62   | 6b-14
libkarma0   | 0.0.6-3.1
libmtp7 | 0.2.6-1
libmysqlclient15off   (= 5.0.27-1) | 5.0.51a-3
libnjb5 | 2.2.5-4.2
libpng12-0(= 1.2.13-4) | 1.2.15~beta5-3
libpq5  | 8.3.0-1
libqt3-mt  (= 3:3.3.7) | 3:3.3.8b-4
libruby1.8   (= 1.8.6.111) | 1.8.6.114-1
libsdl1.2debian   (= 1.2.10-1) | 1.2.13-2
libsm6  | 2:1.0.3-1+b1
libsqlite3-0 (= 3.4.2) | 3.5.6-3
libstdc++6 (= 4.2.1-4) | 4.3.0~rc2-1
libtag1c2a (= 1.4) | 1.4-8+b1
libtagc0   (= 1.4) | 1.4-8+b1
libtunepimp5| 0.5.3-7
libusb-0.1-4  (= 2:0.1.12) | 2:0.1.12-9
libvisual-0.4-0  (= 0.4.0) | 0.4.0-2
libx11-6| 2:1.0.3-7
libxcursor1  ( 1.1.2) | 1:1.1.9-1
libxext6| 2:1.0.4-1
libxft2  ( 2.1.1) | 2.1.12-2
libxi6  | 2:1.1.3-1
libxinerama1| 2:1.0.3-1
libxrandr2 (= 2:1.2.0) | 2:1.2.2-1
libxrender1 | 1:0.9.4-1
libxt6  | 1:1.0.5-3
ruby| 4.1
unzip   | 5.52-10
zlib1g  | 1:1.2.3.3.dfsg-11




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



Bug#471938: [l10n] Updated Czech translation of console-data

2008-03-21 Thread Miroslav Kure
Package: console-data
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is updated Czech (cs.po) translation of
console-data debconf messages. Please include it with the package.

Thanks
-- 
Miroslav Kure
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
msgid 
msgstr 
Project-Id-Version: console-data\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-03-18 07:26+0100\n
PO-Revision-Date: 2008-03-21 08:49+0100\n
Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid by
msgstr běloruská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid bg
msgstr bulharská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid croat
msgstr chorvatská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid cz-lat2
msgstr česká

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid sg-latin1
msgstr švýcarská - němčina

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid de-latin1-nodeadkeys
msgstr německá (bez mrtvých kláves)

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid dk-latin1
msgstr dánská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid us
msgstr americká angličtina

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid uk
msgstr britská angličtina

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid dvorak
msgstr dvořák

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid et
msgstr estonská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid la-latin1
msgstr latinsko americká

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid es
msgstr španělská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid fi-latin1
msgstr finská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid fr-latin9
msgstr francouzská (s euro symbolem)

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
msgid fr-latin1
msgstr francouzská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid be2-latin1
msgstr belgická

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid ca-multi
msgstr kanadská vícejazyčná

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid fr_CH-latin1
msgstr švýcarská francouzština

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid gr
msgstr řecká

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid hebrew
msgstr hebrejská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid hu
msgstr maďarská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid is-latin1
msgstr islandská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001 ../console-keymaps-usb.templates:1001
msgid it
msgstr italská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid lt
msgstr litevská

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid lv-latin4
msgstr lotyšská (latin4)

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid jp106
msgstr japonská (106 

Bug#471939: Wrong menu entry

2008-03-21 Thread Guido Trotter
Package: gnome-btdownload
Version: 0.0.30-2
Severity: serious
Tags: patch

Hi,

The gnome-btdownload package places its menu entry under Applications  Net
rather than Applications  Network... This is pretty minor (and easy to fix) by
itself but violates a must in the debian menu policy (Here is the
authoritative list of Debian's menu structure. Packages must be placed in leaf
sections.), so I believe qualifies as serious (but feel free to downgrade).
Nontheless it should probably be fixed for lenny! (patch attached)

Thanks!!

Guido

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

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

Versions of packages gnome-btdownload depends on:
ii  bittorrent3.4.2-11   Original BitTorent client - consol
ii  gconf22.20.1-3   GNOME configuration database syste
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.15-0.1 register and build utility for Pyt
ii  python-glade2 2.12.1-1   GTK+ bindings: Glade support
ii  python-gnome2 2.20.1-2   Python bindings for the GNOME desk
ii  python-gtk2   2.12.1-1   Python bindings for the GTK+ widge
ii  python-notify 0.1.1-2Python bindings for libnotify

gnome-btdownload recommends no packages.

-- no debconf information
diff -ru gnome-btdownload-0.0.30.orig/debian/gnome-btdownload.menu gnome-btdownload-0.0.30/debian/gnome-btdownload.menu
--- gnome-btdownload-0.0.30.orig/debian/gnome-btdownload.menu	2008-03-21 08:53:46.0 +0100
+++ gnome-btdownload-0.0.30/debian/gnome-btdownload.menu	2008-03-21 08:55:40.210697676 +0100
@@ -1,4 +1,4 @@
-?package(gnome-btdownload):needs=X11 section=Apps/Net/File Transfer\
+?package(gnome-btdownload):needs=X11 section=Apps/Network/File Transfer\
 title=BitTorrent Download Client\
 description=Gnome interface for 'executing' BitTorrent files\
 command=/usr/bin/gnome-btdownload\


Bug#471940: omega-rpg: Hy Magick document suggests Adepts can safely wish for Destruction, but only cheaters can

2008-03-21 Thread Josh Triplett
Package: omega-rpg
Version: 1:0.90-pa9-14
Severity: normal

The document in the library about Hy Magick (wishing) suggests that
Adepts can safely wish for Destruction.  However, only cheaters can
wish for that and live; adepts will die like anyone else.  Either the
document should change to stop suggesting this, or the wishing code
should change to allow Adepts to safely wish for Destruction.

- Josh Triplett

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

Kernel: Linux 2.6.24-1-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 omega-rpg depends on:
ii  libc6 2.7-9  GNU C Library: Shared libraries
ii  libncurses5   5.6+20080203-1 Shared libraries for terminal hand

omega-rpg recommends no packages.

-- no debconf information



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



Bug#471501: Better syslog

2008-03-21 Thread Tapio Lehtonen
Now with better syslog. In english and contains 

Get:226 http://apt-proxy lenny/main synaptic 0.61+b1 [2124kB]
Err http://apt-proxy lenny/main synaptic 0.61+b1

I stopped and started apt-proxy before install. This way all files
were retrieved without errors and pretty fast. I tried this twice,
seems apt-proxy works if it is restarted just prior to installation.

To get the retreiving files to fail, I restarted apt-proxy in the
middle of the third install. Now syslog has those errors about not
being able to get files. 

I added set -x to pkgsel.postinst when installer showed Partition
disks, in the Write changes to disk step. 

-- 
Tapio Lehtonen
[EMAIL PROTECTED]
http://www.iki.fi/tapio.lehtonen


signature.asc
Description: Digital signature


Bug#471896: emacs22-el: tls.el cannot connect with openssl

2008-03-21 Thread Sven Joachim
On 2008-03-20 23:34 +0100, Valery V. Vorotyntsev wrote:

 `open-tls-stream' cannot establish connection unless `gnutls-bin'
 package is installed.

 My jabber.el stopped working today. I've narrowed the problem to
 `open-tls-stream' function unable to connect with
 openssl s_client -connect %h:%p -no_ssl2 command.

Did you upgrade openssl before that?  A new version went into testing
the day before yesterday¹.

Sven


¹ http://packages.qa.debian.org/o/openssl/news/20080319T223927Z.html





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



Bug#467363: patch: removing .la file as useless

2008-03-21 Thread Mikhail Gusarov
tag 467363 patch
thanks

Hi.

Attached is the patch removing .la file from -dev package as it is quite
useless in Debian.

-- 
diff -bur libsynce-0.11.orig/debian/libsynce0-dev.install libsynce-0.11/debian/libsynce0-dev.install
--- libsynce-0.11.orig/debian/libsynce0-dev.install	2008-03-21 14:12:38.0 +0600
+++ libsynce-0.11/debian/libsynce0-dev.install	2008-03-21 14:12:47.0 +0600
@@ -1,6 +1,5 @@
 debian/tmp/usr/include/*
 debian/tmp/usr/lib/*.a
-debian/tmp/usr/lib/*.la
 debian/tmp/usr/lib/*.so
 debian/tmp/usr/lib/pkgconfig/*
 debian/tmp/usr/share/man/man3/*


Bug#467363: patch: removing .la file as useless

2008-03-21 Thread Mikhail Gusarov
tag 467363 -patch
thanks

Oops, wrong bug number.

-- 



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



Bug#469970: (no subject)

2008-03-21 Thread Mikhail Gusarov
tag 469970 patch
thanks

Attached is the patch removing .la file from the -dev as it is quite
useless on Debian.

-- 
diff -bur libsynce-0.11.orig/debian/libsynce0-dev.install libsynce-0.11/debian/libsynce0-dev.install
--- libsynce-0.11.orig/debian/libsynce0-dev.install	2008-03-21 14:12:38.0 +0600
+++ libsynce-0.11/debian/libsynce0-dev.install	2008-03-21 14:12:47.0 +0600
@@ -1,6 +1,5 @@
 debian/tmp/usr/include/*
 debian/tmp/usr/lib/*.a
-debian/tmp/usr/lib/*.la
 debian/tmp/usr/lib/*.so
 debian/tmp/usr/lib/pkgconfig/*
 debian/tmp/usr/share/man/man3/*


Bug#470581: xserver-xorg-video-ati: X exit while running xv apps (mplayer, totem, etc) when using randr sidebyside monitors and compiz

2008-03-21 Thread Michel Dänzer

On Thu, 2008-03-20 at 18:23 +0100, Alban Browaeys wrote:
 
 Attached are the xorg logs :
 -Xorg.0_brokenCompiz.log is trying to start an XV application (mplayer)
 with a virtual having a width bigger than max texture size on compiz
 desktop .

Thanks; unfortunately, the log file doesn't show anything that explains
why the X server terminates. Is there anything in the X server stderr
output (possibly captured in the g/k/xdm log file), the compiz output or
the dmesg output, etc.?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer




Bug#471941: gcalctool: Thousands separator does not work starting with 5.22

2008-03-21 Thread Peter Rabbitson
Package: gcalctool
Version: 5.22.0-1
Severity: important


When using the latest version of gcalctool with thousands separator enabled,
it treats any input as a digit (including operators). To reproduce:

start gcalctool
make sure the thousands separator is engaded (View menu)
enter:  1*214 (the problem is already seen right there)
the result of this operation for me is: 2,1,40,,000


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

Kernel: Linux 2.6.23.14.th2 (PREEMPT)
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 gcalctool depends on:
ii  gconf22.22.0-1   GNOME configuration database syste
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-9  GNU C Library: Shared libraries
ii  libgconf2-4   2.22.0-1   GNOME configuration database syste
ii  libglade2-0   1:2.6.2-1  library to load .glade files at ru
ii  libglib2.0-0  2.16.1-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.9-2   The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.0-1   Layout and rendering of internatio

gcalctool recommends no packages.

-- no debconf information



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



Bug#471896: emacs22-el: tls.el cannot connect with openssl

2008-03-21 Thread Valery V. Vorotyntsev
Hi, Sven,

On 3/21/08, Sven Joachim [EMAIL PROTECTED] wrote:
 On 2008-03-20 23:34 +0100, Valery V. Vorotyntsev wrote:

   `open-tls-stream' cannot establish connection unless `gnutls-bin'
   package is installed.
  
   My jabber.el stopped working today. I've narrowed the problem to
   `open-tls-stream' function unable to connect with
   openssl s_client -connect %h:%p -no_ssl2 command.

  Did you upgrade openssl before that?  A new version went into testing
  the day before yesterday¹.

Yes, I did.

  $ grep openssl /var/log/dpkg.log | tail -1
  2008-03-19 14:34:13 status installed openssl 0.9.8g-7

Connection establishes when `s_client' is used without `-no_ssl2' option.
(You can test it against talk.google.com:443.)

Thus, my workaround is
  (setq tls-program '(openssl s_client -connect %h:%p))

...I wonder what is causing the problem: recent openssl change or
talk.google.com server update of some kind.

-- 
vvv


Bug#471942: libpango1.0-0: too big whitespace and text misalignment with pango 1.20

2008-03-21 Thread Jaime Velasco Juan
Package: libpango1.0-0
Version: 1.20.0-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

With pango 1.20.0 and DejaVu Sans font text is sometimes misaligned (a
clear example is the properties dialog in eog), or corrupted (which
makes xchat nearly unusable). The digits in DejaVu Sans are rendered in
a different way than previous versions and when a line of text contains
digits, it is drawn some pixels below where it should.

In the case of xchat, it seems like if pango computed the line length
normally, but rendered the text with too big whitespace and it got
clipped. (this is whith Monospace 9 font).

I'm not sure about the severity, the bug is annoying most of the time
but xchat is nearly unusable.

I could send some screenshots if you want.

Regards,
Jaime

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

Kernel: Linux 2.6.25-rc5-ay1 (PREEMPT)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpango1.0-0 depends on:
ii  libc6  2.7-9 GNU C Library: Shared libraries
ii  libcairo2  1.4.14-1  The Cairo 2D vector graphics libra
ii  libdatrie0 0.1.3-1   Double-array trie library
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.16.1-1  The GLib library of C routines
ii  libpango1.0-common 1.20.0-1  Modules and configuration files fo
ii  libthai0   0.1.9-3   Thai language support library
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

libpango1.0-0 recommends no packages.

- -- no debconf information

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

iD8DBQFH43VWVoTo4iYcYogRAmc4AJ4t5TPeoA/dg6CyUBbaujYgQLIxkwCeJ9I7
OMaZVmnSwrIF9zFudXxKWC8=
=KJOI
-END PGP SIGNATURE-



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



Bug#470378: arch2darcs: patch for FTBFS

2008-03-21 Thread Mikhail Gusarov
package arch2darcs
tag 470378 patch
thanks

Attached is the patch fixing the FTBFS with ghc-6.8. Please apply.

-- 
diff -bur orig.arch2darcs-1.0.12/arch2darcs.cabal arch2darcs-1.0.12/arch2darcs.cabal
--- orig.arch2darcs-1.0.12/arch2darcs.cabal	2007-02-23 01:05:01.0 +0600
+++ arch2darcs-1.0.12/arch2darcs.cabal	2008-03-21 14:39:39.0 +0600
@@ -4,7 +4,7 @@
 Maintainer: John Goerzen [EMAIL PROTECTED]
 Stability: Alpha
 Copyright: Copyright (c) 2005 John Goerzen
-Build-Depends: base, network, unix, parsec, MissingH=0.18.0, regex-compat, hslogger
+Build-Depends: base, network, unix, parsec, MissingH=0.18.0, regex-compat, hslogger, directory
 
 Executable: arch2darcs
 Main-Is: arch2darcs.hs
diff -bur orig.arch2darcs-1.0.12/debian/changelog arch2darcs-1.0.12/debian/changelog
--- orig.arch2darcs-1.0.12/debian/changelog	2007-04-14 21:24:06.0 +0700
+++ arch2darcs-1.0.12/debian/changelog	2008-03-21 14:47:14.0 +0600
@@ -1,3 +1,11 @@
+arch2darcs (1.0.12-0.1) unstable; urgency=low
+
+  * NMU
+  * Added 'directory' to build-depends, fixed FTFBS on ghc 6.8 (Closes:
+#470378)
+
+ -- Mikhail Gusarov [EMAIL PROTECTED]  Fri, 21 Mar 2008 14:40:00 +0600
+
 arch2darcs (1.0.12) unstable; urgency=low
 
   * Really into unstable this time!


Bug#470377: gtkrsync: patch for FTBFS

2008-03-21 Thread Mikhail Gusarov
package gtkrsync
tag 470377 patch
thanks

Attached is the patch fixing FTFBS on ghc-6.8. Please apply.

-- 
diff -bur orig.gtkrsync-1.0.1/debian/changelog gtkrsync-1.0.1/debian/changelog
--- orig.gtkrsync-1.0.1/debian/changelog	2007-07-18 02:54:26.0 +0700
+++ gtkrsync-1.0.1/debian/changelog	2008-03-21 14:49:33.0 +0600
@@ -1,3 +1,11 @@
+gtkrsync (1.0.1-0.1) unstable; urgency=low
+
+  * NMU
+  * Fixed FTBS with ghc-6.8: 'process' added to Cabal build-depends
+(Closes: #470377)
+
+ -- Mikhail Gusarov [EMAIL PROTECTED]  Fri, 21 Mar 2008 14:28:01 +0600
+
 gtkrsync (1.0.1) unstable; urgency=low
 
   * Now propogates rsync return value to caller.
diff -bur orig.gtkrsync-1.0.1/gtkrsync.cabal gtkrsync-1.0.1/gtkrsync.cabal
--- orig.gtkrsync-1.0.1/gtkrsync.cabal	2007-07-17 04:00:41.0 +0700
+++ gtkrsync-1.0.1/gtkrsync.cabal	2008-03-21 14:27:40.0 +0600
@@ -10,7 +10,7 @@
 homepage: http://hg.complete.org/gtkrsync
 Category: Network
 Synopsis: Gnome rsync progress display
-Build-Depends: base, unix, gtk, gconf, glade, regex-posix, MissingH
+Build-Depends: base, unix, gtk, gconf, glade, regex-posix, MissingH, process
 data-files: gtkrsync.glade
 
 Executable: gtkrsync


Bug#467363: patch: removing .la file as useless

2008-03-21 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, Mar 21, 2008 at 02:14:56PM +0600, Mikhail Gusarov wrote:
tag 467363 patch
thanks

Hi.

Attached is the patch removing .la file from -dev package as it is quite
useless in Debian.

It seems you've picked the wrong bugreport to attach this patch: This is 
moinmoin.

I recommend adding the keyword package name of package above the 
other when you send emails to [EMAIL PROTECTED] Then mistakes like 
this is catched by the system.


Kind regards,

  - Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH43JQn7DbMsAkQLgRAtvmAJ9abCvCB+da1HqOkC8G1HBB3BTniACfSOLT
nFqU2vFTOK8Wt222Z2/Ng+8=
=Y3mv
-END PGP SIGNATURE-




Bug#192969: Seitensprungpartner gesucht?

2008-03-21 Thread Susanne
txelay ilfnqcc  nuzcv msvydxzf iezl nldatumr  dgnjsj  cyd




Jetzt eine Affaire ?

Dann schau mal hier: http://jetzt-eine-affaire.com

Hier findest du mit Sicherheit einen geilen Seitensprungpartner in deiner
Region!


Liebe Grüße

Susanne















hpribb vwghrmn  xpigo tcthfvug xubi udnqwqmj  axtiap  sjo





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



Bug#471650: have a taste of the output caused

2008-03-21 Thread Barak A. Pearlmutter
 Mangled my whole morning.

Sorry about that!

I'll try to get this repaired ASAP.
--
Barak A. Pearlmutter
 Hamilton Institute  Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www.bcl.hamilton.ie/~barak/



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



Bug#471943: system-config-printer: MIssing dependency on python-notify

2008-03-21 Thread Sebastian Heinlein
Package: system-config-printer
Version: 0.7.81-2
Severity: important

The notification applet requires the libnotify python bindings.

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

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

Versions of packages system-config-printer depends on:
ii  gksu  2.0.0-5graphical frontend to su
ii  python2.4.4-6An interactive high-level object-o
ii  python-cups   1.9.31-1   Python bindings for CUPS
ii  python-elementtree1.2.6-11   Light-weight toolkit for XML proce
ii  python-glade2 2.12.1-1   GTK+ bindings: Glade support
ii  python-gnome2 2.20.1-2   Python bindings for the GNOME desk
ii  python-gtk2   2.12.1-1   Python bindings for the GTK+ widge
ii  python-support0.7.7  automated rebuilding support for P
ii  python-xml0.8.4-10   XML tools for Python

system-config-printer recommends no packages.

-- no debconf information



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



Bug#471915: libdjvulibre21 should replaces libdjvulibre15

2008-03-21 Thread Barak A. Pearlmutter
Thanks, and sorry about that.

I'm going to merge this with bug 471650, workaround is given there.
Will fix ASAP.
--
Barak A. Pearlmutter
 Hamilton Institute  Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www.bcl.hamilton.ie/~barak/



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



Bug#468071: Patch to fix the FTBFS with GCC 4.3: ... changes meaning of ...

2008-03-21 Thread Andrew Lee
Anibal Avelar wrote:
   I added one patch to fix the FTBFS with GCC 4.3:  ... changes meaning of ...
   Two things were fixed:
   + Fixed the issues about GCC 4.3.
   + Also was added the dependency with the package libsigc++-2.0-dev
 in the  debian/control, because by default the package was using local
 libsigc++-2.0 libs (an old version with old issues).

Thanks. I have already uploaded with Paul Liu's tip. Does it still FTBFS
with build-depends on libsigc++-2.0-dev?

-Andrew



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



Bug#471403: [Pkg-lyx-devel] Bug#471403: lyx: Insert - Float - Text Wrap Float does not work and is undocumented

2008-03-21 Thread Sven Hoexter
tags 471403 - patch
thanks

On Tue, Mar 18, 2008 at 12:37:41AM +0100, Axel K. Stammler wrote:

Hello Axel,

 Tags: patch
I can't find a patch attached to the bugreport and I don't consider a
workaround a patch.

Is it possible for you to check if the problem is still an issue with
LyX 1.5.4 or at least any other 1.5.x version?

I'll try to understand the issue later, I need to setup a new plain
etch instance with VirtualBox first.

Cheers,
Sven
-- 
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
   [The Cardigans - 03:45: No sleep]



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



Bug#471945: dhcp3-client: dhclient does not send vendor-class-identifier by default

2008-03-21 Thread Christian Hofstaedtler
Package: dhcp3-client
Version: 3.0.4-13
Severity: wishlist

Hello!

dhcp3-client from etch currently does not send a vendor-class-identifier, 
and therefore makes it not-so-easy to deliver special options for Linux 
DHCP clients.

I'd suggest, that the default Debian installation of dhcp3-client shall
add something along:
  send vendor-class-identifier Debian GNU/Linux 4.0 etch;
Or similar; or maybe just Debian dhcp3 $VERSION, if calling uname() 
is not feasible.

Thanks,
Christian

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (700, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24.2-percival
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

-- 
christian hofstaedtler


signature.asc
Description: Digital signature


Bug#471944: /usr/sbin/semanage: python2.5 is needed to run scripts

2008-03-21 Thread Vaclav Ovsik
Package: policycoreutils
Version: 2.0.44-1
Severity: important
File: /usr/sbin/semanage

Hi,
the code from seobject.py requires python2.5.

sid:~# /usr/bin/chcat
Traceback (most recent call last):
  File /usr/bin/chcat, line 26, in ?
import seobject
  File /var/lib/python-support/python2.4/seobject.py, line 93, in ?
import xml.etree.ElementTree
ImportError: No module named etree.ElementTree
sid:~# /usr/sbin/semanage 
Traceback (most recent call last):
  File /usr/sbin/semanage, line 24, in ?
import seobject
  File /var/lib/python-support/python2.4/seobject.py, line 93, in ?
import xml.etree.ElementTree
ImportError: No module named etree.ElementTree

sid:~# python2.5 /usr/sbin/semanage
semanage {boolean|login|user|port|interface|fcontext|translation} -{l|D} [-n] 
semanage login -{a|d|m} [-sr] login_name
semanage user -{a|d|m} [-LrRP] selinux_name
semanage port -{a|d|m} [-tr] [ -p protocol ] port | port_range
...

Dependency on python2.5 should be added and python scripts modified
during install with something like:

PYDEFAULT := $(strip $(shell pyversions -vd))
ifneq ($(firstword $(sort $(PYDEFAULT) 2.5)),2.5)
PYVERSION := 2.5
else
PYVERSION := $(PYDEFAULT)
endif

...

ifneq ($(PYVERSION),$(PYDEFAULT))
find $(DEB_DESTDIR) -type f | xargs file -N -f - \
| sed -nr 's/^([^:]+):.*\python\.*\script\.*$$/\1/ip;' \
| xargs sed -ri '1s/python($$| )/python$(PYVERSION)\1/;'
endif

Regards
-- 
Zito

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

Kernel: Linux 2.6.18-6-xen-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=cs_CZ.ISO-8859-2 (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/bash

Versions of packages policycoreutils depends on:
ii  libc62.7-9   GNU C Library: Shared libraries
ii  libpam0g 0.99.10.0-1~icz50+1 Pluggable Authentication Modules l
ii  libselinux1  2.0.59-1SELinux shared libraries
ii  libsemanage1 2.0.24-1shared libraries used by SELinux p
ii  libsepol12.0.25-1Security Enhanced Linux policy lib
ii  python   2.4.4-6 An interactive high-level object-o
ii  python-selinux   2.0.59-1Python bindings to SELinux shared 
ii  python-semanage  2.0.24-1Python bindings  for SELinux polic
ii  sepolgen 1.0.11-1A Python module used in SELinux po

Versions of packages policycoreutils recommends:
pn  selinux-policy-refpolicy-targ none (no description available)

-- no debconf information



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



Bug#449025: --only 5 doesn't help?

2008-03-21 Thread Uwe Steinmann
On Fri, Mar 21, 2008 at 06:24:04PM +1100, [EMAIL PROTECTED] wrote:
 Creating debian source package: php--
 Upstream is:
 grep: /usr/include/php4/Zend/zend_modules.h: No such file or directory
 Guessing Maintainer: root [EMAIL PROTECTED]
 mv: cannot stat `-': No such file or directory
 Try the latest version from testing or unstable. I haven't checked
 but changes are good, that this is fixed already.

 I tried this in an 'etch' qemu host, with just the standard system plus
 dh-make-php and php5-dev. I'll send the tar ball of the logs separately.
 The same behaviour was observed with the etch version or the lenny  
 version (2.10); none of the variables got set by the eval_package
 function.
This is strange because I cannot reproduce it.

[EMAIL PROTECTED]:/tmp$ dh-make-pecl --only 5 oci8
downloading oci8-1.2.4.tgz ... Starting to download oci8-1.2.4.tgz
(99,687 bytes) ..done: 99,687 bytes File
/tmp/oci8-1.2.4.tgz downloaded
Creating debian source package: php-oci8-1.2.4
Upstream is: Antony Dovgal, Wez Furlong, Andi Gutmans, Christopher Jones
Guessing Maintainer: Uwe Steinmann [EMAIL PROTECTED]
[EMAIL PROTECTED]:/tmp$ dh-make-pecl --version
0.2.10
[EMAIL PROTECTED]:/tmp$ ls -l php-oci8-1.2.4/
insgesamt 31
drwxr-xr-x 2 steinm steinm  1024 21. Mär 09:32 debian
drwxr-xr-x 3 steinm steinm  1024 21. Mär 09:31 oci8-1.2.4
-rw-r--r-- 1 steinm steinm 27804  1. Sep 2007  package.xml
[EMAIL PROTECTED]:/tmp$ 

  Uwe

-- 
  MMK GmbH, Fleyer Str. 196, 58097 Hagen
  [EMAIL PROTECTED]
  Tel: 02331 840446Fax: 02331 843920


signature.asc
Description: Digital signature


Bug#471554: typo in COLOPHON.txt

2008-03-21 Thread Milan Zamazal
 JK == Jens Kubieziel [EMAIL PROTECTED] writes:

JK There is a small typo in COLOPHON.txt. See diff:

Forwarded to the upstream author.  Thanks for the report.

Regards,

Milan Zamazal




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



Bug#461712: Patch to fix the FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers (fwd)

2008-03-21 Thread Peter Karlsson
Hi!

Please find attached a follow-up to the recent bug I forwarded about
GCC 4.3 compatibility. It does't seem to fix the problem properly, but
it does give an indication to what is incompatible.

-- 
\\// Peter - http://www.softwolves.pp.se/---BeginMessage---
 tags 461712 patch
 thanks

 I added one patch to fix the FTBFS with GCC 4.3: uses (removed)
pre-iso c++ headers. Was good idea you forwarded the bug to the
upstreams, but meanwhile you could fix the problem with this minimal
patch. I think the patch doesn't affect neither to others platforms
that uses gcc 4.3 nor not GCC environments.

Also, do you wish a NMU package if you have lack time?

Regards.



-- 
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656
diff -Nru multimail-0.49/config.h multimail-0.49.modif/config.h
--- multimail-0.49/config.h	2007-07-07 00:56:27.0 -0500
+++ multimail-0.49.modif/config.h	2008-03-20 03:39:21.119854801 -0600
@@ -143,7 +143,6 @@
not that useful anyway.
 */
 #ifndef _MSC_VER
-# define USE_NEWHANDLER
 #endif
 
 /* Turbo C++ 3.0 lacks the bool and off_t types.*/
---End Message---


Bug#471946: debmirror: Immediately removes downloaded files if non-canonic filename is in Packages

2008-03-21 Thread Raphael Hertzog
Package: debmirror
Version: 20070123
Severity: normal
Tags: patch

I have seen this:

Parse Packages and Sources files and add to the file list everything therein.
Download all files that we need to get (19 MiB).
[...]
[100%] Getting: dists/etch/LcsXP/binary-i386//ldapedu_4.1~1~svn3918_all.deb
Downloaded 19 MiB in 34s at 551.95 kiB/s
Errors:
 Download of dists/etch/Release failed: dists/etch/Release: No such file or 
directory
 Download of dists/etch/Release.gpg failed: dists/etch/Release.gpg: No such 
file or directory
 Ignoring failed Release files
 Ignoring missing Release file for dists/etch/LcsXP/binary-i386/Packages.gz
Everything OK. Moving meta files.
Cleanup mirror.
deleting dists/etch/LcsXP/binary-i386/ldapedu_4.1~1~svn3918_all.deb
[...]

As you see the Packages file references a file with two backslashes in its
path.  And when debmirror does the find on the local mirror it returns the
filename with a single slash of course. Thus it immediately removes the
downloaded file...

The fix is quite simple (around line 824):
   }
   $_ = $buf;
   ($filename)=m/^Filename:\s+(.*)/im;
+  $filename =~ s{/+}{/}g;
   ($deb_section)=m/^Section:\s+(.*)/im;
   ($deb_priority)=m/^Priority:\s+(.*)/im;
   ($architecture)=m/^Architecture:\s+(.*)/im;

Cheers,

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

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
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 debmirror depends on:
ii  bzip2 1.0.4-4high-quality block-sorting file co
ii  libcompress-zlib-perl 2.008-2Perl module for creation and manip
ii  libdigest-sha1-perl   2.11-2 NIST SHA-1 message digest algorith
ii  liblockfile-simple-perl   0.206-1Simple advisory file locking
ii  libwww-perl   5.808-1WWW client/server library for Perl
ii  perl [libdigest-md5-perl] 5.8.8-12   Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl]5.8.8-12   Core Perl modules
ii  rsync 3.0.0-2fast remote file copy program (lik

Versions of packages debmirror recommends:
ii  ed0.7-1  The classic unix line editor
ii  gnupg 1.4.6-2.1  GNU privacy guard - a free PGP rep
ii  patch 2.5.9-4Apply a diff file to an original

-- no debconf information



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



Bug#471896: emacs22-el: tls.el cannot connect with openssl

2008-03-21 Thread Sven Joachim
On 2008-03-21 09:40 +0100, Valery V. Vorotyntsev wrote:

 Connection establishes when `s_client' is used without `-no_ssl2' option.
 (You can test it against talk.google.com:443.)

I can confirm that; also that it fails with the -no_ssl2 option.

 Thus, my workaround is
   (setq tls-program '(openssl s_client -connect %h:%p))

 ...I wonder what is causing the problem: recent openssl change or
 talk.google.com server update of some kind.

You could try to downgrade openssl and maybe libssl0.9.8, if you'd like
to find out.

Sven



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



Bug#451722: Please upload a fixed PAM

2008-03-21 Thread Manoj Srivastava
severity 451722 normal
thanks

Hi,

The bug prevents testing security policy, and getting a working
 Debian security machine. Please upload a fixed PAM, so we can get more
 Debian specific policy fixes in place before things freeze for  lenny.

manoj
-- 
It doesn't matter what you do, it only matters what you say you've done
and what you're going to do.
Manoj Srivastava [EMAIL PROTECTED] http://www.debian.org/~srivasta/  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C




Bug#471896: emacs22-el: tls.el cannot connect with openssl

2008-03-21 Thread Valery V. Vorotyntsev
On 3/21/08, Sven Joachim [EMAIL PROTECTED] wrote:
 On 2008-03-21 09:40 +0100, Valery V. Vorotyntsev wrote:

   ...I wonder what is causing the problem: recent openssl change or
   talk.google.com server update of some kind.

 You could try to downgrade openssl and maybe libssl0.9.8, if you'd like
  to find out.

Right. I've downgraded to `libssl0.9.8_0.9.8g-4' and `openssl_0.9.8g-4'.
`-no_ssl2' works with them.

-- 
vvv



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



Bug#471948: It would be nice to add a splitter to the main window

2008-03-21 Thread Alexander Shulgin
Package: update-manager
Version: 0.42.2ubuntu22-15
Severity: wishlist
Tags: patch

Currently, user is unable to resize the 'details' area.

So I've used glade to add a vertical pane, but, unfortunately cannot
send a direct patch for this.  The resulting .glade file differs in
every single line, probably, due to the use of different versions of
glade.  I'm attaching my UpdaterManager.glade file, you should be able
get the idea and apply similar change with your glade. ;-)

-- 
Alex


UpdateManager.glade.gz
Description: GNU Zip compressed data


Bug#471947: console-data updated Macedonian language translation

2008-03-21 Thread Georgi Stanojevski

Package: console-data
Version: 2:1.06-2
Severity: wishlist
Tags: patch l10n


Please update the Macedonian translation of console-data.

mk.po is attached.
# translation of mk.po to
# translation of console-data_debian_po_mk.po to
# translation of console-data_debian_po_mk.po to
# translation of console-data_debian_po_mk.po to
# translation of console-data_debian_po_mk.po to
# translation of console-data_debian_po_mk.po to
# translation of console-data_debian_po_mk.po to
# translation of console-data_debian_po_mk.po to
# Macedonian translation of console-data_debian_po_mk.po to
#
# Georgi Stanojevski [EMAIL PROTECTED], 2004.
# Georgi Stanojevski [EMAIL PROTECTED], 2006, 2008.
msgid 
msgstr 
Project-Id-Version: mk\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-03-18 18:05+0100\n
PO-Revision-Date: 2008-03-21 10:53+0100\n
Last-Translator: Georgi Stanojevski [EMAIL PROTECTED]\n
Language-Team:  [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

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid by
msgstr белоруска

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid bg
msgstr бугарска

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid croat
msgstr хрватска

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid cz-lat2
msgstr чешка латинична2

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid sg-latin1
msgstr сингапур латинична1

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid de-latin1-nodeadkeys
msgstr германска латинична1 без мртви тастери

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid dk-latin1
msgstr данска латинична1

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid us
msgstr САД

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid uk
msgstr британска

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid dvorak
msgstr дворак

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid et
msgstr естониска

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid la-latin1
msgstr латинска америка латинична1

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid es
msgstr шпанска

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid fi-latin1
msgstr финска латинична1

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid fr-latin9
msgstr француска латинична9

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
msgid fr-latin1
msgstr француска латинична1

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid be2-latin1
msgstr белгиска2 латинична1

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid ca-multi
msgstr Канадско повеќејазично

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid fr_CH-latin1
msgstr швајцарско француска латинична1

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid gr
msgstr грчка

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid hebrew
msgstr еврејска

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid hu
msgstr унгарска

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid is-latin1
msgstr исландска латинична1

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001 ../console-keymaps-usb.templates:1001
msgid it
msgstr италијанска

#. Type: select
#. Choices
#: 

Bug#471949: bins-edit-gui asks to install non-existing package

2008-03-21 Thread Ralf Treinen
Package: bins
Version: 1.1.29-9
Severity: normal


Calling bins-edit-gui yields:

  You need to install the Debian package(s): libgtk-perl, libgladexml-perl,
  libgtk-imlib-perl, libgnome-perl

However, libgtk-perl doesn't exist (in amd64/testing) :

vanadium:/home/pps/treinen# apt-get install libgtk-perl libgladexml-perl 
libgtk-imlib-perl libgnome-perl
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package libgtk-perl is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libgtk-perl has no installation candidate


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

Kernel: Linux 2.6.18-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bins depends on:
ii  libhtml-clean-perl 0.8-10Cleans up HTML code for web browse
ii  libhtml-parser-perl3.56-1A collection of modules that parse
ii  libhtml-template-perl  2.9-1 HTML::Template : A module for usin
ii  libimage-info-perl 1.27-2allows extraction of meta informat
ii  libimage-size-perl 3.1.1-1   determine the size of images in se
ii  libio-string-perl  1.08-2Emulate IO::File interface for in-
ii  libjpeg-progs  6b-14 Programs for manipulating JPEG fil
ii  liblocale-gettext-perl 1.05-3Using libc functions for internati
ii  libtext-iconv-perl 1.7-1 converts between character sets in
ii  libtext-unaccent-perl  1.08-1provides functions to remove accen
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.35.dfsg.1-1 Manipulates and accesses URI strin
ii  libxml-grove-perl  0.46alpha-11  Perl module for accessing parsed *
ii  libxml-handler-yawrite 0.23-5Perl module for writing XML docume
ii  libxml-perl0.08-1Perl modules for working with XML
ii  libxml-writer-perl 0.604-1   Perl module for writing XML docume
ii  libxml-xql-perl0.68-4Perl module for querying XML tree 
ii  perlmagick 7:6.3.7.9.dfsg1-2 Perl interface to the libMagick gr

Versions of packages bins recommends:
pn  libglade-gnome0   none (no description available)
pn  libglade-perl none (no description available)
pn  libgladexml-perl  none (no description available)
pn  libgnome-perl none (no description available)
pn  libgtk-imlib-perl none (no description available)

-- no debconf information



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



Bug#471928: [845G] fails to start

2008-03-21 Thread Brice Goglin
retitle 471928 [845G] fails to start
reassign 471928 xserver-xorg-video-intel
found 471928 2:2.1.0-2
thank you


Matías Teplitzky wrote:
 I am running Debian testing (Lenny) on an Acer TravelMate 230, and X.org does 
 not work properly with an Intel 845G integrated graphic card.

The reason is probably that your LVDS subchipset isn't recognized by
intel driver 2.1, we had several bugs like this in the past, you should
try a more recent driver.

Please try upgrading Xorg to unstable. Or at least try a more recent
xserver-xorg-video-intel such as the one available in
http://people.debian.org/~bgoglin/rebuilds/intel-2.2.1-Xserver1.3/

 Both the i810 and the intel video drivers fail to work.

Note that when xserver-xorg-video-intel is installed, i810 and intel
actually are the same new driver. The old i810 driver is only
available if you remove xserver-xorg-video-intel and install an old
xserver-xorg-video-i810 package (= 1.8).

Brice
cont




Bug#471950: /usr/share/Crack/scripts/smartcat: line 36: run/dict/gcperm.*: No such file or directory

2008-03-21 Thread Vittorio Tornielli di Crestvolant
Package: crack-md5
Version: 5.0a-9
Severity: important


Script smartcat does not find run/dic.* dictionary and Crack terminate
without had cracke the password:

E-file: /usr/share/Crack/scripts/smartcat: line 36: run/dict/gcperm.*: No such 
file or directory

D-file:
O:1206054456:2311
I:1206054456:LoadDictionary: loaded 0 words into memory
I:1206054456:OpenDictStream: trying: kickdict 2312
I:1206054456:OpenDictStream: status: /ok/ stat=1 look=2312 find=2312
genset='conf/rules.perm7u' rule='/lsl1/oso0/isi1/ese3/sss$/asa4/hsh4u'
dgrp='gcperm' prog='smartcat run/dict/gcperm.*'
O:1206054456:2312
I:1206054457:LoadDictionary: loaded 0 words into memory
I:1206054457:OpenDictStream: trying: kickdict 2313
I:1206054457:OpenDictStream: status: /error/ stat=0 look=2313 find=2312
genset='l -e '$s=a; print $s++,\n while (length($s)  9);''
rule='/lsl1/oso0/isi1/ese3/sss$/asa4/hsh4u' dgrp='#:| perl -e '$s=a;
print $s++,\n while (length($s)  9);'' prog=''
O:1206054457:2313
I:1206054457:OpenDictStream: end of dictionaries: /error/ stat=0
look=2313 find=2312 genset='l -e '$s=a; print $s++,\n while
(length($s)  9);'' rule='/lsl1/oso0/isi1/ese3/sss$/asa4/hsh4u'
dgrp='#:| perl -e '$s=a; print $s++,\n while (length($s)  9);''
prog=''
T:1206054457:Crack: Done.



-- 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=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)

Versions of packages crack-md5 depends on:
ii  crack-common   5.0a-9Password guessing program
ii  libc6  2.3.6.ds1-13etch4 GNU C Library: Shared libraries

crack-md5 recommends no packages.

-- no debconf information



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



Bug#471951: FTBFS on sparc

2008-03-21 Thread Andreas Barth
Package: gprolog
Version: 1.3.0-5
Severity: serious

http://buildd.debian.org/fetch.cgi?pkg=gprologver=1.3.0-5arch=sparcstamp=1205117597file=log
!pdfTeX error: pdflatex (file ./compil-scheme.pdf): reading image file
failed
 == Fatal error occurred, no output PDF file produced!
make[1]: *** [gprolog.pdf] Error 70
make[1]: Leaving directory `/build/buildd/gprolog-1.3.0/doc'
make: *** [stamp-build-indep] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2


-- 
  http://home.arcor.de/andreas-barth/



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



Bug#468780: serial support in upstream now configurable at boot

2008-03-21 Thread Nick Schmalenberger
As of version 2.0 upstream, the serial support is configurable at
boot instead of compile so if the version upstream now (2.01) is added,
it will close bugs 308355 and 432923.

from http://www.memtest.org/#change
Enhancements in v2.00 :
...
#  Added serial support as a linux boot parameter (Thanks to Michal S.)

Nick Schmalenberger



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



Bug#471952: mahara: [INTL:pt] Updated Portuguese translation for debconf messages

2008-03-21 Thread Traduz - Portuguese Translation Team
Package: mahara
Version: 0.9.2-2
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for mahara's debconf messages.
Translator: Américo Monteiro [EMAIL PROTECTED]
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz _at_ debianpt.org.


-- 
Best regards,

Miguel Figueiredo
Traduz - Portuguese Translation Team
http://www.DebianPT.org


pt.po
Description: application/gettext


Bug#470962: Incompatible with post-DSA-1428 kernel source

2008-03-21 Thread Ola Lundqvist
Hi Marcin

Now I understand what the problem is. I was not aware of that max fuzz problem.

I'll correct this.

Best regards,

// Ola

On Wed, Mar 19, 2008 at 11:03:12PM +, Marcin Owsiany wrote:
 On Sun, Mar 16, 2008 at 10:33:25PM +0100, Ola Lundqvist wrote:
  I have verified it on target as well. As you do not tell what the 
  incompatibility
  is I would like you to describe the problem. Until you have specified it
  more I'm lowering the serverity of this bug.
 
 I've investigated this a bit, and the reason it fails for me, but not
 for you, is most probably you are using the default patch's maximum fuzz
 level of 2, while I am using a manually specified max fuzz level of 1.
 
 Actually the fuzz level is not specified by me directly, but it is what
 patch.apply script from the linux-2.6 source package uses.
 
 The problem looks like this:
 | patching file fs/sysfs/sysfs.h
 | Hunk #2 FAILED at 30.
 | 1 out of 2 hunks FAILED -- saving rejects to file fs/sysfs/sysfs.h.rej
 
 and is about the following hunk:
 
 | @@ -21,7 +30,6 @@ extern void sysfs_drop_dentry(struct sys
 |  extern int sysfs_setattr(struct dentry *dentry, struct iattr *iattr);
 | 
 |  extern struct rw_semaphore sysfs_rename_sem;
 | -extern struct super_block * sysfs_sb;
 |  extern const struct file_operations sysfs_dir_operations;
 |  extern const struct file_operations sysfs_file_operations;
 |  extern const struct file_operations bin_fops;
 
 the DSA I mentioned in my original report added another extern variable
 declaration just before sysfs_rename_sem. That is why it applies with fuzz=2,
 but not with fuzz=1.
 
 -- 
 Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
 GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216
 
 
 

-- 
 - 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#448366:

2008-03-21 Thread Christian Thalinger
I entered this bug into the CACAO bugzilla:

http://server.complang.tuwien.ac.at/cgi-bin/bugzilla/show_bug.cgi?id=53

- twisti




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



Bug#259200: I wanted to say I'm sorry.

2008-03-21 Thread Sergio Burke
Don't screw up in 2008, make sure you take the only proven male enlargement 
solution
http://veriapoli.com/

Bug#471953: ldap-account-manager: Installation fails if php4 is not installed

2008-03-21 Thread Hadmut Danisch
Package: ldap-account-manager
Version: 2.2.0-2
Severity: important

Hi,

installation/upgrade of the ldap-account-manager package fails on my
system (apache2 with php5 running and php4 deinstalled but not purged)
because the php4 deinstalled but unpurged package leaves the php4.conf
and php4.load files in the /etc/apache2/mods-available directory
(standard procedure for configuration files). 

the postinst script of ldap-account-manager finds these files and
reenables them by creating symlinks into mods-enabled without checking
whether the modules actually exist (and the user wants them). Then,
apache2 won't start again and package installation fails. 

Since ldap-account-manager depends on php5, it should not deal with
php4 anymore.

regards






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

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

Versions of packages ldap-account-manager depends on:
ii  apache2  2.2.8-1 Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]  2.2.8-1 Traditional model for Apache HTTPD
ii  debconf [debconf-2.0]1.5.18  Debian configuration management sy
ii  php-fpdf 1.53.dfsg-5 PHP class to generate PDF files
ii  php5 5.2.4-2 server-side, HTML-embedded scripti
ii  php5-ldap5.2.5-3 LDAP module for php5

Versions of packages ldap-account-manager recommends:
ii  php5-mhash5.2.5-3MHASH module for php5

-- debconf information:
* ldap-account-manager/config-webserver: apache2
  ldap-account-manager/note-0_4_9-upgrade:
  ldap-account-manager/alias: lam
  ldap-account-manager/note-1_0_0-upgrade:
  ldap-account-manager/passwd: lam
* ldap-account-manager/restart-webserver: true



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



Bug#471801: RFA: egroupware

2008-03-21 Thread Giuseppe Sacco
Hi Peter,
I am using egw since a few years, and I still use it in my company, so I
am really interested in co-maintaining the packages.

Do you have a prioritised lists of actions to do? Is upstream
collaborative? Is there already a pkg-egroupware on alioth or something
similar?

Bye,
Giuseppe




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



Bug#259288: I wanted to say I'm sorry.

2008-03-21 Thread Sergio Burke
The larger your manhood, the more women want you . add inches today
http://xenifeao.com/

Bug#471954: ITP: lxde -- Lightweight X11 Desktop Environment

2008-03-21 Thread Andrew Lee
Package: wnpp
Severity: wishlist
Owner: Andrew Lee [EMAIL PROTECTED]

* Package name: lxde
  Version : 0.2.10
  Upstream Author : Hong Jen Yee (PCMan)  [EMAIL PROTECTED]
* URL : http://lxde.sourceforge.net
* License : (GPL)
  Programming Lang: (C)
  Description : Lightweight X11 Desktop Environment default config data

 LXDE (the Lightweight X11 Desktop Environment) is a new project aimed
 to provide a new desktop environment which is lightweight and fast.
 .
 It's not designed to be powerful and bloated, but to be usable and slim
 enough, and keep the resource usage low.  Different from other desktop
 environments, lxde don't tightly integrate every component. Instead,
 lxde tried to make all components independent, and each of them can be
 used independently with fewer dependencies.
 .
 Features:
  - Lightweight, runs with reasonable memory usage
  - Fast, rund well even on older machines produced in 1999
  - Good-looking, GTK+ 2 internationalized user interface
  - Easy-to-use, the user interface is simple, but usable enough
  - Desktop independent (suprise! Every component can be used without LXDE)
  - Standard compliant, follows the specs on freedesktop.org
  - Suitable for old machines(old Pentium II CPU is enough).

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

Kernel: Linux 2.6.24-1-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



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



Bug#471955: movabletype-opensource: [INTL:pt] Portuguese translation for debconf messages

2008-03-21 Thread Traduz - Portuguese Translation Team
Package: movabletype-opensource
Version: 4.1-2
Tags: l10n, patch
Severity: wishlist

Portuguese translation for movabletype-opensource's debconf messages.
Translator: Américo Monteiro [EMAIL PROTECTED]
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz _at_ debianpt.org.


-- 
Best regards,

Miguel Figueiredo
Traduz - Portuguese Translation Team
http://www.DebianPT.org


pt.po
Description: application/gettext


Bug#470962: Correction in stable for #470962 and DSA-1428

2008-03-21 Thread Ola Lundqvist
Hi

From the bug report:
-
One of the patches for CVE-2007-3104 in DSA-1428-1 (incorrectly called
1481-1 in its subject), uploaded in linux-2.6_2.6.18.dfsg.1-13etch5
introduced an incompatibility with the openvz patch.

Attached is a patch which makes the patch work. I've been using it in my
packages since December, so I consider it rather well tested. Sorry for
the delayed filing of this bug.
-

I have prepared an updated version of kernel-patch-openvz that I would
like to have included in the security updates.

They can be found at:
http://debian.opalsys.net/openvz/

kernel-patch-openvz_028.18.1etch6_all.deb
kernel-patch-openvz_028.18.1etch6.dsc
kernel-patch-openvz_028.18.1etch6_i386.changes
kernel-patch-openvz_028.18.1etch6.tar.gz

Thanks in advance.

Best regards,

// Ola

-- 
 - 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#471862: [EMAIL PROTECTED]: Bug#471862: rrd_create error: Invalid alpha: must be between 0 and 1]

2008-03-21 Thread Ola Lundqvist
Hi Luca

I have recently updated to the latest version of the ntop package in Debian.
I got this bug report. Do you know what that problem could be?

Best regards,

// Ola

- Forwarded message from David Prévot [EMAIL PROTECTED] -

Envelope-to: [EMAIL PROTECTED]
Delivery-date: Thu, 20 Mar 2008 19:41:31 +0100
Subject: Bug#471862: rrd_create error: Invalid alpha: must be between 0 and 1
Reply-To: David Prévot [EMAIL PROTECTED], [EMAIL PROTECTED]
Resent-From: David Prévot [EMAIL PROTECTED]
Resent-To: debian-bugs-dist@lists.debian.org
Resent-CC: Ola Lundqvist [EMAIL PROTECTED]
Resent-Date: Thu, 20 Mar 2008 18:33:03 +
Resent-Message-ID: [EMAIL PROTECTED]
X-Debian-PR-Message: report 471862
X-Debian-PR-Package: ntop
X-Debian-PR-Keywords: 
X-Debian-PR-Source: ntop
X-Spam-Checker-Version: SpamAssassin 3.1.4-bugs.debian.org_2005_01_02 
(2006-07-26) on rietz.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-5.6 required=4.0 tests=BAYES_00,DNS_FROM_RFC_ABUSE,
DNS_FROM_RFC_POST,HAS_PACKAGE,MURPHY_WRONG_WORD2,RCVD_ILLEGAL_IP,
RCVD_IN_SORBS_DUL autolearn=no 
version=3.1.4-bugs.debian.org_2005_01_02
From: David Prévot [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
X-Enigmail-Version: 0.95.0
OpenPGP: id=D6D30BFA
X-Enigmail-Version: 0.95.0
OpenPGP: id=D6D30BFA
Resent-Sender: Debian BTS [EMAIL PROTECTED]
Resent-Date: Thu, 20 Mar 2008 18:33:11 +
X-Spam-Score: 0.2 (/)
X-Spamcheck-provider: Checked for spam by opalsys.net, [EMAIL PROTECTED]

Package: ntop
Version: 3:3.3-4
Severity: normal

--- Please enter the report below this line. ---

Hi,

After upgrading ntop to 3:3.3-4, the rrdPlugin (activated by default) is
not usable anymore. Some functionnality (Network Load for example) are
broken due to this. I tried a fresh install (on amd64), the problem is
the same.

Here is the information I had when launching ntop (or reactavating the
rrdPlugin) in the syslog.

 **WARNING** RRD: rrd_create(/var/lib/ntop/interfaces/eth0/throughput.rrd) 
 error: Invalid alpha: must be between 0 and 1
 **WARNING** RRD: rrd_update(/var/lib/ntop/interfaces/eth0/throughput.rrd) 
 error: opening '/var/lib/ntop/interfaces/eth0/throughput.rrd': Aucun fichier 
 ou répertoire de ce type
 **WARNING** RRD: 
 rrd_create(/var/lib/ntop/rrd/interfaces/eth0/ethernetPkts.rrd) error: Invalid 
 alpha: must be between 0 and 1
 **WARNING** RRD: 
 rrd_update(/var/lib/ntop/rrd/interfaces/eth0/ethernetPkts.rrd) error: opening 
 '/var/lib/ntop/rrd/interfaces/eth0/ethernetPkts.rrd': Aucun fichier ou 
 répertoire de ce type
 **WARNING** RRD: 
 rrd_create(/var/lib/ntop/rrd/interfaces/eth0/broadcastPkts.rrd) error: 
 Invalid alpha: must be between 0 and 1
 **WARNING** RRD: 
 rrd_update(/var/lib/ntop/rrd/interfaces/eth0/broadcastPkts.rrd) error: 
 opening '/var/lib/ntop/rrd/interfaces/eth0/broadcastPkts.rrd': Aucun fichier 
 ou répertoire de ce type
 **WARNING** RRD: 
 rrd_create(/var/lib/ntop/rrd/interfaces/eth0/ethernetBytes.rrd) error: 
 Invalid alpha: must be between 0 and 1
 **WARNING** RRD: 
 rrd_update(/var/lib/ntop/rrd/interfaces/eth0/ethernetBytes.rrd) error: 
 opening '/var/lib/ntop/rrd/interfaces/eth0/ethernetBytes.rrd': Aucun fichier 
 ou répertoire de ce type
 **WARNING** RRD: 
 rrd_create(/var/lib/ntop/rrd/interfaces/eth0/knownHostsNum.rrd) error: 
 Invalid alpha: must be between 0 and 1
 **WARNING** RRD: 
 rrd_update(/var/lib/ntop/rrd/interfaces/eth0/knownHostsNum.rrd) error: 
 opening '/var/lib/ntop/rrd/interfaces/eth0/knownHostsNum.rrd': Aucun fichier 
 ou répertoire de ce type
[lots more]

Thanks for maintening ntop

David

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  990 unstablelapin
  990 testing lapin
  500 etchlapin
1 experimentallapin

--- Package information. ---
Depends (Version) | Installed
=-+-=
libc6  (= 2.5-5) | 2.7-9
libfreetype6 (= 2.2) | 2.3.5-1+b1
libgd2-noxpm (= 2.0.34~rc1)  |
 OR libgd2-xpm(= 2.0.34~rc1) | 2.0.36~rc1~dfsg-1
libgdbm3  | 1.8.3-3
libjpeg62 | 6b-14
libpcap0.7| 0.7.2-9
libpng12-0  (= 1.2.13-4) | 1.2.15~beta5-3
libssl0.9.8 (= 0.9.8c-1) | 0.9.8g-7
zlib1g   (= 1:1.2.1) | 1:1.2.3.3.dfsg-11
debconf   (= 1.2.0)  | 1.5.20
 OR debconf-2.0   |
adduser   | 3.106





- End forwarded message -

-- 
 - 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 

Bug#471956: bgoffice-dict-downloader: [INTL:pt] Portuguese translation for debconf messages

2008-03-21 Thread Traduz - Portuguese Translation Team
Package: bgoffice-dict-downloader
Version: 0.01
Tags: l10n, patch
Severity: wishlist

Portuguese translation for bgoffice-dict-downloader's debconf messages.
Translator: Américo Monteiro [EMAIL PROTECTED]
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz _at_ debianpt.org.


-- 
Best regards,

Miguel Figueiredo
Traduz - Portuguese Translation Team
http://www.DebianPT.org


pt.po
Description: application/gettext


Bug#471899: vnc4server: German umlauts don't seem to work

2008-03-21 Thread Ola Lundqvist
Hallo Christian

Thanks for the report. Do you know if German characters work if you run from 
Linux?
The reason is that it works fine with Swedish characters and as far as I
know they are the same in Sweden and Germany (åäöÅÄÖ). Maybe it is related
to windows...

I have also checked with a windows computer and Swedish caracters work fine 
there as well.

Have you installed the proper locales?
ISO-8859-1 and UTF-8?

Best regards,

// Ola

On Fri, Mar 21, 2008 at 12:02:22AM +0100, Christian Pernegger wrote:
 Package: vnc4server
 Version: 4.1.1+X4.3.0-21
 Severity: important
 
 
 I'm using a German keyboard on the client (tightvnc-viewer on Windows)
 and would like to be able to input German umlauts with it as usual.
 
 However, my auml; uuml; ouml; and szlig; always get stripped and
 show up as a, u, o and s respectively.
 
 If it's the server's fault it will probably affect more 8bit-ASCII
 languages and thus be rather annoying to a lot of people. Then again
 it might be configurable (pointers, please) or the client's fault.
 
 Regards,
 
 C.
 
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
 Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages vnc4server depends on:
 ii  libc6  2.7-6 GNU C Library: Shared libraries
 ii  libgcc11:4.3.0~rc2-1 GCC support library
 ii  libstdc++6 4.3.0~rc2-1   The GNU Standard C++ Library v3
 ii  libx11-6   2:1.0.3-7 X11 client-side library
 ii  libxext6   2:1.0.4-1 X11 miscellaneous extension 
 librar
 ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource 
 extension 
 ii  vnc4-common [vnc-commo 4.1.1+X4.3.0-21   Virtual network computing server 
 s
 ii  x11-common 1:7.2-5   X Window System (X.Org) 
 infrastruc
 ii  xbase-clients  1:7.2.ds2-2   miscellaneous X clients
 ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime
 
 Versions of packages vnc4server recommends:
 ii  xfonts-base   1:1.0.0-5  standard fonts for X
 
 -- no debconf information
 
 
 

-- 
 - 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#471862: rrd_create error: Invalid alpha: must be between 0 and 1

2008-03-21 Thread Ola Lundqvist
Hi David

Thanks for the report. I can not reproduce this myself but I'm running i686.

I have forwarded this report to upstream to see if he knows what the problem is.

Best regards,

// Ola

On Thu, Mar 20, 2008 at 02:32:04PM -0400, David Prévot wrote:
 Package: ntop
 Version: 3:3.3-4
 Severity: normal
 
 --- Please enter the report below this line. ---
 
 Hi,
 
 After upgrading ntop to 3:3.3-4, the rrdPlugin (activated by default) is
 not usable anymore. Some functionnality (Network Load for example) are
 broken due to this. I tried a fresh install (on amd64), the problem is
 the same.
 
 Here is the information I had when launching ntop (or reactavating the
 rrdPlugin) in the syslog.
 
  **WARNING** RRD: rrd_create(/var/lib/ntop/interfaces/eth0/throughput.rrd) 
  error: Invalid alpha: must be between 0 and 1
  **WARNING** RRD: rrd_update(/var/lib/ntop/interfaces/eth0/throughput.rrd) 
  error: opening '/var/lib/ntop/interfaces/eth0/throughput.rrd': Aucun 
  fichier ou répertoire de ce type
  **WARNING** RRD: 
  rrd_create(/var/lib/ntop/rrd/interfaces/eth0/ethernetPkts.rrd) error: 
  Invalid alpha: must be between 0 and 1
  **WARNING** RRD: 
  rrd_update(/var/lib/ntop/rrd/interfaces/eth0/ethernetPkts.rrd) error: 
  opening '/var/lib/ntop/rrd/interfaces/eth0/ethernetPkts.rrd': Aucun fichier 
  ou répertoire de ce type
  **WARNING** RRD: 
  rrd_create(/var/lib/ntop/rrd/interfaces/eth0/broadcastPkts.rrd) error: 
  Invalid alpha: must be between 0 and 1
  **WARNING** RRD: 
  rrd_update(/var/lib/ntop/rrd/interfaces/eth0/broadcastPkts.rrd) error: 
  opening '/var/lib/ntop/rrd/interfaces/eth0/broadcastPkts.rrd': Aucun 
  fichier ou répertoire de ce type
  **WARNING** RRD: 
  rrd_create(/var/lib/ntop/rrd/interfaces/eth0/ethernetBytes.rrd) error: 
  Invalid alpha: must be between 0 and 1
  **WARNING** RRD: 
  rrd_update(/var/lib/ntop/rrd/interfaces/eth0/ethernetBytes.rrd) error: 
  opening '/var/lib/ntop/rrd/interfaces/eth0/ethernetBytes.rrd': Aucun 
  fichier ou répertoire de ce type
  **WARNING** RRD: 
  rrd_create(/var/lib/ntop/rrd/interfaces/eth0/knownHostsNum.rrd) error: 
  Invalid alpha: must be between 0 and 1
  **WARNING** RRD: 
  rrd_update(/var/lib/ntop/rrd/interfaces/eth0/knownHostsNum.rrd) error: 
  opening '/var/lib/ntop/rrd/interfaces/eth0/knownHostsNum.rrd': Aucun 
  fichier ou répertoire de ce type
 [lots more]
 
 Thanks for maintening ntop
 
 David
 
 --- System information. ---
 Architecture: i386
 Kernel:   Linux 2.6.24-1-686
 
 Debian Release: lenny/sid
   990 unstablelapin
   990 testing lapin
   500 etchlapin
 1 experimentallapin
 
 --- Package information. ---
 Depends (Version) | Installed
 =-+-=
 libc6  (= 2.5-5) | 2.7-9
 libfreetype6 (= 2.2) | 2.3.5-1+b1
 libgd2-noxpm (= 2.0.34~rc1)  |
  OR libgd2-xpm(= 2.0.34~rc1) | 2.0.36~rc1~dfsg-1
 libgdbm3  | 1.8.3-3
 libjpeg62 | 6b-14
 libpcap0.7| 0.7.2-9
 libpng12-0  (= 1.2.13-4) | 1.2.15~beta5-3
 libssl0.9.8 (= 0.9.8c-1) | 0.9.8g-7
 zlib1g   (= 1:1.2.1) | 1:1.2.3.3.dfsg-11
 debconf   (= 1.2.0)  | 1.5.20
  OR debconf-2.0   |
 adduser   | 3.106
 
 
 
 

-- 
 - 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#448366:

2008-03-21 Thread Michael Koch
forward 448366 
http://server.complang.tuwien.ac.at/cgi-bin/bugzilla/show_bug.cgi?id=53
thanks


Thanks twisti. 


Cheers,
Michael



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



Bug#462463: rdoc1.8: crashes when generating documentation for facets

2008-03-21 Thread Lucas Nussbaum
forwarded 462463 
http://rubyforge.org/tracker/index.php?func=detailaid=3247group_id=426atid=1698
thanks

On 01/02/08 at 18:30 +0100, Lucas Nussbaum wrote:
 On 24/01/08 at 18:36 -0300, Antonio Terceiro wrote:
  Package: rdoc1.8
  Version: 1.8.6.111-3
  Severity: normal
  
  
  When generating the documentation for facets (see
  http://svn.debian.org/viewsvn/pkg-ruby-extras/packages-wip/libfacets-ruby/) 
  with diagrams, rdoc crashes with the following trace:
  
  --8
  Generating HTML...
  Diagrams: 
  /usr/lib/ruby/1.8/rdoc/diagram.rb:185:in
   `add_classes': undefined method `file_relative_name' for nil:NilClass 
  (NoMethodError)
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `each_with_index'
from /usr/lib/ruby/1.8/rdoc/diagram.rb:184:in `each'
from /usr/lib/ruby/1.8/rdoc/diagram.rb:184:in `each_with_index'
from /usr/lib/ruby/1.8/rdoc/diagram.rb:184:in `add_classes'
from /usr/lib/ruby/1.8/rdoc/diagram.rb:74:in `draw'
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `each_with_index'
from /usr/lib/ruby/1.8/rdoc/diagram.rb:54:in `each'
from /usr/lib/ruby/1.8/rdoc/diagram.rb:54:in `each_with_index'
from /usr/lib/ruby/1.8/rdoc/diagram.rb:54:in `draw'
from /usr/lib/ruby/1.8/rdoc/rdoc.rb:283:in `document'
from /usr/bin/rdoc:63
  --8
  
  The command line for generating the documentation was:
  
  $ rdoc -a --diagram lib/ -o doc
  
  If not asking to generate diagrams, documentatoin is generated without
  problems.
 
 Confirmed. And it also crashes with rdoc1.9.

The same bug seems to be described at
http://rubyforge.org/tracker/index.php?func=detailaid=3247group_id=426atid=1698
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#471957: apt-xapian-index: Weekly cron job fails

2008-03-21 Thread Frans Pop
Package: apt-xapian-index
Version: 0.7
Severity: important

/etc/cron.weekly/apt-xapian-index:
Traceback (most recent call last):
  File /usr/sbin/update-apt-xapian-index, line 367, in ?
addons = readPlugins(PLUGINDIR, progress)
  File /usr/sbin/update-apt-xapian-index, line 113, in readPlugins
addon = Addon(file)
  File /usr/sbin/update-apt-xapian-index, line 97, in __init__
self.info = self.obj.info()
  File /usr/share/apt-xapian-index/plugins/translated-desc.py, line 62, in 
info
maxts = max([os.path.getmtime(f) for f in translationFiles().itervalues()])
ValueError: max() arg is an empty sequence
run-parts: /etc/cron.weekly/apt-xapian-index exited with return code 1
/etc/cron.weekly/ept-cache:
Traceback (most recent call last):
  File /usr/sbin/update-apt-xapian-index, line 367, in ?
addons = readPlugins(PLUGINDIR, progress)
  File /usr/sbin/update-apt-xapian-index, line 113, in readPlugins
addon = Addon(file)
  File /usr/sbin/update-apt-xapian-index, line 97, in __init__
self.info = self.obj.info()
  File /usr/share/apt-xapian-index/plugins/translated-desc.py, line 62, in 
info
maxts = max([os.path.getmtime(f) for f in translationFiles().itervalues()])
ValueError: max() arg is an empty sequence
got an exit code of 256. Context: running update-apt-xapian-index
run-parts: /etc/cron.weekly/ept-cache exited with return code 1


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

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

Versions of packages apt-xapian-index depends on:
ii  python-apt0.7.5  Python interface to libapt-pkg
ii  python-debian 0.1.9  python modules to work with Debian
ii  python-xapian 1.0.5-1Xapian search engine interface for

apt-xapian-index recommends no packages.

-- no debconf information



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



Bug#471749: Connecting to VNC server can cause X server to restart

2008-03-21 Thread Ola Lundqvist
Hi

This is likely the same problem as #444697. The problem is that the ABI has 
changed
in xorg and the VNC sources can not handle that.

In the next version (uploaded a few days ago) the vnc.so file is not longer
available. I see no other solution to the problem.

I'm working on packaging xf4vnc as well to have this feature available in the
future as well.

Best regards,

// Ola

On Wed, Mar 19, 2008 at 10:40:58PM +, Chris Carr wrote:
 Package: vnc4server
 Version: 4.1.1+X4.3.0-21
 Severity: important
 
 I've successfully set up the VNC4 server so that I can connect to the :0
 display, by loading the module vnc in xorg.conf and setting a
 password. 
 
 Unfortunately most of the time I connect to it, it first says
 connection reset by peer: do you want to reconnect to
 dbass.homelinux.com?, and then when I say yes, it reconnects me and I
 see the kdm login screen, not the busy desktop I left waiting. 
 
 It turns out that the Xorg server is being killed and restarted when the
 first connection comes in. Unfortunately this does not happen
 consistently: occasionally the viewer connects properly to the running
 X :0 session without restarting the server. 
 
 This is xserver-xorg 1:7.2-5 using the radeon video driver from
 xserver-xorg-video-ati 1:6.6.3-2
 
 CC
 
 
 
 

-- 
 - 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#471958: openssl: Generated private keys world-readable by default

2008-03-21 Thread Lionel Elie Mamane
Package: openssl
Version: 0.9.8g-4
Severity: important
Tags: security

[EMAIL PROTECTED]:~ 148 $ openssl genrsa -out foo 512
Generating RSA private key, 512 bit long modulus
..
..
e is 65537 (0x10001)
[EMAIL PROTECTED]:~ 0 $ ls -l foo
-rw-r--r-- 1 master master 493 mar 21 11:51 foo

The generated key should really not be world-readable by default. Make
it mode 0600, if user needs more permissive (e.g. 0640), sie can
loosen it.

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

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

Versions of packages openssl depends on:
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libssl0.9.80.9.8g-4  SSL shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

openssl recommends no packages.

-- no debconf information



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



Bug#471305: Asia/Saigon (Vietnam) should be changed to Asia/Hanoi

2008-03-21 Thread Jean Christophe André
Clint Adams a écrit :
 You may wish to start participating in this mailing list thread to convey 
 your opinion: http://thread.gmane.org/gmane.comp.time.tz/2122
   
Thanks for this link!

As Martin Pitt already told us on Launchpad[1] (before I tried to go
upstream step-by-step), people from tzdata have good arguments to keep
going with current rules, which define time zone names using the most
populous cities.

Hopefully they already agreed to change Saigon to Ho_Chi_Minh, but
there's not enough space to append _City to the name since the POSIX
limit is 14 characters for each path component.

So as the last resort option, I'm trying to let Hanoi be a link to
Ho_Chi_Minh so one can choose either one. Not sure if they'll agree on
that since it requires more management on their side, especially if
everybody start to ask to add link for the Capitol City...

Regards, J.C.

[1] https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/121540/comments/13

-- 
Jean Christophe プログフ ANDRÉ — Responsable technique régional
Bureau Asie-Pacifique (BAP) — http://asie-pacifique.auf.org/
Agence universitaire de la Francophonie (AuF) — http://www.auf.org/
Adresse postale : AUF, 21 Lê Thánh Tông, T.T. Hoàn Kiếm, Hà Nội, Việt Nam
Tél. : +84 4 9331108   Fax : +84 4 8247383   Mobile : +84 91 3248747
⎧ Note personnelle : merci d'éviter de m'envoyer des fichiers PowerPoint  ⎫
⎩ ou Word, voir http://www.gnu.org/philosophy/no-word-attachments.fr.html ⎭




signature.asc
Description: OpenPGP digital signature


Bug#429362: and saw it as a ray of hope.

2008-03-21 Thread Daniela Emerson
Aquire Prescirptions and Medictaions right now

www.alexandriaanimadvert.toporaig.com



it's beauaudience




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



Bug#471959: [INTL:ta] debconf PO translations for the package translation of console-data

2008-03-21 Thread Tirumurti Vasudevan
From: drtv-guest
To:  [EMAIL PROTECTED]
Subject: [INTL:ta] debconf PO translations for the package console-data
Package:console-data
Version: N/A
Severity: wishlist
Tags: l10n patch
Please find attached the Tamil translation of the package console-data

 BE HAPPY! LIFE IS TOO SHORT TO BE UNHAPPY!



-- 
My blogs:(all in Tamil)
http://anmikam4dumbme.blogspot.com/
 http://nallaseithi.blogspot.com/
http://kathaikathaiyaam.blogspot.com/

BE HAPPY! LIFE IS TOO SHORT TO BE UNHAPPY!
# translation of console-data.po to Tamil
#
#  Tamil messages for debian-installer.
#  Copyright (C) 2003 Software in the Public Interest, Inc.
#
#
#Developers do not need to manually edit POT or PO files.
#
#  Senthil Kumar [EMAIL PROTECTED] ,2006.
# Christian Perrier [EMAIL PROTECTED], 2004.
# Dr.T.Vasudevan [EMAIL PROTECTED], 2007, 2008.
msgid 
msgstr 
Project-Id-Version: console-data\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-03-18 18:05+0100\n
PO-Revision-Date: 2008-03-21 13:54+0530\n
Last-Translator: Dr.T.Vasudevan [EMAIL PROTECTED]\n
Language-Team: Tamil [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: Plural-Forms: nplurals=2; plural=n1;\n

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid by
msgstr பெலாருசியன் 

# console-keymaps-acorn, Bulgarian
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid bg
msgstr பல்கேரியன் 

# console-keymaps-acorn, Croatian
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid croat
msgstr க்ரோசியன் 

# console-keymaps-acorn, Czech
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid cz-lat2
msgstr செக் 

# console-keymaps-acorn, Swiss
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid sg-latin1
msgstr ஸ்விஸ் ஜெர்மன் 

# console-keymaps-acorn, German
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid de-latin1-nodeadkeys
msgstr ஜெர்மன் 

# console-keymaps-acorn, Danish
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid dk-latin1
msgstr டானிஷ்

# console-keymaps-acorn, American
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid us
msgstr அமெரிக்க ஆங்கிலம் 

# console-keymaps-acorn, British
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid uk
msgstr ப்ரிட்டிஷ் ஆங்கிலம்

# console-keymaps-acorn, Dvorak
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid dvorak
msgstr ட்வோரக்

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid et
msgstr எஸ்டோனியன்

# console-keymaps-acorn, Swiss
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid la-latin1
msgstr லத்தீன் அமெரிக்கன்

# console-keymaps-acorn, Spanish
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid es
msgstr ஸ்பானிஷ்

# console-keymaps-acorn, Finnish
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid fi-latin1
msgstr பின்னிஷ்

# console-keymaps-acorn, French
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid fr-latin9
msgstr ப்ரென்ச்

# console-keymaps-acorn, French
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
msgid fr-latin1
msgstr ப்ரென்ச் (வழக்கிழந்த)

# console-keymaps-acorn, Belgian
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid be2-latin1
msgstr பெல்ஜியன்

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid ca-multi
msgstr கனடியன்-பலமொழி

# console-keymaps-acorn, Swiss
#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: ../console-keymaps-at.templates:1001
msgid fr_CH-latin1
msgstr ஸ்விஸ் ப்ரென்ச்

#. Type: select
#. Choices
#: ../console-keymaps-acorn.templates:1001
#: 

Bug#471960: rosegarden: cannot migrate to testing due to lilypond

2008-03-21 Thread Philipp Kern
Package: rosegarden
Severity: serious
Version: 1:1.6.1-1

rosegarden cannot migrate to testing in its current state as it produces
ia64 binaries with depend on lilypond, which can never be satisfied for
now.  (ia64 is lacking guile.)

Please demote the dependency on lilypond to a recommends relationship,
if possible.

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp Kern Debian Developer
: :' :  http://philkern.de   Debian Release Assistant
`. `'   xmpp:[EMAIL PROTECTED]
  `-finger pkern/[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#286078: I think we're at the

2008-03-21 Thread Erik Caroline
Pick up Prescriptiosn and Medictaions while you still can!

www.asherantony.bifreca.com



the affirmationalongside




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



Bug#471684: netdisco-mibs-installer: not using http_proxy

2008-03-21 Thread Oliver Gorwits

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Christoph,

Christoph Martin wrote:
| netdisco-mibs-installer does not use the http_proxy environment
| variable to make it use a proxy:

Thanks for the report!

I have committed a fix to trunk, marked as release 1.1 in the changelog.

Please could you review and release this if you are happy with it?

regards,
oliver.
- --
Oliver Gorwits, Network and Telecommunications Group,
Oxford University Computing Services
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH45sy2NPq7pwWBt4RAi3YAKCK/0XQ8xhGYMd8p/UdS/jsdrDWUACfU4sS
TEuMZO1nefk6BM0aJzabb2k=
=xzgj
-END PGP SIGNATURE-



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



Bug#175074: significant others while

2008-03-21 Thread Felix Acton
Buy Precsriptions and Mediactions tomorrow!

www.bedimmingbayport.bifutra.com



may ballroomarmstrong




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



Bug#247879: Interpersonal Divide:

2008-03-21 Thread Uwe Charles
Pick up Prsecriptions and Medicaitons asap

www.www.astronautbagging.werikine.com



in augmentavid




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



Bug#471776: Installation Reports [Debian Installer Lenny Beta 1]

2008-03-21 Thread christophe
On Thu, Mar 20, 2008 at 5:42 PM, Frans Pop wrote:

  2) Boot the installer with 'install b44.blacklist=yes'.
  This will block the kernel from loading the driver for your network card. If
  that fixes the hang, we know that it's a kernel issue.

So, it works with this solution. Thank you for your explanation!

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O] (Manual configuration = b44: Broadcom
4400 10/100 PCI Ethernet)
Configure network:  [O]
Detect CD: [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

The installation took place perfectly, with the exception of the
network connection. After googled and read some reports, I just tried
to reload my network card by running modprobe b44. It works well
now. Thank you again :-)

  Note that we will be switching to a 2.6.24 kernel soon for the installer, so
  it may be good to try again then.


I will try again

Best regards,
Christophe



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



Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-21 Thread Braun Gábor
   \documentclass{article}
  
   \begin{document}
   foo
   \end{document}
  
   Compilation command and messages on terminal:
   $ mk4ht oolatex test
...
 Can you create a new directory, compile the file in that directory,
 place the directory on the web, and provide a pointer to its
 address.  -eitan

http://www.renyi.hu/~braung/tmp/oolatex/

The directory as a zip archive:

http://www.renyi.hu/~braung/tmp/oolatex.zip

Gábor Braun




Bug#471961: openmcu: Does not support video

2008-03-21 Thread Carlos Rivera Cordero
Package: openmcu
Version: 2.1.1-3
Severity: normal


openmcu as it is packaged in etch does not seem to be compiled with video
support. From h323plus.org one can get the video plugins that seem to be 
missing 
from the source of the package libopenh323-1.18.0.  I report it as a bug here
instead of libopenh323-1.18.0 because the description of this package explicitly
says that it mixes video:

Description: H.323 conferencing server
 OpenH323 console interactive conferencing server that allows two or more people
 using a H.323 client to talk to each other in chat rooms. The server mixes the
 sound coming from all participants and splits the image so that up to 4 of them
 can be seen. 

-- 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-6-686
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)

Versions of packages openmcu depends on:
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libexpat1  1.95.8-3.4XML parsing C library - runtime li
ii  libgcc11:4.1.1-21GCC support library
ii  libldap2   2.1.30-13.3   OpenLDAP libraries
ii  libopenh323-1.18.0 1.18.0.dfsg-1 H.323 aka VoIP library
ii  libpt-1.10.0   1.10.2-2+etch1Portable Windows Library
ii  libsasl2   2.1.22.dfsg1-8Authentication abstraction library
ii  libsdl1.2debian1.2.11-8  Simple DirectMedia Layer
ii  libssl0.9.80.9.8c-4etch1 SSL shared libraries
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3

openmcu recommends no packages.

-- no debconf information



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



Bug#471953: ldap-account-manager: Installation fails if php4 is not installed

2008-03-21 Thread Roland Gruber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Hadmut,

Hadmut Danisch schrieb:
 installation/upgrade of the ldap-account-manager package fails on my
 system (apache2 with php5 running and php4 deinstalled but not purged)
 because the php4 deinstalled but unpurged package leaves the php4.conf
 and php4.load files in the /etc/apache2/mods-available directory
 (standard procedure for configuration files). 
 
 the postinst script of ldap-account-manager finds these files and
 reenables them by creating symlinks into mods-enabled without checking
 whether the modules actually exist (and the user wants them). Then,
 apache2 won't start again and package installation fails. 

thanks a lot for your report. It would be better if LAM enabled PHP5
instead of PHP4. ;-)

I will fix this in the next release.


- --

Best regards

Roland Gruber


LDAP Account Manager
http://lam.sourceforge.net

Want more? Get LDAP Account Manager Pro!
http://lam.sourceforge.net/lamPro/index.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFH45utq/ywNCsrGZ4RAoJbAJ4qxo0zdPftGaLSHz4DbGcr09evRACeNKMa
S5p6peuC2BNPxT4a0wNK2Io=
=oO73
-END PGP SIGNATURE-



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



Bug#471962: xclip should handle character sets other than iso-8859-1

2008-03-21 Thread David Madore
Package: xclip
Version: 0.08-7

Hi,

If I select some Unicode characters that are not latin-1 in, say,
Firefox, and try to copy them to a file using xclip -o  file, only
the latin-1 characters come through nicely, and they are encoded as
iso-8859-1, even if LC_CTYPE is set to en_US.UTF-8 (the others are
represented as \u where  are the hexadecimal number of the
Unicode character: but that is Firefox's doing, not xclip's).

So, xclip should have an option to negociate the selection's character
encoding as utf-8 at the least.

-- 
 David A. Madore
([EMAIL PROTECTED],
 http://www.madore.org/~david/ )



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



Bug#471398: ccs: /etc/cluster/cluster.conf: file not found (broken on clean install)

2008-03-21 Thread Frederik Schueler
fixed 471398 2.20071214-1
thanks


Hello,

 Package: cman
 Version: 1.03.00-2

you really should use RHCS2, and not these old packages.

Best regards
Frederik Schüler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#169577: he says, that some

2008-03-21 Thread Mathias Channing
Aquire Prescrpitions and Medicatinos tomorrow

www.www.allocableapache.bifreca.com



it's algaealgenib




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



Bug#97760: Henderson wrote

2008-03-21 Thread Kristian Hurst
Redeem Prescirptions and Medicatoins before it is too late

http://accentualadvent.bifutra.com



a abneralight




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



Bug#471895: snort: uninstallable

2008-03-21 Thread Benoît Dejean

Le vendredi 21 mars 2008 à 01:50 +0100, Javier Fernández-Sanguino Peña a
écrit :
 On Thu, Mar 20, 2008 at 11:25:06PM +0100, Benoît Dejean wrote:
  Package: snort
  Version: 2.7.0-13
  Severity: important
  
  Snort is uninstallable since it is started in foreground when
  configuring the package. Killing it makes the configure fails and
  renders package broken.
  
  Manually starting snort with /etc/init.d/snort start also starts it in
  foreground.
 
 Could you please send me the output of executing the following (as root):
 sh -x /etc/init.d/snort start

Hello Javier,

I've attached the output.
I have purged snort, then re-installed it and can reproduce. The funny
thing is that snort is started twice during the installation (so i have
to kill it twice).

 Also please tell me whether you have a file named 
 /etc/snort/snort.common.parameters or
 a file /etc/default/snort in your system (or both) and provide the contents
 of those files.

I have no such files.

 It certainly looks like there is some problem with your configuration and
 snort's parameters are not properly set to make it run in Daemon mode.
 
 Thank you

Feliz Pascua!

 Javier
-- 
Benoît Dejean
GNOME http://www.gnomefr.org/
LibGTop http://directory.fsf.org/libgtop.html
+ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
+ test
+ DAEMON=/usr/sbin/snort
+ NAME=snort
+ DESC='Network Intrusion Detection System'
+ . /lib/lsb/init-functions
++ FANCYTTY=
++ '[' -e /etc/lsb-base-logging.sh ']'
++ true
+ CONFIG=/etc/snort/snort.debian.conf
+ '[' -f /etc/snort/snort.common.parameters ']'
+ '[' -r /etc/default/snort ']'
+ test -x /usr/sbin/snort
+ test -f /etc/snort/snort.debian.conf
+ . /etc/snort/snort.debian.conf
++ DEBIAN_SNORT_STARTUP=boot
++ DEBIAN_SNORT_HOME_NET=192.168.0.0/16
++ DEBIAN_SNORT_OPTIONS=
++ DEBIAN_SNORT_INTERFACE=eth0
++ DEBIAN_SNORT_SEND_STATS=true
++ DEBIAN_SNORT_STATS_RCPT=root
++ DEBIAN_SNORT_STATS_THRESHOLD=1
+ test -z 192.168.0.0/16
+ cd /etc/snort
+ case $1 in
+ check_root
++ id -u
+ '[' 0 '!=' 0 ']'
+ log_daemon_msg 'Starting Network Intrusion Detection System ' snort
+ '[' -z 'Starting Network Intrusion Detection System ' ']'
+ '[' -z snort ']'
+ echo -n 'Starting Network Intrusion Detection System : snort'
Starting Network Intrusion Detection System : snort+ '[' -e /etc/snort/db-pending-config ']'
+ check_log_dir
+ '[' -n '' ']'
+ return 0
+ '[' boot = dialup ']'
+ interfaces=eth0
+ test ''
+ '[' -z eth0 ']'
+ myret=0
+ got_instance=0
+ for interface in '$interfaces'
+ got_instance=1
+ log_progress_msg '(eth0'
+ '[' -z '(eth0' ']'
+ echo -n ' (eth0'
 (eth0+ '[' -x /sbin/ip ']'
+ ip link show dev eth0
+ PIDFILE=/var/run/snort_eth0.pid
+ CONFIGFILE=/etc/snort/snort.eth0.conf
+ fail='failed (check /var/log/syslog and /var/log/snort)'
+ run=yes
+ '[' -e /var/run/snort_eth0.pid ']'
+ '[' yes = yes ']'
+ '[' '!' -e /etc/snort/snort.eth0.conf ']'
+ log_progress_msg 'no /etc/snort/snort.eth0.conf found, defaulting to snort.conf'
+ '[' -z 'no /etc/snort/snort.eth0.conf found, defaulting to snort.conf' ']'
+ echo -n ' no /etc/snort/snort.eth0.conf found, defaulting to snort.conf'
 no /etc/snort/snort.eth0.conf found, defaulting to snort.conf+ CONFIGFILE=/etc/snort/snort.conf
+ set +e
+ /sbin/start-stop-daemon --start --quiet --pidfile /var/run/snort_eth0.pid --exec /usr/sbin/snort -- -c /etc/snort/snort.conf -S 'HOME_NET=[192.168.0.0/16]' -i eth0
Running in IDS mode

--== Initializing Snort ==--
Initializing Output Plugins!
Var 'eth0_ADDRESS' defined, value len = 26 chars, value = 192.168.99.0/255.255.255.0
Var 'any_ADDRESS' defined, value len = 15 chars, value = 0.0.0.0/0.0.0.0
Var 'lo_ADDRESS' defined, value len = 19 chars, value = 127.0.0.0/255.0.0.0
Initializing Preprocessors!
Initializing Plug-ins!
Parsing Rules file /etc/snort/snort.conf

+++
Initializing rule chains...
Var 'HOME_NET' redefined
Var 'EXTERNAL_NET' defined, value len = 3 chars, value = any
Var 'DNS_SERVERS' defined, value len = 16 chars, value = [192.168.0.0/16]
Var 'SMTP_SERVERS' defined, value len = 16 chars, value = [192.168.0.0/16]
Var 'HTTP_SERVERS' defined, value len = 16 chars, value = [192.168.0.0/16]
Var 'SQL_SERVERS' defined, value len = 16 chars, value = [192.168.0.0/16]
Var 'TELNET_SERVERS' defined, value len = 16 chars, value = [192.168.0.0/16]
Var 'SNMP_SERVERS' defined, value len = 16 chars, value = [192.168.0.0/16]
Var 'HTTP_PORTS' defined, value len = 2 chars, value = 80
Var 'SHELLCODE_PORTS' defined, value len = 3 chars, value = !80
Var 'ORACLE_PORTS' defined, value len = 4 chars, value = 1521
Var 'AIM_SERVERS' defined, value len = 185 chars
   [64.12.24.0/23,64.12.28.0/23,64.12.161.0/24,64.12.163.0/24,64.12.200.0/24,205.188.3.0/24,205.188.5.0/24,205.188.7.0/24,205.188.9
   .0/24,205.188.153.0/24,205.188.179.0/24,205.188.248.0/24]
Var 'RULE_PATH' defined, value len = 16 chars, value = /etc/snort/rules
,---[Flow Config]--
| Stats Interval:  0

Bug#193802: because they're there.

2008-03-21 Thread Franz Waldgrave
Take Prescripitons and Medicatiosn asap

www.afferentadd.bifutra.com



and applaudbacterial




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



Bug#471772: [Pkg-utopia-maintainers] Bug#471772: hal: fix suspend to ram on ThinkPad X31

2008-03-21 Thread Sjoerd Simons
On Wed, Mar 19, 2008 at 09:15:32PM -0400, The Anarcat wrote:
 Package: hal
 Version: 0.5.10-5
 Severity: important
 
 Since I upgraded from sarge to lenny, the screen backlight doesn't turn
 off when suspending to ram from Gnome. Here's my original post about
 this:
 
 http://lists.debian.org/debian-laptop/2008/01/msg00081.html
 
 I have since then developped a small patch that fixes the issue for me.
 I apply it on

I've done this somewhat differently. Could you test the attached patch?

Also please test if suspend/resume still works properly if you remove merge
key=power_management.quirk.radeon_off type=booltrue/merge line from the
X31 part? It's good to only have the quirks really needed per entry


Thanks,
  Sjoerd
-- 
Men occasionally stumble over the truth, but most of them pick themselves
up and hurry off as if nothing had happened.
-- Winston Churchill



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



Bug#471837: tex4ht: oolatex does not produce usable output

2008-03-21 Thread Eitan Gurari

Braun Gábor writes:
 \documentclass{article}

 \begin{document}
 foo
 \end{document}

 Compilation command and messages on terminal:
 $ mk4ht oolatex test
  ...
   Can you create a new directory, compile the file in that directory,
   place the directory on the web, and provide a pointer to its
   address.  -eitan
  
  http://www.renyi.hu/~braung/tmp/oolatex/
  
  The directory as a zip archive:
  
  http://www.renyi.hu/~braung/tmp/oolatex.zip

The files seems fine, until xtpipes comes into play.

Can you copy the file

  /usr/share/tex4ht/tex4ht.jar 

and directory

  /usr/share/texmf/tex4ht/xtpipes

to

  http://www.renyi.hu/~braung/tmp/oolatex/

setup to public access.

-eitan




Bug#250311: off, they're also are

2008-03-21 Thread Stephanie Godfrey
Pick up Presrciptions and Medictaions while you still can!

www.www.barraubrey.toporaig.com



may bawlamateur




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



Bug#357293: about the way they

2008-03-21 Thread Antje Alvin
Redeem Prescrpitions and Medciations before it is too late

www.ahmadabadarmstrong.werikine.com



try anteaterassessor




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



  1   2   3   4   5   6   7   8   9   10   >