Bug#599152: capi4hylafax: Segfault on stopping init-script

2010-10-05 Thread Stefan Bauer
Package: capi4hylafax
Version: 1:01.03.00.99.svn.300-12 


Dear maintainers,

after stopping capi4hylafax by invoking /etc/init.d/capi4hylafax stop i
see the following in kernel ringbuffer:

[140873.682284] c2faxrecv[5924]: segfault at 899f62c ip 0804d1bd sp
b7b7a370 error 4 in c2faxrecv[8048000+2d000]

That is not a serious problem for me because i wanted the service to get
terminated, but i expected it to be done in a clean way.

This is a debian stable with latest security updates on i386-arch.

Please find strace-output here:

http://pastebin.ca/1954568

Cheers

Stefan

-- 
cubewerk -- stefan.ba...@cubewerk.de
IT-Beratung + Planung --- Tel +49 8621 996 02 37
Herzog-Otto-Strasse 32 -- Fax +49 3212 11 50 047
83308 Trostberg  www.cubewerk.de



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599153: ampache: [INTL:vi] Vietnamese debconf templates translation update

2010-10-05 Thread Clytie Siddall
Package: ampacheVersion: 3.5.4-7Tags:  l10n patchSeverity: wishlistThe updated Vietnamese translation for the debconf file: translated and submitted by:Clytie SiddallVietnamese Free-Software Translation Team

vi.po.gz
Description: GNU Zip compressed data


Bug#598697: (forw) Re: Bug#598697: fts: [INTL:vi] Vietnamese debconf templates translation update

2010-10-05 Thread Christian PERRIER
- Forwarded message from Clytie Siddall  -

Date: Tue, 5 Oct 2010 17:29:06 +1030
From: Clytie Siddall 
To: Christian PERRIER 
Subject: Re: Bug#598697: fts: [INTL:vi] Vietnamese debconf templates 
translation update
X-Mailer: Apple Mail (2.1081)
X-CRM114-Status: Good  ( pR: 999.99  )


On 04/10/2010, at 3:02 AM, Christian PERRIER wrote:

> Quoting Clytie Siddall (cly...@riverland.net.au):
>> Package: fts
>> Version: 0.1-1
>> Tags:  l10n patch
>> Severity: wishlist
>> 
>> The updated Vietnamese translation for the debconf file: 
>> 
>> translated and submitted by:
>> 
>> Clytie Siddall
>> Vietnamese Free-Software Translation Team
> 
> You apparently forgot the file, Clytie

Wouldn't surprise me. ;)

Sorry. Attached.



from Clytie 

Vietnamese Free Software Translation Team



- End forwarded message -

-- 




vi.po.gz
Description: Binary data


signature.asc
Description: Digital signature


Bug#598555: exim4: local_sender_blacklist no longer works

