I'm wondering if this is related to the issues I had when installing wine
from winehq.org (which also involved libldap breakage). The following is
from a discussion with Scott Ritchie:
David Hall (coding) wrote:
> The current problem seems to be due to libldap2 (which is a dependency o
Okay, so I checked this with the previous git-core version 1:1.5.5-1,
which ended up having the same problem. So, given that it was previously
working with that version, I wondered if something else had changed in
relation to this.
Not quite sure what this change was, but I noticed that there was
Package: git-core
Version: 1:1.5.5.1-1
I recently did an upgrade on my system that caused git to stop recording
revisions of useful files I'm changing in for my PhD project. The problem
seems to be associated with the case-insensitivity of the FAT32 system
(actually the main reason why I changed f
Package: git-core
Version: 1:1.5.5.1-1
Severity:
I recently did an upgrade on my system that caused git to stop recording
revisions of useful files I'm changing in for my PhD project. The problem
seems to be associated with the case-insensitivity of the FAT32 system
(actually the main reason why I
I ended up needing to reboot my computer today, so I did one pass of a
MemTest (with success), but don't currently have the ability to do it for
a whole day, due to the nature of my work on the computer (although this
might be possible about 2 weekends away). Anyway, just after doing that, I
notice
I've noticed a similar problem to this as well, and it only seems to
happen when I'm using the 2.6.24 kernel.
BUG: soft lockup - CPU#1 stuck for 11s! [net.agent:2138]
BUG: soft lockup - CPU#0 stuck for 11s! [mount:2115]
BUG: soft lockup - CPU#1 stuck for 11s! [net.agent:2138]
BUG: soft lockup - CP
Debian Bug Tracking System wrote:
> #475343: Rscript searches for R binary in /tmp, rather than /usr/bin
>
> It has been closed by Dirk Eddelbuettel <[EMAIL PROTECTED]>.
Not quite sure why this was closed when the problem still seems to exist,
but anyway...
I've attached a perl script that should
Package: xserver-xorg-video-intel
Version: 2:2.2.1-1
I seem to have a similar problem with my video card, with regards to that
final error message at least (PRB0_HEAD and PRB0_TAIL indicate ring buffer
not flushed). The result of this is that the X server refuses to start (or
at least doesn't disp
> On 10 April 2008 at 20:18, David Hall (coding) wrote:
> | running
> | '/tmp/buildd/r-base-2.7.0~20080408/bin/R --slave --no-restore\
> | --file=empty.txt'
Dirk Eddelbuettel wrote:
> Could there be a regression with the build setup as 2.6.2 does this fine:
> [
Package: r-base-core
Version: 2.7.0~20080408-1
Severity: minor
The Rscript command (a wrapper for invoking R with a command line like 'R
--slave --no-restore --file=foo [script_args]') does not seem to have the
correct location for the R binary. It looks like the location is set to
/tmp/buildd/r-b
Roland Clobus said:
> The patch contains the 'admin send-message', so your first part of the
> feature request is fulfilled.
Thanks, the combination of debug messages and your patch are working. I
needed to make a couple of small changes to your patch to work with the
debian version -- possibly be
Roland Clobus wrote:
> I think you missed the second part of my e-mail, that followed after a large
> quote:
Sorry, yes, I did miss that part. I was probably a bit dazed and wasn't
expecting a combination top/bottom post at that time.
> I've adapted your patch to avoid the use of sscanf, see
> h
Roland Clobus wrote:
> It has been a long ago since you wrote this report, I hope it is still valid.
Yes it is still valid. I'm currently running a pioneers server (Debian version
0.10.2-3) with my patches (which is connected to the pioneers.debian.net
metaserver) and the modifications seem to sti
Jim Meyering wrote:
Thanks for the report.
What does this print for you?
$ printf 'rs1635242,25\nrs165179,17\n'|sort -t, -k1.3,1.99n
rs165179,17
rs1635242,25
$ sort --version
sort (GNU coreutils) 5.97
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software. You may redistribut
Jim Meyering wrote:
Thanks for the report.
What does this print for you?
$ printf 'rs1635242,25\nrs165179,17\n'|sort -t, -k1.3,1.99n
rs165179,17
rs1635242,25
$ sort --version
sort (GNU coreutils) 5.97
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software. You may redistribut
Bob Proulx wrote:
If you want sort to sort on individual fields try the -k option.
(echo 10,1;echo 1,10) | sort -t , -k 1,1n -k 2,2n
1,10
10,1
YOU seem to be aware that sort sorts across an entire line unless -k
is given and you are aware that sort uses locale defined collating
sequence
Package: coreutils
Version: 5.97-5.3
Severity: minor
The sort command appears to ignore (as in not include) locale
punctuation when splitting data into fields. This has a side effect of
causing a numeric sort to fail to correctly sort comma-separated files.
The following is a test demonstrati
Sorry about the filesize, I'll post a link to a website-stored file next time I
want to do things like that...
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
From the looks of the code, puzzle generation is dependent on a good solve
method:
[GNUDoku.C]
void GNUDoku::generatePuzzle(float const difficulty, int const seed){
...
Sudoku::solve(stack, top, &flag_data, visited);
...
}
Glancing at the solve algorithm, it looks like the solve method
Package: pioneers-server-console
Version: 0.10.2-2
Severity: wishlist
I have previously played multiplayer online games that had support for
map voting, and had thoughts about what would be minimally required to
implement this in the pioneers-server-console. Here's my thinking of
what would be
20 matches
Mail list logo