Bug#528626: amule: please make it easier to build with debugging symbols

2009-05-23 Thread Alexandre Rossi
> Debugging symbols are included if -g is passed to the compiler, and if > you check the builds log of amule in http://buildd.debian.org, you'll > see -g is being passed. -g was passed, but the executable did not contain the debugging symbols. > If, however, you're absolutely sure that building w

Bug#530371: man-db: man -l does not work anymore

2009-05-24 Thread Alexandre Rossi
Package: man-db Version: 2.5.5-1 Severity: normal I used to preview the manpages I write using the following command: $ man -l manpage.1 This does not work anymore and displays nothing. It is easy to reproduce : $ cp /usr/share/man/man1/man.1.gz . $ gunzip man.1.gz $ man -l man.1 $ Am I missing

Bug#506392: fixed

2009-05-24 Thread Alexandre Rossi
This can be closed, it came from a problem with my locale. LANG red fr_FR.UTF.8 instead of fr_FR.UTF-8. Thanks, Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#531911: More comments and possibly better fix

2009-06-10 Thread Alexandre Rossi
First, sorry for the late answer, but the Debian BTS does not send mail to the bug submitter unless they subscribed to the bug report, and I forgot on this one, that is why I saw your follow-ups only today... > I think the line is truncated to print the information given your shell > size. Can you

Bug#531911: More comments and possibly better fix

2009-06-11 Thread Alexandre Rossi
> Could you send your patch again ? For some reasons the end of several > lines were truncated. Maybe you could send it again as an attachment. Sorry, I messed up. Here it goes. diff --git a/reportbug/debianbts.py b/reportbug/debianbts.py index 169e4c9..212a7ee 100644 --- a/reportbug/debianbts.py

Bug#535374: deejayd: bashism in debian/rules

