Bug#431299: RC bug status graph timescale is too long

2007-09-25 Thread Frank Küster
Lucas Nussbaum [EMAIL PROTECTED] wrote: I was annoyed by the timescale on those graphs, so I gave it a try. The results are in http://qa.debian.org/~lucas/dograph/ First, dograph.diff simply implements the proposal: limit the timescale to two years. Result can be seen in graph.png. But

Bug#444074: nitpic: depends on old binutils 2.16.91

2007-09-25 Thread Ioannis Ioannou
Package: nitpic Version: 0.1-11 Severity: important Tried to run nitpic and got: error while loading shared libraries: libbfd-2.16.91.so Got the etch sources and recompiled and everything was ok. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable')

Bug#443821: Problem found

2007-09-25 Thread Michael Guntsche
Ok, so I took a further look at it and noticed that the problem is the trailing input/inputx that's added in 2.6.23. pci:00/:00:1d.0/usb1/1-2/1-2:1.0/input/input6 Everything is ok up to here ---^ input and input6 shouldn't be parsed since we already found the necessary

Bug#444048: apache2: CGI scripts entirely broken

2007-09-25 Thread Ralf Mattes
On Tue, 2007-09-25 at 14:42 -0700, Nick Price wrote: It does actually begin with #!/usr/bin/perl -w and then the single line of code. I wasn't sure what you meant. [EMAIL PROTECTED]:~$ env -i LANG=C PATH=/usr/local/bin:/bin ./test.pl Content-type: text/html [EMAIL PROTECTED]:~$ To

Bug#443746: Add wontfix tag

2007-09-25 Thread mkraai
tag 443746 wontfix thanks According to upstream, this bug won't be fixed. See http://www.x.org/wiki/FAQVideoModes#head-d174fd476064edf62ed05d71d8a91b3dc4307324 https://bugs.freedesktop.org/show_bug.cgi?id=5007 https://bugs.freedesktop.org/show_bug.cgi?id=5063 The comments indicate that

Bug#444042: offers to upgrade to current version

2007-09-25 Thread Ryan Schultz
On Tuesday 25 September 2007 03:35:41 pm Francesco Rossi wrote: Il Tuesday 25 September 2007 19:32:38 Philippe Cloutier ha scritto: Package: ksudoku Version: 0.4-1.1 Severity: normal ksudoku 0.4 offers to upgrade from 0.3 to 0.4: Your program version is 0.3, the latest version is

Bug#444048: apache2: CGI scripts entirely broken

2007-09-25 Thread Stefan Fritsch
On Tuesday 25 September 2007, Nick Price wrote: I had 755 set, but I tried 777 as well on the scripts. As for the directory, it is physically located under my public_html directory in my ~, and I use .htaccess with addhandler cgi-script .pl As user www-data i can execute the script. Try

Bug#444076: nagios-mysql will not replace deleted config file /etc/nagios/database.cfg

2007-09-25 Thread Scott Serr
Package: nagios-mysql Version: 1.4-3 I'm using Debian 4.0-r1 for Sparc. I hand deleted /etc/nagios/database.cfg at some point. Trying to re-install everything with: apt-get --purge remove nagios-mysql apt-get install nagios-mysql Gives this output (note line 10 from the bottom Not replacing

Bug#444048: apache2: CGI scripts entirely broken

2007-09-25 Thread Nick Price
As mentioned earlier, i did try with \r\n\r\n and got the same problem. On 9/25/07, Ralf Mattes [EMAIL PROTECTED] wrote: On Tue, 2007-09-25 at 14:42 -0700, Nick Price wrote: It does actually begin with #!/usr/bin/perl -w and then the single line of code. I wasn't sure what you meant.

Bug#444077: libftdi: does not build API docs

2007-09-25 Thread Marco Amadori
Package: libftdi Severity: wishlist Tags: patch I saw that the package does not build dep on doxygen and it does not build the API html docs, could this behaviour be reversed? A stupid patch for that is included here below: $ diff -urNa libftdi-0.10 libftdi-0.10.new diff -urNa

Bug#444071: epiphany-browser: Doesn't display graphics etc now under 2.20

2007-09-25 Thread Josselin Mouette
Le mercredi 26 septembre 2007 à 09:36 +1200, Ian McDonald a écrit : Package: epiphany-browser Version: 2.20.0-1 Severity: grave Justification: renders package unusable When this was installed epiphany became unusable. No graphics were displayed on web pages and many HTML elements not

