On 04/07/11 04:51, Ben Hutchings wrote:
On Sat, 2009-10-10 at 23:05 +0200, Wouter Cloetens wrote:
A combination of kernel driver and firmware version perhaps?
Presumably it was. Has this been fixed by a kernel upgrade? Is it
still a problem in the current stable release (Debian 6.0.3
I've verified that it works on i386.
I've tried to ensure that it will work on other architectures, but I
haven't tested it on any.
I doesn't. It calls /bin/sh within the chroot, which of course fails
when installing for a different architecture.
This is easily reproduced:
cdebootstrap -aarm
Package: firmware-iwlwifi
Version: 0.18
Severity: grave
Justification: renders package unusable
Firmware iwlwifi-4965-2.ucode version 228.61.2.24 in firmware-iwlwifi 0.18
renders the wlan interface unusable. After a couple of minutes, the
following message appears in syslog:
iwlagn :03:00.0
The same problem has been observed by someone else with an R61 with
an Ubuntu 2.6.26 kernel. After I upgraded to 2.6.28, the problem disappeared
altogether.
As Lenny was released with 2.6.26, but I'm running sid and have been using sid's
2.6.28 for a while, and now a self-built 2.6.29, I can neithe
Happened again with HPET enabled.
linux-image-2.6.26-1-686 2.6.26-8
I had 6 days of uptime with that kernel at one point.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Upgraded to linux-image-2.6.26-1-686 2.6.26-6 (and went from nv to nvidia-glx),
and no hangs for 2 weeks.
Re-enabled HPET, and 2 days of uptime so far.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Wed, Jul 30, 2008 at 01:07:06AM +0200, Wouter Cloetens wrote:
> On Sat, Jul 26, 2008 at 01:26:50AM +0200, Wouter Cloetens wrote:
> > My next step is hpet=disable.
>
> And no hangs since.
... until now, after 4 days of uptime. The HPET is not (the only)
culprit.
--
To UNSUBS
On Sat, Jul 26, 2008 at 01:26:50AM +0200, Wouter Cloetens wrote:
> My next step is hpet=disable.
And no hangs since.
For completeness, I must say that I also disabled CONFIG_IRQBALANCE.
Also; these hangs have not occurred at work where I mostly use Ethernet;
only at home where I only
On Thu, Jul 24, 2008 at 02:06:44AM +0200, Wouter Cloetens wrote:
> Three days without hang...
... but that didn't last; it just did it again. My next step is
hpet=disable.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
2.6.26 hangs too, in the same way, and again after up to two days of
uptime. The new iwlwifi driver can drive the wireless LED, and that
still works while the system is hung.
Going to try to enable HPET_RTC_IRQ and HPET_RTC_IRQ as suggested in
479709, and if that fails, hpet=disable on the kernel
On Fri, Jul 18, 2008 at 12:14:31AM +0200, maximilian attems wrote:
> try out 2.6.26, see trunk apt lines
> -> http://wiki.debian.org/DebianKernel
This mail sent from a freshly built custom 2.6.26 on my laptop.
Now let's see if this one hangs.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with
Problem occurred again on my custom kernel after 2 days of operation
without a problem.
No reaction to anything; magic sysrq, caps/scroll lock,
ctrl+alt+backspace/del, any of the Fn-key combinations or short power
button press.
I'm willing and able to debug this, but I have no idea how to proceed.
It actually happened on my customer kernel too now, after over 11h
uptime.
Magic sysrq is enabled; will try to gather more details.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
On Thu, Apr 19, 2007 at 11:28:48AM +0200, Norbert Preining wrote:
> PLease de-install xmltex, then configuration should succeed. This is in
> fact a bug in xmltex, and needs a lot of fixes.
Indeed, that fixes it. Thank you!
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubs
Log attached.
I killed it with 'killall mktexfmt.'
fmtutil: running `pdftex -ini -jobname=etex -progname=etex
-translate-file=cp227.tcx *etex.ini' ...
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) (INITEX)
%&-line parsing enabled.
(/usr/share/texmf-texlive/web2c/cp227.tcx)
entering ex
On Wed, Jan 03, 2007 at 01:04:37PM +0100, Pierre Habouzit wrote:
> To Wouter: to resolve your problem, just rm -rf
> /usr/lib/python*/site-packages/mercurial. You can do that safely,
> that'll solve your problem.
Success! Many thanks!
signature.asc
Description: Digital signature
On Wed, Jan 03, 2007 at 10:25:07AM +0100, Pierre Habouzit wrote:
> so my guess, but I may be wrong, is that there is old byte compiled
> things from your package before the new policy, and that when
> /usr/bin/hg does `from mercurial import mdiff` it finds the mdiff.pyc
> from /usr/lib/python2.4/
On Wed, Jan 03, 2007 at 11:18:49AM +0100, Vincent Danjean wrote:
> $ dpkg -S mercurial
mercurial: /usr/share/mercurial/templates/gitweb/tags.tmpl
mercurial: /usr/share/mercurial/templates/filelog.tmpl
mercurial: /usr/share/python-support/mercurial/mercurial/remoterepo.py
mercurial: /usr/share/doc/
On Tue, Jan 02, 2007 at 05:23:48PM +0100, Vincent Danjean wrote:
> Ok, can you try also :
+ echo 'import sys; print sys.path; from mercurial import bdiff'
+ python2.4
['', '/usr/lib/python24.zip', '/usr/lib/python2.4',
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk',
'/usr/lib/python
On Tue, Jan 02, 2007 at 03:29:17PM +0100, Vincent Danjean wrote:
> Can you tell me the results of the following commands :
+ which hg
/usr/bin/hg
+ dpkg -S /usr/bin/hg
mercurial: /usr/bin/hg
+ dpkg -s mercurial
Package: mercurial
Status: install ok installed
Priority: optional
Section: devel
Instal
It no longer works under python2.3 for me now, so I've been forced to do
some problem determination. Strace tells me it's looking for bdiff.so in
these paths:
/usr/lib/python2.4/site-packages/mercurial/bdiff.so
/usr/bin/bdiff.so
/usr/lib/python24.zip/bdiff.so
/usr/lib/python2.4/bdiff.so
/usr/lib/p
Package: xkb-data
Version: 0.8-13
Severity: important
Tags: patch
After an unstable update, I got an error dialogue box at Gnome startup
regarding the keyboard. The root cause is the file
/usr/share/X11/xkb/geometry/thinkpad
which tries to include files from the ibm_vndr directory, which no
longe
I can reproduce the problem on my system. Unstable, mercurial 0.9.1-1
installed. dpkg -L lists the libraries for both python2.3 and python2.4.
The files are present, and ldd reports nothing special about them.
As pointed out by the bug submitter, running /usr/bin/hg under python2.3
instead works.
I suspect that the bug report at
http://bugzilla.kernel.org/show_bug.cgi?id=4919 is relevant.
signature.asc
Description: Digital signature
24 matches
Mail list logo