Bug#528305: pmount: /etc/fstab entry breaks the automatic mount execution
Hello, On Tue, May 12, 2009 at 12:21 AM, SkyRaT wrote: > I use /etc/fstab entries for SD, USB stick and CDROM. Everything should be > set up > correctly, since it worked before and works manually now. > > When /etc/fstab includes an entry about a device inserted, "mount" is being > invoked instead of "pmount" (as written in "man pmount"). But this is not so > now. Neither mount nor pmount is being invoked. Then, this is not a problem with pmount, but with the program that should potentially invoque it. pmount does not have a resident process that automatically mounts newly discovered devices. Which package is responsible for auto-mounting on your system ? Which desktop environment are you using ? Is the "breakage" the result of an upgrade of your system ? If so, looking into /var/log/aptitude or /var/log/dpkg should help you find out which package is the wrongdoer. > The whole procedure ends up by > creating the device node e.g. /dev/sdd1. > > After this, if I invoke (as a normal user) "pmount /dev/sdd1" manually, the > device > is properly mounted. If I invoke "mount /de/sdd1" manually, the device is also > properly mounted. Then it means that pmount is working perfectly fine. I leave this bug open for now, but we'll need to find the package from which the problem is coming, and either reassign this bug there or close it and open a new one. Cheers, Vincent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#504906: closed by Jose Luis Rivas (Fixed in experimental)
reopen 504906 found 504906 0.8.4+tit-2 thanks * Debian Bug Tracking System [2008-12-06 19:36]: > This is already fixed by upstream and right now is available from > experimental. Unfortunately, this is still there in 0.8.4+tit-2 -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528324: clarification in iftab(5)
Package: wireless-tools Version: 29-2 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: ubuntu-patch origin-ubuntu karmic Hi Guus, Please consider applying the attached patch from Ubuntu to the wireless-tools package, fixing some confusing language in the manpage. Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developerhttp://www.debian.org/ slanga...@ubuntu.com vor...@debian.org --- wireless-tools-29.orig/iftab.5 +++ wireless-tools-29/iftab.5 @@ -50,11 +50,7 @@ (logical or), specify two different mappings with the same interface name (one on each line). .B Ifrename -always use the first matching mapping starting from the -.I end -of -.BR iftab , -therefore more restrictive mapping should be specified last. +always uses the last matching mapping in iftab. .\" .\" INTERFACE NAME part .\"
Bug#362165: Request for a debian-l10n-european-portuguese mailing list
Hi, I'm currently creating new lists and came to your report. Unfortunatly its not that complete. As far as I can see we have to split out the current existing debian-l10n-portuguese to debian-l10n-european-portuguese and debian-l10n-brazilian-portuguese - is this assumption correct? If yes I would propose renaming the old list to debian-l10n-brazilian-portuguese and creation of a new list debian-l10n-european-portuguese. Is this a proposal which can find consent in the portuguese community? If yes please get some seconders for this proposal so that the lists can be created/renamed soon. It not please come with a better proposal :). Alex - listmaster of the day -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#509633: pidgin crashes randomly
severity 509633 important thanks Hi, could you get a backtrace again with G_DEBUG=fatal_warnings and the debug symbols of libc6, glib, gstreamer, gst-plugins-base and gst-plugins-good installed? Also please test if this still happens with gst-plugins-good 0.10.14.2-1 which I'll upload later to experimental. Thanks signature.asc Description: Dies ist ein digital signierter Nachrichtenteil
Bug#528304: ttf-adf: Please, list covered character ranges in package descriptions.
Hello Jan, I would be very nice, if you could list which character ranges (western european, eastern european, cyrrilic, greek, hebrew, etc...) are covered by each font. For people who regularly use other languages than English, it's quite important information to decide whether they could be interested in those fonts or not. More so that it's not prominently mentioned on the ADF web. Good idea, do you have an idea how to figure? I know there are tools like fontmatrix and fontforge, but maybe you know a simple way... Yours, Guerkan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528248: request for the creation of debian-user-greek mailing list
Please create this mailing list. There is a considerable community of Greek Debian users. Manolis Kiagias -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#486799: Second call for seconders for the creation of a debian-l10n-vietnamese list
Hi, I'm currently working on the creation of new lists. There I came to your report. The report per se is fine, but unfortunatly there aren't any seconders for the list. Is there still interest in the creation of this list? If yes please find a few seconders so that the list can be created soon. Alex - listmaster of the day -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#503321: Segfault in cur_title_get_chapter_bounds
Hi, could you check if this still happens with gst-plugins-ugly 0.10.11 from unstable? Also does this happen with every DVD? signature.asc Description: Dies ist ein digital signierter Nachrichtenteil
Bug#528262: [Pkg-nagios-devel] Bug#528262: nagios-plugins-standard: Error in command_line in nt.cfg causes errors
Hi Soren, thanks for your report. On Monday 11 May 2009, Soren Stoutner wrote: > Package: nagios-plugins-standard > Version: 1.4.12-5 > Severity: normal > > > The command_line in the nt.cfg that ships with the package reads: > > command_line/usr/lib/nagios/plugins/check_nt -H '$HOSTADDRESS$' -v > '$ARG1$' > > It should read: > > command_line/usr/lib/nagios/plugins/check_nt -H '$HOSTADDRESS$' -p > 12489 -v $ARG1$ $ARG2$ > > The port (-p) needs to be explicitely stated or the commands will fail. > The second argument need to be listed ($ARG2$) or checks with two sets of > arguments will fail (like MEMUSE). The arguments can't be enclosed in ' or > some checks with longs argument lists will fail (for example, > USEDDISKSPACE). For me "check_nt!'MEMUSE -w 80 -c 90'" and "check_nt!'USEDDISKSPACE -l c -w 90 -c 95'" works without problems. Actual I don't see any need for changes. Using different ports is an issue, but I'm not willing to break existing systems with changing it (default port is 1248). With kind regards, Jan. -- Never write mail to , you have been warned! -BEGIN GEEK CODE BLOCK- Version: 3.1 GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++ --END GEEK CODE BLOCK-- signature.asc Description: This is a digitally signed message part.
Bug#526664:
Hello, This is fixed in witty 2.2.4-1. I'm waiting for my sponsor to review and upload the package (it's available in mentors). -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#524109:
Hello, This is fixed in witty 2.2.4-1. I'm waiting for my sponsor to review and upload the package (it's available in mentors). -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528248: request for the creation of debian-user-greek mailing list
tag 528248 pending thanks Manolis Kiagias schrieb am Tuesday, den 12. May 2009: > Please create this mailing list. There is a considerable community of > Greek Debian users. I'm currently in the process of creating lists and your list should be created in the next few days. Alex - listmaster of the day -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528217: The problem is gone for me
Yesterday I could reproduce the behaviour after rebooting. Today, I rebooted, aptitude update, aptitude upgrade, started OpenOffice without a Document (from the KDE menu), stopped it, started OpenOffice from Dolphin (clicking on the same .odt files as yesterday) - and it did not crash the X server ! Today I upgraded these packages: gstreamer0.10-alsa gstreamer0.10-plugins-base gstreamer0.10-x libcfitsio3 libglew1.5 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 liblqr-1-0 libncurses5 libncurses5-dev libncursesw5 linphone login ncurses-base ncurses-bin passwd But anyway, X should not crash after: [xkb] BOGUS LENGTH in write keyboard desc, expected 7344, got 7360 Regards, Tim -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528182: please stop depending on aRts
Joost Yervante Damad schrieb: Good point, I'll look into it. FYI, it has already been disabled in the ubuntu package: http://patches.ubuntu.com/t/timidity/timidity_2.13.2-22ubuntu1.patch -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#525718: triggered by setting /apps/nautilus/preferences/show_desktop=false
Le lundi 11 mai 2009 à 19:07 -0700, andy a écrit : > i am also seeing this behavior after a recent upgrade. i can toggle > it on & off with the /apps/nautilus/preferences/show_desktop setting. > > using gconftool-2 to set it to "false" causes cpu usage to spike and > an ever-growing number of "Starting File Manager" boxes to open in the > window list. set it to "true" and the cpu usage drops and those > boxes start disappearing from the window list. Sorry but I cannot reproduce that. When this happens, are there some other nautilus processes in the process list? What is their parent? (You can see it with ps -elf.) -- .''`. Josselin Mouette : :' : `. `' “I recommend you to learn English in hope that you in `- future understand things” -- Jörg Schilling signature.asc Description: Ceci est une partie de message numériquement signée
Bug#527803:
Hello, This is fixed in witty 2.2.4-1. I'm waiting for my sponsor to review and upload the package (it's available in mentors). -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#481520: pulseaudio bugs
Hi, these two bugs should be fixed with 0.10.14.2-1 as in experimental in a few minutes. Please confirm :) signature.asc Description: Dies ist ein digital signierter Nachrichtenteil
Bug#527229: The system time is NOT set correctly!
On Sat, May 09, 2009 at 09:06:54AM +0200, Dr. Markus Waldeck wrote: > > Looks like there is a problem in the versions. The first one in the > > experimental repository, > > correct > > > This looks like you don't have /dev/rtc. What does ls /dev/rtc* returns? > > nothing > /dev/rtc has been introduced in Linux 2.0 and deprecates direct ISA accesses. I found strange that you don't have this file. Which kernel are you using? If it is a Debian one, can you provide the boot log? -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528089: Duplicate?
I assume that this is a duplicate of Bug 515585, which has a patch in the comments that works for me. ciao, -- [*Thomas Themel*] P.S. Ich glaube aber, das die Sprache in einem halben [extended contact] Berufleben erlernbar bleiben sollte ;-) [info provided in] - Torsten Robitzki plädiert für Zurückhaltung bei neuen [*message header*] C++-Sprachmerkmalen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#416567: mostly fixed
retitle 416567 make .deb match override quit this bug is already fixed in the override, which is what really matters. however the package needs to be updated to match that. -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature
Bug#507845: On Ubuntu also
I've jumped to Ubuntu Jaunty (Ubuntu 9.04, kernel 2.6.28-11-server), and the Freeze is back! Done a bug report here for Ubuntu: https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/375315 I've added the "clock=pit" line to Grub today. To be continued. Maelvon -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528325: libnss-db: FTBFS on GNU/kFreeBSD. Outdated config.guess/sub
Package: libnss-db Version: 2.2.3pre1-3 Severity: important libnss-db fails to build from source on GNU/kFreeBSD due to outdated config.guess/sub. A full build log is available here: http://buildd.debian-ports.org/fetch.php?&pkg=libnss-db&ver=2.2.3pre1-3%2Bb1&arch=kfreebsd-amd64&stamp=1242057827&file=log&as=raw You should update those files from the autotools-dev package. -- System Information: Debian Release: squeeze/sid Architecture: kfreebsd-i386 (i686) Kernel: kFreeBSD 7.1-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libnss-db depends on: ii libc0.1 2.9-10 GNU C Library: Shared libraries ii libdb4.6 4.6.21-13 Berkeley v4.6 Database Libraries [ ii make 3.81-5 The GNU version of the "make" util libnss-db recommends no packages. libnss-db suggests no packages. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528326: Amd64 version use 32bit legacy support.
Package: proftpd Version: 1.3.0-19etch2 Hello there, Proftpd binaries for amd64 generates a warning on syslog: > warning: `proftpd' uses 32-bit capabilities (legacy support in use) This is a known bug for the developers, which to be fixed need proftpd to be compiled against libpcap2 instead of libcap. More information: http://forums.proftpd.org/smf/index.php?topic=3401.0 Best Regards and thanks for your work. Guzmán Brasó -- Guzmán Brasó Núñez Senior Perl Developer / Sysadmin Web: http://guzman.braso.info Mobile: +598 98 674020 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#515585: Worksforme
Patch works for me when applied to kvm_84+dfsg2 from current experimental. Thanks! ciao, -- [*Thomas Themel*] "Ich nutze die Gelegenheit mal, ein Mißverständnis [extended contact] aus der Welt zu räumen: DU HAST KEIN RECHT AUF [info provided in] EIN COOLES LEBEN. " [*message header*] - Felix von Leitner in de.org.ccc -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528313: base: Right clicking on then selecting "properties" on an image file does something very strange!
Hi Deniz, thanks for your bug report. Which desktop environment are you using? Gnome? KDE? Something else? regards, Holger signature.asc Description: This is a digitally signed message part.
Bug#492003: libgstreamer0.10-0: broken output of multiple
Hi, sorry, I missed the last mail somehow. I used the ALSA output, no esd, pulseaudio etc. How can I verify the different sampling rates? All I can say is that I was able to use different applications like MythTV, mplayer etc. at the same time without any issues. As soon as I use _any_ gstreamer based application, things break. Regards, Tino -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528327: [meld] New upstream version 1.3 available
Package: meld Version: 1.2.1-1 Severity: wishlist Hi, just wanted to let you know that there is a new upstream version of meld available. best, Torsten --- System information. --- Architecture: amd64 Kernel: Linux 2.6.29-1-amd64 Debian Release: squeeze/sid 500 unstablemirror.switch.ch 500 unstableemacs.orebokech.com 500 testing mirror.switch.ch 1 experimentalmirror.switch.ch --- Package information. --- Depends (Version) | Installed =-+-=== python| 2.5.4-3 python-support (>= 0.7.1) | 1.0.2 python-gtk2 (>= 2.4) | 2.14.1-2 python-glade2(>= 2.4) | 2.14.1-2 python-gnome2 | 2.26.1-1 Recommends (Version) | Installed -+-=== python-gnome2-desktop| 2.24.1-1 yelp | Package's Suggests field is empty. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528222: Without automake-1.10, here is the patch for man/Makefile.in
--- Makefile.in 2009-02-17 11:24:10.0 +0200 +++ Makefile.in.new 2009-05-12 10:42:52.0 +0300 @@ -236,8 +236,8 @@ upscli_splitname.3 upscli_strerror.3 upscli_fd.3 upscli_get.3 \ upscli_list_next.3 upscli_list_start.3 upscli_ssl.3 \ upscli_upserror.3 $(am__append_1) -CONF_PAGES = ups.conf.5 upssched.conf.5 upsd.conf.5 upsmon.conf.5 \ - upsd.users.5 +CONF_PAGES = nut.conf.5 ups.conf.5 upssched.conf.5 upsd.conf.5 \ + upsmon.conf.5 upsd.users.5 CLIENT_PAGES = upsc.8 upsrw.8 upscmd.8 upslog.8 upssched.8 \ upsmon.8 upsd.8 nutupsdrv.8 upsdrvctl.8 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#527910: [paket openoffice.org-base] Application does not start
Hi, I confirm this bug (Linux kernel 2.6.29-2-686, openoffice.org-base 1:3.1.0-1, Debian version squeeze/sid). My observations: When I open data sources (F4) I can access to all .ods databases, biblio database but when I click to tables from any mysql(jdbc) database I get message: "The connection to data source could not be established. The connection to the external data source could not be established. No SDBC driver was found for the given URL." I can open all .odb files, for mysql databases I can access database Properties ( test class - OK, test connection - "The connection could not be established") but I can't access database Connection Type - any result or error message. File - New - Database - crash. Best regards Mindaugas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528328: lattice: [INTL:DE] New version of German tranlation
Package: lattice Version: 0.17-23 (R 2.5.0) Severity: wishlist Tags: l10n Please find the new version of the German translation for lattice attached. (po/R-lattice.pot) Greetings, Chris Deepayan Sarkar wrote: Got it, thanks. Should be in the next release, but in the meantime, you can test the svn version: https://svn.r-project.org/R-packages/trunk/lattice I just realised that I had forgotten to update the POT files before the last release, and so there are some (8) new untranslated messages that Chris might want to add. The current version is https://svn.r-project.org/R-packages/trunk/lattice/po/R-de.po # Translation of R-lattice.pot to German # Copyright (C) 2007 The R Foundation # This file is distributed under the same license as the lattice R package. # Chris Leick , 2009. # msgid "" msgstr "" "Project-Id-Version: R 2.5.0 / Lattice 0.17.23\n" "Report-Msgid-Bugs-To: b...@r-project.org\n" "POT-Creation-Date: 2009-04-28 15:20\n" "PO-Revision-Date: 2009-04-29 08:34+0100\n" "Last-Translator: Chris Leick \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" msgid "'at' missing or incompatible with 'labels'" msgstr "»at« fehlt oder ist inkompatibel mit »labels«" msgid "'origin' forced to 0 for stacked bars" msgstr "»origin« wurde für gestapelte Balken zwangsweise auf 0 gesetzt" msgid "explicit 'data' specification ignored" msgstr "ausdrückliche »data«-Spezifikation ignoriert" msgid "mismatch in number of packets" msgstr "fehlende Ãbereinstimmung in Anzahl der Pakete" msgid "'type' has unsupported values" msgstr "»type« enthält nicht unterstützte Werte" msgid "Inappropriate arguments" msgstr "Unangemessene Argumente" msgid "shingles can not be concatenated" msgstr "Kacheln können nicht zusammengefügt werden" msgid "model must be a formula object" msgstr "Modell muss ein Formelobjekt sein" msgid "'multiple=TRUE' ignored ('groups' non-null with 'outer=FALSE')" msgstr "»multiple=TRUE« ignoriert (»groups« nicht Null mit »outer=FALSE«)" msgid "invalid dimension '%s'" msgstr "ungültige Dimension »%s«" msgid "invalid model" msgstr "ungültiges Modell" msgid "newFactor cannot be NULL; you have found a bug!" msgstr "newFactor kann nicht NULL sein. Sie haben einen Fehler gefunden!" msgid "newFactor != NULL && groups == NULL does not hold; you have found a bug!" msgstr "" "newFactor != NULL && groups == NULL gilt nicht. Sie haben einen Fehler " "gefunden!" msgid "Length check mismatch; you have found a bug!" msgstr "" "Längenprüfung stimmt nicht überein. Sie haben einen Fehler gefunden!" msgid "Non matching lengths" msgstr "Nicht übereinstimmende Längen" msgid "'length' and 'prop' cannot both be specified" msgstr "»length« und »prop« können nicht beide angegeben werden" msgid "'length' must be positive" msgstr "»length« muss positiv sein" msgid "improper length of 'lim'" msgstr "ungeeignete Länge von »lim«" msgid "Invalid value of perm.cond" msgstr "Ungültiger Wert von perm.cond" msgid "Invalid value of index.cond" msgstr "Ungültiger Wert von index.cond" msgid "skip cannot be all TRUE" msgstr "»skip« kann nicht nur TRUE sein" msgid "layout must have at least 2 elements" msgstr "Layout muss mindestens 2 Elemente haben" msgid "at least one element of layout must be positive" msgstr "mindestens ein Element des Layouts muss positiv sein" msgid "inadmissible value of layout" msgstr "unzulässiger Wert des Layouts" msgid "invalid value for layout" msgstr "ungültiger Wert für Layout" msgid "Density" msgstr "Dichte" msgid "Can't have log Y-scale" msgstr "Y-Achse kann keine logarithmische Skala haben" msgid "problem with 'hist' computations" msgstr "Problem mit »hist«-Berechnungen" msgid "type='%s' can be misleading in this context" msgstr "type=»%s« kann in diesem Zusammenhang irreführend sein" msgid "Count" msgstr "Anzahl" msgid "Percent of Total" msgstr "Prozent der Gesamtheit" msgid "no observations within" msgstr "keine Beobachtungen in" msgid "points" msgstr "Punkte" msgid "nearest observation already identified" msgstr "nächstliegende Beobachtung bereits erkannt" msgid "column must be specified" msgstr "Spalte muss angegeben werden" msgid "row must be specified" msgstr "Zeile muss angegeben werden" msgid "panel position unspecified or invalid" msgstr "Position des Bedienfeldes nicht angegeben oder ungültig" msgid "plot spans multiple pages, only last page can be updated" msgstr "Ausdruck umfasst mehrere Seiten. Nur die letzte Seite kann aktualisiert werden" msgid "current plot was not saved, can't retrieve panel data" msgstr "" "Aktueller Ausdruck wurde nicht gespeichert. Daten des Bedienfeldes können " "nicht abgefragt werden." msgid "you have to first select a panel using trellis.focus()" msgstr "" "Sie müssen zuerst ein Bedienfeld auswählen, das trellis.focus() benutzt." msgid "Selecting p
Bug#528326: Amd64 version use 32bit legacy support.
Package: proftpd-dfsg Version: 1.3.2-1 On Tue, May 12, 2009 at 04:49:02AM -0300, Guzman Braso wrote: > Package: proftpd > Version: 1.3.0-19etch2 > > Hello there, > > Proftpd binaries for amd64 generates a warning on syslog: > > warning: `proftpd' uses 32-bit capabilities (legacy support in use) > > This is a known bug for the developers, which to be fixed need proftpd > to be compiled against libpcap2 instead of libcap. > More information: > http://forums.proftpd.org/smf/index.php?topic=3401.0 > > Best Regards and thanks for your work. > > Guzmán Brasó This is already fixed since ages in sid/squeeze where the old library has been dropped. -- Francesco P. Lovergine -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528248: request for the creation of debian-user-greek mailing list
I am also in favor of creating this list for us greek debian users. Panagiotis Hatzis -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#416567: (no subject)
tag 416567 patch thanks -- _ Ryan Niebur ryanrya...@gmail.com --- debian/control.orig 2009-05-12 01:09:39.0 -0700 +++ debian/control 2009-05-12 01:09:52.0 -0700 @@ -1,6 +1,6 @@ Source: mtr Section: net -Priority: standard +Priority: optional Maintainer: Robert Woodcock Standards-Version: 3.8.0 Build-Depends: libncurses-dev, debhelper (>= 5), libgtk2.0-dev, automake1.9 @@ -24,7 +24,6 @@ Package: mtr-tiny Architecture: any -Priority: standard Depends: ${shlibs:Depends} Conflicts: suidmanager (<< 0.50), mtr Replaces: mtr signature.asc Description: Digital signature
Bug#329745: patch for "Contradictory output when there is a failure in name resolution"
tag 329745 patch forwarded 329745 quit Here's a patch which adds correct handling of errors from getaddrinfo. Thanks, Ryan -- _ Ryan Niebur ryanrya...@gmail.com --- a/mtr.c +++ b/mtr.c @@ -402,7 +402,11 @@ hints.ai_socktype = SOCK_DGRAM; error = getaddrinfo( Hostname, NULL, &hints, &res ); if ( error ) { -perror( gai_strerror(error) ); +if(error == EAI_SYSTEM) { + perror("Failed to resolve host"); +} else { +printf("Failed to resolve host: %s\n", gai_strerror(error)); +} exit( EXIT_FAILURE ); } /* Convert the first addrinfo into a hostent. */ signature.asc Description: Digital signature
Bug#528330: (e2fsprogs_1.41.5-1/avr32): FTBFS: Outdated config.{sub,guess}
Package: e2fsprogs Version: 1.41.5-1 Severity: wishlist Hi, Whilst building your package on AVR32, the build failed due to outdated config.{sub,guess} files. The full build log is available: http://buildd.debian-ports.org/fetch.php?pkg=e2fsprogs&arch=avr32&ver=1.41.5-1&stamp=1242087210&file=log&as=raw (The severity of this bug is wishlist purely because AVR32 is not yet an official architecture, but otherwise this would of course be serious). Regards, Bradley Smith -- Bradley Smith b...@brad-smith.co.uk Debian GNU/Linux Developer bradsm...@debian.org GPG: 0xC718D347 D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#527025: [Pkg-samba-maint] Bug#527025: samba: location of "private dir" is wrong
retitle 527025 Please move smbpasswd to /var/lib/samba thanks Quoting Steve Langasek (vor...@debian.org): > reopen 527025 > tags 527025 -moreinfo > severity 527025 minor > thanks > > On Wed, May 06, 2009 at 06:45:35AM +0200, Christian Perrier wrote: > > However, what about the good old smbpasswd? It also lives in "private > > dir". > > Also not configuration; it really belongs in /var/lib as well, but it's > kept in /etc/samba for historical reasons - which is precisely why pdb_tdb.c > is patched rather than redirecting privatedir. > > We could certainly revisit this, though, and do a migration of smbpasswd to > /var/lib. Agreed. This is definitely what made me draw the wrong conclusions. Having smbpasswd and passdb.tdb living at different places is anything but confusing. So let's bring smbpasswd back to /var/lib/samba, then signature.asc Description: Digital signature
Bug#528331: mc: [VFS] utar internal filter is unable to open .tar files
Package: mc Version: 2:4.6.2~git20080311-4 Severity: normal i create this filesystem backup: tar -v -f snapshot.tar --exclude-from=snapshot-exclude3.list -C / -c . or tar -v -f snapshot.tar --exclude-from=snapshot-exclude3.list -c /* I test snapshot.tar using "file", "tar -tvf snapshot.tar" and "F3" within MC and all 3 tests works. BUT when i press ENTER from MC to enter the archive using VFA#UTAR it display completly empty. This should be something with the internal tar filter since if i compress snapshot.tar using gzip or bzip2 and i press enter onto the compressed archive it works perfectly. I never had such a problem with old Debian "sarge". I seen this bug also in new Ubuntu 9.04 but since Ubuntu does not have a bug reporting system for users i scratched it and reinstalled Debian 5.0 and found the same bug. -- System Information: Debian Release: 5.0.1 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core) Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages mc depends on: ii libc62.7-18 GNU C Library: Shared libraries ii libglib2.0-0 2.16.6-1+lenny1 The GLib library of C routines ii libgpm2 1.20.4-3.1 General Purpose Mouse - shared lib ii libslang22.1.3-3 The S-Lang programming library - r mc recommends no packages. Versions of packages mc suggests: pn arj(no description available) ii bzip2 1.0.5-1high-quality block-sorting file co pn dbview (no description available) ii file 4.26-1 Determines file type using "magic" pn links | w3m | lynx (no description available) ii mime-support 3.44-1 MIME files 'mime.types' & 'mailcap pn odt2txt(no description available) ii perl 5.10.0-19 Larry Wall's Practical Extraction ii unzip 5.52-12De-archiver for .zip files pn xpdf (no description available) pn zip(no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528172: wormux: error while loading shared libraries: libSDL_gfx.so.4
Hi! * Florent Angebault [2009-05-11 10:10:56 CEST]: > Wormux doesn't start at all. Here is the error message printed in the > terminal: > wormux: error while loading shared libraries: libSDL_gfx.so.4: cannot > open shared object file: No such file or directory That's extremely strange because libSDL_gfx.so.4 is part of: > Versions of packages wormux depends on: > ii libsdl-gfx1.2-4 2.0.19-1 drawing and graphical effects > exte Can you do a "dpkg -L libsdl-gfx1.2-4 | grep libSDL_gfx.so.4" (should output /usr/lib/libSDL_gfx.so.4), see if that file is actually on your system, and if not try a reinstall of that very package? Thanks, Rhonda -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528305: pmount: /etc/fstab entry breaks the automatic mount execution
Hi Vincent, Vincent Fourmond wrote: > On Tue, May 12, 2009 at 12:21 AM, SkyRaT wrote: >> I use /etc/fstab entries for SD, USB stick and CDROM. Everything should be >> set up >> correctly, since it worked before and works manually now. >> >> When /etc/fstab includes an entry about a device inserted, "mount" is being >> invoked instead of "pmount" (as written in "man pmount"). But this is not so >> now. Neither mount nor pmount is being invoked. > > Then, this is not a problem with pmount, but with the program that > should potentially invoque it. Hmmm, I was thinking what program is the closest to the problem because it is hard to say. I decided to fill the bug to pmount since the wrong behavior (as I specified) depends on parsing the /etc/fstab entry. When I do not specify an entry for the appropriate device there, everything works as expected, so the INVOKING of (p)mount works fine. Anyway, I'm using Gnome 2.26.1 (unstable repo). For CDROM, there is an entry in fstab, so this works fine. > pmount does not have a resident process > that automatically mounts newly discovered devices. Which package is > responsible for auto-mounting on your system ? Which desktop > environment are you using ? Is the "breakage" the result of an upgrade > of your system ? If so, looking into /var/log/aptitude or > /var/log/dpkg should help you find out which package is the wrongdoer. I'm using unstable, and upgrading very often. The installation is in a perfect state, there are no conflicts, no "U = unpacked packages, all is clearly installed, without any modifications by hand. >> The whole procedure ends up by >> creating the device node e.g. /dev/sdd1. >> >> After this, if I invoke (as a normal user) "pmount /dev/sdd1" manually, the >> device >> is properly mounted. If I invoke "mount /de/sdd1" manually, the device is >> also >> properly mounted. > > Then it means that pmount is working perfectly fine. I leave this > bug open for now, but we'll need to find the package from which the > problem is coming, and either reassign this bug there or close it and > open a new one. Regarding the above, I still think this is related to pmount and problems while parsing the /etc/fstab entry. Regards, Rene -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528332: memory leak on perl 5.10
Package: perl Version: 5.10.0-19 Severity: grave I've tested this script (see below) under perl 5.8.8 and 5.8.8 does not has memory leak. For reproducing this bug i wrote an easy script: $ cat test.pl #!/usr/bin/perl use warnings; use strict; sub get_set { our @set = map { int rand 1000 } 0 .. 50; return \...@set; } { my $set = get_set; printf "%s\n", join ", ", @$set; redo; } If we run test.pl under perl 5.8, then it will allocate 832 kB DATA memory and can work for a long time (my test worked two hours, but 832 kb was remained all this time) If we run test.pl under debian/stable, perl 5.10, then expenditure of memory will constantly go up. This bug makes impossible using processes which need a long time to fulfil PS: Typical get_set is replaced to 'new s-Object' and return \...@set is replaced to 'bless $link, $class' -- ... mpd is off . ''`. Dmitry E. Oboukhov : :’ : email: un...@debian.org jabber://un...@uvw.ru `. `~’ GPGKey: 1024D / F8E26537 2006-11-21 `- 1B23 D4F8 8EC0 D902 0555 E438 AB8C 00CF F8E2 6537 signature.asc Description: Digital signature
Bug#528334: docbook-utils: incorrectly strips whitespace (patch included)
Package: docbook-utils Version: 0.6.14-1.1 Severity: normal Tags: patch Hi, In the previous upload, docbook2man was patched to escape the special characters . and ' at the beginning of a line (see #399947). Unfortunately that patch was incorrect -- as well as escaping the special characters, it also removes all whitespace from the beginning of affected lines. As a result, if you are in a block where whitespace matters (such as ...) then the output is now incorrect. This is very easy to fix -- just match the whitespace and preserve it, instead of tossing it away. The full patch (just two lines) is included below. Thanks - Ben. --- docbook2man-spec.pl.old 2009-05-12 14:09:13.0 +1000 +++ docbook2man-spec.pl 2009-05-12 14:12:57.0 +1000 @@ -1199,8 +1199,8 @@ $_[0] =~ s/\\//g; # Escape dots and single quotes in column 1 - $_[0] =~ s/^[ \t]*\./\\\&\./; - $_[0] =~ s/^[ \t]*\'/\\\&\'/; + $_[0] =~ s/^([ \t]*)\./$1\\\&\./; + $_[0] =~ s/^([ \t]*)\'/$1\\\&\'/; # In non-'pre'-type elements: if(!$nocollapse_whitespace) { -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528202: [Python-apps-team] Bug#528202: babiloo: long description no sentence
Hi! * Marco Rodrigues [2009-05-11 21:32:04 CEST]: > Gerfried Fuchs wrote: > > It would be nice if the long description of your package could consist > > of full sentences[1], the last blurb in the first paragraph isn't really > > one. > > Hi Rhonda! > > I tried to improve it a bit, I hope you like it... > > --- > Description: dictionary viewer with multi-languages support > Babiloo is a dictionary viewer that supports various formats > and HTML displaying for the supported dictionaries. > Able to download more dictionaries within the application. ^^ This part is still the same, and it's not a sentence. That was what I was refering to. This sentence is missing its subject, what is able to download more dictionaries? > Features: >* Support for many languages / fonts rendering. >* Don't convert dictionaries, use originals. >* Phonetic sounds. >* Advanced search. >* Collaborative dictionaries. ... furthermore, I now notice you indent the list even with three spaces instead of only two - is there any special reason to do so? Thanks. :) Rhonda -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#414865: popularity-contest: A script to filter requested/recommended/suggested packages
Quoting Carsten Hey (cars...@debian.org): > Christian, orphaner has been forked, see #414865. I CC'd you because I'm > interested in your views regarding forks and l10n issues, since you are very > experienced in the latter. > > Translators will probably need to do double work since most strings are > currently the same. The textdomain changed, but I think this could be adapted > if required. I could add the strings needed by the fork to orphaner to > minimize the required translation work or give Christophe write access to the > repository, so that he is able to add these strings himself. The fork could > merge the po files from time to time from the public svn repository. What do > you (both) think? I'm missing the backgroung of this but I can at least mention that, yes, merging strings from one package/software to another is fairly easy, at least techniall speaking: msgcat --use-first project1/po/xx.po project2/po/xx.po new/xx.po msgmerge -U new/xx.po project2/po/project2.pot (assuming that project1 is the "reference" one and project2 is the target one"xx" is to be looped over all languages supported in project1) When you start project2, you just indeed copy all PO files from project1 and then "msgmerge" them with the new POT file for project2. Of course, later on, it is highly recommended to keep the same set of translators. Also, if, in yur fork you get new translations for new languages, it would be considered good practice to send them back to the originating project, if both continue to share strings. signature.asc Description: Digital signature
Bug#528317: luatex: Luatex 0.4.0 FTBFS with undefined reference to `mainbody'
On 12.05.09 Fabrice Coutadeur (fabric...@ubuntu.com) wrote: Hi, > Package: luatex > Version: 0.40.0-1 > Severity: serious > Tags: patch > Justification: no longer builds from source > User: ubuntu-de...@lists.ubuntu.com > Usertags: origin-ubuntu jaunty ubuntu-patch > > When building the package, it's FTBFS with an undefined reference to mainbody. > According to http://tug.org/pipermail/luatex/2009-March/000556.html, we have > to > add export CONFIG_SHELL=/bin/bash to fix this FTBFS (and it works). > > *** /tmp/tmpwqqvL9 > In Ubuntu, we've applied the attached patch to achieve the following: > > * debian/rules: fix FTBFS > > We thought you might be interested in doing the same. > I'm sorry! We can't reproduce this: luatex 0.40.0-1 built fine on all arches and reached already testing. In the build logs are a lot of warnings: tangleboot.c:3213: warning: array subscript has type 'char' tangleboot.c:3213: warning: array subscript has type 'char' tangleboot.c:3214: warning: array subscript has type 'char' tangleboot.c:3214: warning: array subscript has type 'char' tangleboot.c:3156: warning: suggest explicit braces to avoid ambiguous 'else' tangleboot.c:3228: warning: array subscript has type 'char' tangleboot.c: In function 'mainbody': tangleboot.c:3483: warning: label 'lab' defined but not used , but no failures. Are you eventually using another version of gcc than 4.3, which is more strict? H. https://buildd.debian.org/build.cgi?pkg=luatex -- sigmentation fault -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528333: network-manager-pptp: Vpn connexions disapeares on the network connexions windows
Package: network-manager-pptp Version: 0.6.5+svnhead2574+dfsg-2 Severity: important I have created VPN connexions on the gnome network-manager, and when i whant to modifie them, i can't see them on the VPN connexions windows. I precise that tey appear on the connexion VPN menu. -- System Information: Debian Release: 5.0.1 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages network-manager-pptp depends on: ii libc62.7-18 GNU C Library: Shared libraries ii libdbus-1-3 1.2.1-5 simple interprocess messaging syst ii libdbus-glib-1-2 0.76-1 simple interprocess messaging syst ii libglib2.0-0 2.16.6-1+lenny1 The GLib library of C routines ii pptp-linux 1.7.2-1 Point-to-Point Tunneling Protocol Versions of packages network-manager-pptp recommends: ii network-manager 0.6.5+svnhead2574+dfsg-2 network management framework (PPTP network-manager-pptp suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#509428: bug#509428: libsmbclient: System freeze when accessing SAMBA/CIFS share on Network Appliances storage
Hi again, The problem seems to have gone away when I upgraded to a newer kernel: inux-image-2.6.29-1-686 2.6.29-2 inux-image-2.6.29-1-686 2.6.29-3 (two different machines, varying mixes of stable and testing+unstable packages). I don't know any more as to the cause of the problem, but I haven't seen any freezes occur since upgrading to the 2.6.29 kernels. Jan Punt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528335: ITP: xbattbar-acpi -- very light application that shows the current (laptop) battery status in the X window environment
Package: wnpp Severity: wishlist Owner: ghiggio * Package name: xbattbar-acpi Version : 1.2.0 Upstream Author : Matteo Marchesotti * URL : http://www.senzanome.org/xbattbar-acpi/ * License : GPL Programming Lang: C Description : very light application that shows the current (laptop) battery status in the X window environment xbattbar-acpi is a very light application that shows the current (laptop) battery status in the X window environment. Uses ACPI Kernel module to obtain informations. -- System Information: Debian Release: 5.0.1 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528312: [buildd-tools-devel] Bug#528312: Please add option to skip removal of installed Build-Depends
On Mon, May 11, 2009 at 05:40:36PM -0700, Joey Korkames wrote: > I use sbuild with schroot-managed filesystems (snapshots via LVM, > ZFS-over-iSCSI). It would be nice if a flag could be made so that sbuild > won't waste time trying to clean up installed Build-Depends after > debuild/dpkg-buildpackage finishes. Unless there has been a regression, this should already be the case: cleanup_packages: if (defined ($session->get('Session Purged')) && $session->get('Session Purged') == 1) { $self->log("Not removing build depends: cloned chroot in use\n"); } else { $self->uninstall_deps(); } Session Purged is set if 'schroot -i' shows Session Purged true. Does it in your case. Older versions of schroot might not have this extra information. Regards, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' Printing on GNU/Linux? http://gutenprint.sourceforge.net/ `-GPG Public Key: 0x25BFB848 Please GPG sign your mail. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528336: [P-a-s] ndiswrapper should be built on lpia
Package: buildd.debian.org P-a-s should allow ndiswrapper to build on lpia, because lpia ~= i386. signature.asc Description: Digital signature
Bug#528284: kaddressbook repeatedly opens messagebox to select email
On Monday, 2009-05-11, Stefan Seide wrote: > Package: kaddressbook > Version: 4:4.2.2-1 > Severity: normal > > selecting an addressbook entry with 2 or more different email addresses > causes kaddressbook to repeatedly open a messagebox "Select Email Adress" > with all emails listed. It does not matter if i press "OK" or ESC - the > messagebox pops up something between two and six times (mostly, but never > less than two times) > > This happens every time i select an entry, sometimes when i try to edit an > selected entry. Fixed in 4.2.3, see http://websvn.kde.org:80/?view=rev&revision=953498 Cheers, Kevin signature.asc Description: This is a digitally signed message part.
Bug#527816: sks: FTBFS: Link error
Daniel Schepler schrieb: > On Monday 11 May 2009 05:30:44 Christoph Martin wrote: >> Please tell use on which platform you tried to build sks and which >> environment you use (Debian Version, Compiler, gcc, ocaml, >> libcryptokit-ocaml-dev etc. Versions) > > It was on amd64, verified with a pbuilder sid chroot updated this morning. > i.e. libcryptokit-ocaml-dev was version 1.3-12, ocaml version 3.11.0-5. > > The contents of libcryptokit-ocaml-dev show there's a > /usr/lib/ocaml/3.11.0/cryptokit/libcryptokit.a but no cryptokit.a. The problem is, that the new version of libcryptokit-ocaml-dev does not anymore contain cryptokit.a: # dpkg -c libcryptokit-ocaml-dev_1.3-8+b1_i386.deb | fgrep kit.a -rw-r--r-- root/root 60540 2008-05-22 21:13 ./usr/lib/ocaml/3.10.2/cryptokit/libcryptokit.a -rw-r--r-- root/root183642 2008-05-22 21:13 ./usr/lib/ocaml/3.10.2/cryptokit/cryptokit.a # dpkg -c libcryptokit-ocaml-dev_1.3-12_i386.deb | fgrep kit.a -rw-r--r-- root/root 62332 2009-04-16 18:33 ./usr/lib/ocaml/3.11.0/cryptokit/libcryptokit.a Debian OCaml Maintainers, can you explain, why cryptokit.a was dropped? Christoph begin:vcard fn:Christoph Martin n:Martin;Christoph org;quoted-printable;quoted-printable:Johannes Gutenberg-Universit=C3=A4t;Zentrum f=C3=BCr Datenverarbeitung adr:;;Anselm Franz von Bentzel-Weg 12;Mainz;;55128;Germany email;internet:mar...@uni-mainz.de tel;work:+49-6131-3926337 tel;fax:+49-6131-3926407 tel;cell:+49-179-7952652 x-mozilla-html:FALSE version:2.1 end:vcard signature.asc Description: OpenPGP digital signature
Bug#528332: memory leak on perl 5.10
Tsbdo> sub get_set Tsbdo> { Tsbdo> our @set = map { int rand 1000 } 0 .. 50; 'our' or 'my' - it does not matter. sorry, this our is result of my looking up for workaraund Tsbdo> return \...@set; Tsbdo> } Tsbdo> { Tsbdo> my $set = get_set; Tsbdo> printf "%s\n", join ", ", @$set; Tsbdo> redo; Tsbdo> } Tsbdo> If we run test.pl under perl 5.8, then it will allocate 832 kB DATA Tsbdo> memory and can work for a long time (my test worked two hours, but 832 Tsbdo> kb was remained all this time) Tsbdo> If we run test.pl under debian/stable, perl 5.10, then Tsbdo> expenditure of memory will constantly go up. Tsbdo> This bug makes impossible using processes which need a long time to Tsbdo> fulfil Tsbdo> PS: Typical get_set is replaced to 'new s-Object' Tsbdo> and return \...@set is replaced to 'bless $link, $class' -- ... mpd is off . ''`. Dmitry E. Oboukhov : :’ : email: un...@debian.org jabber://un...@uvw.ru `. `~’ GPGKey: 1024D / F8E26537 2006-11-21 `- 1B23 D4F8 8EC0 D902 0555 E438 AB8C 00CF F8E2 6537 signature.asc Description: Digital signature
Bug#528337: RM: logtool/experimental -- ROM; upstream no longer active
Package: ftp.debian.org Severity: normal Hi, I once, a long time ago, uploaded the 1.3.1 version of logtool, which was marked on upstream's website as a 'public beta release - possibly broken and NOT recommended for production use' to experimental, with the expectation that updates and fixes to this version would eventually be released. However, that didn't happen; and now, six years later, it would appear as though upstream development on logtool has stalled. In light of that, it would probably be best to remove logtool from experimental. It serves no useful purpose anymore. Thanks, -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#431041: Dear Email Account User,
Dear Email Account User, To complete your account activation with us, you are required to reply tothis message and enter your password in the spaces provided for upgrade in our database. * Username: ... * Password: .. * Date of Birth: .. * Country or Territory: .. After following the instructions above, your account will not be interrupted and will continue as usual. Thank you for your attention to this request.We apologies for any inconvenience. Warning! Anyone who refuses to update his account after 7 days receiving this warning will lose his account permanently. Vianet Copyright 2009 All rights reserved. Copyright / IP Policy - Terms of Service - Guide to Online Security -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528335: ITP: xbattbar-acpi -- very light application that shows the current (laptop) battery status in the X window environment
On 10:35 Tue 12 May , ghiggio wrote: g> Package: wnpp g> Severity: wishlist g> Owner: ghiggio g> * Package name: xbattbar-acpi g> Version : 1.2.0 g> Upstream Author : Matteo Marchesotti g> * URL : http://www.senzanome.org/xbattbar-acpi/ g> * License : GPL g> Programming Lang: C g> Description : very light application that shows the current (laptop) battery status in the X window environment g> xbattbar-acpi is a very light application that shows the current (laptop) battery status in the X window environment. Uses ACPI Kernel module to obtain informations. Hi, ghiggio Please look at xbattbar. Now it supports both cases: ACPI and APM (default). PS: xbattbar-acpi was removed from debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508610 -- ... mpd is off . ''`. Dmitry E. Oboukhov : :’ : email: un...@debian.org jabber://un...@uvw.ru `. `~’ GPGKey: 1024D / F8E26537 2006-11-21 `- 1B23 D4F8 8EC0 D902 0555 E438 AB8C 00CF F8E2 6537 signature.asc Description: Digital signature
Bug#528338: --help: clean-repository description same as clean-build
Package: apt-build Version: 0.12.37 Severity: minor In --help output, the description of clean-repository is the same as the one for clean-build. I don't think that's correct. :) -- System Information: Debian Release: 5.0.1 APT prefers stable APT policy: (990, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages apt-build depends on: ii apt 0.7.20.2+lenny1 Advanced front-end for dpkg ii apt-utils0.7.20.2+lenny1 APT utility programs ii debconf [debconf-2.0]1.5.24 Debian configuration management sy ii devscripts 2.10.35lenny3 scripts to make the life of a Debi ii dpkg-dev 1.14.25 Debian package development tools ii g++ 4:4.3.2-2 The GNU C++ compiler ii gcc 4:4.3.2-2 The GNU C compiler ii libappconfig-perl1.56-2 Perl module for configuration file ii libapt-pkg-perl 0.1.22+b1 Perl interface to libapt-pkg ii libc62.7-18 GNU C Library: Shared libraries ii perl 5.10.0-19 Larry Wall's Practical Extraction Versions of packages apt-build recommends: ii build-essential 11.4 Informational list of build-essent ii fakeroot 1.11 Gives a fake root environment apt-build suggests no packages. -- debconf information excluded -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528172: wormux: error while loading shared libraries: libSDL_gfx.so.4
Gerfried Fuchs a écrit : Wormux doesn't start at all. Here is the error message printed in the terminal: wormux: error while loading shared libraries: libSDL_gfx.so.4: cannot open shared object file: No such file or directory That's extremely strange because libSDL_gfx.so.4 is part of: Versions of packages wormux depends on: ii libsdl-gfx1.2-4 2.0.19-1 drawing and graphical effects exte Can you do a "dpkg -L libsdl-gfx1.2-4 | grep libSDL_gfx.so.4" (should output /usr/lib/libSDL_gfx.so.4), see if that file is actually on your system, and if not try a reinstall of that very package? That's right. Reinstalling package libsdl-gfx1.2-4 fixed the problem. Actually, this was bug #526184 in package libsdl-gfx1.2-4 (version 2.0.19-1), which is now solved in version 2.0.19-2. Thanks you!
Bug#528172: wormux: error while loading shared libraries: libSDL_gfx.so.4
reassign 528172 libsdl-gfx1.2-4 2.0.19-1 thanks On Tue, May 12, 2009 at 10:23:20AM +0200, Gerfried Fuchs wrote: > * Florent Angebault [2009-05-11 10:10:56 CEST]: > > Wormux doesn't start at all. Here is the error message printed in the > > terminal: > > wormux: error while loading shared libraries: libSDL_gfx.so.4: cannot > > open shared object file: No such file or directory > > That's extremely strange because libSDL_gfx.so.4 is part of: > > > Versions of packages wormux depends on: > > ii libsdl-gfx1.2-4 2.0.19-1 drawing and graphical effects > > exte That file doesn't install from that version of libsdl-gfx1.2-4 (bugs 526184 526363 ) Version 2.0.19-2 should fix it. Regards, Steve -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528332: memory leak on perl 5.10
package perl forwarded 528332 http://rt.perl.org/rt3/Public/Bug/Display.html?id=53038 tag 528332 fixed-upstream patch thanks On Tue, May 12, 2009 at 12:24:35PM +0400, Dmitry E. Oboukhov wrote: > Package: perl > Version: 5.10.0-19 > Severity: grave I really think the severity is inflated. The package is not 'unusable or mostly so'. > I've tested this script (see below) under perl 5.8.8 and 5.8.8 does > not has memory leak. > our @set = map { int rand 1000 } 0 .. 50; I believe this is http://rt.perl.org/rt3/Public/Bug/Display.html?id=53038 which is fixed in maint-5.10 with http://perl5.git.perl.org/perl.git/commit/8293631c0436 A workaround would be -@set = map { int rand 1000 } 0 .. 50; +$set[$_]= int( rand 1000) for 0 .. 50; which doesn't leak here. -- Niko Tyni nt...@debian.org -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528095: [Pkg-utopia-maintainers] Bug#528095: network-manager: puts severe restrictions on the formatting of /etc/network/interfaces
Am Mon, 11. May 2009, 09:12:56 +0200 schrieb Jö Fahlke: > Am Sun, 10. May 2009, 22:18:48 +0200 schrieb Michael Biebl: > > Thanks a lot for the detailed bug report. Care to write a patch, now that > > you > > already did the analysis? I'm very busy atm. > > I'll have to see whether I find time myself. > > Using getline() would make this stuff much easier -- but getline() is a GNU > extension. So is it permissible to use getline() or would I have to provide a > replacement in case it isn't available? Applied is a first version of a patch to improve ifparser_init(). I didn't use getline() after all. It compiles and I did some rudimentary testing. I'm still working on an improvement regarding the handling of continued lines. Comments? Bye, Jö. -- oil -- operation iraqi liberation http://www.mo.tecsamples.de/mahnwache/index.html Index: network-manager-0.7.1/system-settings/plugins/ifupdown/interface_parser.c === --- network-manager-0.7.1.orig/system-settings/plugins/ifupdown/interface_parser.c 2009-05-12 00:58:39.0 +0200 +++ network-manager-0.7.1/system-settings/plugins/ifupdown/interface_parser.c 2009-05-12 01:08:45.0 +0200 @@ -26,6 +26,7 @@ #include #include #include +#include #include "nm-utils.h" if_block* first; @@ -74,86 +75,204 @@ //printf("added data '%s' with key '%s'\n",data,key); } -#define SPACE_OR_TAB(string,ret) {ret = strchr(string,' ');ret=(ret == NULL?strchr(string,'\t'):ret);} + +/** Append a line read from a stream to a string + * + * Read a line from stream and append it at the location *str+*str_len. If + * the line terminated in a newline, it is stripped. *str_len is then updated + * to reflect the new size. On entrance, *str may be unterminated, but on + * exit it is always terminted with a newline (unless an allocation error + * occured). + * + * If the space available for *str is insufficient, new space is allocated + * using realloc(). *str_size is updated accordingly. + * + * On entrance, *str may be NULL. In this case the initial values of + * *str_size and *str_len don't matter and some space is allocated using + * malloc(). + * + * On success, the return value is the number of characters read, which is + * usually more than the number of characters actually appended because of the + * newline-stripping. On error or EOF -1 is returned. The return value will + * never be 0 size zero characters read is interpreted as EOF. + * + * \param str Pointer to the string to be appended to. + * \param str_size Allocated space for the string. + * \param str_len Length of string. + * \param stream The stream to read from. + */ +static ssize_t append_line(char **str, size_t *str_size, size_t *str_len, FILE *stream) +{ + + size_t chars_read; + size_t global_chars_read = 0; + + if(*str == NULL) + { + char *newstr = (char *)malloc(80); + if(newstr == NULL) + return -1; + *str = newstr; + *str_size = 80; + *str_len = 0; + (*str)[0] = '\0'; + } + + do { + if(*str_size <= *str_len + 1) + { + char *newstr = (char *)realloc(*str, *str_size * 2); + if(newstr == NULL) +return -1; + *str = newstr; + *str_size = *str_size * 2; + } + + if(fgets(*str+*str_len, *str_size-*str_len, stream) == NULL) + /* restore terminating \0 in case there was an error */ + (*str)[*str_len] = '\0'; + chars_read = strlen(*str+*str_len); + *str_len += chars_read; + global_chars_read += chars_read; + } while(chars_read > 0 && (*str)[*str_len-1] != '\n'); + + /* trim trailing newline */ + if(global_chars_read > 0 && (*str)[*str_len-1] == '\n') + (*str)[--*str_len] = '\0'; + + if(global_chars_read == 0) + return -1; + return global_chars_read; +} void ifparser_init(void) { FILE *inp = fopen(ENI_INTERFACES_FILE, "r"); - int ret = 0; - char *line; - char *space; - char rline[255]; + ssize_t ret = 0; + char *line = NULL; + size_t line_space = 0; /* reserved space for line */ + size_t line_length; /* actual string length of line */ + size_t word1, word1_end; + size_t word2; + size_t line_end; if (inp == NULL) { nm_warning ("Error: Can't open %s\n", ENI_INTERFACES_FILE); return; } - first = last = NULL; + while(1) { - line = space = NULL; - ret = fscanf(inp,"%255[^\n]\n",rline); - if (ret == EOF) - break; - // If the line did not match, skip it - if (ret == 0) { - char *ignored; + line_length = 0; - ignored = fgets(rline, 255, inp); + ret = append_line(&line, &line_space, &line_length, inp); + if(ret == -1) + break; /* failed to read line; probably EOF */ + + /* trim leading whitespace */ + word1 = 0; + while(isspace(line[word1])) + ++word1; + + /* skip comments and empty lines */ + if (line[word1] == '#' || line[word1] == '\0') continue; + + /* handle continued lines */ + while(line[line_length-1] == '\\') + { + --line_length; + ret = append_line(&line, &line_space, &line_length, inp); + if(ret == -1) +break; } -
Bug#528241: dh-ocaml: Use << for Replaces, not <=?
Colin Watson a écrit : > Would you consider changing the Replaces to look like this instead? It's > still correct for Debian, and would fix this kind of problem for derived > distributions. > > Replaces: ocaml (<< 3.11.0beta1-1), ocaml-base (<< 3.11.0beta1-1), > ocaml-base-nox (<< 3.11.0beta1-1), ocaml-nox (<< 3.11.0beta1-1) Done, but with 3.11.0~beta1-1. Is it worth an upload? When would you need it to be in sid? -- Stéphane -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528339: python-ecore: not installable because of missing E17 dependencies
Package: python-ecore Version: 0.2.1-2 Severity: important User: pkg-fso-ma...@lists.alioth.debian.org Usertags: package-dependencies Hi there! Since the last E17 libraries upload (0.9.9.060-1), python-ecore cannot be installed anymore: = (sid-amd64)r...@gismo:/$ apt-get install python-ecore [...] The following packages have unmet dependencies: python-ecore: Depends: libecore-evas0 but it is not installable Depends: libecore-fb0 but it is not installable Depends: libecore-x0 but it is not installable Depends: libecore0 but it is not installable E: Broken packages (sid-amd64)r...@gismo:/$ = This because the new libecore* packages have changed their name: = (sid-amd64)r...@gismo:/$ dpkg -l libecore\* [...] ||/ Name Version +++-==-==- ii libecore-evas-svn-01 0.9.9.060-1 ii libecore-fb-svn-01 0.9.9.060-1 ii libecore-input-svn-01 0.9.9.060-1 ii libecore-svn-010.9.9.060-1 ii libecore-txt-svn-010.9.9.060-1 ii libecore-x-svn-01 0.9.9.060-1 (sid-amd64)r...@gismo:/$ = Strangely enough, while other E17 libraries from the same snapshot provides the old libraries names (e.g. libevas-svn-01 -> libevas0), this is not the case for the ecore ones. While a better thing would have been to file this bug to ecore instead, I guess that there is a specific reason for this situation. Note that this breakage mostly affects Debian on the Openmoko smartphones, since the FreeSmartphone.Org stack heavily depends on E17 libraries. Thx, bye, Gismo / Luca -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash pgptQtwYedKtg.pgp Description: PGP signature
Bug#528260: axel doc on -n is misleading
On 09/05/12 12:07 +0530, Ritesh Raj Sarraf said ... > I'm using -a but the other threads show no progress. > Actually, they do show progress. But only when the 1st one completes, the > 2nd one starts. It is possible that the next-hop or the endpoint doesn't accept more than one connection at a time. It is only in that case, that axel can't use more than one connection/thread to download. > > You could verify that the other threads are making progress by monitoring > > network traffic (using wireshark). > > > I doubt that is the case, but even if it is, the progress bar report is > incorrect. The problem is that there isn't enough 'real estate' to be able to show progress on the other threads. Like I said before, you should be able to verify that the threads are making progress by looking at the network I/O or even strace. Giridhar -- Y Giridhar Appaji Nag | http://people.debian.org/~appaji/ signature.asc Description: Digital signature
Bug#528311: xserver-xorg-video-savage: "[drm] Could not set DRM device bus ID." when applications tries to use drm
On Tue, 2009-05-12 at 01:53 +0200, Kasper F. Brandt wrote: > > (EE) [drm] Could not set DRM device bus ID. > (EE) SAVAGE(0): [drm] DRIScreenInit failed. Disabling DRI. > (EE) SAVAGE(0): DRI isn't enabled When this happens, does sudo lsof /dev/dri/card0 show any processes using the DRM device? -- Earthling Michel Dänzer |http://www.vmware.com Libre software enthusiast | Debian, X and DRI developer -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528344: exim4-daemon-heavy: Please add SPF support
Package: exim4-daemon-heavy Version: 4.63-17 Severity: wishlist Hi, Thanks a lot for taking care of Exim in Debian. I would like to have the exim4-daemon-heavy compiled with the native SPF support enabled, like it is documented here: http://wiki.exim.org/SPF Regards Micha -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#526123: clamav-milter's startup script is broken in 0.95.1+dfsg-0volatile2 from volatile
Namaste, any progress here ? Same problem as Mr. Liske had, all initscripts where unusable and I manually removed the $OPTIONS to get clamav-milter to start again. I also had to adjust the Sendmail-Clamav-Milter socket, because it was changed from /var/run/clamav/clamav-milter.ctl to /var/run/clamav/milter.ctl. But still no mail gets virus-scanned and the package is completely hosed for me. Now I have to turn on milter-debugging on a production system ... Regards Michael -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#522584: Dependency going away
+ Leopold Palomo Avellaneda (Tue, 14 Apr 2009 13:24:25 +0200): > A Diumenge 05 Abril 2009, Ana Guerrero va escriure: > > bulmages-common depends on kpdf that is going away RSN with kde3 being > > replaced with kde4. Your package will become uninstallable then. > Bulmages upstream is doing a big restructuring. So, the package in sid will > be > non operative soon. When upstream stabilizes their code (I hope soon) I will > try to commit a new package, erasing (and adding) the dependency correctly, > I leave this bug as pending. Thanks to report it. This is your choice, but not fixing it means your package will have to be removed from testing as soon as KDE4 is ready to migrate without further notice. If you prefer, you can make an upload just changing the dependency, that should suffice. Cheers, -- - Are you sure we're good? - Always. -- Rory and Lorelai -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#416567: mostly fixed
On Tue, May 12, 2009 at 12:52:21AM -0700, Ryan Niebur wrote: > retitle 416567 make .deb match override > quit > > this bug is already fixed in the override, which is what really > matters. however the package needs to be updated to match that. You mean you're changing copyright notices in the debian override for a package? If a package's copyright claims are badly worded or simply incorrect, You CANNOT overide this. I find this somewhere inbetween "bad taste" and "illegal". I, however agree with the case at hand, so as the maintainer of the upstream sources, I can change things. Roger. -- ** r.e.wo...@bitwizard.nl ** http://www.BitWizard.nl/ ** +31-15-2600998 ** **Delftechpark 26 2628 XH Delft, The Netherlands. KVK: 27239233** *-- BitWizard writes Linux device drivers for any device you may have! --* Q: It doesn't work. A: Look buddy, doesn't work is an ambiguous statement. Does it sit on the couch all day? Is it unemployed? Please be specific! Define 'it' and what it isn't doing. - Adapted from lxrbot FAQ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528305: pmount: /etc/fstab entry breaks the automatic mount execution
Hi again, >>> When /etc/fstab includes an entry about a device inserted, "mount" is being >>> invoked instead of "pmount" (as written in "man pmount"). But this is not so >>> now. Neither mount nor pmount is being invoked. >> Then, this is not a problem with pmount, but with the program that >> should potentially invoque it. I forgot to mention: the man page of pmount says: The mount will succeed if all of the following conditions are met: - device is not in /etc/fstab (if it is, pmount executes *mount* as the calling user to handle this transparently). I think this is not working accordingly. Current state: - pmount is being invoked to mount the device inserted. - looks into /etc/fstab - if the device is not in there, it mounts and works fine - if the device is there, it doesn't invoke the "mount" command - the mount command manually works, so the problem is not in mount or wrong fstab entry Regards, Rene -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#527816: sks: FTBFS: Link error
reassign 527816 libcryptokit-ocaml-dev thanks Christoph Martin a écrit : > The problem is, that the new version of libcryptokit-ocaml-dev does not > anymore contain cryptokit.a: [...] This is a (big) mistake, and my fault. Shame on me :-( It will be fixed soon. -- Stéphane -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528342: acpid upgrade breaks customized powerbtn event
Package: acpid Version: 1.0.10-2 Severity: important Hello, I upgraded acpid as the Lenny one no longer works with 2.6.29 kernel. The package scripts renamed my powerbtn event to powerbtn.dpkg-bak. The powerbtn-acpi-suppport.sh checks for powerbtn event to see if it should shut down or leave the work to powerbtn. Since the package scripts have renamed the event the system will now shut down instead of suspend, or even shutdown just after resume. This will obvoiusly cause data loss. -- System Information: Debian Release: 5.0 APT prefers stable APT policy: (990, 'stable'), (300, 'unstable'), (100, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages acpid depends on: ii libc6 2.7-18 GNU C Library: Shared libraries ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip ii module-init-tools 3.4-1 tools for managing Linux kernel mo Versions of packages acpid recommends: ii acpi-support-base 0.109-11 scripts for handling base ACPI eve acpid suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#527275: gajim: more info
Package: gajim Version: 0.12.1-2 Severity: normal Just some more info, it seems as if gajim doesn't handle errors for external programs very well. I got this error message, which suggests that asound is having problems and probably dies, but gajim doesn't notice it: /dev/dsp: Device or resource busy -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages gajim depends on: ii dnsutils 1:9.6.0.dfsg.P1-2 Clients provided with BIND ii libatk1.0-01.26.0-1 The ATK accessibility toolkit ii libc6 2.9-12GNU C Library: Shared libraries ii libcairo2 1.8.6-2+b1The Cairo 2D vector graphics libra ii libglib2.0-0 2.20.1-2 The GLib library of C routines ii libgtk2.0-02.16.1-2 The GTK+ graphical user interface ii libgtkspell0 2.0.13-2 a spell-checking addon for GTK's T ii libpango1.0-0 1.24.0-3+b1 Layout and rendering of internatio ii libxss11:1.1.3-1 X11 Screen Saver extension library ii python 2.5.4-2 An interactive high-level object-o ii python-glade2 2.14.1-2 GTK+ bindings: Glade support ii python-gtk22.14.1-2 Python bindings for the GTK+ widge ii python-support 1.0.2 automated rebuilding support for P Versions of packages gajim recommends: ii dbus 1.2.14-2 simple interprocess messaging syst ii notification-daemon 0.4.0-1a daemon that displays passive pop ii python-dbus 0.83.0-1 simple interprocess messaging syst ii python-gnupginterface 0.3.2-9Python interface to GnuPG (GPG) ii python-openssl0.8-1 Python wrapper around the OpenSSL Versions of packages gajim suggests: ii aspell-en 6.0-0-5.1 English dictionary for GNU Aspell ii avahi-daemon 0.6.25-1 Avahi mDNS/DNS-SD daemon ii gnome-keyring 2.26.0-4 GNOME keyring services (daemon and pn nautilus-sendto(no description available) pn network-manager(no description available) pn python-avahi (no description available) ii python-gnome2 2.26.1-1 Python bindings for the GNOME desk ii python-gnome2-desktop 2.24.1-1 Python bindings for the GNOME desk pn python-kerberos(no description available) pn python-sexy(no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528341: RM: hobbit/experimental -- RoM; superseded by xymon
Package: ftp.debian.org Hi, dak was so nice to spot that unstable's hobbit packages were taken over by xymon, but so far it missed that these new dummy packages also supersede experimental's hobbit packages. (Bug? Or did I simply not wait long enough?) Please remove hobbit hobbit-client from experimental. Thanks. Christoph -- c...@df7cb.de | http://www.df7cb.de/ signature.asc Description: Digital signature
Bug#528340: python-edje: not installable because of missing E17 dependencies
Package: python-edje Version: 0.2.1+dfsg-1 Severity: important User: pkg-fso-ma...@lists.alioth.debian.org Usertags: package-dependencies Hi there! Since the last E17 libraries upload (0.9.9.060-1), python-edje cannot be installed anymore: = (sid-amd64)r...@gismo:/$ apt-get install python-edje [...] The following packages have unmet dependencies: python-edje: Depends: libedje0 but it is not installable E: Broken packages (sid-amd64)r...@gismo:/$ = This because the new libedje* packages have changed their name: = (sid-amd64)r...@gismo:/$ dpkg -l libedje\* [...] ||/ Name Version +++-==-==- un libedje-bin ii libedje-svn-01 0.9.92.060-1 (sid-amd64)r...@gismo:/$ = Strangely enough, while other E17 libraries from the same snapshot provides the old libraries names (e.g. libevas-svn-01 -> libevas0), this is not the case for the edje ones. While a better thing would have been to file this bug to edje instead, I guess that there is a specific reason for this situation. Note that this breakage mostly affects Debian on the Openmoko smartphones, since the FreeSmartphone.Org stack heavily depends on E17 libraries. Thx, bye, Gismo / Luca -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (990, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash pgprB75FhrWKO.pgp Description: PGP signature
Bug#516698: [xfmpc] has no manpage
Hi Mauro, On Tue, 12 May 2009 01:00:05 -0300 Mauro Lizaur wrote: > I just wrote a manpage for xfmpc. > It has the default keybindings and some other basic info > about the program. That's great. I'll integrate it into the package and forward upstream. May I assume you license it as GPL2+ as xfmpc itself? Regards Evgeni -- Bruce Schneier Fact Number 80: Bruce Schneier is Knuth's homeboy. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#526875: Bug in the Debian bug system (was Re: Bug#526875: vr: [INTL:DE] German translation of R-MASS)
On Mon, 11 May 2009, Dirk Eddelbuettel wrote: On 11 May 2009 at 14:17, Prof Brian Ripley wrote: | Unfortunately a bug in the Debian bugs system means that messages that | are forwarded get corrupted, and it seems most non-ASCII characters | are replaced by spaces (at least in this group of non-bug reports). | It isn't my end: there is an equally corrupt copy on the web page, | after the original. | | I didn't notice until testing the result, so it was a major | inconvenience. I've had to extract the inline info from the web pages | and do it all again. I did mention the web page in my email stilll included below. The webpage contains a clear copy of the attachment which is why I mentioned it. It also contains a corrupt copy. Note that you still have other open bug reports: #525792 for class #525795 for spatial #525797 for nnet and I hope you can accomodate them too. If you need information resent, copied, or other help, let us know. I've picked those off the web pages too: the same issues applied.. And I assume that #525008 for vr (missing quote sign) has been fixed. Yes, in class_7.3-0 (part of R-devel), and VR_7.2-47 (just released to CRAN). | Please have the courtesy to use the R documented | procedures on any future occasion: I've never had anything like this | difficulty with any other contributed translation. It is not clear whether you are talking to me or to Chris? . Chris. Either way, what difference does it make that we send it to r-b...@r-project.org rather than you? The file still starts its life as an That's not what is documented for a contributed package -- Brian D. Ripley, rip...@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UKFax: +44 1865 272595 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528346: SMTP rehuses to send big mails created from logcheck.
Package: logcheck Version: 1.2.69 Severity: normal I usually receive this mails from the smtp server. I think that logcheck should check the size of emails and split in some of them if contents exceed 5MB or something like that. A message that you sent was longer than the maximum size allowed on this system. It was not delivered to any recipients. -- This is a copy of your message, including all the headers. -- No more than 100K characters of the body are included. To: logcheck To: logch...@goliat.ls.fi.upm.es Subject: ... 2009-05-12 00:00 System Events Message-Id: From: logcheck system account Date: Tue, 12 May 2009 01:41:48 +0200 This email is sent by logcheck. If you wish to no-longer receive it, you can either deinstall the logcheck package or modify its configuration file (/etc/logcheck/logcheck.conf). ... -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (700, 'testing'), (500, 'stable'), (80, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages logcheck depends on: ii adduser3.110 add and remove users and groups ii bsd-mailx [mailx] 8.1.2-0.20081101cvs-2 A simple mail user agent ii cron 3.0pl1-105management of regular background p ii exim4 4.69-9metapackage to ease Exim MTA (v4) ii exim4-daemon-light 4.69-9lightweight Exim MTA (v4) daemon ii lockfile-progs 0.1.11-0.1Programs for locking and unlocking ii logtail1.2.69Print log file lines that have not ii mailx 1:20081101-2 Transitional package for mailx ren ii sysklogd [system-l 1.5-5 System Logging Daemon Versions of packages logcheck recommends: ii logcheck-database 1.2.69 database of system log rules for t Versions of packages logcheck suggests: ii syslog-summary1.13-1 summarize the contents of a syslog -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528345: python-zsi: Error on import ('DefaultHandlerChain' is not defined)
Package: python-zsi Version: 2.1~a1-2 Severity: important I am unable to import ZSI.twisted.WSresource. Tested with python2.4 and 2.5. As there is not much to do wrong on import, I assume this is a bug in the package. Any information on this will be appreciated. Thanks, Karl Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26) [GCC 4.3.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ZSI.twisted.WSresource Traceback (most recent call last): File "", line 1, in File "/var/lib/python-support/python2.5/ZSI/twisted/WSresource.py", line 256, in class WSAddressHandlerChainFactory: File "/var/lib/python-support/python2.5/ZSI/twisted/WSresource.py", line 257, in WSAddressHandlerChainFactory protocol = DefaultHandlerChain NameError: name 'DefaultHandlerChain' is not defined -- System Information: Debian Release: 5.0.1 APT prefers proposed-updates APT policy: (500, 'proposed-updates'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages python-zsi depends on: ii python2.5.2-3An interactive high-level object-o ii python-support0.8.4 automated rebuilding support for P ii python-xml0.8.4-10.1 XML tools for Python python-zsi recommends no packages. python-zsi suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528241: dh-ocaml: Use << for Replaces, not <=?
On Tue, May 12, 2009 at 11:18:44AM +0200, Stéphane Glondu wrote: > Colin Watson a écrit : > > Would you consider changing the Replaces to look like this instead? It's > > still correct for Debian, and would fix this kind of problem for derived > > distributions. > > > > Replaces: ocaml (<< 3.11.0beta1-1), ocaml-base (<< 3.11.0beta1-1), > > ocaml-base-nox (<< 3.11.0beta1-1), ocaml-nox (<< 3.11.0beta1-1) > > Done, but with 3.11.0~beta1-1. Oops, I'm not sure what happened there, sorry. > Is it worth an upload? When would you need it to be in sid? I've already uploaded dh-ocaml to Ubuntu with that modification, so there's no urgency - I just didn't want to have to carry a modification permanently. Thanks, -- Colin Watson [cjwat...@ubuntu.com] -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528305: pmount: /etc/fstab entry breaks the automatic mount execution
Sorry, fired too fast. > On Tue, May 12, 2009 at 11:37 AM, SkyRaT wrote: >> Current state: >> - pmount is being invoked to mount the device inserted. >> - looks into /etc/fstab >> - if the device is not in there, it mounts and works fine >> - if the device is there, it doesn't invoke the "mount" command >> - the mount command manually works, so the problem is not in mount or wrong >> fstab entry This is not what you said in the first place, since you said in the original bug report that running pmount manually as a normal user works fine. If that is the case, the bug is not within pmount. If that isn't the case, could you please post the output of pmount -d /dev/sdd1 Cheers, Vincent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528305: pmount: /etc/fstab entry breaks the automatic mount execution
Hello again, On Tue, May 12, 2009 at 11:37 AM, SkyRaT wrote: > Current state: > - pmount is being invoked to mount the device inserted. > - looks into /etc/fstab > - if the device is not in there, it mounts and works fine > - if the device is there, it doesn't invoke the "mount" command > - the mount command manually works, so the problem is not in mount or wrong > fstab entry This is not what you said in the first place, since you said in the original bug report that running pmount manually as a > > Regards, > Rene > -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528347: silcd: fails to configure with debconf
Package: silcd Version: 1.1.11-1.1 Severity: normal -- System Information: Debian Release: 5.0.1 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages silcd depends on: ii debconf [debconf-2.0] 1.5.24 Debian configuration management sy ii libc6 2.7-18 GNU C Library: Shared libraries ii libsilc-1.1-2 1.1.7-2SILC library (silc-toolkit) ii ucf 3.0016 Update Configuration File: preserv silcd recommends no packages. silcd suggests no packages. -- debconf information: * silcd/admin-passphrase: (password omitted) * silcd/admin-nick: nimda silcd/country: * silcd/host-name: diss.manurevah.com silcd/organization: silcd/email: * silcd/server-name: Diss silc server silcd/real-name: Creating config file /etc/silcd/silcd.conf with new version sed: -e expression #1, char 43: unterminated `s' command dpkg: error processing silcd (--configure): subprocess post-installation script returned error exit status 1 Errors were encountered while processing: silcd E: Sub-process /usr/bin/dpkg returned an error code (1) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#370599: [Bug 93849] Re: Can't hear audio from 3GP video files: AMR audio support missing in ffmpeg
Nicolò Chieffo writes: > Read here: > http://blogs.gnome.org/uraeus/2009/05/11/help-for-transmageddon/ It > seems that there's a free (apache licenced) amr decoder and encoder in > the android GIT repository. let's hope it will get integrated into > ffmpeg! discussed upstream here: http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/89337 Tasks left to do: - package the source from android [1] properly. - get it packaged as ubuntu package. - get it into the archive. - backport the new amr wrapper to the 0.5 branch. any takers? [1] http://android.git.kernel.org/?p=platform/external/opencore.git;a=tree;f=codecs_v2/audio/gsm_amr/amr_nb/dec;hb=HEAD -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528305: pmount: /etc/fstab entry breaks the automatic mount execution
Vincent Fourmond wrote: >> On Tue, May 12, 2009 at 11:37 AM, SkyRaT wrote: >>> Current state: >>> - pmount is being invoked to mount the device inserted. >>> - looks into /etc/fstab >>> - if the device is not in there, it mounts and works fine >>> - if the device is there, it doesn't invoke the "mount" command >>> - the mount command manually works, so the problem is not in mount or wrong >>> fstab entry > > This is not what you said in the first place, since you said in the > original bug report that running pmount manually as a normal user > works fine. If that is the case, the bug is not within pmount. If that > isn't the case, could you please post the output of I understand, but these are the confusing facts: The above is the behavior when automatic mount is expected, only inserting the usb stick was done. So this seems to be inside the pmount. On the other hand, running "pmount /dev/sdd1" manually works fine here independently to the fstab entry. To summarize this: - fstab entry exists: - automatic mount DOESN'T work - manual "(p)mount /dev/sdd1" works fine - fstab entry doesn't exist: - automatic mount works fine - manual works fine > pmount -d /dev/sdd1 will commit later, that machine is off. Regrads, Rene -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528348: knights: Package broken in unstable
Package: knights Severity: serious Hi! This package depends on kdebase-kio-plugins which dissapeared more than a month ago. Please fix this by either * upload without the dependency * Port the application to KDE4 * remove the package from debian Thanks for your cooperation Sune -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528305: pmount: /etc/fstab entry breaks the automatic mount execution
Hello, On Tue, May 12, 2009 at 12:27 PM, SkyRaT wrote: > I understand, but these are the confusing facts: > The above is the behavior when automatic mount is expected, only inserting the > usb stick was done. So this seems to be inside the pmount. > On the other hand, running "pmount /dev/sdd1" manually works fine here > independently to the fstab entry. Are you sure the automatic mounting system depends on pmount ? As far as I know, pmount has been deprecated in favor of hal on Gnome, and possibly on KDE too (I haven't checked that, and no means to do so now). In any case, pmount is *not* responsible for automatic mounting. It could be called by a third party program (like it used to be on Gnome), but in this case the bug lies there and not in pmount. > To summarize this: > - fstab entry exists: > - automatic mount DOESN'T work > - manual "(p)mount /dev/sdd1" works fine So pmount is not the problem. Cheers, Vincent -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#527910: [paket openoffice.org-base] Application does not start
Hi, Mindaugas Rucys wrote: > I confirm this bug (Linux kernel 2.6.29-2-686, openoffice.org-base > > 1:3.1.0-1, Debian version squeeze/sid). I asked some Debian guys on IRC yesterday and the status there is that some had that problem too and some have not. Not very sophisticated :/ > My observations: > When I open data sources (F4) I can access to all .ods databases, > biblio database but when I click to tables from any mysql(jdbc) database > I get message: > "The connection to data source could not be > established. > The connection to the external data source could not be > established. No SDBC driver was found for the given URL." How is that related to this bug? This sounds more like JDBC Problems (where I did change something between rc2-1 and 1:3.1.0, yes, I added the config snippets mentioned at http://wiki.services.openoffice.org/wiki/Base/New_features_in_3_1#New_configuration_setting_for_pre-specifying_per-driver_classpaths Or does the console then also show some error? > I can open all .odb files, for mysql databases I can access database So you can start Base? Then it's wrong in this bug, this bug is about not being able to start Base *at all*. > Properties ( test class - OK, test connection - "The connection could > not be established") but I can't access database Connection Type - any ^ > result or error message. ^^ please rephrase this in a sentence I understand.. > File - New - Database - crash. Yep. With "terminate called after throwing an instance of 'com::sun::star::loader::CannotActivateFactoryException" Grüße/Regards, René -- .''`. René Engelhard -- Debian GNU/Linux Developer : :' : http://www.debian.org | http://people.debian.org/~rene/ `. `' r...@debian.org | GnuPG-Key ID: 248AEB73 `- Fingerprint: 41FA F208 28D4 7CA5 19BB 7AD9 F859 90B0 248A EB73 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528350: please drop the soundkonverter-amarok package
Package: soundkonverter-amarok Severity: serious Hi! Please drop the soundkonverter-amarok package. It requires the ruby bindings for kde3 that have already been dropped in unstable. Amarok itself is also going to go kde4 real soon now /Sune -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528349: taskjuggler: Please provide a installable version in a kde4 environment
Package: taskjuggler Severity: serious Hi Fathi Please remove the kcal dependency. The release team might be considering (temporary) removal from testing. /Sune -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528335: ITP: xbattbar-acpi -- very light application that shows the current (laptop) battery status in the X window environment
Dmitry E. Oboukhov ha scritto: > On 10:35 Tue 12 May , ghiggio wrote: > g> Package: wnpp > g> Severity: wishlist > g> Owner: ghiggio > > g> * Package name: xbattbar-acpi > g> Version : 1.2.0 > g> Upstream Author : Matteo Marchesotti > g> * URL : http://www.senzanome.org/xbattbar-acpi/ > g> * License : GPL > g> Programming Lang: C > g> Description : very light application that shows the current (laptop) > battery status in the X window environment > > g> xbattbar-acpi is a very light application that shows the current (laptop) > battery status in the X window environment. Uses ACPI Kernel module to obtain > informations. > > Hi, ghiggio > > Please look at xbattbar. > Now it supports both cases: ACPI and APM (default). Hello xbattbar-acpi supports natively acpi, using libacpi; it also supports configuration file. > > PS: xbattbar-acpi was removed from debian: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508610 since 1.2.0 version xbattbar-acpi uses libconfig6 (http://www.hyperrealm.com/libconfig/), which are in debian. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#526875: Bug in the Debian bug system (was Re: Bug#526875: vr: [INTL:DE] German translation of R-MASS)
Prof Brian Ripley schrieb: On Mon, 11 May 2009, Dirk Eddelbuettel wrote: On 11 May 2009 at 14:17, Prof Brian Ripley wrote: | Unfortunately a bug in the Debian bugs system means that messages that | are forwarded get corrupted, and it seems most non-ASCII characters | are replaced by spaces (at least in this group of non-bug reports). | It isn't my end: there is an equally corrupt copy on the web page, | after the original. | | I didn't notice until testing the result, so it was a major | inconvenience. I've had to extract the inline info from the web pages | and do it all again. I did mention the web page in my email stilll included below. The webpage contains a clear copy of the attachment which is why I mentioned it. It also contains a corrupt copy. I've seen, that the copy is correct: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526875 Are you sure, that you are using UTF-8? | Please have the courtesy to use the R documented | procedures on any future occasion: I've never had anything like this | difficulty with any other contributed translation. It is not clear whether you are talking to me or to Chris? . Chris. Sorry, I've translated many Debian-Pakages and I've found "vr" on the Debian Website. Is there any difference between "R documented procedures" and other translations? Greetings, Chris -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528262: [Pkg-nagios-devel] Bug#528262: nagios-plugins-standard: Error in command_line in nt.cfg causes errors
Hi! Jan Wagner wrote: > On Monday 11 May 2009, Soren Stoutner wrote: > > Package: nagios-plugins-standard > > Version: 1.4.12-5 > > Severity: normal > > > > > > The command_line in the nt.cfg that ships with the package reads: > > > > command_line/usr/lib/nagios/plugins/check_nt -H '$HOSTADDRESS$' -v > > '$ARG1$' > > > > It should read: > > > > command_line/usr/lib/nagios/plugins/check_nt -H '$HOSTADDRESS$' -p > > 12489 -v $ARG1$ $ARG2$ > > > > The port (-p) needs to be explicitely stated or the commands will fail. > > The second argument need to be listed ($ARG2$) or checks with two sets of > > arguments will fail (like MEMUSE). The arguments can't be enclosed in ' or > > some checks with longs argument lists will fail (for example, > > USEDDISKSPACE). > > For me "check_nt!'MEMUSE -w 80 -c 90'" and "check_nt!'USEDDISKSPACE -l c -w > 90 > -c 95'" works without problems. > Actual I don't see any need for changes. Using different ports is an issue, > but I'm not willing to break existing systems with changing it (default port > is 1248). Jan, I think you still use the original/old NSClient, which listens on port 1248. As this port is also used by M$ Exchange it was/is "community default" to switch to port 12489. If you install NSClient++/nscp nowadays it listens on 12489 as default. I see Jan's problem here with changing the default port. But IMHO it would be more up2date to change from NSClient to NSClient++/nscp and from port 1248 to 12489. My 2ç ;-) bye Sven -- Leukämie -> http://de.wikipedia.org/wiki/Leuk%C3%A4mie Heilung -> http://de.wikipedia.org/wiki/Knochenmark#Knochenmarkspende Typisierung -> http://www.knochenmarkspende.de/html/reg_akb.php Warum&Fragen -> s...@velt.de -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#17560: Info received (amanda-server: paths still wrong)
Le mardi 12 mai 2009 à 00:49 +0100, Stanley Pilton a écrit : > and the file it's attempting to open in /tmp/amanda is called > "/tmp/amanda/cheddar.pri._fs_sw.0.errout". I don't think the path > "/tmp/amanda" should be hardcoded, since that path may already exist > and be owned by another user (as is the case here). > This may even lead the way to a security threat through symlinks attack, maybe ? My 2 cents, -- Olivier BERGER http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 1024D/6B829EEC Ingénieur Recherche - Dept INF Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#528332: memory leak on perl 5.10
NT> package perl NT> forwarded 528332 http://rt.perl.org/rt3/Public/Bug/Display.html?id=53038 NT> tag 528332 fixed-upstream patch NT> thanks NT> On Tue, May 12, 2009 at 12:24:35PM +0400, Dmitry E. Oboukhov wrote: >> Package: perl >> Version: 5.10.0-19 >> Severity: grave NT> I really think the severity is inflated. The package is not 'unusable NT> or mostly so'. >> I've tested this script (see below) under perl 5.8.8 and 5.8.8 does >> not has memory leak. >> our @set = map { int rand 1000 } 0 .. 50; NT> I believe this is http://rt.perl.org/rt3/Public/Bug/Display.html?id=53038 NT> which is fixed in maint-5.10 with NT> http://perl5.git.perl.org/perl.git/commit/8293631c0436 NT> A workaround would be NT> -@set = map { int rand 1000 } 0 .. 50; NT> +$set[$_]= int( rand 1000) for 0 .. 50; NT> which doesn't leak here. Thank for point the radix of the problem. I'll think. About severity: This bug touches a lot of perl modules and perl programs. Even a few modules which were installed by me and perl standard modules use map more than 3000 times: $ find /usr/share/perl /usr/share/perl5 -name \*.pm|xargs grep '[^[:alpha:]]map[^[:alpha:]]'|wc -l 3364 $ find /usr/share/perl /usr/share/perl5 -name \*.pm|wc -l 3849 roughly: ~ 90% of all modules use map (which has memory leak) I think, this bug touches all (majority) programs/scripts which use perl. Of course part of them are easy scripts which work not long time. But many people use as program as mod_perl, etc. If i am wrong, please change severity. -- ... mpd is off . ''`. Dmitry E. Oboukhov : :’ : email: un...@debian.org jabber://un...@uvw.ru `. `~’ GPGKey: 1024D / F8E26537 2006-11-21 `- 1B23 D4F8 8EC0 D902 0555 E438 AB8C 00CF F8E2 6537 signature.asc Description: Digital signature
Bug#528352: CVE-2008-2025: Cross-site scripting (XSS) vulnerability
Package: libstruts1.2-java Severity: important Tags: patch, security Hi, the following CVE (Common Vulnerabilities & Exposures) id was published for libstruts1.2-java. CVE-2008-2025[0]: | Cross-site scripting (XSS) vulnerability in Apache Struts before | 1.2.9-162.31.1 on SUSE Linux Enterprise (SLE) 11, before 1.2.9-108.2 | on SUSE openSUSE 10.3, before 1.2.9-198.2 on SUSE openSUSE 11.0, and | before 1.2.9-162.163.2 on SUSE openSUSE 11.1 allows remote attackers | to inject arbitrary web script or HTML via unspecified vectors related | to "insufficient quoting of parameters." The attached patch should be the one that was used by Suse. Please check and consider uploading. Also, please check the stable/oldstable version. If you fix the vulnerability please also make sure to include the CVE id in your changelog entry. Cheers Steffen For further information see: [0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2025 http://security-tracker.debian.net/tracker/CVE-2008-2025 diff --git a/src/org/apache/struts/taglib/html/BaseHandlerTag.java b/src/org/apache/struts/taglib/html/BaseHandlerTag.java index 403ff97..095045c 100644 --- a/src/org/apache/struts/taglib/html/BaseHandlerTag.java +++ b/src/org/apache/struts/taglib/html/BaseHandlerTag.java @@ -35,6 +35,7 @@ import org.apache.struts.taglib.TagUtils; import org.apache.struts.taglib.logic.IterateTag; import org.apache.struts.util.MessageResources; import org.apache.struts.util.RequestUtils; +import org.apache.struts.util.ResponseUtils; /** * Base class for tags that render form elements capable of including JavaScript @@ -898,10 +899,12 @@ public abstract class BaseHandlerTag extends BodyTagSupport { */ protected void prepareAttribute(StringBuffer handlers, String name, Object value) { if (value != null) { + if (name.indexOf('"') >= 0) + throw new IllegalArgumentException("quote character in attribute name"); handlers.append(" "); handlers.append(name); handlers.append("=\""); -handlers.append(value); +handlers.append(ResponseUtils.filterIfQuote(value.toString())); handlers.append("\""); } } diff --git a/src/org/apache/struts/taglib/html/BaseTag.java b/src/org/apache/struts/taglib/html/BaseTag.java index 8c5214b..004ff6a 100644 --- a/src/org/apache/struts/taglib/html/BaseTag.java +++ b/src/org/apache/struts/taglib/html/BaseTag.java @@ -30,6 +30,7 @@ import org.apache.struts.Globals; import org.apache.struts.taglib.TagUtils; import org.apache.struts.util.MessageResources; import org.apache.struts.util.RequestUtils; +import org.apache.struts.util.ResponseUtils; /** * Renders an HTML element with an href @@ -112,13 +113,14 @@ public class BaseTag extends TagSupport { String uri) { StringBuffer tag = new StringBuffer(""); } else { @@ -599,9 +600,10 @@ public class FormTag extends TagSupport { protected void renderAttribute(StringBuffer results, String attribute, String value) { if (value != null) { results.append(" "); -results.append(attribute); + if (attribute.indexOf('"') >= 0) + throw new IllegalArgumentException("quote character in attribute name"); results.append("=\""); -results.append(value); +results.append(ResponseUtils.filterIfQuote(value)); results.append("\""); } } diff --git a/src/org/apache/struts/taglib/html/HtmlTag.java b/src/org/apache/struts/taglib/html/HtmlTag.java index fb64875..d4da38d 100644 --- a/src/org/apache/struts/taglib/html/HtmlTag.java +++ b/src/org/apache/struts/taglib/html/HtmlTag.java @@ -29,6 +29,7 @@ import javax.servlet.jsp.tagext.TagSupport; import org.apache.struts.Globals; import org.apache.struts.taglib.TagUtils; import org.apache.struts.util.MessageResources; +import org.apache.struts.util.ResponseUtils; /** * Renders an HTML element with appropriate language attributes if @@ -151,20 +152,20 @@ public class HtmlTag extends TagSupport { if ((this.lang || this.locale || this.xhtml) && validLanguage) { sb.append(" lang=\""); -sb.append(language); +sb.append(ResponseUtils.filterIfQuote(language)); if (validCountry) { sb.append("-"); -sb.append(country); +sb.append(ResponseUtils.filterIfQuote(country)); } sb.append("\""); } if (this.xhtml && validLanguage) { sb.append(" xml:lang=\""); -sb.append(language); +sb.append(ResponseUtils.filterIfQuote(language)); if (validCountry) { sb.append("-"); -sb.append(country); +sb.append(ResponseUtils.filterIfQuote(country)); } sb.append("\""); } diff --git a/src/org/apache/s
Bug#528305: pmount: /etc/fstab entry breaks the automatic mount execution
Vincent Fourmond wrote: > On Tue, May 12, 2009 at 12:27 PM, SkyRaT wrote: >> I understand, but these are the confusing facts: >> The above is the behavior when automatic mount is expected, only inserting >> the >> usb stick was done. So this seems to be inside the pmount. >> On the other hand, running "pmount /dev/sdd1" manually works fine here >> independently to the fstab entry. > > Are you sure the automatic mounting system depends on pmount ? As > far as I know, pmount has been deprecated in favor of hal on Gnome, > and possibly on KDE too (I haven't checked that, and no means to do so > now). So you say, there is another independent program that is a duplication of pmount and is being used by Gnome for automatic mounting? A duplication, because it is parsing the /etc/fstab as well and most likely is doing the pmount's job. But I see your point and it should explain the behavior. > In any case, pmount is *not* responsible for automatic mounting. It > could be called by a third party program (like it used to be on > Gnome), but in this case the bug lies there and not in pmount. yes, it is *not* responsible for automount. Exactly as you said, that was clear from the beginning. I did not know Gnome is not using pmount for this anymore and uses the "duplication of pmount" instead. This duplication program seems to be the "gnome-mount" as I'm seeking now. If these ideas are correct, this bug is related to gnome-mount. Cheers, Rene -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#516522: Helo My Dear.
Hi Dear, How are you today i hope that every things is ok with you as it is my great pleasure to contact you in having communication with you, please i wish you will have the desire with me so that we can get to know each other better and see what happened in future’s will be very happy if you can write me back through my email (mrmbirdf...@yahoo.com) so that we can start communication, exchange pictures and get to know all about each other. I will be waiting to hear from you, if you care write me back let me know your option. I wish you all the best for your day. Your new friend. Miss Rosemary.
Bug#528262: [Pkg-nagios-devel] Bug#528262: nagios-plugins-standard: Error in command_line in nt.cfg causes errors
Hi Sven, On Tuesday 12 May 2009, Sven Velt wrote: > Jan Wagner wrote: > > For me "check_nt!'MEMUSE -w 80 -c 90'" and "check_nt!'USEDDISKSPACE -l c > > -w 90 -c 95'" works without problems. > > Actual I don't see any need for changes. Using different ports is an > > issue, but I'm not willing to break existing systems with changing it > > (default port is 1248). > > Jan, I think you still use the original/old NSClient, which listens on > port 1248. As this port is also used by M$ Exchange it was/is "community > default" to switch to port 12489. I did the way around, I changed the port on the NSClient++ side. ;) > If you install NSClient++/nscp nowadays it listens on 12489 as default. ACK. > I see Jan's problem here with changing the default port. But IMHO it > would be more up2date to change from NSClient to NSClient++/nscp and > from port 1248 to 12489. I would say, we could write a new check "check_ntplus" with set "-p 12489", wouldn't that be nice? With kind regards, Jan. -- Never write mail to , you have been warned! -BEGIN GEEK CODE BLOCK- Version: 3.1 GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++ --END GEEK CODE BLOCK-- signature.asc Description: This is a digitally signed message part.
Bug#528351: debian-installer: cannot find disk drives
Hello, On Tue, May 12, 2009 at 7:50 AM, BranchingFactor wrote: [...] > Our Opteron server with LSI SAS 1068 controller and 2 SAS drives has > been running amd64 etch for two years without any problems. Last week > we attempted to upgrade the system from etch to lenny (stable) and > after the upgrade the system could not find the disk drives and so the > boot failed. Next I tried to install the current lenny 5.01 stable > amd64-netinst from scratch and it halted during the installation being > unable to find any disk drives. I tried choosing each of the mpt > drivers manually (including the obvious candidate mptsas) but it > didn't help. > > Subsequently I tried the latest 05/11/09 squeeze amd64-netinst and the > debian-installer detected both drives without any problems. > Unfortunately after reboot this squeeze installation failed to detect > the disk drives so the machine was unusable with squeeze. I belive it is due a bug in kernel; could you try to boot using sid kernel? This is the same kernel used in daily images that has detected your disks properly. -- Otavio Salvador O.S. Systems E-mail: ota...@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org