Bug#417493: Patch

2007-04-05 Thread Martin Michlmayr
Sorry, I missed some directories.  Here's a complete patch:

--- cone/addressbook.C~ 2007-04-05 11:56:32.0 +0200
+++ cone/addressbook.C  2007-04-05 11:56:47.0 +0200
@@ -45,6 +45,7 @@
 #include list
 #include set
 #include map
+#include algorithm
 
 #include addressbookinterfacemail.H
 #include addressbookinterfaceldap.H
--- cone/configscreen.C~2007-04-05 11:57:42.0 +0200
+++ cone/configscreen.C 2007-04-05 11:57:49.0 +0200
@@ -30,6 +30,7 @@
 
 #include sstream
 #include errno.h
+#include algorithm
 
 extern struct CustomColor color_misc_promptColor;
 extern struct CustomColor color_misc_inputField;
--- cone/curseshierarchy.C~ 2007-04-05 12:01:47.0 +0200
+++ cone/curseshierarchy.C  2007-04-05 12:02:04.0 +0200
@@ -32,6 +32,7 @@
 #include acl.H
 #include errno.h
 #include set
+#include algorithm
 
 using namespace std;
 
--- cone/hierarchy.C~   2007-04-05 12:06:25.0 +0200
+++ cone/hierarchy.C2007-04-05 12:06:46.0 +0200
@@ -16,6 +16,7 @@
 #include libmail/mail.H
 
 #include queue
+#include algorithm
 
 using namespace std;
 
--- cone/init.C~2007-04-05 12:06:47.0 +0200
+++ cone/init.C 2007-04-05 12:06:53.0 +0200
@@ -28,6 +28,7 @@
 #include messagesize.H
 #include string
 #include iostream
+#include climits
 
 #include init.H
 #include buildversion.H
--- cone/gpg.C~ 2007-04-05 12:06:58.0 +0200
+++ cone/gpg.C  2007-04-05 12:07:05.0 +0200
@@ -21,6 +21,7 @@
 #include wraptext.H
 #include vector
 #include set
+#include algorithm
 #include errno.h
 
 extern char ucheck[];
--- cone/nntpcommand.C~ 2007-04-05 12:07:46.0 +0200
+++ cone/nntpcommand.C  2007-04-05 12:07:55.0 +0200
@@ -11,6 +11,7 @@
 #include gettext.H
 #include errno.h
 #include stdio.h
+#include cstdlib
 
 #include sys/types.h
 #if HAVE_UNISTD_H
--- cone/myfolder.C~2007-04-05 12:08:09.0 +0200
+++ cone/myfolder.C 2007-04-05 12:08:18.0 +0200
@@ -24,6 +24,7 @@
 
 #include errno.h
 
+#include algorithm
 #include sstream
 #include fstream
 #include iomanip
--- cone/mymessage.C~   2007-04-05 12:09:50.0 +0200
+++ cone/mymessage.C2007-04-05 12:10:10.0 +0200
@@ -53,6 +53,7 @@
 #include iomanip
 #include fstream
 #include iostream
+#include algorithm
 
 using namespace std;
 
--- libmail/imaplogin.C~2007-04-05 11:40:39.0 +0200
+++ libmail/imaplogin.C 2007-04-05 11:40:48.0 +0200
@@ -17,6 +17,7 @@
 #include errno.h
 #include stdio.h
 
+#include algorithm
 #include iostream
 #include iomanip
 #include sstream
--- libmail/imap.C~ 2007-04-05 11:39:22.0 +0200
+++ libmail/imap.C  2007-04-05 11:39:31.0 +0200
@@ -21,6 +21,7 @@
 #include unicode/unicode.h
 #include sstream
 #include iomanip
+#include algorithm
 #include stdlib.h
 #include string.h
 #include ctype.h
--- libmail/rfc2047encode.C~2007-04-05 11:46:35.0 +0200
+++ libmail/rfc2047encode.C 2007-04-05 11:50:16.0 +0200
@@ -9,6 +9,8 @@
 #include rfc822/rfc2047.h
 #include mail.H
 
+#include cstdlib
+
 mail::rfc2047::encode::encode(std::string txt, std::string charset)
 {
char *p=rfc2047_encode_str(txt.c_str(), charset.c_str(),
--- libmail/mailtool.C~ 2007-04-05 11:48:27.0 +0200
+++ libmail/mailtool.C  2007-04-05 11:48:35.0 +0200
@@ -23,6 +23,7 @@
 
 #include iostream
 #include iomanip
+#include algorithm
 #include stdlib.h
 #include stdio.h
 #include ctype.h
--- libmail/nntpxover.C~2007-04-05 11:50:00.0 +0200
+++ libmail/nntpxover.C 2007-04-05 11:50:07.0 +0200
@@ -9,6 +9,7 @@
 #include generic.H
 #include envelope.H
 
+#include algorithm
 #include sstream
 
 using namespace std;

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


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



Bug#417893: subversion: Add debconf interface to create repository and setup snvserve

2007-04-05 Thread Max Dmitrichenko
Package: subversion
Version: 1.4.2dfsg1-2
Severity: wishlist

It would be very nice to configure such things as creating the repository and
setting up the server (Apache or svnserve) with a debconf interface. Otherwise
one needs to manually edit Apache/inetd configs which is a bit nasty.

As a prototype for such interface, the cvs package debconf could be taken.

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

Versions of packages subversion depends on:
ii  libapr1 1.2.7-8.2The Apache Portable Runtime Librar
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libsvn1 1.4.2dfsg1-2 Shared libraries used by Subversio

subversion recommends no packages.

-- no debconf information


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



Bug#417815: libc6: localtime dies with : tzfile.c:544: __tzfile_compute: Assertion `num_types == 1' failed

2007-04-05 Thread Sven Luther
On Thu, Apr 05, 2007 at 01:35:22PM +0200, Florian Weimer wrote:
 * Sven Luther:
 
  On Thu, Apr 05, 2007 at 08:46:08AM +0200, Florian Weimer wrote:
  * Sven Luther:
  
   As said, i see this on both an x86 box and my powerbook, but the 
   complete code
   is more involved, having a pselect, as well as a SIGALRM handler, which 
   both
   trigger the localtime_r, as well as a postgresql access and files access.
  
  localtime_r is not async-signal-safe, so this could be a bug in your
  program.
 
  Ok, i will give a try of using just localtime.
 
 localtime is not async-signal-safe, either.  A full list of such
 functions is contained in the POSIX standard and probably the GNU libc
 documentation as well.

The documentation which was stripped from debian because of GFDL issues, right
? 
  I thought it may be something such, but maybe the error message
  could be made something more explicit ?
 
 You are asking for a general detection mechanism for race conditions,
 which is not really feasible for production code.
 
  I guess the assertion is to check if more than one version of
  localtime_r is working then ?
 
 If you invoke a function which is not async-signal-safe from a signal
 handler, all bets are off.  That sanity check doesn't check for the
 race condition, it merely catches the inconsistency caused by it (from
 time to time).
 
 (All this assumes that your bug is caused by improper use of a signal
 handler.  Keep in mind that this is not necessarily the case.  But you
 should fix that aspect of your code nevertheless.)

Yes, i use localtime / getoftime / time from the signal handler, yes, i guess
that is causing the problem i m seeing. Need to find another way to find the
time from a handler.

maybe using the timer_create thingy, but it is also undocumented.

Friendly,

Sven Luther


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



Bug#417901: [Pkg-blender-maintainers] Bug#417901: blender: Use new icon theme

2007-04-05 Thread Cyril Brulebois
tags 417901 confirmed
thanks

Sven Arvidsson [EMAIL PROTECTED] (05/04/2007):
 Part of this bug report comes from observations of the Ubuntu
 package, I guess you sync changes between the two and that this
 will apply to the next version in debian, but if I'm wrong, I
 apologise in advance.

I'm quite new to the team, but I didn't observe any feedback from Ubuntu
until now. Anyway, no need to apologize. ;)

 Blender 2.43 comes with a great new icon theme[0], following the
 freedesktop specification[1]. It's included in the sources
 (release/freedesktop/icons) but does not seem to be used by the
 package yet. It would be great if it could be set as default for any
 DE following the freedesktop specification (KDE, GNOME, XFCE). The
 Debian menu entry, however, seem to still require the XPM icon.

Alright, I prepared a 2.43 package some time ago, which is still missing
an appropriate copyright file (that's why it isn't uploaded yet); I'll
have a look at this quite soon.

 On a similar note, I noticed that you don't run
 update-desktop-database after installing the blender.desktop file.
 This is needed to update the MIME definitions. You can run it manually
 or use dh_desktop to install the file.

dh_desktop will indeed do the trick. ;)

 I would also suggest you try to get the desktop file included upstream
 so more translations can be added and shared among the distributions.

The manpage has also to be pushed upstream, but we had some more
important things (read: RC bugs) to handle, so it wasn't done, yet.

Thank you for pointing this, that will probably be addressed in the
first upload of the 2.43 version.

Cheers,

-- 
Cyril Brulebois


pgp57BAznJpB5.pgp
Description: PGP signature


Bug#417902: Prevent pieces from flipping when -side lock is used

2007-04-05 Thread Ben Armstrong
Package: xjig
Version: 2.4-11.1
Severity: normal
Tags: patch

When -side 2 (or -side 1) is specified, you can still flip pieces over 
accidentally
by middle clicking them.  This is quite frustrating when it happens, as it is 
far
too easy to accidentally middle click when you meant to middle drag.  I have
attached a patch to disable flipping pieces when -side lock is used.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xjig depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libnetpbm10 2:10.0-11Shared libraries for netpbm
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-6X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar

xjig recommends no packages.

