Bug#292456: wajig: typo in help: Bug Tacker

2005-01-27 Thread Graham Williams
Received Thu 27 Jan 2005  5:08pm +1100 from A Costa:
 Package: wajig
 Version: 2.0.19-2
 Severity: minor
 
 
   wajig -v help | grep -n Tacker
   9: bugCheck reported bugs in package using the Debian Bug 
 Tacker
 
 s/Tacker/Tracker/

Thanks for the bug report.  Fixed in version 2.0.20.

Regards
Graham


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



Bug#292468: plone: validation of numeric email addresses

2005-01-27 Thread Jeroen T. Vermeulen
Package: plone
Version: 2.0.4-2
Severity: minor


When adding a new user to a portal, entering an email address like
[EMAIL PROTECTED] passes the form's validation, but then shows a Site
error with an Error Value of You must enter a valid email address.
Yet on top of the page it says You have been registered.  So which is
it?


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-ac2
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages plone depends on:
ii  zope-cmfplone 2.0.4-2A zope/cmf-based content managemen

-- no debconf information



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



Bug#292065: #292065 numerous security holes in xshisen

2005-01-27 Thread Joey Hess
Here's the patch I came up with for this.

-- 
see shy jo
diff --new-file -ur tmp/xshisen-1.51-1/Makefile.in xshisen-1.51-1/Makefile.in
--- tmp/xshisen-1.51-1/Makefile.in  2003-10-29 11:49:58.0 -0500
+++ xshisen-1.51-1/Makefile.in  2005-01-27 01:56:36.0 -0500
@@ -17,7 +17,7 @@
 
 XSHISENLIB = @datadir@/xshisen
 XSHISENDAT = @sharedstatedir@
-CXXFLAGS = @CXXFLAGS@
+CXXFLAGS = @CXXFLAGS@ -DNO_GLOBAL_HIGHSCORE
 CPPFLAGS = $(CPPOPTS) @CPPFLAGS@
 CPPOPTS  =
 LDFLAGS  = @LDFLAGS@
diff --new-file -ur tmp/xshisen-1.51-1/debian/README.Debian 
xshisen-1.51-1/debian/README.Debian
--- tmp/xshisen-1.51-1/debian/README.Debian 1969-12-31 19:00:00.0 
-0500
+++ xshisen-1.51-1/debian/README.Debian 2005-01-27 02:44:17.0 -0500
@@ -0,0 +1,4 @@
+Note that in the Debian package of xshisen, support for system-wide score
+files is disabled. This was done because xshisen is not written very
+securely, and a system-wide score file required the program to be installed
+setgid games.
diff --new-file -ur tmp/xshisen-1.51-1/debian/changelog 
xshisen-1.51-1/debian/changelog
--- tmp/xshisen-1.51-1/debian/changelog 2005-01-19 15:21:19.0 -0500
+++ xshisen-1.51-1/debian/changelog 2005-01-27 02:47:32.0 -0500
@@ -1,3 +1,15 @@
+xshisen (1.51-1-1.2) unstable; urgency=HIGH
+
+  * NMU (at maintainer's request).
+  * Add NO_GLOBAL_HIGHSCORE define which crudely disables the support for
+a global score file.
+  * Remove sgid bit. Closes: #291613, #292065
+  * Comment out code in postinst that set up /var/games/xshisen.scores,
+but for now, do not delete that file on upgrade.
+  * Add README.Debian.
+
+ -- Joey Hess [EMAIL PROTECTED]  Thu, 27 Jan 2005 02:42:26 -0500
+
 xshisen (1.51-1-1.1) unstable; urgency=HIGH
 
   * NMU
diff --new-file -ur tmp/xshisen-1.51-1/debian/postinst 
xshisen-1.51-1/debian/postinst
--- tmp/xshisen-1.51-1/debian/postinst  2003-10-29 11:49:58.0 -0500
+++ xshisen-1.51-1/debian/postinst  2005-01-27 02:46:16.0 -0500
@@ -5,12 +5,12 @@
 
 case $1 in
 configure)
-   if [ ! -f /var/games/xshisen.scores ]; then
-   cp -f /usr/share/games/xshisen/xshisen.scores \
-   /var/games/xshisen.scores
-   chown root.games /var/games/xshisen.scores
-   chmod 664 /var/games/xshisen.scores
-   fi
+#  if [ ! -f /var/games/xshisen.scores ]; then
+#  cp -f /usr/share/games/xshisen/xshisen.scores \
+#  /var/games/xshisen.scores
+#  chown root.games /var/games/xshisen.scores
+#  chmod 664 /var/games/xshisen.scores
+#h fi
 ;;
 abort-upgrade|abort-remove|abort-deconfigure)
 ;;
diff --new-file -ur tmp/xshisen-1.51-1/debian/rules xshisen-1.51-1/debian/rules
--- tmp/xshisen-1.51-1/debian/rules 2003-10-29 11:49:58.0 -0500
+++ xshisen-1.51-1/debian/rules 2005-01-27 02:45:32.0 -0500
@@ -64,8 +64,7 @@
 DESTDIR=$(CURDIR)/debian/xshisen \
 XSHISENDAT=$(CURDIR)/debian/xshisen/usr/share/games/xshisen \
 XSHISENLIB=$(CURDIR)/debian/xshisen/usr/share/games/xshisen
-   chown root.games $(CURDIR)/debian/xshisen/usr/games/xshisen
-   chmod g+s $(CURDIR)/debian/xshisen/usr/games/xshisen
+   chown root.root $(CURDIR)/debian/xshisen/usr/games/xshisen
chmod 644 
$(CURDIR)/debian/xshisen/usr/share/games/xshisen/xshisen.scores
 
 # Build architecture-independent files here.
diff --new-file -ur tmp/xshisen-1.51-1/main.C xshisen-1.51-1/main.C
--- tmp/xshisen-1.51-1/main.C   2003-10-29 11:53:41.0 -0500
+++ xshisen-1.51-1/main.C   2005-01-27 02:27:48.0 -0500
@@ -353,6 +353,7 @@
 delete[] scorefile;
 
 if (globRes.scoreOnly) {
+#ifndef NO_GLOBAL_HIGHSCORE
 sc-DisplayScore(initial_game_state);
 #if USE_MOTIF
 XtAddCallback(*sc, XmNokCallback, (XtCallbackProc)ExitCB, NULL);
@@ -360,6 +361,10 @@
 XtAddCallback(XtNameToWidget(*sc, *ok_button),
   XtNcallback, (XtCallbackProc)ExitCB, NULL);
 #endif
+#else /* NO_GLOBAL_HIGHSCORE */
+   fprintf(stderr, System score files not enabled.\n);
+   exit(1);
+#endif /* NO_GLOBAL_HIGHSCORE */
 }
 else {
 GetGameSize(initial_game_state, num_piece_x, num_piece_y);
diff --new-file -ur tmp/xshisen-1.51-1/menubar.C xshisen-1.51-1/menubar.C
--- tmp/xshisen-1.51-1/menubar.C2002-07-08 01:37:11.0 -0400
+++ xshisen-1.51-1/menubar.C2005-01-27 02:22:48.0 -0500
@@ -158,8 +158,13 @@
   (XtCallbackProc)GameCB, (XtPointer)1);
 XtAddCallback(XtNameToWidget(menushell0, button_2), XtNcallback,
   (XtCallbackProc)GameCB, (XtPointer)2);
+#ifdef NO_GLOBAL_HIGHSCORE
+XtVaSetValues(XtNameToWidget(menushell0, button_3), XtNsensitive,
+  False, NULL);
+#else
 XtAddCallback(XtNameToWidget(menushell0, button_3), XtNcallback,
   (XtCallbackProc)GameCB, (XtPointer)3);
