Bug#702245: Thinkpad T61p cannot detect link, too

2013-03-14 Thread Joerg Dorchain
Hello,

same here for a thinkpad T61.

ethtool show output whenI do ifconfig eth0 down, but nothing when
the interface is up and a cable plugged in.

Bye,

Joerg



signature.asc
Description: Digital signature


Bug#620059: mountd tries ipv6 only

2011-04-08 Thread Joerg Dorchain
Hi,

I ran into he problem described here, too.

Some debugging shows that mountd tries to connect via IPv6 only,
despite the content of /etc/netconfig, which marks both ipv4 and
ipv6 as visible.

My portmap is listening on IPv4 localhost only, so all four IPv6
connectin attempts are futile.

Bye,

Joerg

#
# The network configuration file. This file is currently only
# used in
# conjunction with the TI-RPC code in the libtirpc library.
#
# Entries consist of:
#
#   network_id semantics flags protofamily
#   protoname \
#   device nametoaddr_libs
#
# The device and nametoaddr_libs fields are always empty in
# this
# implementation.
#
udptpi_clts  v inet udp -   -
tcptpi_cots_ord  v inet tcp -   -
udp6   tpi_clts  v inet6udp -   -
tcp6   tpi_cots_ord  v inet6tcp -   -
rawip  tpi_raw   - inet  -  -   -
local  tpi_cots_ord  - loopback  -  -   -
unix   tpi_cots_ord  - loopback  -  -   -




signature.asc
Description: Digital signature


Bug#412092: [Patch] bug in gdth.c crashing machine

2007-05-09 Thread Joerg Dorchain
On Mon, May 07, 2007 at 10:54:42AM -0600, dann frazier wrote:
 
  As the machine in question is in a production
  environment, it can take some time to find a maintaince window to test
  it. If so I will report.
 
 Ok - please let us know as soon as you're able.

I found a chance to reboot to the said kernel.

At least this particular bug is fixed.

I hope to see a new kernel package in the testing pool  soon ;-)

Bye,

Joerg


signature.asc
Description: Digital signature


Bug#412092: [Patch] bug in gdth.c crashing machine

2007-05-07 Thread Joerg Dorchain
On Tue, May 01, 2007 at 07:32:57PM -0600, dann frazier wrote:
 
 You can retrieve snapshots from here:
  deb http://kernel-archive.buildserver.net/debian-kernel etch main
 
 This patch was committed in r8560, so you'll want to test a
 version = 2.6.18.dfsg.1-13~snapshot.8560 when its available.

I only found
linux-image-2.6.18-5-686_2.6.18.dfsg.1-13~snapshot.8564_i386.deb today
and installed it. As the machine in question is in a production
environment, it can take some time to find a maintaince window to test
it. If so I will report.

Bye,

Joerg


signature.asc
Description: Digital signature


Bug#412092: [Patch] bug in gdth.c crashing machine

2007-02-23 Thread Joerg Dorchain
Package: linux-image-2.6.18-3-686
Version: 2.6.18-7
Tags: upstream,patch
Severity: important

Hello,

there is a bug in the gdth driver causing crashes and potential data
losses when using tape. The bug is also described and confirmed on the lklm
on 13 Oct 2006
Message-ID: [EMAIL PROTECTED]

The included patch is derived directly from that mail.

Please consider including it until it has made it upstream, as it
endangers machines doing tape backups.

Bye,

Joerg


--- gdth.c.orig 2007-02-23 12:48:56.0 +0100
+++ gdth.c  2007-02-23 12:51:44.0 +0100
@@ -3092,6 +3092,7 @@
 cmdp-u.raw64.direction  = 
 gdth_direction_tab[scp-cmnd[0]]==DOU ? 
GDTH_DATA_OUT:GDTH_DATA_IN;
 memcpy(cmdp-u.raw64.cmd,scp-cmnd,16);
+cmdp-u.raw64.sg_ranz= 0;
 } else {
 cmdp-u.raw.reserved   = 0;
 cmdp-u.raw.mdisc_time = 0;
@@ -3108,6 +3109,7 @@
 cmdp-u.raw.direction  = 
 gdth_direction_tab[scp-cmnd[0]]==DOU ? 
GDTH_DATA_OUT:GDTH_DATA_IN;
 memcpy(cmdp-u.raw.cmd,scp-cmnd,12);
+cmdp-u.raw.sg_ranz= 0;
 }
 
 if (scp-use_sg) {


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#288010: PowerPC installed initrd misses files

2005-01-06 Thread Joerg Dorchain
On Sat, Jan 01, 2005 at 05:56:32PM +0100, Geert Stappers wrote:
 
  - the ohci1334 module needed to drive the external firewire disk is
missing from the image.
 
 Is this simular as http://bugs.debian.org/283712,
 Reboot from USB Hard Disk failed?
 
Thanks to this hint I now finally got the installtion finished.

Steps needed:

- boot in expert mode
- follow everything step by step
- for another reason yaboot did not install, so I continued without it.
- Before finishing the installation, execute a shell.
- nano /target/etc/mkinird/modules and add ieee1394, ohci1394, scsi_mod,
  sbp2, sd_mod, and ext3
- nano /target/etc/mkinird/mkinitrd.conf and add DELAY=10 (3 seconds
  might be sufficient, but this is what currently works)
- chroot /target
- mkinitrd -o /boot/initrd-version
- exit the shell(s) and finish.

The system now boots at last.
A final remark, in the used /target/etc/mkinird/mkinitrd.conf BUSYBOX
was set to no.

Currently I am fighting keymap problems (it seems that none of the
supllied keymaps allows ALT-Fx console switching), but that will be a
separated bug report.

Bye,

Joerg


signature.asc
Description: Digital signature


Bug#288010: PowerPC installed initrd misses files

2005-01-06 Thread Joerg Dorchain
On Thu, Jan 06, 2005 at 06:13:05PM +0100, Geert Stappers wrote:
 
 [ Steps needed ]
  The system now boots at last.
 Okay, nice.
 
  A final remark,
  in the used /target/etc/mkinird/mkinitrd.conf BUSYBOX was set to no.
 (I am not a mkinitrd expert)
 
 Did you left it set to no? Did you have to change it? If yes, in what?

I left it at no.

 In other words:  What do you want to achieve with your remark?

The d-i generated config has BUSYBOX set to yes.

  Currently I am fighting keymap problems (it seems that none of the
  supllied keymaps allows ALT-Fx console switching), but that will be a
  separated bug report.
 I do know that is is not the ALT-key on Apple PowerPC,
 but I don't know which key it is (and have no FAQ at hand ;-)

IMHO the Apple keys look like it. I am playing with showkey and dumpkeys
ATM.

Bye,

Joerg


signature.asc
Description: Digital signature