2009-07-01 Thread Alexandre Rossi
Hi, >> possible bashism in deejayd/rules line 42 (brace expansion): >>         rm -f $(CURDIR)/man/*.{1,5} This is fixed in a version currently awaiting a sponsor at debian.mentors.net . As I do not have a sponsor for this package anymore, the fix may take time to reach the archive. I could also

Bug#535374: deejayd: bashism in debian/rules

2009-07-02 Thread Alexandre Rossi
Hi, >> This is fixed in a version currently awaiting a sponsor at >> debian.mentors.net . As I do not have a sponsor for this package >> anymore, the fix may take time to reach the archive. > > I haven't seen you send a RFS to -mentors. The current version should have been sponsored but my former

Bug#535374: deejayd: bashism in debian/rules

2009-07-02 Thread Alexandre Rossi
>> making it lintian -IE --pedantic clean (if you disagree with any of >> the tags then say why and we'll discuss it) [...] > lintian -IE --pedantic clean: is at least lintian clean, will check > for -IE and --pedantic $ lintian -IE --pedantic deejayd_0.8.2-1.dsc I: deejayd source: build-depends-w

Bug#527126: nautilus: dbus error message when unmounting is a bit long

2009-07-04 Thread Alexandre Rossi
I cannot reproduce with the new version. Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#522223: lazygal: Flatten directory structure below a certain depth

2009-06-18 Thread Alexandre Rossi
tag 53 fixed-upstream thanks > lazygal creates a tree that exactly mirrors the directory tree in > which the images are found. However, in some cases it might be > preferable to flatten the directory tree after a certain depth. I implemented this yesterday. Seems to work all right in the curr

Bug#421888: vbetool problem?

2007-05-18 Thread Alexandre Rossi
Hi, I have the exact same problem : hibernate-ram does not bring the screen backlight on (with sysfs and VbetoolPost activated). Strangely, 's2ram -f -p' works perfectly. Before the upgrade to xserver-xorg-video-intel, 's2ram -f' was enough to fix the problem. It seems that uswsusp carries an s

Bug#421418: No XV here too

2007-05-20 Thread Alexandre Rossi
Hi, Same behavior here. As this has not been said, I add my comments. It is in fact XV that does not work. I have no external screen connected. $ lspci | grep VGA 00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02) $ xvinfo X-Video Extension vers

Bug#421418: No XV here too

2007-05-21 Thread Alexandre Rossi
Hi, > (WW) intel(0): Disabling Xv because the overlay register buffer > allocation failed. > > If I explicitely use VideoRam 32768 in xorg.conf, xorg does not start > and fails with the following message : > (II) intel(0): Kernel reported 110080 total, 1 used > (II) intel(0): I830CheckAvailableM

Bug#421418: No XV here too

2007-05-23 Thread Alexandre Rossi
Does the BIOS setup allow changing the graphics aperture size? If yes, can you try increasing it? Nothing like that in the BIOS menus. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#421418: No XV here too

2007-05-24 Thread Alexandre Rossi
> > Does the BIOS setup allow changing the graphics aperture size? If yes, > > can you try increasing it? > > Nothing like that in the BIOS menus. Note that some BIOSes obfuscate it as DVMT (Dynamic Video Memory Technology) or some other fancy marketing term. The BIOS of my VAIO VGN-B1VP does n

Bug#547128: apt-listbugs: nil class error in cron.daily cleanup script

2009-09-16 Thread Alexandre Rossi
Package: apt-listbugs Version: 0.1.0 Severity: normal Hi, I was receiveing errors by mail so I tried to run the script manualy and the behaviour is consistant : $ sudo /etc/cron.daily/apt-listbugs /usr/share/apt-listbugs/aptcleanup:57: private method `split' called for nil:NilClass (NoMethodErr

Bug#547815: deejayd: manipulates site-packages/ directly, failing with Python 2.6

2009-09-22 Thread Alexandre Rossi
Hi, Thanks for your bug report. > Starting from Python 2.6, the installation paths for distutils have > changed. Instead of /usr/lib/pythonX.Y/site-packages, the default has > now changed to /usr/local. The build with python2.6 has been fixed in version 0.8.1-1 which has not been uploaded to the

Bug#545736: missing gobject thread_init

2009-10-07 Thread Alexandre Rossi
The problem came from the fact that I was not calling gobject.threads_init() at all. So I guess this is not a bug. I can be closed, thanks. Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#547815: Fix for this bug

2009-10-12 Thread Alexandre Rossi
> Please find a (rather inelegant) patch to fix this bug. Hope this > helps. Thanks for your help, and as already noted in the bug report, a fixed package has already been waiting for sponsorship for months on mentors.debian.org . Cheers, Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-req

Bug#521946: transmission: Please backport Transmission to Lenny

2009-09-07 Thread Alexandre Rossi
Hi, I maintain for myself a lenny backport of transmission. It is just a matter of rebuilding the package against lenny libraries, and also backporting libevent which is also a matter of rebuilding the package against lenny libraries. This is because the current version of transmission Build-depe

Bug#545736: python-gst0.10: SIGSEGV with my small python Ogg/Theora encoder

2009-09-08 Thread Alexandre Rossi
thon-gst0.10 recommends no packages. Versions of packages python-gst0.10 suggests: ii python-gst0.10-dbg0.10.16-1 generic media-playing framework (P pn python-gst0.10-dev (no description available) -- no debconf information # Lazygal, a lazy satic web gallery generator. #

Bug#395124: Fixed with the metacity 2.22 upload

2008-03-20 Thread Alexandre Rossi
This should be closed because compositing is built in the new metacity 2.22. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#476462: lazygal: not installable together with python >= 2.5

2008-04-16 Thread Alexandre Rossi
Package: lazygal Severity: normal Tags: patch lazygal is not installable together with python >=2.5 which is just out in unstable. This is a consequence of python-celementtree conflicting with python >= 2.5 because the package is included in the standard python distribution from version 2.5 . A po

Bug#485286: lazygal: EXIF comment tag fill with 0

2008-06-17 Thread Alexandre Rossi
>> There is more problem with exif comment : the string can be not ascii. >> The first character of the string indicate the charset [1], it should be >> parsed and removed of the final string. >> In order genshi template works we need to convert the string to unicode [2]. >> >> >> [1] charset="Unic

Bug#485286: lazygal: EXIF comment tag fill with 0

2008-06-17 Thread Alexandre Rossi
Hi, > I use http://www.sno.phy.queensu.ca/~phil/exiftool/ to edit exif. > I put some test case on http://castet.matthieu.free.fr/tmp/test_exif/. > > IMG_0870_exiftool_jpeg_comment_unicode.JPG doesn't work. As your link said > it seem to be utf-8. > > IMG_0870_exiftool_image_description.JPG doesn't

Bug#485286: lazygal: EXIF comment tag fill with 0

2008-06-17 Thread Alexandre Rossi
Hi, > But there a problem for IMG_0870_exiftool_usercomment_unicode.JPG : the exif > is in big endian format. And it this case it seems it is UTF-16BE that > should be used. Thanks a lot, this should be okay for your examples now. > Also the .strip('\0') is finaly not correct : it is what eat th

Bug#485286: lazygal: EXIF comment tag fill with 0

2008-06-18 Thread Alexandre Rossi
> Waiting for a cleaner solution, a quick hack could be to use > im.app['APP1'][6:8]. > I attach a patch that does that. Thanks a lot, applied for the next version. Alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#420025: Status?

2008-05-14 Thread Alexandre Rossi
Hi, What is the status of this ITP? I can see that a package was once uploaded to mentors, but I cannot fond it anymore... Alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#481193: cdebootstrap: creating a sid chroot brings in citadel-mta to satisfy mail-transport-agent dep

2008-05-14 Thread Alexandre Rossi
Package: cdebootstrap Version: 0.5.2 Severity: minor Hi, When creating a sid chroot using cowdancer, cdeboostrap brings in citadel-mta in order to satisfy the mail-transport-agent dependency. And this hangs (maybe because I am in a vserver but citadel seems overkill for a build chroot). $ DIST=s

Bug#481193: Other resources

2008-05-20 Thread Alexandre Rossi
This seems to be related to a recent discussion[1] on [EMAIL PROTECTED] and another bug[2] report. [1] http://lists.debian.org/debian-devel/2008/05/msg00381.html [2] http://bugs.debian.org/322751 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [E

Bug#289908: Fixed in etch

2008-05-20 Thread Alexandre Rossi
I cannot reproduce with the version in etch (28-1) so I think this should be closed. Cheers, Alex -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#408549: Quick fix for this

2008-05-20 Thread Alexandre Rossi
tag 408549 patch thanks Hi, A quick way to have this : diff -rN -u old-vsftpd-2.0.6/debian/vsftpd.init.d new-vsftpd-2.0.6/debian/vsftpd.init.d --- old-vsftpd-2.0.6/debian/vsftpd.init.d 2008-05-20 16:04:49.0 +0200 +++ new-vsftpd-2.0.6/debian/vsftpd.init.d 2008-05-20 16:04:49.0

Bug#495503: lazygal: order of pictures in a folder?

2008-08-18 Thread Alexandre Rossi
Hi, > It is totally unclear to me how lazygal chooses the order in which pictures > are > listed on the index page and linked together. There is nothing about it in > the > manpage, and the behaviour I see in practice doesn't fit any simple formula. Okay, next version will have a better manpag

Bug#495503: lazygal: order of pictures in a folder?

2008-09-20 Thread Alexandre Rossi
> One piddling complaint: it would be better if subdirectory links went > explicitly to index.html in the subdirectory, because that makes it > browsable locally (when everything is a file:/// URL). This should be all good now in the development version. Alex -- To UNSUBSCRIBE, email to [EMAI

Bug#453754: Problem really comes from Texturized video

2008-09-21 Thread Alexandre Rossi
Hi, The above patch works around the tearing for me (and my Intel 945G). So : rebuild, and add the following line to the Device section of /etc/X11/xorg.conf Option "XvPreferOverlay" "true" Thanks! (I had to trivially adapt it because it overlaps with the second patch in

Bug#483564: reassign?

2008-09-25 Thread Alexandre Rossi
Hi, This has been bugging me for months. Thanks for the clues about the roots of the problem. Could you please point me to a specific patch? Is this fixed in 2.6.26.5? As a side note, shouldn't this be reassigned to the linux-source-* (source packages as linux-image-* do not seem to be built with

Bug#483564: [Pkg-xfce-devel] Bug#483564: reassign?

2008-09-26 Thread Alexandre Rossi
>> As a side note, shouldn't this be reassigned to the linux-source-* >> (source packages as linux-image-* do not seem to be built with >> CONFIG_PREEMPT enabled)? > > Well, as CONFIG_PREMPT is not used, I don't think kernel team will do > anything about this. But you can try. I think you'd better

Bug#483564: [Pkg-xfce-devel] Bug#483564: reassign?

2008-09-26 Thread Alexandre Rossi
>>> As a side note, shouldn't this be reassigned to the linux-source-* >>> (source packages as linux-image-* do not seem to be built with >>> CONFIG_PREEMPT enabled)? >> >> Well, as CONFIG_PREMPT is not used, I don't think kernel team will do >> anything about this. But you can try. I think you'd b

Bug#500472: linux-image-2.6.26-1-openvz-amd64: NULL pointer dereference in tcp_v4_send_ack

2008-09-28 Thread Alexandre Rossi
Package: linux-image-2.6.26-1-openvz-amd64 Version: 2.6.26-5 Severity: important Hi, The machine freezes sometimes, repeatedly and it seems this happens under some network load in a VE. vcfgvalidate is all ok. The fail counts of user beancounters are all 0. Here is the stacktrace. Feel free to

Bug#483564: [Pkg-xfce-devel] Bug#483564: Bug#483564: reassign?

2008-09-30 Thread Alexandre Rossi
> Then feel free to reassign :) For CONFIG_PREEMPT related things, the advice[1] seems to be : deal with upstream directly. Upstream knows[2] about this, so I won't bother the Kernel team with this unless they use CONFIG_PREEMPT=y , which won't be in the near future. [1] http://kernel-handbook.al

Bug#500472: maybe patch

2008-09-30 Thread Alexandre Rossi
>> Subject: Bug#500472: linux-image-2.6.26-1-openvz-amd64: NULL pointer >> dereference in tcp_v4_send_ack > > Thanks! It is a mainstream bug. Fixed patch was sent to [EMAIL PROTECTED] The patch is there : http://www.spinics.net/lists/netdev/msg76471.html But it does not apply to 2.6.26 so I tried

Bug#495503: lazygal: order of pictures in a folder?

2008-09-04 Thread Alexandre Rossi
(sorry for the late answer but I have been offline for two weeks) > Ian> There should be an option (command line or config file) to select > Ian> sorting by name, filesystem time or exif time. Name should > Ian> probably be the default. > > Here's a patch that dose this, plus another nagging issu

Bug#479643: hibernate: FullSpeedCPU stalls resuming with kernel 2.6.25 and Pentium M

2008-05-05 Thread Alexandre Rossi
Package: hibernate Version: 1.98.1-1 Severity: normal Hi, Enabling FullSpeedCPU stalls the resume process. The relevant part of the -v4 log : hibernate: [98] Executing FullSpeedCPUResume ... + [ -n ] + FullSpeedCPUResume + [ -f /tmp/tmp.hibernate.f16349 ] + . /tmp/tmp.hibernate.f16349 + echo 60

Bug#493541: lazygal: resizing parameters not flexible enough

2008-08-03 Thread Alexandre Rossi
Hi, > lazygal allows one to set the final size with --image-size, but what if some > of my pictures are landscape and others portrait? Visiting the example > gallery > on the upstream website answers this question: lazygal can't handle that :-( > For example, let's say that most of my images are

Bug#469295: xserver-xorg-video-i810: do not fail to set XV_PIPE if not in clone mode

2008-03-04 Thread Alexandre Rossi
-rN -u old/debian/patches/12-set_xv_pipe.patch new/debian/patches/12-set_xv_pipe.patch --- old/debian/patches/12-set_xv_pipe.patch 1970-01-01 01:00:00.0 +0100 +++ new/debian/patches/12-set_xv_pipe.patch 2008-03-04 14:19:02.0 +0100 @@ -0,0 +1,21 @@ +Tue Mar 4 13:42:17 CET 2008 A

Bug#354065: gnome-pty-helper zombie processes

2006-02-28 Thread Alexandre Rossi
Hi, FYI, got the very same problem here using exclusively gnome-terminal (2.12.0-2:i386). So the problem seems to be coming from libvte4.

Bug#564549: Possible documentation

2010-02-08 Thread Alexandre Rossi
Please find a possible patch for this that works for me. Information was found there : http://sidux.com/PNphpBB2-viewtopic-t-19491.html Cheers, Alex diff -Nru xserver-xorg-input-synaptics-1.2.1/debian/65-xorg-synaptics-custom.rules xserver-xorg-input-synaptics-1.2.1.new/debian/65-xorg-synaptics-

Bug#587326: src:deejayd: Unnecessarily depends on build time default python version

2010-06-28 Thread Alexandre Rossi
tag 587326 pending thanks Hi, > Hi, the binary packages in deejayd that provide python scripts have > versioned shebangs, causing a dependency on the build time python > version. I uploaded to mentors.debian.net a version containing the following fix which takes care of the issue. http://sousmon

Bug#588262: lazygal: Syntax error in Python file

2010-07-06 Thread Alexandre Rossi
> After upgrading my system I get: > > Verarbeite Trigger für python-support ... > Compiling /usr/lib/pymodules/python2.4/lazygal/tpl.py ... >  File "/usr/lib/pymodules/python2.4/lazygal/tpl.py", line 69 >    finally: >          ^ > SyntaxError: invalid syntax >From http://docs.python.org/referenc

Bug#575024: Fixed

2010-06-08 Thread Alexandre Rossi
notfound 575024 2:1.1.2-1 thanks This is fixed. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#585099: cryptsetup: "plymouth ask-for-password --prompt" command not found

2010-06-09 Thread Alexandre Rossi
Package: cryptsetup Version: 2:1.1.2-1 Severity: normal Tags: patch Using the graphical boot loader plymout fails with the following error: "plymouth ask-for-password --prompt" command not found This trivial patch fixes the problem. Cheers! diff -Nru cryptsetup-1.1.2.old//debian/cryptdisks.funct

Bug#584204: Same with intel card

2010-06-09 Thread Alexandre Rossi
Hi, I'm hitting the same thing with an intel GM965 card. plymouth disappears and the console shows. What can I check? Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#583139: linux-2.6: no DHCP offers on r8169

2010-06-11 Thread Alexandre Rossi
reopen 583139 thanks Happenned again today when I had to reboot. Reverting to -22 fixed the problem, and I guess it triggers with the DHCP leases. Do not know how to go further on investigating this issue. I could not reproduce because I wasn't clearing the DHCP state. Interestingly, /var/log/dae

Bug#583139: linux-2.6: no DHCP offers on r8169

2010-06-13 Thread Alexandre Rossi
> Is the net device's MAC address set correctly when this happens, or does > it begin with 00:00:00:00? The device's MAC address, as shown by /sbin/ifconfig, is set correctly, while I get DHCP troubles. I'll wait the renewal time to see if that changes. Alex -- To UNSUBSCRIBE, email to debia

Bug#585926: python-gst0.10: steals command line option -h

2010-06-14 Thread Alexandre Rossi
Package: python-gst0.10 Version: 0.10.18-2 Severity: normal Hi, As shown by this example script, importing pygst steals the '-h' command line switch. The program: -- $ cat cpgst.py from optparse import OptionParser import sys if len(sys.argv) > 2 and sys.argv[2] == 'gst': print "importing g

Bug#583139: linux-2.6: no DHCP offers on r8169

2010-06-14 Thread Alexandre Rossi
> Please report the net device statistics (from '/proc/net/dev') and the > PCI ID for this device (run 'lspci -nn -d 10ec:'). Attached are the current /proc/net/dev stats for the device, I'll resend those when the bug triggers (I assume you want to see if there are drop packets). $ lspci -nn -d 1

Bug#585941: lazygal: does not start up, problem with libpyexiv2.so

2010-06-14 Thread Alexandre Rossi
Hi, > it seems that there is something going badly wrong wrt to python/exif > prohibiting lazygal even to show the help page, rendering it completely > unusable: [...] > ImportError: /usr/lib/pymodules/python2.5/libpyexiv2.so: undefined symbol: > _ZN5Exiv28ExifData5eraseEN9__gnu_cxx17__normal_ite

Bug#565946: ITP: remotepad-server -- Server for mouse/keyboard X11 remote control using Apple's iPhone

2010-01-19 Thread Alexandre Rossi
Package: wnpp Severity: wishlist Owner: Alexandre Rossi * Package name: remotepad-server Version : 1.10 Upstream Author : Kawamoto Yosihisa * URL : http://www.tenjin.org/RemotePad/ * License : GPL and BSD-like Programming Lang: C Description : Server

Bug#453754: Fixed for me

2010-09-17 Thread Alexandre Rossi
Hi, For me, this has been fixed by migrating to squeeze. I was using Option "XvPreferOverlay" with a patched version of the lenny driver, but now I do not need to anymore. I use the standard squeeze binary packages. xserver-xorg-video-intel 2:2.9.1-4 linux-image-2.6.32-5-amd64

Bug#583139: linux-2.6: no DHCP offers on r8169

2010-07-28 Thread Alexandre Rossi
Hi, For the record, after more investigation, this appears not to be related to the kernel at all (sorry) but ot a misbehaving DHCP server that only answers on broadcast. My ISP must have changed its config. $ cat /var/log/daemon.log.1 /var/log/daemon.log 2>/dev/null | grep dhclient | cut -d':' -

Bug#595187: linux-2.6: lots of OOPses on resume (NULL pointer dereference in file_ra_state_init)

2010-09-01 Thread Alexandre Rossi
Source: linux-2.6 Version: 2.6.32-21 Severity: normal Hi, Since the upgrade from 2.6.32-20 -> 2.6.32-21, my laptop fails to resume properly into Xorg : the cursor only appears when I move it and there is nothing much more I can do than switching to the console, login as root and reboot. In the c

Bug#595190: isc-dhcp-client: goes into an infinite loop if server only answers on broadcast

2010-09-01 Thread Alexandre Rossi
Package: isc-dhcp-client Version: 4.1.1-P1-9 Severity: normal Hi, I may have a misbehaving DHCP server : -- $ cat /var/log/daemon.log.1 /var/log/daemon.log 2>/dev/null | grep dhclient | cut -d':' -f4- | uniq -c 18225 DHCPREQUEST on eth0 to 82.224.x.y port 67 1 DHCPREQUEST on eth0 to 255.2

Bug#595187: Not in experimental

2011-03-21 Thread Alexandre Rossi
> I haven't been able to reproduce the same problem with > 2.6.36-1~experimental.1 althougth I have other problems in > free_buffer_head. But I'll wait for 2.6.37 ro report on those. I have not been able to reproduce in 2.6.37. Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.d

Bug#612582: netstat: misleading info on dual stack hosts for sockets without IPV6_V6ONLY

2011-02-09 Thread Alexandre Rossi
Package: net-tools Version: 1.60-23 Severity: normal Tags: upstream ipv6 Hi, The information reported by netstat can be misleading on a dual-stacked host (ipv4 and ipv6) whith a socket not using IPV6_V6ONLY. For instance, my box is running apache which is happily handling ipv4 traffic, but : $ n

Bug#595187: Not in experimental

2010-11-30 Thread Alexandre Rossi
Hi, I haven't been able to reproduce the same problem with 2.6.36-1~experimental.1 althougth I have other problems in free_buffer_head. But I'll wait for 2.6.37 ro report on those. Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Bug#585926: python-gst0.10: steals command line option -h

2010-12-05 Thread Alexandre Rossi
Hi, I cannot reproduce anymore on my computer : python-gst0.100.10.19-2 libgstreamer0.10-00.10.30-1 Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists

Bug#576902: gnome-icon-theme: breaks mail-notification

2010-04-07 Thread Alexandre Rossi
Package: gnome-icon-theme Version: 2.30.0-2 Severity: normal Hi, mail-notification uses stock_mail.png which is not provided anymore by gnome-icon-theme as stock icons have been removed upstream. The package should Breaks: mail-notification (<= 5.4.dfsg.1-2.1) or some later fixed version. I rep

Bug#574657: same here

2010-04-08 Thread Alexandre Rossi
notfound 574657 2.6.32-8 found 574657 2.6.32-9 found 574657 2.6.32-10 found 574657 2.6.32-11 thanks In order to investigate, I compiled the vanilla kernel 2.6.32.{8,9,11} and was not able to reproduce. I can reproduce in less than 3 suspend/resume cycles using official Debian kernel images linux-

Bug#583139: linux-2.6: no DHCP offers on r8169

2010-05-28 Thread Alexandre Rossi
Hi, >> But just to be sure, I just tested another time, and my first results >> are not consistent with what I found again. >> >> I've been running for about a day with 2.6.26-22 and I could not reproduce. >> >> I'll try again to upgrade to -22lenny1 tonight. I cannot reproduce anymore with -22le

Bug#583139: linux-2.6: no DHCP offers on r8169

2010-05-31 Thread Alexandre Rossi
> I cannot reproduce anymore with -22lenny1. > > I do not understand since I had checked with another computer on the > same link to rule out a failure from my ISP. > > I guess if I cannot reproduce through the WE, this can be closed. Cannot reproduce anymore, playing with DHCP, and -22lenny1. So

Bug#574657: Get the same issue

2010-05-18 Thread Alexandre Rossi
> hs:~# uname -a > Linux hs 2.6.32-3-amd64 #1 SMP Wed Feb 24 18:07:42 UTC 2010 x86_64 GNU/Linux Can you reproduce with the latest sid kernel (install linux-image-2.6.32-5-amd64)? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Con

Bug#583139: linux-2.6: no DHCP offers on r8169

2010-05-25 Thread Alexandre Rossi
Package: linux-2.6 Version: 2.6.26-22lenny1 Severity: important Hi, I get no DHCP offers on the r8169 device since the upgrade to 2.6.26-22lenny1. Reverting to 2.6.26-22 does not fix the problem. Reverting to 2.6.26-21lenny4 *does* fix the problem. Please contact me for more info. Alex -- S

Bug#574657: same here

2010-05-16 Thread Alexandre Rossi
notfound 574657 2.6.32-12 thanks I have not been able to reproduce since 2.6.32-12. Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#575056: linux-2.6: libata based drivers migration script does not migrate /etc/crypttab

2010-03-23 Thread Alexandre Rossi
Package: linux-2.6 Version: 2.6.32-10 Severity: normal Hi, The migration to libata based drivers migration went very well when I upgraded the kernel to 2.6.33-10, but the migration process forgot about /etc/crypttab where my encrypted /home info is. After manually changing it, everything was OK.

Bug#575118: deejayd-xine: needs to depend on libxine1-x

2010-03-24 Thread Alexandre Rossi
Hi, > This package appears to need to depend on libxine1-x. > > I intend to remove the libxine1-x and libxine1-console dependencies from > libxine1 once squeeze is released; at that point, this bug will become > serious. Okay thanks. My code contains a direct fopen on libxine.so.1 so I should may

Bug#575293: python-kaa-base: integration with twisted does not work anymore

2010-03-24 Thread Alexandre Rossi
Package: python-kaa-base Version: 0.6.0-4 Severity: normal Hi, Using the following snippet, from the documentation[1], integration with twisted does not work anymore. Maybe this is related to the new twisted version 10. -- # get reactor from twisted.internet import reactor import kaa kaa.main.s

Bug#575118: deejayd-xine: needs to depend on libxine1-x

2010-03-24 Thread Alexandre Rossi
> Your call. Since you specifically use libxine1, you may as well just directly > depend on libxine1-x. Okay I'll prepare a new version with this change. > (Incidentally, pyxine may be of interest. It's packaged as python-pyxine.) Back when we checked (about 2 years ago), pyxine did not work wel

Bug#575293: [Pkg-freevo-maint] Bug#575293: python-kaa-base: integration with twisted does not work anymore

2010-03-25 Thread Alexandre Rossi
> It happens like that : >   1. import kaa >   2. in kaa/__init__.py line 39 "from async import ..." >   3. in kaa/async.py line 977 "import main" >   4. in kaa/main.py line 30 "from process import supervisor" >   5. in kaa/process.py line 182 "supervisor = _Supervisor" >   6. in kaa/process.py lin

Bug#513228: linux-2.6: please add intel AGP G41 chipset support

2009-01-27 Thread Alexandre Rossi
Package: linux-2.6 Severity: wishlist Tags: patch Hi, The patch for intel AGP G41 chipset support is part of upstream 2.6.29. It applies without modifications to Debian's 2.6.26 (provided the "agp: Fix stolen memory counting on Intel G4X" has been applied before) and adds support for this new AGP

Bug#520070: sup-mail: exception on quit while polling for new messages

2009-03-17 Thread Alexandre Rossi
Package: sup-mail Version: 0.6+2008-1 Severity: important Hi, If I press 'q' while polling for new messages, the following exception is raised. Please feel free to ask for more info. Alex --- NoMethodError from thread: poll after loading inbox undefined method `content_width' for nil:NilC

Bug#506392: closed by Tatsuki Sugiura (Bug#506392: fixed in libgettext-ruby 1.93.0-1)

2009-03-21 Thread Alexandre Rossi
reopen 506392 thanks Problem still exists with new package version : $ dpkg -l | grep libgettext ii libgettext-ruby1.8 1.93.0-1 Gettext for ruby1.8 $ cat locale.rb require 'locale' print Locale.codeset + "\n" $ ruby locale.rb UTF Alex -- To UNSUBSCRIBE,

Bug#603738: acpi-support-base: CheckPolicy patch missed usage in powerbtn-acpi-support.sh

2010-11-16 Thread Alexandre Rossi
Package: acpi-support-base Version: 0.137-6 Severity: normal Tags: patch Hi, While investigating why my laptop was shutting down after resume, I found a syntax error in powerbtn-acpi-support.sh. Due to the change in how CheckPolicy returns values, the test should be fixed to test the return valu

Bug#565946: ITP: remotepad-server -- Server for mouse/keyboard X11 remote control using Apple's iPhone

2010-11-17 Thread Alexandre Rossi
Package awaiting review and sponsorship at mentors.debian.net . http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=remotepad-server Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@list

Bug#560381: vboxgtk: fails on startup

2009-12-10 Thread Alexandre Rossi
Package: vboxgtk Version: 0.5.0-1 Severity: grave Justification: renders package unusable When launched, vboxgtk fails with a unhelpful error message. Maybe it is dued to the new virtualbox version. Traceback (most recent call last): File "/usr/bin/vboxgtk", line 90, in vboxgtk.main() Fi

Bug#472202: gnome-session: do not depend on gnome-power-manager

2008-03-22 Thread Alexandre Rossi
Package: gnome-session Version: 2.22.0-2 Severity: wishlist I do not understand the new gnome-power-manager dependency in gnome-session. I grepped through the gnome session source and couldn't find any reference to either gnome-power-manager or its dbus interface. So I tried to remove gnome-powe

Bug#472451: Should depend on real package deejayd-xine and only fallback on deejayd-mediabackend

2008-03-24 Thread Alexandre Rossi
tag 472451 + pending thanks Hi, > As subject says, deejayd should depend on real package deejayd-xine and > only fallback on deejayd-mediabackend. [...] > (I actually believe it is a policy violation to only depend on virtual > package, but am too lazy to look it up, so have just tagged this

Bug#630572: lazygal: failed with AttributeError: 'str' object has no attribute 'timetuple'

2011-06-15 Thread Alexandre Rossi
Hi, > File "/usr/lib/python2.6/dist-packages/lazygal/sourcetree.py", line 162, in > compare_date_taken >date1 = time.mktime(self.get_date_taken().timetuple()) > AttributeError: 'str' object has no attribute 'timetuple' This seems to be that exiv2 cannot parse the date. The output of the at

Bug#630572: lazygal: failed with AttributeError: 'str' object has no attribute 'timetuple'

2011-06-15 Thread Alexandre Rossi
>> The output of the attached script with the failling files as argument >> should help me handle this case. >> >> Usage is : >> $ python exif_date_repr.py /path/to/*.jpg > > 50ans0002.jpg None '2010 :05 :10 10 :14 ' > [...] Thanks a lot. Can you send me one of the pictures? One with a date insid

Bug#630572: lazygal: failed with AttributeError: 'str' object has no attribute 'timetuple'

2011-06-16 Thread Alexandre Rossi
tag 630572 patch fixed-upstream thanks This should be fixed in the development version. Patch available. http://sousmonlit.dyndns.org/~niol/repositories/lazygal/rev/69b4062bb1b2 Thanks for the bug report. Alex -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subj

Bug#630896: qa.debian.org: PTS SOAP interface always returns HTTP 500 Internal Server Error

2011-06-18 Thread Alexandre Rossi
Package: qa.debian.org Severity: normal Hi, My small script that queries the PTS SOAP interface does not work anymore. A simple script always fails. $ cat test.py #!/usr/bin/python import SOAPpy url = 'http://packages.qa.debian.org/cgi-bin/soap-alpha.cgi' ws = SOAPpy.SOAPProxy(url) print ws.ver

Bug#631181: lazygal: lazygal failed when one use the -O and there are video

2011-06-21 Thread Alexandre Rossi
tag 631181 patch fixed-upstream thanks Hi, > This new attached patch seem better, but it's still not generating link > to the original video. In addition to your fix, use the linked patch to generate original videos. http://sousmonlit.dyndns.org/~niol/repositories/lazygal/rev/88abbacc856f Than

Bug#630896: qa.debian.org: PTS SOAP interface always returns HTTP 500 Internal Server Error

2011-06-21 Thread Alexandre Rossi
Hi, >> > SOAPpy.Errors.HTTPError: >> >> I guess the CGI must be updated to work with Squeeze's python. > > The problem is more general than that and, sadly, well known. The SOAP > interface needs to be ported to some (not so recent) structural change > to the way PTS webpages export data (see #53

Bug#618684: gstreamer0.10-plugins-base: critical error while transcoding a 3gp video to ogg theora

2011-04-22 Thread Alexandre Rossi
tag 618684 fixed-upstream thanks Hi, > Thanks, I've fixed the issues upstream and we'll get the changes with > next upstream release soon. > > http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=eba33c1de11fc7fb63fb31a764d3c16698eea490 > http://cgit.freedesktop.org/gstreamer/gst-plugins-go

Bug#569668: Status update

2011-05-26 Thread Alexandre Rossi
Hi, I tried to work on this. I made progress : - I've packaged libhtmlcleaner-java which is not in debian, - But I stalled on the jackrabbit webdav dep which depends on a non-free dependency (see http://bugs.debian.org/589450 ). This is the Java content repository API which can be download at http

Bug#628858: gdm3: please document how to disable greeter sound

2011-06-01 Thread Alexandre Rossi
Package: gdm3 Version: 3.0.4-1 Severity: wishlist Hi, I used to disable the greeter beep using the following: $ grep sound /etc/gdm3/greeter.gconf-defaults /desktop/gnome/sound/event_sounds false Since the upgrade to 3.0.4-1, it does not work anymore. Digging through the changelog led me to try

Bug#616787: deejayd: deprecation of dh_pycentral, please use dh_python2

2011-03-15 Thread Alexandre Rossi
tag 616787 pending thanks > The package build-depends on python-central, which should be > removed in time for the wheezy release.  dh_python2 should be used instead. > dh_python2 installs into the same locations as pycentral, but > avoids the creation and removal of symlinks at package installati

Bug#618684: gstreamer0.10-plugins-base: critical error while transcoding a 3gp video to ogg theora

2011-03-17 Thread Alexandre Rossi
Package: gstreamer0.10-plugins-base Version: 0.10.30-1 Severity: normal Tags: upstream Hi, While transcoding a 3gp video to ogg theora, I get the following error : $ LANG=C gst-launch-0.10 filesrc location=vid.3gp ! decodebin name=decode decode. ! queue ! ffmpegcolorspace ! theoraenc ! queue !

Bug#902764: lazygal: fails to rebuild galleries

2018-07-02 Thread Alexandre Rossi
Hi, > when executing command: /usr/bin/lazygal -f --quiet --dir-flattening-depth=2 > -o /home/public/PicturesCache /home/public/Pictures > > I get the error: > Traceback (most recent call last): [...] > AttributeError: 'WebalbumDir' object has no attribute 'subgals' The following change[1] shoul

Bug#891916: davmail: Fails to login with latest libhtmlcleaner-java version

2018-03-13 Thread Alexandre Rossi
Hi again, > Attached you find the logon-page from the requested URL as well as the > outputs of libhtmlcleaner 2.21 and 2.2. Can you make some sense out of it? I > don't see significant changes other than > > $ diff non-working.html working.html > > 1397c1389 > < /* --- >> >>

Bug#872150: backport uploaded

2018-03-13 Thread Alexandre Rossi
A backport has been uploaded, closing. https://packages.debian.org/stretch-backports/davmail

<    1   2   3   4   5   6   >