+#endif
 XtAddCallback(XtNameToWidget(menushell0, 

Bug#292470: gimp: GIMP screenshot dialogue as separate app

2005-01-27 Thread Andreas Neudecker
Package: gimp
Version: 2.0.6-1
Severity: wishlist



Hi. I am using the screenshot dialogue of GIMP frequently to shoot windows 
of applications. In most cases editing is not required after shooting. Thus,
the necessity to load the full GIMP application is pretty annoying. Also,
the standard GNOME screenshot utility is very basic.

Considering the solutions for scanners (or rather scanner software like XSane)
that is included as a plugin, I suggest to extract GIMP's screenshot dialogue
as separate utility that could nevertheless be loaded together with the main 
application -- as plugin.

Advantages: You could use it the same way as the standard GNOME screenshot
utility or other snap-shooters whithout having to load the full GIMP. I
guess it would load much faster. It offers far more options than the GNOME 
standard. It could be included as a quick access icon somewhere in menues, 
on the toolbars or the desktop.

Disadvangtages: Amount of work to extract it as a plugin/separate utility?


Kind regards


Andreas


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gimp depends on:
ii  aalib1   1.4p5-22ascii art library
ii  gimp-data2.0.6-1 Data files for The GIMP, stable ve
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libexif100.6.9-4 The EXIF library allows you to par
ii  libexpat11.95.8-1XML parsing C library - runtime li
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgimp2.0   2.0.6-1 Libraries necessary to run the GIM
ii  libgimpprint14.2.7-4 The Gimp-Print printer driver libr
ii  libglib2.0-0 2.4.8-1 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liblcms1 1.13-1  Color management library
ii  libmng1  1.0.8-1 Multiple-image Network Graphics li
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtiff4 3.6.1-5 Tag Image File Format library
ii  libwmf0.2-7  0.2.8-1.1   Windows metafile conversion librar
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxpm4  4.3.0.dfsg.1-10 X pixmap library
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  wget 1.9.1-8 retrieves files from the web
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#292469: gjig: Dependees button doesn't work.

2005-01-27 Thread A Costa
Package: wajig
Version: 2.0.19-2
Severity: normal


Start 'gjig', type a package name in the Package(s) box,
click on Dependees.  Error message says:

The command 'dependees' was not recognised
Perhaps it is not yet implemented or you misspelt the command

The string 'ependees' shows up in six files:

for f in `wajig listfiles wajig`; do if x=`grep -n ependees $f` ;  then 
echo $f: ; echo $x | awk '{print \t, $0}'; fi ; done
/usr/share/wajig/changes.py:
 368:def get_dependees(pkg):
/usr/share/wajig/commands.py:
 763:# For each dependency, find dependees that are 
installed.
 769:dp = changes.get_dependees(p)
 770:if changes.get_dependees(p) == [pkg]:
/usr/share/wajig/documentation.py:
 180: remove-depend  Remove package and its dependees not 
required by others
/usr/share/wajig/gjig.py:
 218:dependees : (Dependees, ONLYONE, False, a 
single named package),
/usr/share/wajig/wajig.py:
 716:#print changes.get_dependees(libclan2-mikmod)
/usr/share/wajig/gjig.glade:
 1195:  widget class=GtkButton id=dependees_button
 1199:property name=label 
translatable=yesDependees/property
 1203:signal name=clicked 
handler=on_dependees_button_clicked last_modification_time=Sat, 14 Feb 2004 
09:57:40 GMT/

Since 'wajig dependents mozilla' works OK, maybe some of those
'grep' hits should be changed to 'dependents'.  (Which ones? I dunno.)


Hope this helps...



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages wajig depends on:
ii  apt   0.5.28.1   Advanced front-end for dpkg
ii  python2.3.4-6An interactive high-level object-o
ii  python-apt0.5.10 Python interface to libapt-pkg

-- no debconf information


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



Bug#292340: acknowledged by developer (Bug#292340: fixed in reportbug 3.7)

2005-01-27 Thread Gabor Kiss [Bitman]
Dear Chris,

 Source: reportbug
 Source-Version: 3.7

 We believe that the bug you reported is fixed in the latest version of
 reportbug, which is due to be installed in the Debian FTP archive:

 reportbug_3.7.dsc
   to pool/main/r/reportbug/reportbug_3.7.dsc
 reportbug_3.7.tar.gz
   to pool/main/r/reportbug/reportbug_3.7.tar.gz
 reportbug_3.7_all.deb
   to pool/main/r/reportbug/reportbug_3.7_all.deb

FYI: There are no such files on ftp.debian.org:


$ ftp ftp.debian.org
Connected to ftp.debian.org.
220 saens.debian.org FTP server (vsftpd)
Name (ftp.debian.org:kissg): ftp
331 Please specify the password.
Password:
230-
...snip...
Using binary mode to transfer files.
ftp cd /debian/pool/main/r/reportbug/
250 Directory successfully changed.
ftp dir
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
-rw-r--r--1 1176 1176  858 Apr 04  2002 reportbug_1.50.dsc
-rw-r--r--1 1176 117669698 Apr 04  2002 reportbug_1.50.tar.gz
-rw-r--r--1 1176 117666574 Apr 04  2002 reportbug_1.50_all.deb
-rw-rw-r--1 1176 1176  520 Nov 09 01:47 reportbug_3.2.dsc
-rw-rw-r--1 1176 1176   119841 Nov 09 01:47 reportbug_3.2.tar.gz
-rw-rw-r--1 1176 1176   107958 Nov 09 01:47 reportbug_3.2_all.deb
-rw-rw-r--1 1176 1176  520 Jan 20 05:18 reportbug_3.6.dsc
-rw-rw-r--1 1176 1176   128723 Jan 20 05:18 reportbug_3.6.tar.gz
-rw-rw-r--1 1176 1176   108856 Jan 20 05:18 reportbug_3.6_all.deb
226 Directory send OK.
ftp


What do you mean Debian FTP archive?

Regards

Gabor


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



Bug#292459: xprint-xprintorg: [INTL:fr] French debconf templates translation

2005-01-27 Thread Drew Parsons
On Thu, 2005-01-27 at 06:49 +0100, Christian Perrier wrote:
 
 Please find attached the french debconf templates update, proofread by the
 debian-l10n-french mailing list contributors.
 
 
 Please, for the next updates you make to this package templates,
 consider warning translators before uploading the package and leave
 them a delay for translation updates.
 

I'm sorry, I didn't know how you are to be notified.  Previously you've
always supplied the translations without being asked, so I thought there
was already notification system in place.

Thanks for the translation,

Drew



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



Bug#292471: gimp: GIMP screenshot utility: optionally include mouse pointers with screenshot

2005-01-27 Thread Andreas Neudecker
Package: gimp
Version: 2.0.6-1
Severity: wishlist



Hi.


An option to include the mouse pointer with a screenshot would be nice.
Really. ;-)


Kind regards


Andreas


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gimp depends on:
ii  aalib1   1.4p5-22ascii art library
ii  gimp-data2.0.6-1 Data files for The GIMP, stable ve
ii  libart-2.0-2 2.3.16-6Library of functions for 2D graphi
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libexif100.6.9-4 The EXIF library allows you to par
ii  libexpat11.95.8-1XML parsing C library - runtime li
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgimp2.0   2.0.6-1 Libraries necessary to run the GIM
ii  libgimpprint14.2.7-4 The Gimp-Print printer driver libr
ii  libglib2.0-0 2.4.8-1 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg626b-9The Independent JPEG Group's JPEG 
ii  liblcms1 1.13-1  Color management library
ii  libmng1  1.0.8-1 Multiple-image Network Graphics li
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtiff4 3.6.1-5 Tag Image File Format library
ii  libwmf0.2-7  0.2.8-1.1   Windows metafile conversion librar
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxmu6  4.3.0.dfsg.1-10 X Window System miscellaneous util
ii  libxpm4  4.3.0.dfsg.1-10 X pixmap library
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  wget 1.9.1-8 retrieves files from the web
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-3   compression library - runtime

-- no debconf information


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



Bug#292472: podebconf-report-po does nothing (No outdated files)

2005-01-27 Thread Drew Parsons
Package: po-debconf
Version: 0.8.17
Severity: normal

My translators have just informed me of the existence of podebconf-report-po.

I've just added a debconf question to xprt-common (0.1.0.alpha1-6).  I ran
debconf-updatepo, and have already received updated translations for da, ja
and fr. That leaves updates from cs, de and pt_BR.

But when I run podebconf-report-po, it tells me there are no outdated files:

$ podebconf-report-po --package=xprt-common -v
**podebconf-report-po: Package: xprt-common
**podebconf-report-po: Maintainer: Drew Parsons [EMAIL PROTECTED]
**podebconf-report-po: Checking for po files in ../debian/po
No outdated files


I'm sure it's supposed to actually *do* something, like send an email to cs,
de and pt_BR or something.

What might be wrong?

Drew



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages po-debconf depends on:
ii  gettext0.14.1-8  GNU Internationalization utilities
ii  intltool-debian0.30+20040213 Help i18n of RFC822 compliant conf
ii  perl   5.8.4-5   Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#292440: pure-ftpd: Patch to set PAM_RHOST and PAM_RUSER for pam authentication

2005-01-27 Thread Frank Denis (Jedi/Sector One)
On Thu, Jan 27, 2005 at 02:05:20AM +0100, Marek Habersack wrote:
  The attached patch adds support for setting of two PAM items - PAM_RUSER
 and PAM_RHOST (for remote user and host, respectively). This is needed to
 be able to use pam_access with pure-ftpd for non-local login setups. The
 changes are simple and don't affect much code, please consider applying it.

  Your patch looks ok, I'm going to merge it.
  
  Thanks a lot for your help, Marek.

-- 
Frank - my stupid blog: http://00f.net


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



Bug#287940: apparently kernel

2005-01-27 Thread Ludovic Rousseau
Le Wednesday 26 January 2005 à 22:57:45, Jeff Abrahamson a écrit:
 Upgrading kernel (to 2.6.8-2-686) solved the problem.  Weird as this
 was, it's probably therefore kernel-related and not jpilot-related.

You are not the only one to report such a problem with the kernel.

I will keep this bug open for a while so other users can find the
solution by reading the thread.

Bye,

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --


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



Bug#292474: twiki plugins should come from /usr/local/twiki/lib

2005-01-27 Thread Sven Dowideit

Package: twiki
Version: 20030201-6


you should be able to unpack plugins in /var/lib/twiki

This has been working for me with version 20030201-6 on Sarge (testing).
I think the way to best match what other Debian packages do would be to
have TWiki look in /usr/local for locally-installed templates, plugins,
etc., but I understand that this may be a big change from the upstream
code. It would be nice to just be able to unpack in
e.g. /usr/local/twiki as a member of group staff rather than
in /var/lib/twiki (with its links to /usr/lib/cgi-bin/twiki
and /usr/share/perl5) as root. Using /usr/local avoids any system
pollution, keeping locally-installed bits out of dpkg's way. --
VineetKumar - 27 Jan 2005

--

Vineet - I like the idea, and have added it to twiki's bugs list 

This idea unfortunatly will not really work for anything other than lib
files at the moment, but I think the idea has considerable merit even
when taking the effort required into consideration

Cheers  Thanks for the idea

Sven



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



Bug#292467: comp broken (at least for external editors, maybe more)

2005-01-27 Thread Alexander Zangerl
On Wed, 26 Jan 2005 23:30:13 PST, Matt Taggart writes:
After upgrading exmh today when I click on the Comp button I get an
Error Info dialog popup with the following contents,

arghl. my silly mistake; i ran into this problem with give-away,
fixed it there but didn't fix it for exmh-async.

the attached small patch fixes the problem (the files concerned are
in /usr/lib/exmh) and yes, this time i've tested it better.
a new version will be uploaded within the next hour.

regards
az

diff -ubr /home/az/x/editor.tcl ./editor.tcl
--- /home/az/x/editor.tcl   Thu Jan 27 18:21:15 2005
+++ ./editor.tclThu Jan 27 18:24:19 2005
@@ -316,7 +316,7 @@
 
 proc EditStart { draft {type prog} } {
 # Start the editor, reusing an existing session if possible
-global editor exmh mhProfile pgp
+global editor exmh mhProfile pgp install
 
 Exmh_Debug EditStart $draft $type
 
diff -ubr /home/az/x/seditExtras.tcl ./seditExtras.tcl
--- /home/az/x/seditExtras.tcl  Thu Jan 27 18:21:15 2005
+++ ./seditExtras.tcl   Thu Jan 27 18:22:52 2005
@@ -674,7 +674,7 @@
 destroy $f
 }
 proc SeditSpell { draft f t } {
-global sedit editor wish argv0
+global sedit editor wish argv0 install
 set parent [file root $f]
 if {[winfo exists $parent.spell]} {
destroy $parent.spell
diff -ubr /home/az/x/seditSel.tcl ./seditSel.tcl
--- /home/az/x/seditSel.tcl Thu Jan 27 18:21:15 2005
+++ ./seditSel.tcl  Thu Jan 27 18:22:36 2005
@@ -130,7 +130,7 @@
 
 
 proc SeditSelSpell { f t } {
-global sedit editor wish argv0
+global sedit editor wish argv0 install
 
 set parent [file root $f]
 catch {[destroy $parent.spell]}
-- 
+ Alexander Zangerl + DSA 42BD645D + (RSA 5B586291)
Rex is to Regina as Vax is to... -- Vadim Vygonets


pgpuX0Ultto0G.pgp
Description: PGP signature


Bug#289592: Debian bug #289592: possible solution

2005-01-27 Thread Marco d'Itri
On Jan 27, Darren Tucker [EMAIL PROTECTED] wrote:

   The problem you reported can be solved easily by applying the 
 BindAddress option inside a host-specific block of ssh_config or 
 $HOME/.ssh/config.  For example:
 
 Host ipv4host.example.com
   BindAddress my.local.ip4.addr
 
 Host ipv6host.example.com
   BindAddress my:local:ip6:addr
I know that I can do this, but I do not consider acceptable having to
configure every host I need to connect to.
Also, this will break if for some reason v6 connectivity is not
available and there is a fallback on IPv4.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#292475: mozilla-thunderbird: debsums warnings about checksum mismatch when reportbug-ing.

2005-01-27 Thread Y Giridhar Appaji Nag
Package: mozilla-thunderbird
Version: 1.0-3
Severity: normal


The following is a transcript from the session that I got when I was trying to
file a bug report against mozilla-thunderbird.

[snip]
Detected character set: UTF-8
Please change your locale if this is incorrect.

Getting status for mozilla-thunderbird...
Verifying package integrity...
There may be a problem with your installation of mozilla-thunderbird;
the following files appear to be missing or changed:
debsums: checksum mismatch mozilla-thunderbird file 
var/lib/mozilla-thunderbird/defaults.ini
debsums: checksum mismatch mozilla-thunderbird file 
var/lib/mozilla-thunderbird/components/xpti.dat
debsums: checksum mismatch mozilla-thunderbird file 
var/lib/mozilla-thunderbird/components/compreg.dat
debsums: checksum mismatch mozilla-thunderbird file 
var/lib/mozilla-thunderbird/chrome/installed-chrome.txt
debsums: checksum mismatch mozilla-thunderbird file 
var/lib/mozilla-thunderbird/chrome/overlayinfo/communicator/content/overlays.rdf
debsums: checksum mismatch mozilla-thunderbird file 
var/lib/mozilla-thunderbird/chrome/overlayinfo/navigator/content/overlays.rdf
debsums: checksum mismatch mozilla-thunderbird file 
var/lib/mozilla-thunderbird/chrome/overlayinfo/messenger/content/overlays.rdf
debsums: checksum mismatch mozilla-thunderbird file 
var/lib/mozilla-thunderbird/chrome/overlayinfo/browser/content/overlays.rdf
debsums: checksum mismatch mozilla-thunderbird file 
var/lib/mozilla-thunderbird/components.ini
debsums: checksum mismatch mozilla-thunderbird file 
var/lib/mozilla-thunderbird/extensions/Extensions.rdf
debsums: checksum mismatch mozilla-thunderbird file 
var/lib/mozilla-thunderbird/extensions/installed-extensions.txt
debsums: checksum mismatch mozilla-thunderbird file 
usr/lib/mozilla-thunderbird/chrome/chrome.rdf
debsums: can't open mozilla-thunderbird file 
usr/lib/mozilla-thunderbird/defaults/profile/extensions/installed-extensions.txt
 (No such file or directory)
debsums: checksum mismatch mozilla-thunderbird file 
usr/lib/mozilla-thunderbird/defaults/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/uninstall/Uninstall
Do you still want to file a report [y|N|q|?]? y
Checking for newer versions at packages.debian.org...
Will send report to Debian (per request).
Querying Debian BTS for reports on mozilla-thunderbird (source)...
82 bug reports found:
[snip]

I noticed that the file
/usr/lib/mozilla-thunderbird/defaults/profile/extensions/installed-extensions.txt
does not exist.  Perhaps it exists only on a system where there are extensions
installed.

The other files exist, but the checksum is being reported as incorrect.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mozilla-thunderbird depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-10 X Window System printing extension
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- debconf information:
  mozilla-thunderbird/browser: Debian


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



Bug#209145: workaround for ldd output ugliness

2005-01-27 Thread Petr Salinger
I got the same bug and found it in BTS. 

The last comment is incorrect.
The problem isn't {, 0} - kernel doesn't treat it as terminator,
moreover it stops earlier - on  {linux-gate.so.1, 15}.

The problem is special location of dl_sysinfo_dso.
On my system using cat /proc/self/maps:
e000-f000 ---p  00:00 0

Base address of linux-gate.so.1 is greater than TASK_SIZE (c000).

This DSO is acessible from user space, but not from kernel space :-(

Can be tested by this:


#include unistd.h
#include string.h
#include stdio.h

#define DSO_BASE 0xe
int main()
{
  char buf[4096], *gate;
  int i;

  gate = (char *)(DSO_BASE  12);
  memcpy(buf, gate, 4096);

  i = write(1, buf+1, 3);   /* ELF */
  printf(\n%d\n, i);
 
  i = write(1, gate+1, 3);  /* ELF */
  printf(\n%d\n, i);
  return 0;
}

It prints ELF only once.

I think, that workaround might be to use something like
strdup() instead of simply passing pointer to l-l_libname-name.  

around line 1200 in elf/rtld.c:

 if (l-l_info[DT_SONAME] != NULL)
l-l_libname-name = ((char *) D_PTR (l, l_info[DT_STRTAB])
  + l-l_info[DT_SONAME]-d_un.d_val); 



Regards

Petr




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



Bug#292174: debarchiver: Strange permissions on incoming/*/, useless error message.

2005-01-27 Thread Andreas Metzler
On 2005-01-27 Ola Lundqvist [EMAIL PROTECTED] wrote:
[...]
  [EMAIL PROTECTED]:~$ dpkg --contents debarchiver_0.1.5_all.deb | grep 
  /var/lib/debarchiver/incomin
[..]
 Take a look at the postinst file.

Yes, sorry for wasting your time by looking at the wrong place.

However I am curious: Isn't this this solution ((shipping directories
in the deb and chowning them afterwards) subotimal? I think on every
upgrade dpkg will change the permissions back to root:root and 755 and
postinst will have to reset them?
  cu andreas
-- 
See, I told you they'd listen to Reason, [SPOILER] Svfurlr fnlf,
fuhggvat qbja gur juveyvat tha.
Neal Stephenson in Snow Crash
   http://downhill.aus.cc/


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



Bug#292462: shows application quit unexpectedly dialog when dialogs finish

2005-01-27 Thread Jordi Mallach
On Wed, Jan 26, 2005 at 02:57:53PM -0800, Matt Kraai wrote:
 When the Downloads window closes because all of the downloads are
 complete and there are no other windows open, an error dialog is
 displayed with the following text:
 
  The Application epiphany has quit unexpectedly.

If you install bug-buddy, can you get a backtrace?

-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/~jordi/


signature.asc
Description: Digital signature


Bug#292477: mozilla-thunderbird: view pull down filter 'To Do' doesn't work with search setting Entire Message

2005-01-27 Thread Y Giridhar Appaji Nag
Package: mozilla-thunderbird
Version: 1.0-3
Severity: normal


On the Thunderbird main window, just above the message index, we have
the view filter to the left and the search messages text input box
to the right.

1. Some of the messages in the message index have been marked as To Do
(from the Message - Label - 4 To Do menu item.

2. In the search messages input box, the Entire Message option is
choosen (from the pull down menu that we get when we click on the lens
and down arrow icon)

When 1 and 2 above are done, and To Do is selected in the view
filter pull down menu (on the left side just above the message index), I
would expect only the messages marked as To Do in step 1 above to be
displayed, but they not displayed (infact, nothing is displayed).  This
however, works with the rest of the options in step 2 (i.e. Subject,
Sender, Subject Or Sender and Find In Message).

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages mozilla-thunderbird depends on:
ii  libatk1.0-0  1.8.0-4 The ATK accessibility toolkit
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfontconfig1   2.2.3-4 generic font configuration library
ii  libfreetype6 2.1.7-2.3   FreeType 2 font engine, shared lib
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libglib2.0-0 2.6.1-3 The GLib library of C routines
ii  libgtk2.0-0  2.4.14-2The GTK+ graphical user interface 
ii  libpango1.0-01.6.0-3 Layout and rendering of internatio
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxft2  2.1.2-6 FreeType-based font drawing librar
ii  libxp6   4.3.0.dfsg.1-10 X Window System printing extension
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  libxt6   4.3.0.dfsg.1-10 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- debconf information:
  mozilla-thunderbird/browser: Debian


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



Bug#292476: Package: Debian-Installer

2005-01-27 Thread Peet van de Sande
Package: Debian-Installer
Debian-installer-version:
http://cdimage.debian.org/pub/cdimage-testing/sarge_d-i/i386/current/
last monday uname -a: didn't install, but booted the 2.6 kernel
Date: Monday, february 24
Method: Clean install using sarge-i386-netinst.iso booting from CD
Machine: Dell PowerEdge 750
Processor: P4 2.8 HT
Memory: 512
Root Device: Sata, Software raid 1
Root Size/partition table: 
Output of lspci and lspci -n:

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

Initial boot worked:[O]
Configure network HW:   [E] Failed to detect CD
Config network: [E] Failed to detect CD
Detect CD:  [E] Failed to read modules from CD
Load installer modules: [O]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Create file systems:[ ]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]

Comments/Problems:

I really wanted to use the 2.6 kernel beceause of the SATA disks, but it
just wouldn't work.

I'll just keep trying :-)

Greetings,
Peet



Bug#291060: libstdc++6-4.0-doc: cannot install

2005-01-27 Thread Matthias Klose
Laurent Bonnaud writes:
 Package: libstdc++6-4.0-doc
 Version: 4.0-0pre4
 Severity: grave
 Justification: renders package unusable
 
 
 Hi,
 
 here is the problem:
 
 # apt-get install libstdc++6-4.0-doc
 [...]
 Unpacking libstdc++6-4.0-doc (from .../libstdc++6-4.0-doc_4.0-0pre4_all.deb) 
 ...
 dpkg: error processing 
 /var/cache/apt/archives/libstdc++6-4.0-doc_4.0-0pre4_all.deb (--unpack):
  unable to clean up mess surrounding 
 `./usr/share/doc/gcc-4.0-base/libstdc++/html_user/structstd_1_1tr1_1_1tuple__size_3_01tuple_3_01___null_class_00_01___null_class_00_01___null_class_00_01___null_class_00_01___null_class_00_01___null_class_00_01___null_class_00_01___null_class_00_01___null_'
  before installing another version: File name too long
 dpkg-deb: subprocess paste killed by signal (Broken pipe)

are you able to reproduce the failure with the current version in
experimental?


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



Bug#292359: catdoc_0.91.5-1.woody4_i386.deb does not install on woody

2005-01-27 Thread lorenzo gherdovich
Pawel Wiecek wrote:

 reassign 292359 ftp.debian.org
 merge 292359 290838
 thanks a lot

 On Jan 26,  3:55pm, Debian User wrote:
 Package: catdoc
 Version: N/A; reported 2005-01-26
 Severity: grave
 Justification: renders package unusable



 catdoc_0.91.5-1.woody4_i386.deb from stable-proposed-updates depends on
 libc6 (= 2.3.2.ds1-4):

 Reporting what's already reported gains nothing.

oops... sorry. O8-)

I filed the bugreport because I did not see it here:

http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkgdata=catdocarchive=no


-- 
lorenzo gherdovich - Infogroup SpA
  Key fingerprint = EBA2 BD77 E028 5EE7 D862  CE7E 8156 B219 7450 265E


-- Internet E-mail Confidentiality Footer 

Any  unauthorized use  of this  e-mail or  any of  its  attachments is
prohibited  and could  constitute  an  offence.  If  you  are not  the
intended addressee, please advise  immediately the sender by using the
reply facility in your e-mail software and destroy the message and its
attachments.   The statements  and opinions  expressed in  this e-mail
message are those of the author  of the message and do not necessarily
represent  those of Infogroup  S.p.A.  Besides,  The contents  of this
message shall be understood as neither given nor endorsed by Infogroup
S.p.A.   Infogroup S.p.A.  does not  accept liability  for corruption,
interception or amendment, if any, or the consequences thereof.

-- Internet Email Confidentiality Footer -


pgpZEKhzcDg8a.pgp
Description: PGP signature


Bug#292472: podebconf-report-po does nothing (No outdated files)

2005-01-27 Thread Fabio Tranchitella
Hi Drew,

Il giorno gio, 27-01-2005 alle 19:24 +1100, Drew Parsons ha scritto:
 I'm sure it's supposed to actually *do* something, like send an email to cs,
 de and pt_BR or something.

 What might be wrong?

Can you send us the debian directory of your source package?
Thanks,

-- 
Fabio Tranchitella http://www.kobold.it
Studio Tranchitella Assoc. Professionale   http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



signature.asc
Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata


Bug#260489: no more problems

2005-01-27 Thread Gianluca Amato
I think the bug as been fixed in Mozilla 1.7.5, since it disappeared 
just after I upgraded.

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


Bug#292462: shows application quit unexpectedly dialog when dialogs finish

2005-01-27 Thread Sebastien Bacher
reassign 292462 mozilla
forwarded 292462 http://bugzilla.mozilla.org/show_bug.cgi?id=236688
thanks

Le jeudi 27 janvier 2005 à 09:50 +0100, Jordi Mallach a écrit :
 On Wed, Jan 26, 2005 at 02:57:53PM -0800, Matt Kraai wrote:
  When the Downloads window closes because all of the downloads are
  complete and there are no other windows open, an error dialog is
  displayed with the following text:
  
   The Application epiphany has quit unexpectedly.
 
 If you install bug-buddy, can you get a backtrace?

Hi,

This is a mozilla bug:
http://bugzilla.gnome.org/show_bug.cgi?id=151037
http://bugzilla.mozilla.org/show_bug.cgi?id=236688



Cheers,

Sebastien Bacher






Bug#292479: ITP: kernel-patch-swsusp2 -- software suspend 2 for linux kernel patch

2005-01-27 Thread martin f krafft
Package: wnpp
Severity: wishlist

@Bernard, I intend to package swsusp2 for Debian, just letting you
know...

* Package name: kernel-patch-swsusp2
  Version : 2.1.5.15
  Upstream Author : Bernard Blackham [EMAIL PROTECTED]
* URL : http://softwaresuspend.berlios.de
* License : GPL
  Description : software suspend 2 for linux kernel patch

Software Suspend is most easily described as the Linux equivalent of
Windows' hibernate functionality. It saves the contents of memory to
disk and powers down. When the computer is started up again, it
reloads the contents and the user can continue from where they left
off. No documents need to be reloaded or applications reopened and
the process is much faster than a normal shutdown and start up.

Packages should be available from

  http://people.debian.org/~madduck/packages/stage/kernel-patch-swsusp2

sometime today.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (98, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!


signature.asc
Description: Digital signature


Bug#292478: oops on boot with usb cdburner attached

2005-01-27 Thread Matt Taggart
Package: kernel-image-2.6.8-2-k7
Version: 2.6.8-13
Severity: normal

I am filing this bug against 2.6.8-2 since that's the focus for
sarge, but it affects all 2.6 kernels older than 2.6.10.

If I attempt to boot with a Plextor 48/24/48U PX-W4824TU USB 2.0 cd
writer attached to my system I get a kernel oops,

scsi: Device offlined - not ready after error recovery: host 2 channel 0
id 0 lun 0
sr 2:0:0:0: Illegal state transition cancel-offline
Badness in scsi_device_set_state at drivers/scsi/scsi_lib.c:1643
 [f8863c46] scsi_device_set_state+0xc6/0x120 [scsi_mod]
 [f8861594] scsi_eh_offline_sdevs+0x64/0x80 [scsi_mod]
 [f8861bbc] scsi_unjam_host+0xcc/0x200 [scsi_mod]
 [c0118aa0] default_wake_function+0x0/0x20
 [f8861df3] scsi_error_handler+0x103/0x1c0 [scsi_mod]
 [f8861cf0] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [c0104291] kernel_thread_helper+0x5/0x14
Badness in kobject_get at lib/kobject.c:433
 [c01a3ccc] kobject_get+0x4c/0x50
 [c01f4768] get_device+0x18/0x30
 [f8863395] scsi_request_fn+0x25/0x400 [scsi_mod]
 [c01fb56a] blk_insert_request+0xba/0xe0
 [f88621c9] scsi_queue_insert+0x89/0xd0 [scsi_mod]
 [f8861a71] scsi_eh_flush_done_q+0x71/0xf0 [scsi_mod]
 [f8861b88] scsi_unjam_host+0x98/0x200 [scsi_mod]
 [c0118aa0] default_wake_function+0x0/0x20
 [f8861df3] scsi_error_handler+0x103/0x1c0 [scsi_mod]
 [f8861cf0] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [c0104291] kernel_thread_helper+0x5/0x14
Unable to handle kernel paging request at virtual address 00100104
 printing eip:
f8865a70
*pde = 
Oops: 0002 [#1]
PREEMPT 
Modules linked in: e1000 emu10k1_gp snd_emu10k1 snd_util_mem snd_hwdep
emu10k1 sound sis900 ehci_hcd tsdev mousedev joydev usbhid ohci_hcd
snd_intel8x0 snd_ac97_codec snd_pcm snd_timer snd_page_alloc
snd_mpu401_uart snd_rawmidi snd_seq_device snd i810_audio ac97_codec
soundcore sis5513 pci_hotplug sis_agp agpgart analog gameport parport_pc
parport floppy pcspkr rtc evdev capability commoncap ext3 jbd mbcache
sr_mod cdrom sd_mod usb_storage usbcore ide_core sg aic7xxx scsi_mod
unix font vesafb cfbcopyarea cfbimgblt cfbfillrect
CPU:0
EIP:0060:[f8865a70]Not tainted
EFLAGS: 00010002   (2.6.8-2-k7) 
EIP is at scsi_device_dev_release+0x30/0x110 [scsi_mod]
eax: 00100100   ebx: f78af808   ecx: 00200200   edx: f78af984
esi: f78af800   edi: 0282   ebp: f7e6aeb4   esp: f7969ea8
ds: 007b   es: 007b   ss: 0068
Process scsi_eh_2 (pid: 1585, threadinfo=f7968000 task=f743d710)
Stack:  f78af9a8 c02fb448 c02fb460 f7e6aed8 c01f4458 f78af984
f78af9a8 
   c02fb448 c02fb460 c01a3d68 f78af9a8 f7968000 f78af800 f7968000
f7968000 
   f8863592 f78af9a8 f7e6a6b0 f78af800 f7e6a6b0 f78af984 f7e6a6b0
f78af800 
Call Trace:
 [c01f4458] device_release+0x58/0x60
 [c01a3d68] kobject_cleanup+0x98/0xa0
 [f8863592] scsi_request_fn+0x222/0x400 [scsi_mod]
 [c01fb56a] blk_insert_request+0xba/0xe0
 [f88621c9] scsi_queue_insert+0x89/0xd0 [scsi_mod]
 [f8861a71] scsi_eh_flush_done_q+0x71/0xf0 [scsi_mod]
 [f8861b88] scsi_unjam_host+0x98/0x200 [scsi_mod]
 [c0118aa0] default_wake_function+0x0/0x20
 [f8861df3] scsi_error_handler+0x103/0x1c0 [scsi_mod]
 [f8861cf0] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [c0104291] kernel_thread_helper+0x5/0x14
Code: 89 48 04 89 01 c7 43 04 00 02 20 00 8d 9a 8c fe ff ff 8b 82 
 6note: scsi_eh_2[1585] exited with preempt_count 1
Badness in kobject_get at lib/kobject.c:433
 [c01a3ccc] kobject_get+0x4c/0x50
 [c01f4768] get_device+0x18/0x30
 [f8863395] scsi_request_fn+0x25/0x400 [scsi_mod]
 [c01f8e36] elv_next_request+0x16/0x110
 [c01fab2e] __generic_unplug_device+0x3e/0x40
 [c01fab4e] generic_unplug_device+0x1e/0x40
 [c01fabb0] blk_unplug_work+0x10/0x20
 [c012ae3c] worker_thread+0x1cc/0x290
 [c01faba0] blk_unplug_work+0x0/0x20
 [c0118aa0] default_wake_function+0x0/0x20
 [c0118aa0] default_wake_function+0x0/0x20
 [c012ac70] worker_thread+0x0/0x290
 [c012e965] kthread+0xa5/0xb0
 [c012e8c0] kthread+0x0/0xb0
 [c0104291] kernel_thread_helper+0x5/0x14
e1000: eth1: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex
Unable to handle kernel paging request at virtual address 00100104
 printing eip:
f8865a70
*pde = 
Oops: 0002 [#2]
PREEMPT 
Modules linked in: e1000 emu10k1_gp snd_emu10k1 snd_util_mem snd_hwdep
emu10k1 sound sis900 ehci_hcd tsdev mousedev joydev usbhid ohci_hcd
snd_intel8x0 snd_ac97_codec snd_pcm snd_timer snd_page_alloc
snd_mpu401_uart snd_rawmidi snd_seq_device snd i810_audio ac97_codec
soundcore sis5513 pci_hotplug sis_agp agpgart analog gameport parport_pc
parport floppy pcspkr rtc evdev capability commoncap ext3 jbd mbcache
sr_mod cdrom sd_mod usb_storage usbcore ide_core sg aic7xxx scsi_mod
unix font vesafb cfbcopyarea cfbimgblt cfbfillrect
CPU:0
EIP:0060:[f8865a70]Not tainted
EFLAGS: 00010002   (2.6.8-2-k7) 
EIP is at scsi_device_dev_release+0x30/0x110 [scsi_mod]
eax: 00100100   ebx: f78af808   ecx: 00200200   edx: f78af984
esi: f78af800   edi: 0286   ebp: f7e6aeb4   esp: f7e53ec0
ds: 007b   es: 007b   ss: 0068
Process kblockd/0 (pid: 41, 

Bug#292480: cupsys: Cupsys with Browsing Off eats 100% CPU

2005-01-27 Thread Markus Schaber
Package: cupsys
Version: 1.1.23-3
Severity: important

Hello,

When starting cupsys with Browsing Off, it eats all available CPU
time, using about 20% in user space and 80% in kernel space.

When I attach strace to the /usr/sbin/cupsd process with strace -p $PID,
it spits out the the following lines repeatedly:

select(1024, [0 2 3], [], NULL, {1, 0}) = 1 (in [2], left {1, 0})
time(NULL)  = 1106817837
time(NULL)  = 1106817837
select(1024, [0 2 3], [], NULL, {1, 0}) = 1 (in [2], left {1, 0})
time(NULL)  = 1106817837
time(NULL)  = 1106817837

Setting Browsing On or commenting out this config line causes cupsd to
behave normal.

I also attached my cupsd.conf to this report. If you need more
information, please ask.

Thanks,
Markus

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-fire
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages cupsys depends on:
ii  adduser 3.59 Add and remove users and groups
ii  debconf 1.4.30.11Debian configuration management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libcupsimage2   1.1.22-8 Common UNIX Printing System(tm) - 
ii  libcupsys2-gnutls10 1.1.23-3 Common UNIX Printing System(tm) - 
ii  libgnutls11 1.0.16-9 GNU TLS library - runtime library
ii  libpam0g0.76-22  Pluggable Authentication Modules l
ii  libpaper1   1.1.14-3 Library for handling paper charact
ii  libslp1 1.0.11-7 OpenSLP libraries
ii  patch   2.5.9-2  Apply a diff file to an original
ii  perl-modules5.8.4-5  Core Perl modules
ii  xpdf-utils  3.00-11  Portable Document Format (PDF) sui
ii  zlib1g  1:1.2.2-3compression library - runtime

-- debconf information:
* cupsys/raw-print: true
* cupsys/backend: ipp, lpd, parallel, socket, usb
#
# $Id: cupsd.conf.in,v 1.13 2003/04/10 20:14:04 mike Exp $
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.
#
#   Copyright 1997-2003 by Easy Software Products, all rights reserved.
#
#   These coded instructions, statements, and computer programs are the
#   property of Easy Software Products and are protected by Federal
#   copyright law.  Distribution and use rights are outlined in the file
#   LICENSE.txt which should have been included with this file.  If this
#   file is missing or damaged please contact Easy Software Products
#   at:
#
#   Attn: CUPS Licensing Information
#   Easy Software Products
#   44141 Airport View Drive, Suite 204
#   Hollywood, Maryland 20636-3111 USA
#
#   Voice: (301) 373-9603
#   EMail: [EMAIL PROTECTED]
# WWW: http://www.cups.org
#


#  #
# This is the CUPS configuration file.  If you are familiar with   #
# Apache or any of the other popular web servers, we've followed the   #
# same format.  Any configuration variable used here has the same  #
# semantics as the corresponding variable in Apache.  If we need   #
# different functionality then a different name is used to avoid   #
# confusion... #
#  #




 Server Identity


#
# ServerName: the hostname of your server, as advertised to the world.
# By default CUPS will use the hostname of the system.
#
# To set the default server used by clients, see the client.conf file.
#

#ServerName myhost.domain.com

#
# ServerAdmin: the email address to send all complaints/problems to.
# By default CUPS will use [EMAIL PROTECTED].
#

#ServerAdmin [EMAIL PROTECTED]



 Server Options


#
# AccessLog: the access log file; if this does not start with a leading /
# then it is assumed to be relative to ServerRoot.  By default set to
# /var/log/cups/access_log
#
# You can also use the special name syslog to send the output to the
# syslog file or daemon.
#

#AccessLog /var/log/cups/access_log

#
# Classification: the classification level of the server.  If set, this
# classification is displayed on all pages, and raw printing is disabled.
# The default is the empty string.
#

#Classification classified
#Classification confidential
#Classification secret
#Classification topsecret
#Classification unclassified

#
# ClassifyOverride: whether to allow users to override the 

Bug#233052: acknowledged by developer (Bug#233052: fixed in ttcn3parser 20050122-1)

2005-01-27 Thread Goswin von Brederlow
[EMAIL PROTECTED] (Debian Bug Tracking System) writes:

 Changes: 
  ttcn3parser (20050122-1) unstable; urgency=high
  .
* New upstream version by new upstream (me).
* No ANTLR anymore, using python-pyparsing instead.
* Follows the current TTCN-3 standard.
* Closes: #199220, #233052, #244274.

Why?

* Lintian warnings fixed.

As discussed many times before don't just close bugs in the changelog
without comment.

MfG
Goswin


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



Bug#256288: deinstalling depends on emacsen-common, which can be deinstalled before deinstalling emacspeak

2005-01-27 Thread Frank Küster
severity 256288 serious
retitle 256288 Missing dependency on emacsen-common
stop

Alex Schroeder [EMAIL PROTECTED] wrote:

 Package: emacspeak
 Version: 17.0-1
 Severity: normal


 Today I decided to remove both emacsen-common and emacspeak.  It seems
 that this allows the system to remove emacsen-common before emacspeak
 is removed, but emacspeak uses a script from emacsen-common...

 (Reading database ... 77554 files and directories currently installed.)
 Removing emacsen-common ...
 emacsen-common: Handling removal of emacsen flavor emacs
 Removing emacspeak ...
 /var/lib/dpkg/info/emacspeak.prerm: line 4: 
 /usr/lib/emacsen-common/emacs-package-remove: No such file or directory
 dpkg: error processing emacspeak (--remove):
  subprocess pre-removal script returned error exit status 1

No wonder. emacspeak has to depend on emacsen-common. This is a
release-critical bug. 

Since I'm going to do an NMU for #291970 anyway, this is the patch I
will use for this one:

--- emacspeak-17.0/debian/control.orig  Thu Jan 27 10:17:59 2005
+++ emacspeak-17.0/debian/control   Thu Jan 27 10:19:22 2005
@@ -8,7 +8,7 @@
 Package: emacspeak
 Architecture: all
 Pre-Depends: emacs20|emacs21
-Depends: tclx8.3|tclx76|tclx, perl-5.005|perl
+Depends: tclx8.3|tclx76|tclx, perl-5.005|perl, emacsen-common
 Conflicts: emacspeak-dt (= 0.30), emacspeak-ss (= 1.5)
 Suggests: emacspeak-ss, calc, psgml, xsltproc
 Description: speech output interface to Emacs

I'm ignoring the outdated emacs20, tclx, and perl dependencies, and the
most probably superfluous Pre-Depends, since they aren't
release-critical. 

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer




Bug#290224: Version 1.28

2005-01-27 Thread Nicholas Humfrey
The latest version of Mason is 1.28. This branch has been around for 
over a year and is very stable.

Would really like to see support for Apache2 / mod_perl2 in Mason on Debian.
nick.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bug#289182: kino endianness issues on powerpc

2005-01-27 Thread Daniel Kobras
On Wed, Jan 26, 2005 at 09:59:08PM -0800, Steve Langasek wrote:
 You're right that this bug is not a policy violation; this is a grave bug,
 which is the severity for bugs that render a package unusable or mostly
 so.  We should not be releasing unusable binaries for any architecture;
 either the binaries for all big-endian architectures will need to be
 removed, or the bug fixed, for kino to be included in sarge.

I disagree. One of several display methods is broken. So is one of
several export methods. That does not sound unusable to me. (kino indeed
is mostly unusable on anything but x86 because libdv is dog slow on
these archs, but that's another matter.)

Regards,

Daniel.



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



Bug#292483: Clamav annoyingly says it's outdated

2005-01-27 Thread Erik Mouw
Package: clamav
Version: 0.80-7

Hi,

I use clamav to filter my incoming mail. I don't run the clamav-daemon,
so I filter every incoming message separately. As of today, there
appears to be a new version of the clamav engine, and my procmail log
file is flooded with this message:

LibClamAV Warning: 
LibClamAV Warning: ***  This version of ClamAV engine is outdated.  ***
LibClamAV Warning: *** Please update it IMMEDIATELY!***
LibClamAV Warning: 

Good to know, but not with every incoming email message. I can't do
anything about it, I just trust the package maintainer to release a new
package in a few days. Could you remove this annoying warning? To see
it once day or so would be enough.

A workaround I just made is to disble the message in libclamav/cvd.c,
rebuild the package, and re-install libclamav1_0.80-7_i386.deb .


Erik

-- 
Erik Mouw
[EMAIL PROTECTED]  [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#292482: pmount: mount points in /etc/fstab remain mounted after unplugging

2005-01-27 Thread Diwaker Gupta
Package: pmount
Version: 0.5.1-1
Severity: minor


I'm not sure if this is a pmount bug or something related to
hal/gnome-volume-manager. But when I'm using pmount with devices that
*have* entries in /etc/fstab, the device gets mounted properly, nautilus
shows up and so on and so forth. But when the device is plugged out, its
not unmounted; that is, running 'mount' still shows the device as
mounted. So if I plug/un-plug the device, I can see 3 distinct entries
in /etc/mtab, 2 of which are naturally dangling.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-2005-01-26
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages pmount depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libsysfs1   1.2.0-4  interface library to sysfs

-- no debconf information


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



Bug#292366: loop on incorrect charset

2005-01-27 Thread Sergio Rua
Hello,

On 27/Jan/2005, Christian Perrier wrote:

 If not available, we at least need the choices you madefor language
 and country at the beginning of the install.

United Kindom - English (UK)
 
--
Sergio

Are you making all this up as you go along?


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



Bug#292472: podebconf-report-po does nothing (No outdated files)

2005-01-27 Thread Drew Parsons
On Thu, 2005-01-27 at 10:21 +0100, Fabio Tranchitella wrote:
 Hi Drew,
 
 Il giorno gio, 27-01-2005 alle 19:24 +1100, Drew Parsons ha scritto:
  I'm sure it's supposed to actually *do* something, like send an email to cs,
  de and pt_BR or something.
 
  What might be wrong?
 
 Can you send us the debian directory of your source package?
 Thanks,
 

Here 'tis.

Drew



Xprint.debian.tar.gz
Description: application/compressed-tar


Bug#292322: License of emacspeak in the FSF directory

2005-01-27 Thread Frank Küster
Dear Mrs Casey, dear all,

I am a Debian developer and recently had a look at the sources of
emacspeak, which is listed in the FSF free software directory. I was
confused by the license of the software, which seemed contradictory to
me, and possibly non-free.

Before bothering the upstream maintainer, I checked whether there have
already been any discussions about the problem. The only thing I found
is the entry on http://directory.fsf.org/accessibility/emacspeak.html
which says that the license has been verified by Janet Casey, and this
is why I ask you.

The problems I see are the following: In most of the *el and some other
files in emacspeak, there is a license statement that this file is under
GPL. However, there is a file etc/COPYRIGHT which seems to be the
copyright file of the whole package. This file contains, among other
statements:

,
| ;;;Permission to use, copy, and distribute this software and its documentation
| ;;;for any purpose and without fee is hereby granted, provided that the above
| ;;;copyright notice appears in all copies and that both that copyright notice
| ;;;and this permission notice, including the disclaimers below, appear in
| ;;;supporting documentation, and that the name of Adobe and Digital not be
| ;;;used in advertising or publicity pertaining to distribution of the software
| ;;;without specific, written prior permission.
`

That is, there is no explicit permission to modify the software and
distribute the derivative.

Have you already looked at this problem, and do you have any statement
From the authors?

Many thanks in advance,
Frank Küster
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer


pgpVZEaolhSkT.pgp
Description: PGP signature


Bug#282062: /usr/lib/mozilla/mozilla-bin: relocation error: /usr/lib/mozilla/plugins/libflash-mozplugin.so: undefined symbol: XtWindowToWidget

2005-01-27 Thread Branden Robinson
Package: libflash-mozplugin
Version: 0.4.11-3
Followup-For: Bug #282062

It appears to crash due to an unresolved symbol error.

  /usr/lib/mozilla/mozilla-bin: relocation error:
  /usr/lib/mozilla/plugins/libflash-mozplugin.so: undefined symbol:
  XtWindowToWidget

This is unacceptable.  I'm going to kick the severity of this up to grave.
We can't ship this pile of garbage in sarge.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 2.4.27-powerpc-smp
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libflash-mozplugin depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libflash0   0.4.11-3 GPL Flash (SWF) Library - shared l

-- no debconf information


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



Bug#292484: changelog shoudn't contain 'Local variables:'

2005-01-27 Thread Uwe Zeisberger
Package: dh-make
Version: 0.37
Severity: normal
File: /usr/share/debhelper/dh_make/native/changelog

Hello,

the Debian Policy Manual states in section 4.4, that the format of
the changlog is a series of entries like this: ...

If I debianize a native package (i.e. dh_make -n ...) 
the suggested changlog ends with:

  Local variables:
  mode: debian-changelog
  End:

which is not an entry like this.

So I suggest to delete the last 4 lines of
/usr/share/debhelper/dh_make/native/changelog

Regards
Uwe

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages dh-make depends on:
ii  debhelper 4.2.30 helper programs for debian/rules
ii  dpkg-dev  1.10.26Package building tools for Debian
ii  make  3.80-9 The GNU version of the make util
ii  perl  5.8.4-5Larry Wall's Practical Extraction 

-- no debconf information


-- 
Uwe Zeisberger

http://www.google.com/search?q=2004+in+roman+numerals


signature.asc
Description: Digital signature


Bug#292404: webmin-telnet: tries to open non-existent file jta20.jar

2005-01-27 Thread Frank Lichtenheld
On Wed, Jan 26, 2005 at 09:09:49PM +, Julian Gilbey wrote:
 The package creates web pages which attempt to use the jta20.jar file
 via a symlink in the package and the reference to the symlink in the
 webpage, but the jta package now (sarge) provides jta25.jar instead.
 This clearly needs fixing.

The attached patch should fix that. I can't test it however as
I don't use webmin and don't even have a system with the necessary
java packages installed.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/
diff -Naur webmin-contrib-1.160.bak/debian/changelog 
webmin-contrib-1.160/debian/changelog
--- webmin-contrib-1.160.bak/debian/changelog   2005-01-27 11:02:43.0 
+0100
+++ webmin-contrib-1.160/debian/changelog   2005-01-27 11:15:18.0 
+0100
@@ -1,3 +1,12 @@
+webmin-contrib (1.160-3) unstable; urgency=low
+
+  * QA Upload.
+  * webmin-telnet: Use jta25.jar now as it is the current version.
+Tighten dependencies on jta so such an error can't go unnoticed
+in the future (Closes: #292404)
+
+ -- Frank Lichtenheld [EMAIL PROTECTED]  Thu, 27 Jan 2005 11:15:08 +0100
+
 webmin-contrib (1.160-2) unstable; urgency=low
 
   * I'm not here. This isn't happening.
diff -Naur webmin-contrib-1.160.bak/debian/control 
webmin-contrib-1.160/debian/control
--- webmin-contrib-1.160.bak/debian/control 2005-01-27 11:02:43.0 
+0100
+++ webmin-contrib-1.160/debian/control 2005-01-27 11:17:24.0 +0100
@@ -33,7 +33,7 @@
 Package: webmin-telnet
 Architecture: all
 Priority: optional
-Depends: webmin (= 1.140), ${perl:Depends}, jta
+Depends: webmin (= 1.140), ${perl:Depends}, jta (= 2.5), jta ( 2.6)
 Recommends: j2re1.4 | java-virtual-machine
 Description: telnet module for webmin
  This module allows you to telnet or ssh from webmin (a web-based interface 
diff -Naur webmin-contrib-1.160.bak/debian/rules 
webmin-contrib-1.160/debian/rules
--- webmin-contrib-1.160.bak/debian/rules   2005-01-27 11:02:43.0 
+0100
+++ webmin-contrib-1.160/debian/rules   2005-01-27 11:11:18.0 +0100
@@ -124,7 +124,7 @@
do \
dh_link -p$$p usr/share/doc/webmin/README.Debian 
usr/share/doc/$$p/README.Debian ; \
done
-   dh_link -pwebmin-telnet /usr/share/java/jta20.jar 
usr/share/webmin/telnet/jta20.jar
+   dh_link -pwebmin-telnet /usr/share/java/jta25.jar 
usr/share/webmin/telnet/jta25.jar
dh_installdocs
dh_installchangelogs
dh_compress
diff -Naur webmin-contrib-1.160.bak/telnet/index.cgi 
webmin-contrib-1.160/telnet/index.cgi
--- webmin-contrib-1.160.bak/telnet/index.cgi   2004-09-05 12:12:07.0 
+0200
+++ webmin-contrib-1.160/telnet/index.cgi   2005-01-27 11:11:49.0 
+0100
@@ -58,7 +58,7 @@
else {
$w = 590; $h = 360;
}
-   print applet archive=\jta20.jar\ code=de.mud.jta.Applet ,
+   print applet archive=\jta25.jar\ code=de.mud.jta.Applet ,
  width=$w height=$h\n;
printf param name=config value=%s\n,
$config{'mode'} ? ssh.conf : telnet.conf;


Bug#292485: bzip2: bz2exe would be useful

2005-01-27 Thread Seo Sanghyeon
Package: bzip2
Version: 1.0.2-3
Severity: wishlist


It would be useful is bz2exe is provided, like gzexe.

gzexe is a shell script, and I could produce bz2exe and confirm it
working, as following:

sed -e s,/bin/gzip,/usr/bin/bzip2, -e s,gzip,bzip2, /bin/gzexe  bz2exe

Thanks in advance. :-)

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-2-686
Locale: LANG=ko_KR.EUC-KR, LC_CTYPE=ko_KR.EUC-KR (charmap=EUC-KR)

Versions of packages bzip2 depends on:
ii  libbz2-1.0  1.0.2-3  high-quality block-sorting file co
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#292486: docker: New release 1.5 is out

2005-01-27 Thread Jesus Climent
Package: docker
Severity: wishlist

Version 1.5 of docker is out.

(Also, the watch URL has changed: http://icculus.org/openbox/2/docker/)

J

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.9-10-amd64-k8
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


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



Bug#292347: gpsd: remote security problem with format strings

2005-01-27 Thread Petter Reinholdtsen

tags 292347 + patch
thanks

This patch should fix the problem.  The gpsd developers didn't know
about the problem before I told them this morning, and just released
v2.8 with this problem fixed.

Index: gpsd.c
===
--- gpsd.c  (revision 1358)
+++ gpsd.c  (working copy)
@@ -110,7 +110,7 @@
va_end(ap);

if (in_background)
-   syslog((errlevel == 0) ? LOG_ERR : LOG_NOTICE, buf);
+   syslog((errlevel == 0) ? LOG_ERR : LOG_NOTICE, %s, buf);
else
fputs(buf, stderr);
 }



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



Bug#243144:

2005-01-27 Thread Mark Hannon
A dist-upgrade today with new kernel and modutils 3.2-pre1-1 worked
fine.

/mark

On Wed, 2005-01-26 at 22:05 +0100, Marco d'Itri wrote:
 I wonder if you can still reproduce this old bug with 3.2-pre1-2.
 


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


Bug#229622: epiphany-browser: Exit Fullscreen button available on every workspace instead of only epiphanys

2005-01-27 Thread Loïc Minier
tags 229622 + fixed-upstream
retitle 229622 Exit Fullscreen appears on all workspaces -- [1.5]
thanks

Hi,

 This is a followup for Debian bug http://bugs.debian.org/229622.

Axel Krauth [EMAIL PROTECTED] - Sun, Jan 25, 2004:

 When enabling epiphanys fullscreen mode, epiphany adds a button to the
 lower left for exiting fullscreen mode. This button is not only
 visible in the workspace where epiphany is located but in each
 workspace. It should only be visible in the workspace for which the
 fullscreen mode was enabled.

 I just wanted to let you know that the bug is fixed in the 1.5 branch
 of Epiphany.

   Regards,

-- 
Loïc Minier [EMAIL PROTECTED]
Neutral President: I have no strong feelings one way or the other.




Bug#292487: clamav-freshclam: Freshclam died

2005-01-27 Thread Jefferson Cowart
Package: clamav-freshclam
Version: 0.80-6.backports.org.1
Severity: normal

This may be related to 274255 or 274646, but I'm not sure so I'll report
it seperately and I'll let you merge as appropriate. 

This afternoon I noticed that one of my servers was not putting stuff
into syslog about having an out of date version of clamav. Upon
examination I noticed that my main.cvd file was from november and my
daily.cvd file was from Jan 13. I tried doing a restart of freshclam,
but it didn't work. A simple kill of the freshclam process also didn't
work. I ended up having to kill -9 the process to get it to go away. At
that point I simply started freshclam again and things seemed to update
properly. I suspect you will probably want to see some information from
my logfiles. If you do please let me know what I should be looking for.

# ps ax|grep freshclam
15219 ?S  0:01 [freshclam]
 5184 pts/0S  0:00 grep freshclam
/var/lib/clamav# ls -la
total 1784
drwxr-xr-x2 clamav   clamav   4096 Jan 14 13:13 .
drwxr-xr-x   26 root root 4096 Dec 20 18:54 ..
-rw-r--r--1 clamav   clamav  42056 Aug  6 08:01 clamav-27c4088958b877c9
-rw-r--r--1 clamav   clamav  77223 Jan 14 13:21 clamav-41ee83cd65987085
-rw-r--r--1 root root   99 Jun 13  2004 clamav-daemon.md5sum
-rw-r--r--1 root root  297 Feb  9  2004 clamav-freshclam.debconf
-rw-r--r--1 clamav   clamav 204446 Jan 13 07:36 daily.cvd
-rw-r--r--1 root root   99 Jun 13  2004 etc.clamav.conf.md5sum
-rw-r--r--1 root root   33 Jun 13  2004 etc.freshclam.conf.md5su
m
-rw-r--r--1 clamav   clamav1455358 Nov 19 17:08 main.cvd
-rw-r--r--1 root root  113 Aug 13  2003 mirrors.txt.OLD
/var/lib/clamav# /etc/init.d/clamav-freshclam restart
Stopping ClamAV virus database updater: Waiting . . . . . . . . . . . . . . . 
.. . . . . . . . . . . . . . . . .
/var/lib/clamav# kill 15219
/var/lib/clamav# ps ax|grep fresh
15219 ?S  0:01 [freshclam]
 5386 pts/0S  0:00 grep fresh
/var/lib/clamav# kill -9 15219
/var/lib/clamav# ps ax|grep fresh
 5392 pts/0S  0:00 grep fresh
/var/lib/clamav# /etc/init.d/clamav-freshclam start
Starting ClamAV virus database updater: freshclam
/var/lib/clamav# ps ax|grep fresh
 5446 ?S  0:00 [freshclam]
 5467 pts/0S  0:00 grep fresh
/var/lib/clamav# ls -la
total 1812
drwxr-xr-x2 clamav   clamav   4096 Jan 27 02:25 .
drwxr-xr-x   26 root root 4096 Dec 20 18:54 ..
-rw-r--r--1 clamav   clamav  42056 Aug  6 08:01 clamav-27c4088958b877c9
-rw-r--r--1 clamav   clamav  77223 Jan 14 13:21 clamav-41ee83cd65987085
-rw-r--r--1 root root   99 Jun 13  2004 clamav-daemon.md5sum
-rw-r--r--1 root root  297 Feb  9  2004 clamav-freshclam.debconf
-rw-r--r--1 clamav   clamav  76665 Jan 27 02:25 daily.cvd
-rw-r--r--1 root root   99 Jun 13  2004 etc.clamav.conf.md5sum
-rw-r--r--1 root root   33 Jun 13  2004 
etc.freshclam.conf.md5sum
-rw-r--r--1 clamav   clamav1613377 Jan 27 02:25 main.cvd
-rw-r--r--1 root root  113 Aug 13  2003 mirrors.txt.OLD


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux P450 2.4.18-1-686 #1 Wed Apr 14 18:20:10 UTC 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages clamav-freshclam depends on:
ii  clamav-base   0.80-6.backports.org.1 Base package for clamav, an anti-v
ii  debconf   1.2.35 Debian configuration management sy
ii  debconf [debconf- 1.2.35 Debian configuration management sy
pn  debconf (= 0.5) Not found.
ii  debianutils   1.16.2woody1   Miscellaneous utilities specific t
ii  libbz2-1.01.0.2-1A high-quality block-sorting file 
ii  libc6 2.2.5-11.8 GNU C Library: Shared libraries an
ii  libclamav10.80-6.backports.org.1 Virus scanner library
ii  libgmp3   4.0.1-3Multiprecision arithmetic library
ii  logrotate 3.5.9-8Log rotation utility
ii  ucf   1.07   Update Configuration File: preserv
ii  zlib1g1:1.1.4-1.0woody0  compression library - runtime



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



Bug#292472: podebconf-report-po does nothing (No outdated files)

2005-01-27 Thread Fabio Tranchitella
Hi Drew, 

Il giorno gio, 27-01-2005 alle 20:48 +1100, Drew Parsons ha scritto:
 Here 'tis.
 Drew

podebconf-report-po checks for fuzzy translations (which are marked as
#, fuzzy from debconf-updatepo. In your case there aren't fuzzy
translation, but there are some missing ones which podebconf-report-po
doesn't handle. I'm preparing a patch for podebconf-report-po to fix
this issue.

Thanks,

-- 
Fabio Tranchitella http://www.kobold.it
Studio Tranchitella Assoc. Professionale   http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



signature.asc
Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata


Bug#262038: epiphany-browser: epiphany crashes trying to print

2005-01-27 Thread Loïc Minier
tags 262038 + moreinfo
thanks

Hi,

 This is a followup for Debian bug http://bugs.debian.org/262038.

Lukasz Pankowski [EMAIL PROTECTED] - Fri, Aug 20, 2004:

 I have also experienced crashes when printing to a file. Today I have
 found that it happens if the file name is relative, but not for the
 absolute file names.

 I could not reproduce your problem when printing to a file, even if the
 pathname is relative (such as ../lpr.ps).

 Upstream claims this is fixed, I'm tempted to close this bug, can you
 please confirm the bug is gone?

   Regards,

-- 
Loïc Minier [EMAIL PROTECTED]
Neutral President: I have no strong feelings one way or the other.




Bug#292489: smartmontools: smartctl -H [scsi disk] returns exit code 0 with defective disk

2005-01-27 Thread Hans van der Made
Package: smartmontools
Version: 5.32-2
Severity: important

When testing a suspect Quantum Atlas IV 9G SCSI disk, smartctl -H
returned 'FAILURE PREDICTION THRESHOLD EXCEEDED: ascq=[code]' message,
but the exit code was 0. Running smartctl -a returned exit code 4. The
manual page doesn't seem to describe this behaviour, and I assume it's
unintentional. Thanks for your time looking into this.

-- Package-specific info:
Ouput of /usr/share/bug/smartmontools:
Couldn't parse /boot/config-2.4.24

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.24
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages smartmontools depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#288532: po-debconf: Please use DEBEMAIL in podebconf-report-po

2005-01-27 Thread Fabio Tranchitella
Il giorno mer, 26-01-2005 alle 22:01 +0100, Denis Barbier ha scritto:
 Hi Fabio,
 I would like to fix these bugs.  Will you have time soon to provide a
 patch?  Otherwise I will work on them.

Hi Denis,
  I've prepared the patch two weeks ago but I've missed to send it to
the bts, sorry. Here there is a patch for #288532, #292472 and #288533.

Now podebconf-report-po:
 - uses the DEBMAIL environment variable to override the submitter 
   of the emails (if available).
 - allows the editing of mail headers (subject, from and whatever else),
 - allows to set the reply-to field to a bug report in BTS (--bts)
 - can send a bug against the package to warn the maintainer about
   the outdated translations of the package (--report, very useful 
   in combination with --bts to track the replies of the translators)

Please, review the patch and apply all the modifications you think are
needed. And please have a look at the body of the bug report template,
because it is very minimalistic.

Thanks,

-- 
Fabio Tranchitella http://www.kobold.it
Studio Tranchitella Assoc. Professionale   http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564

--- /usr/bin/podebconf-report-po	2004-12-29 09:17:13.0 +0100
+++ podebconf-report-po	2005-01-27 11:34:31.0 +0100
@@ -21,7 +21,7 @@
 
 ## Release information
 my $PROGRAM = podebconf-report-po;
-my $VERSION = 0.04;
+my $VERSION = 0.05;
 
 ## Loaded modules, require libmail-sendmail-perl
 use strict;
@@ -37,6 +37,7 @@
 my $HELP_ARG = 0;
 my $VERSION_ARG = 0;
 my $VERBOSE_ARG = 0;
+my $REPORT_ARG = 0;
 my $FORCE_ARG = 0;
 my $LANGUAGETEAM_ARG = 0;
 my $SMTP_ARG = ;
@@ -44,6 +45,7 @@
 my $DEFAULT_ARG = 0;
 my $PACKAGE_ARG = ;
 my $FROM_ARG = ;
+my $BTS_ARG = ;
 my $DEADLINE_ARG = ;
 my $PODIR_ARG = ;
 
@@ -57,7 +59,10 @@
 my $SMTP = '';
 
 my $SUBJECT = Please update debconf po translation for the package package;
-my $BODY = Hi,
+my $BODY = # From: from
+# Subject: subject
+
+Hi,
 
 you are noted as the last translator of the debconf translation for
 package. The English template has been changed, and now a couple of
@@ -69,11 +74,27 @@
 Thanks,
 ;
 
+my $SUBJECT_BUGREPORT = debconf po translations for the package package are outdated;
+my $BODY_BUGREPORT = # From: from
+# Subject: subject
+
+Package: package
+Version: N/A
+Severity: wishlist
+Tags: l10n
+
+The following debconf translations for the package package are outdated:
+filelist
+
+Thanks,
+;
+
 ## Handle options
 GetOptions
 (
  help= \$HELP_ARG,
  version = \$VERSION_ARG,
+ report  = \$REPORT_ARG,
  v|verbose   = \$VERBOSE_ARG,
  f|force = \$FORCE_ARG,
  languageteam= \$LANGUAGETEAM_ARG,
@@ -83,6 +104,7 @@
  package=s   = \$PACKAGE_ARG,
  deadline=s  = \$DEADLINE_ARG,
  from=s  = \$FROM_ARG,
+ bts=s   = \$BTS_ARG,
  podir=s = \$PODIR_ARG
  ) or Help_InvalidOption;
 
@@ -107,6 +129,9 @@
 	$PODIR = $PODIR_ARG;
 }
 
+## Read the environment variable DEBEMAIL to override the From field of the emails
+$FROM_ARG = $ENV{'DEBEMAIL'} if ($FROM_ARG eq  and exists($ENV{'DEBEMAIL'}));
+
 ## Try to find the maintainer e-mail address and the package name
 if ($PACKAGE_ARG eq  or $FROM_ARG eq ) {
 	foreach $i (@CONTROLS) {
@@ -136,8 +161,17 @@
   $DEADLINE_ARG = \nThe deadline for receiving the updated translation is $DEADLINE_ARG.;
 }
 
+$BTS_ARG = $BTS_ARG . [EMAIL PROTECTED] if ($BTS_ARG ne );
+
 ## Apply the values to the subject and to the body of the message
+
+if ($REPORT_ARG) {
+	$BODY = $BODY_BUGREPORT;
+	$SUBJECT = $SUBJECT_BUGREPORT;
+}
+
 $SUBJECT =~ s/package/$PACKAGE_ARG/ig;
+$BODY =~ s/subject/$SUBJECT/ig;
 $BODY =~ s/package/$PACKAGE_ARG/ig;
 $BODY =~ s/from/$FROM_ARG/ig;
 $BODY =~ s/deadline\n/$DEADLINE_ARG/ig;
@@ -158,7 +192,8 @@
 		next if m/msgid \nmsgstr/s;
 		#  Ignore outdated msgids
 		next unless m/^msgid /m;
-		if (m/^#, .*fuzzy/m) {
+		#  Check for fuzzy or missing translations
+		if (m/^#, .*fuzzy/m or m/msgstr $/s) {
 			push (@files, $file);
 			last;
 		}
@@ -174,14 +209,18 @@
 	exit(0);
 }
 
-if ($TEMPLATE_ARG eq ) {
-	$BODY = OpenEditor($EDITOR) if not $DEFAULT_ARG;
-} else {
-	$BODY = ReadFile($TEMPLATE_ARG);
+my %headers = ();
+if (not $REPORT_ARG) {
+	if ($TEMPLATE_ARG eq ) {
+		$BODY = OpenEditor($EDITOR) if not $DEFAULT_ARG;
+	} else {
+		$BODY = ReadFile($TEMPLATE_ARG);
+	}
+	%headers = ParseHeaders($BODY);
+	$BODY = encode_qp(RemoveHeaders($BODY));
 }
 
-$BODY = encode_qp($BODY);
-
+my $filelist = ;
 my @mails = ();
 foreach my $file (@files) {
 
@@ -212,18 +251,34 @@
 		warn Warning: $file:  Unable to determine last translator.\n;
 		next;
 	}
-	print   $file: $recipient;
-	print , $recipient_team if $recipient_team ne ;
-	print \n;
+
+	my $tmp =   $file: $recipient;
+	$tmp .= , $recipient_team if $recipient_team ne ;
+	$tmp .= \n;
+	print $tmp;
+
+	$filelist .= $tmp;
 
 	

Bug#292476: Lspci output

2005-01-27 Thread Peet van de Sande
Hi,

Here's the missing lspci output:

:00:00.0 Host bridge: Intel Corp. 82875P Memory Controller Hub (rev
02)
:00:03.0 PCI bridge: Intel Corp. 82875P Processor to PCI to CSA
Bridge (rev 02)
:00:1c.0 PCI bridge: Intel Corp. 6300ESB 64-bit PCI-X Bridge (rev
02)
:00:1d.0 USB Controller: Intel Corp. 6300ESB USB Universal Host
Controller (rev 02)
:00:1d.1 USB Controller: Intel Corp. 6300ESB USB Universal Host
Controller (rev 02)
:00:1d.4 System peripheral: Intel Corp. 6300ESB Watchdog Timer (rev
02)
:00:1d.5 PIC: Intel Corp. 6300ESB I/O Advanced Programmable
Interrupt Controller (rev 02)
:00:1d.7 USB Controller: Intel Corp. 6300ESB USB2 Enhanced Host
Controller (rev 02)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 0a)
:00:1f.0 ISA bridge: Intel Corp. 6300ESB LPC Interface Controller
(rev 02)
:00:1f.2 IDE interface: Intel Corp. 6300ESB SATA Storage Controller
(rev 02)
:00:1f.3 SMBus: Intel Corp. 6300ESB SMBus Controller (rev 02)
:01:01.0 Ethernet controller: Intel Corp. 82547GI Gigabit Ethernet
Controller
:02:01.0 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet
Controller (Copper) (rev 01)
:02:01.1 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet
Controller (Copper) (rev 01)

Cheers,
Peet



Bug#291113: galeon: Galeon window moves between workspaces when opening external links

2005-01-27 Thread Brett Smith
On Wed, Jan 19, 2005 at 11:37:51AM +0100, Lo?c Minier wrote:
  You've got the problem with all GNOME apps?
 
  I suppose you configured you web browser to Galeon, did you setup GNOME
  to call galeon or galeon -n?

Sorry for the delay in getting back to you; I'm afraid I had some computer
issues.

Sine I filed this bug, the issue seems to have gone away; now when I open
links from other applications, they open in the way described in the
documentation.  Perhaps after the upgrade, I was still running an old
version of the software without realizing it.  At any rate, as far as I'm
concerned, this bug is closed; I apologize for the trouble, and thank you
very much for your help with this.

In case it comes up again, in Applications:Desktop
Preferences:Preferred Applications, under the Web Browser tab, I simply
have Galeon selected from the pull-down menu; I haven't provided any
command-line of my own.  Whatever the pull-down menu provies is what I was
using.

Thanks again,

-- Brett


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



Bug#199220: Bug#233052: acknowledged by developer (Bug#233052: fixed in ttcn3parser 20050122-1)

2005-01-27 Thread W. Borgert
Quoting Goswin von Brederlow [EMAIL PROTECTED]:
 [EMAIL PROTECTED] (Debian Bug Tracking System) writes:
  Changes: 
   ttcn3parser (20050122-1) unstable; urgency=high
   .
 * New upstream version by new upstream (me).
 * No ANTLR anymore, using python-pyparsing instead.
 * Follows the current TTCN-3 standard.
 * Closes: #199220, #233052, #244274.

 Why?

Sorry for the shortspoken changelog, I will correct this in a
later version.  Here is the explanation:

As I changed the program from C++/ANTLR to Python/pyparsing,
there should be no problem with invalid static_cast anymore
(#233052) which is a C++ issue.  And there is no unsatisfyable
Build-Depends on ANTLR anymore (#244274) - it's not used.
And the new version does not crash (#199220).


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



Bug#292404: webmin-telnet: tries to open non-existent file jta20.jar

2005-01-27 Thread Julian Gilbey
On Thu, Jan 27, 2005 at 11:23:35AM +0100, Frank Lichtenheld wrote:
 On Wed, Jan 26, 2005 at 09:09:49PM +, Julian Gilbey wrote:
  The package creates web pages which attempt to use the jta20.jar file
  via a symlink in the package and the reference to the symlink in the
  webpage, but the jta package now (sarge) provides jta25.jar instead.
  This clearly needs fixing.
 
 The attached patch should fix that. I can't test it however as
 I don't use webmin and don't even have a system with the necessary
 java packages installed.

Looks good - also haven't had a chance to test it.

   Julian


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



Bug#292152: akregator: akgregator does not cope well with '' in Subjects

2005-01-27 Thread Pierre Habouzit

 and here, I'm sorry to confirm another time, DP *is* faulty, it's
 pervasive XML knowlege : in xml you have two choices wrt   and  :
 escape them amp; lt; gt; OR put them unescaped in ![CDATA[ ]]
 sections. DPlanet has been delivering bad feeds too many times, so I
 think they should really improve their RSS output module.

just to be complete, I've looked at the RSS of DP :

The current fault is in « Margarita Manterola » article, that has for 
title : « Solving TS tasks »

and the ampersand is NOT escaped.

I've followed (in the right column) the link [feed] beneath her name.
and her RSS feed IS valid (just look at it yourself [1] if you don't 
believe me)

So my opinion is, DP RSS engine is clearly not THAT perfect, since it 
*adds* errors.

 [1] http://www.marga.com.ar/blog/index.cgi?flav=rss
-- 
·O·  Pierre Habouzit
··O
OOOhttp://www.madism.org


pgp7Icu8B6fRF.pgp
Description: PGP signature


Bug#292490: squirrelmail-locales is missing in debian sarge

2005-01-27 Thread Iker Sagasti Markina
Package: squirrelmail
Version: 1.4.4-1

Since Version 1.4.4 RC1 (31 December 2004):

   - Translations are no longer included by default but instead are
packaged separately. See locales/README.locales for details.


http://www.squirrelmail.org/wiki/en_US/RemovedTranslations

Last 22 of January a new package was released for debian sarge, and it
upgrades in a normal 'apt-get updgrade'.


squirrelmail (2:1.4.4-1) unstable; urgency=high

  * New upstream version: 1.4.4
+ Security: Added hook for Preferences Backend to resolve potential
  local file inclusion resulting in arbitrary code execution, warranting
  high urgency [CAN-2005-0075]
+ Security: Fix potential file inclusion issues in src/webmail.php.
  [CAN-2005-0103]
+ Security: Fix possible XSS issues in src/webmail.php. [CAN-2005-0104]
  * Thijs Kinkhorst: Add missing docs to squirrelmail.docs file (Closes:
#289088)

  Thanks a lot to Thijs Kinkhorst who worked hard to get 1.4.4 released, and
  helped tremendously with the packaging for Debian

 -- Jeroen van Wolffelaar [EMAIL PROTECTED]  Sat, 22 Jan 2005
23:33:16 +0100


And sadly there is no 'squirrelmail-locales' package for debian-sarge
available, so all the locale configuration goes away.

http://packages.debian.org/cgi-bin/search_packages.pl?keywords=squirrelmailsearchon=namessubword=1version=testingrelease=all

It's needed to download manually the locale package from:

http://squirrelmail.org/download.php

and to install it manually following the easy steps needed.

I hope you could merge the 'squirrelmail-locales' sid (unstable) package
to debian sarge as soon as posible, to avoid misconfiguration problems.
-- 
Iker Sagasti Markina
Dpto. Telemática y Sistemas
Irontec, Internet y Sistemas sobre GNU/LinuX - http://www.irontec.com
+0034 94.427.86.97




Bug#292491: /usr/sbin/mkinitrd: line 1359: mkext2fs: command not found

2005-01-27 Thread [EMAIL PROTECTED]
Package: kernel-image-2.6.10-1-686-smp
Version: 2.6.10-4
Severity: important



Hi,


When trying to install this package, I'm always stopped
with the following error message:

[EMAIL PROTECTED]:~#
Paramétrage de kernel-image-2.6.10-1-686-smp (2.6.10-4) ...
/usr/sbin/mkinitrd: line 1359: mkext2fs: command not found
Failed to create initrd image.
dpkg : erreur de traitement de kernel-image-2.6.10-1-686-smp
(--configure) :
subprocess post-installation script returned error exit status 9
Errors were encountered while processing:
  kernel-image-2.6.10-1-686-smp
  E: Sub-process /usr/bin/dpkg returned an error code (1)



Olivier



-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kernel-image-2.6.10-1-686-smp depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  fileutils 5.2.1-2The GNU file management utilities 
ii  initrd-tools  0.1.77 tools to create initrd image for p
ii  module-init-tools 3.1-rel-2  tools for managing Linux kernel mo

-- no debconf information



Bug#63196: logrotate fails silently with duplicate entries in config files

2005-01-27 Thread Frank Copeland
Package: logrotate
Version: 3.7-2
Followup-For: Bug #63196


Unknown to me I had created duplicate entries for a particular logfile. I'm
not certain how it occurred but most likely I had installed the package
involved from source in the distant past, created or installed a logrotate.d
entry for it, uninstalled it then recently installed the debian package. The
original logrotate.d entry remained in a differently-named file and so
caused logrotate to fail.

The real problem is that logrotate failed without any feedback whatsoever. I
only discovered the problem by accident after almost 2 months (thankfully
before filling the /var partition). The cause of the problem was instantly
obvious when I ran /etc/cron.daily/logrotate from a shell but a diligent
search in /var/log/* turned up a total of zero logrotate-related error
messages.

-- Package-specific info:
Contents of /etc/logrotate.d
total 23
-rw-r--r--  1 root root  366 2004-11-18 21:13 apache
-rw-r--r--  1 root root  382 2004-10-29 22:56 apache-ssl
-rw-r--r--  1 root root  199 2002-10-19 15:38 apache-ssl.dpkg-old
-rw-r--r--  1 root root  354 2003-01-22 21:42 apt-proxy
-rw-r--r--  1 root root  384 2004-11-12 03:56 base-config
-rw-r--r--  1 root root  113 2004-10-22 04:27 cron-apt
-rw-r--r--  1 root root   82 2004-09-30 00:38 gup
-rw-r--r--  1 root root  280 2002-01-01 21:51 ippl
-rw-r--r--  1 root root  151 2002-01-27 23:54 iptraf
-rw-r--r--  1 root root   79 2002-01-31 07:37 lvm-common
-rw-r--r--  1 root root 1272 2004-11-18 06:36 mailman
-rw-r--r--  1 root root 1173 2000-08-03 21:54 mailman.dpkg-old
-rw-r--r--  1 root root  112 2004-07-25 23:12 mgetty
-rw-r--r--  1 root root   74 2004-04-07 00:41 mrtg
-rw-r--r--  1 root root  136 2004-11-10 22:52 postgresql
-rw-r--r--  1 root root   94 2004-07-17 03:30 ppp
-rw-r--r--  1 root root  280 2004-02-16 09:13 privoxy
-rw-r--r--  1 root root  108 2004-12-05 19:08 shorewall
-rw-r--r--  1 root root  301 2002-03-26 01:53 squid
-rw-r--r--  1 root root  105 2000-03-31 18:38 sucker
-rw-r--r--  1 root root  298 2004-09-29 05:34 uucp


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (991, 'testing')
Architecture: i386 (i586)
Kernel: Linux 2.4.27-1-k6
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)

Versions of packages logrotate depends on:
ii  anacron 2.3-10   a cron-like program that doesn't g
ii  base-passwd 3.5.9Debian base system master password
ii  cron3.0pl1-86management of regular background p
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libpopt01.7-5lib for parsing cmdline parameters

-- no debconf information


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



Bug#292480: cupsys: Cupsys with Browsing Off eats 100% CPU

2005-01-27 Thread Kenshi Muto
tags 292480 unreproducible,moreinfo
thanks

At Thu, 27 Jan 2005 10:27:27 +0100,
Markus Schaber wrote:
 When starting cupsys with Browsing Off, it eats all available CPU
 time, using about 20% in user space and 80% in kernel space.

Hmm, I tried it on my two environments, but I couldn't find any problem.

 When I attach strace to the /usr/sbin/cupsd process with strace -p $PID,
 it spits out the the following lines repeatedly:
 
 select(1024, [0 2 3], [], NULL, {1, 0}) = 1 (in [2], left {1, 0})
 time(NULL)  = 1106817837
 time(NULL)  = 1106817837
 select(1024, [0 2 3], [], NULL, {1, 0}) = 1 (in [2], left {1, 0})
 time(NULL)  = 1106817837
 time(NULL)  = 1106817837

Hmm, it's hard to find where is this...
Can you run gdb?

 I also attached my cupsd.conf to this report. If you need more
 information, please ask.

Yes, I want /etc/cups/printers.conf and /var/log/cups/error_log with
LogLevel debug.

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


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



Bug#292174: debarchiver: Strange permissions on incoming/*/, useless error message.

2005-01-27 Thread Ola Lundqvist
reopen 292174
severity 292174 wishlist
thanks

Hello

On Thu, Jan 27, 2005 at 10:00:09AM +0100, Andreas Metzler wrote:
 On 2005-01-27 Ola Lundqvist [EMAIL PROTECTED] wrote:
 [...]
   [EMAIL PROTECTED]:~$ dpkg --contents debarchiver_0.1.5_all.deb | grep 
   /var/lib/debarchiver/incomin
 [..]
  Take a look at the postinst file.
 
 Yes, sorry for wasting your time by looking at the wrong place.
 
 However I am curious: Isn't this this solution ((shipping directories
 in the deb and chowning them afterwards) subotimal? I think on every
 upgrade dpkg will change the permissions back to root:root and 755 and
 postinst will have to reset them?

It is suboptimal, yes. I thought about it after I have uploaded the
fixed version. On the other hand I do not think permissions are reset
when unpacking the new files. I think this is only set at first unpack.
I'm not sure though.

I'm reopening and making it a wishlist bug to skip this part in postinst
(for permissions, not for user owner) as it could be handled in a
better way.

Regards,

// Ola

   cu andreas
 -- 
 See, I told you they'd listen to Reason, [SPOILER] Svfurlr fnlf,
 fuhggvat qbja gur juveyvat tha.
 Neal Stephenson in Snow Crash
http://downhill.aus.cc/
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#289182: kino endianness issues on powerpc

2005-01-27 Thread Steve Langasek
On Thu, Jan 27, 2005 at 10:58:09AM +0100, Daniel Kobras wrote:
 On Wed, Jan 26, 2005 at 09:59:08PM -0800, Steve Langasek wrote:
  You're right that this bug is not a policy violation; this is a grave bug,
  which is the severity for bugs that render a package unusable or mostly
  so.  We should not be releasing unusable binaries for any architecture;
  either the binaries for all big-endian architectures will need to be
  removed, or the bug fixed, for kino to be included in sarge.

 I disagree. One of several display methods is broken. So is one of
 several export methods. That does not sound unusable to me. (kino indeed
 is mostly unusable on anything but x86 because libdv is dog slow on
 these archs, but that's another matter.)

If it really only affects one of several export methods and one of several
display methods, then I agree with you that it isn't grave.  The submitter's
mail wasn't all that clear that other methods do work, only that certain
methods that he tried did not.  If you know for certain that the main
functionality of kino is available on powerpc, then feel free to downgrade
this bug.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#292492: 2005-01-04: Kronolith H3 (2.0.1) (final) is now available.

2005-01-27 Thread Sim IJskes
Package: kronolith
Severity: wishlist


Could you please package 2.0.1? You will make me, and probably some
customers of mine very happy.


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



Bug#292493: fetchyahoo: a small patch to make regex easier to fix in case of change in yahooo mail

2005-01-27 Thread browaeys . alban
Package: fetchyahoo
Version: 2.8.6-4
Severity: wishlist
Tags: patch


Hi 

i made those change to fetchyahoo to make it easier to change
regex on the mail summary page. It s an improvment on the
previous patch which fix the breakage when yahoo mail changed
the page layout.

I made it after using mail yahoo with a text browser. In this
case yahoo mail changed to use another layout but i have not been
able to patch the code to manage this layout yet (it miss the new
old token to distinguish the mail, the other elements are not
changed much).

This may be usefull for someone else trying to manage this text
mode layout, or if the new layout change again. The regex was
pretty unreadable even for me who made it what it was ...


Ciao
Alban



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages fetchyahoo depends on:
ii  libcrypt-ssleay-perl  0.51-2 Support for https protocol in LWP
ii  libhtml-parser-perl   3.45-1 A collection of modules that parse
ii  libio-socket-ssl-perl 0.96-1 Class implementing an object orien
ii  libmime-perl  5.415-2Perl5 modules for MIME-compliant m
ii  liburi-perl   1.30-1 Manipulates and accesses URI strin
ii  libwww-perl   5.803-3WWW client/server library for Perl
ii  perl  5.8.4-5Larry Wall's Practical Extraction 

-- no debconf information
--- /usr/bin/fetchyahoo 2004-10-24 20:31:04.0 +0200
+++ ./fetchyahoo2005-01-27 12:06:00.007997880 +0100
@@ -830,7 +830,15 @@
   my $mail_size = '';
 
   # the long regex matches and removes a single message
-  while ( $tmpPage =~ s/^.*?^(\t+|\s+)*tr class=msg(new|old).*?^(\t+|\s+)*td 
.*?name=Mid 
value=([0-9a-zA-Z._-]+).*?^(\t+|\s+)*td(.*?).*?^td.*?^(\t+|\s+)*a 
href=.*?ShowLetter\?MsgId=([0-9a-zA-Z._-]+).*?^((\t+|\s+)+|\n+)*(.*?)\n.*?^(\t+|\s+)*td
 .*?(.*?).*?^(\t+|\s+)*td(.*?)//ms ) {
+  my $_regx_state = '^.*?(\t+|\s+)*tr class=msg(new|old).*?'; # $2
+  my $_regx_idsum = '^(\t+|\s+)*td .*?name=Mid 
value=([0-9a-zA-Z._-]+).*?'; # $4
+  my $_regx_from = '^(\t+|\s+)*td(.*?).*?^td.*?'; # $6
+  my $_regx_idmail = '^(\t+|\s+)*a 
href=.*?ShowLetter\?MsgId=([0-9a-zA-Z._-]+).*?'; # $8
+  my $_regx_title = '?^((\t+|\s+)+|\n+)*(.*?)\n.*?'; # $11
+  my $_regx_date = '^(\t+|\s+)*td .*?(.*?).*?'; # $13
+  my $_regx_size = '^(\t+|\s+)*td(.*?)'; # $15
+
+  while ( $tmpPage =~ 
s/$_regx_state.$_regx_idsum.$_regx_from.$_regx_idmail.$_regx_title.$_regx_date.$_regx_size//ms
 ) {
 $mail_state = $2;
 $id_summary = $4;
 $mail_from = $6;



Bug#292476: Package: Debian-Installer

2005-01-27 Thread Frans Pop
On Thursday 27 January 2005 10:12, Peet van de Sande wrote:
 I really wanted to use the 2.6 kernel beceause of the SATA disks, but
 it just wouldn't work.

 I'll just keep trying :-)

Try booting the installer in expert mode. You will be asked what modules 
you want to install during cdrom detection.

Try selecting only general ide modules (like ide-cd).
Try to find out what combination of modules works and what does not.

Let us know the results.

Cheers,
FJP


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



Bug#292495: xdebconfigurator: whether to chose nv or nvidia

2005-01-27 Thread Free Ekanayaka
Package: xdebconfigurator
Version: 1.13.demudi2
Severity: important

Hi,

on this  Dell Inspiron 8600, the  latest  hwinfo package suggests both
nvidia and nv as X driver:

20: PCI 100.0: 0300 VGA compatible controller (VGA)
  [...]
  Model: ATI GeForce FX Go5200
  Vendor: pci 0x10de nVidia Corporation
  Device: pci 0x0324 GeForce FX Go5200
  SubVendor: pci 0x1028 ATI Technologies Inc
  SubDevice: pci 0x019c 
  Revision: 0xa1
  Driver: nvidia
  [...]
  Driver Info #0:
XFree86 v4 Server Module: nv
  Driver Info #1:
XFree86 v4 Server Module: nvidia
3D Support: yes
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #10 (PCI bridge)

and latest xdebconfigurator chooses nvidia over nv:

VIDEO DRIVER: nvidia
VIDEO DRIVER SRC: hwinfo

Obviously the generated XF86Config-4 does not work  unless one has the
nvidia packages and the  appropriate kernel module installed, and  the
problem is that nvidia is non-free.

Personally I  have the nvidia  driver installed, but  this  is not the
rule (e.g. A/DeMuDi doesn't ship any non-free software).

Moreover notice that changing:

Driver  nvidia

with

Driver  nv


in the generated /etc/X11/XF86Config-4, does  works as well, and gives
the same results as with nvidia.

However tuning thegenerated /etc/X11/XF86Config-4 with  the  patch
below gives MUCH better and nicer results.

So what I'd do is before choosing nvidia as X driver run the test:

if test ! -e `modprobe -l nvidia`  $(dpkg -l nvidia-glx | grep -q ^ii)
then
# Ok let's use nvidia, and write an improved XF86Config-4 (see the 
patch below)
else
# Just use nv
fi

Here follows a patch  to get  the best performance  out of  the NVidia
drivers.   It workson my   machineand  should work  inmost
cases. Additional information  can be found  in the appendix D of this
document:

ftp://download.nvidia.com/XFree86/Linux-x86/1.0-6629/README.txt

--- /etc/X11/XF86Config-4   2005-01-27 11:36:10.0 +0100
+++ XF86Config-4.MY 2005-01-27 11:37:23.0 +0100
@@ -66,15 +66,19 @@
Option  Emulate3Buttons   true
 EndSection
 
+
 Section Device
Identifier  ATI GeForce FX Go5200
Driver  nvidia
Option NoLogo 1
 EndSection
 
 Section Monitor
Identifier  Xdebc Monitor
-   HorizSync   28-50
-   VertRefresh 43-75
+   HorizSync   30-92
+   VertRefresh 50-85
+   Option IgnoreEDID 1
+   Modeline 1280x800 83.91 1280 1312 1624 1656 800 816 824 841
Option  DPMS
 EndSection
 
@@ -82,7 +86,7 @@
Identifier  Default Screen
Device  ATI GeForce FX Go5200
Monitor Xdebc Monitor
-   DefaultDepth16
+   DefaultDepth24
SubSection Display
Depth   1
Modes   1024x768 800x600 640x400 640x480 
320x240 320x200 320x400
@@ -105,7 +109,7 @@
EndSubSection
SubSection Display
Depth   24
-   Modes   1024x768 800x600 640x400 640x480 
320x240 320x200 320x400
+   Modes   1920x1200 1680x1050 1280x800
EndSubSection
 EndSection
 

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (901, 'testing'), (101, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-multimedia-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages xdebconfigurator depends on:
ii  debconf [debconf-2.0] 1.4.30.11  Debian configuration management sy
ii  discover1 1.7.6  hardware identification system
ii  kudzu 1.1.67-1   The Red Hat Linux hardware probing
ii  perl-modules  5.8.4-5Core Perl modules

-- debconf information:
  base-config/menu/xdebconfigurator:
* xdebconfigurator/generate-at-boot: false



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



Bug#292494: kgpg: SEGV when deleting photo from key

2005-01-27 Thread Piotr Sulecki
Package: kgpg
Version: 4:3.3.2-1
Severity: normal

kgpg allows me to attach a photo to my public key. However, when I try
to delete the photo afterwards, I'm getting a segfault.

If you need any more info, don't hesistate to contact me.

Regards,

Piotr Sulecki.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=pl_PL.iso88592, LC_CTYPE=pl_PL.iso88592 (charmap=ISO-8859-2)

Versions of packages kgpg depends on:
ii  gnupg1.2.5-3 GNU privacy guard - a free PGP rep
ii  kdelibs4 4:3.3.2-1   KDE core libraries
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libgcc1  1:3.4.3-7   GCC support library
ii  libice6  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libidn11 0.5.2-3 GNU libidn library, implementation
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-10 X Window System Session Management
ii  libstdc++5   1:3.3.5-6   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#292479: ITP: kernel-patch-swsusp2 -- software suspend 2 for linux kernel patch

2005-01-27 Thread Brian Nelson
On Thu, Jan 27, 2005 at 10:20:05AM +0100, martin f krafft wrote:
 Package: wnpp
 Severity: wishlist
 
 @Bernard, I intend to package swsusp2 for Debian, just letting you
 know...
 
 * Package name: kernel-patch-swsusp2
   Version : 2.1.5.15
   Upstream Author : Bernard Blackham [EMAIL PROTECTED]

Isn't Nigel Cunningham the primary author?

Also, Bernard is in the NM queue, though he's been on hold for quite a
while...

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


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



Bug#292366: loop on incorrect charset

2005-01-27 Thread Frans Pop
On Thursday 27 January 2005 10:45, you wrote:
 Attached. I'm only sending you the log for the netinstall although the
 error was identical in both cases.

Thanks for the info.
The strange thing is that the locale selection actually looks OK.

From syslog:
countrychooser: info: Set debian-installer/locale = 'en_GB'
countrychooser: info: Set debian-installer/language = 
'en_GB:en_US:en_GB:en'

From messages:
locale 'en_GB' not available
Generating locales...
  en_GB.ISO-8859-1... done
Generation complete.

So, where does the gb_GB setting come from?

Can you post the contents of /etc/environment after the reboot.
If there's no gb_GB in there, could you grep /etc for that string?

Could you also check the logs in /var/log on the installed system for 
gb_GB and paste relevant parts.

We still need to figure out where it comes from of course. ATM I have no 
idea.
/me wonders if maybe it could be a typo in locale-config.

Cheers,
FJP



Bug#292496: phpbb2: Should suggest a DBMS

2005-01-27 Thread Thijs Kinkhorst
Package: phpbb2
Version: 2.0.10-3
Severity: minor


Hoi Jeroen,

phpBB2 depends on a MySQL- or PostgreSQL database server, however this
is not reflected in the dependencies. Since this DBMS does not have to
be installed on the same machine, it would be logical to
Suggests: mysql-server | postgresql.

Thijs

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages phpbb2 depends on:
ii  apache [httpd]1.3.33-3   versatile, high-performance HTTP s
ii  apache-ssl [httpd]1.3.33-3   versatile, high-performance HTTP s
ii  debconf   1.4.42 Debian configuration management sy
ii  php4  4:4.3.10-2 server-side, HTML-embedded scripti
ii  php4-cgi  4:4.3.10-2 server-side, HTML-embedded scripti
ii  php4-mysql4:4.3.10-2 MySQL module for php4

-- debconf information:
* phpbb2/httpd: apache


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



Bug#291954: The kdebase templates and the German translation

2005-01-27 Thread Holger Levsen
Hi,

On Wednesday 26 January 2005 05:21, Adeodato Simó wrote:
   OK, so this is something you have to discuss among yourselves. I'm not
   very familiarized with the l10n process in Debian, but: do you think
   it'd make sense to X-Debbugs-CC: the appropriate -l10n- list upon
   submitting INTL bugs?

Yes, I think this makes sense.


regards,
 Holger


pgpQoUTptwhUo.pgp
Description: PGP signature


Bug#292434: ITP: glurp -- gtk2.4+ frontend to the Music Player Daemon (MPD)

2005-01-27 Thread Bartosz Fenski aka fEnIo
On Thu, Jan 27, 2005 at 12:04:37AM +0100, Niv Altivanik wrote:

[...]

Why did you submit three ITPs for one package?

regards
fEnIo

-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | IRC:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Polska
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | JID:[EMAIL PROTECTED] | RLU:172001


signature.asc
Description: Digital signature


Bug#291747: popularity-contest: Please give stats on source packages as well

2005-01-27 Thread Martin Quinson
On Wed, Jan 26, 2005 at 07:22:34PM +0100, Bill Allombert wrote:
 On Tue, Jan 25, 2005 at 08:52:21PM +0100, Martin Quinson wrote:
  Yes, what is important to me is that we rank all the source packages. I
  would remove from the ranking the not in sid package (or move them to the
  end of the ranking). It's at least the easiest to do.
  
   2) How do you define the popularity of source packages ? 
   As the sum of the popularity of each binaries packages ?
   This is what is used for Maintainers ranking currently.
  
  It makes sense for maintainers, but I would say that for source package, we
  should use the max of all achieved ranking. I'd say that it's the metric
  which would help the translators looking for which package to translate. I'm
  not completely sure, in fact. Doing 2 rankings is also easy, but I'm not
  sure it's worthing our time.
 
 Hello, I have made a preview here:
 http://people.debian.org/~ballombe/popcon-exp
 Please tell me if anything is broken.

Hello,

I didn't find any error during my rapid browsing, but I'm not sure it
proves anything...

 It use the sum. I could easily change it to use the max, however the
 correct way to compute the max would be to read popcon reports directly
 and to count the number of thoses that report at least one package
 provided by the source package (iow, to merge the reports).

[cut a great explanation of why using the max is really harder to implement]

 The problem is that the website is build from the anonymized results
 for confidentiality. To get correct result here, I would need to add
 source packages info to the anonymized results files, and I am not
 to keen changing the format of that file.

That's prefect. You may want to add a little readme about this on the web
site, but I really don't think that it will be an issue for us. Having some
kind of indication about the popularity of source package is really a great
help for the translators.


Thanks for your time, and please keep me posted when this feature arrives
into the regular popcon.debian.org so that I can start hacking on the l10n
pages.

Bye, Mt.


signature.asc
Description: Digital signature


Bug#292498: mc ingnores CDPATH

2005-01-27 Thread gerhard oettl
Package: mc
Version: 1:4.6.0-4.6.1-pre1-3
Severity: normal


the CDPATH environment variable is ignored in the
commandline (typing cd xxx) and also by the 
quick cd command (altc).

the helfile says it should be recognized.


thanks
gerhard

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages mc depends on:
ii  e2fslibs1.35-6   The EXT2 filesystem libraries
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libcomerr2  1.35-6   The Common Error Description libra
ii  libglib2.0-02.4.8-1  The GLib library of C routines
ii  libgpmg11.19.6-12.1  General Purpose Mouse Library [lib

-- no debconf information


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



Bug#292497: openvrml: new version available

2005-01-27 Thread Yann Dirson
Package: openvrml
Version: 0.14.3
Severity: wishlist

0.15.6 is out




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



Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Marc Haber
On Wed, 26 Jan 2005 08:12:36 -0200, Henrique de Moraes Holschuh
[EMAIL PROTECTED] wrote:
On Wed, 26 Jan 2005, David Pashley wrote:
  The better fix IS to add an extra line to both incarnations of invoke-rc.d
  (sysv-rc's and file-rc's) to look under /usr/local/sbin first.

Make that later.  I just noticed one has to run the system's
/usr/sbin/policy-rc.d in preference to all else.

Why?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834



Bug#292347: gpsd: remote security problem with format strings

2005-01-27 Thread Tilman Koschnick
tags 292347 pending
thanks

On Wed, 2005-01-26 at 15:06 +0100, Ulf Härnhammar wrote:
 Subject: gpsd: remote security problem with format strings
 Package: gpsd
 Severity: grave
 Justification: user security hole
 Tags: security
 
 Hello,
 
 a remote security problem with format strings has been reported:
 
 http://seclists.org/lists/fulldisclosure/2005/Jan/0843.html
 
 The patch is changing all instances of:
 
 syslog(BLAH, str);
 
 to:
 
 syslog(BLAH, %s, str);
 
 // Ulf Harnhammar
 
 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable'), (500, 'testing')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.8-2-686
 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Thanks for the report, a package containing the fix is in preparation.

Cheers, Til




Bug#292380: cupsys-client: cupsaddsmb doesn't install cups for windows drivers

2005-01-27 Thread Kenshi Muto
At Wed, 26 Jan 2005 19:36:25 +0100,
PROD'HOMME Nicolas DDSC SDAM BSI wrote:
 It doesn't work if you have old version of CUPS driver for WINDOWS, like V5
 
 However it is possible to manually install CUPS driver for WINDOWS V5 only as
 discribed in SAMBA HOWTO COLLECTION chapter 19.2
 
 IMHO, cupsaddsmb should test the version of CUPS driver for WINDOWS files 
 found
 and allow to install only the ones available.

Unfortunatelly ESP stopped distribute CUPS driver for Windows.
Because I've no version of it, I couldn't try it.

Thanks,
-- 
Kenshi Muto
[EMAIL PROTECTED]


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



Bug#292340: acknowledged by developer (Bug#292340: fixed in reportbug 3.7)

2005-01-27 Thread Chris Lawrence
The key phrase is due to be installed; the mirror system propagates
new packages once a day in the afternoon (east coast US time).

In the meantime, you can download the package from http://incoming.debian.org/


CNL

On Thu, 27 Jan 2005 09:09:01 +0100 (CET), Gabor Kiss [Bitman]
[EMAIL PROTECTED] wrote:
 Dear Chris,
 
  Source: reportbug
  Source-Version: 3.7
 
  We believe that the bug you reported is fixed in the latest version of
  reportbug, which is due to be installed in the Debian FTP archive:
 
  reportbug_3.7.dsc
to pool/main/r/reportbug/reportbug_3.7.dsc
  reportbug_3.7.tar.gz
to pool/main/r/reportbug/reportbug_3.7.tar.gz
  reportbug_3.7_all.deb
to pool/main/r/reportbug/reportbug_3.7_all.deb
 
 FYI: There are no such files on ftp.debian.org:
 
 
 $ ftp ftp.debian.org
 Connected to ftp.debian.org.
 220 saens.debian.org FTP server (vsftpd)
 Name (ftp.debian.org:kissg): ftp
 331 Please specify the password.
 Password:
 230-
 ...snip...
 Using binary mode to transfer files.
 ftp cd /debian/pool/main/r/reportbug/
 250 Directory successfully changed.
 ftp dir
 200 PORT command successful. Consider using PASV.
 150 Here comes the directory listing.
 -rw-r--r--1 1176 1176  858 Apr 04  2002 reportbug_1.50.dsc
 -rw-r--r--1 1176 117669698 Apr 04  2002 reportbug_1.50.tar.gz
 -rw-r--r--1 1176 117666574 Apr 04  2002 reportbug_1.50_all.deb
 -rw-rw-r--1 1176 1176  520 Nov 09 01:47 reportbug_3.2.dsc
 -rw-rw-r--1 1176 1176   119841 Nov 09 01:47 reportbug_3.2.tar.gz
 -rw-rw-r--1 1176 1176   107958 Nov 09 01:47 reportbug_3.2_all.deb
 -rw-rw-r--1 1176 1176  520 Jan 20 05:18 reportbug_3.6.dsc
 -rw-rw-r--1 1176 1176   128723 Jan 20 05:18 reportbug_3.6.tar.gz
 -rw-rw-r--1 1176 1176   108856 Jan 20 05:18 reportbug_3.6_all.deb
 226 Directory send OK.
 ftp
 
 
 What do you mean Debian FTP archive?
 
 Regards
 
 Gabor
 
 


-- 
Chris Lawrence - http://blog.lordsutch.com/


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



Bug#292469: gjig: Dependees button doesn't work.

2005-01-27 Thread Graham Williams
Received Thu 27 Jan 2005  7:25pm +1100 from A Costa:
 Package: wajig
 Version: 2.0.19-2
 Severity: normal
 
 
 Start 'gjig', type a package name in the Package(s) box,
 click on Dependees.  Error message says:
 
   The command 'dependees' was not recognised
   Perhaps it is not yet implemented or you misspelt the command

Fixed in version 2.0.20.  Missed a command change being reflected in
gjig.py and gjig.glade.

Thanks for the bug reports.

Regards,
Graham


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



Bug#292190: cannot enable DMA on nForce2 chipset

2005-01-27 Thread Peter Eisentraut
maximilian attems wrote:
 the modular-ide patch got reworked for the 2.6.10 kernel-image from
 unstable, could you check if that one works for you?

Unfortunately, that new kernel did not help.


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



Bug#292500: hotswap: builds binary all debs on buildds

2005-01-27 Thread Christian T. Steigies
Package: hotswap
Version: 0.4.0-7
Severity: minor

Your package builds binary all debs on the buildds, this is from the build log:

dpkg-deb: building package `hotswap-text' in `../hotswap-text_0.4.0-7_m68k.deb'.
dpkg-deb: building package `hotswap-gui' in `../hotswap-gui_0.4.0-7_m68k.deb'.
dpkg-deb: building package `hotswap' in `../hotswap_0.4.0-7_all.deb'.

See http://crest.debian.org/problems.html

Packages that build the docs in binary-arch (Bdale's description):

Some source packages build all of the binary packages in the binary-arch
target of debian/rules, even though at least one binary package is
architecture independent. That's wrong.

The practical impact is that autobuilder maintainers get to manually
clean up the _all.deb packages every time your package is uploaded.
[Also it can add considerably to the build time on slow arches,
and it's another potential source of build failures.]

Please fix this when you get a chance.

Any architecture all binary packages should be built by the
binary-indep target in debian/rules. If you're using debhelper,
read about the -a and -i options, and if you have dh-make
installed, a good example rules file is available in the
/usr/share/debhelper/dh_make/debianm directory.

Christian


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



Bug#292457: list-alts: README is an alternative?

2005-01-27 Thread Graham Williams
Received Thu 27 Jan 2005  5:54pm +1100 from A Costa:
 Package: wajig
 Version: 2.0.19-2
 Severity: normal
 
 
 Some odd data -- at least on my system:
 
   wajig  list-alts | grep -n READ
   5:README
 
 ...any package by that name?
 
   wajig  list-names README ; echo $?
   0
 
 No.  And should the error code be 0?

Thanks again. I have fixed up the README problem, and I believe this
closes this bug.  It will be in Version 2.0.20.

The error code issue is a bigger one for wajig.  I'm happy to look in
to it if you believe it should be fixed (and wanted to add a new Bug
report - either a wishlist or bug depending on your point of view).

Regards,
Graham


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



Bug#290128: I suspect this is the broken endian.h file

2005-01-27 Thread Brett Parker
On Wed, Jan 26, 2005 at 07:33:45PM -0500, Anthony DeRobertis wrote:
 Package: xmms-scrobbler
 Followup-For: Bug #290128
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 The broken macros in endian.h create absurd results when dealing with
 numbers  127 due to assuming char is unsigned.
 
 Basically, it returns a really large number (e.g., several gigs), which
 is then passed to malloc. malloc (naturally) returns NULL on 32-bit
 archs. The result of malloc is not tested (ugh...), and then a memcpy to
 NULL is attempted. [The results would be different, possibly worse, on a
 64-bit arch where the malloc could succeed.]

Thanks for the info, I'll try to work on it shortly, I'm currently still
waiting for xmms-scrobbler to come back out of NEW (it's moving to
main), but I'll work on it as soon as I've got some time.

 If you change debian/rules to do:
   CFLAGS=$(CFLAGS) configure ...
 (you should probably do this anyway)
 
 and then
   export DEB_BUILD_OPTS='noopt,nostrip'
   dpkg-buildpackage -rfakeroot -b -uc
 
 install the resulting package, and you can easily watch the crash by
 running xmms (or I assume bmp) under ddd. The backtrace the reporter
 provided is wrong due to compiling with optimizations (ok, not wrong,
 but misleading).
 
 See my post on the AudioScrobbler forums:
 http://www.audioscrobbler.com/forum/4/_/18676
 
 I've patched it locally as shown in that post; that's the only reason
 most of my music doesn't crash xmms.
 
 PS: glib provides, I believe, endian conversion functions; any reason
 not to use those?

I'll have to think about this one.

 PS(2): ALWAYS check the result of malloc. malloc hates you. malloc will
fail when you least expect it.

Agreed, I'm still going through the code and trying to make sure that
there are checks in place, it seems insane to kill xmms when we could
just discard the tag in a neat manner.

 PS(3): Doesn't libvorbis or libvorbisfile already have things for
  reading Vorbis tags? Any reason not to use it?

It appears that the upstream guys use as few external libraries as is
humanly possible for the plugin, which is probably why that's not linked
in. I'll take a look when I get some time.
-- 
Brett Parker


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



Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Henrique de Moraes Holschuh
On Thu, 27 Jan 2005, Marc Haber wrote:
 On Wed, 26 Jan 2005 08:12:36 -0200, Henrique de Moraes Holschuh
 [EMAIL PROTECTED] wrote:
 On Wed, 26 Jan 2005, David Pashley wrote:
   The better fix IS to add an extra line to both incarnations of 
   invoke-rc.d
   (sysv-rc's and file-rc's) to look under /usr/local/sbin first.
 
 Make that later.  I just noticed one has to run the system's
 /usr/sbin/policy-rc.d in preference to all else.
 
 Why?

Because if any package that is NOT a policy-rc.d package is providing a
policy-rc.d in /usr/sbin, it has a damn good reason to do so, and it should
take precendence.  Examples of damn good reasons are alternative initscript
managers such as runit.

If a package that is a policy-rc.d package is installed, then the local
admin is supposed to take care of things (he should uninstall that package,
if he wants to use his own policy-rc.d under /usr/local.  Or register his
policy-rc.d as an alternative and select that one, etc).

-- 
  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#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Marc Haber
On Thu, Jan 27, 2005 at 10:37:05AM -0200, Henrique de Moraes Holschuh wrote:
 On Thu, 27 Jan 2005, Marc Haber wrote:
  On Wed, 26 Jan 2005 08:12:36 -0200, Henrique de Moraes Holschuh
  [EMAIL PROTECTED] wrote:
  On Wed, 26 Jan 2005, David Pashley wrote:
The better fix IS to add an extra line to both incarnations of 
invoke-rc.d
(sysv-rc's and file-rc's) to look under /usr/local/sbin first.
  
  Make that later.  I just noticed one has to run the system's
  /usr/sbin/policy-rc.d in preference to all else.
  
  Why?
 
 Because if any package that is NOT a policy-rc.d package is providing a
 policy-rc.d in /usr/sbin, it has a damn good reason to do so, and it should
 take precendence.  Examples of damn good reasons are alternative initscript
 managers such as runit.

Packages providing /usr/sbin/policy-rc.d are required to use the
alternatives system anyway.

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#292480: cupsys: Cupsys with Browsing Off eats 100% CPU

2005-01-27 Thread Markus Schaber
Hi, Kenshi,

Kenshi Muto schrieb:

When starting cupsys with Browsing Off, it eats all available CPU
time, using about 20% in user space and 80% in kernel space.
 
 Hmm, I tried it on my two environments, but I couldn't find any problem.

My co-developer seems to have the same problem on his machine (also
using debian testing, and a similar, but not necessarily identical
configuration).

When I attach strace to the /usr/sbin/cupsd process with strace -p $PID,
it spits out the the following lines repeatedly:

select(1024, [0 2 3], [], NULL, {1, 0}) = 1 (in [2], left {1, 0})
time(NULL)  = 1106817837
time(NULL)  = 1106817837
select(1024, [0 2 3], [], NULL, {1, 0}) = 1 (in [2], left {1, 0})
time(NULL)  = 1106817837
time(NULL)  = 1106817837
 
 Hmm, it's hard to find where is this...
 Can you run gdb?

I'll try, and submit the results as soon as I have them.

I also attached my cupsd.conf to this report. If you need more
information, please ask.
 
 Yes, I want /etc/cups/printers.conf and /var/log/cups/error_log with
 LogLevel debug.

/etc/cups/printers.conf does not define any printers, currently.

I attached a /var/log/cups/error_log that with LogLevel debug that shows
startup and shutdown, and some idle time of using 100% cpu between.

Thanks,
Markus
-- 
markus schaber | dipl. informatiker
logi-track ag | rennweg 14-16 | ch 8001 zürich
phone +41-43-888 62 52 | fax +41-43-888 62 53
mailto:[EMAIL PROTECTED] | www.logi-track.com
# Printer configuration file for CUPS v1.1.21rc1
# Written by cupsd on Thu Apr  1 10:32:22 2004
I [27/Jan/2005:10:15:16 +0100] Listening to 7f01:631
I [27/Jan/2005:10:15:16 +0100] Polling a170202:631
I [27/Jan/2005:10:15:16 +0100] Loaded configuration file /etc/cups/cupsd.conf
I [27/Jan/2005:10:15:16 +0100] Configured for up to 100 clients.
I [27/Jan/2005:10:15:16 +0100] Allowing up to 100 client connections per host.
I [27/Jan/2005:10:15:16 +0100] Full reload is required.
I [27/Jan/2005:10:15:18 +0100] LoadPPDs: Read /etc/cups/ppds.dat, 2348 PPDs...
I [27/Jan/2005:10:15:18 +0100] LoadPPDs: No new or changed PPDs...
I [27/Jan/2005:10:15:18 +0100] Full reload complete.
I [27/Jan/2005:10:16:01 +0100] Scheduler shutting down normally.
I [27/Jan/2005:10:17:06 +0100] Listening to 7f01:631
I [27/Jan/2005:10:17:06 +0100] Polling a170202:631
I [27/Jan/2005:10:17:06 +0100] Loaded configuration file /etc/cups/cupsd.conf
I [27/Jan/2005:10:17:06 +0100] Configured for up to 100 clients.
I [27/Jan/2005:10:17:06 +0100] Allowing up to 100 client connections per host.
I [27/Jan/2005:10:17:06 +0100] Full reload is required.
I [27/Jan/2005:10:17:06 +0100] LoadPPDs: Read /etc/cups/ppds.dat, 2348 PPDs...
I [27/Jan/2005:10:17:06 +0100] LoadPPDs: No new or changed PPDs...
I [27/Jan/2005:10:17:06 +0100] Full reload complete.
I [27/Jan/2005:10:17:06 +0100] Added remote printer hp-laserjet-2300d...
I [27/Jan/2005:10:17:29 +0100] Scheduler shutting down normally.
I [27/Jan/2005:10:17:30 +0100] Listening to 7f01:631
I [27/Jan/2005:10:17:30 +0100] Polling a170202:631
I [27/Jan/2005:10:17:30 +0100] Loaded configuration file /etc/cups/cupsd.conf
I [27/Jan/2005:10:17:30 +0100] Configured for up to 100 clients.
I [27/Jan/2005:10:17:30 +0100] Allowing up to 100 client connections per host.
I [27/Jan/2005:10:17:30 +0100] Full reload is required.
I [27/Jan/2005:10:17:30 +0100] LoadPPDs: Read /etc/cups/ppds.dat, 2348 PPDs...
I [27/Jan/2005:10:17:30 +0100] LoadPPDs: No new or changed PPDs...
I [27/Jan/2005:10:17:30 +0100] Full reload complete.
I [27/Jan/2005:10:17:53 +0100] Scheduler shutting down normally.
I [27/Jan/2005:10:17:54 +0100] Listening to 7f01:631
I [27/Jan/2005:10:17:54 +0100] Polling a170202:631
I [27/Jan/2005:10:17:54 +0100] Loaded configuration file /etc/cups/cupsd.conf
I [27/Jan/2005:10:17:54 +0100] Configured for up to 100 clients.
I [27/Jan/2005:10:17:54 +0100] Allowing up to 100 client connections per host.
I [27/Jan/2005:10:17:54 +0100] Full reload is required.
I [27/Jan/2005:10:17:54 +0100] LoadPPDs: Read /etc/cups/ppds.dat, 2348 PPDs...
I [27/Jan/2005:10:17:54 +0100] LoadPPDs: No new or changed PPDs...
I [27/Jan/2005:10:17:54 +0100] Full reload complete.
I [27/Jan/2005:10:17:54 +0100] Added remote printer hp-laserjet-2300d...
I [27/Jan/2005:10:23:02 +0100] Scheduler shutting down normally.
I [27/Jan/2005:10:23:03 +0100] Listening to 7f01:631
I [27/Jan/2005:10:23:03 +0100] Polling a170202:631
I [27/Jan/2005:10:23:03 +0100] Loaded configuration file /etc/cups/cupsd.conf
I [27/Jan/2005:10:23:03 +0100] Configured for up to 100 clients.
I [27/Jan/2005:10:23:03 +0100] Allowing up to 100 client connections per host.
I [27/Jan/2005:10:23:03 +0100] Full reload is required.
I [27/Jan/2005:10:23:03 +0100] LoadPPDs: Read /etc/cups/ppds.dat, 2348 PPDs...
I [27/Jan/2005:10:23:03 +0100] LoadPPDs: No new or changed PPDs...
I [27/Jan/2005:10:23:03 +0100] Full reload complete.
I 

Bug#292370: debian unstable / testing gpsd bug

2005-01-27 Thread Tilman Koschnick
tags 292370 pending
thanks

On Wed, 2005-01-26 at 11:38 -0500, KF (lists) wrote:
 Package: gpsd
 Version: 2.7-1
 Severity: grave
 Tags: security sarge sid
 )
 
 
 Let me know if you guys need anything further. 

Thanks for the report, a package containing a fix is in preparation.

Cheers, Til



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



Bug#288522: debian-installer: WLAN config settings become lost (perhaps misplaced) upon first boot

2005-01-27 Thread Frans Pop
 So, I guess that all that really needs to be done is to load the
 ohci1394 module during the component initialization step.

Please send us the output of 'lspci' and 'lspci -n' for your system.

Cheers,
FJP


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



Bug#292501: dash doesn't parse $ENV when invoked with -c

2005-01-27 Thread Jörg Sommer
Package: dash
Version: 0.5.1-3
Severity: normal

Hi,

man dash says:
 If the environment variable ENV is set on entry to a shell, or is set in
 the .profile of a login shell, the shell next reads commands from the
 file named in ENV.  Therefore, a user should place commands that are to
...
 substituting for ``.shinit'' any filename you wish.  Since the ENV file
 is read for every invocation of the shell, including shell scripts and
 ^
 non-interactive shells, the following paradigm is useful for restricting

But dash behaves:

$ echo $ENV
/home/joerg/.shrc
$ head -4 $ENV
# ~/.shrc: executed by sh(1) for non-login shells.
# throught $ENV set in ~/.profile

echo $0 shrc
(joerg):~$ dash -c true
(joerg):~$ posh -c true
posh shrc

Bye, Jörg.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.9
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages dash depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- debconf information excluded


signature.asc
Description: Digital signature


Bug#286400: About the Ruby packages split: a concrete proposal

2005-01-27 Thread Adeodato Simó
Hi all!

  Given the late fuss about the Ruby packages being split in Debian, the
  need for a working solution has become evident (more than it already
  was). After some discussion in #debian-ruby, a concrete proposal is
  ready for comments.

  Paul van Tilburg, Andres Salomon and myself discussed the general
  idea, and after some polishing of the details, Paul prepared sample
  packages, which are now available in his repository [1], and tested
  that the transition is smooth.

[1] deb http://people.debian.org/~paulvt/ruby ./

  The modifications go to the 'ruby-defaults' source package, since as
  we want this for sarge, there is no possibility of reverting the split
  in the *1.8 ones (and that would have to be heavily discussed, anyway).

  So, two new virtual packages get introduced, and the meaning of the
  'ruby' virtual package changes. See the end of the mail for the
  details, the explanation is:

- 'apt-get install ruby' will give a full ruby installation, which
  should solve most complains people have about the split. So, the
  principle of least surprise is followed: installing 'ruby' gives
  you the full standard lib and an interpreter. This effectively
  changes the semantics of the 'ruby' package, and has implications
  for dependency handling; see below for the details.

- a new package ruby-core is introduced, that depends on _most_ of
  the Ruby stdlib (Tcl/Tk libs are left out). At first, it was
  thought of including here only the pure ruby libraries, so that no
  dependencies outside libruby existed. However, as many of the
  needed libraries were 'required' or 'important' or 'standard',
  they have been included. Installing ruby-core, then, gives a very
  reasonable, yet compact, ruby environment.

- finally, another new package is also created: ruby-interpreter,
  which is equivalent to the old 'ruby' package (i.e., depends only
  on rubyX.Y). As packages may depend on 'ruby' meaning I only need
  the interpreter, ruby-interpreter will Provide: ruby until all of
  these dependencies can be changed.

  Still, a bunch of packages have their 'ruby' dependency versioned,
  for which the above is not enough (since versioned provides are
  not supported). I can count 16 of these, using the following
  command:

$ grep-available -e -FDepends '(^| +)ruby *\(' -ns Package

  This does not mean that the proposed changes can't be made. Only,
  that anybody having any of those packages installed will have to
  temporarily install the full ruby stdlib until the packages switch
  to depending on 'ruby-interpreter' (bugs should be filed).

  There is also the more conservative approach of making a
  'ruby-defaults' upload in which 'ruby-core' and 'ruby-interpreter'
  get introduced, but 'ruby' is _not_ changed, file bugs, and
  re-upload with 'ruby' changing its meaning after all packages have
  been fixed.

  Also, the Ruby folicy should have to be updated to reflect this. A
  patch with a minimal set of required changes is attached.

  The full details follow. I've put this document in [2], and labelled
  it as Version 1 to it so that any changes can be traced.

[2] http://the-swirl.org/~adeodato/debian/ruby/RubyDefaults.new

--8-
Source: ruby-defaults

Package: ruby-interpreter
Provides: ruby
Depends:
ruby1.8
libruby

Package: ruby-core
Depends:
ruby-interpreter
irb
rdoc
libbigdecimal-ruby
libcurses-ruby  [libncurses5 is 'required']
libdbm-ruby [libgdbm3 is 'important']
libdl-ruby
libdrb-ruby
liberb-ruby
libgdbm-ruby[libgdbm3 is 'important']
libiconv-ruby
libopenssl-ruby [libssl0.9.7 is 'standard']
libpty-ruby
libracc-runtime-ruby
libreadline-ruby[libreadline4 is 'standard']
librexml-ruby
libsdbm-ruby
libstrscan-ruby
libsyslog-ruby
libtest-unit-ruby
libwebrick-ruby
libxmlrpc-ruby
libyaml-ruby
libzlib-ruby[zlib1g is 'required']

Package: ruby
Depends:
ruby-core
libtcltk-ruby
libtk-ruby
Recommends:
ri
ruby1.8-examples
Suggests:
ruby-elisp
--8-

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
Don't worry about what anybody else is going to do. The best way to
predict the future is to invent it.
-- Alan Kay
--- ruby-policy.sgml.old2005-01-27 06:33:57.0 +0100
+++ ruby-policy.sgml2005-01-27 06:42:00.0 +0100
@@ -13,7 +13,7 @@
 author
nameFumitoshi UKAI/name
 /author
-versionversion 0.0.1.4/version
+versionversion 0.0.2.0/version
 
 abstract
   This document describes the packaging of Ruby within the Debian
@@ -116,7 +116,7 @@
/p
 
p
- At any time, exactly 

Bug#292340: acknowledged by developer (Bug#292340: fixed in reportbug 3.7)

2005-01-27 Thread Gabor Kiss [Bitman]
 The key phrase is due to be installed; the mirror system propagates
 new packages once a day in the afternoon (east coast US time).

 In the meantime, you can download the package from http://incoming.debian.org/

Oh, my God!
Second time I do this mistake.
Thanks and sorry for my impatience.

Regards

Gabor

BTW.  Reportbug 3.7 says:
-
$ reportbug
Please enter the name of the package in which you have found a problem, or type
'other' to report a more general problem.
 reportbug
*** Welcome to reportbug.  Use ? for help at prompts. ***
Using 'Gabor Kiss [EMAIL PROTECTED]' as your from address.
Detected character set: us-ascii
Please change your locale if this is incorrect.

Getting status for reportbug...
Verifying package integrity...
Checking for newer versions at packages.debian.org...
Traceback (most recent call last):
  File /usr/bin/reportbug, line 1665, in ?
main()
  File /usr/bin/reportbug, line 1152, in main
http_proxy=options.http_proxy, arch=arch)
  File /usr/share/reportbug/checkversions.py, line 182, in check_available
avail.update(get_versions_available(package, dists, http_proxy, arch))
  File /usr/share/reportbug/checkversions.py, line 131, in get_versions_availa
ble
page = open_url(PACKAGES_URL % package, http_proxy)
  File /usr/share/reportbug/urlutils.py, line 139, in open_url
print  sys.stderr, http_proxy environment variable must be formatted as a
 valid URI
NameError: global name 'sys' is not defined
$
-

... until I unset environment variable HTTP_PROXY. Its previous
value was cache.belso.cdata.hu:3128 that was very acceptable by
other HTTP clients.

Gabor


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



Bug#292480: gdb bt full

2005-01-27 Thread Markus Schaber
As there is no symbol information, a bt full is not telling so much.

If you need more info: could you provide me quick intructions how to get
a debug version (apt-get source, patch makefile, make-dpkg or so)?

I took several bt full, they all seem to be in SrvUrlCallback(). With
several tries, I only got the following two different stack dumps:

(gdb) bt full
#0  0xb7e904b8 in select () from /lib/tls/libc.so.6
No symbol table info available.
#1  0x0805edd9 in SrvUrlCallback ()
No symbol table info available.
#2  0xb7dd4904 in __libc_start_main () from /lib/tls/libc.so.6
No symbol table info available.
#3  0x0804c891 in ?? ()
No symbol table info available.

(gdb) bt full
#0  0xb7e52fcd in time () from /lib/tls/libc.so.6
No symbol table info available.
#1  0x0805efc8 in SrvUrlCallback ()
No symbol table info available.
#2  0xb7dd4904 in __libc_start_main () from /lib/tls/libc.so.6
No symbol table info available.
#3  0x0804c891 in ?? ()
No symbol table info available.

Thanks,
Markus
--
markus schaber | dipl. informatiker
logi-track ag | rennweg 14-16 | ch 8001 zürich
phone +41-43-888 62 52 | fax +41-43-888 62 53
mailto:[EMAIL PROTECTED] | www.logi-track.com


signature.asc
Description: OpenPGP digital signature


Bug#292502: zope-cmfplone: Needs to depend on zope-pts to activate PloneTranslations

2005-01-27 Thread Jens Nachtigall
Package: zope-cmfplone
Version: 2.0.4-2
Severity: important
Tags: l10n


Just another bugreport :)

zope-cmfplone needs to depend on zope-pts package, otherwise the
translations of plone (zope-plonetranslations) won't be initialised.

When running bin/runzope without zope-pts one gets:
2005-01-27T13:18:03 INFO(0) Plone Option
Placeless Translation Service not found. Plone runs without this, but if you 
want multilingual interface or access keys, you must download it from 
http://www.sourceforge.net/projects/collective

--
2005-01-27T13:18:03 INFO(0) Plone Option
Plone i18n files not found. Plone runs without this, but if you want 
multilingual interface or access keys, you must download it from 
http://www.sourceforge.net/projects/plone-i18n


Jens

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-386
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages zope-cmfplone depends on:
ii  debconf [debconf-2.0] 1.4.41 Debian configuration management sy
ii  python2.3.4-5An interactive high-level object-o
ii  zope  2.6.4-1.6  Open Source Web Application Server
ii  zope-btreefolder2 1.0.1-5Zope folder that can efficiently c
ii  zope-cmf1.4   1.4.7-2Zope Content Management Framework 
ii  zope-cmfactionicons   1:0.9-2Actions and icons add-on for Zope 
ii  zope-cmfcalendar1.4   1.4.7-2Zope CMF Calendar, 1.4 branch
ii  zope-cmfcore1.4   1.4.7-2Zope CMF Core services, 1.4 branch
ii  zope-cmfdefault1.41.4.7-2Zope CMF Default (basic) content, 
ii  zope-cmfformcontroller1.0.3-2Zope form validation for CMF and P
ii  zope-cmfquickinstallertool1.5.0-1Zope add-on to easy install CMF/Pl
ii  zope-cmftopic1.4  1.4.7-2Zope CMF Topic, 1.4 branch
ii  zope-dcworkflow   1.4.7-2Fully customizable workflow for CM
ii  zope-formulator   1.7.0-5A tool to create and validate web 
ii  zope-groupuserfolder  3.1.1-2Zope add-on that provides user fla
ii  zope-plonetranslations0.6-1  Translation files for Plone 2.0
ii  zope2.7 [zope]2.7.3-0-1  Open Source Web Application Server

-- debconf information:
* zope-cmfplone/initial-instance:
  zope-cmfplone/oldproduct_in_var: do nothing
  zope-cmfplone/upgrade-from-initial-rc2:
  zope-cmfplone/migration:


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



Bug#292503: missing files

2005-01-27 Thread Lockenvitz Jan EXT
Title: missing files 





Package: initrd-tools
Version: 0.1.77


when installing the initrd-tools it finishes with some errors in post-install.
It seems som files are missing:


/etc/mkinitrd/mkinitrd.conf
/etc/mkinitrd/modules
/etc/default/initrd-tools.sh
/etc/init.d/initrd-tools.sh


I am using Debian Sarge on a sparc architecture


best regards,
Jan Lockenvitz





Bug#292401: kdm_config override /etc/kde3/kdm/kdmrc which is a conffile

2005-01-27 Thread Josh Metzler
tags 292401 +upstream
forwarded 292401 http://bugs.kde.org/86650
thanks

On Wednesday 26 January 2005 10:30 pm, Chris Cheney wrote:
 On Wed, Jan 26, 2005 at 05:03:45PM -0500, Christopher Martin wrote:
  To fix this, we'd need either to ship a kdmrc that conforms to the
  kcontrol configurator's basic pattern, and so wouldn't be modified by
  kcontrol more than is really necessary (could we make it keep the
  comments, at least?), or else re-write the kdm module of kcontrol to
  behave less stupidly, which would be quite an undertaking.
 
  Comments?

 Perhaps this is a bug that would be useful forwarded upstream, hopefully
 the upstream authors just overlooked the fact that it mangles the config
 file and it is not a feature. ;)

 Chris

I just checked and this bug was reported upstream a few months ago, and it 
sounds like a fix might be possible.

Josh


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



Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Henrique de Moraes Holschuh
On Thu, 27 Jan 2005, Marc Haber wrote:
 On Thu, Jan 27, 2005 at 10:37:05AM -0200, Henrique de Moraes Holschuh wrote:
  On Thu, 27 Jan 2005, Marc Haber wrote:
   On Wed, 26 Jan 2005 08:12:36 -0200, Henrique de Moraes Holschuh
   [EMAIL PROTECTED] wrote:
   On Wed, 26 Jan 2005, David Pashley wrote:
 The better fix IS to add an extra line to both incarnations of 
 invoke-rc.d
 (sysv-rc's and file-rc's) to look under /usr/local/sbin first.
   
   Make that later.  I just noticed one has to run the system's
   /usr/sbin/policy-rc.d in preference to all else.
   
   Why?
  
  Because if any package that is NOT a policy-rc.d package is providing a
  policy-rc.d in /usr/sbin, it has a damn good reason to do so, and it should
  take precendence.  Examples of damn good reasons are alternative initscript
  managers such as runit.
 
 Packages providing /usr/sbin/policy-rc.d are required to use the
 alternatives system anyway.

Yes, but they can use diversions when the entire policy-rc.d system has to
be disabled, if need be.

However, if invoke-rc.d searches /usr/local/sbin/policy-rc.d first, this
whole safety net is disabled.

So invoke-rc.d could be changed to look under /usr/local/sbin/policy-rc.d as
well, but only if it failed to find a runnable policy-rc.d at
/usr/sbin/policy-rc.d.

-- 
  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#291979: zope-exuserfolder: NEWS.Debian is not in binary package

2005-01-27 Thread Fabio Tranchitella
Hi Andreas,

Il giorno mer, 26-01-2005 alle 10:28 +0100, Andreas Tille ha scritto:
 Anyway, in the (simple) Postgresql Authentication Source the roles
 property seems not to be used.  

It's not true:

xuf=# select * from passwd ;
 userid | username |   password| roles
+--+---+---
  1 | admin| adCgSluAU.9eQ | Manager,Owner


Everything works well for me, with both simple and advanced postgresql
authentication and using the database scheme shown
in  /usr/share/doc/zope-exuserfolder/pg*Scheme.sql

 The roles I have set in the table are not displayed in the selection box 
 if I want to change a user and if I for instance change a password of a 
 user, the role is just set to NULL (which can be verified) in the database.  
 Moreover I'm not able to login with the newly created passwords.

I can't reproduce this.

 So something is *really* wrong here.  Please tell me, which further 
 information
 is needed.

Can you please export your folder with XUF and send me the SQL for your
database?

Fabio

-- 
Fabio Tranchitella http://www.kobold.it
Studio Tranchitella Assoc. Professionale   http://www.tranchitella.it
_
1024D/7F961564, fpr 5465 6E69 E559 6466 BF3D 9F01 2BF8 EE2B 7F96 1564



signature.asc
Description: Questa parte del messaggio =?ISO-8859-1?Q?=E8?= firmata


Bug#292504: menu: fails to create entry if hint is the same as a package

2005-01-27 Thread Andrew Lau
Package: menu
Version: 2.1.21
Severity: normal

Hi Bill,

/usr/lib/menu/xbase-clients provides an entry for a program called
Bitmap. At the same time, GIMP's and CinePaint's Debian menu file
specifies the hint Bitmap to contrast with the other commonly used
Vector hint (eg. Inkscape and xfig).

However, the Bitmap folder is never created by update-menus and only the
menu entry for bitmap the program is. Worse still, CinePaint and the
GIMP disappear altogether from Apps/Graphics.

I've confirmed this bug in both the Debian menus for GNOME and Fluxbox,
so I doubt that this bug is a menu-methods script issue but a problem
with the backend itself.

Yours sincerely,
Andrew Netsnipe Lau

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages menu depends on:
ii  dpkg1.10.26  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.3-7GCC support library
ii  libstdc++5  1:3.3.5-6The GNU Standard C++ Library v3

-- no debconf information

-- 
---
Andrew Netsnipe Lau   http://www.cse.unsw.edu.au/~alau/
 Debian GNU/Linux Maintainer  UNSW Computing Students' Society President
 -
  Nobody expects the Debian Inquisition!
 Our two weapons are fear and surprise...and ruthless efficiency!
---


signature.asc
Description: Digital signature


Bug#291453: Installation report, Sarge/d-i rc2, 20050120, floppy install, x86

2005-01-27 Thread Frans Pop
reassign 291453 debian-installer-manual
retitle 291453 Information on how to obtain images needs reorganization
thanks

Just repeating the comments regarding the manual below to make them more 
accessible.

 My first problem was finding the correct floppy images. I think either
 section 5.1.4 of the manual (Booting the Installer on Intel x86/Booting
 from Floppies) or section 4.3 (Creating Floppies from Disk Images)
 should explain which images I need or at least link directly to the
 MANIFEST file. That link is now in section 4.2.1 where it is not easily
 found. A link to the ftp directory containing the floppies and to
 rawrite/rwwrtwin would also be handy. Also, I think that the section
 about floppy reliability should be moved from 5.3.1 to 4.3. These
 changes would get all important information about boot floppies in two
 places instead of four. OK, I can now see that section A.2.2 actually
 does some of what I ask for. Is it really necessary to spread
 information to all these places?

 In general, I also think that chapters 4 and 5 of the manual should be
 reorganized from Obtaining media and Boot to one chapter covering
 the entire process of different types of installations
 (Floppy/CD/Netboot/USB/harddrive). Sections A through C should be
 integrated with the beginning of the document.

 These comments apply to the installation manual at
 http://d-i.alioth.debian.org/manual/en.i386/index.html, as of
 2005-01-05. 


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



Bug#274603: dcraw: Support for Canon 20d is currently broken

2005-01-27 Thread Steve King
Hi,

Yep I am aware of the problem. I am not a dd, so depend on
someone else to upload for me.

Until I manage to get it uploaded, you can get dcraw 6.31 and
gimp-dcraw 1.20 .debs from http://www.twobit.demon.co.uk/dcraw

Regards

--
Steve

 Package: dcraw
 Version: 5.88-1
 Followup-For: Bug #274603


 The current version of dcraw in debian testing segfaults on a raw canon
 20d .cr2 file:

 dcraw -v img_8727.cr2
 Loading Canon EOS 20D image from img_8727.cr2...
 Scaling with black=0, pre_mul[] = 1.00 1.00 1.00
 VNG interpolation...
 Segmentation fault

 However, the new upstream version located at
 http://www.cybercom.net/~dcoffin/dcraw/dcraw.c does not have this
 problem:

 dcraw -v img_8727.cr2
 Loading Canon EOS 20D image from img_8727.cr2...
 Scaling with black=511, pre_mul[] = 1.95 1.00 1.36
 VNG interpolation...
 Converting to RGB colorspace...
 Writing data to img_8727.ppm...


 -- System Information:
 Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.8
 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

 Versions of packages dcraw depends on:
 ii  libc6   2.3.2.ds1-20 GNU C Library: Shared
 libraries an ii  libjpeg62 [libjpeg6b]   6b-9 The
 Independent JPEG Group's JPEG

 -- no debconf information





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



  1   2   3   4   >