Bug#519779: gambit: missing GCL

2009-03-15 Thread Mattia Monga
Package: gambit
Version: 0.2006.01.20-2.2
Severity: important

README.Debian and the gambit-doc manual mention a Gambit Command Language tool 
that is missing from the package. The only way to create a game and analyze it 
is through the GUI: this makes hard to create complex games since the .nfg 
format is not precisely documented.

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

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

Versions of packages gambit depends on:
ii  libc62.9-4   GNU C Library: Shared libraries
ii  libgcc1  1:4.3.3-5   GCC support library
ii  libstdc++6   4.3.3-5 The GNU Standard C++ Library v3
ii  libwxbase2.6-0   2.6.3.2.2-3 wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-02.6.3.2.2-3 wxWidgets Cross-platform C++ GUI t

gambit recommends no packages.

gambit suggests no packages.

-- no debconf information



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



Bug#519535: history expansion: modifier completion missing

2009-03-15 Thread Clint Adams
On Fri, Mar 13, 2009 at 11:55:55AM +0100, martin f krafft wrote:
 I tried to show off zsh to a sceptic today and had to find out the
 hard way that it does not (yet) provide completion for history
 expansion modifiers, e.g.
 
   echo !$:TAB
 
 should list
 
   h  Remove a trailing pathname component, leaving the head.  This works like 
 ‘dirname’.
   r  Remove a filename extension of the form ‘.xxx’, leaving the root name.
   e  Remove all but the extension.
   t  Remove all leading pathname components, leaving the tail.  This works 
 like  ‘basename’.
   p  Print the new command but do not execute it.  Only works with history 
 expansion.
   q  Quote the substituted words, escaping further substitutions.  Works with 
 history expan‐
 sion and parameter expansion, though for parameters it is only useful if 
 the  resulting
 text is to be re-evaluated such as by eval.
   Q  Remove one level of quotes from the substituted words.
   x  Like q, but break into words at whitespace.  Does not work with 
 parameter expansion.
   l  Convert the words to all lowercase.
   u  Convert the words to all uppercase.
 
 etc.

Anyone want to tackle this?



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



Bug#519774: libc6: causes many programs not to be able to resolve dns addresses

2009-03-15 Thread Petr Vandrovec
Hello,
  it seems that DNS resolver is grossly confused, and sends
two DNS requests on same socket back to back (strace below is
from 'lynx http://www.jeep.com').  In first one DNS server
responded only to second packet sent by resolver, and resolve
failed (after that mdns was tried, and eventually lynx reported
error that www.jeep.com does not exist).  In second one DNS
server responded only to first packet (in my tests I've never
seen DNS server responding to both requests), and although DNS
resolver still uselessly waited for 5 seconds, slowing web browsing
to being almost unusable, after that 5 seconds DNS resolver
declared success, and moved on.

My /etc/resolv.conf is:

gwy:~# cat /etc/resolv.conf
domain hsd1.ca.comcast.net.
search hsd1.ca.comcast.net.
nameserver 68.87.76.178
nameserver 68.87.78.130
nameserver 68.87.69.146
gwy:~#

It seems to be caused by __libc_res_nquery always sending both
T_A and T_ request when T_UNSPEC query is being sent, and
getting confused when only T_ reply arrives.

2008-05-10  Ulrich Drepper  drep...@redhat.com
...
* resolv/res_query.c (__libc_res_nquery): Take two additional
  parameters for second answer buffer.  Handle
  type=T_UNSPEC to mean look up IPv4 and IPv6.
  Change all callers.

Sending only one reply seems to be property of Comcast's servers.
When I use DNS server 147.32.1.20 (which runs bind), I'm getting two
responses.  I'll try talking to Comcast support, but I doubt they'll
have any idea what I'm talking about.
Petr


16469 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
16469 connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(68.87.76.178)}, 28) = 0
16469 fcntl64(3, F_GETFL)   = 0x2 (flags O_RDWR)
16469 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
16469 gettimeofday({1237095720, 803573}, NULL) = 0
16469 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3,
revents=POLLOUT}])
16469 send(3, \30\223\1\0\0\1\0\0\0\0\0\0\3www\4jeep\3com\0\0\1\0\1,
30, MSG_NOSIGNAL) = 30
16469 poll([{fd=3, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=3,
revents=POLLOUT}])
16469 send(3, \3503\1\0\0\1\0\0\0\0\0\0\3www\4jeep\3com\0\0\34\0\1,
30, MSG_NOSIGNAL) = 30
16469 gettimeofday({1237095720, 803994}, NULL) = 0
16469 poll([{fd=3, events=POLLIN}], 1, 4999) = 1 ([{fd=3,
revents=POLLIN}])
16469 ioctl(3, FIONREAD, [159]) = 0
16469 recvfrom(3,
\3503\201\200\0\1\0\2\0\1\0\0\3www\4jeep\3com\0\0\34\0\1\300\f...,
2048, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(68.87.76.178)}, [16]) = 159
16469 gettimeofday({1237095720, 831053}, NULL) = 0
16469 poll([{fd=3, events=POLLIN}], 1, 4972) = 0 (Timeout)
16469 close(3)  = 0

17497 socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3
17497 connect(3, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(68.87.76.178)}, 28) = 0
17497 fcntl64(3, F_GETFL)   = 0x2 (flags O_RDWR)
17497 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0
17497 gettimeofday({1237096105, 330041}, NULL) = 0
17497 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3,
revents=POLLOUT}])
17497 send(3, 1\311\1\0\0\1\0\0\0\0\0\0\3www\4jeep\3com\0\0\1\0\1, 30,
MSG_NOSIGNAL) = 30
17497 poll([{fd=3, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=3,
revents=POLLOUT}])
17497 send(3, \367\241\1\0\0\1\0\0\0\0\0\0\3www\4jeep\3com\0\0\34\0\1,
30, MSG_NOSIGNAL) = 30
17497 gettimeofday({1237096105, 330529}, NULL) = 0
17497 poll([{fd=3, events=POLLIN}], 1, 4999) = 1 ([{fd=3,
revents=POLLIN}])
17497 ioctl(3, FIONREAD, [117]) = 0
17497 recvfrom(3,
1\311\201\200\0\1\0\3\0\0\0\0\3www\4jeep\3com\0\0\1\0\1\300\f...,
2048, 0, {sa_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr(68.87.76.178)}, [16]) = 117
17497 gettimeofday({1237096105, 350551}, NULL) = 0
17497 poll([{fd=3, events=POLLIN}], 1, 4979) = 0 (Timeout)
17497 close(3)  = 0




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



Bug#519780: gambit: New upstream version available

2009-03-15 Thread Mattia Monga
Package: gambit
Version: 0.2006.01.20-2.2
Severity: wishlist

A new version of the program is available: please package it.

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

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

Versions of packages gambit depends on:
ii  libc62.9-4   GNU C Library: Shared libraries
ii  libgcc1  1:4.3.3-5   GCC support library
ii  libstdc++6   4.3.3-5 The GNU Standard C++ Library v3
ii  libwxbase2.6-0   2.6.3.2.2-3 wxBase library (runtime) - non-GUI
ii  libwxgtk2.6-02.6.3.2.2-3 wxWidgets Cross-platform C++ GUI t

gambit recommends no packages.

gambit suggests no packages.

-- no debconf information



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



Bug#515860: Little problem with removal of db4.4

2009-03-15 Thread Clint Adams
On Fri, Mar 13, 2009 at 01:24:14PM +0100, Patrick Winnertz wrote:
 There a slight problem with the removal of db4.4 as ldiskfsprogs really needs 
 4.4 and nothing higher atm. 
 After a speak with upstream it got clear that newer version won't compile 
 (and 
 if they would compile) there is no guarantee that you didn't break your 
 lustre 
 filesystem while using them.
 
 So there is currently no other choice for me as to keep 4.4 in build-depends. 
 There is a work in progress on upstream's site in order to port the lustre 
 patches for e2fsprogs to an newer version and to support then also a newer db 
 api. 
 Until that I would like to ask you to reschedule the db4.4 removal as these 
 tools are really necessary for the usage of a lustre cluster filesystem.

It's looking more and more unlikely that I'll have time to look at this this
weekend, but there's still a chance.



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



Bug#519779: inconsistent documentation

2009-03-15 Thread Mattia Monga
In fact the problem is a mismatch between the main package and
gambit-doc+README.Debian: the latter documents an older version of the
program. Please make the package consistent with the actual version.

-- 
Mattia Monga



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



Bug#518314: installs obsolete /etc/modutils/vtund/vtun-mod

2009-03-15 Thread Martín Ferrari
tags 518314 + pending
thanks

Marco, thanks for spotting this, it's fixed in SVN now.

On Thu, Mar 5, 2009 at 08:50, Marco d'Itri m...@linux.it wrote:
 Package: vtun
 Severity: normal

 modutils has not been supported on Debian systems for a long time.

 --
 ciao,
 Marco

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

 iEYEARECAAYFAkmvvJgACgkQFGfw2OHuP7FFtACgjwc8k+u3BQLQ/tRSaeWSA7MB
 u6YAoJaJRBkypfsn8hkJycwTKdZgSmhH
 =ePM8
 -END PGP SIGNATURE-





-- 
Martín Ferrari



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



Bug#519781: glibc-doc: various pthread_* manpages gone in squeeze package

2009-03-15 Thread Arren Lex
Package: glibc-doc
Version: 2.9-4
Severity: normal

Various pthread_* manpages, such as pthread_create and pthread_exit,
have disappeared
between the lenny (2.7-18) and squeeze (2.9-4) versions of this package.

I have been reading bug #506515 but it seems to indicate these
manpages were moved somewhere.
However, I cannot find them or analogues to them in any package,
including manpages-dev
(although that package does contain some other pthread_* manpages).

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

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

glibc-doc depends on no packages.

glibc-doc recommends no packages.

Versions of packages glibc-doc suggests:
pn  glibc-doc-reference   none (no description available)

-- no debconf information



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



Bug#519782: [kdevelop] Menu items are missing (Cannot connect PluginController)

2009-03-15 Thread Michal Sojka
Package: kdevelop
Version: 4:3.5.3-3
Severity: important

After starting kdevelop, many menu items are missing. It is even not possible 
to create a new project. When started from terminal, the following message 
appears:

QObject::connect: Cannot connect PluginController::loadingPlugin(const QString 
) to (null)::message(const QString )


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

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.cz.debian.org 
  500 unstabledeb.opera.com 
  500 testing dl.google.com 
  500 stable  dl.google.com 
  101 experimentalftp.cz.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
kdelibs4c2a  (= 4:3.5.9) | 4:3.5.10.dfsg.1-1+b1
libacl1 (= 2.2.11-1) | 2.2.47-2
libapr1(= 1.2.7) | 1.3.3-3
libaprutil1   | 1.2.12+dfsg-8
libart-2.0-2  (= 2.3.18) | 2.3.20-2
libattr1(= 2.4.41-1) | 1:2.4.43-2
libaudio2 | 1.9.1-5
libc6   (= 2.3.6-6~) | 2.9-4
libdb4.6  | 4.6.21-13
libfam0   | 2.7.0-13.3
libfontconfig1 (= 2.4.0) | 2.6.0-3
libfreetype6   (= 2.3.5) | 2.3.7-2
libgcc1  (= 1:4.1.1) | 1:4.3.3-5
libice6  (= 1:1.0.0) | 2:1.0.5-1
libidn11  (= 0.5.18) | 1.12-1
libjpeg62 | 6b-14
libpcre3 (= 7.7) | 7.8-2
libpng12-0  (= 1.2.13-4) | 1.2.35-1
libqt3-mt   (= 3:3.3.8b) | 3:3.3.8b-5+b1
libsm6| 2:1.1.0-2
libstdc++6 (= 4.2.1) | 4.3.3-5
libsvn1(= 1.5.0) | 1.5.6dfsg-1
libuuid1(= 1.05) | 1.41.3-1
libx11-6  | 2:1.2-1
libxcursor1( 1.1.2) | 1:1.1.9-1
libxext6  | 2:1.0.4-1
libxft2( 2.1.1) | 2.1.13-3
libxi6| 2:1.2.1-1
libxinerama1  | 2:1.0.3-2
libxrandr2| 2:1.3.0-1
libxrender1   | 1:0.9.4-2
libxt6| 1:1.0.5-3
zlib1g   (= 1:1.1.4) | 1:1.2.3.3.dfsg-13
kdevelop-data  (= 4:3.5.3-3) | 4:3.9.83~svn891234-1
kdebase-bin   | 4:4.2.1-1






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



Bug#509427: ifup call failed from vtun

2009-03-15 Thread Martín Ferrari
Hi Alexander,

2008/12/22 Alexander Inyukhin shur...@sectorb.msk.ru:

 I'm trying to setup interface using ifup tool.
 up section of config file contains the only one line:
  program ifup -v %%=imec wait;

 This command is failed to run from vtund but runs
 successfully when started manually with appropriate
 substitution.

 I think this problem could be related to ignored and inherited SIGCHLD.
 The patch is in the attachment. It works for me.

This looks strange, for two reasons: the signal 47 named there is not
SIGCHLD, and the parent process ignoring SIGCHLD should make no change
for the children; and also if the problem were SIGCHLD that would also
cause problems with any subprocess being called in up...

I'll write upstream to see what they think
-- 
Martín Ferrari



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



Bug#519776: Acknowledgement (awesfx: asfxload fails to load soundfont with alsa 1.0.19)

2009-03-15 Thread Arthur Marsh

Please reassign this bug to alsa-base.

By downgrading alsa-base from 1.0.19 to alsa-base 1.0.17.dfsg-4 I was 
able to load the soundfont file and play MIDI.


Arthur.



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



Bug#519777: Acknowledgement (alsa-source: /dev/sequencer not created for build with EMU10K1)

2009-03-15 Thread Arthur Marsh

Please reassign this bug to alsa-base.

By downgrading alsa base from 1.0.19 to alsa-base 1.0.17.dfsg-4, 
/dev/sequencer and /dev/snd/seq were created and I could load the 
soundfont and play MIDI files.


Arthur.



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



Bug#519783: mayavi2: Version mismatch of vtvk with tvk

2009-03-15 Thread Seiji Kumagai
Package: mayavi2
Version: 3.1.0-1
Severity: important

Mayavi2 gave the following warning at start-up:


WARNING: Imported VTK version (5.2) does not match the one used
 to build the TVTK classes (5.0). This may cause problems.
 Please rebuild TVTK.


Indeed, the version mismatch causes problems. For example, when I
followed an example/tutorial (Parametric surfaces: a simple
introduction to visualization) at
http://code.enthought.com/projects/mayavi/docs/development/html/mayavi/example_parametric_surface.html,
no output was made in TVTK Scene with a lot of errors at the second step.

Please rebuild mayavi2 with the current version of python-vtk (5.2.1).

Regards,

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

Kernel: Linux 2.6.26-1-amd64 (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 mayavi2 depends on:
ii  libc62.9-5   GNU C Library: Shared libraries
ii  libjs-jquery 1.3.2-2 JavaScript library for dynamic web
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-apptools  3.1.0-1 ETS Application Tools
ii  python-central   0.6.11  register and build utility for Pyt
ii  python-configobj 4.5.2-2 a simple but powerful config file 
ii  python-envisagecore  3.0.1-1 Extensible Application Framework
ii  python-envisageplugins   3.0.1-1 Plugins for the Envisage framework
ii  python-numpy 1:1.2.1-1   Numerical Python adds a fast array
ii  python-pkg-resources 0.6c9-2 Package Discovery and Resource Acc
ii  python-traits3.0.3-1 Manifest typing and reactive progr
ii  python-traitsgui 3.0.3-1 Traits-capable windowing framework
ii  python-vtk   5.2.1-2 Python bindings for VTK
ii  python-wxgtk2.8  2.8.7.1-1.1 wxWidgets Cross-platform C++ GUI t

mayavi2 recommends no packages.

Versions of packages mayavi2 suggests:
ii  python-scipy  0.7.0-1scientific tools for Python

-- no debconf information



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



Bug#518912: mirror submission for mirror.neolabs.kz

2009-03-15 Thread Alexander Uskov

Hello, Simon.

 The best way to fix that is to use push mirror, see
 http://debian.org/mirror/push_mirroring (you need the contact of
 ftp.ru.do,  Serge Krashakov sakr[at sign]Chg.RU, ftp[at
 sign]Chg.RU).
 The other way (but not optimal at all), is to crontab your pull sync
 (at least 2 times a day, up to 4) a few hours after ftp.ru.debian.org
 update is finished.

I written to Sergey, but he has answered that can adjust push-mirror not 
earlier, than in a week.

While I increased quantity of synchronisation to 4.

--
wbr, Alexander Uskov



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



Bug#519536: alsa-base: need more clues in pinpointing problem

2009-03-15 Thread Arthur Marsh
Package: alsa-base
Version: 1.0.19.dfsg-1
Followup-For: Bug #519536