-- no debconf information
diff -ru xjig-2.4/objects.C xjig-2.4.new/objects.C
--- xjig-2.4/objects.C	2007-04-05 09:06:19.0 -0300
+++ xjig-2.4.new/objects.C	2007-04-05 09:04:18.0 -0300
@@ -971,7 +971,7 @@
 }
 
 void MoveablePiece::DispatchPress( XButtonEvent * xbutton ) {
-	if (xbutton-stateControlMask) {
+	if (side_lock0  xbutton-stateControlMask) {
 		// printf( doing the flip ...\n );
 		mystack-Raise(this);
 		FlipOver( Vec2(xbutton-x,xbutton-y) );
@@ -1072,7 +1072,7 @@
 			}
 			turnflag=0;
 	}
-	else if (xbutton-time-start_time300xbutton-button==Button2!(xbutton-state~Button2Mask)) {
+	else if (side_lock0  xbutton-time-start_time300xbutton-button==Button2!(xbutton-state~Button2Mask)) {
 FlipOver(Vec2(xbutton-x,xbutton-y));
 	}
 	else if (xbutton-stateButton1Mask)


Bug#417903: xfce4-weather-plugin: spontaneous CPU consumption after a while

2007-04-05 Thread Vincent van Leeuwen
Package: xfce4-weather-plugin
Version: 0.5.99.1-2
Severity: important

xfce4-weather-plugin seems to work perfectly. However, after some time (several
days to a week?) it starts to use all available CPU time. I've strace'd the
process, and it seems to be stuck in this loop without waiting for anything:

gettimeofday({1175770003, 410099}, NULL) = 0
poll([{fd=3, events=POLLIN}], 1, 0) = 0
recv(6, 0xbfd41a7c, 1023, 0)= -1 EAGAIN (Resource temporarily 
unavailable)
recv(7, 0xbfd41a7c, 1023, 0)= -1 EAGAIN (Resource temporarily 
unavailable)
recv(9, 0xbfd41a7c, 1023, 0)= -1 EAGAIN (Resource temporarily 
unavailable)
recv(11, 0xbfd41a7c, 1023, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
ioctl(3, FIONREAD, [0]) = 0
gettimeofday({1175770003, 410255}, NULL) = 0
poll([{fd=3, events=POLLIN}], 1, 0) = 0
recv(6, 0xbfd41a7c, 1023, 0)= -1 EAGAIN (Resource temporarily 
unavailable)
recv(7, 0xbfd41a7c, 1023, 0)= -1 EAGAIN (Resource temporarily 
unavailable)
recv(9, 0xbfd41a7c, 1023, 0)= -1 EAGAIN (Resource temporarily 
unavailable)
recv(11, 0xbfd41a7c, 1023, 0)   = -1 EAGAIN (Resource temporarily 
unavailable)
ioctl(3, FIONREAD, [0]) = 0

Portion of the output of lsof -n -p pid:
xfce4-wea 21722 vinz0r   CHR1,3   1061 /dev/null
xfce4-wea 21722 vinz1w   REG3,3 495649157  4177982 
/home/vinz/.xsession-errors
xfce4-wea 21722 vinz2w   REG3,3 495649157  4177982 
/home/vinz/.xsession-errors
xfce4-wea 21722 vinz3u  unix 0xe0157e80 237046 socket
xfce4-wea 21722 vinz4r  FIFO0,5 236926 pipe
xfce4-wea 21722 vinz5w  FIFO0,5 236926 pipe
xfce4-wea 21722 vinz6u  IPv4 264526TCP 
10.43.0.34:53922-63.111.69.54:www (ESTABLISHED)
xfce4-wea 21722 vinz7u  IPv4 265263TCP 
10.43.0.34:60234-63.111.69.54:www (ESTABLISHED)
xfce4-wea 21722 vinz8w   REG3,3  4891  5918514 
/home/vinz/.cache/xfce4/weather-plugin/weather_NLXX0013_m.xml
xfce4-wea 21722 vinz9u  IPv4 265589TCP 
10.43.0.34:43677-63.111.69.54:www (ESTABLISHED)
xfce4-wea 21722 vinz   10w  FIFO0,5 236919 pipe
xfce4-wea 21722 vinz   11u  IPv4 265853TCP 
10.43.0.34:52219-63.111.69.54:www (ESTABLISHED)
xfce4-wea 21722 vinz   12w   REG3,3  4891  5918514 
/home/vinz/.cache/xfce4/weather-plugin/weather_NLXX0013_m.xml

Output of top:
  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
21722 vinz  25   0 16248  10m 7976 R 95.7  1.1   5932:42 xfce4-weather-p
 

The only way I've found to stop this is removing the pluging and re-adding and
re-configuring it. It then works normally for another couple of days, and
starts eating CPU again. Changing options or looking at the weather forecast
doesn't seem to influence anything (everything looks normal BTW).

I only noticed this because I also use a CPU monitor plugin. The system
responds normally, so without looking at monitoring tools the problem may
remain unnoticed.

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

Versions of packages xfce4-weather-plugin depends on:
ii  libatk1.0-0   1.12.4-3   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-7   The GTK+ graphical user interface 
ii  libpango1.0-0 1.14.8-5   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libx11-6  2:1.0.3-6  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfce4util4 4.3.99.2-1 Utility functions library for Xfce
ii  libxfcegui4-4 4.3.99.2-1 Basic GUI C functions for Xfce4
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxml2   2.6.27.dfsg-1  GNOME XML library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  

Bug#417904: RM: gonzui [t-p-u]

2007-04-05 Thread Andreas Barth
Package: ftp.debian.org

Hi,

please drop this package from t-p-u, it is not needed (the fix fixes a
bug actually not happening in the etch-version).


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


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



Bug#417815: libc6: localtime dies with : tzfile.c:544: __tzfile_compute: Assertion `num_types == 1' failed

2007-04-05 Thread Florian Weimer
* Sven Luther:

 Yes, i use localtime / getoftime / time from the signal handler, yes, i guess
 that is causing the problem i m seeing. Need to find another way to find the
 time from a handler.

 maybe using the timer_create thingy, but it is also undocumented.

timer_gettime is async-signal-safe according to POSIX.  Perhaps
gettimeofday is as well, as a GNU extension.

Another option is to spawn a separate thread which handles all the
signals.  Then you aren't restricted to the small set of
async-signal-safe functions (and you can use third-party libraries as
well).  Most non-C programming environments use this approach.


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



Bug#373916: hplip: Please remove dependency on python-qt3

2007-04-05 Thread Henrique de Moraes Holschuh
On Thu, 05 Apr 2007, W. Borgert wrote:
 Now, that 1.6.10 will be released with etch, will you consider 
 splitting the package after release? I would very much

Yes, I will.

However, it has been a difficult month, I don't think I will have time to
work on HPLIP for one more month except for security bugs, which is the main
reason 1.7.x has not been packaged for Sid yet.

I won't promise I will split the package in the first upload, but it is in
the radar, now.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#417905: upgrade-reports: sarge to etch when ntp-server is installed

2007-04-05 Thread TSUCHIYA Masatoshi
Package: upgrade-reports
Severity: normal

Hi,

I tried the upgrading method from sarge to etch described in
http://wiki.debian.org/Sarge2EtchUpgradeBlackboard.

I noticed that several packages including `ntp' was not upgraded after
calling `aptitude dist-upgrade' if `ntp-server' package had been
installed.

In order to resolve this problem, I have just called `apt-get dist-upgrade'
after calling `aptitude dist-upgrade'.  Actually, this command resolve
this problem, but, I think that this is the wrong way to fix it.
I'd like to know the right way to fix it.

Regards,

-- 
TSUCHIYA Masatoshi


pgpLImY6yqBVs.pgp
Description: PGP signature


Bug#417906: smlnj: include ml-antlr and ml-ulex

2007-04-05 Thread Achim D. Brucker
Package: smlnj
Version: 110.62-1
Severity: wishlist


Since version 110.60 sml/NJ includes two new parser-generator
tools: ml-ulex, ml-antlr. 
It would be very nice, if you could also provide packages for 
these tools.

Thanks for your work! 

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (650, 'testing'), (100, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages smlnj depends on:
ii  smlnj-runtime 110.62-1   Standard ML of New Jersey runtime 

smlnj recommends no packages.

-- no debconf information


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



Bug#417898: /etc/cron.daily/beagle-crawl-system returns 1 : error on FileAttributesStore.db-journal

2007-04-05 Thread Olivier Berger
Le jeudi 05 avril 2007 à 13:50 +0200, Jose Carlos Garcia Sogo a écrit :
  Which filesystem are you using? 

ext3 mounted from /dev/hda2 for / , /var being inside / ...

If that can help.

 I would like to know which application
 has written there that FileAttributeStore.db-journal file, as as you can
 read in the error message, it is not being deleted by Beagle. IF this
 file is a beagle temporary file, it shouldn't have any problem deleting
 it. If it has generated by some other app, it is normal the problem
 occur.
 
  Anyway, deleting that file should make things work again.
 

OK, I'll delete it, and tell you if something happens...

Best regards,
-- 
Olivier BERGER [EMAIL PROTECTED]
Ingénieur Recherche - Dept INF
INT Evry (http://www.int-evry.fr)
OpenPGP-Id: 1024D/6B829EEC






Bug#417609: svn-buildpackage: Please add svn-debuild, svn-debrelease, svn-debc, and svn-debi

2007-04-05 Thread Magnus Holmgren
On Tuesday 03 April 2007 22:08, Eddy Petrișor wrote:
  cvs-buildpackage have cvs-debuild, cvs-debrelease, cvs-debc, and cvs-debi
  wrappers. I miss them (OK, not so much debi) when I'm in an
  svn-buildpackage

 Can't these be emulated via the --svn-builder parameter?

I'm not sure; I haven't tried all parameters. But svn-buildpackage(1) 
says: WARNING: shell quotation rules do not completely apply here, better 
use wrappers for complex constructs. Using this option may 
break --svn-lintian, --svn-linda and --svn-move functionality. Some functions 
may be disabled when a custom build command is used because the output file 
location is not predictable. Interestingly, cvs-buildpackage has no 
comparable warning; however cvs-debuild(1) explains that This cannot simply 
be accomplished using the -C option of cvs-buildpackage, as it does not know 
how to handle all of the special debuild options.

-- 
Magnus Holmgren[EMAIL PROTECTED]


pgpyzlvMkz1V7.pgp
Description: PGP signature


Bug#373916: hplip: Please remove dependency on python-qt3

2007-04-05 Thread Andrew Malcolmson

On Thu, 5 Apr 2007 09:23:34 -0300, Henrique de Moraes Holschuh
...
 However, it has been a difficult month, I don't think I will have time to
 work on HPLIP for one more month except for security bugs, which is the
 main
 reason 1.7.x has not been packaged for Sid yet.

Is there anything someone with Python knowledge can do to help with
these?
---
Andrew Malcolmson



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



Bug#417386: [EMAIL PROTECTED]: Re: Transaction support in SQLite-PHP]

2007-04-05 Thread John Morrissey
- Forwarded message from Bruno Fleisch [EMAIL PROTECTED] -

Date: Thu, 05 Apr 2007 10:00:41 +0200
From: Bruno Fleisch [EMAIL PROTECTED]
To: John Morrissey [EMAIL PROTECTED]
Subject: Re: Transaction support in SQLite-PHP

Selon John Morrissey [EMAIL PROTECTED]:

 On Wed, Apr 04, 2007 at 09:33:36AM +0200, Bruno Fleisch wrote:
  My deepest apologies - I thought this patch was already committed. I can
  manage to find it on my backups - could you forward it to me ? I have an
  other patch to merge (better support for BLOB columns), and will prepare a
  new release.

 It's attached. Thanks!

 john
 --

Hi John,

Thanks! The new release is available at this location:
http://sourceforge.net/project/showfiles.php?group_id=150569

Best regards,

Bruno

- End forwarded message -


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



Bug#417257: Bug#398296 closed by Jose Carlos Garcia Sogo [EMAIL PROTECTED] (Bug#417257: fixed in beagle 0.2.16-4)

2007-04-05 Thread Simon Paillard
reopen 417257
thanks

On Thu, Apr 05, 2007 at 12:12:04PM +, Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 #398296: kino: new upstream version 0.9.5 available,
 which was filed against the kino package.
 
 It has been closed by Jose Carlos Garcia Sogo [EMAIL PROTECTED].
[..]
 Date: Thu, 05 Apr 2007 13:37:15 +0200
 Source: beagle
 Changed-By: Jose Carlos Garcia Sogo [EMAIL PROTECTED]
* Apply patch from O.S. Systems (Closes: #417257)

Hello,

#417257 is a kino bug, not a beagle one.
Reopening #417257.

Regards

-- 
Simon Paillard


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



Bug#417858: Strange time differential in the log (via syslogd)

2007-04-05 Thread Paul Slootman
On Wed 04 Apr 2007, Wakko Warner wrote:

 Package: rsync
 Version: 2.6.9-3
 Severity: normal
 
 I have one system that does an update of another via rsync when one machine
 is running rsync as a daemon (IE, rsh/ssh not being used as the transport)
 
 The log shows this:
 Apr  4 20:32:05 vegeta rsyncd[31217]: connect from nail
 Apr  4 20:32:05 vegeta rsyncd[31217]: rsync on debian/pool/ from nail
 Apr  5 00:32:05 vegeta rsyncd[31217]: building file list 
 Apr  5 00:34:44 vegeta rsyncd[31217]: sent 363012298 bytes  received 17763
 bytes  total size 92369457939 
 
 Apparently those last 2 lines are in UTC time instead of EDT time.  No, it

It's a known problem upstream, and it seems to be related with how glibc
handles its timezone data. If my assumptions are correct, you have this
rsync module configured to do a chroot. After the chroot, rsync (or
rather, glibc) can't find the timezone data, and falls back to UTC.

Rsync already does its best to initialize the timezone data before the
chroot, but apparently glibc wants continued access to the timezone
data. On most systems the rsync approach works, only on linux the log
timestamps are wrong when rsync chroots.

If it's a real problem, then to workaround you need to copy the
necessary timezone files to the chroot, although in practice that is
probably not workable :(


Paul Slootman


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



Bug#417909: libnzb - FTBFS: error: cannot run /bin/sh ./config.sub

2007-04-05 Thread Bastian Blank
Package: libnzb
Version: 0.0.20050629-3
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of libnzb_0.0.20050629-3 on debian-31.osdl.marist.edu by 
 sbuild/s390 98
[...]
 checking whether s390-linux-gnu-g++ accepts -g... yes
 configure: error: cannot run /bin/sh ./config.sub
 make: *** [config.status] Error 1
 **
 Build finished at 20070405-0316
 FAILED [dpkg-buildpackage died]

Bastian

-- 
I object to intellect without discipline;  I object to power without
constructive purpose.
-- Spock, The Squire of Gothos, stardate 2124.5


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



Bug#416501: can't obtain nothng useful

2007-04-05 Thread Alessandro Ogier
... apart some ugly

echo $DAEMON_ARGS | xargs start-stop-daemon blahblah

The problem is probably lying arounf package getopt's routines, it's
still broken and i will not longer care too  (cause my local working
hacks for having it working).

this isn't a good day, bu the problem is apparently too lame for not
making me appear as dumb i'm not.


greetz,
-- 
:(){ :|:};:
Alessandro Ogier [EMAIL PROTECTED]
gpg --keyserver pgp.mit.edu --recv-keys EEBB4D0D

Universita` degli Studi di Milano - Bicocca
Sistemi Informativi
Via Cozzi 53 - I 20125 Milano Italy
Tel. +39 02 6448 5526



signature.asc
Description: OpenPGP digital signature


Bug#417910: Bug

2007-04-05 Thread TJ

Package: opera

Version: 9.10-20061

I have debian unstable. I updated with aptitude yesterday, and then i
can't start the program.
If i try to launch from command line then i get the next message:
ERROR: ld.so object 'libjvm.so' from LD_PRELOAD cannot be preloaded: ignored
ERROR: ld.so object 'libawt.so' from LD_PRELOAD cannot be preloaded: ignored

I reported the bug to Opera too because i didn't know where i should send.


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



Bug#417912: lintian: tells about missing manpage on incorrect _binary_ location

2007-04-05 Thread Eduard Bloch
Package: lintian
Version: 1.23.28
Severity: normal

Hello,

due to a packaging bug we got the binaries installed into the wrong
location:

/usr/bin/bin
/usr/bin/bin/svn-inject
/usr/bin/bin/svn-buildpackage
/usr/bin/bin/svn-upgrade

However, instead of identifying that and saying something like inproper
subdirectory /usr/bin/bin lintian keeps telling:

W: svn-buildpackage: manpage-has-errors-from-man 
usr/share/man/man1/svn-inject.1.gz 53: warning: can't find numbered character 
195
W: svn-buildpackage: manpage-has-errors-from-man usr/share/man/man1/uclean.1.gz 
22: warning: can't find numbered character 195
W: svn-buildpackage: manpage-has-errors-from-man 
usr/share/man/man1/svn-buildpackage.1.gz 211: warning: can't find numbered 
character 195
W: svn-buildpackage: manpage-has-errors-from-man 
usr/share/man/man1/svn-upgrade.1.gz 43: warning: can't find numbered character 
195
W: svn-buildpackage: binary-without-manpage SDCommon.pm
W: svn-buildpackage: binary-without-manpage svn-buildpackage.1
W: svn-buildpackage: binary-without-manpage svn-inject.1
W: svn-buildpackage: binary-without-manpage svn-upgrade.1
W: svn-buildpackage: binary-without-manpage uclean.1
W: svn-buildpackage: executable-not-elf-or-script 
./usr/bin/share/man/man1/uclean.1
W: svn-buildpackage: executable-not-elf-or-script 
./usr/bin/share/man/man1/svn-inject.1
W: svn-buildpackage: executable-not-elf-or-script 
./usr/bin/share/man/man1/svn-upgrade.1
W: svn-buildpackage: executable-not-elf-or-script 
./usr/bin/share/svn-buildpackage/SDCommon.pm
W: svn-buildpackage: executable-not-elf-or-script 
./usr/bin/share/man/man1/svn-buildpackage.1

At least on the last files one can guess that something is wrong, but it is not 
obvious. It should better display the whole path after binary-without-manpage 
or the last path of the part after /usr/bin.

Eduard.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages lintian depends on:
ii  binutils   2.17-3The GNU assembler, linker and bina
ii  diffstat   1.43-2produces graph of changes introduc
ii  dpkg-dev   1.13.25   package building tools for Debian
ii  file   4.20-1Determines file type using magic
ii  gettext0.16.1-1  GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libparse-debianchangel 1.0-1 parse Debian changelogs and output
ii  man-db 2.4.3-6   The on-line manual pager
ii  perl [libdigest-md5-pe 5.8.8-7   Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information


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



Bug#417609: svn-buildpackage: Please add svn-debuild, svn-debrelease, svn-debc, and svn-debi

2007-04-05 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Magnus Holmgren wrote:
 On Tuesday 03 April 2007 22:08, Eddy Petrișor wrote:
 cvs-buildpackage have cvs-debuild, cvs-debrelease, cvs-debc, and cvs-debi
 wrappers. I miss them (OK, not so much debi) when I'm in an
 svn-buildpackage
 Can't these be emulated via the --svn-builder parameter?
 
 I'm not sure; I haven't tried all parameters. But svn-buildpackage(1) 
 says: WARNING: shell quotation rules do not completely apply here, better 
 use wrappers for complex constructs. Using this option may 
 break --svn-lintian, --svn-linda and --svn-move functionality. Some functions 
 may be disabled when a custom build command is used because the output file 
 location is not predictable. Interestingly, cvs-buildpackage has no 
 comparable warning; however cvs-debuild(1) explains that This cannot simply 
 be accomplished using the -C option of cvs-buildpackage, as it does not know 
 how to handle all of the special debuild options.

Interestingly enough, Eduard Bloch has worked exactly on this issue
dues to #406811/#405437/#408696, so this warning should go away anyway.

- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGFPItY8Chqv3NRNoRAv5mAKClDYjh3pC5Yx98q+zjhUsz/sqXkACgk/rX
aJRjFoMS0srcv/LYTEef3k4=
=jrO0
-END PGP SIGNATURE-


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



Bug#417835: heartbeat: IPv6addr fails on etch

2007-04-05 Thread Philipp Kolmann
On Wed, Apr 04, 2007 at 04:47:32PM -0700, Simon Horman wrote:
 On Wed, Apr 04, 2007 at 09:10:02PM +0200, Philipp Kolmann wrote:
  Package: heartbeat
  Version: 1.2.5-3
  Severity: important
  
  Hi,
  
  today I upgraded my cluster to etch and wanted to test the failover settings
  but this completely failed. After some debugging I found out, that the
  IPv6addr script fails.
  
  Looking deeper into this issue, it seems that the function 
  is_addr6_available
  checks the reply for a ICMPV6_ECHO_REQUEST but fails here:
  
  if (0 != memcmp(local, addr.sin6_addr,sizeof(local))) {
  
  It seems that in etch addr.sin6_addr isn't '::1'.
  
  I tried it with a sarge test system and there it works. (addr.sin6_addr ==
  '::1').
  
  I am not sure if this is a heartbeat or kernel problem, but a fix would be
  very welcome.
  
  Tell me, if you need any info to help fix this issue.
 
 Hi Philipp,
 
 thanks for pointing this out. I did a quick check of
 is_addr6_available() in the linux-ha 2.0 tree and it seems that this
 local check has been removed all together - though I am not sure why. I
 wonder if this would also be a good apprach to take to side-step the
 problem that you have found in 1.2.5.
 
 The (untested) patch belows shows what I am thinking about.
 Is it possible for you to see if this solves the problem that you are
 seeing?
 
 I have CCed the linux-ha-dev list, so the linux-ha developers can
 pass their eyes over this. Its a subscriber only list.
 
 For the linux-ha people, this (Debian) bug can be seen at 
 http://bugs.debian.org/417835, and posting to
 [EMAIL PROTECTED] will log against it.

Hi Simon,

thanks for looking into this. I did some more testing yesterday and today and
found the same like you.

My problem now after disabling the local check is, that in send_ua at if
(libnet_write(l) == -1) I get the following glibc error:

*** glibc detected *** free(): invalid next size (fast): 0x005042e0
***
Aborted

in gdb I get the following bt:

*** glibc detected *** free(): invalid next size (fast): 0x005042e0
***

Program received signal SIGABRT, Aborted.
[Switching to Thread 47816971899424 (LWP 27541)]
0x2b7d413c907b in raise () from /lib/libc.so.6
(gdb) bt
#0  0x2b7d413c907b in raise () from /lib/libc.so.6
#1  0x2b7d413ca84e in abort () from /lib/libc.so.6
#2  0x2b7d413ff629 in __fsetlocking () from /lib/libc.so.6
#3  0x2b7d41406193 in mallopt () from /lib/libc.so.6
#4  0x2b7d4140621e in free () from /lib/libc.so.6
#5  0x2b7d41290b6b in libnet_write () from /usr/lib/libnet.so.1
#6  0x00401c74 in send_ua (src_ip=0x7fff69b7f360, if_name=value
optimized out) at IPv6addr.c:372
#7  0x004026a9 in main (argc=value optimized out, argv=value
optimized out) at IPv6addr.c:261

The IP Adress is set correctly, but the checks to verify fail.

For your information the ldd of the binary:

ldd .libs/IPv6addr 
libplumb.so.0 = /usr/lib/libplumb.so.0 (0x2b43ed141000)
libglib-1.2.so.0 = /usr/lib/libglib-1.2.so.0 (0x2b43ed255000)
libnet.so.1 = /usr/lib/libnet.so.1 (0x2b43ed38)
libc.so.6 = /lib/libc.so.6 (0x2b43ed499000)
libuuid.so.1 = /lib/libuuid.so.1 (0x2b43ed6d6000)
librt.so.1 = /lib/librt.so.1 (0x2b43ed7da000)
libdl.so.2 = /lib/libdl.so.2 (0x2b43ed8e3000)
/lib64/ld-linux-x86-64.so.2 (0x2b43ed029000)
libpthread.so.0 = /lib/libpthread.so.0 (0x2b43ed9e6000)

Thanks for any help
Philipp Kolmann

-- 
The more I learn about people, the more I like my dog!


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



Bug#417911: systemimager: Support for AMD64

2007-04-05 Thread Valentin Vidic
Package: systemimager
Version: Support for AMD64
Severity: wishlist


Can we please have systemimager-boot-amd64-standard? Most of the new
CPUs are AMD64/EM64T and I see that there is already an rpm for this in
sourceforge. Let me know if there is anything I can do to help.

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


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



Bug#417913: ark: Does not compress anything from Konqueror's context menu if URL starts with system:/

2007-04-05 Thread Teemu Likonen
Package: ark
Version: 4:3.5.5-3
Severity: normal

When browsing files with Konqueror, user starts usually with URL
system:/home. Ark functions included in Konqueror's context menus
can't handle such URLs. For example if I select Compress - Compress as
somepackage.tar.gz, Ark opens the Please wait window, but it lasts
forever. No package is created. Compressing from context menus works
just fine, if Konqueror's location URL is traditional /home/user/ path.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages ark depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libacl12.2.41-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.8-3 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libfam02.7.0-12  Client library to control the FAM 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages ark recommends:
ii  bzip2 1.0.3-6high-quality block-sorting file co
pn  ncompress none (no description available)
pn  p7zip-fullnone (no description available)
ii  unzip 5.52-9 De-archiver for .zip files
ii  zip   2.32-1 Archiver for .zip files
pn  zoo   none (no description available)

-- no debconf information


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



Bug#417914: BUG: unable to handle kernel paging request at virtual address f57fc030

2007-04-05 Thread Tony Lewis
Package: linux-image-2.6.18-4-xen-vserver-686
Version: 2.6.18.dfsg.1-12
Severity: important


When I try to insert the module for either VMware or VirtualBox, I get a kernel 
oops.

dmesg says:
---
BUG: unable to handle kernel paging request at virtual address f57fc030
 printing eip:
eeac901a
2917c000 - *pde = :c698d001
2918d000 - *pme = :072ff067
012ff000 - *pte = :
Oops:  [#1]
SMP
Modules linked in: vboxdrv xt_tcpudp xt_physdev iptable_filter ip_tables 
x_tables bridge netloop button ac battery ipv6 
dvb_bt8xx nxt6000 sp887x dst_ca dst cx24110 or51211 zl10353 lgdt330x 
saa7134_dvb dvb_pll mt352 video_buf_dvb dvb_core 
nxt200x tda1004x loop btaudio bt878 snd_intel8x0 tuner snd_ac97_codec 
snd_ac97_bus snd_pcm snd_timer snd snd_page_alloc 
saa7134 ir_kbd_i2c bttv video_buf firmware_class ir_common compat_ioctl32 
i2c_algo_bit btcx_risc tveeprom videodev 
v4l1_compat v4l2_common i810_audio rtc psmouse serio_raw floppy ac97_codec 
serial_core shpchp parport_pc parport soundcore 
i2c_i801 i2c_core intel_agp pci_hotplug pcspkr agpgart evdev reiserfs dm_mirror 
dm_snapshot dm_mod ide_generic ide_cd cdrom 
ide_disk usbhid piix ata_piix libata scsi_mod generic ide_core tg3 ehci_hcd 
uhci_hcd usbcore thermal processor fan
CPU:0
EIP:0061:[eeac901a]Not tainted VLI
EFLAGS: 00010286   (2.6.18-4-xen-vserver-686 #1)
EIP is at VBoxSupDrvInit+0x1a/0x1bb [vboxdrv]
eax: f57fc000   ebx: eeb2dce0   ecx: eeb2dce0   edx: eeb2dce0
esi: eb010800   edi: eb010b68   ebp: eb010b38   esp: e91a1ec8
ds: 007b   es: 007b   ss: 0069
Process modprobe (pid: 6899[#49159], ti=e91a task=ec6db5f0 task.ti=e91a)
Stack: c02e022c eeb2dce0 0001 eb010b38 eeb2dce0 eb010800 eb010b68 eb010b38
   c0139e69 ee1a367e  eeb2dce0    
          
Call Trace:
 [c0139e69] sys_init_module+0x16c3/0x1846
 [ee1a367e] journal_end+0xad/0xb2 [reiserfs]
 [c0104883] syscall_call+0x7/0xb
Code:  Bad EIP value.
EIP: [eeac901a] VBoxSupDrvInit+0x1a/0x1bb [vboxdrv] SS:ESP 0069:e91a1ec8
---

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-xen-vserver-686
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-4-xen-vserver-686 depends on:
ii  initramfs-tools 0.85ftools for generating an initramfs
ii  linux-modules-2.6.18-4- 2.6.18.dfsg.1-12 Linux 2.6.18 modules on i686

Versions of packages linux-image-2.6.18-4-xen-vserver-686 recommends:
ii  libc6-xen   2.3.6.ds1-13 GNU C Library: Shared libraries [X

-- no debconf information


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



Bug#283922: LDAPv3

2007-04-05 Thread schönfeld / in-medias-res.com
Hi,

Anthony Callegaro schrieb:
 Hey there,
 
 This is indeed due to Mantis not supporting LDAP v3. To solve it you
 need to add  @ldap_set_option($t_ds, LDAP_OPT_PROTOCOL_VERSION, 3); in
 file /usr/share/mantis/www/core/ldap_api.php.
 
 Patrick, is there anyway that this could be included in the Debian
 package so we wouldn't have to modify it after each upgrade ?

yes, if that solves the problem i can incorporate this change into the
next upload. I'm trying to make it ready as soon as i can as 1.0.7 has
been released recently.

Best Regards

Patrick



signature.asc
Description: OpenPGP digital signature


Bug#417916: Simulate an initial End keypress to bring all pieces into view

2007-04-05 Thread Ben Armstrong
Package: xjig
Version: 2.4-11.1
Severity: wishlist

Please simulate an initial End keypress so that when you start working on the
puzzle, all pieces are in view.  Children using xjig who know how to use the
mouse but don't yet read well are not as comfortable using keys as they are
click and dragging things.  By bringing all pieces into view when the program
starts, we don't have to teach kids to locate and press the End key to do
that.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages xjig depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libnetpbm10 2:10.0-11Shared libraries for netpbm
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-6X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar

xjig recommends no packages.

-- no debconf information


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



Bug#417917: openafs-modules-source: removing openafs kernel module causes kernel error, reinsertion fails

2007-04-05 Thread Stefan Kluth


Subject: openafs-modules-source: removing openafs kernel module causes kernel 
error, reinsertion fails
Package: openafs-modules-source
Version: 1.4.2-6
Severity: grave
Justification: renders package unusable

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

After /etc/init.d/openafs-client stop I get from dmesg

...

COLD shutting down of: CB... afs... BkG... CTrunc... AFSDB... RxEvent... 
UnmaskRxkSignals... RxListener...
slab error in kmem_cache_destroy(): cache `afs_inode_cache': Can't free all 
objects
 [c015839f] kmem_cache_destroy+0x7c/0x11e
 [f8dfa5a6] cleanup_module+0x1e/0x53 [openafs]
 [c0135c81] sys_delete_module+0x1ad/0x1d4
 [c014ddc2] remove_vma+0x31/0x36
 [c014e674] do_munmap+0x181/0x19b
 [c0102c11] sysenter_past_esp+0x56/0x79

...

and after /etc/init.d/openafs-client force-start

Found system call table at 0xc02834c0 (pattern scan)
kmem_cache_create: duplicate cache afs_inode_cache
 [c0157fa5] kmem_cache_create+0x41b/0x450
 [c011d97e] printk+0x14/0x18
 [f8debef8] afs_init_inodecache+0x1d/0x2e [openafs]
 [f8debf09] init_once+0x0/0xc [openafs]
 [f8824020] init_module+0x20/0x8f [openafs]
 [c01358c1] sys_init_module+0x16c3/0x1846
 [c0102c11] sysenter_past_esp+0x56/0x79

and openafs said

lapkluth2:~# /etc/init.d/openafs-client force-start
Starting AFS services:FATAL: Error inserting openafs (/lib/modules/2.6.18-4-686/fs/openafs.ko): Cannot allocate 
memory


Failed to load AFS kernel module, not starting AFS


This behaviour started after the recent kernel upgrade to 
2.6.18.dfsg.1-12.  The module was built with m-a auto-install which 
reported no errors.


As a result stop/start of openafs-client is impossible (without a reboot) 
and thus for a mobile user it is unusable.


Cheers, Stefan

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

Versions of packages openafs-modules-source depends on:
ii  bison   1:2.3.dfsg-4 A parser generator that is compati
ii  debhelper   5.0.42   helper programs for debian/rules
ii  flex2.5.33-11A fast lexical analyzer generator.
ii  module-assistant0.10.8   tool to make module package creati

openafs-modules-source recommends no packages.

-- no debconf information

-- Stefan Kluth, PhD  Wissenschaftler -
-  MPI fuer Physik -  phone:  +49 89 32354 468  -  ATLAS  -
-  Foehringer Ring 6   -  fax:+49 89 32354 305  -  OPAL  -
-- D-80805 Munich, Germany -- e-mail: [EMAIL PROTECTED] -



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



Bug#417918: slimserver : [INTL:pt] Portuguese translation for debconf messages

2007-04-05 Thread Traduz - Portuguese Translation Team

Package: slimserver
Version: 6.3.0-5
Tags: l10n, patch
Severity: wishlist

Portuguese translation for slimserver's debconf messages.
Translator: Miguel Figueiredo elmig _at_ debianpt.org
Feel free to use it.

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


--
Best regards,

Rui Branco
Traduz - Portuguese Translation Team
http://www.DebianPT.org






































pt.po
Description: application/gettext


Bug#417920: mirror submission for mirror.fadesp.org.br

2007-04-05 Thread Bruno Guerreiro Diniz
Package: mirrors
Severity: wishlist

Site: mirror.fadesp.org.br
Submission-Type: new
Type: leaf
CDImage-http: /debian-cd/
Mirrors-from: mirrors.kernel.org
Archive-architecture: i386 ia64 
Maintainer: Bruno Guerreiro Diniz [EMAIL PROTECTED]
Country: BR Brazil
Location: Belém - PA
Sponsor: FADESP www.fadesp.org.br


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



Bug#373916: hplip: Please remove dependency on python-qt3

2007-04-05 Thread Henrique de Moraes Holschuh
On Thu, 05 Apr 2007, Andrew Malcolmson wrote:
 On Thu, 5 Apr 2007 09:23:34 -0300, Henrique de Moraes Holschuh
 ...
  However, it has been a difficult month, I don't think I will have time to
  work on HPLIP for one more month except for security bugs, which is the
  main
  reason 1.7.x has not been packaged for Sid yet.
 
 Is there anything someone with Python knowledge can do to help with
 these?

That depends.  If you want to become a co-maintainer and will stay around
helping with hplip, then yes, there is.  Otherwise, it's best to just wait
for a bit.

The current issues are just debian packaging ones, actually.  Not so much
python worries, but scripting grunt work on the build system, and of course,
a lot of QA.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Bug#417919: snoopy : [INTL:pt] Portuguese translation for debconf messages

2007-04-05 Thread Traduz - Portuguese Translation Team

Package: snoopy
Version: 1.3-13
Tags: l10n, patch
Severity: wishlist

Portuguese translation for snoopy's debconf messages.
Translator: Miguel Figueiredo elmig _at_ debianpt.org
Feel free to use it.

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


--
Best regards,

Rui Branco
Traduz - Portuguese Translation Team
http://www.DebianPT.org







































pt.po
Description: application/gettext


Bug#417921: mserv : [INTL:pt] Portuguese translation for debconf messages

2007-04-05 Thread Traduz - Portuguese Translation Team

Package: mserv
Version: 0.35-6.3
Tags: l10n, patch
Severity: wishlist

Portuguese translation for mserv's debconf messages.
Translator: Miguel Figueiredo elmig _at_ debianpt.org
Feel free to use it.

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


--
Best regards,

Rui Branco
Traduz - Portuguese Translation Team
http://www.DebianPT.org








































pt.po
Description: application/gettext


Bug#417854: html doesn't validate

2007-04-05 Thread Martijn van Oosterhout
Thanks for the report.

On Wed, Apr 04, 2007 at 07:21:24PM -0400, Joey Hess wrote:
 pal's generated html does not validate (after wrapping it in a valid
 xhtml 1.0 strict body). validate reports these errors:

I've committed a fix for the missing tr tags. In CVS version the last
line reads:

div class='pal-tagline'piCalendar created with a 
href='http://palcal.sourceforge.net/'pal/a./i/p/div

Which means you can make it disappear with a stylesheet. It should also
take care of the other issues you raised. Let me know if it does not,
otherwise I'll mark the bug pending.

I'm not an admin for the sourceforge site so I can't release a new
version there, but I will try to upload a new Debian package at some
point...

Have a nice day,
-- 
Martijn van Oosterhout   kleptog@svana.org   http://svana.org/kleptog/
 From each according to his ability. To each according to his ability to 
 litigate.


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



Bug#406144: mc: segfaults if trying to enter a directory owned by root

2007-04-05 Thread Ludovic Drolez
Hi !

I've tried to reproduce your bug on a ppc Debian machine (), but
no luck...

Since this bug could only be related to the PPC archs, and I've never
seen this bug on i386/amd64, I downgrade the bug to 'normal'.

Cheers,

-- 
Ludovic Drolez.

http://zaurus.palmopensource.com   - The Zaurus Open Source Portal
http://www.drolez.com  - Personal site - Linux, Zaurus and PalmOS stuff


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



Bug#417922: opendb : [INTL:pt] Portuguese translation for debconf messages

2007-04-05 Thread Traduz - Portuguese Translation Team

Package: opendb
Version: 081p20-1
Tags: l10n, patch
Severity: wishlist

Portuguese translation for opendb's debconf messages.
Translator: Miguel Figueiredo elmig _at_ debianpt.org
Feel free to use it.

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


--
Best regards,

Rui Branco
Traduz - Portuguese Translation Team
http://www.DebianPT.org









































pt.po
Description: application/gettext


Bug#417923: openoffice.org-writer: Crashes when using drop caps check boxs in paragraph style mask

2007-04-05 Thread Johannes Graumann
Package: openoffice.org-writer
Version: 2.0.4.dfsg.2-7
Severity: normal


When I try to create a new paragraph style involving drop caps, OO crashes on 
me every time. Just dissapeares from my desktop. If calles from the command 
line there is now error reported what so ever.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (800, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages openoffice.org-writer depends on:
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libicu36  3.6-2  International Components for Unico
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libstlport4.6c2   4.6.2-3STLport C++ class library
ii  libwpd8c2a0.8.7-6Library for handling WordPerfect d
ii  openoffice.org-core   2.0.4.dfsg.2-7 OpenOffice.org office suite archit
ii  python-uno2.0.4.dfsg.2-7 Python interface for OpenOffice.or
ii  zlib1g1:1.2.3-13 compression library - runtime

Versions of packages openoffice.org-writer recommends:
ii  gij [java2-runtime]   4:4.1.1-15 The GNU Java bytecode interpreter
ii  gij-4.1 [java2-runtime]   4.1.1-20   The GNU Java bytecode interpreter
ii  java-gcj-compat   1.0.65-10  Java runtime environment using GIJ
ii  openoffice.org-java-commo 2.0.4.dfsg.2-7 OpenOffice.org office suite Java s
ii  sun-java6-jre [java2-runt 6-00-2 Sun Java(TM) Runtime Environment (

-- no debconf information


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



Bug#417924: slbackup : [INTL:pt] Portuguese translation for debconf messages

2007-04-05 Thread Traduz - Portuguese Translation Team

Package: slbackup
Version: 0.0.10-2
Tags: l10n, patch
Severity: wishlist

Portuguese translation for slbackup's debconf messages.
Translator: Ricardo Silva ardoric _at_ gmail.com
Feel free to use it.

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


--
Best regards,

Rui Branco
Traduz - Portuguese Translation Team
http://www.DebianPT.org










































pt.po
Description: application/gettext


Bug#417925: atokx2 : [INTL:pt] Portuguese translation for debconf messages

2007-04-05 Thread Traduz - Portuguese Translation Team

Package: atokx2
Version: 17.0-2.1-3
Tags: l10n, patch
Severity: wishlist

Portuguese translation for atokx2's debconf messages.
Translator: Luísa Lourenço kikentai _at_ gmail.com
Feel free to use it.

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


--
Best regards,

Rui Branco
Traduz - Portuguese Translation Team
http://www.DebianPT.org










































pt.po
Description: application/gettext


Bug#417919: snoopy : [INTL:pt] Portuguese translation for debconf messages

2007-04-05 Thread Marc Haber
tags #417919 confirmed pending
thanks

On Thu, Apr 05, 2007 at 02:42:31PM +0100, Traduz - Portuguese Translation Team 
wrote:
 Portuguese translation for snoopy's debconf messages.
 Translator: Miguel Figueiredo elmig _at_ debianpt.org
 Feel free to use it.

Committed to svn, thanks.

Greetings
Marc

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


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



Bug#417927: parisc: SCSI devices get randomly offlined

2007-04-05 Thread Thibaut VARENE
Package: linux-image-2.6-parisc64
Version: 2.6.18+5
Severity: important

A bug which affects all parisc kernels since 2.6.18-rc2 affects the 
debian parisc kernel as well.

Under some random circumstances, SCSI devices (such as the root disk) 
will get offlined, rendering the box totally unuseable:

sd 1:0:5:0: rejecting I/O to offline device
EXT3-fs error (device sda3): ext3_find_entry: reading directory #1175041 
offset 0
sd 1:0:5:0: rejecting I/O to offline device
sd 1:0:5:0: rejecting I/O to offline device
sd 1:0:5:0: rejecting I/O to offline device

I can't paste the initial messages from the kernel bug since they were 
out of dmesg at this point, but this is a known bug already reported on 
parisc-linux mailing lists, see eg this thread:

http://lists.parisc-linux.org/pipermail/parisc-linux/2007-January/031078.html

So far this bug has been isolated on 64bit SMP machines. I can't tell 
for sure whether 32bit and/or UP are safe.

HTH

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

Versions of packages linux-image-2.6-parisc64 depends on:
ii  linux-image-2.6.18-3-parisc64 2.6.18-7   Linux 2.6.18 image on 64-bit PA-RI

linux-image-2.6-parisc64 recommends no packages.

-- no debconf information


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



Bug#417928: bugzilla: update README.Debian for apache2

2007-04-05 Thread John Morrissey
Package: bugzilla
Version: 2.22.1-2
Severity: minor
Tags: patch

README.Debian says:

  You will need to enable the Apache mod_env module first:

# apache-modconf apache enable mod_env

but for apache2, you must:

# a2enmod env

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: alpha
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-alpha-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages bugzilla depends on:
ii  apache22.2.3-4   Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd 2.2.3-4   Traditional model for Apache HTTPD
ii  dbconfig-common1.8.29+etch1  common framework for packaging dat
ii  debconf [debconf-2.0]  1.5.11Debian configuration management sy
ii  libappconfig-perl  1.56-2Perl module for configuration file
ii  libdbd-mysql-perl  3.0008-1  A Perl5 database interface to the 
ii  libmailtools-perl  1.74-1Manipulate email in perl programs
ii  libmime-perl   5.420-0.1 Perl5 modules for MIME-compliant m
ii  libtemplate-perl   2.14-1template processing system written
ii  libtimedate-perl   1.1600-5  Time and date functions for Perl
ii  mysql-client-5.0 [mysql-cl 5.0.32-7etch1 mysql database client binaries
ii  patch  2.5.9-4   Apply a diff file to an original
ii  postfix [mail-transport-ag 2.3.8-2   A high-performance mail transport 
ii  ucf2.0020Update Configuration File: preserv

Versions of packages bugzilla recommends:
ii  libchart-perl   2.4.1-4  Chart Library for Perl
ii  libxml-parser-perl  2.34-4.2 Perl module for parsing XML files
ii  mysql-server-5.0 [m 5.0.32-7etch1mysql database server binaries
ii  perlmagick  7:6.2.4.5.dfsg1-0.14 A perl interface to the libMagick 

-- debconf information excluded


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



Bug#417929: openoffice.org-core: CWD prepended to 'file:' URI after ooqstart invoked

2007-04-05 Thread simonson0j-debianbug
Package: openoffice.org-core
Version: 2.0.4.dfsg.2-5etch1
Severity: normal


'ooqstart' or an intermediate app/lib directly or
indirectly spawned/accessed by
'ooqstart' appears to prepend/prefix the current
working directory (CWD) to at least a
'file:' URI if not also other URIs. Thus for example:
   'ooqstart -writer file:a.txt'
results in:
   'soffice  -writer /home/user/file:a.txt'.

This situation presents itself for example when
opening an openoffice
associated attachment within evolution. Since
ooo-writer.desktop uses %U for its
'exec' variable 'file:filenamepath' is passed to
'ooffice' (aka ooo-wrapper) and
thus on to 'ooqstart'.

It would seem that this bug would have readily
presented itself and thus probably
has already been reported. In scanning the internet
and the debian bug reports,
however, I did not discover any mention of it.

Possible workarounds until it is fixed are using '%f'
in 'ooo-writer.desktop' and
creating a link in a user's directory from
'/home/user/file:'-'/home/user/'.

I hope this helps.

- Jonathan


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8
(charmap=UTF-8)

Versions of packages openoffice.org-core depends on:
ii  debconf [debconf-2.0 1.5.11  Debian
configuration management sy
ii  fontconfig   2.4.2-1.2   generic
font configuration library
ii  libaudio21.8-3   The
Network Audio System (NAS). (s
ii  libc62.3.6.ds1-13GNU C
Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo
2D vector graphics libra
ii  libcurl3 7.15.5-1   
Multi-protocol file transfer libra
ii  libdb4.4 4.4.20-8Berkeley
v4.4 Database Libraries [
ii  libexpat11.95.8-3.4  XML
parsing C library - runtime li
ii  libfreetype6 2.2.1-5 FreeType
2 font engine, shared lib
ii  libgcc1  1:4.1.1-21  GCC
support library
ii  libglib2.0-0 2.12.4-2The GLib
library of C routines
ii  libgstreamer-plugins 0.10.10-4   GStreamer
libraries from the base
ii  libgstreamer0.10-0   0.10.10-3   Core
GStreamer libraries and eleme
ii  libice6  1:1.0.1-2   X11
Inter-Client Exchange library
ii  libicu36 3.6-2  
International Components for Unico
ii  libjpeg626b-13   The
Independent JPEG Group's JPEG
ii  libldap2 2.1.30-13.3 OpenLDAP
libraries
ii  libneon260.26.2-3.1  An HTTP
and WebDAV client library
ii  libnspr4-0d  1.8.0.11-2  NetScape
Portable Runtime Library
ii  libnss3-0d   1.8.0.11-2  Network
Security Service libraries
ii  libpam0g 0.79-4  Pluggable
Authentication Modules l
ii  libportaudio018.1-4  Portable
audio I/O - shared librar
ii  libsm6   1:1.0.1-3   X11
Session Management library
ii  libsndfile1  1.0.16-1Library
for reading/writing audio
ii  libstartup-notificat 0.8-2   library
for program launch feedbac
ii  libstdc++6   4.1.1-21The GNU
Standard C++ Library v3
ii  libstlport4.6c2  4.6.2-3 STLport
C++ class library
ii  libx11-6 2:1.0.3-6   X11
client-side library
ii  libxau6  1:1.0.1-2   X11
authorisation library
ii  libxaw7  1:1.0.2-4   X11
Athena Widget library
ii  libxext6 1:1.0.1-2   X11
miscellaneous extension librar
ii  libxinerama1 1:1.0.1-4.1 X11
Xinerama extension library
ii  libxml2  2.6.27.dfsg-1   GNOME XML
library
ii  libxrender1  1:0.9.1-3   X
Rendering Extension client libra
ii  libxslt1.1   1.1.19-1XSLT
processing library - runtime
ii  libxt6   1:1.0.2-2   X11
toolkit intrinsics library
ii  openoffice.org-commo 2.0.4.dfsg.2-5etch1
OpenOffice.org office suite archit
ii  ttf-opensymbol   2.0.4.dfsg.2-5etch1 The
OpenSymbol TrueType font
ii  zlib1g   1:1.2.3-13 
compression library - runtime

openoffice.org-core recommends no packages.

-- no debconf information



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



Bug#417926: slashem : [INTL:pt] Portuguese translation for debconf messages

2007-04-05 Thread Traduz - Portuguese Translation Team

Package: slashem
Version: 0.0.7E7F2-3
Tags: l10n, patch
Severity: wishlist

Portuguese translation for slashem's debconf messages.
Translator: Luísa Lourenço kikentai _at_ gmail.com
Feel free to use it.

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


--
Best regards,

Rui Branco
Traduz - Portuguese Translation Team
http://www.DebianPT.org











































pt.po
Description: application/gettext


Bug#415171: dash: Silently ignores lack of arguments for the `.' command

2007-04-05 Thread Gerrit Pape
On Fri, Mar 16, 2007 at 06:06:34PM +0100, Robert Luberda wrote:
 pdksh -c '.' does not fail, however it should since the required
 argument of the '.' command is missing.
 
 The same is still true for dash and posh, but not for 
 ksh93 (which fails with Usage: . [ options ] name [arg ...]) 
 or bash (line 0: .: filename argument required).

Hi, I'd say that's debatable.  From
 http://www.opengroup.org/onlinepubs/009695399/utilities/dot.html

 EXIT STATUS

 Returns the value of the last command executed, or a zero exit
 status if no command is executed.

This leaves no room for a failure exit code on wrong usage, although the
file argument is not optional in SYNOPSIS.  It either is wrong usage,
but no failure exit code defined, or it's no command is executed, and
exit code is 0.

I'd prefer not to change dash.

Regards, Gerrit.


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



Bug#417930: Provide a qemu-network helper package that sets up tun + vde + dnsmasq

2007-04-05 Thread Raphael Hertzog
Package: qemu
Version: 0.8.2-4
Severity: wishlist

Basically implement this but for Debian:
http://people.redhat.com/berrange/olpc/sdk/network-bridge.html

The package would use vde_switch to create a tun/tap network interface
named qemu. This interface is auto-configured at boot time:
- with a fixed IP address
- dnsmasq runs on it to provide DNS+DHCP for the qemu guests
- optionnaly it setups forwarding + ip masquerading so that the qemu
virtual network has access to the internet (or the real LAN)

Then any user in the vde2-net can start a virtual machine connected on the
network (and reachable from the host, contrary to the default user network
stack solution provided by qemu) with a command like this one:
$ vdeq qemu -m 128 -hda hda.bin -net nic,macaddr=$mac -net 
vde,sock=/var/run/vde2/qemu.ctl

Other pointers on the same topic:
http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:vde

Currently I configured something like this manually in
/etc/network/interfaces:
auto qemu
iface qemu inet static
address 10.0.2.1
netmask 255.255.255.0
vde2-switch -
up /etc/init.d/dnsmasq restart || true
up echo 1  /proc/sys/net/ipv4/ip_forward
up iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
up iptables -t nat -A POSTROUTING -o eth1 -j MASQUERADE
down iptables -t nat -F

and my dnsmasq.conf has the following changes:
listen-address=10.0.2.1
bind-interfaces
dhcp-range=10.0.2.15,10.0.2.100,12h

Add some debconf prettyness to ask for the default address/netmask, etc and
this package would be really useful for users which are used to make
experiences in several virtual machines. :-)

Cheers,



Bug#417491: [Pkg-blender-maintainers] Bug#417491: FTBFS with GCC 4.3: missing #includes

2007-04-05 Thread Florian Ernst
Hello Martin,

On Mon, Apr 02, 2007 at 10:29:10PM +0100, Martin Michlmayr wrote:
 Package: blender
 Version: 2.42a-6
 Usertags: ftbfs-gcc-4.3
 
 Your package fails to build with GCC 4.3.  [...]

Thanks a lot for testing and the patch. This will be dealt with
post-Etch, of course, but presumably rather soonish.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#417889: [Pkg-blender-maintainers] Bug#417889: blender: FTBFS on mips and sparc

2007-04-05 Thread Florian Ernst
Hello Sam,

On Thu, Apr 05, 2007 at 11:21:07AM +0200, Sam Hocevar wrote:
 Package: blender
 Version: 2.42a-6
 Severity: serious
 Tags: patch
 
blender fails to build on mips[1] and sparc[2] because the Debian
 build configuration uses -lstdc++ which is never guaranteed to work.
 [...]

Thanks a lot for investigation and patch! A fixed release is being
worked on.

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#417932: nmudiff: Includes full diff instead of interdiff when preparing new upstream releases

2007-04-05 Thread Loïc Minier
Package: devscripts
Version: 2.10.2
Severity: normal

Hi,

 nmudiff includes the full debdiff when preparing a new upstream
 release:
bee% lsdiff orbit2-2.14.5-0.1-nmu.diff
/tmp/k7tXieDrqT/orbit2-2.14.4/acinclude.m4
/tmp/k7tXieDrqT/orbit2-2.14.4/ChangeLog
/tmp/k7tXieDrqT/orbit2-2.14.4/configure
[...]
/tmp/k7tXieDrqT/orbit2-2.14.4/debian/changelog
[...]
/tmp/k7tXieDrqT/orbit2-2.14.4/test/inhibit/Makefile.in
/tmp/k7tXieDrqT/orbit2-2.14.4/test/Makefile.in
/tmp/k7tXieDrqT/orbit2-2.14.4/test/poa/Makefile.in

 This is not very useful, the maintainer usually only cares about the
 delta between the two diff.gz.  Interdiff gives usually good results
 when the change are truly a diff:
bee% interdiff -z -p1 orbit2_2.14.4-1.1.diff.gz orbit2_2.14.5-0.1.diff.gz
--- orbit2-2.14.4/debian/changelog
+++ orbit2-2.14.5/debian/changelog
@@ -1,4 +1,4 @@
-orbit2 (1:2.14.4-1.1) unstable; urgency=low
+orbit2 (1:2.14.5-0.1) unstable; urgency=low
 
   * Non-maintainer upload.
   * New upstream stable release; no ABI change, one small backward-compatible

   Bye,

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages devscripts depends on:
ii  debianutils 2.18 Miscellaneous utilities specific t
ii  dpkg-dev1.13.25  package building tools for Debian
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  sed 4.1.5-1  The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot  1.6.5  Gives a fake root environment

-- no debconf information

-- 
Loïc Minier



Bug#416447: ekiga crashes on startup with linux-uvc module loaded

2007-04-05 Thread Sven Arvidsson
On Wed, 2007-04-04 at 22:13 -0400, Andy Huhn wrote:
 Thanks for the detailed instructions.  Here is my gdb.txt.  Let me know
 if you need more info:

Thank you, I reported it upstream and found out that that a fix has been
commited. See, http://bugzilla.gnome.org/show_bug.cgi?id=421801

I'm not sure if the fix will be backported to Etch, but it will be fixed
in Ekiga 2.0.8.

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#417933: /usr/share/man/man5/proc.5.gz: proc(5) is wronf wrt /proc/[process]/stat

2007-04-05 Thread Pierre Habouzit
Package: manpages
Version: 2.43-0
Severity: important
File: /usr/share/man/man5/proc.5.gz


  See fs/proc/array.c in linux source to see the actual values, but the
description of /proc/[process]/stat is just plain wrong (fields missing,
bad ordering, bad scanf things formats).

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=C, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)

-- no debconf information


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



Bug#417907: orbit2: diff for NMU version 1:2.14.5-0.1

2007-04-05 Thread Loïc Minier
tags 417907 + patch pending confirmed
thanks

Hi,

 Attached is the diff for my orbit2 1:2.14.5-0.1 NMU which I've uploaded
 to DELAYED/2.

   Bye,
-- 
Loïc Minier
--- orbit2-2.14.4/debian/changelog
+++ orbit2-2.14.5/debian/changelog
@@ -1,4 +1,4 @@
-orbit2 (1:2.14.4-1.1) unstable; urgency=low
+orbit2 (1:2.14.5-0.1) unstable; urgency=low
 
   * Non-maintainer upload.
   * New upstream stable release; no ABI change, one small backward-compatible


Bug#394999: New upstream, please reconfirm bug

2007-04-05 Thread Jonas Meurer
Hello Ulrich,

Would you mind giving the new python-mysqldb 1.2.2-1 packages a try?

You can find amd64+i386 packages at
http://people.debian.org/~mejo/python-mysqldb/

Please give me a short note whether these packages fix bug #394999 for
you or not.

greetings,
 jonas


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



Bug#417861: Did not set wishlist severity

2007-04-05 Thread Bastian Venthur
Am 05.04.2007 03:51 schrieb Charles Plessy:
 I used reportbug-ng to send a wishlist bug, but it appears with the
 Normal ones.
 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417581

Hmm, I see what you mean, the BTS seems to think this bug is normal. I
doubt this is a bug of reportbug-ng I think it should be a bug for
debbugs, since it ignored the severity in this case.


I'm CC'ing the debbugs-devels to see what they think.

Dear debbugs-devels: Charles reported a bug as whishlist but the BTS
seems to think it is of severity normal

The control lines where:

Package: bugs.debian.org
Version:
Severity: wishlist

Is there a problem with empty Version:-lines?



Cheers and happy eastern,

Bastian


-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org



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



Bug#417822: upgrade-reports: network not working properly after sarge -- etch

2007-04-05 Thread Johannes Wiedersich
Hi Steve,

Thank you for your long reply.

Steve Langasek wrote:
 1) networking doesn't work properly any more
 
 system takes about 20 minutes to boot. Most of this time is wasted, because 
 portmap is trying in vain to mount nfs-filesystems before 
 networking has been set up properly. 
 
 Sorry, this is totally unreproducible for me, on any of my etch systems.  If
 anything, etch with udev works much *better* at bringing my network
 interfaces up than sarge did (especially in the case of the system with a USB
 WLAN device :).

This is totally reproducible for me. I can even reproduce it on fresh
installs.

 /---/etc/network/interfaces
 auto lo
 iface lo inet loopback

 # The primary network interface
 auto eth0 eth0:1
 iface eth0 inet static
 address 141.n.n.n
 netmask 255.255.255.0
 network 141.n.n.n
 broadcast 141.n.n.n
 gateway 141.n.n.n
 # dns-* options are implemented by the resolvconf package, if 
 installed
 dns-nameservers 141.40.131.47
 dns-search physik.blm.tu-muenchen.de
 iface eth0:1 inet static
 address 192.n.n.n
 netmask 255.255.255.0
 broadcast 192.168.0.255
 \---
 
 This looks fine here; but to my understanding, it's not consistent with your
 claim that networking takes /a long time/ to be set up.  With 'auto'
 interfaces, the network should either be brought up immediately, or not at
 all.  See, e.g.,
 http://www.debian.org/releases/testing/i386/release-notes/ch-information.en.html#s-asynchronous-network-start
 in the current release notes draft, which describes a problem of
 unpredictable behavior *only* if using allow-hotplug.
 
 Questions about your setup:
 
 - how fast is the system that you're seeing this problem on? (processor
   type/speed)

Doesn't matter.

 - what type of hardware is eth0/what driver does it use?
 - are there any messages in dmesg about trying to bring up the network?
 - are there any known problems with arp on this network?
 - have you tried a test boot using only one interface on eth0, without the
   alias? (since your NFS servers are all on the eth0:1 network, this would
   require renaming eth0:1 to eth0 temporarily)

Swapping eth0:1 and eth0 permanently solves the situation on the two
installations I tried (one fresh install, one upgrade). Apparently, only
the 'external' eth0 was up - or at least portmap and/or nis only used
that one initially (wasting the 15-20 minutes).

Permanently exchanging eth0 and eth0:1 brings boot time back to
reasonable 34s.

In the past eth0 has always been the 'external' interface and eth0:1 the
 'internal', because it was easier to have the 'external' ip for
installation. Something seems to have changed here from sarge to etch.

I guess it should be mentioned in the release notes or changed back to
how it is in sarge.

 In the past this very files have always worked ok with our nis and
 nfs-server.
 
 Ah, you're using nis?  Have you read
 http://www.debian.org/releases/testing/i386/release-notes/ch-information.en.html#s-nis?

Yes, and I don't have network-manager installed.

 2) Many packages have been removed that probably shouldn't 
 most importantly: kde (etc.), kdm, cupsys, xserver-xorg was not installed
 instead of xserver-xfree86 
 
 Was this following the procedure currently documented at
 http://www.debian.org/releases/testing/i386/release-notes/ch-upgrading.en.html#s-upgradingpackages?
  
 I suspect not, since you haven't mentioned which option you used from 4.5.4.

I followed 4.5.4.1 Upgrading a desktop system; ie.
aptitude install libfam0 xlibmesa-glu

Rereading the section more carefully, I /should/ have done
aptitude install x11-common libfam0 xlibmesa-glu

So this was a mistake on my part. I was probably carried away by the
headlines, thinking that 'desktop system' describes my situation better
than 'system with some X packages installed'...

 3) swap appears not to work correctly any more 
 
 syslog:
 Apr  4 13:15:32 merkur kernel: Unable to find swap-space signature
 
 the boot console says something about 'swapon /dev/hdb2: invalid argumet' 
 IIRC. 
 
 Sorry,  I have no explanation for why a working swap partition's signature
 would have been invalidated by an upgrade.  If you're *sure* that /dev/hdb2
 points to the correct partition (and it doesn't now point to a live
 filesystem as a result of device reordering in 2.6.18!), you can use mkswap
 to recreate the swap signature.

Done  works!

Thanks, also for making etch such a nice release 8-)

Cheers and Happy Easter holidays (if it applies to you; in Germany we
have 4 holidays till tuesday ;-)

Johannes


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



Bug#417934: should add explicit route to openvpn peer

2007-04-05 Thread martin f krafft
Package: openvpn
Version: 2.0.9-4
Severity: wishlist

We are running OpenVPN on a company gateway. The company has a /24
network, e.g. 1.2.3.0/24, and the gateway is at 1.2.3.1. It uses

  push route 1.2.3.0 255.255.255.0

in the server configuration to ensure that all traffic from road
warriors to the company network goes via the tunnel.

Unfortunately, this also causes the OpenVPN traffic itself to be
sent through the tunnel:

  10.130.60.5 dev tun0 proto kernel scope link src 10.130.60.6 
  10.130.60.1 via 10.130.60.5 dev tun0
  1.2.3.0/24 via 10.130.60.5 dev tun0
  84.72.xx.0/20 dev wan proto kernel scope link src 84.72.xx.xxx
  default via 84.72.xx.1 dev wan 

As you can see, traffic to 1.2.3.1 will be routed via tun0, the
OpenVPN interface.

The solution is obviously to add an explicit /32 route for all
peers, just like it is done when

  push redirect-gateway

is given on the server side. Since there are no negative side
effects I can think of, I suggest making OpenVPN always add explicit
/32 routes via the default gateway to its peers, on the server *and*
on the client side.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#417411: Acknowledgement (readpst: Need to address encoding differences)

2007-04-05 Thread Osamu Aoki
Hi,

Followup to this.

Filename can be fixed by attached script.  Can you include this in
example.  Also, I have few scripts I used to fix encoding isues.

Osamu


#!/bin/sh
# pst_fix_filename script to fix file name encoding by osamu at debian dot org
# 
for x in *;
 do
 # For Japanse pst file on Windows 95/98/Me
 # convert file name from shift-jis to UTF-8 (tested)
 mv $x `echo $x | iconv -f shift-jis -t utf-8`
 ## For Chinese pst file on Windows 95/98/Me (osamu's guess)
 ## convert file name from GB18030 (GBK code point) to UTF-8
 ## mv $x `echo $x | iconv -f gbk -t utf-8`
 ## For Western European pst file on Windows 95/98/Me (osamu's guess)
 ## convert file name from iso-8859-1 to UTF-8
 ## mv $x `echo $x | iconv -f iso-8859-1 -t utf-8`
 ##
 ## Use probably BIG5 for Taiwan, UHC for Korea, ISO-8859-2 for Polish ...
 ##
done

for x in * ; do
 echo convert $x
#
# Here is content
#
# I use nkf here but iconv can be used too.  I make UTF-8 and iso-2022-jp 
version.
# I found content-type is needed for UTF-8 when importing to MacBook mail 
program
# ISO-2022-JP seems to be quite robust and does not need content-type (I dd it 
anyway)
#
# For mutt, UTF-8 works better but needs to fix title which was OK initially in 
pst.
# Need some idea but not needed now.  (Procmail body filtering?)
#
# This will convert mail box content to UTF-8 and 
# -S for shift-jis input
# -w for UTF-8
 nkf -S -w $x | \
 sed -e 's/[Cc]ontent-[Tt]ype:.*text\/plain.*$/Content-Type: text\/plain; 
charset=UTF-8/' \
 -e 's/[Cc]ontent-[Tt]ype:.*text\/html.*$/Content-Type: text\/html; 
charset=UTF-8/' \
 $x.utf8x.mbox
# -S for shift-jis input
# -k for ISO-2022-JP
 nkf -S -j $x | \
 sed -e 's/[Cc]ontent-[Tt]ype:.*text\/plain.*$/Content-Type: text\/plain; 
charset=iso-2022-jp/' \
 -e 's/[Cc]ontent-[Tt]ype:.*text\/html.*$/Content-Type: text\/html; 
charset=iso-2022-jp/' \
 $x.2022.mbox
#
# This is example snip script for Wesetrn european windows pst
# (Example of using iconv)
#
# iconv -f ISO-8859-1 -t UTF-8 $x | 
done



Bug#417936: twig: invalid username in cron job

2007-04-05 Thread Laurent Bonnaud
Package: twig
Version: 2.8.3-2.2
Severity: normal


Hi,

here is the error message I see in system logs:

Apr  3 10:25:01 irancy cron[7590]: Error: bad username; while reading 
/etc/cron.d/twig

And indeed twig uses the www-root account:

# cat /etc/cron.d/twig
*/15 * * * * www-root /usr/share/twig/features/schedule/reminders.php3

that does not exists on my system.  twig does not even try to create
this account in maintainer scripts:

# grep www-root /var/lib/dpkg/info/twig.*
[nothing]


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages twig depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  php4  6:4.4.4-9  server-side, HTML-embedded scripti
ii  php4-cli  6:4.4.4-9  command-line interpreter for the p
ii  php4-imap 6:4.4.4-9  IMAP module for php4
ii  php4-mysql6:4.4.4-9  MySQL module for php4
ii  php4-pgsql6:4.4.4-9  PostgreSQL module for php4

twig recommends no packages.

-- debconf information:
* twig/db-update:
* twig/minimal-setup:


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



Bug#417935: no way to create a backport via svn-upgrade

2007-04-05 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: svn-buildpackage
Severity: wishlist
Version: 0.6.16-1

Although dch -b could be used to generate a changelog entry for a
version going backwards, there is no way to do that via svn-upgrade.

It would be nice and would solve this issue if any extra parameters
would be passed to dch.

- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGFRGkY8Chqv3NRNoRAu5kAKDE5v/JlNXaynkMYfJl14wKgfsVEQCgufQ8
vB7i58EtwxIPBObzu/h8SUg=
=dRTp
-END PGP SIGNATURE-


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



Bug#417789: this doesn't seem like a security issue

2007-04-05 Thread Arnaud Giersch

On Wed, Apr 04, 2007 at 08:04:52PM +0300, Eddy Petri\u0219or wrote:

  I tagged this bug as grave+security because it can be used to make
  elinks load any corrupted file, and possibly execute arbitrary code.

 How? Those are only strings. Nothing is executed from po/mo/gmo files.

Beside the segfault that could potentially be exploited, as it was
already answered by Steve Langasek, I can see another attack vector.

Since the attacker has the full control of the gettext catalog, I
suspect that some sort of format string attack could be doable (I
haven't tried).

Arnaud


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



Bug#417937: debian-installer does not support raid10 for partitioning

2007-04-05 Thread Andy Smith
Package: installation-reports

Boot method: CD
Image version: http://cdimage.debian.org/cdimage/etch_di_rc2/i386/iso-cd/
Date: 03 Apr 2007

Machine: Supermicro PDSMi-based rackmount system
Processor: Core2Duo Xeon 2.4GHz
Memory: 4GiB
Partitions: No partitions were created because didn't get that far

Output of lspci -nn and lspci -vnn: Ditto

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

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [E]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

Installer offers to create software RAID arrays from partitions
marked as RAID members, but does not support raid10 which was a
show-stopper for the installation of this server with 4 disks,
intended to be almost entirely on raid10.

Switching to a terminal and issuing lsmod I could see the raid0, 1
and 5 modules loaded but no raid10.  raid10 module was also not
present in the filesystem so I assume it is not supported.

Of course it is not possible to boot from raid10, which is why I
intended to create a small /boot in raid1, but I wanted everything
else in raid10.

In the end I booted from a livecd and installed by debootstrap.

Obviously a bit of a fringe case, but it would be nice.


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



Bug#417907: orbit2: diff for NMU version 1:2.14.7-0.1

2007-04-05 Thread Loïc Minier
On Thu, Apr 05, 2007, Loïc Minier wrote:
  Attached is the diff for my orbit2 1:2.14.5-0.1 NMU which I've uploaded
  to DELAYED/2.

 Hmm, I updated this to 2.14.7; I thought the latest version was 2.14.5.

-- 
Loïc Minier
--- orbit2-2.14.4/debian/changelog
+++ orbit2-2.14.7/debian/changelog
@@ -1,3 +1,19 @@
+orbit2 (1:2.14.7-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream releases; no API or ABI change.
+
+ -- Loic Minier [EMAIL PROTECTED]  Thu, 05 Apr 2007 17:12:25 +0200
+
+orbit2 (1:2.14.5-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * New upstream stable release; no ABI change, one small backward-compatible
+API change: it's not necessary to define ORBIT2_EXTENSIONS before using
+ORBit_get_giop_recv_limit() or ORBit_proto_use(); closes: #417907.
+
+ -- Loic Minier [EMAIL PROTECTED]  Thu, 05 Apr 2007 16:08:04 +0200
+
 orbit2 (1:2.14.4-1) unstable; urgency=low
 
   * New upstream release.


Bug#417914: BUG: unable to handle kernel paging request at virtual address f57fc030

2007-04-05 Thread Bastian Blank
severity 417914 normal
tags 417914 moreinfo
thanks

On Thu, Apr 05, 2007 at 11:27:04PM +1000, Tony Lewis wrote:
 When I try to insert the module for either VMware or VirtualBox, I get a 
 kernel oops.

vmware can't work, you will get a GPF anyway.

 BUG: unable to handle kernel paging request at virtual address f57fc030

This looks like an uninitialized pointer, not a bug in the kernel.
Please discuss with virtualbox upstream if this can work anyway.

Bastian

-- 
Dammit Jim, I'm an actor, not a doctor.


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



Bug#336153: Bug 336153 must be fixed ASAP - filesystem corruption IS critical!

2007-04-05 Thread Tillmann Steinbrecher

Hi,

I can't understand why Bug 336153 still has status pending. It's a 
well-known issue that causes massive data corruption. It is reproducible 
and has been confirmed by several people, including the dm-crypt 
developer himself.


A patch has been available for several MONTHS.

It's a simple 4-line patch. How come it isn't applied for the etch 
kernel? It is required for kernel 2.6.18 which is used for etch. It is 
NOT required for 2.6.19 and future kernels.


See also:
http://www.spinics.net/lists/dm-crypt/msg00481.html

bye,
Tillmann


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



Bug#417938: lvm2create_initrd missing pieces

2007-04-05 Thread Phil Dibowitz
Package: lvm2
Version: 2.02.06-4
Severity: normal

lvm2create_initrd is missing a few things for it to work:
 1. It doesn't actually include the busybox binary. I had to copy this
into the initrd myself. Since everything in /bin is a symlink to it,
this is critical.
 2. It doesn't copy any of the libraries busybox itself needs:
 libcrypt.so.1
 libm.so.6
 libc.so.6
 3. The /sbin/init script it generates has a #!/bin/bash at the top,
and thus there should be a /bin/bash - /bin/sh link within the initrd
as well.

I had to modify my initrd to make all of these changes before the system
would even get to calling the init inside initrd without kernel
panicing.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.4rider-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages lvm2 depends on:
ii  debconf [debconf-2.0]   1.5.13   Debian configuration management sy
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libdevmapper1.022:1.02.12-1  The Linux Kernel Device Mapper use
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libreadline55.2-2GNU readline and history libraries
ii  libselinux1 1.32-3   SELinux shared libraries
ii  libsepol1   1.14-3   Security Enhanced Linux policy lib
ii  lvm-common  1.5.20   The Logical Volume Manager for Lin

lvm2 recommends no packages.

-- debconf information excluded


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



Bug#417939: tiger: false positive about permissions of /dev/log

2007-04-05 Thread Laurent Bonnaud
Package: tiger
Version: 1:3.2.1-35
Severity: normal


Hi,

here is an excerpt of a mail that I received from cron/tiger:

# Checking device permissions...
[...]
--FAIL-- [dev002f] /dev/log has world permissions 

Here are permissions of this socket on my system:

srw-rw-rw- 1 root root 0 mar 15 22:10 /dev/log

Such permissions are standard on all Debian (and Ubuntu) systems I
could check.  Even if I agree that such world permissions are not
ideal, what is the point of alarming the admin ?

So could you please make a special case in this check for Debian
systems ?


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages tiger depends on:
ii  binutils  2.17.20070210cvs-1 The GNU assembler, linker and bina
ii  coreutils 6.0-1  The GNU core utilities
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  diff  2.8.7-0.2  File comparison utilities
ii  libc6 2.5-0exp6  GNU C Library: Shared libraries
ii  net-tools 1.60-17The NET-3 networking toolkit

Versions of packages tiger recommends:
ii  chkrootkit0.47-1.1   Checks for signs of rootkits on th
ii  john  1.7-2  active password cracking tool
ii  ssmtp [mail-transport-agent]  2.61-12extremely simple MTA to get mail o

-- debconf information:
  tiger/remove_mess: true
* tiger/policy_adapt:
* tiger/mail_rcpt: root


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



Bug#417659: [Pkg-octave-devel] Bug#417659: octave2.9-forge: API version mismatches the octave core

2007-04-05 Thread Hongzheng Wang

Hi,

I also notice that the octave-forge provides a pkg mechanism now
according to their faq and docs.  And, of course, the pkg subsystem is
not a compatible Debian style.  But I think the new pkg method is not
compulsory.  I mean, octave-forge may be able to work in a pre-build
manner.  Thus, it may be possible to provide a matched octave-forge
package so that it can be used with the current octave core in sid
(after addpath the oct files and m files of octave-forge).  Well, I'm
not sure about it; just a guess :-)

Regards,
Hongzheng

On 4/4/07, Rafael Laboissiere [EMAIL PROTECTED] wrote:

package octave2.9-forge
tags 417659 - pending
thanks

* Rafael Laboissiere [EMAIL PROTECTED] [2007-04-04 09:04]:

 * Hongzheng Wang [EMAIL PROTECTED] [2007-04-04 10:55]:
 
  It seems that the API version of the oct files in this package
  mismatches the version of octave core in octave2.9 version 2.9.10-3,
  the up-to-date octave2.9 package in unstable.  Could you please upload
  a matched one?  Thank you.

 Thanks, we are aware of this.  I am working on it.

Bad news: the current octave2.9-forge package does not work well with
octave2.9 and this will take some time to fix.  It is too bad that I
uploaded 2.9.10 to unstable before checking this.  The current Octave-Forge
packages are intended to be installed in the user's system through the new
pkg system.

What should we do now?  Deprecate octave2.9-forge or fix it by backporting
the code obtained from CVS ?  A third solution would be to start working
immediately on the new pkg2deb package.

--
Rafael




--
Hongzheng Wang


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



Bug#417940: tiger: false positives about directories in a device directory

2007-04-05 Thread Laurent Bonnaud
Package: tiger
Version: 1:3.2.1-35
Severity: normal


Hi,

here is an excerpt of a mail that I received from cron/tiger:

# Checking device permissions...
--WARN-- [dev003w] The directory /dev/bus resides in a device directory. 
--WARN-- [dev003w] The directory /dev/cdroms resides in a device directory. 
--WARN-- [dev003w] The directory /dev/discs resides in a device directory. 
--WARN-- [dev003w] The directory /dev/disk resides in a device directory. 
--WARN-- [dev003w] The directory /dev/dri resides in a device directory. 
--WARN-- [dev003w] The directory /dev/fb resides in a device directory. 
--WARN-- [dev003w] The directory /dev/floppy resides in a device directory. 
--WARN-- [dev003w] The directory /dev/i2c resides in a device directory. 
--WARN-- [dev003w] The directory /dev/loop resides in a device directory. 
--WARN-- [dev003w] The directory /dev/md resides in a device directory. 
--WARN-- [dev003w] The directory /dev/misc resides in a device directory. 
--WARN-- [dev003w] The directory /dev/ptal-printd resides in a device 
directory. 
--WARN-- [dev003w] The directory /dev/scsi resides in a device directory. 
--WARN-- [dev003w] The directory /dev/snd resides in a device directory. 
--WARN-- [dev003w] The directory /dev/sound resides in a device directory. 
--WARN-- [dev003w] The directory /dev/tts resides in a device directory. 
--WARN-- [dev003w] The directory /dev/vc resides in a device directory. 
--WARN-- [dev003w] The directory /dev/vcc resides in a device directory. 

With udev having directories in /dev/ is now standard.  So could you
please remove this check, or not perform it if udev is installed ?


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages tiger depends on:
ii  binutils  2.17.20070210cvs-1 The GNU assembler, linker and bina
ii  coreutils 6.0-1  The GNU core utilities
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  diff  2.8.7-0.2  File comparison utilities
ii  libc6 2.5-0exp6  GNU C Library: Shared libraries
ii  net-tools 1.60-17The NET-3 networking toolkit

Versions of packages tiger recommends:
ii  chkrootkit0.47-1.1   Checks for signs of rootkits on th
ii  john  1.7-2  active password cracking tool
ii  ssmtp [mail-transport-agent]  2.61-12extremely simple MTA to get mail o

-- debconf information:
  tiger/remove_mess: true
* tiger/policy_adapt:
* tiger/mail_rcpt: root


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



Bug#417937: debian-installer does not support raid10 for partitioning

2007-04-05 Thread Frans Pop
reassign 417937 partman-md
severity 417937 wishlist
thanks

On Thursday 05 April 2007 17:20, Andy Smith wrote:
 Comments/Problems:
 Installer offers to create software RAID arrays from partitions
 marked as RAID members, but does not support raid10 which was a
 show-stopper for the installation of this server with 4 disks,
 intended to be almost entirely on raid10.

This has been mentioned before and I've now added this to:
http://wiki.debian.org/DebianInstaller/LennyGoals

Cheers,
FJP


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



Bug#417941: memcached: Please change default logfile name

2007-04-05 Thread Frederik Schueler
Package: memcached
Version: 1.1.12-1
Severity: normal
Tags: patch

Hello,

the default logfile /var/log/memcached is not rotated by logrotate,
missing the .log extension. This nearly filled up our /var partition.

Please rename the default logfile name to /var/log/memcached.log or
write a logrotate script in case the deamon needs to be restarted if the
log is rotated.

Best regards
Frederik Schueler

-- 
ENOSIG
diff -ruN memcached-1.1.12/debian/memcached.conf 
memcached-1.1.12a/debian/memcached.conf
--- memcached-1.1.12/debian/memcached.conf  2007-04-05 17:03:21.0 
+0200
+++ memcached-1.1.12a/debian/memcached.conf 2007-04-05 17:53:51.0 
+0200
@@ -9,7 +9,7 @@
 -d
 
 # Log memcached's output to /var/log/memcached
-logfile /var/log/memcached
+logfile /var/log/memcached.log
 
 # Be verbose
 # -v


signature.asc
Description: Digital signature


Bug#417880: Kmail crash

2007-04-05 Thread David Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can confirm that I have had the same crash over the last couple of
days, kmail won't run for more than about 2 minutes before it crashes.


- --
David Watson - Debian GNU/Linux Developer
[EMAIL PROTECTED], [EMAIL PROTECTED]

Jabber: [EMAIL PROTECTED]
Web: http://planetwatson.co.uk/blog
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGFRy1Deh5nqfWrnkRAtyAAKCSZaVG5sBXaYGke5Ij3iQoZg4cIQCfYaUS
4JHUoN8B8yZg8UToREjMkh8=
=Q053
-END PGP SIGNATURE-


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



Bug#417944: sun-java5-jdk: Does not install jni.h into /usr/include/*

2007-04-05 Thread Sylvestre Ledru
Package: sun-java5-jdk
Version: 1.5.0-10-3
Severity: normal

jni.h (and a few other .h files) are available only
/usr/lib/jvm/java*/includes/ which causes issues with some ./configure
maybe they could be available in /etc/alternatives/ or in /usr/include
(which is the case in libgcj?-dev)

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

Versions of packages sun-java5-jdk depends on:
ii  debconf [debconf-2.0]   1.5.11   Debian configuration
management sy
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared
libraries
ii  libx11-62:1.0.3-6X11 client-side library
ii  sun-java5-demo  1.5.0-10-3   Sun Java(TM) Development
Kit (JDK)
ii  sun-java5-jre   1.5.0-10-3   Sun Java(TM) Runtime
Environment (

sun-java5-jdk recommends no packages.

-- debconf information:
* shared/accepted-sun-dlj-v1-1: true
  shared/error-sun-dlj-v1-1:
* shared/present-sun-dlj-v1-1:




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



Bug#394963: installation: Problems with dual booting Dell D600 with winXP pro in the first partition (hd0, 0). After installing the Dell Etch Beta 3, Windows fails to boot and I get the blue screen of

2007-04-05 Thread Willie Wonka
In reference to RC bug #394963; I really think it's a pebkac issue. though
the newest postee (with this same issue - [EMAIL PROTECTED]) kind of
confirms it's a real issue. 

some observations;

1) it's a Laptop, yes?
 
2) Dell usually tries to install a Dell Diagnostics Utility partition on the
very first partition (a Hidden FAT16 one, ~24-32MiB in size). Why Sarge
installs don't seem to have that affect for the orig poster I can't say.

..but, neither does he (nor [EMAIL PROTECTED]) tell us if s/he ever
wiped the MBR completely, prior to starting his many installation attempts.
(this can be done using; dd if=/dev/zero of=/dev/sda bs=512 count=1)
..substitute with your correct /dev/ name.

It would be nice to hear back from both of you ..



   more thoughts;

Here is a known good Dell D620 (not a 600 exactly, I guess, but he used Sarge
here though). 
http://javier.rodriguez.org.mx/index.php/linux/debian-gnulinux-on-dell-d620/ 
yet you can clearly see the Dell Diag Util partition in the 1st position (from
the fdisk -l /dev/sda output) .. Windows Boot.ini file handles that (as you
know). However, I suspect a broken MBR.

Needless to say, Windows users all over the place have had the same exact error
messages, so it's not a Linux or Grub issue AFAICT. Here's atleast one ex
where a FIXMBR (XP Recovery Console) cured the problem.   

http://sharkyforums.com/showthread.php?t=249074highlight=UNMOUNTABLE_BOOT_VOLUME

That said; that would mean the issue lies somewhere within sectors1-64 (CHS
001) , and more likely isolated to the MBR itself (sector1, first 512bytes of
the HDD), and even maybe just bytes 440-446 of the 1st sector (the MBR/MPT
location occupies the 64bytes 446-510, and bytes 511 and 512 are the bootable
flag Magic bytes 0x55aah, also seen as marked '0x80' from Linux's
fdisk/cfdisk/sfdisk).
 
More information about Windows 98/2K/XP MBR, Partition tables, Boot Sectors and
such can be found here;
http://thestarman.pcministry.com/asm/mbr/Win2kmbr.htm

I suspect the NTFS specific Signature bytes (440-446, CHS,001) that mark this
area at the end of the end Boot code, but right before the partition table
layout starts, may be the problem area .. but it's just a hunch so far.

with regards;
enouf



 

Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/


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



Bug#417943: [INTL:ta] debconf PO translations for the package kdebase

2007-04-05 Thread Tirumurti Vasudevan

From: drtv-guest
To:  [EMAIL PROTECTED]
Subject: [INTL:ta] debconf PO translations for the package kdebase
Package:kdebase
Version: N/A
Severity: wishlist
Tags: l10n patch
Please find attached the Tamil translation of the kdebase package.



--
BE HAPPY! LIFE IS TOO SHORT TO BE UNHAPPY!
# translation of ta.po to TAMIL
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Dr.T.Vasudevan [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: ta\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-03-23 07:15+0100\n
PO-Revision-Date: 2007-04-05 21:40+0530\n
Last-Translator: Dr.T.Vasudevan [EMAIL PROTECTED]\n
Language-Team: TAMIL [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid Default display manager:
msgstr முன்னிருப்பு காட்சி மேலாளர்:

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid 
A display manager is a program that provides graphical login capabilities 
for the X Window System.
msgstr 
காட்சி மேலாளர் என்பது வரைகலை உள்நுழைவு இயலுமையை எக்ஸ் விண்டோஸ் அமைப்புக்கு தரும் 
நிரலாகும்.

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid 
Only one display manager can manage a given X server, but multiple display 
manager packages are installed. Please select which display manager should 
run by default.
msgstr 
ஒரு கொடுக்கப் பட்ட X சேவையகத்தில் ஒரு காட்சி மேலாளர்தான் மேலாள இயலும். ஆனால் பல காட்சி 
மேலாளர்கள் நிறுவப் பட்டுள்ளன. எது முன்னிருப்பாக இருக்க வேண்டும் என தேர்ந்தெடுங்கள்

#. Type: select
#. Description
#: ../kdm.templates:1001
msgid 
Multiple display managers can run simultaneously if they are configured to 
manage different servers; to achieve this, configure the display managers 
accordingly, edit each of their init scripts in /etc/init.d, and disable the 
check for a default display manager.
msgstr 
வெவ்வேறு சேவையகங்களை மேலாள வடிவமைத்தால் பல காட்சி மேலாளர்கள் ஒரே நேரத்தில் இயங்கக் 
கூடும். இதை செய்ய காட்சி மேலாளர்களை தகுந்தாற் போல வடிவமையுங்கள். அவற்றின் இனிட் சிறு 
நிரல்களை /etc/init.d இல் திருத்துங்கள். முன்னிருப்பு காட்சி மேலாளர் தேர்வை செயலிழக்கச் 
செய்யவும்.

#. Type: boolean
#. Description
#: ../kdm.templates:3001
msgid Stop the kdm daemon?
msgstr கேடிஎம் கிங்கரனை (kdm daemon) நிறுத்தவா?

#. Type: boolean
#. Description
#: ../kdm.templates:3001
msgid 
The K Desktop manager (kdm) daemon is typically stopped on package upgrade 
and removal, but it appears to be managing at least one running X session.
msgstr 
கே மேல்மேசை மேலாளர் (கேடிஎம்) கிங்கரன் வழக்கமாக பொதி மேலாக்கம் அல்லது நீக்கம் நிகழும் போது நிறுத்தப் படும். 
ஆனால் அது ஒரு எக்ஸ் அமர்வையாவது இயக்குவது போல தெரிகிறது.

#. Type: boolean
#. Description
#: ../kdm.templates:3001
msgid 
If kdm is stopped now, any X sessions it manages will be terminated. 
Otherwise, the new version will take effect the next time the daemon is 
restarted.
msgstr 
இப்போது கேடிஎம் நிறுத்தப் பட்டால் அது மேலாளும் எக்ஸ் அமர்வுகள் நிறுத்தப் படும். அல்லது 
புதிய பதிப்பு கிங்கரன் அடுத்த முறை இயங்கும் போது செயல் ல் படும்.



Bug#417858: Strange time differential in the log (via syslogd)

2007-04-05 Thread Wakko Warner
Paul Slootman wrote:
 On Wed 04 Apr 2007, Wakko Warner wrote:
 
  Package: rsync
  Version: 2.6.9-3
  Severity: normal
  
  I have one system that does an update of another via rsync when one machine
  is running rsync as a daemon (IE, rsh/ssh not being used as the transport)
  
  The log shows this:
  Apr  4 20:32:05 vegeta rsyncd[31217]: connect from nail
  Apr  4 20:32:05 vegeta rsyncd[31217]: rsync on debian/pool/ from nail
  Apr  5 00:32:05 vegeta rsyncd[31217]: building file list 
  Apr  5 00:34:44 vegeta rsyncd[31217]: sent 363012298 bytes  received 17763
  bytes  total size 92369457939 
  
  Apparently those last 2 lines are in UTC time instead of EDT time.  No, it
 
 It's a known problem upstream, and it seems to be related with how glibc
 handles its timezone data. If my assumptions are correct, you have this
 rsync module configured to do a chroot. After the chroot, rsync (or
 rather, glibc) can't find the timezone data, and falls back to UTC.

I just checked, it is doing a chroot.  I don't think it really matters since
this isn't internet accessible.

 Rsync already does its best to initialize the timezone data before the
 chroot, but apparently glibc wants continued access to the timezone
 data. On most systems the rsync approach works, only on linux the log
 timestamps are wrong when rsync chroots.
 
 If it's a real problem, then to workaround you need to copy the
 necessary timezone files to the chroot, although in practice that is
 probably not workable :(

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals
 Got Gas???


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



Bug#396215: Problems with devices configured in /etc/fstab using UUID or LABEL

2007-04-05 Thread Sven Arvidsson
No idea if it's related, but there's an upstream bug about bad parsing
of user, in this case resulting in drives shown on the desktop.
http://bugzilla.gnome.org/show_bug.cgi?id=163165

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#417946: bash: dumps core while running parallel processes

2007-04-05 Thread Francesco Potorti`
Package: bash
Version: 3.1dfsg-8
Severity: normal

I run the test.sh script appended, and I got this:

$ ./test.sh 
2: child finished [1]- Running sleep 6  [2]+ Done sleep 2

malloc: unknown:0: assertion botched
free: start and end chunk sizes differ
Aborting...Aborted (core dumped)


This is not deterministic.  Usually I get this:

$ ./test.sh 
2: child finished [1]- Running sleep 6  [2]+ Done sleep 2
3: child finished [1]- Running sleep 6  [2]+ Done sleep 2


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set 
to C)

Versions of packages bash depends on:
ii  base-files  4Debian base system miscellaneous f
ii  debianutils 2.17 Miscellaneous utilities specific t
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libncurses5 5.5-5Shared libraries for terminal hand

bash recommends no packages.

-- no debconf information

===File ~/test.sh===
#! /bin/bash

function childfinished
{
echo $SECONDS: child finished $(jobs)
read -t 1 /dev/zero
echo $SECONDS: child finished $(jobs)
exit 0
} 2

set -bm
trap childfinished SIGCHLD

sleep 6 
sleep 2 
wait; echo $SECONDS: $(jobs)



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



Bug#416537: Double mounted partition icons on the gnome desktop

2007-04-05 Thread Sven Arvidsson
Is this related to bug #365670?

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#417945: fuse-utils: tiger complains about mount point /sys/fs/fuse/connections/

2007-04-05 Thread Laurent Bonnaud
Package: fuse-utils
Version: 2.6.3-2
Severity: normal


Hi,

I received this warning message in an e-mail from cron/tiger:

--CONFIG-- [con010c] Filesystem 'fusectl' used by 'none' is not recognised as a 
local filesystem

This is caused by this mount point:

# grep fuse /proc/mounts
none /sys/fs/fuse/connections fusectl rw 0 0

where none should be replaced by fusectl (as in other virtual
filesystems such as usbfs or devpts).

Therefore I propose that in /etc/init.d/fuse you replace:

mount -t fusectl none $MOUNTPOINT /dev/null 21 || \

with:

mount -t fusectl fusectl $MOUNTPOINT /dev/null 21 || \


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages fuse-utils depends on:
ii  adduser   3.102  Add and remove users and groups
ii  libc6 2.5-0exp6  GNU C Library: Shared libraries
ii  makedev   3.3.8.2-0  Creates device files in /dev
ii  sed   4.1.5-1The GNU sed stream editor
ii  ucf   2.0020 Update Configuration File: preserv
ii  udev  0.105-4/dev/ and hotplug management daemo

fuse-utils recommends no packages.

-- debconf information:
  fuse-utils/groupdelete: true
  fuse-utils/groupcreate: false
* fuse-utils/group: fuse
  fuse-utils/grouprenamemigrate: true


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



Bug#315785: Bug follow up

2007-04-05 Thread Sven Arvidsson
Hi,

Does this bug still happen with gnome-vfs2 version 1:2.14.2-7 (or later)
on an up to date Etch system?

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#393508: Bug follow up

2007-04-05 Thread Sven Arvidsson
Hi,

Does this bug still happen with gnome-vfs2 version 1:2.14.2-7 (or later)
on an up to date Etch system?

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22


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


Bug#417929: openoffice.org-core: CWD prepended to 'file:' URI after ooqstart invoked

2007-04-05 Thread simonson0j-debianbug
What seems to be an identical bug, 377189, was
reported for verions 2.0.3-2 of openoffice.org back in
July, 2006. 

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






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



Bug#291853: xkbcomp warns about RALT having 2 symbols

2007-04-05 Thread Mario 'BitKoenig' Holbe
reopen 291853
thanks

On Wed, Mar 21, 2007 at 11:24:24PM +0100, Brice Goglin wrote:
 This problem seems to be gone again in Etch. Closing.

Hmmm - unfortunately, I cannot confirm that. My xkb-data version is
0.9-4 and the warning appears with that. I did even wait some time in
the hope there will be some package update which you are referring to
but there was none.


Thanks for your work  regards
   Mario
-- 
It is practically impossible to teach good programming style to students
that have had prior exposure to BASIC: as potential programmers they are
mentally mutilated beyond hope of regeneration.  -- Dijkstra


signature.asc
Description: Digital signature


Bug#417901: blender: Use new icon theme

2007-04-05 Thread Cyril Brulebois
tag 417901 pending
thanks

Sven Arvidsson [EMAIL PROTECTED] (05/04/2007):
 Blender 2.43 comes with a great new icon theme[0], following the
 freedesktop specification[1]. It's included in the sources
 (release/freedesktop/icons) but does not seem to be used by the
 package yet.

Pending as should be fixed with 2.43-1 in experimental, the fixes are
in the CVS. From what I read (quickly, though) on the devel list, each
distribution has to do what is needed to incorporate these icons. I
chose to copy the 32x32 PNG one at the moment.

 On a similar note, I noticed that you don't run [...] You can run it
 manually or use dh_desktop to install the file.

Missing dh_desktop call added.

 I would also suggest you try to get the desktop file included upstream
 so more translations can be added and shared among the distributions.

Would be done with other upstream changes, TODOlisted and pkg-blender
list informed with some TODO items.

Thanks for your report.

Cheers,

-- 
Cyril Brulebois


pgp8lzyANaYiJ.pgp
Description: PGP signature


Bug#412206: libpam-keyring: @include common-pamkeyring doesn't work with libpam-ssh

2007-04-05 Thread Laurent Bigonville
tags 412206 + wontfix
thanks

Hi,

Mark as wontfix since common-pamkeyring fits for 90% of the users.
People who want more custom behaviour can modify config files
themselves.

Regards

Laurent Bigonville


pgpX1YUBLyo1j.pgp
Description: PGP signature


Bug#417947: [INTL:ta] debconf PO translations for the package aiccu

2007-04-05 Thread Tirumurti Vasudevan

From: drtv-guest
To:  [EMAIL PROTECTED]
Subject: [INTL:ta] debconf PO translations for the package aiccu
Package:aiccu
Version: N/A
Severity: wishlist
Tags: l10n patch
Please find attached the Tamil translation of the aiccu package.

--
BE HAPPY! LIFE IS TOO SHORT TO BE UNHAPPY!
# translation of aiccu.po to TAMIL
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Dr.T.Vasudevan [EMAIL PROTECTED], 2007.
msgid 
msgstr 
Project-Id-Version: aiccu\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-03-24 10:30+0100\n
PO-Revision-Date: 2007-04-05 22:06+0530\n
Last-Translator: Dr.T.Vasudevan [EMAIL PROTECTED]\n
Language-Team: TAMIL [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: string
#. Description
#: ../templates:1001
msgid Aiccu username:
msgstr ஏஐசிசியு பயனர் பெயர்:

#. Type: string
#. Description
#: ../templates:1001
msgid 
To successfully connect, you must provide your SixXS username. This is the 
same username you use to login to the sixxs.net web site.
msgstr வெற்றிகரமாக இணைக்க நீங்கள் உங்கள் சிக்ஸ்எக்ஸ்எஸ்(SixXS )பயனர் பெயரைத் தர வேண்டும். இது நீங்கள் sixxs.net இணய தளத்துக்கு உள் நுழைய பயன் படுத்தும் அதே பெயர்தான்.

#. Type: password
#. Description
#: ../templates:2001
msgid Aiccu password:
msgstr ஏஐசிசியு கடவுச் சொல்:

#. Type: password
#. Description
#: ../templates:2001
msgid 
To successfully connect, you must provide your SixXS password. This is the 
same password you use to login to the sixxs.net web site.
msgstr வெற்றிகரமாக இணைக்க நீங்கள் உங்கள் சிக்ஸ்எக்ஸ்எஸ்(SixXS ) கடவுச் சொல்லைத் தர வேண்டும். இது நீங்கள் sixxs.net இணய தளத்துக்கு உள் நுழைய பயன் படுத்தும் அதே கடவுச் சொல்தான்.

#. Type: select
#. Description
#: ../templates:3001
msgid Tunnel broker:
msgstr டன்னல் ப்ரோகர்:

#. Type: select
#. Description
#: ../templates:3001
msgid Please select the tunnel broker you would like to use.
msgstr நீங்கள் பயன் படுத்த விரும்பும் டன்னல் ப்ரோகர் ஐ தேர்ந்தெடுக்கவும்.

#. Type: select
#. Description
#: ../templates:4001
msgid Tunnel name:
msgstr டன்னல் பெயர்:

#. Type: select
#. Description
#: ../templates:4001
msgid 
If more than one tunnel is configured for your account, please specify which 
one should be automatically activated.
msgstr உங்கள் கணக்கில் ஒன்றுக்கு மேற்பட்ட டன்னல் வடிவமைத்து இருந்தால் எதை பயன் படுத்த வேண்டும் என தேர்ந்தெடுங்கள்.

#. Type: boolean
#. Description
#: ../templates:5001
msgid Re-check authentication details?
msgstr உண்மைப்படுத்தல் விவரங்களை மீண்டும் சரி பார்க்கவா?

#. Type: boolean
#. Description
#: ../templates:5001
msgid 
The authentication details you specified appear to be incorrect. You should 
try to log in on the tunnel broker website and contact the site 
administrators.
msgstr நீங்கள் குறிப்பிட்ட உண்மைப்படுத்தல் விவரங்கள் சரியல்ல. நீங்கள் டன்னல் ப்ரோக்கர் இணைய தளத்துக்குச் சென்று உள் நுழைய முயன்று அங்கு நிர்வாகிகளை தொடர்பு கொள்ள முயற்சிக்கலாம்.

#. Type: error
#. Description
#: ../templates:6001
msgid No tunnel brokers available
msgstr டன்னல் ப்ரோக்கர்கள் ஏதும் இருப்பிலில்லை

#. Type: error
#. Description
#: ../templates:6001
msgid 
No tunnel brokers could be retrieved from DNS (_aiccu + _aiccu.sixxs.net). 
This most likely indicates a DNS configuration problem.
msgstr 
டன்னல் ப்ரோக்கர்கள் ஏதும் ஏஐசிசியு டிஎன்எஸ் (_aiccu + _aiccu.sixxs.net) இலிருந்து 
மீட்டெடுக்க முடியவில்லை. 

Bug#410474: More info

2007-04-05 Thread Lennart Sorensen
I managed to come up with a much simpler solution and hence a much
simpler patch, which is not linux specific and does not require /proc or
any other file parsing.

It turns out the upstream fix to mysql was on the right track, but must
have been working on a BSD system or at least something similar.  On BSD
setjmp saves signal context.  On SysV (and linux too it seems), it does
not.  This causes it to break.  By switching the code to using sigsetjmp
and siglongjmp instead, and passing the argument to explicitly save the
signal context, the problem disappears and my 486 works great.  I
verified with some debuging that it does in fact correctly detect that
my 486 does not have cpuid, and that my athlon does have cpuid.

This should be applied to mysql 5.whichever to fix 486 (and other
cpuid-less cpu) support in Etch, and Sid too for that matter.  After all
Etch is supposed to support 486s and without this fix, it does not in
many cases.  It is also a very simple change and should not cause any
new problems.  I would think that this qualifies as release critical.

--
Len Sorensen

--- mysql-dfsg-5.0-5.0.36.ori/extra/yassl/taocrypt/src/misc.cpp 2007-02-20 
12:49:38.0 -0500
+++ mysql-dfsg-5.0-5.0.36/extra/yassl/taocrypt/src/misc.cpp 2007-04-05 
12:29:34.0 -0400
@@ -167,10 +167,10 @@
 #ifdef TAOCRYPT_X86ASM_AVAILABLE
 
 #ifndef _MSC_VER
-static jmp_buf s_env;
+static sigjmp_buf s_env;
 static void SigIllHandler(int)
 {
-longjmp(s_env, 1);
+siglongjmp(s_env, 1);
 }
 #endif
 
@@ -199,7 +199,7 @@
 return false;
 
 bool result = true;
-if (setjmp(s_env))
+if (sigsetjmp(s_env,1))
 result = false;
 else 
 __asm__ __volatile


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



Bug#406935: ITP: ledger-smb -- A web based double-entry accounting program

2007-04-05 Thread Michael Schultheiss
retitle 406935 ITP: ledgersmb -- A web based double-entry accounting program
kthxbye

Michael Schultheiss wrote:
 * Package name: ledger-smb

Package name will now be ledgersmb since the upstream has switched to
that name over ledger-smb.  Version 1.2.0 has just been released - that
version or later will be the first version uploaded.

-- 

Michael Schultheiss
E-mail: [EMAIL PROTECTED]


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



Bug#417948: kernel-package: Option --cross-compile=- dont't work whith target modules*

2007-04-05 Thread Jose Calhariz
Package: kernel-package
Version: 10.068
Severity: important
Tags: none

When doing cross-compilation of kernel and externel modules, I found
that --cross-compile=- option is ignored with targets modules*.  The
compilation fails because it tries to use the -gcc compiler.

Example:

cd /usr/src/linux-source-2.6.18  make 
M=/usr/src/modules/loop-aes/loop-AES/tmp-d-kbuild modules 
make[4]: -gcc: Command not found


When I change the file debian/ruleset/modules.mk, generated by
make-kpkg debian, to add the variable CROSS_ARG to the targets
modules*, It use the correct compiler gcc.

So I believe the variable CROSS_ARG is missing in the file
/usr/share/kernel-package/ruleset/modules.mk

  José Calhariz

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

Versions of packages kernel-package depends on:
ii  dpkg 1.13.25 package maintenance system for Deb
ii  dpkg-dev 1.13.25 package building tools for Debian
ii  file 4.17-5etch1 Determines file type using magic
ii  gcc [c-compiler] 4:4.1.1-15  The GNU C compiler
ii  gcc-3.3 [c-compiler] 1:3.3.6-15  The GNU C compiler
ii  gcc-3.4 [c-compiler] 3.4.6-5 The GNU C compiler
ii  gcc-4.1 [c-compiler] 4.1.1-21The GNU C compiler
ii  gettext  0.16.1-1GNU Internationalization utilities
ii  make 3.81-2  The GNU version of the make util
ii  perl 5.8.8-7 Larry Wall's Practical Extraction 
ii  po-debconf   1.0.8   manage translated Debconf template

Versions of packages kernel-package recommends:
ii  bzip2   1.0.3-6  high-quality block-sorting file co
ii  libc6-dev [libc-dev]2.3.6.ds1-13 GNU C Library: Development Librari

-- no debconf information


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



Bug#417659: [Pkg-octave-devel] Bug#417659: octave2.9-forge: API version mismatches the octave core

2007-04-05 Thread Rafael Laboissiere
* Hongzheng Wang [EMAIL PROTECTED] [2007-04-05 23:50]:

 I also notice that the octave-forge provides a pkg mechanism now
 according to their faq and docs.  And, of course, the pkg subsystem is
 not a compatible Debian style.  But I think the new pkg method is not
 compulsory.  I mean, octave-forge may be able to work in a pre-build
 manner.  Thus, it may be possible to provide a matched octave-forge
 package so that it can be used with the current octave core in sid
 (after addpath the oct files and m files of octave-forge).  Well, I'm
 not sure about it; just a guess :-)

Thanks for your suggestions but we already started discussing about this in
the pkg-octave-devel mailing list [1].  This is a quite big project and I
cannot foresee when it will be done.

[1] 
http://lists.alioth.debian.org/pipermail/pkg-octave-devel/2007-March/002200.html

-- 
Rafael


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



Bug#410474: Severity: grave

2007-04-05 Thread Lennart Sorensen
Severity: grave


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



Bug#417896: apache2-mpm-itk should provide apache2-mpm-prefork

2007-04-05 Thread Steinar H. Gunderson
On Thu, Apr 05, 2007 at 08:51:03PM +1000, Craig Sanders wrote:
 this package should Provides: apache2-mpm-prefork because there are several
 packages that depend on apache2-mpm-worker | apache2-mpm-threadpool |
 apache2-mpm-prefork | apache2-mpm-perchild (note: no -itk in that list).

Then these packages should be fixed. apache2-mpm-itk can't provide
apache2-mpm-prefork since there also are versioned depends on mpm-prefork
around. (ISTR there were other issues too; my internal packages had such a
provides a long time ago.)

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#405344: Wishlist: Remove remaining symlinks

2007-04-05 Thread Silvestre Zabala

Hello,

after running into the same bug with Netbeans and seing the bug fix
here - I wonder are the other symbolics besides rails needed at all?

A simple vendor directory with only a link to /usr/share/rails, in my case
$ ls -l vendor/
lrwxrwxrwx 1 silvestre silvestre 16 2007-04-05 18:47 rails - /usr/share/rails

seems to work well.

Best regards,
 Silvestre


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



Bug#283922: LDAPv3

2007-04-05 Thread Anthony Callegaro
Hey Patrick,

It sure solve the issue for people running LDAP v3 but I guess it must
break it for people running LDAP v2 so I think the best solution would
be to include it as a parameters or autodetected during the install. I'm
not a php guru but it might be possible to include it in the php.ini as
well...

What do you think ?
Anthony

Le jeudi 05 avril 2007 à 15:26 +0200, schönfeld / in-medias-res.com a
écrit :
 Hi,
 
 Anthony Callegaro schrieb:
  Hey there,
  
  This is indeed due to Mantis not supporting LDAP v3. To solve it you
  need to add  @ldap_set_option($t_ds, LDAP_OPT_PROTOCOL_VERSION, 3); in
  file /usr/share/mantis/www/core/ldap_api.php.
  
  Patrick, is there anyway that this could be included in the Debian
  package so we wouldn't have to modify it after each upgrade ?
 
 yes, if that solves the problem i can incorporate this change into the
 next upload. I'm trying to make it ready as soon as i can as 1.0.7 has
 been released recently.
 
 Best Regards
 
 Patrick
 


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


Bug#417949: ion3: Last update do not handle my dual screen

2007-04-05 Thread Daniel 'NebuchadnezzaR' Dehennin
Package: ion3
Version: 20070318-2
Severity: normal

Hello,

I'm using ion3 with the MergedFB mode of my radeon, since now it
worked perfectly.

Each of my screen was independent from the other, switching workspace
on one screen do not switch on the other one.

With the last version both screen are seen like one.

I now must use Mod1+Tab to move thought screens (Mod1+Shift+comma and
Mod1+Shift+period before the upgrade).

Regards.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.4+thorr.1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages ion3 depends on:
ii  eterm [x-terminal-emula 0.9.4.0debian1-2 Enlightened Terminal Emulator
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  liblua5.1-0 5.1.1-2  Simple, extensible, embeddable pro
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  xterm [x-terminal-emula 225-1X terminal emulator

Versions of packages ion3 recommends:
ii  xfonts-100dpi 1:1.0.0-3  100 dpi fonts for X
ii  xfonts-100dpi-transcoded  1:1.0.0-3  100 dpi fonts for X (transcoded fr
ii  xfonts-75dpi  1:1.0.0-3  75 dpi fonts for X
ii  xfonts-75dpi-transcoded   1:1.0.0-3  75 dpi fonts for X (transcoded fro

-- no debconf information


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



Bug#417953: apt's Packages.diff: 7 days, but Christmas has 12

2007-04-05 Thread Dan Jacobson
Package: apt
Version: 0.6.46.4
Severity: wishlist

Why go through all the effort to make a Packages.diff directory, and
then only keep one week of diffs in it?

Doesn't the song go on the eighth day of Christmas, my true love gave
to me...one tiny missing .diff, so I have to download the whole
*/Packages.gz again. (And how to configure apt to get the smaller .bz2?)

Just use the rsync hack, you chuckle. Yes, long ago I did but let's
not complicate this further.

12 days instead of seven would still be nothing compared to the
whopping .gz or .bz2's that one must download if one does not return
home in time, which is often the case for rural users.

I'm not asking for a whole month of Ramadan of .diffs, just your basic
Christian values of 12 days.

(Wait, I see at least my run of apt-get update downloaded both the .gz
and the 6 MB .gz AND the 4.5 MB .bz2. OK, I will route this message
through the bug tracking system too.)


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



Bug#417951: /etc/init.d/postgresql-7.4 start doesn't

2007-04-05 Thread Dan Jacobson
Package: postgresql-7.4
Version: 1:7.4.15-1
Severity: wishlist

This does not start anything, nor does it print why, not even in any
log file.

# /etc/init.d/postgresql-7.4 start
Starting PostgreSQL 7.4 database server:.
# pgrep post
#


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



Bug#417952: wget: don't get reject items in the first place

2007-04-05 Thread Dan Jacobson
Package: wget
Version: 1.10.2-2
Severity: wishlist

If something is to be rejected, why can't there be a way to not get it
in the first place?

wget --save-headers -x -r -l 1 -A.gz,.html --no-parent \
http://linux.cdpa.nsysu.edu.tw/debian/dists/sid/main/binary-i386/Packages.diff/

--23:28:53--  
http://linux.cdpa.nsysu.edu.tw/debian/dists/sid/main/binary-i386/Packages.diff/?C=N;O=D
   = 
`linux.cdpa.nsysu.edu.tw/debian/dists/sid/main/binary-i386/Packages.diff/index.html?C=N;O=D'
Removing 
linux.cdpa.nsysu.edu.tw/debian/dists/sid/main/binary-i386/Packages.diff/index.html?C=N;O=D
 since it should be rejected.


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



Bug#417950: scim: mention how to restart

2007-04-05 Thread Dan Jacobson
Package: scim
Version: 1.4.4-7
Severity: wishlist

Upon printing the message:
   Not all configuration can be reloaded on the fly. Don't forget to
   restart SCIM in order to let all of the new configuration take effect.

Well, also tell them how to restart SCIM.
$ pkill ^scim  scim -d
perhaps.


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



<    1   2   3   4   >