2010-10-05 Thread Marc Haber
On Mon, Oct 04, 2010 at 03:30:08PM -0700, Mark Hedges wrote:
> No.  I don't allow relaying for any server.  Just to make
> sure, I cleared all the /etc/exim4/*_whitelist files.  I
> have no relay_domains file.  (Is that somewhere else?)  The
> local_sender_blacklist file has just this one off-site
> address, but it still says Ok to the MAIL FROM: when
> telnetting into 25 from the remote server.

That's the error. The blacklisting happens at RCPT stage.

> MAIL FROM: hed...@the_domain_in_local_sender_blacklist.net
> SMTP<< MAIL FROM: hed...@the_domain_in_local_sender_blacklist.net
> using ACL "acl_check_mail"
> processing "accept"
> accept: condition test succeeded
> SMTP>> 250 OK
> 250 OK
> QUIT
> SMTP<< QUIT

please continue from here.

> What happened?  Did I delete a file or something?  This used to work.

Rejection has always been at rcpt stage.

Greetings
Marc

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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598518: linux-image-2.6-686: ata_piix module loaded before ahci module deactivate hotplug support (regression from lenny)

2010-10-05 Thread Thomas DEBESSE
2010/9/30 Ben Hutchings :
> On Wed, 2010-09-29 at 18:50 +0200, thomas.debesse+deb...@gmail.com
> wrote:
> You can force ahci to be loaded first:
> 1. Add the line 'ahci' to /etc/initramfs-tools/modules.
> 2. Run 'update-initramfs -u' to regenerate the initramfs.
> 3. Reboot.

I've tested it, it does'nt change anything.
Nowadays, I blacklist ata_piix

# echo 'blacklist ata_piix' >> /etc/modprobe.d/blacklist.conf
# update-initramfs -k all -u
# reboot

then I manually load ata_piix using modprobe after boot

> But it seems like it would be better if ahci was automatically
> preferred.

Yes, because I'm not the only one using ich6 chipset who want to
upgrade from lenny to squeeze indeed. :)

2010/10/4 maximilian attems :
> we do shipp modules.order in initramfs.

It looks like what I'm looking for... a way to force loading of ahci
module before loading of ata_piix module.

> hmm thomas what are your MODULES settings, please post output of
>  egrep MODULES -r /etc/initramfs-tools/
>
> if MODULES=dep appears it could be that the sys walking code has
> a bug in adding the wrong module to the initramfs.
> please change it to the safe and default MODULES=most and regenerate:
> update-initramfs -u -k 
>
> you can check any initramfs if it has the relevant modules with
> lsinitramfs /boot/initrd.img-2.6.35-trunk-amd64 | grep ahci

I'm going to check this !

It can be important to point out that previously quoted lenny lspci
showed me it knows the two modules could be used and experience showed
me it does the good choice.

# diff lspci-lenny lspci-squeeze
16,18c16,17
<   Status: D0 PME-Enable- DSel=0 DScale=0 PME-
   Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>Kernel driver in use: ata_piix

Squeeze lspci does'nt have this "Kernel modules" line even though both
modules are loaded.

So, I'm going to check modules.order and /etc/initramfs-tools/ then I
will report here what I can see.

-- 
Thomas DEBESSE



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599068: python-moinmoin: backporting 1.9.3 package to lenny results in cdbs dependancy substitution failing

2010-10-05 Thread Jonas Smedegaard

On Tue, Oct 05, 2010 at 03:21:08PM +1100, Geoff Crompton wrote:

Jonas Smedegaard wrote:
So the ${cdbs:Depends} substitution is empty. On lenny I'm using 
cdbs 0.4.52. Is ${cdbs:Depends} meant to work in the 0.4.52 cdbs 
package? I'm not very familiar with cdbs, so I can't say. Or does 
this reveal a bug that is hidden on squeeze and sid?


Above you only investigate runtime dependencies.  CDBS is used at 
build time, and indeed the package declares the following in 
debian/control:


Build-Depends: [...], cdbs (>= 0.4.72~)


Yes, I did find that in the build dependancies. It was one of the two 
minor changes I'd already made to get my backporting working. (The 
other one was changing how mktemp was called in a supporting script, 
but that's not relevant to this bug report).


Ah, ok.

My guess on this mistake (although I wondered how your build tools could 
silently miss it too) sprung from your detailed describing dependencies 
while not at all mentioning build-dependencies - or did I perhaps 
somehow misread your original mail?



So no, it is not supposed to work with older releases of CDBS. And 
also I believe that there is no bug in the packaging: you need to 
bacport CDBS as well (or hack the packaging to avoid modern CDBS 
features).


I expected as much. By emailing you (and then following your 
suggestion of lodging a bug report) I was hoping to learn how hack 
the package to do this. I don't know cdbs, so I don't know how to 
hack around the missing features when using the lenny cdbs. But I 
guess I'm going to have to learn.


Well, when not familiar with (the evolution of) a tool versioned 
build-depended on, my recommendation is to backport that tool: 
Repackaging around it often has a higher risk of the resulting package 
not behaving as intended.


Up-to-date CDBS should be easily backported on Lenny (and, I believe, on 
much older systems too).



I recommend building packages using debuild (or a wrapper around 
that - Personally I use cowbuilder from the package cowdancer) 
which should properly check build-dependencies for you.


I use debuild, and as I mentioned, it did find those build 
dependancies.


If not just me missing that in your original email, I certainly 
recommend to mention such a detail another time :-)



I hereby close this as a non-bug.  Feel free to continue posting to 
it (only when "archived" is it closed for further input), 
especially if you disagree with my judgement and would like the 
bugreport reopened.


I don't disagree with you about the issue being a non-bug, so the bug 
report can remain closed.


Ok. Let's just continue discussing here - while closed.

In other cases of users contacting me privately as you did, I write a 
little longer - starting with "If you believe this is a bug in some 
official package, then..." and ending with "...if not, then please ask 
your questions at either a debian-user* mailinglist or (if very package 
specific) at @packages.debian.org which goes to both package 
maintainer(s) and others subscribed to following that package closely.


...this time around I skimmed your email briefly and was lazy, so judged 
(wrongly!) for you that this fell under the first category. :-/



If your interest here is not only to get that specific MoinMoin package 
backported succesfully, but more on understanding generally how CDBS 
works and have historically worked, then we'd better move our discussion 
to the CDBS mailinglist (which is also what you reach by simply sendign 
to c...@packages.debian.org ).



Kind regards,

 - Jonas

--
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#599154: xine-ui: xine locks up machine while playing

2010-10-05 Thread James Zuelow
Package: xine-ui
Version: 0.99.6-1
Severity: critical
Justification: breaks the whole system


While watching any video over 20 minutes, xine will cause the system to
crash.

I hear an audible "dee-dee-dah-dun" sound, which I think is the ACPI
shutdown sound, or perhaps the hibernate sound.  

Just after the sound, the video goes black.  The video
sound continues for one or two seconds, then stops.

At that point the system is completely unresponsive.

I've tried typing blind to switch to a virtual console to restart the
system or restart X, which Google searches indicated might be possible.
In my case, it is not.

Pressing the power button momentarily to start the shutdown process does
not work.  I have to hold down the power button to force a shutdown.

If I am *not* watching a video with xine, the machine does not
spontaneously shut down.  I have power settings in KDE set to keep the
machine up 24/7 if AC power is supplied.  Xine will shut down the
machine even if AC power is supplied.

I can remove the battery and run on only AC power, and xine will still
cause the shutdown so I do not think it is a battery issue.

There are no log entries in /var/log/syslog to indicate a shutdown or
hibernation took place.  The log just stops, and starts again after I
power cycle the machine.

This is an HP DV9000Z laptop, with amd CPU and nvidia graphics.  A similar 
issue is
listed here:

http://forums.debian.net/viewtopic.php?f=6&t=51904

however in my case switching the video away from "auto" (the default) or
xv does not resolve the matter.

Listed as critical because it affects every other process on the
computer when it crashes.

KDE desktop, current as of October 4 2010.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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/dash

Versions of packages xine-ui depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls   7.21.0-1   Multi-protocol file transfer libra
ii  liblircclient00.8.3-5infra-red remote control support -
ii  libpng12-01.2.44-1   PNG library - runtime
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxext6  2:1.1.2-1  X11 miscellaneous extension librar
ii  libxft2   2.1.14-2   FreeType-based font drawing librar
ii  libxine1  1.1.19-2   the xine video/media player librar
ii  libxine1-ffmpeg   1.1.19-2   MPEG-related plugins for libxine1
ii  libxine1-x1.1.19-2   X desktop video output plugins for
ii  libxinerama1  2:1.1-3X11 Xinerama extension library
ii  libxtst6  2:1.1.0-3  X11 Testing -- Record extension li
ii  libxv12:1.0.5-1  X11 Video extension library
ii  libxxf86vm1   1:1.1.0-2  X11 XFree86 video mode extension l

Versions of packages xine-ui recommends:
ii  xdg-utils1.0.2+cvs20100307-2 desktop integration utilities from

xine-ui 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#599155: Bugs in OpenOffice.org of Debian Lenny

2010-10-05 Thread Allwyn & Melwyn
From: nathanael_scd...@bsnl.in
Sub: Various bugs in OpenOffice.org Writer
Package: openoffice.org-writer
Version: 1:2.4.1+dfsg-1+lenny8

1) I have more than 1,000 fonts installed. Many of which are Windows fonts as 
well as Tamil fonts. In OpenOffice.org Writer, editing of any drawing object, 
chart or picture makes every work thereafter dead slow. Scrolling 
particularly is a nightmare. The whole negative experience waits to repeat 
after saving and opening afresh. Removing all the fonts makes things slightly 
better, however not as normal as it was in older versions, especially 
OpenOffice.org 2.0.4 found in Debian Etch. Form Fields in questionnaires 
behave more worse after editing drawing objects, pictures and charts.

2) When working with a OpenOffice.org Writer document, clicking the ‘New’ 
button opens another Writer document. If I want a new spreadsheet, I choose 
from the drop-down list. Now, when I am back to the Writer and once again 
click ‘New’, it opens a spreadsheet, not a blank Writer document. In short, 
upon clicking ‘New’, OpenOffice.org opens a blank application from the last 
invoked template disregarding the application type from which I invoke 
the “New’ command.

3) In OpenOffice.org Writer, copying a drawing object by ‘ctrl plus mouse 
drag’ doesn’t show the copied object on screen. I have to ‘undo and then 
redo’ to show the object.

4) In OpenOffice.org Writer, selecting a table row by clicking from the left 
margin and dragging further to select more rows fails miserably. Rows are 
selected only until the screen end. Thereafter, Writer bizarrely de-selects 
the rows.

5) In OpenOffice.org Writer, I selected two paragraphs and invoked ‘Find & 
Replace’ command. Option ‘Current selection only’ is selected in the ‘More 
options’ command. I entered two space bar clicks in the ‘Search for’ box to 
search for a double space. In the ‘Replace with’ box, I entered a single 
blank space by clicking the space bar once. When I clicked the ‘Replace’ 
command, the entire selected text is wiped out with a single space. 
However, ‘Find’ and ‘Replace All’ commands work correctly.

6) In OpenOffice.org Writer, Bold, Italic and/or Underline do not work 
properly for very long selections. For example, if everything is selected in 
a long document of more than 50 single-spaced pages with text, tables, charts 
and figures, clicking Bold makes everything bold. However, keeping that 
selection, clicking Bold again does nothing. It should have reversed the bold 
formatting as it does in smaller documents.

7) In OpenOffice.org Writer, it seems that Undo and Redo are unreliable when 
the number of instances is higher, say hundred or more. Once I ‘Undo’ed 115 
times and ‘Redo’ed one by one. After four ‘Redo’s, when I clicked the ‘Redo’ 
button for the fifth time, all the 115 instances were ‘Redo’ed instantly. In 
another case, when I inserted a long document with ‘Insert File’ command, and 
for some reason tried Undo and again Redo, the Writer crashed. Overall, Undo 
and Redo operations give a sense of fear for unstableness.

8) OpenOffice.org Writer does not recognise image files without extension. 
When I wanted to insert a PNG format image, it was not listed upon 
invoking ‘Insert File’ command. It needed renaming with .png extension for it 
to recognise.

9) In OpenOffice.org Writer, ‘Select All’ function does not work if the very 
starting of a document is table. Invoking the command selects only the first 
cell. Invoking the command again selects the entire table. Selecting the 
entire document is impossible.

10) In OpenOffice.org Writer, while one can set negative numbers for indents 
and spacing normally, the same is not possible with Find/Replace. Searching 
and replacing a paragraph with negative indents or spacing is impossible.

Thanking you
A.M. Tony Allwyn



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599156: installation-reports: debian-netinst/grub detects others systems but do not insert it in grub.cfg

2010-10-05 Thread Pierre Saramito

Package: installation-reports

Abstract: debian-netinst/grub detects others systems but do not insert it in 
grub.cfg

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso
Date: 2010/09/30 11:20

Machine: PC
Processor: Intel(R) Core(TM)2 Duo CPU E7400  @ 2.80GHz
Memory: 3374552 kB
Partitions: 
Sys. fich.Type1K-blocs   UtiliséDispo. Uti% Monté sur
/dev/sda6 ext314421312   3839772   9848980  29% /
/dev/sda5 ext3   432648560 241736804 168934436  59% /home
tmpfstmpfs 1687276 0   1687276   0% /lib/init/rw
udev tmpfs 1682928   304   1682624   1% /dev
tmpfstmpfs 1687276 0   1687276   0% /dev/shm

Output of lspci -knn (or lspci -nn):
00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM 
Controller [8086:2e20] (rev 03)
Subsystem: ASUSTeK Computer Inc. Device [1043:82d3]
00:01.0 PCI bridge [0604]: Intel Corporation 4 Series Chipset PCI 
Express Root Port [8086:2e21] (rev 03)
Kernel driver in use: pcieport
00:1a.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #4 [8086:3a37]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1a.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #5 [8086:3a38]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1a.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #6 [8086:3a39]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1a.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB2 EHCI Controller #2 [8086:3a3c]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: ehci_hcd
00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) 
HD Audio Controller [8086:3a3e]
Subsystem: ASUSTeK Computer Inc. Device [1043:82fe]
Kernel driver in use: HDA Intel
00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI 
Express Root Port 1 [8086:3a40]
Kernel driver in use: pcieport
00:1c.5 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI 
Express Root Port 6 [8086:3a4a]
Kernel driver in use: pcieport
00:1d.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #1 [8086:3a34]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #2 [8086:3a35]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #3 [8086:3a36]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB2 EHCI Controller #1 [8086:3a3a]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge 
[8086:244e] (rev 90)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIR (ICH10R) LPC 
Interface Controller [8086:3a16]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
00:1f.2 IDE interface [0101]: Intel Corporation 82801JI (ICH10 Family) 
4 port SATA IDE Controller #1 [8086:3a20]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: ata_piix
00:1f.3 SMBus [0c05]: Intel Corporation 82801JI (ICH10 Family) SMBus 
Controller [8086:3a30]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
00:1f.5 IDE interface [0101]: Intel Corporation 82801JI (ICH10 Family) 
2 port SATA IDE Controller #2 [8086:3a26]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: ata_piix
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV710 
[Radeon HD 4350] [1002:954f]
Subsystem: PC Partner Limited Device [174b:e990]
Kernel driver in use: radeon
01:00.1 Audio device [0403]: ATI Technologies Inc RV710/730 [1002:aa38]
Subsystem: PC Partner Limited R700 Audio Device [Radeon HD 4000 
Series] [174b:aa38]
Kernel driver in use: HDA Intel
02:00.0 Ethernet controller [0200]: Ather

Bug#599157: debian-installer: freeze at APT configuration

2010-10-05 Thread Raseni
Package: debian-installer
Version: (?) cdimage 04-Oct-2010


cdimage: http://cdimage.debian.org/cdimage/weekly-builds/amd64/iso-cd/   (CD1)


Excuse for my bad English.

The installation freeze at "APT Configuration" - "Cdset " 25%.

The system ask if I wanto to check other CD/DVD. I answer . The
next step freeze.

Other information: at the step about the hardware configuration, the
installer does not recognize the network card.


Best regards

Raseni


Bug#599158: Bugs in OpenOffice.org of Debian Lenny

2010-10-05 Thread Allwyn & Melwyn
From: nathanael_scd...@bsnl.in
Sub: Various bugs in OpenOffice.org Writer
Package: openoffice.org-kde
Version: 1:2.4.1+dfsg-1+lenny8

The KDE integration package ‘openoffice.org-kde’ seems to have bugs. My 
display is Radeon RS690 integrated graphics. Scrolling of pages fast with 
mouse in OpenOffice Writer makes the fonts corrupt, especially when one or 
more tool bars such as ‘Table’ or ‘Bullets and Numbering’ are in the top. It 
may not be visible immediately. When I keep on scrolling from last page to 
first page and if scrolling speed is gradually reduced, font corruption is 
clearly visible. Removing the package solves the problem, but the user 
interface looks uglier.

Thanking you
A.M. Tony Allwyn



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599159: Bugs in OpenOffice.org of Debian Lenny

2010-10-05 Thread Allwyn & Melwyn
From: nathanael_scd...@bsnl.in
Sub: Various bugs in OpenOffice.org Writer
Package: openoffice.org-calc
Version: 1:2.4.1+dfsg-1+lenny8

In OpenOffice.org Calc, the option of assigning a title to Secondary Axis 
in a chart does not exist.

Thanking you
A.M. Tony Allwyn



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599160: cron: Please document applied patches and/or use quilt

2010-10-05 Thread Allard Hoeve
Package: cron
Version: 3.0pl1-114
Severity: wishlist


Dear Maintainers,


Thank you for maintaining the (probably) most used package in Debian ever. (Or
is it bash?).


Today I was trying to apply a patch to the latest Debian package in squeeze.
Unfortunately, the patch didn't immediately apply. This led me to investigate
why.


That part was hard, since the Debian patch is one big hunk of diff :)  That is
fine, but it would be better if you could split your Debian patch into quilt
patches so reviewing them is made easier.

I know you have an SCM, but for people who use the package on their systems,
trying to apply a patch, it would be much easier if you could split patches
into smaller parts.


Thanks for all the hard work,

Best,

Allard



-- Package-specific info:
--- EDITOR:
not set

--- usr/bin/editor:
/usr/bin/vim.nox

--- /usr/bin/crontab:
-rwxr-sr-x 1 root crontab 30248 Oct  4 17:37 /usr/bin/crontab

--- /var/spool/cron
drwxr-xr-x 5 root root 4096 Apr  8 13:38 /var/spool/cron

--- /var/spool/cron/crontabs
drwx-wx--T 2 root crontab 4096 May 13  2009 /var/spool/cron/crontabs


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (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/dash

Versions of packages cron depends on:
ii  adduser   3.112  add and remove users and groups
ii  debianutils   3.4Miscellaneous utilities specific t
ii  dpkg  1.15.8.4   Debian package management system
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libpam-runtime1.1.1-6Runtime support for the PAM librar
ii  libpam0g  1.1.1-6Pluggable Authentication Modules l
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries
ii  lsb-base  3.2-23.1   Linux Standard Base 3.2 init scrip

Versions of packages cron recommends:
ii  exim4 4.72-1 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-heavy [mail-tran 4.72-1 Exim MTA (v4) daemon with extended
pn  lockfile-progs (no description available)

Versions of packages cron suggests:
ii  anacron   2.3-14 cron-like program that doesn't go 
pn  checksecurity  (no description available)
ii  logrotate 3.7.8-6Log rotation utility

Versions of packages cron is related to:
pn  libnss-ldap(no description available)
pn  libnss-ldapd   (no description available)
pn  libpam-ldap(no description available)
pn  libpam-mount   (no description available)
pn  nis(no description available)
pn  nscd   (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#538060: marked as done ([grub-pc] vga=XXX is ignored at boot)

2010-10-05 Thread Sandro Tosi
On Tue, Oct 5, 2010 at 00:45, Colin Watson  wrote:
> reopen 538060
> thanks
>
> On Mon, Oct 04, 2010 at 10:33:03PM +, Debian Bug Tracking System wrote:
>> Your message dated Mon, 4 Oct 2010 23:30:05 +0100
>> with message-id <20101004223005.gw12...@riva.ucam.org>
>> and subject line Re: Bug#538060: vga=XXX is ignored at boot
>> has caused the Debian Bug report #538060,
>> regarding [grub-pc] vga=XXX is ignored at boot
>> to be marked as done.
>
> Argh.  I just noticed that the original report of #538060 in fact
> explicitly said that gfxpayload didn't help.  I did not realise that
> Francesco's mail was a follow-up to an existing bug, because in my
> mailer it looked exactly like a new bug report!
>
> Dear reportbug maintainer: I get confused by this quite often.  It would
> be lovely if you could ensure that follow-ups to existing bugs sent
> using reportbug *always* look different from new bug reports in some
> very clear way.

Any suggestion?

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599161: xen-linux-system-2.6.32-5-xen-amd64: Clock moved forward 50 minutes, caused Xen HVM domU restart

2010-10-05 Thread Mark Adams
Package: xen-linux-system-2.6.32-5-xen-amd64
Version: 2.6.32-21
Severity: important


Hi, Did you receive this bug report? I hadn't received a bug ID even
though receiving the copy of the original report. Likely because the
address it was sent from originally was invalid.

-

Hi All, 
  

  
Im running Xen 4.0.1-rc6 Debian squeeze with pvops 2.6.32-21 kernel.
  
Today I noticed (when kerberos to the domain controllers stopped
  
working..) that the clock was 50 minutes out in dom0 -- This caused the 
  
HVM windows domain controllers to have the wrong time.  
  

  
I'm not sure if this is a kernel issue or a xen issue, but the only 
  
thing related is I can see the following in the kernel log: 
  

  
Oct  2 18:50:33 havhost1 kernel: [623480.977748] Clocksource tsc unstable 
(delta = -2999660303788 ns) 

  
But I also see in the dmesg log that xen is using it's own clock.   
  

  
[7.676563] Switching to clocksource xen 
  

  
I can't identify anything else in the logs to indicate when the time
  
might have changed. I have a few other dom0 at the same level that  
  
haven't decided to change the time. 
  

  
Can anyone confirm whether xen controls the time or the kernel? Also
  
when I corrected the time in dom0 it was still wrong in HVM domU -- How 
  
long does it take for this to propogate? (I rebooted the VM's to correct
  
it immediately).
  

It appears the HVM domU (windows server 2008)
unexpectedly shut down at 18:51, after the unstable clocksource error.
qemu-dm logs show a reset "reset requested in cpu_handle_ioreq." and
xend.log shows a reboot 

  
Any other pointers on how to ensure stability of clocks from dom0 to
  
domU HVM hosts (and pv for that matter..) would be appreciated. NTP was running
but also appeared to have crashed at the same time. 
  

  
Cheers, 
  
Mark
 

Bug#599158: Bugs in OpenOffice.org of Debian Lenny

2010-10-05 Thread Rene Engelhard
retitle 599158 font display corrupt when scrolling too fast
tag 599158 + moreinfo
thanks

On Tue, Oct 05, 2010 at 01:44:45PM +0530, Allwyn & Melwyn wrote:
> From: nathanael_scd...@bsnl.in
> Sub: Various bugs in OpenOffice.org Writer

Oh, really? If you file a new bug for this you also could have used a 
new subject which describes the problem. As that is what is shown in the
bug tracking system.

> Package: openoffice.org-kde
> Version: 1:2.4.1+dfsg-1+lenny8
> 
> The KDE integration package ‘openoffice.org-kde’ seems to have bugs. My 
> display is Radeon RS690 integrated graphics. Scrolling of pages fast with 

With what a driver?
Can't it be also a driver problem?

(Disclaimer, I don't use KDE)

> mouse in OpenOffice Writer makes the fonts corrupt, especially when one or 
> more tool bars such as ‘Table’ or ‘Bullets and Numbering’ are in the top. It 
> may not be visible immediately. When I keep on scrolling from last page to 
> first page and if scrolling speed is gradually reduced, font corruption is 
> clearly visible. Removing the package solves the problem, but the user 
> interface looks uglier.

Try again with squeezes/sid version and with lenny-backports' version please?

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: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#594684: Backtrace of the bug

2010-10-05 Thread Néstor Amigo Cairo
Hello,

I have been able to get a backtrace of the bug. Here it is, attached.

Please, it's important to fix this bug to be able to use Debian Squeeze
on Lemote Yeeloong before it becomes stable.

Note: this backtracing comes from Debian Squeeze, with a "debugeable"
Xorg, and the corresponding versions of the applications, plus a not
stripped version of the driver (the same version 1.7.3).

Thank you,
Néstor.
-- 
Néstor Amigo Cairo -- www.aberi.org -- +34 687 967 481 (lu-vi, 9-13h)
Presidente de la Asociación por la Libertad de la Información
#0  0x2adecfe8 in raise () from /lib/libc.so.6
No symbol table info available.
#1  0x2adf2198 in abort () from /lib/libc.so.6
No symbol table info available.
#2  0x00479b84 in ddxGiveUp () at ../../../../hw/xfree86/common/xf86Init.c:1214
i = 
#3  0x0046b58c in AbortServer () at ../../os/log.c:404
No locals.
#4  0x0046bd84 in FatalError (f=0x5cb00c "Caught signal %d (%s). Server 
aborting\n") at ../../os/log.c:529
args = 0x7f986cdc
beenhere = 1
#5  0x004654dc in OsSigHandler (signo=11, sip=, 
unused=) at ../../os/osinit.c:156
No locals.
#6  
No symbol table info available.
#7  0x in ?? ()
No symbol table info available.
#8  0x in ?? ()
No symbol table info available.


Bug#599159: Bugs in OpenOffice.org of Debian Lenny

2010-10-05 Thread Rene Engelhard
tag 599159 + moreinfo
retitle 599159 no option to assign a title to  Secondary Axis in chart
thanks

On Tue, Oct 05, 2010 at 01:47:42PM +0530, Allwyn & Melwyn wrote:
> From: nathanael_scd...@bsnl.in
> Sub: Various bugs in OpenOffice.org Writer

God. Use proper subjects.

> Package: openoffice.org-calc
> Version: 1:2.4.1+dfsg-1+lenny8
> 
> In OpenOffice.org Calc, the option of assigning a title to Secondary Axis 
> in a chart does not exist.

And STILL, try with lenny-backports and/or squeeze/sid. Such bugs will
never be fixed in lenny and it's a waste of time to handle them when
they are not present in newer versions.

Now to the bug: Is this a wish for a feature? Why didn't you set severity
tio wishlist then? Or is the option there and doesn't work?

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: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599162: installation-reports: /proc/bus/usb/devices file not found

2010-10-05 Thread Pierre Saramito
Package: installation-reports

Abstract: debian-netinst: /proc/bus/usb/devices file not found

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/i386/iso-cd/debian-testing-i386-netinst.iso
Date: 2010/09/30 11:20

Machine: PC
Processor: Intel(R) Core(TM)2 Duo CPU E7400  @ 2.80GHz
Memory: 3374552 kB
Partitions: 
Sys. fich.Type1K-blocs   UtiliséDispo. Uti% Monté sur
/dev/sda6 ext314421312   3839772   9848980  29% /
/dev/sda5 ext3   432648560 241736804 168934436  59% /home
tmpfstmpfs 1687276 0   1687276   0% /lib/init/rw
udev tmpfs 1682928   304   1682624   1% /dev
tmpfstmpfs 1687276 0   1687276   0% /dev/shm

Output of lspci -knn (or lspci -nn):
00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM 
Controller [8086:2e20] (rev 03)
Subsystem: ASUSTeK Computer Inc. Device [1043:82d3]
00:01.0 PCI bridge [0604]: Intel Corporation 4 Series Chipset PCI 
Express Root Port [8086:2e21] (rev 03)
Kernel driver in use: pcieport
00:1a.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #4 [8086:3a37]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1a.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #5 [8086:3a38]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1a.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #6 [8086:3a39]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1a.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB2 EHCI Controller #2 [8086:3a3c]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: ehci_hcd
00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) 
HD Audio Controller [8086:3a3e]
Subsystem: ASUSTeK Computer Inc. Device [1043:82fe]
Kernel driver in use: HDA Intel
00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI 
Express Root Port 1 [8086:3a40]
Kernel driver in use: pcieport
00:1c.5 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI 
Express Root Port 6 [8086:3a4a]
Kernel driver in use: pcieport
00:1d.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #1 [8086:3a34]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #2 [8086:3a35]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB UHCI Controller #3 [8086:3a36]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) 
USB2 EHCI Controller #1 [8086:3a3a]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge 
[8086:244e] (rev 90)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIR (ICH10R) LPC 
Interface Controller [8086:3a16]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
00:1f.2 IDE interface [0101]: Intel Corporation 82801JI (ICH10 Family) 
4 port SATA IDE Controller #1 [8086:3a20]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: ata_piix
00:1f.3 SMBus [0c05]: Intel Corporation 82801JI (ICH10 Family) SMBus 
Controller [8086:3a30]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
00:1f.5 IDE interface [0101]: Intel Corporation 82801JI (ICH10 Family) 
2 port SATA IDE Controller #2 [8086:3a26]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: ata_piix
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV710 
[Radeon HD 4350] [1002:954f]
Subsystem: PC Partner Limited Device [174b:e990]
Kernel driver in use: radeon
01:00.1 Audio device [0403]: ATI Technologies Inc RV710/730 [1002:aa38]
Subsystem: PC Partner Limited R700 Audio Device [Radeon HD 4000 
Series] [174b:aa38]
Kernel driver in use: HDA Intel
02:00.0 Ethernet controller [0200]: Atheros Communications 
AR8121

Bug#599163: FTBFS: libxcb-dev can't be found

2010-10-05 Thread Cyril Brulebois
Source: libplayer
Version: 2.0.1-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS because libxcb-dev doesn't exist. ITYM libxcb1-dev
instead, which you have already:
| libxcb-dev: missing
| libxcb1-dev: missing
| […]
| E: Unable to locate package libxcb-dev

Mraw,
KiBi.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598891: [Pkg-sysvinit-devel] Bug#598891: [v-admins] Bug#598891: Bug#598891: sysvinit: shutdown time message is too noisy, prints too many messages

2010-10-05 Thread Timo Juhani Lindfors
"Debian bug at v.nix.is"  writes:
> Right, but the frequency of messages is still a matter of sysadmin
> policy.

True.

>> Imho the best option would be to allow users to acknowledge that they
>> have seen the warning. They could then choose if they want to see
>
> Any scheme in that direction I can think of would require some sort of
> ad-hoc communication, and even if you get that right you'd still need
> action on part of the users to make the messages stop.
>
> What sort of scheme did you have in mind for doing this?

None, I was just trying to point out that this is a limitation of
traditional *nix thinking :-) I suppose we could make shutdown listen
on dbus but I'm not sure if that'd be accepted by upstream..

> Does this plan sound OK? Would you be opposed to a patch that
> implements it?

I don't think it's up to me to accept the patch, I'm just trying to
throw in ideas. My guess is that upstream would accept a patch that
adds such an option. At least it's worth a try.





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#538060: marked as done ([grub-pc] vga=XXX is ignored at boot)

2010-10-05 Thread Colin Watson
On Tue, Oct 05, 2010 at 10:23:12AM +0200, Sandro Tosi wrote:
> On Tue, Oct 5, 2010 at 00:45, Colin Watson  wrote:
> > Dear reportbug maintainer: I get confused by this quite often.  It would
> > be lovely if you could ensure that follow-ups to existing bugs sent
> > using reportbug *always* look different from new bug reports in some
> > very clear way.
> 
> Any suggestion?

I've noticed a Followup-To header on occasion (it seems a bit clunky to
me, but if it's in use ...), but its use seems sporadic.  Enforcing it
for followups might help.

Alternatively or additionally, make sure there's always "Re:" in the
subject line.

-- 
Colin Watson   [cjwat...@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#599164: RFA: gpointing-device-settings -- configuration tool for pointing devices

2010-10-05 Thread Michal Čihař
Package: wnpp
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I request an adopter for the gpointing-device-settings package.

The package description is:
 GUI tool for setting pointing devices. Currently it can configure mouse type
 device (mouse, trackpoint etc.) and touchpads.
 .
 For mouse you can configure middle button emulation, wheel emulation and
 scrolling.
 .
 It can enable and disable touchpad, or scrolling on it as well as additional
 parameters like palm detection, locked drags, tapping and scrolling.
 .
 It is a successor of GSynaptics.

The reason for looking somebody else to take care of this package is
fact that I no longer have any device with touchpad, which is quite
requirement to test most of the functionality and work on the bugs.

In case willing addopter is not a DD, I can offer sponzorship for
uploads of this package.

- -- 
Michal Čihař | http://cihar.com | http://blog.cihar.com

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkyq5/MACgkQ3DVS6DbnVgS2DwCgz9s+WwFMcGka+lBEUyMMgVNp
u0oAoNOtR9IiTemuUKJEUjR9paVyEgRI
=HNBX
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#568008: Resolved for me,too. (Was: Re: Bug#568008: ...)

2010-10-05 Thread poloshiao
Thank for Message #33 by Alexander Mader
I got the error message "modprobe: FATAL: Error inserting
padlock_sha ..."
since I installed ubuntu 10.04 LTS recently.
I resolved this problem after I read #33 and applied it to
my /etc/crypttab.
I found out there was a line "...swap,cipher=..." in my /etc/crypttab.
I just added a space between "swap," and "cipher" so that it looked 
like this "...swap, cipher=..." in my /etc/crypttab.
The error message disappeared after I rebooted !




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#592746: xine doesn't play dvd because dvd-drive is mounted as /dev/dvd1 instead of /dev/dvd

2010-10-05 Thread Oliver Sander

With today's squeeze, the problem is still there.

In fact, what precisely is the bug?  Should xine find the drive
in /dev/dvd1 or should my only dvd drive be mounted in /dev/dvd
in the first place?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599165: poppler: Several security issues

2010-10-05 Thread Moritz Muehlenhoff
Package: poppler
Severity: grave
Tags: security
Justification: user security hole

Please apply the following patches referenced in the following
link for Squeeze, Lenny will be dealt with by the Security Team:
http://secunia.com/advisories/41596/ 

Most of them are crashers (analysis was done by Tomas Hoger of
Red Hat), which are not treated as security issues, but the 
following have had CVE IDs assigned:

> e853106b58 is uninitialized pointer use flaw.  Pointer value may be
> controlled by PDF content, hence if pointed to attacker-controlled
> memory, code execution may be possible via virtual method call.  This
> should date back to very old xpdf versions.

http://cgit.freedesktop.org/poppler/poppler/commit/?id=e853106b58d6b4b0467dbd6436c9bb1cfbd372cf

Use CVE-2010-3702

> bf2055088a seems similar to the above one.  Pointer is to the class that
> has not virtual methods, but may be used to corrupt memory.  This should
> only affect poppler versions after b1d4efb082.

http://cgit.freedesktop.org/poppler/poppler/commit/?id=bf2055088a3a2d3bb3d3c37d464954ec1a25771f

Use CVE-2010-3703

> 39d140bfc0 array indexing error / underflow.  On platforms where atoi can
> return negative result, this can allow out-of-array-bounds write.  Code
> appears in old xpdf versions too.

http://cgit.freedesktop.org/poppler/poppler/commit/?id=39d140bfc0b8239bdd96d6a55842034ae5c05473

Use CVE-2010-3704

Cheers,
Moritz

-- System Information:
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#317840: Bug still valid?

2010-10-05 Thread Adrian Knoth
Hi!

A lot of time has passend since you first reported this bug. At your
convenience, visit

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

if you don't remember the details anymore. ;)

Is the bug still valid?


Cheerio

-- 
mail: a...@thur.de  http://adi.thur.de  PGP/GPG: key via keyserver



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#402409: New Debian GTetrinet Theme

2010-10-05 Thread Emmanuel Bourg
The background looks nice, but the round shape for the colored blocks 
isn't very practical.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#592298: [sponsoring] xz-utils update

2010-10-05 Thread Michal Čihař
Hi

Dne Mon, 27 Sep 2010 17:55:26 -0500
Jonathan Nieder  napsal(a):

> Hi Michal,
> 
> Yesterday, I wrote:
> 
> > Hopefully soon there will be another rc to propose for squeeze.
> 
> and here it is.
> 
>  - git://git.debian.org/collab-maint/xz.git experimental
>  - dget 
> http://mentors.debian.net/debian/pool/main/x/xz-utils/xz-utils_4.999.9beta+20100927-1.dsc
> 
> The documentation has been updated.  This is the version I want to see
> in squeeze.
> 
> The upload is targetted at experimental so the release team can give
> an ack or nack.  It is not especially urgent, since code does not
> need to be uploaded before it can be reviewed.
> 
> Still, I would be happy if you get a chance to look it over.

Uploaded, sorry it took so long but I had sort of vacation.

However there are two Lintian warnings you might want to address
before upload to unstable: 

W: xz-utils: manpage-has-errors-from-man usr/share/man/man1/xz.1.gz
page 16: table text block will not fit on one page 
I: xz-utils: spelling-error-in-manpage usr/share/man/man1/xz.1.gz
accomodate accommodate


-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#598518: linux-image-2.6-686: ata_piix module loaded before ahci module deactivate hotplug support (regression from lenny)

2010-10-05 Thread maximilian attems
On Tue, Oct 05, 2010 at 09:45:40AM +0200, Thomas DEBESSE wrote:
> 
> So, I'm going to check modules.order and /etc/initramfs-tools/ then I
> will report here what I can see.
> 

please also report which initramfs-tools version you are using,
since lenny there had been ton of fixes:
dpkg -l initramfs-tools

you should be running 0.98.4



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598876: blas: built with -O3 on kfreebsd-amd64; causes zdrot to give incorrect results

2010-10-05 Thread Sylvestre Ledru
Hello

I noticed that you did the change in the SVN. Do you want me to upload
the package ?

Thanks btw,
Sylvestre




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599137: slimrat-nox: Does not work with Rapidshare URLs, probably due to recent changes at Rapidshare

2010-10-05 Thread Paul McEnery
On 5 October 2010 00:47, Dallas E. Legan  wrote:
>
> The program is not able to deal with URLs for Rapidshare.com,
> probably due to changes in Rapidshare approximately at the end
> of Sept. 2010.
>

This bug will be closed by the release version 1.1 - which should be
very soon now. We may need to look at subversion snapshot releases
because of the frequency of changes to the various download
providers...

Please let me know of anyone approves or disproves of this idea...



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599166: mirror listing update for ftp.ie.debian.org

2010-10-05 Thread HEAnet mirror admin
Package: mirrors
Severity: minor

Submission-Type: update
Site: ftp.ie.debian.org
Aliases: debian.heanet.ie
Type: leaf
Archive-architecture: ALL 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
Backports-ftp: /debian-backports/
Backports-http: /debian-backports/
Backports-rsync: debian-backports/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
CDImage-rsync: debian-cd/
Volatile-ftp: /debian-volatile/
Volatile-http: /debian-volatile/
Volatile-rsync: debian-volatile/
IPv6: yes
Archive-upstream: kassia.debian.org
Backports-upstream: ftp.de.debian.org
Volatile-upstream: volatile.debian.org
CDImage-upstream: cdimage.debian.org
Updates: push
Maintainer: HEAnet mirror admin 
Country: IE Ireland
Location: Dublin, Ireland



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#597676: Export options vanish every other time

2010-10-05 Thread Sven Hoexter
On Sat, Sep 25, 2010 at 02:12:56PM +1000, Brendon Higgins wrote:

Hi,
I currently fail to help with debugging this problem any further so maybe
someone here has an idea how to proceed.

Summary:
Export options only appear when reconfigure just ran and LyX got restarted.
After a second restart they're missing again. configure.log and lyxrc.defaults
seem to be fine.

The complete bugreport in the Debian BTS, with all attached files, is here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597676

Filled against Lyx 1.6.7.

I'm not sure if lyx -dbg has something useful to provide, I just tried -dbg 32
but that's not giving much output about what it found in lyxrc.defaults.
Anyone with a good idea how to debug this issue further?

 
> I've also attached my preferences file, because it also contains some 
> settings 
> for viewing PDFs. Possible relevant, I'm not sure.

Looks sane as far as I can tell.

TIA,
Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
 [ Streetlight Manifesto - Here's To Life ]



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#563135: Alternate reduced-press input method for gtetrinet

2010-10-05 Thread Emmanuel Bourg
That's basically a cheat ;) You are expected to move the pieces with the 
left/right keys only.




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599167: u3-tool: Typographical errors

2010-10-05 Thread Carlo Stemberger
Package: u3-tool
Version: 0.3-1
Severity: minor

WARNING: Loading a new cd image causes the whole device to be whiped.
This INCLUDES
 the data partition.
 I repeat: ANY EXCISTING DATA WILL BE LOST!

whiped → wiped
EXCISTING → EXISTING

Regards,
Carlo

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-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/dash

Versions of packages u3-tool depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

u3-tool recommends no packages.

u3-tool 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#599168: linux-image-2.6.32-5-amd64: configure script invokes mkinitrd.yaird then fails, even after package yaird has been purged from system

2010-10-05 Thread Joel Roth
Package: linux-2.6
Version: 2.6.32-15
Severity: important


I have a different, working kernel, but each apt-get install
is delayed as apt-get tries to configure 
the linux-image package.

Setting up linux-image-2.6.32-5-amd64 (2.6.32-15) ...
Running depmod.
Running /usr/sbin/mkinitrd.yaird.
mkinitrd.yaird: invalid option -- 't'
Terminating...
/usr/sbin/mkinitrd.yaird failed to create initrd image.
Failed to create initrd image

Even after I installed initramfs-tools and purged yaird,
the configure script attempted to invoke mkinitrd.yaird.

As a workaround, I created the initrd.img file manually
using update-initramfs, then installed a dummy
mkinitrd.yaird script containing only 'exit 0'. 

The next configure run succeeded.

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
sys_vendor: TOSHIBA
product_name: Satellite L300D
product_version: PSLC8C-1234567
chassis_vendor: AMD
chassis_version: None
bios_vendor: Insyde Corp.
bios_version: 1.30
board_vendor: TOSHIBA
board_name: Portable PC
board_version: Base Board Version

** PCI devices:
00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] RS780 Host Bridge 
[1022:9600]
Subsystem: Toshiba America Info Systems Device [1179:ff6a]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- 

00:01.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge 
(int gfx) [1022:9602] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- 
Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel modules: shpchp

00:04.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge 
(PCIE port 0) [1022:9604] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge 
(PCIE port 1) [1022:9605] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge 
(PCIE port 2) [1022:9606] (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:07.0 PCI bridge [0604]: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge 
(PCIE port 3) [1022:9607] (prog-if 00 [Normal decode])
Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: 
Kernel driver in use: pcieport-driver
Kernel modules: shpchp

00:11.0 SATA controller [0106]: ATI Technologies Inc SB700/SB800 SATA 
Controller [IDE mode] [1002:4390] (prog-if 01 [AHCI 1.0])
Subsystem: Toshiba America Info Systems Device [1179:ff6a]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
SERR- 
Kernel driver in use: ahci
Kernel modules: ahci

00:12.0 USB Controller [0c03]: ATI Technologies Inc SB700/SB800 USB OHCI0 
Controller [1002:4397] (prog-if 10 [OHCI])
Subsystem: Toshiba America Info Systems Device [1179:ff6a]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR- TAbort- 
SERR- TAbort- 
SERR- 
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd

00:13.0 USB Controller [0

Bug#599169: zonecheck: New upstream release 3.0.3

2010-10-05 Thread Stephane Bortzmeyer
Package: zonecheck
Version: 3.0.2-1
Severity: minor


New 3.0.3 fixes two annoying bugs (domains which were rejected when
they should have been accepted).

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages zonecheck depends on:
ii  iputils-ping3:20100418-2 Tools to test the reachability of 
ii  libdns-ruby 1.49-1   Ruby DNS client library (dummy pac
ii  ruby4.5  An interpreter of object-oriented 

Versions of packages zonecheck recommends:
ii  libopenssl-ruby   4.4OpenSSL interface for Ruby

zonecheck 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#597312: [Openvas-distro-deb] Bug#597312: openvas-server: [INTL:it] Italian translation of the debconf templates

2010-10-05 Thread Tim Brown
On Saturday 18 September 2010 16:52:22 Vincenzo Campanella wrote:
> Package: openvas-server
> Version: 2.0.3-3
> Severity: wishlist
> Tags: l10n patch
> 
> Enclosed please find the updated Italian translation of the Debconf
> template.

This has been committed to trunk.

Tim
-- 
Tim Brown




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


Bug#597827: Acknowledgement (gnome depends on software-center, WTF?)

2010-10-05 Thread Fabian Greffrath

Am 04.10.2010 13:21, schrieb Emilio Pozuelo Monfort:

AFAIK it's a replacement for gnome-app-install, so you would need to compare it
with that.


My purpose was not to compare the app to synaptic but to point out 
that it does not add much value to it and pulls in a lot of cruft 
instead. IMHO gnome-app-install would be as superfluous as 
software-center when synaptic is already there.


 - Fabian



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599171: Kaffeine crashes when trying to play a dvd

2010-10-05 Thread Oliver Sander

Package: kaffeine
Version: 1.0-1
Severity: normal

Steps to reproduce:
1) enter a dvd
2) start kaffeine from the konsole
3) in the main menu press 'play dvd'

For a few seconds the viewer window shows me the movie title, and then
the KDE crash handler comes up.  Here is what's printed in the konsole
during this:


san...@haile:~/dune-2.0/richards$ kaffeine
san...@haile:~/dune-2.0/richards$ libdvdnav: Using dvdnav version 4.1.3
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav: DVD Title: TOM_TYKWER_BOX__LOLA_RENNT
libdvdnav: DVD Serial Number: 39907591
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file 
'/home/sander/.dvdnav/TOM_TYKWER_BOX__LOLA_RENNT.map'

libdvdnav: DVD disk reports itself with Region mask 0x00fd. Regions: 2

libdvdread: Attempting to retrieve all CSS keys
libdvdread: This can take a _long_ time, please be patient

libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x0140
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x0001f223
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x0002078f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x0002aca3
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_04_1.VOB at 0x0003ad45
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_0.VOB at 0x000562ac
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_05_1.VOB at 0x0006623f
libdvdread: Elapsed time 0
libdvdread: Get key for /VIDEO_TS/VTS_06_1.VOB at 0x00284d9c
libdvdread: Elapsed time 0
libdvdread: Found 6 VTS's
libdvdread: Elapsed time 0
demux_wavpack: (open_wv_file:127) open_wv_file: non-seekable inputs 
aren't supported yet.

received X error event: BadMatch (invalid parameter attributes)
X Error: BadMatch (invalid parameter attributes) 8
  Extension:132 (Uknown extension)
  Minor opcode: 17 (Unknown request)
  Resource id:  0x3f
KCrash: Application 'kaffeine-xbu' crashing...
sock_file=/home/sander/.kde/socket-haile/kdeinit4__0
libdvdread: Can't seek to block 127734


And here is the backtrace:

Application: Kaffeine (kaffeine-xbu), signal: Segmentation fault

[Current thread is 1 (Thread 0xb5b88930 (LWP 14215))]

Thread 9 (Thread 0xb299bb70 (LWP 14217)):

#0 0xb78bd424 in __kernel_vsyscall ()

#1 0xb5fc1482 in pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/i386/i686/../i486/pthread_cond_timedwait.S:179


#2 0xb6186e64 in __pthread_cond_timedwait (cond=0x9cfc4f0, 
mutex=0x9cfc4d8, abstime=0xb299b320) at forward.c:152


#3 0xb7743bdf in ?? () from /usr/lib/libxine.so.1

Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 8 (Thread 0xb2021b70 (LWP 14222)):

#0 0xb78bd424 in __kernel_vsyscall ()

#1 0xb616c696 in *__GI___poll (fds=0xb61efff4, nfds=1, timeout=333) at 
../sysdeps/unix/sysv/linux/poll.c:87


#2 0xb181ca5f in ?? () from 
/usr/lib/xine/plugins/1.29/xineplug_ao_out_alsa.so


Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 7 (Thread 0xad01eb70 (LWP 14223)):

#0 0xb78bd424 in __kernel_vsyscall ()

#1 0xb5fc0f7f in __pthread_cond_wait (cond=0x9d3e430, mutex=0x9d3e418) 
at pthread_cond_wait.c:153


#2 0xb6186e0d in __pthread_cond_wait (cond=0x9d3e430, mutex=0x9d3e418) 
at forward.c:139


#3 0xb775487e in ?? () from /usr/lib/libxine.so.1

Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 6 (Thread 0xad81fb70 (LWP 14224)):

#0 0xb78bd424 in __kernel_vsyscall ()

#1 0xb6173011 in select () at ../sysdeps/unix/syscall-template.S:82

#2 0xb776d4d8 in xine_usec_sleep () from /usr/lib/libxine.so.1

#3 0x in ?? ()

Thread 5 (Thread 0xb1024b70 (LWP 14225)):

[KCrash Handler]

#6 0xb2189604 in ?? () from /usr/lib/xine/plugins/1.29/xineplug_vo_out_xv.so

Thread 4 (Thread 0xb0656b70 (LWP 14226)):

#0 0xb78bd424 in __kernel_vsyscall ()

#1 0xb5fc0f7f in __pthread_cond_wait (cond=0xa2a37fc, mutex=0xa2a37e4) 
at pthread_cond_wait.c:153


#2 0xb6186e0d in __pthread_cond_wait (cond=0xa2a37fc, mutex=0xa2a37e4) 
at forward.c:139


#3 0xb7747196 in ?? () from /usr/lib/libxine.so.1

Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 3 (Thread 0xafe55b70 (LWP 14227)):

#0 0xb78bd424 in __kernel_vsyscall ()

#1 0xb5fc0f7f in __pthread_cond_wait (cond=0xa2c13fc, mutex=0xa2c13e4) 
at pthread_cond_wait.c:153


#2 0xb6186e0d in __pthread_cond_wait (cond=0xa2c13fc, mutex=0xa2c13e4) 
at forward.c:139


#3 0xb77578d2 in ?? () from /usr/lib/libxine.so.1

Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 2 (Thread 0xaf316b70 (LWP 14228)):

#0 0xb78bd424 in __kernel_vsyscall ()

#1 0xb6173011 in select () at ../sysdeps/unix/syscall-template.S:82

#2 0xb776d4d8 in xine_usec_sleep () from /usr/lib/libxine.so.1

#3 0x in ?? ()

Thread 1 (Thread 0xb5b88930 (LWP 14215)):

#0 0xb78bd424 in __kernel_vsyscall ()

#1 0xb5fc0f7f in __pthread_cond_wait (cond=0x9c07570, mutex=

Bug#599172: dma-migrate eats all the CPU

2010-10-05 Thread Matteo Cypriani
Package: dma-migrate
Version: 0.0.2010.06.17-3
Severity: important


dma-migrate never ends and eats all the CPU. Cron pops a new instance of
dma-migrate every 5 minutes, so after some time I have a lot of
dma-migrate processes and load average becomes really bad.

If I killall dma-migrate, mails are delivered normally (but cron
will launch a new dma-migrate process 5 minutes later).

dma has just been installed on this machine with the default config.

Please let me know if I can do anything to help you to locate the
problem.

  Matteo

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dma-migrate depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

dma-migrate recommends no packages.

dma-migrate 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#599168: linux-image-2.6.32-5-amd64: configure script invokes mkinitrd.yaird then fails, even after package yaird has been purged from system

2010-10-05 Thread maximilian attems
On Mon, Oct 04, 2010 at 11:22:51PM -1000, Joel Roth wrote:
> Package: linux-2.6
> Version: 2.6.32-15
> Severity: important
> 
> 
> I have a different, working kernel, but each apt-get install
> is delayed as apt-get tries to configure 
> the linux-image package.
> 
> Setting up linux-image-2.6.32-5-amd64 (2.6.32-15) ...
> Running depmod.
> Running /usr/sbin/mkinitrd.yaird.
> mkinitrd.yaird: invalid option -- 't'
> Terminating...
> /usr/sbin/mkinitrd.yaird failed to create initrd image.
> Failed to create initrd image
> 
> Even after I installed initramfs-tools and purged yaird,
> the configure script attempted to invoke mkinitrd.yaird.
> 
> As a workaround, I created the initrd.img file manually
> using update-initramfs, then installed a dummy
> mkinitrd.yaird script containing only 'exit 0'. 
> 
> The next configure run succeeded.

known, as yaird is no longer supported. Please deinstall yaird and
make sure you have no reference of it in /etc/kernel-img.conf

initramfs-tools is the default these days. if you need a small
initramfs you can tweek it with BUSYBOX=no and MODULES=dep for
the adventorous. :)

kind regards

-- 
maks



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#246589: Fixed

2010-10-05 Thread Michael Speck
Is very old and seems to fixed along the way already. See comment at SF bug.

Regards,
Michael Speck



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#563135: Alternate reduced-press input method for gtetrinet

2010-10-05 Thread Jordi Mallach
tags 563135 + wontfix
thanks

Hi!

On Tue, Oct 05, 2010 at 11:11:01AM +0200, Emmanuel Bourg wrote:
> That's basically a cheat ;) You are expected to move the pieces with
> the left/right keys only.

I'm glad to see my suspicion is not so off-track. I've always refrained to
add features which can add big advantages over other "neutral clients".


-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
jo...@sindominio.net jo...@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/


signature.asc
Description: Digital signature


Bug#597530: emacs23: My outgoing mail is lost

2010-10-05 Thread era eriksson
merge 597530 397757
thanks

On Mon, 20 Sep 2010 23:49 +0200, "Stefan Monnier"
 wrote:
> > See #397757 why this would be correct.
> Agreed.  I guess this can be merged with #397757.

Hence.

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598932: /usr/bin/info segmentation fault

2010-10-05 Thread Norbert Preining
severity 598932 normal
tags 598932 + unreproducible
thanks

On So, 03 Okt 2010, Sergio Gelato wrote:
> (Problem originally observed on lenny, with info 4.11.dfsg.1-4, both i386
> and amd64 platforms; confirmed on squeeze i386.)
> 
> The info command reproducibly segfaults when viewing a certain (possibly
> corrupt, but still...) info file.
> 
> To reproduce, get /usr/share/info/accounting.info.gz from version 6.4~pre1-6
> of the acct package. This is the version in lenny; I was unable to reproduce
> the segfault with the corresponding file from acct 6.5.4-2 which is currently
> in squeeze.
> 
> Then run "info accounting", navigate to the menu entry for dump-acct, and
> hit Return.

I disagree. I just now tried with that very same file from lenny,
so the info top page gives:
This is Edition 6.4-pre1 of the documentation, updated 7 January
2006 for version 6.4-pre1 of the GNU Accounting Utilities.
and when I go tpo
* dump-acct
and press enter I only get
dump-acct: No such file or directory

Which is a different bug, but I guess that is an error in the acct package
and not in info.

Can you please send me *YOUR* version of accounting.info.gz, together
with a backtrace of info, otherwise I cannot even guess what is going
on, since here on:
- sid on amd 64
- info from sid
- accounting.info.gz from lenny
I cannot reproduce this bug.

Best wishes

Norbert

Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

SCOSTHROP (vb.)
To make vague opening or cutting movements with the hands when
wandering about looking for a tin opener, scissors, etc. in the hope
that this will help in some way.
--- Douglas Adams, The Meaning of Liff



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599089: linux-image-2.6.32-5-xen-686: Kernel Panics when using NFS from DomU to Dom0

2010-10-05 Thread Ian Campbell
On Tue, 2010-10-05 at 10:47 +0100, Ian Campbell wrote:
> 
> In addition to the kernel logging of the error I get this from the
> hypervisor:
> (XEN) mm.c:2062:d0 Error pfn 16d99: rd=83011fefa000,
> od=, caf=180, taf=
> (XEN) mm.c:658:d0 Could not get page ref for pfn 16d99
> (XEN) mm.c:3621:d0 Could not get page for mach->phys update

Adding a bit more logging to the kernel I get:
gnttb_copy_grant_page old c22ebcd8 P:0x1ec8e M:0xc499d F:0x4100
gnttb_copy_grant_page new c2324ce0 P:0x1fe18 M:0x11cd32 F:0x4000
(XEN) mm.c:2062:d0 Error pfn 1cd32: rd=83011fefa000, od=, 
caf=180, taf=
(XEN) mm.c:658:d0 Could not get page ref for pfn 1cd32
(XEN) mm.c:3621:d0 Could not get page for mach->phys update

Notice how MFN 0x11cd32 has become 0x1cd32 by the time it gets to the
hypervisor!

The following fixes it for me.

From: Ian Campbell 
Subject: xen: grant table: do not truncate machine address on 
gnttab_copy_grant_page

Signed-off-by: Ian Campbell 

--- a/drivers/xen/grant-table.c
+++ b/drivers/xen/grant-table.c
@@ -578,7 +578,7 @@ int gnttab_copy_grant_page(grant_ref_t ref, struct page 
**pagep)
if (!xen_feature(XENFEAT_auto_translated_physmap)) {
set_phys_to_machine(page_to_pfn(new_page), INVALID_P2M_ENTRY);
 
-   mmu.ptr = (new_mfn << PAGE_SHIFT) | MMU_MACHPHYS_UPDATE;
+   mmu.ptr = ((u64)new_mfn << PAGE_SHIFT) | MMU_MACHPHYS_UPDATE;
mmu.val = pfn;
err = HYPERVISOR_mmu_update(&mmu, 1, NULL, DOMID_SELF);
BUG_ON(err);

-- 
Ian Campbell
Current Noise: Akercocke - Son Of The Morning

"I'd love to go out with you, but the man on television told me to stay tuned."




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599173: Cross-build support

2010-10-05 Thread Loïc Minier
Package: tthsum
Version: 1.1.0-1
Severity: minor
Tags: patch

Hey

 While looking at building your package for ARM CPUs, I tried
 cross-building it and noticed it didn't because cdbs only sets CC in
 the environment when calling make which is not enough in your case.

 If you could convince upstream to change "CC = gcc" to "CC ?= gcc", I
 think that would fix it.

 In the mean time, I'm attaching a CC override patch which fixes the
 problem for me, but clutter the packaging a bit.

  Cheers
-- 
Loïc Minier
diff -u tthsum-1.1.0/debian/changelog tthsum-1.1.0/debian/changelog
--- tthsum-1.1.0/debian/changelog
+++ tthsum-1.1.0/debian/changelog
@@ -1,3 +1,10 @@
+tthsum (1.1.0-2) UNRELEASED; urgency=low
+
+  * Fix cross-build by setting CC to $(DEB_HOST_GNU_TYPE)-gcc via
+DEB_MAKE_INVOKE if DEB_BUILD_ and DEB_HOST_GNU_TYPE differ.
+
+ -- Loïc Minier   Tue, 05 Oct 2010 11:58:00 +0200
+
 tthsum (1.1.0-1) unstable; urgency=low
 
   * initial upload (closes: #312503)
diff -u tthsum-1.1.0/debian/rules tthsum-1.1.0/debian/rules
--- tthsum-1.1.0/debian/rules
+++ tthsum-1.1.0/debian/rules
@@ -6 +6,6 @@
-include /usr/share/cdbs/1/class/makefile.mk  
+include /usr/share/cdbs/1/class/makefile.mk
+
+ifneq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
+DEB_MAKE_INVOKE += CC=$(DEB_HOST_GNU_TYPE)-gcc
+endif
+


Bug#599041: debian-installer: Menu mismatch

2010-10-05 Thread Aníbal Monsalve Salazar
The attached file is a patch for this bug.
--- a/installer/build/boot/x86/f6.txt	2010-10-05 20:52:51.0 +1100
+++ b/installer/build/boot/x86/f6.txt	2010-10-05 20:53:56.0 +1100
@@ -10,7 +10,7 @@ Some IBM ThinkPads 
 Protect I/O port regions   0freserve=0biobase0f,0bextent07[0f,0b...07]
 Laptops with screen display problems   0fvga=77107
 Use first serial port at 9600 baud 0fconsole=ttyS0,9600n807
-Force use of generic IDE driver0fgeneric.all_generic_ide=107
+Force use of generic IDE driver0fall_generic_ide=107
 Possible (temporary) workarounds for lockups or other hardware failures:
 disable buggy APIC interrupt routing   0fnoapic nolapic07
 (partly) disable ACPI  0facpi=noirq07 or 0facpi=off07


Bug#599174: unblock: mldonkey/3.0.3-2

2010-10-05 Thread Stéphane Glondu
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

Hi,

Please unblock package mldonkey. Last changelog entry:

mldonkey (3.0.3-2) unstable; urgency=low

  * Add myself to Uploaders
  * Add Danish debconf translation (Closes: #599126)

 -- Stéphane Glondu   Tue, 05 Oct 2010 10:44:57 +0200


unblock mldonkey/3.0.3-2


Cheers,

-- 
Stéphane

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
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#599175: Impossible to install lilo (same problem with others boot loaders) on amd64.

2010-10-05 Thread Matías Parodi
Package: lilo

I think you all should look at this:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598130

Thank you!


Bug#599176: milter-greylist: init script ignores /etc/default configuration

2010-10-05 Thread Alessandro Pellizzari
Package: milter-greylist
Version: 3.0-3.1
Severity: normal


The init script initializes DOPTIONS variable before reading
/etc/default/milter-greylist, making it nearly useless

Patch: move the line

DOPTIONS="-P $PIDFILE -u $USER -p $SOCKET"

after

test -f /etc/default/milter-greylist && . /etc/default/milter-greylist


-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.9-023stab051.12-smp (SMP w/8 CPU cores)
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 milter-greylist depends on:
ii  adduser  3.110   add and remove users and groups
ii  libc62.7-18lenny4GNU C Library: Shared libraries
ii  libmilter1.0.1   8.14.3-5+lenny1 Sendmail Mail Filter API (Milter)
ii  libspf2-21.2.5.dfsg-5+lenny1 library for validating mail sender

Versions of packages milter-greylist recommends:
pn  sendmail   (no description available)

milter-greylist 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#598214: update info on the bug

2010-10-05 Thread Carmelo Leggio
At the moment after some updates the problem seems to be
resolved,perhaps gnome-system-monitor had some problem with lsb-release
or lsb-base or with python,because if I recall right I recently updated
both of these packages.
Good work and good luck to all

Carml (Carmelo Leggio)




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#586229: xscreensaver: Mostly fixed

2010-10-05 Thread Sérgio Cipolla
Package: xscreensaver
Version: 5.11-1+b1
Severity: normal

I tried to respond to this bug some times, hope it works now.
Just clarifying that the intltool-update command (package intltool) updates the
pot file and also the po files.

intltool-update -m
(checks the translatable strings in source and points out if any are missing to
POTFILES.in or POTFILES.skip)

intltool-update -p
(updates the pot file - translation template - according with the files listed
in POTFILES.in)

intltool-update -d LANG
(LANG= language code; updates the po file for the given language)

These commands fix most of the current problem regarding l10n in xscreensaver
but I couldn't figure how to correct the modes' descriptions because their
translation still don't work. I suspect they should be all in one single line
in the xml files (no line breaks) but didn't test that because it would
probably need to build xscreensaver here.

There's an intltool-update command to parse xml files for translatable strings
but it makes no difference.



-- System Information:
Debian Release: squeeze/sid
  APT prefers sid
  APT policy: (500, 'sid'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-6.dmz.2-liquorix-686 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xscreensaver depends on:
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2  FreeType 2 font engine, shared lib
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libpam0g1.1.1-6  Pluggable Authentication Modules l
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxmu6 2:1.0.5-2X11 miscellaneous utility library
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrandr2  2:1.3.0-3X11 RandR extension library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  libxxf86vm1 1:1.1.0-2X11 XFree86 video mode extension l
ii  xscreensaver-data   5.11-1+b1data files to be shared among scre

Versions of packages xscreensaver recommends:
ii  libjpeg-progs   8b-1 Programs for manipulating JPEG fil
ii  perl [perl5]5.10.1-14Larry Wall's Practical Extraction 
ii  wamerican [wordlist 6-3  American English dictionary words 
ii  wbrazilian [wordlis 3.0~beta4-14 Brazilian Portuguese wordlist
ii  wportuguese [wordli 20091013-2   European Portuguese wordlist
ii  xli 1.17.0+20061110-3+b1 command line tool for viewing imag

Versions of packages xscreensaver suggests:
ii  fortune-mod [fortune 1:1.99.1-4  provides fortune cookies on demand
ii  links2 [www-browser] 2.3~pre1-1  Web browser running in both graphi
ii  midori [www-browser] 0.2.8-0~git20101003 fast, lightweight graphical web br
pn  qcam | streamer(no description available)
ii  w3m [www-browser]0.5.2-9 WWW browsable pager with excellent
pn  xdaliclock (no description available)
pn  xfishtank  (no description available)
ii  xscreensaver-gl  5.11-1+b1   GL(Mesa) screen hacks for xscreens

-- 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#586230: xscreensaver: Update

2010-10-05 Thread Sérgio Cipolla
Package: xscreensaver
Version: 5.11-1+b1
Severity: normal

Just updating the status of this bug report.

I identified the problem with the pot file and it works now for the settings
windows, not working only for the modes'(hacks') descriptions.

I'm translating it and have it already about 2/3 translated. When I fifnish I
contact you guys.



-- System Information:
Debian Release: squeeze/sid
  APT prefers sid
  APT policy: (500, 'sid'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-6.dmz.2-liquorix-686 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=pt_BR.utf8, LC_CTYPE=pt_BR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xscreensaver depends on:
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-2  FreeType 2 font engine, shared lib
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libpam0g1.1.1-6  Pluggable Authentication Modules l
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.2-1X11 miscellaneous extension librar
ii  libxinerama12:1.1-3  X11 Xinerama extension library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  libxmu6 2:1.0.5-2X11 miscellaneous utility library
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  libxrandr2  2:1.3.0-3X11 RandR extension library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  libxxf86vm1 1:1.1.0-2X11 XFree86 video mode extension l
ii  xscreensaver-data   5.11-1+b1data files to be shared among scre

Versions of packages xscreensaver recommends:
ii  libjpeg-progs   8b-1 Programs for manipulating JPEG fil
ii  perl [perl5]5.10.1-14Larry Wall's Practical Extraction 
ii  wamerican [wordlist 6-3  American English dictionary words 
ii  wbrazilian [wordlis 3.0~beta4-14 Brazilian Portuguese wordlist
ii  wportuguese [wordli 20091013-2   European Portuguese wordlist
ii  xli 1.17.0+20061110-3+b1 command line tool for viewing imag

Versions of packages xscreensaver suggests:
ii  fortune-mod [fortune 1:1.99.1-4  provides fortune cookies on demand
ii  links2 [www-browser] 2.3~pre1-1  Web browser running in both graphi
ii  midori [www-browser] 0.2.8-0~git20101003 fast, lightweight graphical web br
pn  qcam | streamer(no description available)
ii  w3m [www-browser]0.5.2-9 WWW browsable pager with excellent
pn  xdaliclock (no description available)
pn  xfishtank  (no description available)
ii  xscreensaver-gl  5.11-1+b1   GL(Mesa) screen hacks for xscreens

-- 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#599075: [Evolution] Bug#599075: Bug#599075: Evolution 2.30.3-2 can't load evolution-mapi plugin 0.30.3-2+b1

2010-10-05 Thread M Z
On Tue, Oct 5, 2010 at 8:14 AM, Yves-Alexis Perez  wrote:
> Hmhm, I'm a bit puzzled, I can't really find those dependencies in the
> packages downloaded from the archive. Are you 100% sure you're reporting
> against 0.30.3-2+b1 and not 0.30.3-2? The latter was known to be built
> on a dirty chroot in amd64 so it could have led to some issues like
> that, but the +b1 should be ok. And I don't see a libgensec dependencie
> there (either using ldd on the downloaded packages or in the Depends:
> field).
>
> I can't install mapi at the moment so I'll postpone until I managed to
> get more information on that, but in the meantime could you triple check
> the installed version?
>
> Thanks and regards,
> --
> Yves-Alexis
>

Regarding libgensec:

aptitude search ~S~i~Dlibgensec0
i   libdcerpc0
- DCE/RPC client library
i   libregistry0
- Registry library
i   libsamba-util0
- Samba utility function library

aptitude search ~S~i~Dlibsamba-util0
i   libdcerpc0
- DCE/RPC client library
i   libgensec0
- Generic Security Library
i   libmapi0
- Client library for the MAPI protocol
i   libndr-standard0
- Standard NDR interfaces
i   libndr0
- NDR marshalling library
i   libregistry0
- Registry library
i   libsamba-hostconfig0
- Samba host configuration library

aptitude search ~S~i~Dlibsamba-hostconfig0
i   evolution-mapi
- Exchange support for the Evolution groupware suite
i   libdcerpc0
- DCE/RPC client library
i   libexchangemapi-1.0-0
- client library for accessing Exchange servers - runtime
i   libgensec0
- Generic Security Library
i   libmapi0
- Client library for the MAPI protocol
i   libregistry0
- Registry library
i   libsamba-util0
- Samba utility function library


So evolution-mapi depends on libsamba-hostconfig0, which depends on
libsamba-util0 and which depends on libgensec0.

and therefore:

aptitude purge libgensec0
The following packages will be REMOVED:
  libgensec0{p}
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 4,018kB will be freed.
The following packages have unmet dependencies:
  libdcerpc0: Depends: libgensec0 but it is not going to be installed.
  libregistry0: Depends: libgensec0 but it is not going to be installed.
  libsamba-util0: Depends: libgensec0 but it is not going to be installed.
The following actions will resolve these dependencies:

 Remove the following packages:
1) evolution-mapi
2) libdcerpc0
3) libexchangemapi-1.0-0
4) libmapi0
5) libndr-standard0
6) libndr0
7) libregistry0
8) libsamba-hostconfig0
9) libsamba-util0


regarding evolution-mapi versions (aptitude update and full-upgrade
almost everyday :) )

aptitude versions evolution-mapi evolution
Package evolution:
p A 2.30.2-1
 testing
   650
i A 2.30.3-2
 unstable
   600

Package evolution-mapi:
i   0.30.3-2+b1
 unstable
   600


Tried it today on another machine (virtual Squeeze - added Sid
repositories and installed evolution-mapi and the same error started
occuring).
It seems like there's similar issue in Ubuntu -
https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/646404.


Thanks. :)

Cheers



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599178: ifetch-tools: [INTL:it] Italian translation of the debconf templates

2010-10-05 Thread Vincenzo Campanella
Package: ifetch-tools
Severity: wishlist
Tags: l10n patch

Enclosed please find the Italian translation of the Debconf template.

Best regards
vince

# ITALIAN TRANSLATION OF IFETCH-TOOLS' PO-DEBCONF FILE.
# COPYRIGHT (C) 2010 THE IFETCH-TOOLS' COPYRIGHT HOLDER
# This file is distributed under the same license as the ifetch-tools package.
# Vincenzo Campanella , 2010.
msgid ""
msgstr ""
"Project-Id-Version: ifetch-tools\n"
"Report-Msgid-Bugs-To: ifetch-to...@packages.debian.org\n"
"POT-Creation-Date: 2010-08-14 17:43-0500\n"
"PO-Revision-Date: 2010-10-01 06:57+0200\n"
"Last-Translator: Vincenzo Campanella \n"
"Language-Team: Italian \n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../ifetch-tools.templates:1001
msgid "Remove all ifetch-tools data, logs, and settings files?"
msgstr ""
"Rimuovere i file dei dati, dei registri e delle impostazioni di ifetch-tools?"

#. Type: boolean
#. Description
#: ../ifetch-tools.templates:1001
msgid ""
"The /var/lib/ifetch-tools, /var/log/ifetch-tools, and /etc/ifetch-tools "
"directories which contain the ifetch-tools data, logs, and settings files "
"are about to be removed."
msgstr ""
"Le directory «/var/lib/ifetch-tools», «/var/log/ifetch-tools» e «/etc/ifetch-"
"tools», le quali contengono i dati, i registri e le impostazioni, stanno per "
"essere rimosse."

#. Type: boolean
#. Description
#: ../ifetch-tools.templates:1001
msgid ""
"If you're removing the ifetch-tools package in order to later install a more "
"recent version or if a different ifetch-tools package is already using the "
"data, logs, and settings, they should be kept."
msgstr ""
"Se si sta rimuovendo il pacchetto ifetch-tools per installarne "
"successivamente uno più recente, o se un pacchetto ifetch-tools differente "
"sta già utilizzando i dati, i registri e le impostazioni, queste directory "
"dovrebbero essere mantenute."



Bug#599179: po4a: --rm-translations also updates PO/POT files

2010-10-05 Thread Colin Watson
Package: po4a
Version: 0.40.1-1
Severity: normal

If a master document is more recent than the POT, calling 'po4a
--rm-translations' will have the side-effect of updating it and the PO
files based on it.  This is annoying because it makes it difficult to
write a minimal patch for a Debian package that uses po4a upstream; the
clean rule can end up changing source files, which is normally
undesirable.

Could you please either make --rm-translations do nothing except
removing the translated files, or else add an option to inhibit updating
the PO/POT files?

Thanks,

-- 
Colin Watson   [cjwat...@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#599180: apt-proxy uses deprecated python twisted.protocols.telnet

2010-10-05 Thread debian . 20 . engywuck
Package: apt-proxy
Version: 1.9.36.3+nmu1
Severity: normal


At installation of apt-proxy several python packages were auto-installed (like 
the twisted ones). aptitude spoke the following warnings:

Setting up apt-proxy (1.9.36.3+nmu1) ...
creating aptproxy user...
Starting 
apt-proxy:/usr/lib/python2.5/site-packages/twisted/manhole/telnet.py:8: 
DeprecationWarning: As of Twisted 2.1, twisted.protocols.telnet is deprecated.  
See twisted.conch.telnet for the current, supported API.
  from twisted.protocols import telnet
None
/usr/lib/python2.5/site-packages/twisted/manhole/telnet.py:8: 
DeprecationWarning: As of Twisted 2.1, twisted.protocols.telnet is deprecated.  
See twisted.conch.telnet for the current, supported API.
  from twisted.protocols import telnet
None

A search for "twisted" in packet "apt-proxy" on bugs.debian.org showed
no results.

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-xs5.5.0.17 (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 apt-proxy depends on:
ii  adduser   3.110  add and remove users and groups
ii  bzip2 1.0.5-1+lenny1 high-quality block-sorting file co
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  logrotate 3.7.1-5Log rotation utility
ii  python2.5.2-3An interactive high-level object-o
ii  python-apt0.7.7.1+nmu1   Python interface to libapt-pkg
ii  python-central0.6.8  register and build utility for Pyt
ii  python-twisted-web8.1.0-1An HTTP protocol implementation to

apt-proxy recommends no packages.

Versions of packages apt-proxy suggests:
ii  rsync 3.0.3-2fast remote file copy program (lik

-- debconf information:
  apt-proxy/upgrading-v2:
  apt-proxy/upgrading-v2-result:




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598595: (no subject)

2010-10-05 Thread Anthony BERGER

additionnal information


the problem occur on a ssh connection.

to explain again :
the user (user1) have a local directory on debianhost  : for example; 
/DATA/user1

the user is an ldap user and his home is /home/user1
on debianhost, the /DATA/user1 directory is automounted on /home/user1

I want to create the /DATA/user1 automatically.


so i can not use pam_mkhome.

i use pam_exec and a script which create the /DATA/user1 on a user 
connection; but on an ssh connection; the ssh server try to access the 
authorized key on /home/user1 so the automount process try to mount the 
home directory.
on LENNY, a USR1 signal interupt the automount. on SQUEEZE, a mount 
process still exist the login process is wanting for .



is it possible to send signal to the mount process ?




--
Anthony BERGER
Administrateur Linux/Unix
British Telecom
Infogerance CEA Cadarache
Tel : 04 42 25 78 46

<>

Bug#585614: Fails to open any mp3's to split

2010-10-05 Thread Ron

Hi Tim,

Thanks for adding some extra perspective to this, but it still
seems to be a bit more complicated than that :/

On Sat, Oct 02, 2010 at 11:16:48PM +0100, Tim Retout wrote:
> severity 585614 serious
> thanks
> 
> The missing dependency of mp3splt-gtk appears to be
> gstreamer0.10-plugins-good (and -bad, -ugly?), probably as a
> "Recommends".
> 
> When run in a clean chroot, the UI freezes when I browse to a .ogg file
> and click on the play button.  I'm assuming this is the same behaviour
> as seen previously, and that it would also be the case for mp3s.

Yes, it sounds like it, except ...

> When just gstreamer0.10-plugins-base is installed, I still get a UI
> freeze, but first I see an error in the status bar: "Error: Both
> autoaudiosink and alsasink elements are missing."
> 
> With gstreamer0.10-plugins-good installed, the ogg file plays.

I do have -plugins-good installed here.

For most files I toss at it, today I currently see in the bottom bar:
gstreamer error: internal data flow error

and then it hangs hard.  I tried that with both .ogg (vorbis) and mp3
files.  I did find a couple of files that it doesn't hang on - except
it doesn't actually seem to find any content in them, it both 'plays'
and shows silence in the display.  The ones that partly work all seem
to be 'oddball' files in one manner or another - they are all mono,
and at sampling rates other than 44100.  Every stereo 44100 file I've
tossed at it so far seems to hang.  The oddball files are also a mix
of .ogg and .mp3

Of gstreamer, I currently have installed:

$ dpkg -l | grep gstreamer
ii  gstreamer0.10-alsa   0.10.29-4  GStreamer plugin for ALSA
ii  gstreamer0.10-ffmpeg 0.10.10-1  FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-base   0.10.29-4  GStreamer plugins from the 
"base" set
ii  gstreamer0.10-plugins-good   0.10.23-4  GStreamer plugins from the 
"good" set
ii  gstreamer0.10-x  0.10.29-4  GStreamer plugins for X11 and 
Pango
ii  libgstreamer-plugins-base0.10-0  0.10.29-4  GStreamer libraries from the 
"base" set
ii  libgstreamer0.10-0   0.10.29-1  Core GStreamer libraries and 
elements

Cheers,
Ron





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#524924: severity serious

2010-10-05 Thread Meike Reichle

severity 524924 serious

thanks


This bugs affects all D-BUS aware applications under KDE, so I am tagging 
it serious (and herewith resolve to fix it this week ;))!


-Meike



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599127: gammu: FTBFS: 939 - py-smsd-testing (Failed)

2010-10-05 Thread Michal Čihař
reassign 599127 libdbi 0.8.3+really0.8.2-1
affects 599127 gammu
thanks

Dne Mon, 4 Oct 2010 23:35:30 +0200
Philipp Kern  napsal(a):

> Source: gammu
> Version: 1.28.92-1
> Severity: serious
> 
> > 
> > sbuild (Debian sbuild) 0.60.0 (23 Feb 2010) on biber.debian.org
[...]
> > The following tests FAILED:
> > 939 - py-smsd-testing (Failed)
> > Errors while running CTest
> > make[1]: *** [override_dh_auto_test-2.5-dbg] Error 8
> > make[1]: Leaving directory 
> > `/build/buildd-gammu_1.28.92-1-i386-yubmO2/gammu-1.28.92'
> > make: *** [build-stamp] Error 2
> > dpkg-buildpackage: error: debian/rules build gave error exit status 2
> > 
> > Build finished at 20101004-1922
> > FAILED [dpkg-buildpackage died]

This seems to be somehow related to libdbi, downgrading to
libdbi0_0.8.2-3_i386.deb fixes the failure. Reassigning.

I have no clue what might be a problem because this failure seems to be
i386 specific (I can not reproduce it on x86_64 and the only failing
buildds are hurd-i386 and i386).

The problem seems to be that libdbi does not return query results even
when there should be some (basically just INSERT; INSERT; SELECT;
returns empty set).

Also strange enough, just single test out of several ones using libdbi
is failing, I assume some interaction with Python as it is the only
difference of failing test compared to others (the test is using
gammu module for Python, which is linked to libdbi).

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#517619: tthsum: Little endian check fails on longs

2010-10-05 Thread Hector Oron
Hello,

  While trying to solve #598370, which seems to be related to tthsum.
I tried 1.2.0 version you posted, but I get a failure on little endian
test on `armel' (ARM EABI 32 bit Architecture)


(sid)zu...@abel:~/tthsum-1.2.0$ make
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c tthsum.c -o obj-unix/tthsum.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c base32.c -o obj-unix/base32.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c escape.c -o obj-unix/escape.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c getopt.c -o obj-unix/getopt.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c read.c -o obj-unix/read.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c texts.c -o obj-unix/texts.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c thex.c -o obj-unix/thex.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c tiger.c -o obj-unix/tiger.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c utf8.c -o obj-unix/utf8.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c main.c -o obj-unix/main.o
gcc -O3 -Wall  obj-unix/tthsum.o obj-unix/base32.o obj-unix/escape.o
obj-unix/getopt.o obj-unix/read.o obj-unix/texts.o obj-unix/thex.o
obj-unix/tiger.o obj-unix/utf8.o obj-unix/main.o   -o obj-unix/tthsum
gzip -9 -c tthsum.1 > share/tthsum.1.gz
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c test.c -o obj-unix/test.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c base32_test.c -o obj-unix/base32_test.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c endian_test.c -o obj-unix/endian_test.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c escape_test.c -o obj-unix/escape_test.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c getopt_test.c -o obj-unix/getopt_test.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c read_test.c -o obj-unix/read_test.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c texts_test.c -o obj-unix/texts_test.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c thex_test.c -o obj-unix/thex_test.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c tiger_test.c -o obj-unix/tiger_test.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c types_test.c -o obj-unix/types_test.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
-O3  -Wall  -c utf8_test.c -o obj-unix/utf8_test.o
gcc -O3 -Wall  obj-unix/test.o obj-unix/base32.o obj-unix/escape.o
obj-unix/getopt.o obj-unix/read.o obj-unix/texts.o obj-unix/thex.o
obj-unix/tiger.o obj-unix/tthsum.o obj-unix/utf8.o
obj-unix/base32_test.o obj-unix/endian_test.o obj-unix/escape_test.o
obj-unix/getopt_test.o obj-unix/read_test.o obj-unix/texts_test.o
obj-unix/thex_test.o obj-unix/tiger_test.o obj-unix/types_test.o
obj-unix/utf8_test.o   -o obj-unix/test
obj-unix/test

  RUNNING TESTS

  Language

>>> endian_test.c:90: Little endian check fails on longs
+ endian_test: ...F.
+ types_test: 

  Util

+ base32_test: ...
+ escape_test: ..
+ getopt_test: ...
+ read_test: ...
+ utf8_test: 

  App

+ texts_test: ...
+ tiger_test: ...
+ thex_test: .

  Tests completed: 42 succeeded, 1 failed

make: *** [runtest] Error 1

I have also seen 1.2.1 release on site, which gives me (also on armel):

(sid)zu...@abel:~/tthsum-1.2.1$ make
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -march=native -O3
-Wall  -c tthsum.c -o obj-unix/tthsum.o
tthsum.c:1: error: bad value (native) for -march= switch
make: *** [obj-unix/tthsum.o] Error 1

Tweaking Makefile for -DNDEBUG -D_FILE_OFFSET_BITS=32 and also,
replacing "-march=native -O3"  by "-O2" fails on the same test.

Please see 
https://sourceforge.net/tracker/?func=detail&atid=897767&aid=3077470&group_id=181579

Best regards,
-- 
 Héctor Orón

"Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us."

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@list

Bug#597530: Processed: Re: Processed: One more time fer paw

2010-10-05 Thread era eriksson
On Tue, 05 Oct 2010 10:51 +, "Debian Bug Tracking System"
 wrote:
> > reassign 597530 emacs23

Thanks.  I was wondering how I should cope with this.

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#199054: this may be related to the problem, but different: mixed up counters (drop)

2010-10-05 Thread Peter Gervai
There is discrepancy between the counters (not just the numbers
itself) betwen ifconfig and iproute.

Kernel is 2.6.20 and iproute is either from 2009 or 2010 :) same thing.

# ifconfig eth0 ; ip -s -s l sh dev eth0
eth0  Link encap:Ethernet  HWaddr 00:14:5e:*:*:*
  inet addr:193.*.*.*  Bcast:0.0.0.0  Mask:255.255.255.240
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:1034491901205 errors:820323 dropped:123097020
overruns:0 frame:820323
  TX packets:1032552365198 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:409136643406251 (372.1 TiB)  TX
bytes:408636201830093 (371.6 TiB)
  Interrupt:17 Memory:da00-da012100

2: eth0:  mtu 1500 qdisc pfifo_fast
state UP qlen 1000
link/ether 00:14:5e:*:*:* brd ff:ff:ff:ff:ff:ff
RX: bytes  packets  errors  dropped overrun mcast
2353756587 3699750165 820323  0   820323  6681632
RX errors: length  crc frame   fifomissed
   00   0   0   123097020
TX: bytes  packets  errors  dropped carrier collsns
128386765  1760214158 0   0   0   0
TX errors: aborted fifowindow  heartbeat
   00   0   0

/proc/net/dev:
Inter-|   Receive|  Transmit
 face |bytespackets errs drop fifo frame compressed
multicast|bytespackets errs drop fifo colls carrier compressed
  eth0:409139548076829 1034499322053 820323 1231129320 820323
0   6681657 408639099654293 1032559769553000 0
  0  0


You may notice RX drops in ifconfig which is zero in iproute (but
seems to be same as frames). /proc/net/dev's drop seem to correlate
with ifconfig's numbers in this case. Something's wrong here it seems.

Peter



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598932: /usr/bin/info segmentation fault

2010-10-05 Thread Sergio Gelato
Thank you for looking into this.

* Norbert Preining [2010-10-05 18:54:37 +0900]:
> I disagree. I just now tried with that very same file from lenny,
> so the info top page gives:
>   This is Edition 6.4-pre1 of the documentation, updated 7 January
>   2006 for version 6.4-pre1 of the GNU Accounting Utilities.
> and when I go tpo
>   * dump-acct
> and press enter I only get
>   dump-acct: No such file or directory
> 
> Which is a different bug, but I guess that is an error in the acct package
> and not in info.
> 
> Can you please send me *YOUR* version of accounting.info.gz, 

Let's first compare SHA1 checksums; mine is:

984822b4b732427b96f399a6552b10e0848705f8  accounting.info.gz

> together with a backtrace of info, 

>From squeeze i386 (in a VM):
* dump-acct::   print accounting file in human-readable
* form
Program received signal SIGSEGV, Segmentation fault.
0x08056a2b in ?? ()
(gdb) bto: (accounting.info.gz)Top, 21 lines
--All--
#0  0x08056a2b in ?? ()
#1  0x08056da0 in ?? ()
#2  0x08059a77 in ?? ()
#3  0x0805d0e6 in ?? ()
#4  0x080583c5 in ?? ()
#5  0x0805ee44 in ?? ()
#6  0x0805ef32 in ?? ()
#7  0x080514d6 in ?? ()
#8  0xb7e72c76 in __libc_start_main () from /lib/i686/cmov/libc.so.6
#9  0x08049bd1 in ?? ()
(gdb) x/10i $pc
0x8056a2b:  cmpb   $0x1f,(%eax)
0x8056a2e:  je 0x8056a3a
0x8056a30:  test   %dl,%dl
0x8056a32:  je 0x8056a3a
0x8056a34:  sub$0x3,%eax
0x8056a37:  mov%eax,-0x1c(%ebp)
0x8056a3a:  lea-0x1c(%ebp),%eax
0x8056a3d:  mov%eax,(%esp)
0x8056a40:  call   0x8057040
0x8056a45:  mov%eax,-0x30(%ebp)
(gdb) p/x $eax
$1 = 0xb7cc11b0
(gdb) x/x $eax
0xb7cc11b0: Cannot access memory at address 0xb7cc11b0

ldd /usr/bin/info
linux-gate.so.1 =>  (0x4001d000)
libncurses.so.5 => /lib/libncurses.so.5 (0x40024000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0x4005e000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0x401a5000)
/lib/ld-linux.so.2 (0x4000)

libc6-i686 is version 2.11.2-6 .
libncurses5 is version 5.7+20100313-3 .

On lenny i386 the stack trace is:
#0  0x0805614a in ?? ()
#1  0x001c in ?? ()
#2  0x09df02a8 in ?? ()
#3  0x0008449d in ?? ()
#4  0x81a4 in ?? ()
#5  0x0001 in ?? ()
#6  0x09deff98 in ?? ()
#7  0x09deff98 in ?? ()
#8  0x03e8 in ?? ()
#9  0xf74b in ?? ()
#10 0x in ?? ()
(gdb) x/i $pc
0x805614a :cmpb   $0x1f,(%eax)
(gdb) p/x $eax
$1 = 0xb73991b0
(gdb) x/x $eax
0xb73991b0: Cannot access memory at address 0xb73991b0

libncurses5 is version 5.7+20081213-1
libc6-i686 is version 2.7-18lenny4

On lenny amd64:
#0  0x0040e89d in ?? ()
#1  0x0040ecb1 in ?? ()
#2  0x004115a0 in ?? ()
#3  0x00414492 in ?? ()
#4  0x0040fe6a in ?? ()
#5  0x00416032 in ?? ()
#6  0x00416120 in ?? ()
#7  0x004095d7 in ?? ()
#8  0x7fd2215e21a6 in __libc_start_main () from /lib/libc.so.6
#9  0x00402479 in ?? ()
#10 0x7fff1adf1828 in ?? ()
#11 0x001c in ?? ()
#12 0x0002 in ?? ()
#13 0x7fff1adf3a31 in ?? ()
#14 0x7fff1adf3a3f in ?? ()
#15 0x in ?? ()
(gdb) x/i $pc
0x40e89d :cmpb   $0x1f,(%rax)
(gdb) p/x $rax
$1 = 0x7fd221d351b8
(gdb) x/x $rax
0x7fd221d351b8: Cannot access memory at address 0x7fd221d351b8
$ ldd /usr/bin/info
linux-vdso.so.1 =>  (0x7fff46fff000)
libncurses.so.5 => /lib/libncurses.so.5 (0x7f4ab0131000)
libc.so.6 => /lib/libc.so.6 (0x7f4aafdde000)
libdl.so.2 => /lib/libdl.so.2 (0x7f4aafbda000)
/lib64/ld-linux-x86-64.so.2 (0x7f4ab037)
Again, libc6 2.7-18lenny4 and libncurses5 5.7+20081213-1 .

I can also reproduce this on Ubuntu 8.04 i386 (I haven't tried amd64)
and 10.04 with the old accounting.info.gz . Same byte comparison.

> otherwise I cannot even guess what is going
> on, since here on:
>   - sid on amd 64
>   - info from sid
>   - accounting.info.gz from lenny
> I cannot reproduce this bug.
> 
> Best wishes
> 
> Norbert
> 
> Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
> JAIST, Japan TeX Live & Debian Developer
> DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
> 
> SCOSTHROP (vb.)
> To make vague opening or cutting movements with the hands when
> wandering about looking for a tin opener, scissors, etc. in the hope
> that this will help in some way.
>   --- Douglas Adams, The Meaning of Liff



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#596635: in testing?

2010-10-05 Thread Lorenzo Milesi
Will this be ported to squeeze?
I still see -23 in testing.
thanks

-- 
Lorenzo Milesi - lorenzo.mil...@yetopen.it

GPG/PGP Key-Id: 0xE704E230 - http://keyserver.linux.it





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599164: Acknowledgement (RFA: gpointing-device-settings -- configuration tool for pointing devices)

2010-10-05 Thread Michal Čihař
I forgot to mention that the packaging is in collab-maint svn:

Vcs-Browser: 
http://svn.debian.org/viewsvn/collab-maint/deb-maint/gpointing-device-settings/trunk/
Vcs-Svn: 
svn://svn.debian.org/collab-maint/deb-maint/gpointing-device-settings/trunk/

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#599172: dma-migrate eats all the CPU

2010-10-05 Thread Peter Pentchev
On Tue, Oct 05, 2010 at 11:37:26AM +0200, Matteo Cypriani wrote:
> Package: dma-migrate
> Version: 0.0.2010.06.17-3
> Severity: important
> 
> 
> dma-migrate never ends and eats all the CPU. Cron pops a new instance of
> dma-migrate every 5 minutes, so after some time I have a lot of
> dma-migrate processes and load average becomes really bad.
> 
> If I killall dma-migrate, mails are delivered normally (but cron
> will launch a new dma-migrate process 5 minutes later).
> 
> dma has just been installed on this machine with the default config.
> 
> Please let me know if I can do anything to help you to locate the
> problem.

If this is a new installation, then you do not really need dma-migrate;
you may safely remove it from the cron job.  However, it would really
be good to find out what causes this hang.

Can you do the following for me (as root), preferably while there is
a single dma-migrate process running?

1. Show me the output of "mount"

2. Show me the output of "lsof -n -p `pgrep dma_migrate`" if there is
   only one dma-migrate process running, and of:
 lsof -n -p `pgrep dma-migrate | xargs | sed -e 's/ / -p /g'`
   if there is more than one

3. Run "strace -p `pgrep dma-migrate`" and see if it continuously
   outputs lines; if not, tell me what syscall it is blocking on.

4. If strace is continuously outputting lines, show me the output of
   strace -p `pgrep dma-migrate` | head -500

5. ls -l /var/spool/dma

6. dma -bp

Thanks in advance for your assistance, and apologies for bringing
your system to a crawl!

G'luck,
Peter

-- 
Peter Pentchev  r...@space.bgr...@ringlet.netr...@freebsd.org
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
I had to translate this sentence into English because I could not read the 
original Sanskrit.


signature.asc
Description: Digital signature


Bug#599181: gscan2pdf: OCR doesn't support Umlauts/national characters

2010-10-05 Thread Michael Below
Package: gscan2pdf
Version: 0.9.31-1
Severity: normal
Tags: l10n

Recognition of a scanned text within gscan2pdf using ocropus
results in a worse quality than running e.g. ocrodjvu afterwards.
Besides the general quality problems, umlauts like äöü are not
recognized at all, e.g. ü is always replaced with ii. This makes
the OCR feature impractical for german language texts.

Since a separate run of ocropus after saving a djvu from gscan2pdf
gives good results, this seems to be an issue of how ocropus is
called from within gscan2pdf.

Thanks for your work!

Michael Below

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'proposed-updates'), (500, 'stable'), 
(10, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gscan2pdf depends on:
ii  graphicsmagick-imagemagick 1.3.12-1  image processing tools providing I
ii  libconfig-general-perl 2.48-1Generic Configuration Module
ii  libforks-perl  0.33-1forks - emulate threads with fork
ii  libgoo-canvas-perl 0.06-1Perl interface to the GooCanvas
ii  libgtk2-ex-simple-list-per 0.50-2simple interface to Gtk2's complex
ii  libgtk2-imageview-perl 0.05-1Perl bindings for the GtkImageView
ii  libhtml-parser-perl3.66-1collection of modules that parse H
ii  liblocale-gettext-perl 1.05-6Using libc functions for internati
ii  libpdf-api2-perl   0.73-1module for creating or modifying P
ii  libproc-processtable-perl  0.45-1Perl library for accessing process
ii  libreadonly-perl   1.03-2Facility for creating read-only sc
ii  librsvg2-common2.26.3-1  SAX-based renderer library for SVG
ii  libsane-perl   0.03-1Perl bindings for the SANE (Scanne
ii  libset-intspan-perl1.14-1Perl module to manage sets of inte
ii  libtiff-tools  3.9.4-4   TIFF manipulation and conversion t
ii  perl-modules [libarchive-t 5.10.1-14 Core Perl modules
ii  perlmagick 8:6.6.0.4-2.2 Perl interface to the ImageMagick 
ii  sane-utils 1.0.21-4  API library for scanners -- utilit

Versions of packages gscan2pdf recommends:
ii  cuneiform0.7.0+dfsg.1-1  multi-language OCR system
ii  djvulibre-bin3.5.23-3Utilities for the DjVu image forma
ii  gocr 0.48-1  A command line OCR
ii  libgtk2-ex-podviewer 0.18-1  Perl Gtk2 widget for displaying Pl
ii  sane 1.0.14-9scanner graphical frontends
ii  tesseract-ocr2.04-2+b1   Command line OCR tool
ii  unpaper  0.3-1   post-processing tool for scanned p
ii  xdg-utils1.0.2+cvs20100307-2 desktop integration utilities from

gscan2pdf 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#599059: Fwd: Re: tuffy font

2010-10-05 Thread Gürkan Sengün

Would you mind helping upstream anyways? Thank you

 Original Message 
Subject: Re: tuffy font
Date: Mon, 4 Oct 2010 18:19:20 +0200
From: Thatcher Ulrich 
To: Gürkan Sengün 

Wow, that's nice!  Do you know who brrtkr is?  (Is it you?)

I would like to merge this into my version, but I'm not sure of the
copyright status -- the additions need to be Public Domain to be
compatible.

-T

On Mon, Oct 4, 2010 at 3:05 PM, Gürkan Sengün  wrote:

hello

do you know of your tuffy font at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599059
is there a chance you can merge it with your official version?

yours,
gurkan






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#597719: [kchmviewer] must depend on okular-extra-backends

2010-10-05 Thread Felix Geyer
 okular-extra-backends seems to be only necessary when
you use the the KHTMLPart widget which is not the default.

IMHO kchmviewer should recommend okular-extra-backends
instead of depending on it.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599172: dma-migrate eats all the CPU

2010-10-05 Thread Matteo Cypriani
On Tue, 5 Oct 2010 14:17:21 +0300, Peter Pentchev wrote:
> 1. Show me the output of "mount"

/dev/hda3 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/hda5 on /home type ext3 (rw)


> 2. Show me the output of "lsof -n -p `pgrep dma_migrate`" if there is
>only one dma-migrate process running

COMMAND   PID USER   FD   TYPE DEVICE SIZE/OFF   NODE NAME
dma-migra 966 root  cwdDIR3,3 4096  24193 /root
dma-migra 966 root  rtdDIR3,3 4096  2 /
dma-migra 966 root  txtREG3,3 4180 267453
/usr/sbin/dma-migrate
dma-migra 966 root  memREG3,3  1503336 242162 /lib/libc-2.11.2.so
dma-migra 966 root  memREG3,3   142696 242158 /lib/ld-2.11.2.so
dma-migra 966 root0r  FIFO0,8  0t0   4050 pipe
dma-migra 966 root1u   REG3,30  40392 /tmp/tmpfSzT7Oo
(deleted)
dma-migra 966 root2u   REG3,30  40392 /tmp/tmpfSzT7Oo
(deleted)
dma-migra 966 root5u   REG3,30  40392 /tmp/tmpfSzT7Oo
(deleted)

 
> 3. Run "strace -p `pgrep dma-migrate`" and see if it continuously
>outputs lines; if not, tell me what syscall it is blocking on.

Nothing is displayed but the welcome line:
Process 966 attached - interrupt to quit


> 5. ls -l /var/spool/dma

total 0
:-)


> 6. dma -bp

Mail queue is empty


> Thanks in advance for your assistance, and apologies for bringing
> your system to a crawl!

You're welcome! Do you find anything helpful here?

  Matteo




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599182: project-history: French web page translation

2010-10-05 Thread Steve Petruzzello
Package: project-history
Version: 2.13
Severity: wishlist
Tags: patch l10n



Please find attached the french web page translation, proofread by the
debian-l10n-french mailing list contributors.

This file should be put in the manuals/project-history/ folder.

Best regards,
Steve


project-history.fr.po.bz2
Description: BZip2 compressed data


Bug#599183: mlmmj-php-web-admin: Web interface fails with 'no such file or directory' error for tunables.pl

2010-10-05 Thread David North
Package: mlmmj-php-web-admin
Version: 1.2.15-1.1+lenny1
Severity: grave
Justification: renders package unusable

Having apt-get installed mlmmj-php-web-admin on the same lenny system as mlmmj, 
I followed
/usr/share/doc/mlmmj-php-admin/README.Debian and ended up with the following 
apache2 configuration:


ServerName lists.mydomain.tld
DocumentRoot /var/www/mlmmj-php-web-admin/

ErrorLog /var/log/apache2/lists.mydomain.tld/error.log
CustomLog /var/log/apache2/lists.mydomain.tld/access.log combined


AllowOverride all
Options -Indexes



I also ran sudo chown -R www-data on the control directories for my lists as 
instructed.

I then browsed to http://lists.mydomain.tld/, logged in with mlmmj:mlmmj as 
instructed, clicked on the
name of my test list, and got the following errors:


Warning: fopen(../conf/tunables.pl) [function.fopen]: failed to open stream: No 
such file or directory in /var/www/mlmmj-php-web-admin/edit.php on line 120
Warning: filesize() [function.filesize]: stat failed for ../conf/tunables.pl in 
/var/www/mlmmj-php-web-admin/edit.php on line 121
Warning: fread(): supplied argument is not a valid stream resource in 
/var/www/mlmmj-php-web-admin/edit.php on line 121
Warning: fclose(): supplied argument is not a valid stream resource in 
/var/www/mlmmj-php-web-admin/edit.php on line 122

The package does include a conf/tunables.pl file, so I presume the problem is 
with the include path. I'm a bit confused as to why
bug 553550 was tagged lenny-ignore as it looks related, and the package as it 
stands in lenny is unusable.

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to 
en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mlmmj-php-web-admin depends on:
ii  mlmmj  1.2.15-1.1+lenny1 mail server independent mailing li
ii  php5   5.2.6.dfsg.1-1+lenny9 server-side, HTML-embedded scripti

mlmmj-php-web-admin recommends no packages.

mlmmj-php-web-admin 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#599184: release-notes: section about backports.org not necessary?

2010-10-05 Thread Julien Cristau
Package: release-notes
Severity: normal
Tags: squeeze

Hi,

the current release notes contain:

  
The backports.org repository mainly contains packages
from testing, with reduced version numbers
so that the upgrade path from &oldreleasename; backports to
&releasename; still works.  However, there are a few backports
which are made from unstable: security updates, plus the following
exceptions: Firefox, the Linux kernel, OpenOffice.org, and X.Org.
  
  
If you do not use one of these exceptions, you can safely upgrade
to &releasename;.  If you use one of these exceptions, set the
Pin-Priority (see  
apt_preferences 5 
)
temporarily to 1001 for all packages from &releasename;,
and you should be able to do a safe dist-upgrade too.
  

The current versions of iceweasel, linux-2.6 and openoffice.org in
lenny-bpo seem to be older than the versions in squeeze, and there is no
X.Org backport afaik.  So maybe these paragraphs are not necessary?

Adding Rhonda in cc for comments as bpo admin.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#569781: eikazo: New kind of error message (Epson 1640)

2010-10-05 Thread Michael Below
Package: eikazo
Version: 0.5.2-7+b1
Severity: normal

Hi,

I tried eikazo again, with a different scanner (Epson Perfection
1640 SU, attached via USB). This time, the error messages look
different:

~/scan$ eikazo
netdiscovery: relocation error: /lib/libnss_files.so.2: symbol
__rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6
with link time reference
netdiscovery: relocation error: /lib/libnss_files.so.2: symbol
__rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6
with link time reference
netdiscovery: relocation error: /lib/libnss_files.so.2: symbol
__rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6
with link time reference
netdiscovery: relocation error: /lib/libnss_files.so.2: symbol
__rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6
with link time reference
netdiscovery: relocation error: /lib/libnss_files.so.2: symbol
__rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6
with link time reference
netdiscovery: relocation error: /lib/libnss_files.so.2: symbol
__rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6
with link time reference
/usr/lib/pymodules/python2.6/Eikazo/Widgets.py:217:
DeprecationWarning: Use the new widget gtk.Tooltip
  self._tooltips = gtk.Tooltips()
netdiscovery: relocation error: /lib/libnss_files.so.2: symbol
__rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6
with link time reference
netdiscovery: relocation error: /lib/libnss_files.so.2: symbol
__rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6
with link time reference
netdiscovery: relocation error: /lib/libnss_files.so.2: symbol
__rawmemchr, version GLIBC_2.2.5 not defined in file libc.so.6
with link time reference
/usr/lib/pymodules/python2.6/Eikazo/Widgets.py:1159:
DeprecationWarning: Use the new widget gtk.Tooltip
  device._tooltips.set_tip(self, T2_(opt.desc))
exception caught: thread aborted 
Traceback (most recent call last):
  File "/usr/bin/eikazo", line 40, in 
m = Eikazo.SaneMainWindow(dev, type=gtk.WINDOW_TOPLEVEL)
  File "/usr/lib/pymodules/python2.6/Eikazo/Eikazo.py", line 648,
in __init__
self.saneWidget = SaneMainWidget(device)
  File "/usr/lib/pymodules/python2.6/Eikazo/Eikazo.py", line 369,
in __init__
self.devicecontrol = DeviceControl(device, config,
self.notify_hub)
  File "/usr/lib/pymodules/python2.6/Eikazo/Eikazo.py", line 233,
in __init__
w = device.createOptionWidget(opt, self.config, t)
  File "/usr/lib/pymodules/python2.6/Eikazo/Widgets.py", line 489,
in createOptionWidget
res = Choice(optname, self, config, **kw)
  File "/usr/lib/pymodules/python2.6/Eikazo/Widgets.py", line
1154, in __init__
pos = constr.index(value)
ValueError: list.index(x): x not in list


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'proposed-updates'), (500, 'stable'), 
(10, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages eikazo depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  python2.6.5-13   interactive high-level object-orie
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-imaging-sane   1.1.7-2Python Imaging Library - SANE inte
ii  python-support1.0.10 automated rebuilding support for P
ii  python-webkit 1.1.7-1+b1 WebKit/Gtk Python bindings

eikazo recommends no packages.

Versions of packages eikazo suggests:
pn  python-mysqldb (no description available)
pn  python-pygresql(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#599172: dma-migrate eats all the CPU

2010-10-05 Thread Peter Pentchev
On Tue, Oct 05, 2010 at 02:10:35PM +0200, Matteo Cypriani wrote:
> On Tue, 5 Oct 2010 14:17:21 +0300, Peter Pentchev wrote:
[snip]
> > 5. ls -l /var/spool/dma
> 
> total 0
> :-)
> 
> 
> > 6. dma -bp
> 
> Mail queue is empty

Hm, that's... interesting.  Can you run "dma-migrate -v" by hand and show
me its output?

G'luck,
Peter

-- 
Peter Pentchev  r...@space.bgr...@ringlet.netr...@freebsd.org
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
I had to translate this sentence into English because I could not read the 
original Sanskrit.


signature.asc
Description: Digital signature


Bug#599185: release-notes: mention apt-mark

2010-10-05 Thread Julien Cristau
Package: release-notes
Severity: normal
Tags: squeeze

The "handle-conflict" section has this text:

To prevent apt-get from removing some packages that were
pulled in through dependencies, you need to manually unmark them as
auto packages.  This includes OpenOffice and Vim for
desktop installs.  apt-get does not provide an interface
for marking or unmarking auto packages, so you will need
to use aptitude for this:

AFAICT the apt-mark command is available in lenny's apt, and can be used
for this.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#599186: Blocking dummy bug for squeeze release remotion

2010-10-05 Thread Dererk
Source: libfprint
Severity: serious

Following to the FingerForce developers list discussion found here [1],
I'm filling a dummy bug for the fprint software.

As mentioned on that thread, we will provide newly and well-tested
fprint software for the Squeeze stable release through the backports
system in the future.



Cheers,



1.
http://lists.alioth.debian.org/pipermail/fingerforce-devel/2010-August/000323.html

-- 
BOFH excuse #100:
IRQ dropout




signature.asc
Description: OpenPGP digital signature


Bug#599187: Blocking dummy bug for squeeze release remotion [fprint-demo]

2010-10-05 Thread Dererk
Source: fprint-demo
Severity: serious

Following to the FingerForce developers list discussion found here [1],
I'm filling a dummy bug for the fprint software.

As mentioned on that thread, we will provide newly and well-tested
fprint software for the Squeeze stable release through the backports
system in the future.



Cheers,



1.
http://lists.alioth.debian.org/pipermail/fingerforce-devel/2010-August/000323.html

-- BOFH excuse #100: IRQ dropout



signature.asc
Description: OpenPGP digital signature


Bug#599188: Blocking dummy bug for squeeze release remotion [pam-fprint]

2010-10-05 Thread Dererk
Source: pam-fprint
Severity: serious

Following to the FingerForce developers list discussion found here [1],
I'm filling a dummy bug for the fprint software.

As mentioned on that thread, we will provide newly and well-tested
fprint software for the Squeeze stable release through the backports
system in the future.



Cheers,



1.
http://lists.alioth.debian.org/pipermail/fingerforce-devel/2010-August/000323.html

-- BOFH excuse #100: IRQ dropout



signature.asc
Description: OpenPGP digital signature


Bug#588551: linux-image-2.6.32-5-686: ISDN_I4L disabled

2010-10-05 Thread debian
On Sat, 02 Oct 2010, Ben Hutchings wrote:
> According to  the
> CAPI layer for mISDN drivers is entirely in user-space.  I suggest you
> install pppdcapiplugin and see the configuration example at
> .
I tried to get this setup to work, but it seems not to be possible. When you
follow this mailthread:
http://www.isdn4linux.de/pipermail/isdn4linux/2010-June/004897.html

It is said that there is no capi support for mISDNv2 so the capiplugin for
the pppd will not work. 

So at the moment removing ISDN4LINUX for squeeze means breaking ISDN data
dialing configurations. 

Oliver



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598876: blas: built with -O3 on kfreebsd-amd64; causes zdrot to give incorrect results

2010-10-05 Thread Kumar Appaiah
On Tue, Oct 05, 2010 at 11:08:25AM +0200, Sylvestre Ledru wrote:
> Hello
> 
> I noticed that you did the change in the SVN. Do you want me to upload
> the package ?

I think you can; I don't think the release team would mind this
change. If you want, I can mail them for permission. :-)

Thanks.

Kumar



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599172: dma-migrate eats all the CPU

2010-10-05 Thread Matteo Cypriani
On Tue, 5 Oct 2010 15:33:00 +0300, Peter Pentchev wrote:
> Can you run "dma-migrate -v" by hand and show
> me its output?

There is no output at all…

The output of lsof while dma-migrate -v is running is slightly different
than previously (due to output to the terminal instead of in files, I
guess):
COMMANDPID USER   FD   TYPE DEVICE SIZE/OFF   NODE NAME
dma-migra 1116 root  cwdDIR3,3 4096  24193 /root
dma-migra 1116 root  rtdDIR3,3 4096  2 /
dma-migra 1116 root  txtREG3,3 4180 267453
/usr/sbin/dma-migrate
dma-migra 1116 root  memREG3,3  1503336 242162 /lib/libc-2.11.2.so
dma-migra 1116 root  memREG3,3   142696 242158 /lib/ld-2.11.2.so
dma-migra 1116 root0u   CHR  136,2  0t0  5 /dev/pts/2
dma-migra 1116 root1u   CHR  136,2  0t0  5 /dev/pts/2
dma-migra 1116 root2u   CHR  136,2  0t0  5 /dev/pts/2

Here is the result of strace dma-migrate -v:
execve("/usr/sbin/dma-migrate", ["dma-migrate", "-v"], [/* 24 vars */]) =
0
brk(0)  = 0x10136000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x4802
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=22107, ...}) = 0
mmap(NULL, 22107, PROT_READ, MAP_PRIVATE, 3, 0) = 0x48023000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or
directory)
open("/lib/libc.so.6", O_RDONLY)= 3
read(3,
"\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\1\370\340\0\0\0004"...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1503336, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x48029000
mmap(0xfe6f000, 1574172, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xfe6f000
mprotect(0xffd8000, 65536, PROT_NONE)   = 0
mmap(0xffe8000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x169000) = 0xffe8000
mmap(0xffed000, 9500, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xffed000
close(3)= 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x4802a000
mprotect(0xffe8000, 16384, PROT_READ)   = 0
mprotect(0x48021000, 4096, PROT_READ)   = 0
munmap(0x48023000, 22107)   = 0
time(NULL)  = 1286282846
getpid()= 1143

Hope it helps…

  Matteo



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#517619: tthsum: Little endian check fails on longs

2010-10-05 Thread Walter 'Wallie' Doekes
Hi Hector,

you're reporting three problems.

Problem #1:

>   While trying to solve #598370, which seems to be related to tthsum.
> I tried 1.2.0 version you posted, but I get a failure on little endian
> test on `armel' (ARM EABI 32 bit Architecture)

tthsum-1.0 was once upon a time based on the code from DC++ and was
therefore written in C++. tthsum-1.1 was mostly rewritten from scratch,
using the reference tiger.c implementation. It should bear little
resemblance to the DC++ original (as used in valknut/dclib).

I find it odd that the tiger_test and thex_test found in tthsum-1.2 would
return OK while the tthsum on dclib-0.3.23.tar.bz2 returns something other
than BRNGRD2NBXBLCJHRE27KNGK4CDFTTB65MNZIXHI. Did you really use
tthsum-1.2+ there? (Ok, the thex_test is limited to four very short bits
of data, so it's possible your problem is not caught.)


Problem #2:

> (sid)zu...@abel:~/tthsum-1.2.0$ make
> gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
> -O3  -Wall  -c tthsum.c -o obj-unix/tthsum.o
...
 endian_test.c:90: Little endian check fails on longs
> + endian_test: ...F.
...
> + tiger_test: ...
> + thex_test: .

I would not expect a long to not be 32 bits on your ARM. Either that, or
the (char) is unsigned and the test fails for that reason.

In any case. The test is broken. Assuming that a long is 32-bits is wrong.
Removing the bad test fixes this problem :)


Problem #3:

> I have also seen 1.2.1 release on site, which gives me (also on armel):
>
> (sid)zu...@abel:~/tthsum-1.2.1$ make
> gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -march=native -O3
> -Wall  -c tthsum.c -o obj-unix/tthsum.o
> tthsum.c:1: error: bad value (native) for -march= switch
> make: *** [obj-unix/tthsum.o] Error 1
>
> Tweaking Makefile for -DNDEBUG -D_FILE_OFFSET_BITS=32 and also,
> replacing "-march=native -O3"  by "-O2" fails on the same test.

Okay. This just means that the -march= native flag is not supported on
your gcc. Removing it from the Makefile is all there is to it.


Followup:

If you were using tthsum 1.2+ when you got the tthsum mismatch on
dclib-0.3.23.tar.bz2, please try
http://tthsum.devs.nu/pkg/hector517619.patch and report whether it gives
errors on the thex_test.


Regards,
Walter Doekes



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599093: dh_ocaml: warns on not resolving dependencies on modules contained in the application

2010-10-05 Thread Stéphane Glondu
Le 05/10/2010 11:49, Sylvain Le Gall a écrit :
> Ralf, do you know how to make the difference between internal/external?
> Can we trust that every unresolved symbols are externals?

How can symbols be unresolved in OCaml executables?

-- 
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#599189: Font corruption by openoffice.org-kde package

2010-10-05 Thread Allwyn & Melwyn
From: nathanael_scd...@bsnl.in
Sub: Various bugs in OpenOffice.org Writer
Package: openoffice.org-kde
Version: 1:2.4.1+dfsg-1+lenny8

The KDE integration package ‘openoffice.org-kde’ seems to have bugs. Scrolling 
of pages fast with mouse in OpenOffice Writer makes the fonts corrupt, 
especially when one or more tool bars such as ‘Table’ or ‘Bullets and 
Numbering’ are in the top. It may not be visible immediately. When I keep on 
scrolling from last page to first page and if scrolling speed is gradually 
reduced, font corruption is clearly visible. Removing the package solves the 
problem, but the user interface looks uglier.

My display is Radeon RS690 integrated graphics. Now I use xorg radeon driver. 
I have tried radeonhd and fglrx also. This problem appears in all drivers.

Thanking you
A.M. Tony Allwyn



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599190: cppcheck: no default "enable checks" value described in manual

2010-10-05 Thread TomaszN
Package: cppcheck
Version: 1.44-1
Severity: normal
Tags: upstream

Option --enable=[id] is optional, but the default value is not specified in the 
manual.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#598876: blas: built with -O3 on kfreebsd-amd64; causes zdrot to give incorrect results

2010-10-05 Thread Sylvestre Ledru
Le mardi 05 octobre 2010 à 08:01 -0500, Kumar Appaiah a écrit :
> On Tue, Oct 05, 2010 at 11:08:25AM +0200, Sylvestre Ledru wrote:
> > Hello
> > 
> > I noticed that you did the change in the SVN. Do you want me to upload
> > the package ?
> 
> I think you can; I don't think the release team would mind this
> change. If you want, I can mail them for permission. :-)
OK, we have a deal ;)
I am building it and I will upload it.
You send an email to the release team ;)

S





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#503205: twitux cannot connect but can get public timeline

2010-10-05 Thread Sterling MacNay
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I have moved to wicd from nm and have started gnome-keyring-daemon in my
xfce session (I now have xfce starting gnome session cruft).  I can
receive the Twitux and public timelines but cannot connect to twitter.

Debian sid here.

I might run a gnome session and see if there is a difference in how it
works.

Sterling
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyrH1gACgkQ4WdDHsmyBQD+ygCgkezxLE9a58LIybgU41+J6dfY
oL8AmgLyqnDwbzyUW0yJI6UMrGaf29SF
=NDaq
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#599191: unblock: blas/1.2-8 (yet to be uploaded)

2010-10-05 Thread Kumar Appaiah
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: freeze-exception

Dear Release Team,

This is a permission to upload and request to unblock blas. A gcc bug
implies that we build with -O2 on amd64. Sadly, this also means
kfreebsd-amd64. So, here is the change I request:

--- packages/blas/trunk/debian/rules   2010/03/03 17:33:18  36253
+++ packages/blas/trunk/debian/rules   2010/10/04 13:28:00  36911
@@ -6,7 +6,7 @@
 GCC:=gcc
 F77FLAGS:= -pipe -g  -fomit-frame-pointer
 
-ifneq (,$(filter $(ARCH),amd64))
+ifneq (,$(findstring amd64,$(ARCH)))
 # See bug #569436. -O3 causes some optimisation issues
 F77FLAGS:=$(F77FLAGS) -O2
 else

Thanks.

Kumar

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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

-- 
Hesitating to act because the whole vision might not be achieved, or
because others do not yet share it, is an attitude that only hinders
progress.
  -- Mahatma Gandhi


signature.asc
Description: Digital signature


Bug#598932: /usr/bin/info segmentation fault

2010-10-05 Thread Hilmar Preusse
On 05.10.10 Norbert Preining (prein...@logic.at) wrote:
> On So, 03 Okt 2010, Sergio Gelato wrote:

Hi all,

> > (Problem originally observed on lenny, with info 4.11.dfsg.1-4, both i386
> > and amd64 platforms; confirmed on squeeze i386.)
> > 
> > The info command reproducibly segfaults when viewing a certain (possibly
> > corrupt, but still...) info file.
> > 
> > To reproduce, get /usr/share/info/accounting.info.gz from version 6.4~pre1-6
> > of the acct package. This is the version in lenny; I was unable to reproduce
> > the segfault with the corresponding file from acct 6.5.4-2 which is 
> > currently
> > in squeeze.
> > 
> > Then run "info accounting", navigate to the menu entry for dump-acct, and
> > hit Return.
> 
> I disagree. I just now tried with that very same file from lenny,
> so the info top page gives:
>   This is Edition 6.4-pre1 of the documentation, updated 7 January
>   2006 for version 6.4-pre1 of the GNU Accounting Utilities.
> and when I go tpo
>   * dump-acct
> and press enter I only get
>   dump-acct: No such file or directory
> 
> Which is a different bug, but I guess that is an error in the acct package
> and not in info.
> 
> Can you please send me *YOUR* version of accounting.info.gz, together
> with a backtrace of info, otherwise I cannot even guess what is going
> on, since here on:
> 
I could reproduce the problem on i386 and I posted the info file into
the bug. Unfortunately that mail didn't make it to the mailing list.

H.
-- 
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#598066: File uploaded to the Translation Project (Was: man-db: [INTL:fr] French documentation translation update)

2010-10-05 Thread Colin Watson
On Thu, Sep 30, 2010 at 11:51:47AM -0400, David Prévot wrote:
> Le 30/09/2010 11:21, Colin Watson a écrit :
> > I could probably update all the pages by simply copying in the new
> > generated files, with the exception of manconv(1) since that's a new
> > file.  Would that be worth it, or should I just hold off until 2.5.8
> > since you would have to maintain manconv(1) separately anyway?
> 
> As you wish. Note that I already built the pages against the current
> 2.5.7 Debian package with the updated translation so please find the
> built files attached, if it could be of any help if you plan to update
> the manual pages translation (I don't understand the issue about
> manconv(1) which is actually handled by po4a).

The problem is that actually installing manconv(1) involves a change to
man/fr/Makefile.am, and changing that timestamp would mean that the
build system would want to rerun automake, which would involve new
build-dependencies and all kinds of fragility ...  This will be easier
as of man-db 2.5.8 because I switched to AM_MAINTAINER_MODE there to
avoid this kind of problem.

However: it turns out to be possible to make this work by handling the
French translation of manconv(1) specially in debian/rules; it's just
rather ugly.  I'll include all your updated translations in 2.5.7-5.

Thanks,

-- 
Colin Watson   [cjwat...@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#517121: debian-installer: installs linux-image-2.6-486 instead of linux-image-2.6-686 with a VIA C7-D Processor

2010-10-05 Thread Petter Reinholdtsen
The code has changed slighly in svn.  This patch seem to match the
previous proposal, updated and made relative to the current svn.

Index: i386.sh
===
--- i386.sh (revision 63405)
+++ i386.sh (working copy)
@@ -39,7 +39,7 @@
case "$FAMILY" in
" 6")
case "$MODEL" in
-   " 9"|" 10") echo 686$BIGMEM ;;
+   " 9"|" 10"|" 13")   echo 686$BIGMEM ;;
*)  echo 486 ;;
esac
;;

I believe this patch seem sensible, and am positive to commit it to
svn.

Happy hacking,
-- 
Petter Reinholdtsen




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#517619: tthsum: Little endian check fails on longs

2010-10-05 Thread Hector Oron
Hello,

> Problem #1:
>
>>   While trying to solve #598370, which seems to be related to tthsum.
>> I tried 1.2.0 version you posted, but I get a failure on little endian
>> test on `armel' (ARM EABI 32 bit Architecture)
>
> tthsum-1.0 was once upon a time based on the code from DC++ and was
> therefore written in C++. tthsum-1.1 was mostly rewritten from scratch,
> using the reference tiger.c implementation. It should bear little
> resemblance to the DC++ original (as used in valknut/dclib).
>
> I find it odd that the tiger_test and thex_test found in tthsum-1.2 would
> return OK while the tthsum on dclib-0.3.23.tar.bz2 returns something other
> than BRNGRD2NBXBLCJHRE27KNGK4CDFTTB65MNZIXHI. Did you really use
> tthsum-1.2+ there? (Ok, the thex_test is limited to four very short bits
> of data, so it's possible your problem is not caught.)

No, I used tthsum version found in Debian (1.1.0-1) for libdc0 build
failure. Trying to find out wht was wrong brought me to tthsum checks
on 1.2.0 and 1.2.1, which I reported previously. I also did a check on
/dev/null which both systems (x86 and ARM) matched, but not when
trying the tarballs on any tthsum version.

> Problem #2:
>
>> (sid)zu...@abel:~/tthsum-1.2.0$ make
>> gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -fomit-frame-pointer
>> -O3  -Wall  -c tthsum.c -o obj-unix/tthsum.o
> ...
> endian_test.c:90: Little endian check fails on longs
>> + endian_test: ...F.
> ...
>> + tiger_test: ...
>> + thex_test: .
>
> I would not expect a long to not be 32 bits on your ARM. Either that, or
> the (char) is unsigned and the test fails for that reason.

Yes, all (char) must be unsigned in ARM hardware.

(sid)zu...@abel:~$ cat test.c
#include 
int main(void)
{
   char i = -1;
printf("%d\n", i);
return 0;
}
(sid)zu...@abel:~$ gcc -o test test.c
(sid)zu...@abel:~$ ./test
255

See http://www.arm.linux.org.uk/docs/faqs/signedchar.php

> In any case. The test is broken. Assuming that a long is 32-bits is wrong.
> Removing the bad test fixes this problem :)
>
>
> Problem #3:
>
>> I have also seen 1.2.1 release on site, which gives me (also on armel):
>>
>> (sid)zu...@abel:~/tthsum-1.2.1$ make
>> gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -march=native -O3
>> -Wall  -c tthsum.c -o obj-unix/tthsum.o
>> tthsum.c:1: error: bad value (native) for -march= switch
>> make: *** [obj-unix/tthsum.o] Error 1
>>
>> Tweaking Makefile for -DNDEBUG -D_FILE_OFFSET_BITS=32 and also,
>> replacing "-march=native -O3"  by "-O2" fails on the same test.
>
> Okay. This just means that the -march= native flag is not supported on
> your gcc. Removing it from the Makefile is all there is to it.
>
>
> Followup:
>
> If you were using tthsum 1.2+ when you got the tthsum mismatch on
> dclib-0.3.23.tar.bz2, please try
> http://tthsum.devs.nu/pkg/hector517619.patch and report whether it gives
> errors on the thex_test.

(sid)zu...@abel:~/tthsum-1.2.1$ patch -p0 < ../hector517619.patch
patching file thex_test.c
patching file endian_test.c
(sid)zu...@abel:~/tthsum-1.2.1$ make
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -march=native -O3
-Wall  -c endian_test.c -o obj-unix/endian_test.o
endian_test.c:1: error: bad value (native) for -march= switch
make: *** [obj-unix/endian_test.o] Error 1
(sid)zu...@abel:~/tthsum-1.2.1$ vi Makefile
(sid)zu...@abel:~/tthsum-1.2.1$ make
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -O3  -Wall  -c
endian_test.c -o obj-unix/endian_test.o
gcc -DNDEBUG -D_FILE_OFFSET_BITS=64 -DUSE_TEXTS  -O3  -Wall  -c
thex_test.c -o obj-unix/thex_test.o
gcc -O3 -Wall  obj-unix/test.o obj-unix/base32.o obj-unix/escape.o
obj-unix/getopt.o obj-unix/read.o obj-unix/texts.o obj-unix/thex.o
obj-unix/tiger.o obj-unix/tthsum.o obj-unix/utf8.o
obj-unix/base32_test.o obj-unix/endian_test.o obj-unix/escape_test.o
obj-unix/getopt_test.o obj-unix/read_test.o obj-unix/texts_test.o
obj-unix/thex_test.o obj-unix/tiger_test.o obj-unix/types_test.o
obj-unix/utf8_test.o   -o obj-unix/test
obj-unix/test

  RUNNING TESTS

  Language

+ endian_test: .
+ types_test: 

  Util

+ base32_test: ...
+ escape_test: ..
+ getopt_test: ...
+ read_test: ...
+ utf8_test: 

  App

+ texts_test: ...
+ tiger_test: ...
>>> thex_test.c:52: memcmp: mismatch on YWCGBHG5J26IDNFH3M55MR7674GYLSBXBWITCZA 
>>> != LAVDEGOBOQOJSI5WHYARNNDIVO2NK7XPLNG5UVY: 
>>> 582k3219m1741.9923l63o011.l468kll4n.7oop5l4nnk57
>>> thex_test.c:52: memcmp: mismatch on OQMPMBCCCTSJJSKNO3FGFZX4T636THZB57UT7HI 
>>> != 2U6ZRJMXBSWPUUW2UD3HWPNMTJOHV2NEC2GLRVY: 
>>> n53n98k5970mkmpk52nkk0p67l3nk..k5m7ko9k4168ml8n7
+ thex_test: .F

  Tests completed: 43 succeeded, 1 failed
=

Bug#599093: dh_ocaml: warns on not resolving dependencies on modules contained in the application

2010-10-05 Thread Stéphane Glondu
Le 05/10/2010 14:56, Stéphane Glondu a écrit :
>> Ralf, do you know how to make the difference between internal/external?
>> Can we trust that every unresolved symbols are externals?
> 
> How can symbols be unresolved in OCaml executables?

C stubs can be "unresolved", and IIRC dh_ocaml uses dependencies between
ocaml interfaces to find dependencies to dynamic stubs (dll*.so files).
This approach is good to find ABI-zed dependencies, but warnings
generated in this case won't be relevant most of the time.

However, we also have access to dynamic stub dependencies in the
bytecode executables, so I propose we still use OCaml interfaces to find
ABI-zed dependencies, get rid of the warning for so-called "unresolved"
symbols on the OCaml side, and issue warnings for dll*.so that cannot be
found.

-- 
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#599192: openvpn: Add a note about bridge-utils helpers for interfaces to README.Debian

2010-10-05 Thread Sven
Package: openvpn
Severity: wishlist
Tags: patch

Hi,
there are quite some howtos around providing overly complex scripts
to setup a bridge for OpenVPN while the bridge-utils package provides
some nice integration for /etc/network/interfaces. Maybe it would help
to add a note about this to the README.Debian. Attached is my proposal
with a small example.

Sven

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- README.Debian.orig  2010-10-05 15:16:59.0 +0200
+++ README.Debian   2010-10-05 15:23:40.0 +0200
@@ -89,6 +89,27 @@
 in the same file
 
 
+If you'd like to use a bridged setup (utilizing a tap device) Debian provides
+some helper tools in the bridge-utils package to help you setting up your
+bridge via /etc/network/interfaces.
+
+An easy example, creating a bridge interface 'br0' from 'eth0' and 'tap0',
+can look like this:
+
+  auto lo br0 eth1
+  allow-hotplug eth0
+
+  iface br0 inet static
+  address 192.168.1.1
+  network 192.168.1.0
+  netmask 255.255.255.0
+  broadcast 192.168.1.255
+  bridge_ports eth0 tap0
+  pre-up openvpn --mktun --dev tap0
+
+It's recommended to read the manpage - man 5 bridge-utils-interfaces - aswell.
+
+
 #
 # Compatibility notes on 2.x vs 1.x #
 #
@@ -195,4 +216,4 @@
 
 Kudos to him, for finding out and proposing a solution.
 
- -- Alberto Gonzalez Iniesta   Fri, 09 Jul 2010 12:46:30 
+0200
+ -- Sven Hoexter , Tue,  5 Oct 2010 15:23:40 +0200


  1   2   3   4   >