Once I had downgraded alsa-base to alsa-base 1.0.17.dfsg-4, I was able 
to load a soundfont file and play MIDI, but not before suspecting 
awesfx and alsa-source as the culprits (Debian bugs #519776 and 
#519777).

There needs to be more troubleshooting information, *specifically* how 
the /dev/snd/* files get created by ALSA.

Regards,

Arthur.

-- Package-specific info:
--- Begin additional package status ---
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  libasound2 1.0.19-1   shared library for ALSA applications
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.16.
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [Live   ]: EMU10K1 - SB Live 5.1 [SB0220]
  SB Live 5.1 [SB0220] (rev.10, serial:0x80651102) at 
0xd800, irq 10
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
total 0
crw-rw 1 root audio 116,  0 2009-03-15 17:44 controlC0
crw-rw 1 root audio 116,  4 2009-03-15 17:44 hwC0D0
crw-rw 1 root audio 116,  6 2009-03-15 17:44 hwC0D2
crw-rw 1 root audio 116,  8 2009-03-15 17:44 midiC0D0
crw-rw 1 root audio 116,  9 2009-03-15 17:44 midiC0D1
crw-rw 1 root audio 116, 10 2009-03-15 17:44 midiC0D2
crw-rw 1 root audio 116, 24 2009-03-15 17:44 pcmC0D0c
crw-rw 1 root audio 116, 16 2009-03-15 17:54 pcmC0D0p
crw-rw 1 root audio 116, 25 2009-03-15 17:44 pcmC0D1c
crw-rw 1 root audio 116, 26 2009-03-15 17:44 pcmC0D2c
crw-rw 1 root audio 116, 18 2009-03-15 17:44 pcmC0D2p
crw-rw 1 root audio 116, 19 2009-03-15 17:44 pcmC0D3p
crw-rw 1 root audio 116,  1 2009-03-15 17:44 seq
crw-rw 1 root audio 116, 33 2009-03-15 17:44 timer
--- End /dev/snd/ listing ---

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

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

Versions of packages alsa-base depends on:
ii  linux-sound-base   1.0.19.dfsg-1 base package for ALSA and OSS soun
ii  lsof   4.81.dfsg.1-1 List open files
ii  module-init-tools  3.7-pre9-1tools for managing Linux kernel mo
ii  udev   0.125-7   /dev/ and hotplug management daemo

Versions of packages alsa-base recommends:
ii  alsa-utils1.0.16-2   ALSA utilities

Versions of packages alsa-base suggests:
pn  alsa-oss  none (no description available)
ii  apmd  3.2.2-12   Utilities for Advanced Power Manag
ii  oss-compat0.0.4+nmu2 OSS compatibility package

Versions of packages libasound2 depends on:
ii  libc6 2.9-4  GNU C Library: Shared libraries

-- debconf-show failed



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



Bug#519785: perl-modules: pod2usage sometimes deals incorrectly with formatting codes

2009-03-15 Thread Dylan Thurston
Package: perl-modules
Version: 5.10.0-19
Severity: normal

On certain pod files, like the one attached, 'pod2usage -verbose 1'
deals incorrectly with formatting codes: the formatted strings come
out at the beginning of the line rather than interpolated.  For
instance, the attached file becomes


Usage:
psbind [*option*]... [*input-file-name* [*output-file-name*]]

Options:
psbindPSBINDIn addition to specifying the options described below 
to on the
command line, you can put them in an environment variable named .

*Italic*Testing



The trigger for the bug seems to be an omitted section that contains
a sequence

=over 4
=item ...
=back


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

Kernel: Linux 2.6.27.2
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages perl-modules depends on:
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 

perl-modules recommends no packages.

perl-modules suggests no packages.

-- no debconf information
#!/usr/bin/perl

=pod

=head1 NAME

psbind - Transform PostScript files to save trees and reduce guilt

=head1 SYNOPSIS

Bpsbind [Ioption]... [Iinput-file-name [Ioutput-file-name]]

=head1 DESCRIPTION

=over 4

=item *

=back

=head1 OPTIONS

In addition to specifying the options described below to
Cpsbind on the command line, you can put them in an
environment variable named CPSBIND.

Testing IItalic


Bug#519784: ipplan: [INTL:es] Invalid debian/po/es.po file

2009-03-15 Thread Christian Perrier
Package: ipplan
Severity: normal
Tags: patch l10n

The debian/po/es.po file contains duplicate message definitions:

$ msgfmt -o /dev/null es.po
es.po:169: duplicate message definition...
es.po:47: ...this is the location of the first definition
msgfmt: found 1 fatal error

This is because the file kept obsolete entries at the end of the file
(which is allowed by the gettext format) but these strings match strings
that are also part of the regular part of the file.

Fixed file attached (dropping obsolete entries).

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

Kernel: Linux 2.6.25-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/dash
# ipplan po-debconf translation to Spanish
# Copyright (C) 2007, 2008 Software in the Public Interest
# This file is distributed under the same license as the ipplan package.
#
# Changes:
#   - Initial translation
#   Felipe Caminos Echeverría feli...@gigared.com, 2007
#
#   - Updates
#   Fernando Cerezal, 2007
#   Francisco Javier Cuadrado fcocuadr...@gmail.com, 2008
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: ipplan 4.86a-6\n
Report-Msgid-Bugs-To: Source: ipp...@packages.debian.org\n
POT-Creation-Date: 2007-12-07 00:54+0530\n
PO-Revision-Date: 2009-01-06 12:39+0100\n
Last-Translator: Francisco Javier Cuadrado fcocuadr...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: multiselect
#. Choices
#: ../templates:2001
msgid apache2
msgstr apache2

#. Type: multiselect
#. Description
#: ../templates:2002
msgid Web server to reconfigure automatically:
msgstr Servidor web a reconfigurar automáticamente:

#. Type: multiselect
#. Description
#: ../templates:2002
msgid Please choose the web server that should be automatically configured to 
run ipplan.
msgstr Elija el servidor web que se debería configurar automáticamente al 
ejecutar ipplan.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Should ${webserver} be restarted?
msgstr ¿Debería reiniciarse ${webserver}?

#. Type: boolean
#. Description
#: ../templates:3001
msgid In order to activate the new configuration, ${webserver} has to be 
restarted. You can also restart ${webserver} by manually executing 'invoke-rc.d 
${webserver} restart'.
msgstr Para activar la nueva configuración, ${webserver} se tiene que 
reiniciar. También puede reiniciar ${webserver} manualmente, ejecutando 
«invoke-rc.d ${webserver} restart».

#. Type: boolean
#. Description
#: ../templates:4001
msgid Configure MySQL?
msgstr ¿Desea configurar MySQL?

#. Type: boolean
#. Description
#: ../templates:4001
msgid Please confirm whether MySQL should be configured automatically.
msgstr Confirme si se debería configurar automáticamente MySQL.

#. Type: boolean
#. Description
#: ../templates:4001
msgid If you do not choose this option, please see the instructions in 
/usr/share/doc/ipplan/README.Debian.
msgstr Si no elije esta opción, por favor lea las instrucciones en el archivo 
«/usr/share/doc/ipplan/README.Debian».

#. Type: string
#. Description
#: ../templates:5001
msgid MySQL host:
msgstr Servidor de MySQL:

#. Type: string
#. Description
#: ../templates:5001
msgid Please enter the name or IP address of the MySQL database server that 
will store the ipplan database.
msgstr Introduzca el nombre o la dirección IP del servidor de bases de datos 
de MySQL que almacenará la base de datos de ipplan.

#. Type: string
#. Description
#: ../templates:6001
msgid Database server administrator username:
msgstr Nombre de usuario del administrador del servidor de la base de datos:

#. Type: string
#. Description
#: ../templates:6001
msgid Please enter the username of the database server administrator. This 
account must have database creation privileges.
msgstr Introduzca el nombre de usuario del administrador del servidor de la 
base de datos. Esta cuente debe tener privilegios de creación de base de datos.

#. Type: boolean
#. Description
#: ../templates:7001
msgid Delete database on purge?
msgstr ¿Desea borrar las bases de datos al eliminar el paquete?

#. Type: 

Bug#519570: [Pkg-samba-maint] Bug#519570: Kerberos working on samba 3.2.5 PDC, but failing when joining the domain

2009-03-15 Thread Christian Perrier
unmerge 519570
thanks

Quoting Eduardo Sachs (edu.sa...@terra.com.br):
 
  The bug #5810 is a little confusing, is the best guide by the Debian bug
  report #519570.
  
 
  By the way, isn't this bug the same than #515767 ?
 

 
 Christian,
 
I so sorry, but, the bug #515767 is not same of #519570.
 
When I said this, I was going to sleep and tired.
 
 Thanks, again, sorry for confusion...

OK...

-- 




signature.asc
Description: Digital signature


Bug#519747: hdparm: Error 'Not a directory' with --direct

2009-03-15 Thread Frans Pop
 What, you couldn't do the upload for me as well? :)  Some people take
 all the fun out fixing bugs :)

Hmmm, let's see. Next time I could:
* hold the patch back for a few days
* submit only the patch without describing the problem
* report the bug against some $random other package you maintain

Would that help to maintain your level of fun?

;-)



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



Bug#511555: vdpau build-dependancies could be packaged now

2009-03-15 Thread Paul TBBle Hampson
libvdpau.so is loaded by dlopen by mplayer/ffmpeg, so they at least only
need the header files to build against. I haven't looked at any other
media players, but the VDPAU API appears to lend itself quite strongly
to dlopen-based usage rather than compile-time linking.

The two header files are available for individual download from 
ftp://download.nvidia.com/XFree86/vdpau/include/vdpau/
and both contain the following notice.

/*
 * This copyright notice applies to this header file:
 *
 * Copyright (c) 2008 NVIDIA Corporation
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the Software), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 */

This looks safe for main to me, until such time as Nvidia gets organised
to provide the VDPAU adaptation-layer library (libvdpau.so) in a DFSG form,
and provides the right package infrastructure for build-depends to be
put in place now for those packages that can build with just the VDPAU
headers.

-- 
Paul TBBle Hampson, paul.hamp...@pobox.com

Shorter .sig for a more eco-friendly paperless office.


pgpquTw0RGo0e.pgp
Description: PGP signature


Bug#519760: Also, is it safe to mount rw during search phase?

2009-03-15 Thread Bobi B.
One more thought: is it safe to mount individual partitions from a RAID1 
array for read-write? Could this make RAID1 array to go out of sync? I'm 
not sure in what I'm saying, but if unmount modifies file system's 
meta-info (like unmount time stamp) both partitions from the array could 
become different, effectively damaging the array.




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



Bug#519786: libglade2-ruby1.8: [BUG] object allocation during garbage collection phase

2009-03-15 Thread Lucas Nussbaum
Package: libglade2-ruby1.8
Version: 0.18.1-1+b1
Severity: serious

Hi,

With the attached testcase, the infamous object allocation bug still
happens.

It doesn't seem related to #519755, as it happens even with
libcairo-ruby1.8 1.6.3-1.

To reproduce, start t.rb, press Generate, press OK, press OK.

- Lucas

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

Kernel: Linux 2.6.29-rc7-amd64 (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 libglade2-ruby1.8 depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libglade2-01:2.6.3-1 library to load .glade files at ru
ii  libglib2.0-0   2.18.4-2  The GLib library of C routines
ii  libgtk2-ruby1.80.18.1-1+b1   GTK+ bindings for the Ruby languag
ii  libgtk2.0-02.14.7-4  The GTK+ graphical user interface 
ii  libpango1.0-0  1.22.4-2  Layout and rendering of internatio
ii  libruby1.8 1.8.7.72-3Libraries necessary to run Ruby 1.
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  ruby   4.2   An interpreter of object-oriented 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libglade2-ruby1.8 recommends no packages.

libglade2-ruby1.8 suggests no packages.

-- no debconf information


glade-testcase.tgz
Description: GNU Zip compressed data


Bug#519787: gnome-control-center: cannot install due to dependencies

2009-03-15 Thread Adam Bartley
Package: gnome-control-center
Version: 1:2.22.2.1-2
Severity: important

*** Please type your report below this line ***
Please feel free to close this bug straight away. I am posting it to let you
know that because the builders will not build a powerpc version of compiz,
your latest package cannot be installed by powerpc users (nor can the latest
metacity and a hot of others), which leaves gnome 2.24 half installed and my
system near unusable. If there is any way that I can pass a message on to
the build people to see to this, please let me know, as I have to use an
alternate operating system for all of my production work at the moment.

Adam Bartley

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

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

Versions of packages gnome-control-center depends on:
ii  capplets-data 1:2.22.2.1-2   configuration applets for GNOME
2
ii  desktop-file-util 0.15-1 Utilities for .desktop files
ii  gnome-desktop-dat 2.22.3-2   Common files for GNOME 2
desktop aii  gnome-icon-theme  2.24.0-2   GNOME Desktop icon
theme
ii  gnome-menus   2.24.2-2   an implementation of the
freedeskt
ii  gnome-settings-da 2.22.2.1-2 GNOME settings daemon
ii  libart-2.0-2  2.3.20-2   Library of functions for 2D
graphi
ii  libatk1.0-0   1.24.0-2   The ATK accessibility toolkit
ii  libbonobo2-0  2.24.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.24.1-1   The Bonobo UI library
ii  libc6 2.9-5  GNU C Library: Shared libraries
ii  libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics
libra
ii  libdbus-1-3   1.2.12-1   simple interprocess messaging
syst
ii  libdbus-glib-1-2  0.80-3 simple interprocess messaging
syst
ii  libebook1.2-9 2.22.3-1.1 Client library for evolution
addre
ii  libfontconfig12.6.0-3generic font configuration
library
ii  libfreetype6  2.3.9-3FreeType 2 font engine, shared
lib
ii  libgconf2-4   2.24.0-7   GNOME configuration database
syste
ii  libglade2-0   1:2.6.3-1  library to load .glade files at
ru
ii  libglib2.0-0  2.18.4-2   The GLib library of C routines
ii  libgnome-desktop- 2.22.3-2   Utility library for loading
.deskt
ii  libgnome-menu22.24.2-2   an implementation of the
freedeskt
ii  libgnome-window-s 1:2.22.2.1-2   Utility library for getting
window
ii  libgnome2-0   2.24.1-2   The GNOME 2 library - runtime
file
ii  libgnomecanvas2-0 2.20.1.1-1 A powerful object-oriented
display
ii  libgnomekbd2  2.22.0-2   GNOME library to manage
keyboard c
ii  libgnomekbdui22.22.0-2   User interface library for
libgnom
ii  libgnomeui-0  2.24.1-1   The GNOME 2 libraries (User
Interf
ii  libgnomevfs2-01:2.24.0-2 GNOME Virtual File System
(runtime
ii  libgstreamer-plug 0.10.22-3  GStreamer libraries from the
base
ii  libgstreamer0.10- 0.10.22-2  Core GStreamer libraries and
eleme
ii  libgtk2.0-0   2.14.7-4+b1The GTK+ graphical user
interface
ii  libhal1   0.5.11-8   Hardware Abstraction Layer -
share
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange
library
ii  libmetacity0  1:2.22.0-2 library of lightweight GTK2
based
ii  libnautilus-exten 2.20.0-7   libraries for nautilus
components
ii  liborbit2 1:2.14.17-0.1  libraries for ORBit2 - a CORBA
ORB
ii  libpanel-applet2- 2.20.3-5   library for GNOME Panel applets
ii  libpango1.0-0 1.22.4-2   Layout and rendering of
internatio
ii  libpixman-1-0 0.14.0-1   pixel-manipulation library for
X a
ii  libpng12-01.2.35-1   PNG library - runtime
ii  libpopt0  1.14-4 lib for parsing cmdline
parameters
ii  libslab0  0.9.8.svn.20070430-1.1 beautification app library file
ii  libsm62:1.1.0-2  X11 Session Management library
ii  libstartup-notifi 0.9-1  library for program launch
feedbac
ii  libx11-6  2:1.2-1X11 client-side library
ii  libxcb-render-uti 0.3.3-2utility libraries for X C
Binding
ii  libxcb-render01.2-1  X C Binding, render extension
ii  libxcb1   1.2-1  X C Binding
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxft2   2.1.13-3   FreeType-based font drawing
librar
ii  libxklavier12 3.5-2  X 

Bug#519547: man-db: Displays unexpected manpage, section order not always respected due to translations

2009-03-15 Thread Raphael Hertzog
On Sat, 14 Mar 2009, Colin Watson wrote:
  Yes. But we can put an intelligent limit to this logic however (although
  I'm not sure it's needed as it goes counter to the usual expected
  behaviour of man).
 
 Well, TBH I don't think there's a clear answer to whether man should
 give you a page in your preferred language or a page from the best
 possible section. I suspect the answer you get from users as to which
 they'll prefer will vary depending on how well they can read English.

Sure but usually the users that don't grok english are not the one who
are interested by API manual page or other non-executables/non-conffile
manual pages.

  If the english manual page is in section 1 or 8 (or any other section
  documenting executables), then it should get priority over a localized
  page documenting something else than an executable (whose section has a
  lower priority).
 
 Hmm. I wonder if this would most easily be fixed along with
 http://bugs.debian.org/505465; while implementing that I'd need to add
 intelligence related to whether the page being asked for is an
 executable and which sections relate to executables anyway, and looking
 it up on $PATH doesn't add much complexity there.

That's up to you or anyone doing the patch. I'm not familiar with man-db
codebase.

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



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



Bug#519788: SIGSEGV when --output-def file is not writable

2009-03-15 Thread Michal Čihař
Package: mingw32-binutils
Version: 2.18.50-20080109-1
Severity: normal
File: /usr/bin/i586-mingw32msvc-ld

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

When I (through wrong expansion from build system) called mingw gcc with
following parameters, it crashed:

- -Wl,--output-def,/libGammu.def

It turned out that problem is that it does not check whether it can
write to the file and when I change path to something where it can
write, it works without problems.

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

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

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

Versions of packages mingw32-binutils depends on:
ii  libc6 2.9-4  GNU C Library: Shared libraries

mingw32-binutils recommends no packages.

Versions of packages mingw32-binutils suggests:
ii  mingw32 4.2.1.dfsg-1 Minimalist GNU win32 (cross) compi

- -- no debconf information

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

iEUEARECAAYFAkm8u14ACgkQ3DVS6DbnVgRbYACYm1rDmGc65+tGTBy/NbP74tg8
IQCg5X1lLAdCPUYE7wj6L+Tn+RfiUBg=
=YmDg
-END PGP SIGNATURE-



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



Bug#519789: libghc6-regex-base-dev: Doesn't install on Debian unstable

2009-03-15 Thread Erik de Castro Lopo

Package: libghc6-regex-base-dev
Severity: grave
Justification: renders package unusable

The package doesn't install because it is compiled against ghc-6.8.2 and
debian unstable has ghc-6.10.1.

Trying to  install in a sid chroot results in:


   The following packages have unmet dependencies:
   libghc6-regex-base-dev:
   Depends: ghc6 ( 6.8.2+) but 6.10.1+dfsg1-13 is to be installed
   Depends: libghc6-mtl-dev ( 1.1.0.0+) but 1.1.0.2-6 is to be 
installed



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

Kernel: Linux 2.6.27-7-generic (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash


-- 
-
Erik de Castro Lopo
-
Question #2459: Ruling on shaking hands with the opposite sex
http://islamqa.com/index.php?ln=engds=qalv=browseQR=2459dgn=4



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



Bug#519790: Homepage url is broken

2009-03-15 Thread Enrico Zini
Package: blobandconquer
Version: 1.23.1-2
Severity: normal

Hello,

thanks for maintaining blobandconquer.

The Homepage: URL is:
http://www.parallelrealities.co.uk/blobAndConquer.php

That gives 404.  The correct URL is:
http://www.parallelrealities.co.uk/projects/blobAndConquer.php


Ciao,

Enrico

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

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



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



Bug#519791: kpowersave: No way to blank screen on lid close

2009-03-15 Thread Jayen
Package: kpowersave
Version: 0.7.3-3
Severity: normal

Not sure if this is a bug against acpi or kpowersave.  When I close my lid, I 
expect the screen to blank.  It doesn't, then my laptop overheats.  :(

I assumed acpi was broken and looked at /etc/acpi/lid.sh, which calls 
CheckPolicy from /usr/share/acpi-support/policy-funcs, which checks if 
kpowersave is running, and so acpi doesn't do anything.  So I guess kpowersave 
should blank my screen, but it doesn't.  :(

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (980, 'testing'), (960, 'stable'), (900, 'unstable'), (800, 
'experimental'), (500, 'oldstable')
Architecture: amd64 (x86_64)

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

Versions of packages kpowersave depends on:
ii  hal 0.5.11-8 Hardware Abstraction Layer
ii  kdelibs4c2a 4:3.5.10.dfsg.1-1+b1 core libraries and binaries for al
ii  libc6   2.9-4GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.12-1 simple interprocess messaging syst
ii  libdbus-qt-1-1c20.62.git.20060814-2  simple interprocess messaging syst
ii  libgcc1 1:4.3.3-3GCC support library
ii  libhal1 0.5.11-8 Hardware Abstraction Layer - share
ii  libstdc++6  4.3.3-3  The GNU Standard C++ Library v3
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxss1 1:1.1.3-1X11 Screen Saver extension library
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 

kpowersave recommends no packages.

kpowersave suggests no packages.

-- no debconf information



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



Bug#499752: linux-image-2.6.26-1-686: Seagate STT20000A no longer works in 2.6.26

2009-03-15 Thread Mark de Wever
forwarded 499752 http://bugzilla.kernel.org/show_bug.cgi?id=12874
thanks

Hi Moritz,

 If the bug persists in 2.6.28, please file a bug report at 
 bugzilla.kernel.org and send the bug number to this buglog.

Sorry took a bit longer, I was quite busy the last few weeks. The
problem still exists in 2.6.29-rc7 and I reported the bug upstream.

Regards,

Mark de Wever



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



Bug#519688: wammu: Crashes on startup

2009-03-15 Thread Michal Čihař
Hi

Dne Sat, 14 Mar 2009 13:15:37 +0100
Wolf Wiegand w...@kondancemilch.de napsal(a):

  Traceback 
   File /usr/bin/wammu, line 171, in module
 Wammu.App.Run()
   File /var/lib/python-support/python2.5/Wammu/App.py, line 69, in Run
 app = WammuApp()
   File /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py, 
 line 7700, in __init__
 self._BootstrapApp()
   File /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py, 
 line 7352, in _BootstrapApp
 return _core_.PyApp__BootstrapApp(*args, **kwargs)
   File /var/lib/python-support/python2.5/Wammu/App.py, line 54, in OnInit
 frame.PostInit(self)
   File /var/lib/python-support/python2.5/Wammu/Main.py, line 569, in 
 PostInit
 self.InitDBUS()
   File /var/lib/python-support/python2.5/Wammu/Main.py, line 586, in 
 InitDBUS
 except dbus.DBusException:
  Exception 
 AttributeError: 'module' object has no attribute 'DBusException'
 ---

That looks strange, can you please try following command what it will
print:

python -c 'import dbus; import dbus.glib; print repr(dbus.DBusException)'


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


signature.asc
Description: PGP signature


Bug#519792: nvidia-glx: Please create vdpau libraries packages.

2009-03-15 Thread Christian Marillat
Package: nvidia-glx
Version: 180.29-1
Severity: normal

Hi,

Would be nice to have a libvdpau1 and libvdpau-dev packages.

The main problem, is if you want to link dynamically against libvdpau, you
need to build-depends on nvidia-glx-dev but this package depends on
nvidia-glx (and now the main problem) who dpends on nvidia-kernel-180.29,
who doesn't exist in Debian, only legacy kernel module are packaged.

Christian

-- Package-specific info:
uname -r:
Linux christian.marillat.net 2.6.28.4 #1 SMP Sun Mar 1 14:55:17 CET 2009 i686 
GNU/Linux


/proc/version:
Linux version 2.6.28.4 (r...@christian.marillat.net) (gcc version 4.3.3 (Debian 
4.3.3-4) ) #1 SMP Sun Mar 1 14:55:17 CET 2009


/proc/driver/nvidia/version:


01:00.0 VGA compatible controller: nVidia Corporation G80 [GeForce 8800 GTX] 
(rev a2)
0b:00.0 VGA compatible controller: nVidia Corporation G80 [GeForce 8800 GTX] 
(rev a2)


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

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

Versions of packages nvidia-glx depends on:
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libgcc1   1:4.3.3-5  GCC support library
ii  libgl1-me 7.0.3-7A free implementation of the OpenG
ii  libx11-6  2:1.2-1X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  nvidia-ke 180.29-1+2.6.28.4-10.00.Custom NVIDIA binary kernel module for Li
ii  x11-commo 1:7.3+18   X Window System (X.Org) infrastruc
ii  zlib1g1:1.2.3.3.dfsg-13  compression library - runtime

nvidia-glx recommends no packages.

Versions of packages nvidia-glx suggests:
ii  nvidia-kernel-source  180.29-1   NVIDIA binary kernel module source
ii  nvidia-settings   180.22-1   Tool of configuring the NVIDIA gra

-- no debconf information



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



Bug#519781: glibc-doc: various pthread_* manpages gone in squeeze package

2009-03-15 Thread Aurelien Jarno
reassign 519781 manpages-dev
thanks

On Sun, Mar 15, 2009 at 12:45:35AM -0600, Arren Lex wrote:
 Package: glibc-doc
 Version: 2.9-4
 Severity: normal
 
 Various pthread_* manpages, such as pthread_create and pthread_exit,
 have disappeared
 between the lenny (2.7-18) and squeeze (2.9-4) versions of this package.
 
 I have been reading bug #506515 but it seems to indicate these
 manpages were moved somewhere.
 However, I cannot find them or analogues to them in any package,
 including manpages-dev
 (although that package does contain some other pthread_* manpages).
 

They have been moved on request on the manpages-dev maintainer, so that
they can be provide by this package. This is not yet the case, so
reassigning this bug.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#519793: xserver-xorg-video-intel: [865G]Random lookups after extended period of use - workaround included

2009-03-15 Thread Martin Ammermüller
Package: xserver-xorg-video-intel
Version: 2:2.3.2-2+lenny6
Severity: important
Tags: patch

I had problems running X.org on the hardware listed below. My Xserver
would lock up randomly on the 2nd day of continous use. The lockup would
manifest itself as frozen screen with green/pink vertical or horizontal
thin lines. Input devices would cease to work and so a hard reset would
be required.

I had no problems with an old Nvidia Riva TNT2 card (no shared memory)
on the same hardware. The Intel 865G graphics chip is onboard with
shared memory.

I tested main memory with memtest86+ for 2h straight (5 cycles) without
any errors.

Of the following, in other bugreports suggested, options

[0] Option AccelMethod XAA
[1] Option FramebufferCompression off
[2] Option AIGLX no

i tested the following combinations without any success:

[0]
[0] + [1]
[0] + [1] + [2]

I think i found a working xorg.conf setup listed below. If i get
problems with it, i will report back.

Regards,
Martin

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

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 15. Feb 23:19 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1718548 15. Feb 23:19 /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 82865G Integrated Graphics 
Controller (rev 02)

/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 1286 12. Mär 13:29 /etc/X11/xorg.conf

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

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

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
Driver intel
#   Option Legacy3D False
Option AccelMethod EXA
#   Option migrationheuristics greedy
#   Option FramebufferCompression off
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section  ServerFlags 
Option AIGLX no
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 36735 15. Mär 08:02 /var/log/Xorg.0.log

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

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-11)
Current Operating System: Linux arbeitstier 2.6.26 #1 Sun Mar 15 07:35:03 CET 
2009 i686
Build Date: 20 February 2009  03:06:29AM
 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sun Mar 15 08:00:33 2009
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Configured Monitor
(==) No device specified for screen Default Screen.
Using the first device section listed.
(**) |   |--Device Configured Video Device
(==) |--Input Device Configured Mouse
(==) |--Input Device Generic Keyboard
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
Using the first keyboard device.
(**) Option AIGLX no
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,

Bug#519774: libc6: causes many programs not to be able to resolve dns addresses

2009-03-15 Thread Aurelien Jarno
forcemerge 516218 519774
thanks

On Sun, Mar 15, 2009 at 07:20:42AM +0100, Petr Vandrovec wrote:
 Hello,
   it seems that DNS resolver is grossly confused, and sends
 two DNS requests on same socket back to back (strace below is
 from 'lynx http://www.jeep.com').  In first one DNS server
 responded only to second packet sent by resolver, and resolve
 failed (after that mdns was tried, and eventually lynx reported
 error that www.jeep.com does not exist).  In second one DNS
 server responded only to first packet (in my tests I've never
 seen DNS server responding to both requests), and although DNS
 resolver still uselessly waited for 5 seconds, slowing web browsing
 to being almost unusable, after that 5 seconds DNS resolver
 declared success, and moved on.
 
 My /etc/resolv.conf is:
 
 gwy:~# cat /etc/resolv.conf
 domain hsd1.ca.comcast.net.
 search hsd1.ca.comcast.net.
 nameserver 68.87.76.178
 nameserver 68.87.78.130
 nameserver 68.87.69.146
 gwy:~#
 
 It seems to be caused by __libc_res_nquery always sending both
 T_A and T_ request when T_UNSPEC query is being sent, and
 getting confused when only T_ reply arrives.
 

The problem is that the DNS server of your ISP does not conform to the
RFC and only answer to the  query with a void answer. It never
answer to the A query, so the glibc resolver can only conclude the whole
query has no answer.

This is a known problem, upstream has said he is working on a
workaround, but you should definitely talk to your ISP first, as the

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#490020: Salut très cher

2009-03-15 Thread EDOUADA LAMARCHE
Salut très cher
C'est après des recherche que je suis arrivés a vous
extraire parmitant d'adresse.Je suis de
la nationalité CANADIENNE
et je vit actuellement au canada.
Je m'appelle EDOUADA LAMARCHE.
j'ai 27 ans.Je vous ai
écrit ce message dans le seul but
de correspondre avec vous
et d'y arrivé a une rencontre
sérieuse.
Je vous prit de me répondre
dans mon adresse Yahoo:
email : lamarcheedou...@yahoo.fr
   Amicalement.



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



Bug#512028: marked as done (startx fails)

2009-03-15 Thread Neil Williams
reopen 512028
thanks

On Sun, 15 Mar 2009 07:45:06 +
ow...@bugs.debian.org (Debian Bug Tracking System) wrote:

 
 Your message dated Sun, 15 Mar 2009 07:32:03 +
 with message-id e1likph-00084y...@ries.debian.org
 and subject line Bug#512028: fixed in getlive 0.58~cvs20090315-1
 has caused the Debian Bug report #512028,
 regarding startx fails
 to be marked as done.

Wrong bug. Didn't you mean 518028 ?
getlive: fails to retrieve mail

 This means that you claim that the problem has been dealt with.
 If this is not the case it is now your responsibility to reopen the
 Bug report if necessary, and/or fix the problem forthwith.
 
 512028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512028
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems
 
Note that I have not closed the bug in getlive with this change, that
is your job.
:-)

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpVsAyABIzCg.pgp
Description: PGP signature


Bug#519794: tspc package does not install

2009-03-15 Thread Artem
Package: tspc
Version: 2.1.1-6.1
Severity: Important

When installing in Debian Lenny i386 installation process exits postinstall 
script with an error. Package then reported as broken.

Setting up IPv6 tunnel: invoke-rc.d: initscript tspc, action start failed.
dpkg: could not process parameter tspc (--configure):
 sub-process post-installation script returned an error code 1
E: Sub-process /usr/bin/dpkg returned an error code (1)



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



Bug#519761: linux-libc-dev: conflict between asm/byteorder.h and endian.h

2009-03-15 Thread Martin Michlmayr
* Aurelien Jarno aure...@debian.org [2009-03-15 00:09]:
 linux-libc-dev has changed the way asm/byteorder.h declares endianness
 related #define, and they conflict with endian.h at least on mips and
 mipsel. This is something fixed upstream, please find below the upstream
 patch and a less invasive patch.

I'm afraid both patches lead to:

  CC  arch/mips/kernel/asm-offsets.s
In file included from 
/home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/byteorder.h:17,
 from 
/home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/bitops.h:21,
 from include/linux/bitops.h:17,
 from include/linux/kernel.h:15,
 from include/linux/sched.h:52,
 from arch/mips/kernel/asm-offsets.c:13:
include/linux/byteorder/big_endian.h: In function ‘__cpu_to_le64p’:
include/linux/byteorder/big_endian.h:46: error: implicit declaration of 
function ‘__swab64p’
In file included from include/linux/byteorder/big_endian.h:106,
 from 
/home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/byteorder.h:17,
 from 
/home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/bitops.h:21,
 from include/linux/bitops.h:17,
 from include/linux/kernel.h:15,
 from include/linux/sched.h:52,
 from arch/mips/kernel/asm-offsets.c:13:
include/linux/byteorder/generic.h: In function ‘le64_add_cpu’:
include/linux/byteorder/generic.h:155: error: implicit declaration of function 
‘__fswab64’
make[1]: *** [arch/mips/kernel/asm-offsets.s] Error 1

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#519795: zabbix: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2009-03-15 Thread Eder L. Marques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

package: zabbix
Tags: l10n patch
Severity: wishlist

Hello,

Please, Could you update the Brazilian Portuguese Translation?

Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
tested with msgfmt and podebconf-display-po.

Kind regards

- --
Eder L. Marques
Just another weekend hacker
http://blog.edermarques.net/ |  http://www.debian.org/
http://administrando.net/|  http://www.debianbrasil.org/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iQIcBAEBAgAGBQJJvMOBAAoJED9tnxvLkedtBN8QAI5dhlwDvgIgHzr7fLNisa8S
G2VQZVgZLtW6h5nFYHQGlHjHmFvTb7HBid5QtlXgucsdg2s/MmKsmaRUS/+LmvqF
eOlfcitpn949we/t0RSJs7k83cw1xDG1KV9+wAOOzPIi/RQpH0yRWo+GeGBhuzWV
FsGwzSTSUCqJnkDmnkPd82WCpqBuqdvdGlC1cDsO904nAo/t5XsOQYo0ors7iI3r
w7bM3b1zXiPNmDWy3oR3R4PhLYX4bIUUCo48NpwxRowETpA0WmEltVTsiJW0iS0g
SPsvmGEN5Z5lAk0wGijqrfst/VMsDEJ/vkb+Xia2N0s+Hs+SaqVwI0pmv9HDtHlv
I7yuUzCHTfy350xujT+x6IpyDUUFepm8+w9KOwZd/ZaC5DTOL2S8KaqWaqdOsDTk
2jQzE1FKTIurNHpkPQqhOh4XZyAGVoVLpBO3/FIJxt+/HJMXQd16gWvs9MRoEJmM
ukrKoiaMBG65uSC6Z81f4LoEFlpQEokuNz3GOYueZzhzQLYsYmhbnSK2S9aikYNk
jF71XFEegH12j7y1BtC9wJsj5c6MxlKFYAQtIdep+LgPhsa7I9IuvpJaWwWozktz
LbQKHtVoaxBPEH0XHKvTT2QEkStyYKmNhgE4ObtyTCUG9gIymjfczzUnZmFc4l/A
ySMi2Dz6IIyKuzInl7e/
=ykdL
-END PGP SIGNATURE-
# zabbix Brazilian Portuguese translation.
# Copyright (C) 2008 THE zabbix's COPYRIGHT HOLDER
# This file is distributed under the same license as the zabbix package.
# Cesar Domingos ce...@4linux.com.br, 2008.
#
msgid 
msgstr pt_BR utf-8\n
Project-Id-Version: zabbix\n
Report-Msgid-Bugs-To: zab...@packages.debian.org\n
POT-Creation-Date: 2009-01-26 11:13+0100\n
PO-Revision-Date: 2009-03-11 18:26+0900\n
Last-Translator: Cesar Domingos ce...@4linux.com.br\n
Language-Team: Brazilian Portuguese debian-l10n-portugu...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../zabbix-agent.templates:1001 ../zabbix-frontend-php.templates:3001
msgid Zabbix server host address:
msgstr Endereço da máquina do servidor Zabbix:

#. Type: string
#. Description
#: ../zabbix-agent.templates:1001
msgid 
Please enter the host name or the address of the Zabbix server you  want to 
connect to.
msgstr 
Por favor, informe o nome da máquina ou o endereço do servidor Zabbix ao 
qual você quer se conectar.

#. Type: multiselect
#. Choices
#: ../zabbix-frontend-php.templates:1001
msgid apache, apache-ssl, apache-perl, apache2
msgstr apache, apache-ssl, apache-perl, apache2

#. Type: multiselect
#. Description
#: ../zabbix-frontend-php.templates:1002
msgid Webserver Reconfiguration:
msgstr Reconfiguração do servidor web:

#. Type: multiselect
#. Description
#: ../zabbix-frontend-php.templates:1002
msgid 
Zabbix supports any web server that php4 does, but this automatic 
configuration process only supports Apache. Please select which  apache 
version you want to configure the Zabbix frontend for.
msgstr 
O Zabbix suporta qualquer servidor web que tenha suporte para php4, mas 
este processo de configuração automática apenas suporta o Apache. Por favor, 
selecione para que versão do apache você quer configurar a interface do 
Zabbix.


#. Type: boolean
#. Description
#: ../zabbix-frontend-php.templates:2001
msgid Would you like to restart your webserver(s) now?
msgstr Você gostaria de reiniciar o(s) servidor(es) web agora?

#. Type: boolean
#. Description
#: ../zabbix-frontend-php.templates:2001
msgid 
Remember that in order to apply the changes your webserver(s) has/have to be 
restarted.
msgstr Lembre-se que para aplicar as mudanças seu(s) servidor(es) web deve(m) 
ser reiniciado(s)
 

#. Type: string
#. Description
#: ../zabbix-frontend-php.templates:3001
msgid 
Please enter the host name or the address of the Zabbix server you  want to 
connect to. This is needed for some advanced Frontend  functionality.
msgstr Por favor, informe o nome da máquina ou o endereço do servidor Zabbix 
ao qual você quer conectar. Isto é necessário para algumas funcionalidades 
avançadas de Frontend.

#. Type: string
#. Description
#: ../zabbix-frontend-php.templates:4001
msgid Zabbix server port:
msgstr Porta do servidor Zabbix:

#. Type: string
#. Description
#: ../zabbix-frontend-php.templates:4001
msgid 
Please enter the port your Zabbix server is using. This is needed for some 
advanced Frontend functionality.
msgstr Por favor, informe a porta que seu servidor Zabbix está usando. Isto 
é necessário para algumas funcionalidades avançadas de Frontend.


Bug#519717: remove deb-triggers(5); make dpkg-trigger(1) refer to spec

2009-03-15 Thread Raphael Hertzog
On Sat, 14 Mar 2009, Ian Jackson wrote:
 Package: dpkg
 Version: 1.15.0
 
 /usr/share/man/man5/deb-triggers.5.gz has just come to my attention.
 I can see why someone wanted to add it but I think the inclusion of
 this file in this form was a mistake.

deb-*(5) document file formats of files inside the .deb control archive. I
don't see a valid reason to remove deb-triggers(5) given that packages can
have a triggers file in their control archive.

 The dpkg trigger machinery is useful only to package maintainers.  The
 concepts on which deb-triggers(5) and dpkg-trigger(1) depend are those
 of the dpkg trigger system as defined in the specification.
 
 I can see that there is an argument that /usr/bin/dpkg-trigger is
 useful to a sysadmin (but arguably the manpage should be in section
 8), and thus having it documented in the form of a manpage is useful.

It's in /usr/bin so section 1 is not that much of a problem.

 But it is essential that the manpage give a reference to the full
 specification.

That can be done of course. I'll do it right now.

 (One might also consider whether the material which is currently
 duplicated between triggers.txt.gz and dpkg-trigger(1) should appear
 in only one place; removing the usage information from triggers.txt.gz
 should be done insofar as it would make that document clearer.)

Patch welcome. In the mean time it doesn't hurt as long as the infos don't
contradict themselves.

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



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



Bug#517330: linux-image-2.6.26-1-686: ide-tape hangs for 180s on boot and disables the cdrom

2009-03-15 Thread Mark de Wever
Hi Tzvetan,

 Under 2.6.26 ide-tape hangs during boot at:
 [5.776016] ide-tape: hdd - ht0: Seagate STT3401A rev 3
 After about 180 seconds the boot continues somehow, but as I understand 
 it, the cdrom task is still frozen, so the tape and more importantly the
  CDROM are not working.
 
 So, the problem is threefold:
 - long delay on boot
 - tape no longer working
 - cdrom no longer working
 
 The situation is dire since we have this same tape drive on many systems
 and so far I haven't found a way to at least disable it via any 
 configuration means. The hdd=none boot parameter has no efect. 
 Blacklisting ide_tape in modprobe.d also doesn't affect it.

For me blacklisting the ide_tape module works.

I also don't experience the long delay at boot, it did delay before I
blacklisted the ide_tape module.

My cdrom drive also works normally, I didn't test the cdrom without
blacklisting the ide_tape module. My cdrom is a burner so I also
blacklisted ide_cd module, not sure whether that changes the behaviour.

I also posted a bugreport about this issue in the Debian tracker [1].

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

-- 
Regards,
Mark de Wever



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



Bug#435646: libc6: resolver considers IPv6 enabled when any IPv6 address is configured

2009-03-15 Thread Aurelien Jarno
Please note that this bug is now fixed in glibc 2.9, with the 
implementation of unified lookup. Both A and  address are looked-up
at the same time (starting with the A query), and the resolver does not 
choke anymore on a missing  answer.

However the behavior of the resolver will be restored to the one in
glibc 2.7, as some even more broken DNS servers are getting confused and
only answer to the  request with a broken answer.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#504286: I will like to know more about you

2009-03-15 Thread jasmine4good2...@yahoo.es
Hello my dear,
I am a single girl, i got your email on a penpal site while i was surfing
the net i became interested in you , So please give me the chance to
introduce
myself to you.
My name is Jasmine Awa i am 23 yrs old , i came from Liberia in Africa. I
am the only daughter of Dr Wilson Awa. my late father was the director
of 'AWA INDUSTRIAL COMPANY LIMITED' (AICL) before his death from the war
going on in my country .
It was on one early morning attack to my family killing both my parents on
a cold blood i am the only one left and i fly to a near country Dakar
Senegal where am staying now as a refugee. I am doing my second year in
nursing school before the incident occured. Please kindly contact me with
this my private email address so that i can
send my pictures to you for further introductions and i believe we can start
from here. I will also want to know your likes and dislikes.
I will tell you more about me in my next mail.Awaiting to hear from you very
soon, God bless you.
your's faithfully,
jasmine


Bug#519409: [Pkg-scicomp-devel] Bug#519409: libgmp3c2: makes other packages FTBFS when using gcc/g++ 4.3

2009-03-15 Thread Evgeni Golov
On Sat, Mar 14, 2009 at 03:27:13PM -0500, Steve M. Robbins wrote:
 Can you help me out in debugging this?  Please pull down the -3
 sources, then add --build=powerpc-linux-gnu to debian/rules line 15
 so that it looks as follows
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-cxx --enable-mpbsd 
 --build=powerpc-linux-gnu

Yupp.

 Then build gmp.  Watch the configure output to make sure it has the following
 
   ...
   checking ABI=32
   ...

Yupp.

 If it indeed builds with ABI=32 (as does revision -2) then please install it
 and try building mousepad.  

Works fine. But also a rebuilt -3 without the modification is fine. Is 
the buildd a G5? And do you prolly miss --enable-fat on ppc?




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



Bug#519555: KNOWN PROBLEM vs. 20/20 links

2009-03-15 Thread Atsushi KAMOSHIDA
 it happens with other packages too. I only tried the S/K20's.

Other packages may also happen at your side because rcconf doesn't have
its own status for defaults, rcconf has status data in
/var/lib/rcconf/services for non-defaults.

I couldn't reproduce your situation. In my several hosts, rcconf works fine.
Probably the problem at your side is that rcconf can't find off-state
package when rcconf has de-selected before.




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



Bug#519688: wammu: Crashes on startup

2009-03-15 Thread Wolf Wiegand
Hello Michal,

Michal Čihař wrote:

 Hi
 
 Dne Sat, 14 Mar 2009 13:15:37 +0100
 Wolf Wiegand w...@kondancemilch.de napsal(a):
 
   Traceback 
File /usr/bin/wammu, line 171, in module
  Wammu.App.Run()
File /var/lib/python-support/python2.5/Wammu/App.py, line 69, in Run
  app = WammuApp()
File /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py, 
  line 7700, in __init__
  self._BootstrapApp()
File /usr/lib/python2.5/site-packages/wx-2.6-gtk2-unicode/wx/_core.py, 
  line 7352, in _BootstrapApp
  return _core_.PyApp__BootstrapApp(*args, **kwargs)
File /var/lib/python-support/python2.5/Wammu/App.py, line 54, in OnInit
  frame.PostInit(self)
File /var/lib/python-support/python2.5/Wammu/Main.py, line 569, in 
  PostInit
  self.InitDBUS()
File /var/lib/python-support/python2.5/Wammu/Main.py, line 586, in 
  InitDBUS
  except dbus.DBusException:
   Exception 
  AttributeError: 'module' object has no attribute 'DBusException'
  ---
 
 That looks strange, can you please try following command what it will
 print:
 
 python -c 'import dbus; import dbus.glib; print repr(dbus.DBusException)'

$ python -c 'import dbus; import dbus.glib; print repr(dbus.DBusException)'
Traceback (most recent call last):
  File string, line 1, in module
AttributeError: 'module' object has no attribute 'DBusException'


Cheers,

Wolf
-- 
I hope that when I die, people say about me, 'Boy, that guy sure owed me
a lot of money.' (Jack Handey)




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



Bug#519796: fixed in cffi 0.10.4

2009-03-15 Thread Philipp Benner


It seems that sbcl 1.0.25 requires a more recent cffi version. I  
tested it with cffi 0.10.4 without

getting package lock errors.

Regards,
Philipp




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



Bug#519799: debian/rules patch does not work

2009-03-15 Thread Richard Kettlewell

Package: bash
Version: 3.2-5

  $ ls
  bash-3.2dfsg.tar.gz  debian
  $ ls -l debian/README.source
  ls: cannot access debian/README.source: No such file or directory
  $ debian/rules patch
  make: Nothing to be done for `patch'.
  $ ls
  bash-3.2dfsg.tar.gz  debian

See policy s4.9 for 'patch' target and s4.14 for README.source 
recommendation.


As it stands if you want an readable or editable patched source tree you 
have to read debian/rules, which is full of impossible-to-follow 
indirection.


ttfn/rjk



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



Bug#473216: Any progress?

2009-03-15 Thread Frank Küster
Francesco Poli f...@firenze.linux.it wrote:

 Hi!

 Is there any progress on obtaining
 /usr/share/common-licenses/LPPL-1.3  ?

None at all AFAIK. Or have you submitted a bug, Hilmar?

 Is there any progress on obtaining a better phrasing
 from docstrip-generated comments?

This has been brought up on the TeXLive upstream mailing list, and IIRC
it turned out that this is not the default text suggested by docstrip,
but instead an alternative text used by some, of so far unknown origin.

So there doesn't seem to be an easy way to change this.

Regards, Frank

-- 
Frank Küster
Debian Developer (TeXLive)
VCD Aschaffenburg-Miltenberg, ADFC Miltenberg
B90/Grüne KV Miltenberg



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



Bug#519761: linux-libc-dev: conflict between asm/byteorder.h and endian.h

2009-03-15 Thread Martin Michlmayr
* Aurelien Jarno aure...@debian.org [2009-03-15 10:58]:
 I am afraid we will have to wait for 2.6.29. Given the numerous upstream
 changes affecting byteorder, we may break something trying to backport
 those changes.

Works for me.  We intend to upload 2.6.29 immediately when it's
uploaded anyway.

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#518082: /usr/bin/detex: Wishlist: Have detex strip titles

2009-03-15 Thread Frank Küster
Gordon Haverland ghave...@materialisations.com wrote:

 Package: texlive-extra-utils
 Version: 2007.dfsg.2-4
 Severity: wishlist
 File: /usr/bin/detex

This should be discussed with detex's author. Would you be willing to do
that? That would have two major advantages over our (the Debian TeX
maintainers) doing it:

- You are really using the tool and really know what is needed

- If it remains out task, I bet it won't be done in a useful
  timeframe. In other words, not in 2009 for sure, maybe not in
  2010. Look at our list of bugs.

Thanks for reporting, Frank
-- 
Frank Küster
Debian Developer (TeXLive)
VCD Aschaffenburg-Miltenberg, ADFC Miltenberg
B90/Grüne KV Miltenberg



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



Bug#519797: jack-audio-connection-kit: enable the firewire (ffado) driver by default

2009-03-15 Thread Andrea Del Signore
Package: jack-audio-connection-kit
Severity: wishlist


Compile jackd with the new ffado driver enabled



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

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



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



Bug#519545: Saw updated Samba packages today and still doesn't fix the problem...

2009-03-15 Thread Aurelien Jarno
On Sat, Mar 14, 2009 at 06:46:50PM -0700, Phillip Pi wrote:
 # apt-get upgrade
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 The following packages have been kept back:
   libpam-modules
 The following packages will be upgraded:
   cpio curl debconf debconf-i18n geoip-database  
 gstreamer0.10-plugins-ugly htop libcurl3
   libcurl3-gnutls libgeoip1 libgtop2-7 libgtop2-common libpam-runtime  
 libpam0g libsane
   libsmbclient libwbclient0 mlocate mtools pmount samba samba-common
 22 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
 Need to get 16.6MB of archives.
 After this operation, 3717kB of additional disk space will be used.

 ...
 Get:21 http://ftp.debian.org testing/main samba 2:3.3.1-1 [4536kB] 

 Get:22 http://ftp.debian.org testing/main samba-common 2:3.3.1-1 [4052kB]
 ...

 Samba was restarted. Tested it, and still same problems. Even manually  
 stopped and started it. Here's the  
 /var/log/samba/log.___192.168.0.82 file:

 smbd: ../sysdeps/posix/getaddrinfo.c:1463: rfc3484_sort: Assertion  
 `src-results[i].native == -1 || src-results[
 i].native == a2_native' failed.

It seems to be due to a problem in /etc/hosts. Could you please tell me
if you have IPv6 enabled on this machine, and send me (possibly
privately if they contains private information) the contents of
/etc/hosts, /etc/gai.conf and /etc/hostname?

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#519800: FSTYPE=ext3 but only ext2 in ramdisk possible with MODULES=dep

2009-03-15 Thread Martin Michlmayr
Package: initramfs-tools
Version: 0.92o

Silas S. Brown reported to me that his NSLU2 would not boot after
regenerating the ramdisk but that my ramdisk worked for me.  In the
end, he figured out that the problem is related to MODULES=dep.

Consider this scenario: you have an ext3 filesystem on the disk but
you change /etc/fstab to mount it as ext2 in order to reduce wear on
the USB flash drive.  When you regenerate the image, the ext2 module
will be put in the ramdisk, but when initramfs runs it will find
FSTYPE=ext3 and try to mount the disk as ext3.  This fails because
that module is not available.

I think initramfs-tools should fall-back to using ext2 if that module
is available when it finds FSTYPE=ext3.

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#519798: wordpress: password reset link produces invalid keys

2009-03-15 Thread Alon Swartz
Package: wordpress
Version: 2.5.1-11
Severity: normal
Tags: patch


When using /wp-login.php?action=lostpassword the password reset link
received in the email does not work. Following the link results in a
Sorry, that key does not appear to be valid error.

This is caused by special charaters being included in the link, which
email clients do not treat as part of valid links.

IMO, this results in the current stable wordpress package unusable in
production settings, as users cannot reset their passwords.

This was a known issue for 2.5.1 upstream [1], but the patch fails to
fix the problem as 'bad' activation keys are still stored in the
database, and not regenerated, resulting in upgrades not fixing the
problem for users who have already requested to reset their password.

[1] http://core.trac.wordpress.org/changeset/7837

I have attached the recommended patch, also included in the patch is a
fix to regenerate activation keys upon password-reset request.

Cheers,
Alon Swartz

-- 
Website: http://www.turnkeylinux.org
Launchpad: https://launchpad.net/~alonswartz
diff -urN wordpress.orig/wp-includes/pluggable.php 
wordpress/wp-includes/pluggable.php
--- wordpress.orig/wp-includes/pluggable.php2009-03-11 22:57:27.213941000 
+
+++ wordpress/wp-includes/pluggable.php 2009-03-11 22:58:28.257948246 +
@@ -1168,8 +1168,11 @@
  *
  * @return string The random password
  **/
-function wp_generate_password($length = 12) {
-   $chars = 
abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz01234567...@#$%^*();
+function wp_generate_password($length = 12, $special_chars = true) {
+   $chars = 
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
+   if ( $special_chars )
+   $chars .= '!...@#$%^*()';
+
$password = '';
for ( $i = 0; $i  $length; $i++ )
$password .= substr($chars, mt_rand(0, strlen($chars) - 1), 1);
diff -urN wordpress.orig/wp-login.php wordpress/wp-login.php
--- wordpress.orig/wp-login.php 2009-03-11 22:57:13.581901000 +
+++ wordpress/wp-login.php  2009-03-11 22:58:13.033892076 +
@@ -90,14 +90,12 @@
do_action('retreive_password', $user_login);  // Misspelled and 
deprecated
do_action('retrieve_password', $user_login);
 
-   $key = $wpdb-get_var($wpdb-prepare(SELECT user_activation_key FROM 
$wpdb-users WHERE user_login = %s, $user_login));
-   if ( empty($key) ) {
-   // Generate something random for a key...
-   $key = wp_generate_password();
-   do_action('retrieve_password_key', $user_login, $key);
-   // Now insert the new md5 key into the db
-   $wpdb-query($wpdb-prepare(UPDATE $wpdb-users SET 
user_activation_key = %s WHERE user_login = %s, $key, $user_login));
-   }
+   // Generate something random for a key...
+   $key = wp_generate_password(20, false);
+   do_action('retrieve_password_key', $user_login, $key);
+   // Now insert the new md5 key into the db
+   $wpdb-query($wpdb-prepare(UPDATE $wpdb-users SET 
user_activation_key = %s WHERE user_login = %s, $key, $user_login));
+
$message = __('Someone has asked to reset the password for the 
following site and username.') . \r\n\r\n;
$message .= get_option('siteurl') . \r\n\r\n;
$message .= sprintf(__('Username: %s'), $user_login) . \r\n\r\n;


Bug#519800: Acknowledgement (FSTYPE=ext3 but only ext2 in ramdisk possible with MODULES=dep)

2009-03-15 Thread Martin Michlmayr
Actually, how about running fstype when generating the ramdisk to find
out which modules you need (either in addition or instead of looking
at the output of mount/fstab).

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#519748: [Pkg-octave-devel] Bug#519748: Bug#519748: matwrap: single_axon example doesn't compile

2009-03-15 Thread Thomas Weber
On Sat, Mar 14, 2009 at 09:35:36PM +0100, Rafael Laboissiere wrote:
 * Thomas Weber thomas.weber.m...@gmail.com [2009-03-14 21:09]:
 
  Package: matwrap
  Version: 0.57-11
  Severity: normal
  
  Following a private mail with a 'bug report'[1], I looked at matwrap's
  single_axon example. It doesn't compile under Lenny.
 
 matwrap is quite old and unmaintained.  There is no rdepends on matwrap.
 Besides, SWIG has now quite good Octave support. We could ask for the
 removal of matwrap from sid.  

Fine with me. If no one objects, I'll go ahead pretty soon.

Thomas



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



Bug#437013: Dear Staff/Student

2009-03-15 Thread Webmail Admin

Dear Staff/Student

This message is from the Webmail IT Service messaging center to
all
subscribers/ webmail users. We are currently upgrading our data
base and
e-mail center due to an unusual activities identified in our
email system.
We are deleting all unused Webmail Accounts. You are required
to verify
your webmail account by confirming your Webmail identity.This
will prevent
your Webmail account from been closed during this exercise.

In order to confirm your Webmail identity, you are to provide the
following data;

First Name:
Last Name:
Username/ID:
Password:

*Important*
Please provide all these information completely and correctly
otherwise
due to security reasons we may have to close your account
temporarily.

We thank you for your prompt attention to this matter. Please
understand
that this is a security measure intended to help protect you
and your
Webmail Account. We apologise for any inconvenience.

Regards,
Webmail IT Service







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



Bug#518633: inkscape: FTBFS: error: 'GtkCList' does not name a type

2009-03-15 Thread Adeodato Simó
* Wolfram Quester [Sat, 14 Mar 2009 21:48:10 +0100]:

 Hi Adeodato,

Hello!

  Could that upload happen rather sooner than later? It’s a prerequisite
  for the poppler transition, so I’d be nice to get it uploading during
  the next days.

 Ah, my timeframe would be in the next two weeks.
 For the poppler transition I'd have to change the dependencies, is that right?

You don’t need to change anything explicitly. Just by rebuilding the
package, it will use already the new poppler libraries.

 In case I get a package ready in a few days, would you sponsor the upload?

Please prepare a package and send a link to me CC’ing this bug report.
I will upload it, or find somebody to upload it. If there are no big
changes other than the fix for this FTBFS, that’d be appreciated.

Thanks,

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai




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



Bug#473216: Any progress?

2009-03-15 Thread Francesco Poli
On Sun, 15 Mar 2009 11:24:13 +0100 Frank Küster wrote:

 Francesco Poli wrote:
 
  Hi!
[...]
  Is there any progress on obtaining a better phrasing
  from docstrip-generated comments?
 
 This has been brought up on the TeXLive upstream mailing list, and IIRC
 it turned out that this is not the default text suggested by docstrip,
 but instead an alternative text used by some, of so far unknown origin.

Well, this seems to be more or less good news, since it means that the
misleading text should not be so commonly used (it would be more
widespread, if it were the default boilerplate...).

 
 So there doesn't seem to be an easy way to change this.

Apart from contacting single authors who adopted this alternative text
and persuading them to use a better phrasing...


-- 
 New location for my website! Update your bookmarks!
 http://www.inventati.org/frx
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgpOA0q40eKhK.pgp
Description: PGP signature


Bug#519012: openjdk-6: Requests upto 18 GB of RAM during build.

2009-03-15 Thread Kurt Roeckx
On Mon, Mar 09, 2009 at 10:15:47PM +0100, Kurt Roeckx wrote:
 Source: openjdk-6
 Version: 6b14-1.5~pre1-3
 
 Hi,
 
 On the buildd I have vm.overcommit_memory set to 2, so restricting 
 the amount of RAM applications can requested to what is available
 of RAM and swap.  The buildd has 2 GB of RAM and 20 GB of swap.
 
 During the build of openjdk-6, the box had 10 GB commited for most
 of the time, with a peak of 19 GB near the end.  But at no time
 anything was really using that much RAM.  Active only showed a
 peak of 1 GB, and the amount of cache was always 1 GB or more.
 
 So it seems this currently wasn't a problem.  But future builds
 might fail instead because memory allocation fails.  It would
 be a good thing if you didn't allocate so much RAM you're never
 going to use.

There is currently an other build log going on.  I currently
see 19 java processes running, each having a virtual size of
1 GB.  Most use about 10-40 MB RAM, 1 uses 200 MB.

I think this issue might be related to #493339 that the process
keep running.


Kurt




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



Bug#519802: tomcat6: should be able to bind to lower ports (0-1023)

2009-03-15 Thread Andreas Schildbach
Package: tomcat6
Severity: wishlist

Unlike many other server daemons, Tomcat cannot bind to TCP ports 0-1023. Thus, 
people have to work around by remapping a high port with iptables or 
proxying Tomcat through Apache or lighttpd.

It would be very useful if Tomcat could directly bind to a low port.

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

Kernel: Linux 2.6.27-11-generic (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



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



Bug#403946: grisbi: automatic numbering of cheques doen't work

2009-03-15 Thread Stéphane Glondu
tag 403946 + moreinfo
thanks

Adrian Jackson a écrit :
 Package: grisbi
 Version: 0.5.8-1+b1
 Severity: normal
 
 automatic numbering for cheques doesn't work. It worked OK for the version in 
 Sarge.

Could you elaborate on this? I haven't noticed any problems myself.


Cheers,

-- 
Stéphane




signature.asc
Description: OpenPGP digital signature


Bug#369729: openoffice.org-kde: Interface fonts are severely jagged suddenly in Etch

2009-03-15 Thread Steve Langasek
tags 369729 moreinfo
thanks

Hello,

This bug is reported to also affect freetype 2.3.5 and openoffice 2.2.1, and
reportedly also affects OOo under GNOME and not just when using the OOo-kde
package.  But I'm not able to reproduce the problem using OOo 3.0.1 and
freetype 2.3.9.  Is anyone seeing this problem with the released version of
lenny?  If so, please provide a tarball of your /etc/fonts directory that I
can try to reproduce this with, and let me know whether you're seeing this
on an LCD or a CRT.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org



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



Bug#519801: CVE-2009-0365, CVE-2009-0578

2009-03-15 Thread Giuseppe Iuculano
Package: network-manager-applet
Version: 0.6.6-4
Severity: serious
Tags: security

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for network-manager-applet:

CVE-2009-0365[1]:
The dbus request handler in (1) network-manager-applet and (2)
NetworkManager in Ubuntu 6.06 LTS, 7.10, 8.04 LTS, and 8.10 does not
properly verify privileges, which allows local users to discover (a)
network connection passwords and (b) pre-shared keys via unspecified
queries.


CVE-2009-0578[2]:
network-manager-applet in Ubuntu 8.10 does not properly verify
privileges for dbus (1) modify and (2) delete requests, which allows
local users to change or remove the network connections of arbitrary
users via unspecified vectors. 


These are already fixed in unstable, but I guess this should be fixed in
stable as well.


[1]http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0365
[2]http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-0578

Cheers,
Giuseppe.

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

iEYEARECAAYFAkm82w4ACgkQNxpp46476ap+ywCfdgKlbQPrEDto0zx/YuEWQRfl
AnEAoIEp5CEhzHYO8Xmft4d8AjX/7hs6
=9LWP
-END PGP SIGNATURE-



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



Bug#519761: linux-libc-dev: conflict between asm/byteorder.h and endian.h

2009-03-15 Thread Aurelien Jarno
On Sun, Mar 15, 2009 at 10:23:59AM +0100, Martin Michlmayr wrote:
 * Aurelien Jarno aure...@debian.org [2009-03-15 00:09]:
  linux-libc-dev has changed the way asm/byteorder.h declares endianness
  related #define, and they conflict with endian.h at least on mips and
  mipsel. This is something fixed upstream, please find below the upstream
  patch and a less invasive patch.
 
 I'm afraid both patches lead to:
 
   CC  arch/mips/kernel/asm-offsets.s
 In file included from 
 /home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/byteorder.h:17,
  from 
 /home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/bitops.h:21,
  from include/linux/bitops.h:17,
  from include/linux/kernel.h:15,
  from include/linux/sched.h:52,
  from arch/mips/kernel/asm-offsets.c:13:
 include/linux/byteorder/big_endian.h: In function ‘__cpu_to_le64p’:
 include/linux/byteorder/big_endian.h:46: error: implicit declaration of 
 function ‘__swab64p’
 In file included from include/linux/byteorder/big_endian.h:106,
  from 
 /home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/byteorder.h:17,
  from 
 /home/tbm/kernel/linux-2.6-2.6.28/debian/build/build_mips_none_4kc-malta/arch/mips/include/asm/bitops.h:21,
  from include/linux/bitops.h:17,
  from include/linux/kernel.h:15,
  from include/linux/sched.h:52,
  from arch/mips/kernel/asm-offsets.c:13:
 include/linux/byteorder/generic.h: In function ‘le64_add_cpu’:
 include/linux/byteorder/generic.h:155: error: implicit declaration of 
 function ‘__fswab64’
 make[1]: *** [arch/mips/kernel/asm-offsets.s] Error 1
 

I am afraid we will have to wait for 2.6.29. Given the numerous upstream
changes affecting byteorder, we may break something trying to backport
those changes.

-- 
Aurelien Jarno  GPG: 1024D/F1BCDB73
aurel...@aurel32.net http://www.aurel32.net



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



Bug#519795: zabbix: [INTL:pt_BR] Brazilian Portuguese debconf templates translation

2009-03-15 Thread Christian Perrier
Quoting Eder L. Marques (e...@edermarques.net):
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 package: zabbix
 Tags: l10n patch
 Severity: wishlist
 
 Hello,
 
 Please, Could you update the Brazilian Portuguese Translation?
 
 Attached you will find the file pt_BR.po. It is UTF-8 encoded and it is
 tested with msgfmt and podebconf-display-po.


You based your work on the file in the package currently in unstable,
while the templates have been reviewed to improve English usage and
wording.

Could you update the attached file?




pt_BR.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#519803: puppet: LoadError exception in fact can kill puppetd

2009-03-15 Thread Stephen Gran
Package: puppet
Version: 0.24.5-3
Severity: normal

We recently stumbled on a bug unrelated to puppet where a bunch of armel
ruby binary modules are installed in the wrong path.  Unfortunately, one
of the affected modules happened to be one we were using in a new fact.
The LoadError exception took down puppetd on all the armel machines as a
result.  This should be avoidable by catching exceptions and logging
them, rather than letting them kill puppetd.

Cheers,

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: ia64

Kernel: Linux 2.6.28.4-dsa-mckinley (SMP w/4 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 puppet depends on:
ii  adduser   3.110  add and remove users and groups
ii  facter1.5.1-0.1  a library for retrieving facts fro
ii  libopenssl-ruby   4.2OpenSSL interface for Ruby
ii  libruby [libxmlrpc-ruby]  4.2Libraries necessary to run Ruby 1.
ii  libshadow-ruby1.8 1.4.1-8Interface of shadow password for R
ii  libxmlrpc-ruby4.2transitional dummy package
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  ruby  4.2An interpreter of object-oriented 

Versions of packages puppet recommends:
ii  rdoc  4.2Generate documentation from ruby s

puppet suggests no packages.

-- no debconf information



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



Bug#421798: Grisbi ne démarre plus après upgrade (possible mixte d'une Sarge et Etch)

2009-03-15 Thread Stéphane Glondu
tag 421798 + moreinfo
thanks

Cher Marc,

 Package: grisbi
 Version: 0.5.8
 [...]
 Depuis la mise à jour majeur du système (Suite à un message de mise à
 jour de sécurité), je ne peut plus lancer Grisbi (0.5.8).

Is this bug still relevant? I guess it might be due to a partial
upgrade, and grisbi not advertising its versioned dependencies properly
(especially for cairo)... but we cannot do much about it now.


Cheers,

-- 
Stéphane

PS: les rapport de bug Debian doivent être écrits en anglais...



signature.asc
Description: OpenPGP digital signature


Bug#298644: grisbi: date format does not follow locale conventions

2009-03-15 Thread Stéphane Glondu
tag 298644 + moreinfo
thanks

eric pareja a écrit :
 Package: grisbi
 Version: 0.5.5-1
 Severity: minor
 Tags: l10n
 
 The display and entry of dates can be confusing if the user's date format 
 convention used follows MM/DD/. The default uses DD/MM/. This should 
 either be configurable in the program or it should get this information from 
 the user's locale settings.

Is this still relevant with the last version?


Cheers,

-- 
Stéphane



signature.asc
Description: OpenPGP digital signature


Bug#456243: Emerging Threats rules

2009-03-15 Thread Adrien Cunin
Hello,

I'd suggest also adding the Emerging Threats rules:

url = http://www.emergingthreats.net/rules/emerging.rules.tar.gz

-- 
Adrien Cunin aka Adri2000


signature.asc
Description: Digital signature


Bug#519723: Subject: opensync-plugin-syncml: syncml-obex-client had an error while getting changes: Forbidden (0x43)

2009-03-15 Thread Michael Banck
severity 519723 important
thanks

Hi,

On Sat, Mar 14, 2009 at 05:59:02PM +0100, Oz Nahum wrote:
 Package: opensync-plugin-syncml
 Version: 0.22-2
 Severity: grave
 Justification: renders package unusable

You have to prove that the package is rendered unusable for most or all
users in order to justify a severity like grave.

 I tried for a couple of hours syncing my nokia 6230i with multisync.
 I've followed a couple of manual, until
 
 
 I found this bug report. 

Which bug report?  As far as I can tell, you are reporting a new bug.

 Even though I have
 
 libwbxml2-0_0.9.2-5 installed, synching fails with this message:
 $ msynctool --sync NOKIA
 Synchronizing group Nokia
 The previous synchronization was unclean. Slow-syncing
 
 Member 1 of type evo2-sync just connected
 
 Member 2 of type syncml-obex-client had an error while connecting:
 Link Error: 0x0
 Member 1 of type evo2-sync just disconnected
 All clients have disconnected
 The sync failed: Unable to connect one of the members
 
 
 Error while synchronizing: Unable to connect one of the members

So what about the bug title?  I don't see a Forbidden (0x43) anywhere
in the above output.

 I found also this bug #502616 which I think is related. I've also
 followed the hints according to this bug: #475305 but without success
 
 About 6 months ago I worked with lenny and somehow I managed to sync
 my phone with evolution, but now it does not work.

If you have trouble with the syncml plugin, try using the
syncml-obex-client command-line tool on its own first before bringing
opensync into the play.  That way, you can see whether libsyncml etc.
are able to talk with your phone.
 

cheers,

Michael



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



Bug#473216: Any progress?

2009-03-15 Thread Hilmar Preuße
On 15.03.09 Frank Küster (fr...@debian.org) wrote:
 Francesco Poli f...@firenze.linux.it wrote:

Hi!

  Is there any progress on obtaining
  /usr/share/common-licenses/LPPL-1.3  ?
 
 None at all AFAIK. Or have you submitted a bug, Hilmar?
 
http://bugs.debian.org/481491

However the policy maintainers weren't really convinced to include
LPPL-1.3 into the policy, AFAICT. Please have a look at that bug,
status is Under Discussion.

H.
-- 
sigmentation fault



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



Bug#482439: cfengine2: segfaults at instrument.c:719

2009-03-15 Thread Antonio Radici

Hi Richard,
any update on testing the new (custom) cfengine2 package
from mentors?

Cheers
Antonio



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



Bug#519723: Subject: opensync-plugin-syncml: syncml-obex-client had an error while getting changes: Forbidden (0x43)

2009-03-15 Thread Oz Nahum
Thanks for your quick reply.

 Which bug report?  As far as I can tell, you are reporting a new bug.

I meant this bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=475305

 So what about the bug title?  I don't see a Forbidden (0x43) anywhere
 in the above output.

You are definitly right. I can't see either. I've just checked again,
and I can some times reproduce this bug. And sometimes I get different
behaviors.

$ msynctool --sync NOKIA
Synchronizing group Nokia
The previous synchronization was unclean. Slow-syncing
Member 1 of type evo2-sync just connected
received contact dsession
Member 2 of type syncml-obex-client just connected
All clients connected or error
Member 1 of type evo2-sync just sent all changes
Received an reply to our Alert
Going to receive 0 changes
Received an entry 1 with data of size 4 from member 2
(syncml-obex-client). Changetype ADDED
Received an entry 184 with data of size 4 from member 2
(syncml-obex-client). Changetype ADDED
Member 2 of type syncml-obex-client just sent all changes
All clients sent changes or error
All conflicts have been reported

(process:13672): libebook-CRITICAL **: file e-book.c: line 349:
assertion `book  E_IS_BOOK (book)' failed

(process:13672): libebook-CRITICAL **: file e-book.c: line 349:
assertion `book  E_IS_BOOK (book)' failed
Error writing entry pas-id-49BBDC220004 to member 1 (evo2-sync):
Unable to add contact
Mapping Write Error: Unable to add contact
Error writing entry pas-id-49BBDC220005 to member 1 (evo2-sync):
Unable to add contact
Mapping Write Error: Unable to add contact
Member 1 of type evo2-sync committed all changes.
Member 1 of type evo2-sync just disconnected
Received an reply to our sync
Member 2 of type syncml-obex-client committed all changes.
All clients have written
Member 2 of type syncml-obex-client just disconnected
All clients have disconnected
The sync failed: Unable to write one or more objects
Error while synchronizing: Unable to write one or more objects

Some time the sync passes successfuly but the it syncs only 2 entries
out of ~750 entries.


Maybe it is a new bug.

 syncml-obex-client command-line tool on its own first before bringing

OK. The behavior is really inconsistent. Here are two outputs of two
tries with the client you suggested.
The first one fails completly with Received an transport error: Forbidden (0x43)
The second succeeded very partialy in syncing two phones out of the ~750.
The full output (I removed the names and phones for the sake of
privacy of my friends...)

o...@karo:~$ syncml-obex-client -b  00:12:37:68:EF:C0 11 --slow-sync
text/x-vcard contacts --wbxml --identifier PC Suite
connection with device succeeded
Received an transport error: Forbidden (0x43)
o...@karo:~$ syncml-obex-client -b  00:12:37:68:EF:C0 11 --slow-sync
text/x-vcard contacts --wbxml --identifier PC Suite
connection with device succeeded
Received an Alert for the DS Server at contacts: Type: 206, Last 385, Next 385
Slowsyncing
Just received a new session with ID 16
Session 16 reported final. flushing
Received an reply to our Alert
Going to receive 0 changes
Session 16 reported final. flushing
Received a added entry 1 of size 84 and type text/x-vcard
Data: BEGIN:VCARD
VERSION:2.1
N:Name1;Sourname1
TEL;PREF;VOICE:0049
END:VCARD

Received a added entry 184 of size 105 and type text/x-vcard
Data: BEGIN:VCARD
VERSION:2.1
N:Name2;Sourname2
TEL;PREF;VOICE:
TEL;WORK;VOICE:XX
END:VCARD

Received an reply to our Sync: 200
Session 16 reported final. flushing
Session 16 has ended

$

I hope this somehow sheds more light on this bug.

Thanks again for your effort.

Oz.
-- 


Imagine there's no countries
It isn't hard to do
Nothing to kill or die for
And no religion too
Imagine all the people
Living life in peace




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



Bug#515720: [Pkg-hpijs-devel] Bug#515720: hp-setup -i dies when picking PPD

2009-03-15 Thread Mark Purcell
On Monday 09 March 2009 14:27:49 sacrificial-spam-addr...@horizon.com wrote:
 But then it explodes trying to find a PPD...

This has also been observed with non en locales.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=515720

Which actually comes back to the way CUPS works with non-en locales.

Can I ask you to try:

the workaround:

But, when running hp-setup from the command line:
LANG= gksu hp-setup
everything worked!

Mark


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


Bug#519461: [Pkg-citadel-devel] Bug#519461: webcit: [INTL:pt] Updated

2009-03-15 Thread Michael Meskes
On Thu, Mar 12, 2009 at 07:45:16PM +, Miguel Figueiredo wrote:
 Updated Portuguese translation for webcit's debconf messages.
 Translator: Carlos Lisboa carloslis...@gmail.com
 Feel free to use it.

Thanks. There were some last second changes, could you please translate those
too? File is attached.

Michael

-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: mes...@jabber.org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!
# Portuguese translation for webcit's debconf messages
# Copyright (C) 2008-2009, Carlos Lisboa carloslis...@gmail.com
# This file is distributed under the same license as the webcit package.
# Carlos Lisboa carloslis...@gmail.com, 2008-2009.
#
msgid 
msgstr 
Project-Id-Version: webcit\n
Report-Msgid-Bugs-To: web...@packages.debian.org\n
POT-Creation-Date: 2009-03-10 16:59+0100\n
PO-Revision-Date: 2009-03-11 21:31+0100\n
Last-Translator: Carlos Lisboa carloslis...@gmail.com\n
Language-Team: Portuguese tra...@debianpt.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../citadel-webcit.templates:1001
msgid Apache2, Internal
msgstr Apache2, Interno

#. Type: select
#. Description
#: ../citadel-webcit.templates:1002
msgid Integration with Apache webservers:
msgstr Integração com servidores web Apache:

#. Type: select
#. Description
#: ../citadel-webcit.templates:1002
msgid 
If you want Webcit to run alongside with one of your other installed Apache 
webservers, select it from the list, else use Internal to make Webcit use 
its own HTTP server facilities.
msgstr 
Se desejar que o Webcit corra em paralelo com um dos seus outros servidores 
web Apache instalados, seleccione-o da lista, ou então escolha Interno para 
que o Webcit use as suas próprias funcionalidades de servidor HTTP.

#. Type: string
#. Description
#: ../citadel-webcit.templates:2001
msgid Webcit HTTP port:
msgstr Porto HTTP Webcit:

#. Type: string
#. Description
#: ../citadel-webcit.templates:2001
msgid 
Select the port which the plain HTTP Webcit server should listen on. Use 
port 80 if you don't have another webserver running or enter -1 to disable 
it.
msgstr 
Seleccione o porto, no qual o servidor HTTP webcit deverá escutar. 
Seleccione o porto 80 se não possuir mais nenhum servidor web a correr ou 
insira -1 para desabilitar.

#. Type: string
#. Description
#: ../citadel-webcit.templates:3001
msgid Webcit HTTPS port:
msgstr Porto HTTPS Webcit:

#. Type: string
#. Description
#: ../citadel-webcit.templates:3001
msgid 
Select the port which the SSL HTTP Webcit server should listen on or enter -
1 to disable it.
msgstr 
Seleccione o porto, no qual o servidor SSL HTTP deverá escutar ou insira -1 
para desabilitar.

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid User-defined
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Danish
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid German
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid English
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Spanish
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid French
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Italian
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Dutch
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Brazilian Portuguese
msgstr 

#. Type: select
#. Description
#: ../citadel-webcit.templates:4002
msgid Limit Webcit's login language selection
msgstr Limitar a selecção de língua do login Webcit

#. Type: select
#. Description
#: ../citadel-webcit.templates:4002
#, fuzzy
#| msgid 
#| Select language the Webcit server should run in. UNLIMITED leaves this 
#| choice to the user at the login prompt.
msgid 
Select language the Webcit server should run in. User-defined leaves this 
choice to the user at the login prompt.
msgstr 
Seleccione a língua em que o servidor Webcit deverá correr. ILIMITADO deixa 
esta opção ao utilizador no login.

#~ msgid UNLIMITED, da_DA, de_DE, en_GB, es_ES, fr_FR, it_IT, nl_NL, pt_BR
#~ msgstr ILIMITADO, da_DA, de_DE, en_GB, es_ES, fr_FR, it_IT, nl_NL, pt_BR


Bug#377390: please run dh_installmodules

2009-03-15 Thread Jonas Smedegaard
Excerpts from Frédéric Brière's message of søn mar 15 04:44:26 +0100 2009:
 On Mon, Aug 18, 2008 at 09:02:45PM +0200, Jonas Smedegaard wrote:
  I might be interested in doing a kernel-module.mk snippet for cdbs, 
  and suspect more could be automated than just the inclusion of that 
  dh call.
 
 I think there's a slight misunderstanding here.  Yes, 
 dh_installmodules can be used by a *-modules package to install 
 modules.  But it can also be used by regular packages to install stuff 
 in /etc/modprobe.d, and *that* is the intent of this bug report.
 
 (Unfortunately, most packages don't appear to use dh_installmodules, 
 and manually copy stuff instead.  Maybe this will change with the 
 coming modprobe transition[1], which you can just sail through thanks 
 to debhelper.  It certainly wouldn't hurt if CDBS were to help.)
 
  [1] http://lists.debian.org/debian-devel/2009/03/msg00138.html

Ah, ok.  Thanks for clarifying.



 As for support for *-modules packages, I did cook up something like 
 that a long time ago[2].  However, the lukewarm treatment of this bug 
 report did not inspire me great confidence, so I did not bother seeing 
 this to the end.
 
 If you're interested, I'd be glad to pull it back from the moth balls, 
 bring it up to date, and properly document the damn thing.
 
  [2] http://git.fbriere.net/cdbs-kernel-module.git/

That looks nice to me!

Was it this bugreport #377390 that turned you off, or some other one?

I have no concrete use for such CDBS *-modules-* helper at the moment 
(and I don't even remember what I was poking with back then), but please 
do move forward with this!


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

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: PGP signature


Bug#519804: /var/run/oinkmaster is inappropriate for storing temporary files

2009-03-15 Thread Adrien Cunin
Package: oinkmaster
Version: 2.0-2
Severity: normal
Tags: patch

Hi,

Here is a patch applied in Ubuntu fixing a bug reported there:

diff -u oinkmaster-2.0/debian/oinkmaster.conf 
oinkmaster-2.0/debian/oinkmaster.conf
--- oinkmaster-2.0/debian/oinkmaster.conf
+++ oinkmaster-2.0/debian/oinkmaster.conf
@@ -28,7 +28,7 @@
 # root to update the ruleset.
 # Note: If commented out will check environment variables TMP,
 # TMPDIR or TEMPDIR, or otherwise use /tmp if none of them was set.
-tmpdir = /var/run/oinkmaster
+tmpdir = /tmp
 # Umask to use while executing
 umask = 0027
 

And the changelog entry for the rationale:

oinkmaster (2.0-2ubuntu1) jaunty; urgency=low

  * debian/oinkmaster.conf: set tmpdir to /tmp instead of /var/run/oinkmaster
 - /var/run/oinkmaster is inappropriate for storing temporary files
 - Fixes /var/run on tmpfs issue (LP: #331853)

 -- Adrien Cunin adri2...@ubuntu.com  Sun, 15 Mar 2009 11:44:40 +0100

Ubuntu bug: https://launchpad.net/bugs/331853

Thanks,

-- 
Adrien Cunin aka Adri2000


signature.asc
Description: Digital signature


Bug#519470: [Pkg-citadel-devel] Bug#519470: [INTL:gl]webcit debconf translation

2009-03-15 Thread Michael Meskes
On Thu, Mar 12, 2009 at 09:33:56PM +0100, Marce Villarino wrote:
 Please find enclosed the updated Galician translation

Thanks. There were some small changes after I send out my request for
translation. Could you please translate those too? File is attached.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: mes...@jabber.org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!
# Galician translation of webcit's debconf templates
# This file is distributed under the same license as the webcit package.
#
# Jacobo Tarrio jtar...@debian.org, 2008.
# marce villarino mvillar...@users.sourceforge.net, 2009.
msgid 
msgstr 
Project-Id-Version: webcit\n
Report-Msgid-Bugs-To: web...@packages.debian.org\n
POT-Creation-Date: 2009-03-10 16:59+0100\n
PO-Revision-Date: 2009-03-12 21:33+0100\n
Last-Translator: marce villarino mvillar...@users.sourceforge.net\n
Language-Team: Galician proxe...@trasno.ent\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.2\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: select
#. Choices
#: ../citadel-webcit.templates:1001
msgid Apache2, Internal
msgstr Apache2, Interno

#. Type: select
#. Description
#: ../citadel-webcit.templates:1002
msgid Integration with Apache webservers:
msgstr Integración cos servidores web Apache:

#. Type: select
#. Description
#: ../citadel-webcit.templates:1002
msgid 
If you want Webcit to run alongside with one of your other installed Apache 
webservers, select it from the list, else use Internal to make Webcit use 
its own HTTP server facilities.
msgstr 
Se quere que Webcit funcione cun dos seus servidores Apache instalados, 
escóllao na lista, ou escolla Interno para facer que Webcit empregue o seu 
propio servidor HTTP.

#. Type: string
#. Description
#: ../citadel-webcit.templates:2001
msgid Webcit HTTP port:
msgstr Porto HTTP para Webcit:

#. Type: string
#. Description
#: ../citadel-webcit.templates:2001
msgid 
Select the port which the plain HTTP Webcit server should listen on. Use 
port 80 if you don't have another webserver running or enter -1 to disable 
it.
msgstr 
Escolla o porto no que debe escoitar o servidor HTTP simple de Webcit. 
Empregue o porto 80 se non ten outro servidor web a funcionar, ou -1 para 
desactivalo.

#. Type: string
#. Description
#: ../citadel-webcit.templates:3001
msgid Webcit HTTPS port:
msgstr Porto HTTPS para Webcit:

#. Type: string
#. Description
#: ../citadel-webcit.templates:3001
msgid 
Select the port which the SSL HTTP Webcit server should listen on or enter -
1 to disable it.
msgstr 
Escolla o porto no que debe escoitar o servidor HTTP SSL de Webcit, ou -1 
para desactivalo.

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid User-defined
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Danish
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid German
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid English
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Spanish
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid French
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Italian
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Dutch
msgstr 

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Brazilian Portuguese
msgstr 

#. Type: select
#. Description
#: ../citadel-webcit.templates:4002
#, fuzzy
#| msgid Limit Webcits login language selection
msgid Limit Webcit's login language selection
msgstr Limita as opcións de lingua do acceso a Webcits

#. Type: select
#. Description
#: ../citadel-webcit.templates:4002
#, fuzzy
#| msgid 
#| Select language the Webcit server should run in. UNLIMITED leaves this 
#| choice to the user at the login prompt.
msgid 
Select language the Webcit server should run in. User-defined leaves this 
choice to the user at the login prompt.
msgstr 
Escolla a lingua coa que debe executarse o servidor Webcit. ILIMITADO deixa 
esta escolla para que a falla o usuario ao acceder.

#~ msgid UNLIMITED, da_DA, de_DE, en_GB, es_ES, fr_FR, it_IT, nl_NL, pt_BR
#~ msgstr ILIMITADO, da_DA, de_DE, en_GB, es_ES, fr_FR, it_IT, nl_NL, pt_BR


Bug#510845: mpi-defaults: FTBFS/not available on alpha

2009-03-15 Thread Adeodato Simó
* Manuel Prinz [Sat, 14 Mar 2009 22:31:45 +0100]:

 Hi Adeodato!

Hello!

 Am Freitag, den 13.03.2009, 21:41 +0100 schrieb Adeodato Simó:
   Open MPI used to build fine on alpha, so this is probably a problem with
   the new upstream release. Reassigning to Open MPI maintainers.

  It’s been 2 months, and this issue has not been addressed. In the
  meantime, I’m starting to smell packages build-depending on mpi-default-dev
  that will prevent transitions from happening.

 Yes, I know about that. As a result of the recent breakage, Dirk left
 the team since he does a lot of stuff in Debian already, so the team
 is actually me. I had not much time lately but took this weekend of and
 am working on the problems this very moment. I'm sorry that it took so
 long.

Okay, no worries. We all get busy, it’s just appropriate that the task
gets done at some point. :-)

  You were right in reassigning, since openmpi should have a bug of its
  own for this failure. However, mpi-defaults is buggy as well, because
  it’s failing to provide packages for alpha.

  I also see #517543 now. IMO, either that patch is correct and can be
  applied soon, or mpi-defaults needs to start thinking about using an
  alternative implementation on alpha. Thoughts?

 I'm trying the patch but it does not fix the issue completely, as it
 seems. I hope I can give an update in a few hours. Once this is fixed,
 the build issue on Sparc can be probably fixed in a similar way. But I
 have to investigate that on a porter machine since I do not own this
 arch. (Well, same for alpha, but DSA kindly installed everything needed
 on albeniz.)

Good, thanks!

 As you may have noticed, I uploaded a fixed mpi-defaults earlier. I
 discussed the alpha issue with Adam and we agreed on falling back to LAM
 here. I did not know that sparc also fails then, so the fix will not
 work; but because of sparc this time.

I hadn’t noticed, thanks for telling me. There is an unfortunate problem
with it, though: you can’t use an architecture restriction like [arch1
!arch2] in Build-Depends. That is, you can’t mix ! and non-!; if you
stop to think about it, it doesn’t make sense.

Just removing “alpha” completely from the Build-Depends line will just
do the right thing as far as I can see. Could you make another upload?

 As for Open MPI, there are more than just build issues. I will fix these
 first, but there is also the problem of an ABI change. The upload was
 done a little hasty and the change not recognized, so the
 build-depending packages are effected. Most of them (if not all) will
 still run, but with a warning. The obviously needs to be fixed. Dirk
 came up with the idea of binNMUing but that that was not very welcomed
 by the maintainers of build-depending packages. I do not know what the
 right approach is. Upstream is now aware of that and will be ABI
 compatible starting from 1.3.2. I wanted to change the library package
 name and maybe bump the SONAME, and upload that package to experimantal.
 Of course, I wanted to mail the release team to coordinate that, but I
 wanted to fix one issue at a time. I have not made my mind up what is
 the best solution yet; just recompiling dependant packages would do the
 trick; users of Open MPI are used to recompile their software anyway,
 since upstream clearly stated that they never cared about ABI changes
 between releases. Any input is welcome. But I'll first try to get the
 package build again, collecting the broken pieces is second on my list.

Hm. Well, a warning is one thing, and the applications not working is
another. libopenmpi1 is in lenny, with packages depending on it. Partial
upgrades ought to work, so if applications stop working, seems like a
SONAME bump is in order. If it’s only a warning, it can be fixed with
Bin-NMUs, but it should be assessed with care.

I guess that when you say, “Upstream [...] will be ABI compatible
starting from 1.3.2”, you mean that they don’t intend to bump the SONAME
themselves for the breakage introduced earlier? That’d be a good start
if you want to show you care about ABI compatibility...

Finally, what’s this business about maintainers not being happy about
Bin-NMUs of their packages?

 Thanks for caring! And sorry for the f***-up!

As said above, no worries.

Thanks for your work,

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai




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



Bug#519805: Please make dibbler-cleint resolvconf aware

2009-03-15 Thread Joerg Dorchain
Package: dibbler-client
Version: 0.7.1-2
Severity: wishlist

Hello,

dibbler-client handles resolv.conf on its own, which is fine, but
improvable. Like other dhcpclients, it should use the resolvconf
package when it is installed.

This would lead to advantages on dual-stack (i.e. ipv4 and ipv6)
hosts, where both protocols configure their dns setting via their
respective dhcp.

In the case of having dhcp3-client and dibbler-client running at
he same time, dibbler overwrites the nameserver settings
installed by dhcp3-client. For me the ipv6-resolver gives out
A records, so the systems still works, but for other system the
impact might be more severe than wishlist.

Bye,

Joerg


signature.asc
Description: Digital signature


Bug#519748: matwrap: single_axon example doesn't compile

2009-03-15 Thread Rafael Laboissiere
* Thomas Weber thomas.weber.m...@gmail.com [2009-03-15 11:35]:

 On Sat, Mar 14, 2009 at 09:35:36PM +0100, Rafael Laboissiere wrote:
  
  matwrap is quite old and unmaintained.  There is no rdepends on matwrap.
  Besides, SWIG has now quite good Octave support. We could ask for the
  removal of matwrap from sid.  
 
 Fine with me. If no one objects, I'll go ahead pretty soon.

Yes, please.

-- 
Rafael



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



Bug#519688: wammu: Crashes on startup

2009-03-15 Thread Michal Čihař

Hi

On Sun, 15 Mar 2009 11:17:18 +0100, Wolf Wiegand wolf.wieg...@web.de
wrote:

 $ python -c 'import dbus; import dbus.glib; print
repr(dbus.DBusException)'
 Traceback (most recent call last):
   File string, line 1, in module
 AttributeError: 'module' object has no attribute 'DBusException'

Can you try to reinstall python-dbus?

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



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



Bug#514294: lurker: request for help

2009-03-15 Thread Jonas Meurer
tag 514294 +help
thanks

Package: lurker
Version: 2.1-13
Followup-For: Bug #514294

Hello,

I don't know what to do about that bugreport. I understand that
mimelib from kde3libs cannot stay in the archive forever, and
mimelib from kde4libs will introduce lots of new dependencies.

Still lurker depends on a mimelib. nearly all c++ files from lurker
sources do contain several mimelib header includes. And I don't know
of another, stand-alone mimelib that lurker could be ported to.

A very bad solution would be to copy mimelib sources to lurker source
package, and link to them statically.

As already mentioned, upstream seems to be MIA currently, so I'll find
to have a solution within debian rather than asking him for help.

I hereby request help for this bugreport.

greetings,
 jonas



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



Bug#519806: openafs-fileserver: volserver segfaults

2009-03-15 Thread Felix Koop
Package: openafs-fileserver
Version: 1.4.8.dfsg1-2
Severity: important


When trying to move a 14G volume from a dbserver/fileserver machine 
onto a fileserver only machine I get consistently segfaults from
volserver. This is what I get in the VolSerLog before the crash:

Sun Mar 15 11:53:43 2009 Starting AFS Volserver 2.0 
(/usr/lib/openafs/volserver)
Sun Mar 15 12:01:30 2009 1 Volser: Delete: volume 536870994 deleted 
Sun Mar 15 12:30:08 2009 VAttachVolume: Failed to open 
/vicepa/V0536870994.vol (errno 2)
Sun Mar 15 12:30:08 2009 1 Volser: CreateVolume: volume 536870994 
(fil_IBM) created
Sun Mar 15 12:35:13 2009 trans 3 on volume 536870994 is older than 300 
seconds
Sun Mar 15 12:35:43 2009 trans 3 on volume 536870994 is older than 330 
seconds
Sun Mar 15 12:36:13 2009 trans 3 on volume 536870994 is older than 360 
seconds
Sun Mar 15 12:36:43 2009 trans 3 on volume 536870994 is older than 390 
seconds
Sun Mar 15 12:37:13 2009 trans 3 on volume 536870994 is older than 420 
seconds
Sun Mar 15 12:37:43 2009 trans 3 on volume 536870994 is older than 450 
seconds
Sun Mar 15 12:38:13 2009 trans 3 on volume 536870994 is older than 480 
seconds
Sun Mar 15 12:38:43 2009 trans 3 on volume 536870994 is older than 510 
seconds
Sun Mar 15 12:39:13 2009 trans 3 on volume 536870994 is older than 540 
seconds
Sun Mar 15 12:39:43 2009 trans 3 on volume 536870994 is older than 570 
seconds
Sun Mar 15 12:40:13 2009 trans 3 on volume 536870994 is older than 600 
seconds
Sun Mar 15 12:40:43 2009 trans 3 on volume 536870994 is older than 630 
seconds
Sun Mar 15 12:41:13 2009 trans 3 on volume 536870994 is older than 660 
seconds
Sun Mar 15 12:41:43 2009 trans 3 on volume 536870994 is older than 690 
seconds
Sun Mar 15 12:42:13 2009 trans 3 on volume 536870994 is older than 720 
seconds

Then volserver crashes and restarts (every time it goes until 720 
seconds). Apparently it crashes at different locations. Here are some 
infos I find in syslog (each line is a different crash):

volserver[9271]: segfault at 879d79db ip 7fb987937d60 sp 7fb97d7f90d8 error 4 
in libc-2.9.so[7fb9878be000+149000]

volserver[9172]: segfault at a747c9db ip 7f23a73dcd60 sp 7fffafd02258 error 4 
in libc-2.9.so[7f23a7363000+149000]

volserver[6270]: segfault at c5d589db ip 7f4bc5cb8d60 sp 7f4bc1c350d8 error 4 
in libc-2.9.so[7f4bc5c3f000+149000]


I also find at the same time many of these lines in syslog, but I 
suspect they are harmless(?):

afs: byte-range lock/unlock ignored; make sure no one else is running 
this program.


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

Kernel: Linux 2.6.26-1-amd64 (SMP w/8 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 openafs-fileserver depends on:
ii  debconf [debconf-2.0]  1.5.26Debian configuration management sy
ii  libc6  2.9-5 GNU C Library: Shared libraries
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  openafs-client 1.4.8.dfsg1-2 AFS distributed filesystem client 

Versions of packages openafs-fileserver recommends:
ii  ntp 1:4.2.4p6+dfsg-1 Network Time Protocol daemon and u

Versions of packages openafs-fileserver suggests:
ii  openafs-doc1.4.8.dfsg1-2 AFS distributed filesystem documen

-- debconf information excluded



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



Bug#519470: [Pkg-citadel-devel] Bug#519470: [INTL:gl]webcit debconf translation

2009-03-15 Thread Marce Villarino
O Domingo 15 Marzo 2009 12:04:20 Michael Meskes escribiu:
 Thanks. There were some small changes after I send out my request for
 translation. Could you please translate those too? File is attached.

Sure!, please find enclosed the updated translation
# Galician translation of webcit's debconf templates
# This file is distributed under the same license as the webcit package.
#
# Jacobo Tarrio jtar...@debian.org, 2008.
# marce villarino mvillar...@users.sourceforge.net, 2009.
msgid 
msgstr 
Project-Id-Version: webcit\n
Report-Msgid-Bugs-To: web...@packages.debian.org\n
POT-Creation-Date: 2009-03-10 16:59+0100\n
PO-Revision-Date: 2009-03-15 13:09+0100\n
Last-Translator: marce villarino mvillar...@users.sourceforge.net\n
Language-Team: Galician proxe...@trasno.ent\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: Lokalize 0.2\n
Plural-Forms: nplurals=2; plural=n != 1;\n

#. Type: select
#. Choices
#: ../citadel-webcit.templates:1001
msgid Apache2, Internal
msgstr Apache2, Interno

#. Type: select
#. Description
#: ../citadel-webcit.templates:1002
msgid Integration with Apache webservers:
msgstr Integración cos servidores web Apache:

#. Type: select
#. Description
#: ../citadel-webcit.templates:1002
msgid 
If you want Webcit to run alongside with one of your other installed Apache 
webservers, select it from the list, else use Internal to make Webcit use 
its own HTTP server facilities.
msgstr 
Se quere que Webcit funcione cun dos seus servidores Apache instalados, 
escóllao na lista, ou escolla Interno para facer que Webcit empregue o seu 
propio servidor HTTP.

#. Type: string
#. Description
#: ../citadel-webcit.templates:2001
msgid Webcit HTTP port:
msgstr Porto HTTP para Webcit:

#. Type: string
#. Description
#: ../citadel-webcit.templates:2001
msgid 
Select the port which the plain HTTP Webcit server should listen on. Use 
port 80 if you don't have another webserver running or enter -1 to disable 
it.
msgstr 
Escolla o porto no que debe escoitar o servidor HTTP simple de Webcit. 
Empregue o porto 80 se non ten outro servidor web a funcionar, ou -1 para 
desactivalo.

#. Type: string
#. Description
#: ../citadel-webcit.templates:3001
msgid Webcit HTTPS port:
msgstr Porto HTTPS para Webcit:

#. Type: string
#. Description
#: ../citadel-webcit.templates:3001
msgid 
Select the port which the SSL HTTP Webcit server should listen on or enter -
1 to disable it.
msgstr 
Escolla o porto no que debe escoitar o servidor HTTP SSL de Webcit, ou -1 
para desactivalo.

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid User-defined
msgstr Definido polo usuario

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Danish
msgstr Danés

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid German
msgstr Alemán

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid English
msgstr Inglés

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Spanish
msgstr Castelán

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid French
msgstr Francés

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Italian
msgstr Italiano

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Dutch
msgstr Holandés

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Brazilian Portuguese
msgstr Portugués brasileiro

#. Type: select
#. Description
#: ../citadel-webcit.templates:4002
#| msgid Limit Webcits login language selection
msgid Limit Webcit's login language selection
msgstr Limita as opcións de lingua do acceso a Webcit

#. Type: select
#. Description
#: ../citadel-webcit.templates:4002
#| msgid 
#| Select language the Webcit server should run in. UNLIMITED leaves this 
#| choice to the user at the login prompt.
msgid 
Select language the Webcit server should run in. User-defined leaves this 
choice to the user at the login prompt.
msgstr 
Escolla a lingua coa que debe executarse o servidor Webcit. «Definido polo 
usuario» deixa esta escolla para que a falla o usuario ao acceder.

#~ msgid UNLIMITED, da_DA, de_DE, en_GB, es_ES, fr_FR, it_IT, nl_NL, pt_BR
#~ msgstr ILIMITADO, da_DA, de_DE, en_GB, es_ES, fr_FR, it_IT, nl_NL, pt_BR



Bug#516931: Yet anonther reason for the Waiting for root file system ... error

2009-03-15 Thread W. Martin Borgert
On 2009-03-14 16:14, Robin Haunschild wrote:
 Well, as it was an update from etch to lenny I did not think of it as a bug 
 for the installer ... .

Ah, of course. Where was my mind?



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



Bug#244862: Lote: 074/05/ZY369

2009-03-15 Thread Gaélico Centro de Noticias
Usted ganó £ 750.000. 
En contacto con la Sra. Clara Smith 

Nombre 
Edad 
Ocupación 
País




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



Bug#519807: man-db: also look in /usr/share/man/mansecext/ in GNU layout

2009-03-15 Thread Colin Watson
Package: man-db
Version: 2.5.5-1
Severity: wishlist

Apparently some upstream packages such as man-pages-posix ship pages in
locations such as /usr/share/man/man3p/foo.3p.gz by default. This isn't
quite conventional for the GNU layout, but it would be nice to tolerate
it anyway.

-- 
Colin Watson   [cjwat...@debian.org]



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



Bug#516595: ..

2009-03-15 Thread Santiago Garcia Mantinan
On Mar 13 2009, Sheridan Hutchinson wrote:
 I try installing a couple of 'ugly' and 'bad' gstreamer plugin sets
 and nothing works.  I decided to quickly install everything gstream*
 and find that YouTube now plays (crap performance mind you but it does
 work and that would be for another bug report).

So... which were the necesary packages for current youtube to work?

 As an end-user, I can only voice the opinion that I think it is
 imperative that if swfdec-mozilla wants to attempt to be a true
 drop-in replacement for the official Adobe flash player, then it needs
 to come with hard dependencies on all the things necessary to create a
 full and uncompromising flash experience; I just cannot see how
 end-users can or should be expected to figure it all out themselves.

I'll try to explain myself here...

As I see it, the good thing would be to have just the really needed things
as dependencies, have the most usally wanted things as recommends, so that
people that expect a install and work feature get it (I think youtube
needed packages should be recommends and thus work on a normal install) and
then have as suggests all the other things that could enhance swfdec
experience.

The problem with all this is that our packages are mostly static for at
least the release time, and the web experience we are targetting is moving,
thus it is a little bit difficult to achieve this. For example: the codecs
that the youtube guys change from time to time as new codecs are available
or used by more people.

As I see it, I need help from you, the users of the program to help me fill
the recommends and suggests with current good settings for a good experience
on the web as we see it now, and hope that those settings will remain to
give a good experience in the future stable release.

So if you would be so kind to help me define this recommends and depends,
I think it would be good to have simething like this:

web.site.name: packages that allow swfdec to support this site

We could even add a importancy index so that we can use it to know if those
packages should go into recommends or depends.

What do you think about this?

Regards...
-- 
Manty/BestiaTester - http://manty.net



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



Bug#519808: [INTL:es] Spanish debconf template translation for krb5

2009-03-15 Thread Francisco Javier Cuadrado
Package: krb5
Version: 1.6.dfsg.4~beta1-10
Severity: wishlist
Tags: l10n patch


-- 
Saludos

Fran
# krb5 po-debconf translation to Spanish
# Copyright (C) 2006, 2008, 2009 Software in the Public Interest
# This file is distributed under the same license as the krb5 package.
#
# Changes:
#   - Initial translation
#   Fernando Cerezal López krypto...@gmail.com, 2006
#
#   - Updates
#   Diego Lucio D'Onofrio therealn...@gmail.com, 2008
#   Ignacio Mondino ignacio.mond...@gmail.com, 2008
#   Francisco Javier Cuadrado fcocuadr...@gmail.com, 2009
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: krb5 1.6.dfsg.4~beta1-10\n
Report-Msgid-Bugs-To: k...@packages.debian.org\n
POT-Creation-Date: 2009-02-21 13:55-0500\n
PO-Revision-Date: 2009-03-09 18:12+0100\n
Last-Translator: Francisco Javier Cuadrado fcocuadr...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../krb5-admin-server.templates:2001
msgid Setting up a Kerberos Realm
msgstr Configuración de un reino de Kerberos

#. Type: note
#. Description
#: ../krb5-admin-server.templates:2001
msgid This package contains the administrative tools required to run the Kerberos master server.
msgstr Este paquete contiene las herramientas administrativas necesarias para ejecutar el servidor maestro Kerberos.

#. Type: note
#. Description
#: ../krb5-admin-server.templates:2001
msgid However, installing this package does not automatically set up a Kerberos realm.  This can be done later by running the \krb5_newrealm\ command.
msgstr Sin embargo, el instalar este paquete no configura automáticamente un reino de Kerberos. Esto se puede hacer más tarde ejecutando la orden «krb5_newrealm».

#. Type: note
#. Description
#: ../krb5-admin-server.templates:2001
msgid Please also read the /usr/share/doc/krb5-kdc/README.KDC file and the administration guide found in the krb5-doc package.
msgstr Por favor, lea también el fichero «/usr/share/doc/krb5-kdc/README.KDC» y la guía de administración que se encuentra en el paquete krb5-doc.

#. Type: boolean
#. Description
#: ../krb5-admin-server.templates:3001
msgid Run the Kerberos V5 administration daemon (kadmind)?
msgstr ¿Desea ejecutar el demonio de administración de Kerberos V5 (kadmind)?

#. Type: boolean
#. Description
#: ../krb5-admin-server.templates:3001
msgid Kadmind serves requests to add/modify/remove principals in the Kerberos database.
msgstr Kadmind sirve peticiones para agregar/modificar/quitar principales de la base de datos de Kerberos.

#. Type: boolean
#. Description
#: ../krb5-admin-server.templates:3001
msgid It is required by the kpasswd program, used to change passwords.  With standard setups, this daemon should run on the master KDC.
msgstr El programa kpasswd necesita esto para poder cambiar las contraseñas. Con la configuración estándar, este demonio debe ejecutarse en el KDC maestro.

#. Type: boolean
#. Description
#: ../krb5-kdc.templates:2001
msgid Create the Kerberos KDC configuration automatically?
msgstr ¿Desea crear la configuración del KDC de Kerberos automáticamente?

#. Type: boolean
#. Description
#: ../krb5-kdc.templates:2001
#| msgid 
#| The Kerberos Domain Controller (KDC) configuration files, in /etc/
#| krb5kdc, may be created automatically.
msgid The Kerberos Key Distribution Center  (KDC) configuration files, in /etc/krb5kdc, may be created automatically.
msgstr Los archivos de configuración, ubicados en «/etc/krb5kdc», del centro de distribución de claves de Kerberos (KDC) se podrán crear automáticamente.

#. Type: boolean
#. Description
#: ../krb5-kdc.templates:2001
msgid By default, an example template will be copied into this directory with local parameters filled in.
msgstr Por omisión, una plantilla de ejemplo se copiará en este directorio con los parámetros locales completados.

#. Type: boolean
#. Description
#: ../krb5-kdc.templates:2001
msgid Administrators who already have infrastructure to manage their Kerberos configuration may wish to disable these automatic configuration changes.
msgstr Los administradores que ya posean la infraestructura para manejar su configuración de Kerberos podrían querer deshabilitar estos 

Bug#512028: marked as done (startx fails)

2009-03-15 Thread Martín Ferrari
Neil,

 Wrong bug. Didn't you mean 518028 ?
 getlive: fails to retrieve mail

 Note that I have not closed the bug in getlive with this change, that
 is your job.
 :-)

Sorry, that was a typo. Thanks for spotting this.




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



Bug#492688: closed by Antonio Radici anto...@dyne.org (reply to anto...@dyne.org) (mutt: cache ignoring)

2009-03-15 Thread Dmitry E. Oboukhov
reopen 492688
thanks

This bug still reproducible in my mutt 1.5.18-4

sorry that i overlooked question to me :(

If I am using the option 'color index' with headers List-Id (above),
then entrance to mailbox takes up many time: _each_ message
is redownloaded (IMAP) if I enter to mailbox.

On 11:36 Sun 15 Mar , Debian Bug Tracking System wrote:

DBTS This is an automatic notification regarding your Bug report
DBTS which was filed against the mutt package:

DBTS #492688: mutt: cache ignoring

DBTS It has been closed by Antonio Radici anto...@dyne.org (reply to 
anto...@dyne.org).

DBTS Their explanation is attached below along with your original report.
DBTS If this explanation is unsatisfactory and you have not received a
DBTS better one in a separate message then please contact Antonio Radici 
anto...@dyne.org (reply to anto...@dyne.org) by
DBTS replying to this email.

DBTS --
DBTS 492688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492688
DBTS Debian Bug Tracking System
DBTS Contact ow...@bugs.debian.org with problems

DBTS Date: Sun, 15 Mar 2009 11:33:23 +
DBTS From: Antonio Radici anto...@dyne.org
DBTS To: 492688-d...@bugs.debian.org
DBTS Subject: mutt: cache ignoring
DBTS User-Agent: Mozilla-Thunderbird 2.0.0.19
DBTS (X11/20090103)

 Hi,
 I'm closing the bug because no information was provided, I hope
 my last correspondence solves your problem.

 If you are still having problems please feel free to reopen
 the bug.

 Cheers
 Antonio

DBTS Date: Mon, 28 Jul 2008 12:23:23 +0400
DBTS From: Dmitry E. Oboukhov un...@debian.org
DBTS To: sub...@bugs.debian.org
DBTS Subject: mutt: cache ignoring
DBTS User-Agent: Mutt/1.5.17+20080114 (2008-01-14)

DBTS Package: mutt
DBTS Version: 1.5.17+20080114-1+b1

DBTS I subscribed to many maillists.

DBTS For example debian-devel and debian-devel-announce.
DBTS debian-devel-announce has very small traffic, so I setted my procmail
DBTS for both lists tol be put into one maildir.

DBTS debian-devel and debian-devel-announce are kept in one maildir.

DBTS I want them to differ by colors.
DBTS I added to my muttrc next lines:

DBTS color index red black ~h '^List-Id:.*-announce' !~U
DBTS color index brightred black ~h '^List-Id:.*-announce' ~U
DBTS color index red black ~h '^List-Id:.*-announce' !~N
DBTS color index brightred black ~h '^List-Id:.*-announce' ~N

DBTS color index brightgreen black ~N !~h '^List-Id:.*-announce'
DBTS color index brightgreen black ~U !~h '^List-Id:.*-announce'

DBTS Mutt has to reload mails permanently (from imap) and it takes very long
DBTS time (one PgUp/PgDown refresh per 1-5 seconds).

DBTS Muttrc option header_cache is ignored:
DBTS set header_cache=$HOME/.mutt/cache

DBTS If I do remove (or comment) for color options, then mutt works fine.
--
... mpd is off

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#519448: texlive-base-bin: xdvi does not work with package arial.sty

2009-03-15 Thread Frank Küster
Norman Ramsey n...@eecs.harvard.edu wrote:

 Package: texlive-base-bin
 Version: 2007.dfsg.2-4
 Severity: normal


 File using package arial.sty runs through latex OK but xdvi is unable
 to find the information it needs to build the font:
[...]
 This seems to me like a packaging issue, in that the arial.sty is
 accepted by latex but the actual font cannot be rendered.  Similar
 errors occur when trying to render the font using dvips or pdflatex.

Did that ever work? I think (but I might be wrong) that all the styles
from the pclnfss directory only make sense if you have a pcl printer
with its builtin commercial fonts, and want to use them.  

For previewing, you'd either need a copy of the fonts you bought with
the printer on disk, or a special previewer (Again, IIRC there used to
be one, but I cannot remember its name, nor whether it is still
included, or maybe removed due to licensing issues or bitrot).


Just in case you don't care about pcl and just want to use something
that looks like arial:

\usepackage[scaled=0.9]{helvet}

(maybe the scaling factor could be tweaked a bit).

Regards, Frank
-- 
Frank Küster
Debian Developer (TeXLive)
VCD Aschaffenburg-Miltenberg, ADFC Miltenberg
B90/Grüne KV Miltenberg



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



Bug#519809: virt-manager: virtual machine console does not work with automatically allocated port

2009-03-15 Thread Andreas Unterkircher
Package: virt-manager
Version: 0.6.0-6
Severity: important


When I create a new guest via Virtual Machine Manager, the initial display is
set to VNC with the VNC port automatically allocated. When I now power up the
guest and switch to the console tab, I just see a message:

  Console is not yet active for guest

virt-manager.log then contains:

[Sun, 15 Mar 2009 13:18:10 virt-manager 29289] DEBUG (manager:427) VM test2 
started
[Sun, 15 Mar 2009 13:18:10 virt-manager 29289] DEBUG (details:1042) Got timed 
retry
[Sun, 15 Mar 2009 13:18:10 virt-manager 29289] DEBUG (details:1094) Trying 
console login
[Sun, 15 Mar 2009 13:18:10 virt-manager 29289] DEBUG (details:1108) Graphics 
console configured at vnc://127.0.0.1:-1
[Sun, 15 Mar 2009 13:18:10 virt-manager 29289] WARNING (details:1032) Retrying 
connection in 500 ms
[Sun, 15 Mar 2009 13:18:10 virt-manager 29289] DEBUG (details:1042) Got timed 
retry
[Sun, 15 Mar 2009 13:18:10 virt-manager 29289] DEBUG (details:1094) Trying 
console login
[Sun, 15 Mar 2009 13:18:10 virt-manager 29289] DEBUG (details:1108) Graphics 
console configured at vnc://127.0.0.1:-1
[Sun, 15 Mar 2009 13:18:10 virt-manager 29289] WARNING (details:1032) Retrying 
connection in 1000 ms
[Sun, 15 Mar 2009 13:18:11 virt-manager 29289] DEBUG (details:1042) Got timed 
retry
[Sun, 15 Mar 2009 13:18:11 virt-manager 29289] DEBUG (details:1094) Trying 
console login
[Sun, 15 Mar 2009 13:18:11 virt-manager 29289] DEBUG (details:1108) Graphics 
console configured at vnc://127.0.0.1:-1
[Sun, 15 Mar 2009 13:18:11 virt-manager 29289] WARNING (details:1032) Retrying 
connection in 2000 ms
[Sun, 15 Mar 2009 13:18:13 virt-manager 29289] DEBUG (details:1042) Got timed 
retry
[Sun, 15 Mar 2009 13:18:13 virt-manager 29289] DEBUG (details:1094) Trying 
console login
[Sun, 15 Mar 2009 13:18:13 virt-manager 29289] DEBUG (details:1108) Graphics 
console configured at vnc://127.0.0.1:-1
[Sun, 15 Mar 2009 13:18:13 virt-manager 29289] WARNING (details:1032) Retrying 
connection in 2000 ms
[Sun, 15 Mar 2009 13:18:15 virt-manager 29289] DEBUG (engine:543) Shutting down 
vm 'test2'.
[Sun, 15 Mar 2009 13:18:15 virt-manager 29289] DEBUG (details:1042) Got timed 
retry
[Sun, 15 Mar 2009 13:18:15 virt-manager 29289] DEBUG (details:1094) Trying 
console login
[Sun, 15 Mar 2009 13:18:16 virt-manager 29289] DEBUG (details:1108) Graphics 
console configured at vnc://127.0.0.1:-1
[Sun, 15 Mar 2009 13:18:16 virt-manager 29289] WARNING (details:1032) Retrying 
connection in 2000 ms

When I remove the automatically inserted display adapter and add a new graphic
device (type VNC server) with a manually choosen port (for example 5900), the
console gets displayed correctly. Re-adding back the graphic device with an
automatically allocated VNC ports reproduce the problem with the initial
graphic device.

Cheers,
Andreas

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages virt-manager depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-7The Cairo 2D vector graphics libra
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-4  The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.5-3   Layout and rendering of internatio
ii  librsvg2-common   2.22.2-2lenny1 SAX-based renderer library for SVG
ii  python-dbus   0.82.4-2   simple interprocess messaging syst
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gnome2 2.22.0-1   Python bindings for the GNOME desk
ii  python-gtk-vnc0.3.8-2A VNC viewer widget for GTK+ (Pyth
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-libvirt0.4.6-10   libvirt Python bindings
ii  python-urlgrabber 3.1.0-4A high-level cross-protocol url-gr
ii  python-vte1:0.16.14-4Python bindings for the VTE widget
ii  python2.5 2.5.2-15   An interactive high-level object-o
ii  virtinst  0.400.0-7  Programs to create and clone virtu

Versions of packages virt-manager recommends:
ii  hal   0.5.11-8   Hardware Abstraction Layer
ii  libvirt-bin   0.4.6-10   the programs for the libvirt libra

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

-- no debconf information



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

Bug#519797: jack-audio-connection-kit: enable the firewire (ffado) driver by default

2009-03-15 Thread Adrian Knoth
On Sun, Mar 15, 2009 at 11:13:18AM +0100, Andrea Del Signore wrote:

Hi!

 Compile jackd with the new ffado driver enabled

Sure thing, this is needed for all owners of Firewire Audio boxes not
covered by libfreebob.

It boils down to adding libffado-dev to the build-devs, but we have to
wait for FFADO in Debian, first. (may take only a few days, the package
is almost ready)


The attached patch probably fixes this bug, though I haven't checked
with pbuilder.


HTH

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver

Bei Windows geht prinzipiell gar nix - den Rest nennt man Features.
diff --git a/debian/control b/debian/control
index 5b0db2f..0b82747 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@ Build-Depends: cdbs (= 0.4.26-2),
 	   libraw1394-dev [i386 ia64 alpha amd64 armeb arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
 	   libfreebob0-dev [i386 ia64 alpha amd64 armeb arm hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
 	   libsamplerate-dev,
-	   libcelt-dev
-Standards-Version: 3.7.2
+	   libcelt-dev, libffado-dev [i386 amd64 powerpc ppc64]
+Standards-Version: 3.8.1
 Homepage: http://jackaudio.org/
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/jack-audio-connection-kit.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/jack-audio-connection-kit.git;a=summary


Bug#519055: bridge-utils: Default route set for the wrong interface when configuring with dhcp

2009-03-15 Thread Santiago Garcia Mantinan
 Yes, NetworkManager and its gnome client are running. But I remember
 reading just recently that under Debian it is patched such that it
 only picks up on auto interfaces. In fact, in the nm-applet I only see
 br0, not eth2, and when I go into the settings (I've not really looked
 at it / used it before, just somehow found its way onto my system) it
 says br0 - never under wired connections.

Of all the info you are giving me... the most suspicious part is this, as I
don't use gnome I don't know how it works or what it does, but I've seen
several network managers do really weird things. So if you could somehow
disable this, either by uninstalling that part of gnome or by disabling it
or not running gnome for some time just to see if things would work that way
and that way determine if the gnome guys can somehow be responsable for this
and ask them to help on this.

 Aside from that the only other noteworthy package I use (this is on a
 desktop btw), is virtualbox - which was also the reason I setup the
 bridge. But, aside from loading the vobxnetflt module, this problem
 occurs before I start virtualbox.

Thanks for pointing this out, I know virtualbox, but I don't know what
vboxnetflt does, so if you can explain this a little bit, it would be
great. For what I know virtualbox loads its modules on startup, so even
though I doubt it can be responsable for this, It could be, as it is doing
things on our startup. How are you using this? I mean...

1- you are loading the vbox modules and not running virtualbox and already
seing this bug, right?

2- how are you using virtualbox, why are you using a bridge with it?
Please elaborate a bit on your network setup (you use eth2 bound to br0, how
about eth0, eth1, ... how does virtualbox relate to the network interfaces,
attaches using nat, host interface, ... and which interface it uses, ...)

3- add any other thing you think could help us here :-)

Sorry, I'm not being of much help here, but I don't know what can be causing
all this, I'm trying to get enough info so that I can try to setup something
similar here that replicates the problem so that I can trace it.

Regards...
-- 
Manty/BestiaTester - http://manty.net



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



Bug#519811: [samba] crashing while browsing samba server

2009-03-15 Thread Stephane APIOU

Package: samba
Version: 2:3.3.1-1
Severity: normal

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

The samba server is crashing while browsing, printing or displaying
directories on the samba server from a distant PC.

Here is the resulting file sent by mail by samba server after the crash.

The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 976 (/usr/sbin/smbd).

This means there was a problem with the program, such as a segfault.
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred.  The Samba log
files may contain additional information about the problem.

If the problem persists, you are encouraged to first install the
samba-dbg package, which contains the debugging symbols for the Samba
binaries.  Then submit the provided information as a bug report to
Debian.  For information about the procedure for submitting bug reports,
please see http://www.debian.org/Bugs/Reporting or the reportbug(1)
manual page.

[Thread debugging using libthread_db enabled]
[New Thread 0xb7a9b6e0 (LWP 976)]
0xb7fc8424 in __kernel_vsyscall ()
#0  0xb7fc8424 in __kernel_vsyscall ()
#1  0xb7be9e83 in waitpid () from /lib/i686/cmov/libc.so.6
#2  0xb7b844eb in ?? () from /lib/i686/cmov/libc.so.6
#3  0xb7d7e3cd in system () from /lib/i686/cmov/libpthread.so.0
#4  0x081eb879 in smb_panic (why=0x8589373 internal error) at 
lib/util.c:1679

#5  0x081d7427 in sig_fault (sig=6) at lib/fault.c:46
#6  signal handler called
#7  0xb7fc8424 in __kernel_vsyscall ()
#8  0xb7b76640 in raise () from /lib/i686/cmov/libc.so.6
#9  0xb7b78008 in abort () from /lib/i686/cmov/libc.so.6
#10 0xb7b6f5ce in __assert_fail () from /lib/i686/cmov/libc.so.6
#11 0xb7c15def in ?? () from /lib/i686/cmov/libc.so.6
#12 0xb7b78c87 in ?? () from /lib/i686/cmov/libc.so.6
#13 0xb7b791b9 in qsort_r () from /lib/i686/cmov/libc.so.6
#14 0xb7c14e55 in getaddrinfo () from /lib/i686/cmov/libc.so.6
#15 0x081edf56 in interpret_string_addr_internal (ppres=value optimized 
out,

   str=0xbf9e372c deathstar, flags=34) at lib/util_sock.c:114
#16 0x081ee15d in get_mydnsfullname () at lib/util_sock.c:2032
#17 0x081ec25c in get_mydnsdomname (ctx=0x9206c38) at lib/util.c:1378
#18 0x0846ef34 in ntlmssp_server_negotiate (ntlmssp_state=0x91f9e10, 
request=
 {data = 0x9206e08 NTLMSSP, length = 40, free = 0x81e834d 
free_data_blob}, reply=0xbf9e39a4) at libsmb/ntlmssp.c:569

#19 0x0846d27e in ntlmssp_update (ntlmssp_state=0x91f9e10, in=
 {data = 0x9206e08 NTLMSSP, length = 40, free = 0x81e834d 
free_data_blob}, out=0xbf9e39a4) at libsmb/ntlmssp.c:342
#20 0x08233e91 in auth_ntlmssp_update (auth_ntlmssp_state=0x91fc4d0, 
request=
 {data = 0x9206e08 NTLMSSP, length = 40, free = 0x81e834d 
free_data_blob}, reply=0xbf9e39a4) at auth/auth_ntlmssp.c:213

#21 0x084374d6 in reply_sesssetup_and_X_spnego (req=0x920f9c8)
   at smbd/sesssetup.c:841
#22 0x08437dc5 in reply_sesssetup_and_X (req=0x920f9c8)
   at smbd/sesssetup.c:1433
#23 0x080e37d8 in switch_message (type=115 's', req=0x920f9c8, size=240)
   at smbd/process.c:1486
#24 0x080e5d88 in smbd_process () at smbd/process.c:1509
#25 0x080ada8a in main (argc=) at smbd/server.c:1512
The program is running.  Quit anyway (and detach it)? (y or n) [answered 
Y; input not from terminal]


my samba configuration follows:

[global]
workgroup = HOME
server string = %h server (Samba %v)
null passwords = Yes
obey pam restrictions = Yes
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
	passwd chat = *Enter\snew\sUNIX\spassword:* %n\n 
*Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .

syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
wins support = Yes
ldap ssl = no
panic action = /usr/share/samba/panic-action %d
winbind use default domain = Yes
invalid users = root

[homes]
comment = Home Directories
path = /home/%u
create mask = 0700
directory mask = 0700
browseable = No

[printers]
comment = All Printers
path = /tmp
create mask = 0700
guest ok = Yes
printable = Yes
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/printers

[win_c]
comment = disque C de windows
path = /mnt/win_c
force user = stef
force group = stef
read only = No
guest ok = Yes

[win_d]
comment = disque D : compte utilisateurs
path = /mnt/win_d
force user = stef
force group = stef
read only = No
guest ok = Yes

[stock]
comment = Disque fourre tout sous Linux 200 GB !
path = /mnt/stock
force user = stef
force group = stef
read only = No
guest ok = Yes

[Deskjet_6500]
comment = HP Deskjet 6500
path = /tmp
 

Bug#519810: Please build gnunet-server using --with-microhttpd=yes

2009-03-15 Thread Milan Bouchet-Valat
Package: gnunet-server
Version: 0.8.0b-5

Well, I guess you know everything! ;-)

Building gnunet with the option --with-microhttpd=yes at configure time
will enable the HTTP transport, which is really useful. That will add a
dependency on libmicrohttpd5.

You should then change the line
TRANSPORTS = udp tcp nat
in debian/config/gnunetd.conf to
TRANSPORTS = udp tcp http nat


Enabling SMTP support can also be a good thing, using --with-esmtp=yes.
It's not as useful, but it's good to have it if people want to set it up
without rebuilding from source. I'm not sure it's not enabled already,
since the dependency on libesmtp5 is already present. But it should not
added to the default list of transports to load anway.


Thanks!





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



  1   2   3   4   >