Bug#444057: darcs: option --ssh-cm doesn't work and hangs

2007-09-25 Thread David Roundy
This is a known bug, and is why --ssh-cm is no longer the default. The bug is hard to reproduce (in our experience), and has been difficult to track down. David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#444048: apache2: CGI scripts entirely broken

2007-09-25 Thread Nick Price
[EMAIL PROTECTED]:~# strace -f /etc/init.d/apache2 start 21 |fgrep test.pl [pid 18057] read(19, GET /cgi-bin/test.pl HTTP/1.1\r\nH..., 8000) = 422 [pid 18056] read(19, GET /cgi-bin/test.pl HTTP/1.1\r\nH..., 8000) = 418 [pid 18056] stat64(/home/nick/public_html/cgi-bin/test.pl,

Bug#444075: wine-utils: QuickPar stopped working after dist-upgrade

2007-09-25 Thread Gary Dale
Package: wine-utils Version: 0.9.44-1 Severity: normal I'm running the 64bit Wine you released a while ago. It has been working quite well until a few days ago. Now when I try to run QuickPar, it won't let me open files. QuickPar starts up and even lets me open the file open dialog. However,

Bug#431750: ITP: compizconfig-settings-manager -- Compiz configuration settings manager

2007-09-25 Thread Lucas Nussbaum
On 04/07/07 at 19:10 +0200, sean finney wrote: Package: wnpp Severity: wishlist Owner: sean finney [EMAIL PROTECTED] -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Package name: compizconfig-settings-manager Version : 0.0+git20070703 Upstream Author : Quinn Storm

Bug#444071: epiphany-browser: Doesn't display graphics etc now under 2.20

2007-09-25 Thread Ian McDonald
On 9/26/07, Josselin Mouette [EMAIL PROTECTED] wrote: This is because you have installed the webkit backend, which is still experimental. I will add a comment in the description to that effect. In short, you just need to install epiphany-gecko. Well dist-upgrade installed it for me when

Bug#444048: apache2: CGI scripts entirely broken

2007-09-25 Thread Stefan Fritsch
On Tuesday 25 September 2007, Ralf Mattes wrote: Ok, I had a closer look at your script - as others already mentioned: HTTP headers end with Carriage-Return,Newline. They are CGI headers, not HTTP headers. AFAIK the CGI spec allows simple \n as line endings. If I test locally with your

Bug#444071: epiphany-browser: Doesn't display graphics etc now under 2.20

2007-09-25 Thread Ian McDonald
On 9/26/07, Ian McDonald [EMAIL PROTECTED] wrote: Well dist-upgrade installed it for me when trying to resolve which packages to upgrade. This is because of this I suspect (which will get resolved with more uploads I presume) The following packages are BROKEN: epiphany-extensions

Bug#444078: rxvt-unicode: not acept unicode characters

2007-09-25 Thread Ruben Pollan
Package: rxvt-unicode Version: 8.3-2 Severity: important When I try to use unicode characters (non-english) it show them wrong or don't show them. If I type from the keyboard an unicode character (like a written accent) urxvt don't show it. If I copy some text and paste it urxvt show the

Bug#444071: epiphany-browser: Doesn't display graphics etc now under 2.20

2007-09-25 Thread Josselin Mouette
Le mercredi 26 septembre 2007 à 10:21 +1200, Ian McDonald a écrit : My apologies for this previous update. When I type y this time around it installed epiphany-gecko just fine. I think dist-upgrade just got a bit confused with the epiphany-extensions not being at 2.20 yet. Yes, hopefully

Bug#336398: emacs-goodies-el: please add longlines.el

2007-09-25 Thread Rogério Brito
Hi, Peter. On Sep 24, 2007, at 8:03 PM, Peter S Galbraith wrote: intrigeri [EMAIL PROTECTED] wrote: longlines.el is included in Emacs 22, so I guess this bug could be closed, couldn't it ? I guess so. No problems with me. That seems to be the right thing to do. Rogério, this was a good

Bug#443923: svn-buildpackage: svn-inject fails with native packages

2007-09-25 Thread Julian Mehnle
Not only that, but it fails specifically for repository layouts of type 2 as well, i.e. `svn-inject -l 2`! signature.asc Description: This is a digitally signed message part.

