Bug#631984: tmux: Redirecting output causes hang due to epoll bug

2011-06-28 Thread Romain Francoise
Yes, this is a known bug in tmux 1.4, we tried to fix it in 1.4-2 but ran
into issues with libevent (which are currently tracked in #609444) so we
had to revert the fix.

Once #609444 is fixed in unstable, we can fix this.

Thanks,
-- 
Romain Francoise 
http://people.debian.org/~rfrancoise/



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



Bug#631987: [Pkg-xfce-devel] Bug#631987: xfce4-terminal: xfce terminal dies upon attempting to exit.

2011-06-28 Thread Yves-Alexis Perez
severity 631987 minor
tag 631987 moreinfo
thanks

On mar., 2011-06-28 at 17:50 -0400, macarthur wrote:
> Package: xfce4-terminal
> Version: 4.8
> Severity: normal
> 
> When clicking the 'x' to close it out. It causes it to die. It says the
> following.

So you can run xfce4-terminal just fine and use it, it's only when you
try to close it and only with the close button on the top right? Not if
you run exit or something?
> 
> Failed to execute default Terminal Emulator.
> Input/Output error.
> 
> But if I invoke GDB and attempt to debug the terminal by launching a new one
> and then close it, it closes just fine. 

What if you run another terminal and from there run:

xfce4-terminal --disable-server

and close using the cross?

Regards,
-- 
Yves-Alexis


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


Bug#632002: ITP: pvclust -- Hierarchical Clustering with P-Values via Multiscale Bootstrap

2011-06-28 Thread Andreas Tille
Hi Charles,

for me this looks like a precondition for something else but not
directly something for the tasks pages.  If I'm wrong, could you
insert it on the proper place?

Kind regards

 Andreas.

On Wed, Jun 29, 2011 at 01:01:43PM +0900, Charles Plessy wrote:
> Package: wnpp
> Severity: wishlist
> Owner: Charles Plessy 
> 
>   Package name: pvclust
>   Version : 1.2-2
>   Upstream Author : Ryota Suzuki , Hidetoshi Shimodaira 
> 
>   URL : http://www.is.titech.ac.jp/~shimo/prog/pvclust/
>   License : GPL-2+
>   Programming Lang: R
>   Description : Hierarchical Clustering with P-Values via Multiscale 
> Bootstrap
> 
> Maintainer: Debian Med Packaging Team 
> 
> Uploaders: Charles Plessy 
> DM-Upload-Allowed: yes
> Homepage: http://www.is.titech.ac.jp/~shimo/prog/pvclust/
> Vcs-Git: git://git.debian.org/debian-med/pvclust.git
> Vcs-Browser: http://git.debian.org/?p=debian-med/pvclust.git
> 
> Package: r-cran-pvclust
> Architecture: all
> Description: Hierarchical Clustering with P-Values via Multiscale Bootstrap
>  pvclust is a package for assessing the uncertainty in
>  hierarchical cluster analysis. It provides AU (approximately
>  unbiased) p-values as well as BP (boostrap probability) values
>  computed via multiscale bootstrap resampling.
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: 
> http://lists.debian.org/20110629040143.7328.77954.reportbug@localhost.localdomain
> 
> 

-- 
http://fam-tille.de



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



Bug#632008: (no subject)

2011-06-28 Thread Mahesh T. Pai
The problem was solved by

1. removing libapt-inst1.2
2. Running aptitude -f install again.

#1 removed apt-utils, apt-listchanges and python-apt. 
I manually reinstalled after #2, and there were no complaints.
There is no suggestion that libapt-inst1.2 is a dependency while 
doing this. 

Probably,  a conflicts should be defined against libpt-inst1.2? 
(0.8.5-exp3 is what was installed. 


-- 
Mahesh T. Pai   ||
free -  (adj) able to  act at will;  not hampered;
   not  under  compulsion  or restraint;  free
   from  obligations or  duties; not  bound to
   servitude; at liberty.



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



Bug#632015: nullmailer logs success message with log level LOG_ERR

2011-06-28 Thread Malte Starostik
Package: nullmailer
Version: 1.05-1
Severity: minor

The Debian syslog patch to nullmailer causes successful mail submission to be 
logged with a level of LOG_ERR, cluttering up the high-severity log 
destinations.  Fix attached.

FWIW, I'm actually running nullmailer-1.04 on Gentoo, which includes the 
relevant patch from Debian - will report downstream as appropriate.  The issue 
is apparently still relevant for your 1.05-1 package.

Kind Regards,
Malte
diff -rubB debian.orig/patches/03_syslog.diff debian/patches/03_syslog.diff
--- debian.orig/patches/03_syslog.diff	2011-04-05 14:58:21.0 +0200
+++ debian/patches/03_syslog.diff	2011-06-29 08:01:37.996786190 +0200
@@ -87,7 +87,7 @@
  {
 -  ferr << cli_program << ": Succeeded: " << msg << endl;
 +  if (use_syslog)
-+syslog(LOG_ERR, "%s: Succeeded: %s", cli_program, msg);
++syslog(LOG_INFO, "%s: Succeeded: %s", cli_program, msg);
 +  if (!daemonize)
 +ferr << cli_program << ": Succeeded: " << msg << endl;
exit(0);


Bug#632002: ITP: pvclust -- Hierarchical Clustering with P-Values via Multiscale Bootstrap

2011-06-28 Thread Charles Plessy
Le Wed, Jun 29, 2011 at 08:14:29AM +0200, Andreas Tille a écrit :
> 
> for me this looks like a precondition for something else but not
> directly something for the tasks pages.  If I'm wrong, could you
> insert it on the proper place?

Hi Andreas,

it is in our statistics task.  We use it at work when comparing measurments of
transcriptome expression.

I will wait a day before uploading to give opportunity to others for feedback,
so I thought there is no need to update the task by adding the ITP just for one
day.

Have a nice day,

-- 
Charles



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



Bug#631987: [Pkg-xfce-devel] Bug#631987: xfce4-terminal: xfce terminal dies upon attempting to exit.

2011-06-28 Thread Macarthur Inbody

On 06/29/2011 02:14 AM, Yves-Alexis Perez wrote:

severity 631987 minor
tag 631987 moreinfo
thanks

On mar., 2011-06-28 at 17:50 -0400, macarthur wrote:

Package: xfce4-terminal
Version: 4.8
Severity: normal

When clicking the 'x' to close it out. It causes it to die. It says the
following.

So you can run xfce4-terminal just fine and use it, it's only when you
try to close it and only with the close button on the top right? Not if
you run exit or something?
Yes if I run exit, it closes just fine but if I press the 'x' after not 
typing anything it just dies.

Failed to execute default Terminal Emulator.
Input/Output error.

But if I invoke GDB and attempt to debug the terminal by launching a new one
and then close it, it closes just fine.

What if you run another terminal and from there run:

xfce4-terminal --disable-server

and close using the cross?
I've not tried it. I was just trying xfce4 for awhile, and then found 
out that the updates to things that I'd like to see in XFCE won't be 
available until xfce 4.10 so I'm going to wait for it before I leave 
GNOME(I've moved to a screened update for all gnome related items so 
that I don't have to experience GNOME3). I can try reinstalling it 
tomorrow, and reproducing the bug once I login to an xfce session. If it 
is repeated, I'll reply to the bug report here.

Regards,





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



Bug#632016: [INTL:ko] Korean debconf template translatio​n for bind9

2011-06-28 Thread 강민지
Package: bind9
Version: 1_9.7.3
Severity: wishlist
Tags: l10n patch

The header information is updated.
It is attached to this report.


bind9.po
Description: Binary data


Bug#632017: [INTL:ko] Korean debconf template translatio​n for debsums

2011-06-28 Thread 강민지
Package: debsums
Version: 2.0.48
Severity: wishlist
Tags: l10n patch

The header information is updated.

It is attached to this report.


debsums.po
Description: Binary data


Bug#632018: [INTL:ko] Korean debconf template translatio​n for lsb

2011-06-28 Thread 강민지
Package: lsb
Version: 3.2-27
Severity: wishlist
Tags: l10n patch

The header information is updated.

It is attached to this report.


lsb.po
Description: Binary data


Bug#632019: [INTL:ko] Korean debconf template translatio​n for syslinux

2011-06-28 Thread 강민지
Package: syslinux
Version: 2_4.04
Severity: wishlist
Tags: l10n patch

The header information is updated.

It is attached to this report.


syslinux.po
Description: Binary data


Bug#632020: [INTL:ko] Korean debconf template translatio​n for update-inetd

2011-06-28 Thread 강민지
Package: update-inetd
Version: 4.38
Severity: wishlist
Tags: l10n patch

The header information is updated.

It is attached to this report.


update-inetd.po
Description: Binary data


Bug#632021: [INTL:ko] Korean debconf template translatio​n for webalizer

2011-06-28 Thread 강민지
Package: webalizer
Version: 2.01.10-32.7
Severity: wishlist
Tags: l10n patch

The header information is updated.

It is attached to this report.


webalizer.po
Description: Binary data


Bug#630397: Bug#630398: please fix mono 2.10 bugs

2011-06-28 Thread Kartik Mistry
On Mon, Jun 27, 2011 at 11:12 PM, Julian Taylor
 wrote:
> severity 630397 important
> severity 630398 important
>
> the mono transition [0] will be happening in near future, so all ftbs
> with mono 2.10 and cli-common-dev 0.8 should be fixed soon.
> The debian-cli team will start uploading NMUs to DELAYED/7. If you
> object please reply to the bug or debian-...@lists.debian.org

Go ahead and do NMU without delay. I'm going to busy for some day for upload :)

-- 
Kartik Mistry
Debian GNU/Linux Developer
IRC: kart_ | Identica: @kartikm



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



Bug#286672: Mail Notification: OpenSSL+GPL on Debian

2011-06-28 Thread Steve Langasek
On Wed, Jun 29, 2011 at 03:32:18PM +1200, Dan Wallis wrote:
> 2011/6/24 Steve Langasek :
> > However, in reading the bug log my understanding is the upstream author's
> > position is that the GPL does not require dynamically-linked libraries to be
> > distributed under the same license terms.  I don't believe this is an
> > accurate interpretation of the GPL as written, but if Jean-Yves is the sole
> > copyright holder of the work, then this is a clarification of the intended
> > license, which I believe is sufficient for Debian's purposes.  If there are
> > other copyright holders, we would need to get similar clarification of
> > intent, or an OpenSSL linking exception, from each of them.

> That's great news. Thanks. :)

> Pascal, as the package maintainer,

Pascal is no longer the maintainer, actually; the maintainer is now LIU Qi. 
But the @bugs.debian.org address reaches him, so I guess he's following
along. :)

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org



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



<    1   2   3   4