Bug#444079: fai-server: Default NFSROOT file does not support default config access method NFS [patch]

2007-09-25 Thread Achim Bohnet
Package: fai-server Version: 3.2.1 Severity: normal Tags: patch subject and patch explain it all. Achim -- System Information: Debian Release: lenny/sid APT prefers gutsy-updates APT policy: (500, 'gutsy-updates'), (500, 'gutsy-security'), (500, 'gutsy') Architecture: i386 (i686) Kernel:

Bug#444080: pybliographer: sorry to bother again... 1.3.4 is out...

2007-09-25 Thread Yaroslav Halchenko
Package: pybliographer Version: 1.3.2-1 Severity: wishlist heh heh -- me again... sorry to bother but 1.3.4 is out and it has gnome interface now ;-) It would be fascinating to see it in experimental. Thanks once again! -- System Information: Debian Release: lenny/sid APT prefers unstable

Bug#431750: ITP: compizconfig-settings-manager -- Compiz configuration settings manager

2007-09-25 Thread sean finney
On Wednesday 26 September 2007 12:20:50 am Lucas Nussbaum wrote: What's the status on this ITP and the compiz-fusion-plugins-* ones ? Is there anything blocking ? not at this point, now that i've helped get a more recent compiz into unstable (which was blocking the rest). now it's mostly an

Bug#443647: xkb-data missing some characters in gurmukhi (gur) keymap

2007-09-25 Thread H. S.
On 9/24/07, Mohammed Adnène Trojette [EMAIL PROTECTED] wrote: On Sun, Sep 23, 2007, H. S. wrote: am guessing it can be put as SHIFT+A30), line no. 50 in /etc/X11/xkb/symbols/ Hi! What we need is a patch against /usr/share/X11/xkb/symbols/in (/etc/X11/xkb/symbols/ is obsolete). Please

Bug#443923: svn-buildpackage: svn-inject fails with native packages

2007-09-25 Thread Julian Mehnle
Julian Mehnle wrote: Not only that, but it fails specifically for repository layouts of type 2 as well, i.e. `svn-inject -l 2`! ... for native packages, I meant to say. (The patch from #433536 seems to support non-native packages OK.) signature.asc Description: This is a digitally signed

Bug#444081: totem: jackd stuff is awefully talkative

2007-09-25 Thread Michael Gilbert
Package: totem Version: 2.20.0-1 Severity: normal if jackd is not installed when totem is run, there will be an error message sh: jackd: command not found. and even if jackd is installed the message JACK tmpdir identified as [/dev/shm] is presented during gnome start up. none of this

Bug#444078: rxvt-unicode: is not a bug, is my fault

2007-09-25 Thread Ruben Pollan
Package: rxvt-unicode Followup-For: Bug #444078 I must apologize. That is not a bug. Is my configuration. When I upgrade the system it change magicaly to ANSI_X3.4-1968, and is not using unicode anymore. Sorry for bore you. -- System Information: Debian Release: lenny/sid APT prefers

Bug#444076: (no subject)

2007-09-25 Thread Scott Serr
I was able to reproduce this on a fresh net-install of Etch on i386. apt-get install mysql-server apt-get install nagios-mysql rm /etc/nagios/database.cfg apt-get --purge remove nagios-mysql apt-get install nagios-mysql I've also tried 'dpkg-reconfigure nagios-mysql with the same result.

Bug#442271: courier-pop-ssl: pop3s does not work any more

2007-09-25 Thread Matthias Wimmer
Defining TLS_PROTOCOL to SSL2 is a bit problematic. When left at SSL3 courier only accepts SSL3.x handshakes (not SSL2.0-compatibility ones). When defining the variable to be set to SSL2 courier only accepts SSL2.0 and SSL2.0-compatibility handshakes. Therefore the setting SSL2 makes real

Bug#444082: ITP: cothreads -- concurrent programming library for OCaml

2007-09-25 Thread Sylvain Le Gall
Package: wnpp Severity: wishlist Owner: Sylvain Le Gall [EMAIL PROTECTED] * Package name: cothreads Version : 0.10 Upstream Author : Zheng Li [EMAIL PROTECTED] * URL : http://cothreads.sourceforge.net/ * License : GPL Programming Lang: OCaml Description

Bug#390029:

2007-09-25 Thread Michael Gilbert
note that i also disabled disc automounting the other day via # hal-disable-polling --device /dev/hda which may explain why the behavior under gnome changed. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#390029:

2007-09-25 Thread Michael Gilbert
Totem 2.20 was uploaded today, and it contains a fix for a somewhat similar bug, 423512. I'm interested to know what effect it has on your bug. (I hope that this is the last new version I need to ask you to test ;-) ) it looks like some progress is being made! but it is still not working

Bug#443898: [Pkg-telepathy-maintainers] Bug#443898: Bug#443898: missing dependency

2007-09-25 Thread Laurent Bigonville
Hi, I've asked a binNMU that should quickly fix this bug. Regards Laurent pgp9Pwi0cE85U.pgp Description: PGP signature

Bug#444083: monopd: when I try to create a game on the server it goes into infinite loop

2007-09-25 Thread Guyang Mao
Package: monopd Version: 0.9.3-3 Severity: important As the subject says, when I connect to the server and try to create a game, the server goes into an infinite loop. I've tried the below clients: 0.4.2 gtkatlantic (amd64 linux, current package version) 0.4.1 gtkatlantic (win32) 0.7.5 atlantik

Bug#443562: roundcube: Reply fails to set To: address

2007-09-25 Thread Andrew Schulman
OoO Lors de la soirée naissante du samedi 22 septembre 2007, vers 17:23, Andrew Schulman [EMAIL PROTECTED] disait: These two times seem to be about the times that I tried to send the two messages that I referred to in my earlier reports. However, I've just tried again to reply and

Bug#442165: apt-spy: Destroys sources.list file

2007-09-25 Thread Hans-Georg Bork
Hi Jeff, I believe that there is still a file called /etc/apt/sources.list.bak created by apt-spy; at least I have it on my system (sid with apt-spy 3.1-16). Fort the remainder I think you're by suggesting something like a tempfile in which all new source lines are written and only copied over

Bug#443819: confirming the bug

2007-09-25 Thread Yaroslav Halchenko
block 442613 by 443819 tags 443819 + confirmed thanks Just wanted to confirm that encountered the same issue. that library belongs to konsole package but I wonder how much it is related to python-kde3 and it might be not a dependency issue at all.. This bug blocks me from building keyjnotegui so

Bug#361346: Debian astrolog ITA

2007-09-25 Thread Thanasis Kinias
Greetings [EMAIL PROTECTED], I just filed my ITA on the Debian astrolog package, which I've been working on for a month or so now -- I've updated the building, patched some code, fixed various bugs and policy violations, etc. I've also been in contact with the upstream author about clarifying

Bug#444084: tex4ht: you-on gets extra space

2007-09-25 Thread Junichi Uekawa
Package: tex4ht Version: 20070904-1 Severity: normal Japanese text usually does not use space inside sentences (space is not a delimiter). tex4ht seems to insert spaces after 'you-on' (small-letters: ゃゅょっャュョッ) The original tex formatting is as follows: 「ところで,Debian Weekly News

Bug#444046: libgammu2: segfault on startup

2007-09-25 Thread Michal Čihař
Hi On Tue, 25 Sep 2007 19:05:44 +0100 Samuel Mimram [EMAIL PROTECTED] wrote: Package: libgammu2 Version: 1.13.0-1 Severity: important Hi, Since wammu does not work for now, I tried gammu... which segfaults on startup even when no phone is connected: % gdb --args gammu identify Can

Bug#443635: svn-buildpackage: calling tput w/o TERM causes errors

2007-09-25 Thread Mark A. Hershberger
I use eshell (emacs lisp shell) sometimes and it doesn't set TERM. I can provide patches to fix this if I didn't already. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#444085: libstdc++6-4.2-dev: typeinfo seems to be broken

2007-09-25 Thread Andreas Pakulat
Package: libstdc++6-4.2-dev Version: 4.2.1-5 Severity: important Hi, it seems that the typeinfo file from /usr/include/c++/4.2 is somehow broken. Compiling a program that includes this file indirectly I get: In file included from /usr/include/c++/4.2/bits/locale_facets.tcc:42,

Bug#444086: konqueror: Right-click context menus missing on target=blank mailto links

2007-09-25 Thread Karsten M. Self
Package: konqueror Version: 4:3.5.7-3 Severity: wishlist When attempting to raise a (usually) right-click context menu on links using target=_new or target=_blank hrefs (to force opening in a new tab/window) or mailto links, the right-click context menu is disabled. Instead, the cursor is

Bug#444087: klibc-utils: ipconfig fails on sparc64: eth0: socket(AF_INET): Function not implemented

2007-09-25 Thread Vagrant Cascadian
Package: klibc-utils Version: 1.5.5-1 Severity: normal snippet from attached log: Begin: Running /scripts/init-premount ... sunhme.c:v3.00 June 23, 2006 David S. Miller ([EMAIL PROTECTED]) eth0: HAPPY MEAL (PCI/CheerIO) 10/100BaseT Ethernet 08:00:20:c0:68:9a Done. Begin: Mounting root file

Bug#444088: Build rtorrent with xmlrpc support

2007-09-25 Thread Christopher Seufert
Package: rtorrent Version: 0.7.7-1 Severity: wishlist There is an xmprpc server able to be built in to rtorrent, can you make this part of the standard package, or have a 2nd package for it. Apparently all you need todo is have libxmlrpc-c and configure --with-xmprpc-c See

Bug#444089: openipmi: FTBFS: Build-Depends on unavailable libsnmp10-dev

2007-09-25 Thread Daniel Schepler
Package: openipmi Version: 2.0.11-1 Severity: serious Tags: sid As the subject says: openipmi Build-Depends on libsnmp10-dev, which can no longer be satisfied in unstable. -- Daniel Schepler -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#444046: libgammu2: segfault on startup

2007-09-25 Thread Michal Čihař
tags 444046 pending thanks On Tue, 25 Sep 2007 19:05:44 +0100 Samuel Mimram [EMAIL PROTECTED] wrote: Here is the contents of my .gamurc file: I found the issue. Gammu wrongly parses your config file. [ gammu ] Deleting spaces around gammu should fix the crash. I just commited fix to

Bug#444090: fvwm: FvwmM4 segfault on startup

2007-09-25 Thread Brian S Enyart
Package: fvwm Version: 1:2.5.23-2 Severity: normal I've got this startup segfault on startup that's related to my use of the FvwmM4 preprocessor. It fails with my standard startup: /usr/bin/fvwm2 -cmd FvwmM4 -m4-prefix $HOME/.fvwm2rc -debug But works fine with either of these: /usr/bin/fvwm2

Bug#444091: lirc: [INTL:ja] updated Japanese debconf translation

2007-09-25 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: lirc Severity: wishlist Version: 0.8.0-13 Tags: l10n patch Hi, I updated Japanese translation of debconf messages (ja.po). Please apply this. Thanks, - -- Kenshi Muto [EMAIL PROTECTED] -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6

Bug#444092: xnec2c does not show UI, but three processes running

2007-09-25 Thread Nate Bargmann
Package: xnec2c Version: 1.0b-3 Severity: grave Justification: renders package unusable After installing the xnec2c pacakge today, it does not display any UI on screen. When starting in a term only the following message is printed: $ xnec2c xnec2c: child process exited At this point there

Bug#444067: coreutils: Please add a --files-from option to du

2007-09-25 Thread Bob Proulx
Géraud Meyer wrote: please add a `--files-from' option to du that reads a NEWLINE separated list of files from a given file. ... P.S. Making other programs of the coreutils package able to deal with NULL terminated lines would also be nice. How this is not satisfied by using the 'xargs'

Bug#444093: xmms-scrobbler: plugin has problems with umlauts in UTF-8 encoded tags

2007-09-25 Thread Wouter Van Hemel
Package: xmms-scrobbler Version: 0.4.0-2 Severity: normal Hello, Some songs with accents and umlauts show up as garbled crap on AudioScrobbler's website. UTF-8 sequences seem to end up interpreted as individual characters, as if encoded in ASCII or Latin1 character sets. It's probably due to

Bug#444084: tex4ht: you-on gets extra space

2007-09-25 Thread Eitan Gurari
Junichi, Can you place on the web the following files, and provide a pointer to their locations. 1. A COMPLETE MINIMAL MINIATURE source latex file exhibiting the problem 2. The dvi file produced by platex, before being processed by dvi2dvi 3. The dvi file produced by dvi2dvi 4. A pdf or

Bug#417165: nautilus: error writing to floppy

2007-09-25 Thread Brent S. Elmer, Ph.D.
Not exactly the same problem. If I insert a floppy, click on the gnome Computer shortcut, right click on the floppy icon and select mount, then left click to browse, I see the contents of the floppy and I can write to it. However, if I insert a floppy, click on the gnome Computer shortcut, then

Bug#444094: /etc/logcheck/ignore.d.workstation/kernel: bttv PLL ignore rules

2007-09-25 Thread Frédéric Brière
Package: logcheck-database Version: 1.2.62 Severity: wishlist File: /etc/logcheck/ignore.d.workstation/kernel The bttv kernel module (used for those Hauppauge TV tuner cards) has a tendency to issue these two messages when starting xawtv for the first time, or when running it again as a different

Bug#444095: audacious-plugins-extra: Scrobbler plugin has character set problems: UTF-8 shows up wrong

2007-09-25 Thread Wouter Van Hemel
Package: audacious-plugins-extra Version: 1.3.5-3 Severity: normal Hello, Some tags with accents and umlauts that are by my knowledge valid UTF-8 and are shown correctly in the interface, show up wrong on the last.fm website. On that website, multi-byte characters look as if they are broken

Bug#444093: Acknowledgement (xmms-scrobbler: plugin has problems with umlauts in UTF-8 encoded tags)

2007-09-25 Thread Wouter Van Hemel
By the way, this was working until last week: S��lstafir – Nature Strutter 19 Sep 2007, 00:22 Sólstafir – Ljósfari 16 Sep 2007, 02:47 I don't know if it shows up correctly this way, but the one on 16 Sep has an up-right accent on the 'o' in Solstafir (correct), while the one on 19 Sep has two

Bug#436554: pending

2007-09-25 Thread Eddy Petrișor
tags 436554 pending thanks Package: svn-buildpackage Version: 0.6.21 Thanks for the patch you sent. I have merged it in svn-buildpackage's trunk. --- System information. --- Architecture: amd64 Kernel: Linux 2.6.21-2-amd64 Debian Release: lenny/sid 900 testing www.emdebian.org

Bug#433316: emboss-lib: ajax.h #includes files which are not available

2007-09-25 Thread Charles Plessy
Dear Johannes, I have solved the problem by moving all the header files to either /usr/include/ajax or /usr/include/nucleus, and keeping the internal headers of EMBOSS' old copy of libpcre in /usr/include/ajax. Therefore, to build EMBOSS third-party applications in Debian, one will have to pass

Bug#444096: /etc/logcheck/ignore.d.workstation/kernel: usb0: register/unregister 'zaurus'

2007-09-25 Thread Frédéric Brière
Package: logcheck-database Version: 1.2.62 Severity: wishlist File: /etc/logcheck/ignore.d.workstation/kernel Messages like these are triggered by the zaurus kernel module when I put my Sharp Zaurus in its USB cradle, or when I take it out: usb0: register 'zaurus' at usb-:00:07.2-2, Sharp

Bug#207657: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Svante Wood
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#218251: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Kieran Hamilton
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#272727: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Al Hall
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#444097: /etc/logcheck/ignore.d.server/ddclient: 2 rules to get you started

2007-09-25 Thread Frédéric Brière
Package: logcheck Version: 1.2.62 Severity: wishlist Here are two rules for ddclient, a client for dynamic IP services such as DynDNS or DynIP: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ ddclient\[[[:digit:]]+\]: SUCCESS: updating [._[:alnum:]-]+: good: IP address set to [:[:xdigit:].]+$ ^\w{3} [

Bug#359044: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Sangho Rivera
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#223734: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Gregor Stone
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#231222: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Cecilia Perkins
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#78526: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Clarissa Frost
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#435137: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Patricia Elliott
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#87520: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Jem Mathews
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#66684: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Novorolsky Spencer
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#64468: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Vadim Harris
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#94713: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Laura Wells
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#54138: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Sedovic Miller
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#93435: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Donna Hartman
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#128950: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Francis Wood
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#78371: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Bernard Wells
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#69271: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Theodore Brown
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#84074: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Dustin Powell
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#443741: boinc-manager: Program crashes on certain GUI-related operations

2007-09-25 Thread Frank S. Thomas
block 443741 by 441766 thanks On Sun, 2007-09-23 at 21:06 +0200, Frank S. Thomas wrote: On Sunday 23 September 2007, Alex Malinovich wrote: Using the advanced view of boincmgr, the program will crash when running any operations that cause a pop-up window to be displayed. Going to

Bug#293644: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Jurevis Barnes
Sep 26 07:07:29 MSK 2007 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#66684: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Skeeter Bradley
and 5ave 9O% 0n 50FT\/\/ARE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#60639: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Metin Gomez
and 5ave 9O% 0n 50FT\/\/ARE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#121756: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Tuan Adams
and 5ave 9O% 0n 50FT\/\/ARE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#76361: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Dominick Boyd
and 5ave 9O% 0n 50FT\/\/ARE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#444100: /etc/logcheck/ignore.d.server/telnetd: connect from $X and ttloop: peer died: EOF

2007-09-25 Thread Frédéric Brière
Package: logcheck Version: 1.2.62 Severity: wishlist Yeah, I know, I'm the only person left who's foolish enough to run telnetd. g But just in case there's someone else out there, here are two rules to weed out the boring stuff: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ in\.telnetd\[[[:digit:]]+\]:

Bug#80360: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Emily Harris
and 5ave 9O% 0n 50FT\/\/ARE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#444099: alacarte: Does not start - reports permission denied error

2007-09-25 Thread Mark
Package: alacarte Version: 0.8-5 Severity: important *** Please type your report below this line *** When I try to start alacarte from the drop down menu it tries to start up but the window does not appear. When I start it from the shell with the alacarte command I get the follow message:

Bug#79693: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Sassan Turner
and 5ave 9O% 0n 50FT\/\/ARE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#443991: installation-reports

2007-09-25 Thread Christian Perrier
Trying to install debian testing with dmraid=true. Formatting went OK. Partitioning went right, but when installing base system there is an error in 'Creating device files'. Could you switch to VT4 at that moment and explain what output you are seeing ? signature.asc Description: Digital

Bug#443962: partman does not recognize existing partitions

2007-09-25 Thread Christian Perrier
Once more: When I enter into manual partition mode, I see one line corresponding to my harddrive only. This line shows the harddrive itself. It should display a list of partitions below this line, right? Hmmm, have you tried hitting Enter to select the drive that's displayed? *That* should

Bug#444067: coreutils: Please add a --files-from option to du

2007-09-25 Thread Géraud Meyer
Bob Proulx wrote: Géraud Meyer wrote: please add a `--files-from' option to du that reads a NEWLINE separated list of files from a given file. ... P.S. Making other programs of the coreutils package able to deal with NULL terminated lines would also be nice. How this is not

Bug#443953: kdebase: autostart order unreliable

2007-09-25 Thread Robert Gomulka
You could try using the KDE environment extender mechanism instead. For this you create a file with .sh extension and put it into .kde/env/ It will be read (sourced) by the KDE startup script startkde. It might also work with a different autostart phase, see /usr/share/autostart for

Bug#363674: tex4ht: Should run bibtex when needed

2007-09-25 Thread Kapil Hari Paranjape
tags 363674 + moreinfo thanks Hello, On Thu, 20 Apr 2006, Frank Küster wrote: When processing a document that uses bibtex with mk4ht, it does not run bibtex. The bibliography is only included if bibtex has been run before to produce a LaTeX document. I noticed this because I copied the tex

Bug#384958: tex4ht: some grouping issues with oolatex math

2007-09-25 Thread Kapil Hari Paranjape
tags 384958 + moreinfo thanks Hello, On Mon, 28 Aug 2006, Tobias Schlemmer wrote: mk4ht oolatex test.tex seems to produce incorrect output. At least my oowriter (2.0.3) does not like the double indices $x_{i_j}$ without further grouping. In oomath input syntax it produces x_i_j, which

Bug#444098: icedove: Crash on composing/forwarding email (invalid pointer)

2007-09-25 Thread Siddhesh Poyarekar
Package: icedove Version: 2.0.0.4.dfsg1-2 Severity: grave Justification: renders package unusable *** Please type your report below this line *** Hi, Icedove crashes for me too when I try to compose/forward an email. When starting from console, I get the following info on my console when I

Bug#390869: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Those Olsen
and 5ave 9O% 0n 50FT\/\/ARE -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#413391: (no subject)

2007-09-25 Thread Peter Enzerink
I am also having this problem on Ubuntu Gutsy where it works from other clients but not from the machine that actually runs apt-cacher. I installed 1.5.4 to no avail. Output from aptitude: Err http://192.168.0.2 gutsy/restricted linux-generic 2.6.22.12.15 500 read timeout E: Failed to

<    1   2   3   4   5   >