Re: Bug#301455: ldd no longer puts a => before /bin/ld-linux.so.2

2005-04-27 Thread GOTO Masanori
At Thu, 31 Mar 2005 00:25:39 +0300,
George Cristian Birzan wrote:
> On Wed, Mar 30, 2005 at 12:23:30PM +0900, GOTO Masanori wrote:
> > I expect you to explain why mkinitrd breaks with new ldd.
> 
> [EMAIL PROTECTED]:~$ ldd /bin/bash | sed 
> 's/.*=>[[:blank:]]*\([^[:blank:]]*\).*/\1/'
> (0xe000)
> /lib/libncurses.so.5
> /lib/tls/libdl.so.2
> /lib/tls/libc.so.6
> /lib/ld-linux.so.2 (0xb7fea000)
> 
> That's what mkinitrd uses to get the libs a binary depends on. The fixed

Yes, I confirmed it.

> version would be 
> sed -n 's/.*\(=>\)\?[[:blank:]]\+\(\/[^[:blank:]]*\).*/\2/p'
> (No, I don't know what this break on and, no, I've not yet submitted a
> bugreport against mkinitrd.)
> Anyway, bottom line is it doesn't put /lib/ld-linux.so.2 in the initrd,
> which makes it useless.

I think we shouldn't assume / character in \2 part.  In 2.3.4, ldd
displays three different library formats as follows:

linux-gate.so.1 =>  (0xe000)
librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0xb7fdf000)
/lib/ld-linux.so.2 (0xb7fea000)

So, how about it, instead.

sed 's/\(.*=>\)\?[[:blank:]]*\(.*\)[[:blank:]]*\((.*)\)/\2/;/^$/d'

> > > Fixing mkinitrd would be relatively easy, I guess, since I fixed mine,
> > > but there may be other scripts which depend on this behaviour.
> > 
> > But this argument does not become the exact reason to modify ldd.  I
> > think tools should be followed because the behavior of ldd is not
> > standardized.
> 
> Yes, but changing one tool is better than changing N, where N is greater
> than one. :-)

Yeah, IIRC there're no more packages having this problem except for
mkinitrd - perhaps N equals 1 :-)

I think we have no reason reverting to the old 2.3.2.ds1 ldd format in
Debian glibc package locally.  I'll put this change into initrd-tools.

Regards,
-- gotom


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



Re: Changelog entries best practices?

2005-04-27 Thread maximilian attems
On Tue, 26 Apr 2005, Jurij Smakov wrote:

> Today a (minor) bug 306382 was opened (and promptly closed :-) against the 
> kernel-image package, which does not contain nothing in changelog except 
> "Build against 2.6.11-3". While this is perfectly fine, it is easy to 
> understand frustration of people, who are not that proficient in the 
> kernel build procedure. They don't have an obvious place to look for a 
> changelog entry, so I propose to include a standard phrase in every 
> kernel-image changelog, along the lines of
> 
>   * Built against kernel-source 2.x.y-z. For a complete list of changes
> consult the kernel-source changelog, which may be accessed online
> at http://changelogs.debian.net/kernel-source-2.x.y

that's a nice idea,
but we should not burden the uploaders to much with such formal
boilerplates. i prefer to put a similar phrase in the Readme.Debian
for any curious, please feel free to add it there.
 
> Myself, I have bumped into another changelog-related "problem". Currently 
> there seems to be no convention on where the new changelog entries should 
> be added upon modification of kernel-source in svn. It looks like some 
> people append them to the end of existing changelog entry, while others 
> (like me) prefer to insert it in the beginning :-). As the choice is 
> pretty arbitrary, I propose to insert the new entries in the beginning of 
> the file, to avoid duplications.
> 
> If there are no serious objections, I suggest to adopt these proposals and 
> introduce appropriate changes into the trunk/README file.

that doesn't match current practise.
an changelog entry reads from the top to the down.
so it's makes sense to add it that way.
 
--
maks


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



Processed: Re: Bug#306510: kernel-source-2.6.8: pcxx.o module fails to compile

2005-04-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 306510 moreinfo
Bug#306510: kernel-source-2.6.8: pcxx.o module fails to compile
There were no tags set.
Tags added: moreinfo

> stop
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#306457: Fix in 2.6.11-bk7?

2005-04-27 Thread maximilian attems
On Tue, 26 Apr 2005, Ralf Hildebrandt wrote:

> According to the changelog of 2.6.11-bk7:
> 
> [EMAIL PROTECTED], 2005-03-10 09:09:51-08:00, [EMAIL PROTECTED]
>   [PATCH] intelfb: vesa_modes require CONFIG_FB_MODEHELPERS
> 
> The recent intelfb update made intelfb pass vesa_modes as the database to
> fb_find_mode(). The array vesa_modes depends on CONFIG_FB_MODEHELPERS. Fix
>   
> Could that be it?

did you try kernel-image-2.6.11 from unstable?
 
--
maks



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



Bug#306510: kernel-source-2.6.8: pcxx.o module fails to compile

2005-04-27 Thread maximilian attems
tags 306510 moreinfo
stop

On Wed, 27 Apr 2005, Randall Wayth wrote:

> Package: kernel-source-2.6.8
> Version: 2.6.8-15
> Severity: normal
> 
> 
> Compiling the kernel fails when it gets to the pcxx.c module. A section of 
> the compiler output follows. The compilation continues OK if this module is 
> removed from the config. The pcxx module is selected to be included by 
> default.
> 
>   CC [M]  drivers/char/istallion.o
> {standard input}: Assembler messages:
> {standard input}:6: Warning: setting incorrect section attributes for .got
> drivers/char/istallion.c: In function `stli_allocbrd':
> drivers/char/istallion.c:4698: warning: int format, different type arg (arg 2)
>   CC [M]  drivers/char/pcxx.o
> {standard input}: Assembler messages:
> {standard input}:6: Warning: setting incorrect section attributes for .got
> drivers/char/pcxx.c: In function `pcxe_cleanup':
> drivers/char/pcxx.c:209: warning: unused variable `e2'
> drivers/char/pcxx.c: In function `__inittest':
> drivers/char/pcxx.c:229: error: `pcxe_init' undeclared (first use in this 
> function)
> drivers/char/pcxx.c:229: error: (Each undeclared identifier is reported only 
> once
> drivers/char/pcxx.c:229: error: for each function it appears in.)
> drivers/char/pcxx.c: At top level:
> drivers/char/pcxx.c:230: warning: type defaults to `int' in declaration of 
> `module_cleanup'
> drivers/char/pcxx.c:230: warning: parameter names (without types) in function 
> declaration
> drivers/char/pcxx.c:230: warning: data definition has no type or storage class
> drivers/char/pcxx.c:997: error: redefinition of `__inittest'
> drivers/char/pcxx.c:229: error: `__inittest' previously defined here
> drivers/char/pcxx.c: In function `__inittest':
> drivers/char/pcxx.c:997: error: `pcxe_init' undeclared (first use in this 
> function)
> drivers/char/pcxx.c: At top level:
> drivers/char/pcxx.c:997: error: redefinition of `init_module'
> drivers/char/pcxx.c:229: error: `init_module' previously defined here
> drivers/char/pcxx.c: In function `__exittest':
> drivers/char/pcxx.c:998: error: `pcxe_exit' undeclared (first use in this 
> function)
> drivers/char/pcxx.c: At top level:
> drivers/char/pcxx.c:1025: error: `pcxe_init' used prior to declaration
> drivers/char/pcxx.c: In function `pcxe_tiocmget':
> drivers/char/pcxx.c:1984: error: `mstat' undeclared (first use in this 
> function)
> drivers/char/pcxx.c: At top level:
> drivers/char/pcxx.c:206: warning: `pcxe_cleanup' defined but not used
> make[2]: *** [drivers/char/pcxx.o] Error 1
> make[1]: *** [drivers/char] Error 2
> make: *** [drivers] Error 2
> 
> 

care to send in your .config?

--
maks



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



Bug#283107: telnet-connections to some hosts fail

2005-04-27 Thread Thiemo Seufer
Jurij Smakov wrote:
[snip]
> >The thing is, that not all telnet-connections fail:
> >
> >- telnet to Linux-Host (try 'telnet mailgw1 25'): works
> >- telnet to Solaris-Host (try 'telnet esslingen'): works
> >- telnet to Ascend MAX4000 Access-Server (m-nas1): fails
> >- telnet to Cisco 7200 VXR (try 'telnet ol-gw'): fails
> 
> Right, I was able to figure out that these bad checksum messages are 
> completely bogus (they are also produced by a tcpdump when I run it on my 
> Ultra5 and telnet to it). So that's not really it :-(. At the moment I am 
> out of ideas. I'll try to build a pristine kernel tomorrow and make a 
> comparison between tcpdump output in these two cases.

This suggests the checksum inline assembly in arch/sparc64/lib
is somewhat broken, but it seem to be in line with upstream 2.4.

It is much more complicated than the 2.6 code, though.


Thiemo


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



Bug#306457: marked as done (kernel-image-2.6.10-1-686: loading intelfb causes EIP)

2005-04-27 Thread Debian Bug Tracking System
Your message dated Wed, 27 Apr 2005 19:31:07 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#306457: Fix in 2.6.11-bk7?
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 26 Apr 2005 17:58:02 +
>From [EMAIL PROTECTED] Tue Apr 26 10:58:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from smart.eusc.inter.net [213.73.101.5] 
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DQUJt-0003A8-00; Tue, 26 Apr 2005 10:58:01 -0700
Received: from n116-244.dsl.de.inter.net ([213.73.116.244] helo=oehler.ath.cx)
by smart.eusc.inter.net with esmtp (Exim 3.36 #4)
id 1DQUJr-0003gh-00
for [EMAIL PROTECTED]; Tue, 26 Apr 2005 19:57:59 +0200
Received: from localhost (localhost [127.0.0.1])
by oehler.ath.cx (Postfix) with ESMTP id C644829AD52
for <[EMAIL PROTECTED]>; Tue, 26 Apr 2005 19:57:58 +0200 (CEST)
Received: from oehler.ath.cx ([127.0.0.1])
by localhost (newserver [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 04505-02 for <[EMAIL PROTECTED]>;
Tue, 26 Apr 2005 19:57:58 +0200 (CEST)
Received: by oehler.ath.cx (Postfix, from userid 0)
id 82BD529AD51; Tue, 26 Apr 2005 19:57:58 +0200 (CEST)
Content-Type: multipart/mixed; boundary="===1796515906=="
MIME-Version: 1.0
From: Ralf Hildebrandt <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: kernel-image-2.6.10-1-686: loading intelfb causes EIP
X-Mailer: reportbug 3.8
Date: Tue, 26 Apr 2005 19:57:58 +0200
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at oehler.ath.cx
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===1796515906==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: kernel-image-2.6.10-1-686
Version: 2.6.10-6
Severity: normal


% modprobe intelfb

results in a segmentation fault and the attached EIP

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kernel-image-2.6.10-1-686 depends on:
ii  coreutils [fileutils] 5.2.1-2The GNU core utilities
ii  fileutils 5.2.1-2The GNU file management utilities 
ii  initrd-tools  0.1.78 tools to create initrd image for p
ii  module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo

-- no debconf information

--===1796515906==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="eip"

 Virtual Wire compatibility mode.
OEM ID: DELL Product ID: Dim 2400 APIC at: 0xFEE0
I/O APIC #1 Version 32 at 0xFEC0.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Processors: 1
Built 1 zonelists
Kernel command line: BOOT_IMAGE=Linux ro root=301 video=vesafb:ywrap,mtrr 
noapic panic=10 devfs=nomount
mapped APIC to d000 (fee0)
mapped IOAPIC to c000 (fec0)
Initializing CPU#0
PID hash table entries: 1024 (order: 10, 16384 bytes)
Detected 2193.262 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x50
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 250276k/260560k available (1682k kernel code, 9760k reserved, 703k 
data, 172k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 4341.76 BogoMIPS (lpj=2170880)
Security Framework v1.0.0 initialized
SELinux:  Disabled at boot.
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: bfebfbff    4400 

CPU: After vendor identify, caps: bfebfbff    4400 

CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 128K
CPU: After all inits, caps: bfebfbff   0080 4400 


Amazing Funding with ease

2005-04-27 Thread Bobbie Reyes
Dear Homeowner

Did you realize that you don't need to be paying high rates
on your current Mor|gage?

If fact rates are at the lowest they have been at in 50 Years!
We are extending refinance opportunities unheard of in the industry.

How would you feel saving hundreds monthly locked in at 3.25%?

Just visit the link below and Complete the
The 1 minute Instant Approval Form

http://www.crazy-biz.net/fast.asp


Thank you for your time,

Nikki



Discontinue,
http://www.crazy-biz.net/gone.asp


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



Bug#306634: kernel: Cannot set DMA on any disk (HDs or CD-drives)

2005-04-27 Thread Sebastien Delafond
Package: kernel
Severity: important


I cannot use hdparm to set DMA on any of my disks; when I try, I get
the following message:

   ~ # hdparm -d 1 /dev/hda
   /dev/hda:
   setting using_dma to 1 (on)
   HDIO_SET_DMA failed: Operation not permitted
   using_dma=  0 (off)

(Here I take /dev/hda as an exampel, but I get the same exact behavior
with my other HD /dev/hdb, or with my DVD drive /dev/hdc).

This has happened with all the kernel-image-2.6.11-686-smp packages
since 2.6.11 got into unstable. It doesn't work either with any
kernel-image-2.6.10-686-smp > 2.6.10-3 (I know it worked with either
-1 or -2, but cannot be more precise because snapshot.debian.net
doesn't have any kernel-image-2.6.10-686-smp < 2.6.10-3).

It works fine with kernel-image-2.6.9-686-smp, or with
kernel-image-2.4.27-686-smp.

I seem to have all the right modules loaded:

  piix   10852  0 [permanent]
  ide_core  132476  4 piix,ide_cd,ide_disk,ide_generic
  ata_piix9828  3 
  libata 49124  1 ata_piix

I am attaching lspci and dmesg output from this
kernel-image-2.6.11-686-smp 2.6.11-3. Please let me know if you'd like
lspci/dmesg from some other kernel(s) as well, or any additional info,
and I'll be happy to provide it.

Thanks a lot,

--Seb

 lspci 
:00:00.0 Host bridge: Intel Corp. 82875P Memory Controller Hub (rev 02)
:00:01.0 PCI bridge: Intel Corp. 82875P Processor to AGP Controller (rev 02)
:00:03.0 PCI bridge: Intel Corp. 82875P Processor to PCI to CSA Bridge (rev 
02)
:00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1 
(rev 02)
:00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2 
(rev 02)
:00:1d.2 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3 
(rev 02)
:00:1d.3 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #4 
(rev 02)
:00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI 
Controller (rev 02)
:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev c2)
:00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Bridge (rev 02)
:00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) Ultra ATA 100 
Storage Controller (rev 02)
:00:1f.2 IDE interface: Intel Corp. 82801EB (ICH5) Serial ATA 150 Storage 
Controller (rev 02)
:00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 
02)
:01:00.0 VGA compatible controller: nVidia Corporation NV18 [GeForce4 MX 
440 AGP 8x] (rev a2)
:02:01.0 Ethernet controller: Intel Corp. 82547EI Gigabit Ethernet 
Controller (LOM)
:03:01.0 FireWire (IEEE 1394): Lucent Microelectronics FW323 (rev 04)
:03:02.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
:03:03.0 Multimedia audio controller: Cirrus Logic CS 4614/22/24 
[CrystalClear SoundFusion Audio Accelerator] (rev 01)

 dmesg 
Linux version 2.6.11-1-686-smp ([EMAIL PROTECTED]) (gcc version 3.3.5 (Debian 
1:3.3.5-12)) #1 SMP Mon Apr 25 00:40:53 UTC 2005
BIOS-provided physical RAM map:
 BIOS-e820:  - 0009fc00 (usable)
 BIOS-e820: 0009fc00 - 000a (reserved)
 BIOS-e820: 000e6000 - 0010 (reserved)
 BIOS-e820: 0010 - 1ff3 (usable)
 BIOS-e820: 1ff3 - 1ff4 (ACPI data)
 BIOS-e820: 1ff4 - 1fff (ACPI NVS)
 BIOS-e820: 1fff - 2000 (reserved)
 BIOS-e820: fecf - fecf1000 (reserved)
 BIOS-e820: fed2 - feda (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
found SMP MP-table at 000ff780
On node 0 totalpages: 130864
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 126768 pages, LIFO batch:16
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 ACPIAM) @ 0x000f5900
ACPI: RSDT (v001 INTEL  D875BZLK 0x20030423 MSFT 0x0097) @ 0x1ff3
ACPI: FADT (v002 INTEL  D875BZLK 0x20030423 MSFT 0x0097) @ 0x1ff30200
ACPI: MADT (v001 INTEL  D875BZLK 0x20030423 MSFT 0x0097) @ 0x1ff30300
ACPI: WDDT (v001 INTEL  OEMWDDT  0x0001 MSFT 0x010d) @ 0x1ff34450
ACPI: DSDT (v001 INTEL  D875BZLK 0x0001 MSFT 0x010d) @ 0x
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee0
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 15:2 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
Using ACPI for processor (LAPIC) configuration information
Intel MultiProcessor Specification v1.4
Virtual Wire compatibility mode.
OEM ID:  Product ID: Canterwood-P APIC at: 0xFEE0
I/O APIC #2 Version 32 at 0xFEC0.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Processors: 2
Allocating PCI resources starting at 2000 (gap: 2

Bug#306634: kernel: Cannot set DMA on any disk (HDs or CD-drives)

2005-04-27 Thread Sebastien Delafond
I also need to add that I tried both 'acpi=off' and 'noapic', but got
the same result as before.

Regards,

--Seb


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



Bug#292478: oops on boot with usb cdburner attached

2005-04-27 Thread inkwire
This is the USB controller as reported by lspci:

:00:02.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
(prog-if 10 [OHCI])
Subsystem: IBM: Unknown device 0540
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at e801 (32-bit, non-prefetchable) [size=4K]
Capabilities: [60] Power Management version 2





Processed: Re: Bug#306634: kernel: Cannot set DMA on any disk (HDs or CD-drives)

2005-04-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 306634 moreinfo
Bug#306634: kernel: Cannot set DMA on any disk (HDs or CD-drives)
There were no tags set.
Tags added: moreinfo

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#306634: kernel: Cannot set DMA on any disk (HDs or CD-drives)

2005-04-27 Thread Sebastien Delafond
On Wed, Apr 27, 2005 at 10:47:06PM +0200, maximilian attems wrote:
> please send in also working dmesg of kernel 2.6.9?

There you go...

### dmesg for kernel-image-2.6.9-686-smp version 2.6.9-3
Linux version 2.6.9-1-686-smp ([EMAIL PROTECTED]) (gcc version 3.3.5 (Debian 
1:3.3.5-2)) #1 SMP Thu Nov 25 02:24:54 EST 2004
BIOS-provided physical RAM map:
 BIOS-e820:  - 0009fc00 (usable)
 BIOS-e820: 0009fc00 - 000a (reserved)
 BIOS-e820: 000e6000 - 0010 (reserved)
 BIOS-e820: 0010 - 1ff3 (usable)
 BIOS-e820: 1ff3 - 1ff4 (ACPI data)
 BIOS-e820: 1ff4 - 1fff (ACPI NVS)
 BIOS-e820: 1fff - 2000 (reserved)
 BIOS-e820: fecf - fecf1000 (reserved)
 BIOS-e820: fed2 - feda (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
found SMP MP-table at 000ff780
On node 0 totalpages: 130864
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 126768 pages, LIFO batch:16
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 ACPIAM) @ 0x000f5900
ACPI: RSDT (v001 INTEL  D875BZLK 0x20030423 MSFT 0x0097) @ 0x1ff3
ACPI: FADT (v002 INTEL  D875BZLK 0x20030423 MSFT 0x0097) @ 0x1ff30200
ACPI: MADT (v001 INTEL  D875BZLK 0x20030423 MSFT 0x0097) @ 0x1ff30300
ACPI: WDDT (v001 INTEL  OEMWDDT  0x0001 MSFT 0x010d) @ 0x1ff34450
ACPI: DSDT (v001 INTEL  D875BZLK 0x0001 MSFT 0x010d) @ 0x
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee0
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Processor #0 15:2 APIC version 20
ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Processor #1 15:2 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
Using ACPI for processor (LAPIC) configuration information
Intel MultiProcessor Specification v1.4
Virtual Wire compatibility mode.
OEM ID:  Product ID: Canterwood-P APIC at: 0xFEE0
I/O APIC #2 Version 32 at 0xFEC0.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Processors: 2
Built 1 zonelists
Kernel command line: root=/dev/sda2 ro hdc=ide-cd acpi=ht
Initializing CPU#0
PID hash table entries: 2048 (order: 11, 32768 bytes)
Detected 2394.567 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 510156k/523456k available (1668k kernel code, 12720k reserved, 731k 
data, 184k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 4734.97 BogoMIPS (lpj=2367488)
Security Scaffold v1.0.0 initialized
SELinux:  Disabled at boot.
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: bfebfbff   
CPU: After vendor identify, caps:  bfebfbff   
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
CPU: After all inits, caps:bfebfbff   0080
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
CPU0: Thermal monitoring enabled
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
CPU0: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 05
per-CPU timeslice cutoff: 1462.92 usecs.
task migration cache decay timeout: 2 msecs.
Booting processor 1/1 eip 3000
Initializing CPU#1
Calibrating delay loop... 4784.12 BogoMIPS (lpj=2392064)
CPU: After generic identify, caps: bfebfbff   
CPU: After vendor identify, caps:  bfebfbff   
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: Physical Processor ID: 0
CPU: After all inits, caps:bfebfbff   0080
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel P4/Xeon Extended MCE MSRs (12) available
CPU1: Thermal monitoring enabled
CPU1: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 05
Total of 2 processors activated (9519.10 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 pin1=2 pin2=0
checking TSC synchronization across 2 CPUs: passed.
Brought up 2 CPUs
checking if image is initramfs...it isn't (ungzip failed); looks like an initrd
Freeing initrd memory: 4700k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=3
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040816
ACPI: Interpreter disabled.
Linux Plug and Play Support v0.97 (c) Adam Belay
PnPBIOS: Scanning system for PnP BIOS support...
PnPBIOS: Found PnP BIOS installation structure at 0xc00f3440
PnPBIOS: 

Bug#306634: kernel: Cannot set DMA on any disk (HDs or CD-drives)

2005-04-27 Thread maximilian attems
tags 306634 moreinfo
thanks

On Wed, 27 Apr 2005, Sebastien Delafond wrote:

> Package: kernel
> Severity: important
> 
> 
> I cannot use hdparm to set DMA on any of my disks; when I try, I get
> the following message:
> 
>~ # hdparm -d 1 /dev/hda
>/dev/hda:
>setting using_dma to 1 (on)
>HDIO_SET_DMA failed: Operation not permitted
>using_dma=  0 (off)
> 
> (Here I take /dev/hda as an exampel, but I get the same exact behavior
> with my other HD /dev/hdb, or with my DVD drive /dev/hdc).
> 
> This has happened with all the kernel-image-2.6.11-686-smp packages
> since 2.6.11 got into unstable. It doesn't work either with any
> kernel-image-2.6.10-686-smp > 2.6.10-3 (I know it worked with either
> -1 or -2, but cannot be more precise because snapshot.debian.net
> doesn't have any kernel-image-2.6.10-686-smp < 2.6.10-3).
> 
> It works fine with kernel-image-2.6.9-686-smp, or with
> kernel-image-2.4.27-686-smp.
> 
> I seem to have all the right modules loaded:
> 
>   piix   10852  0 [permanent]
>   ide_core  132476  4 piix,ide_cd,ide_disk,ide_generic
>   ata_piix9828  3 
>   libata 49124  1 ata_piix
> 
> I am attaching lspci and dmesg output from this
> kernel-image-2.6.11-686-smp 2.6.11-3. Please let me know if you'd like
> lspci/dmesg from some other kernel(s) as well, or any additional info,
> and I'll be happy to provide it.
> 
> Thanks a lot,
> 
> --Seb

please send in also working dmesg of kernel 2.6.9?

--
maks


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



Bug#292478: oops on boot with usb cdburner attached

2005-04-27 Thread maximilian attems
On Wed, 27 Apr 2005, [EMAIL PROTECTED] wrote:

> This is the USB controller as reported by lspci:
> 
does lsusb show the usb cdburner?
it's output would be nice.

--
maks


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



Bug#292478: oops on boot with usb cdburner attached

2005-04-27 Thread inkwire
Bus 001 Device 002: ID 093b:0021 Plextor Corp.
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize064
  idVendor   0x093b Plextor Corp.
  idProduct  0x0021
  bcdDevice   11.01
  iManufacturer  73 Plextor Corp.
  iProduct   87 USB Storage Adapter
  iSerial   107 [removed]
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   39
bNumInterfaces  1
bConfigurationValue 2
iConfiguration  0
bmAttributes 0xc0
  Self Powered
MaxPower0mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   3
  bInterfaceClass 8 Mass Storage
  bInterfaceSubClass  2 SFF-8020i, MMC-2 (ATAPI)
  bInterfaceProtocol 80
  iInterface  0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01  EP 1 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0040  1x 64 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83  EP 3 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0002  1x 2 bytes
bInterval  16
Device Qualifier (for other device speed):
  bLength10
  bDescriptorType 6
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize064
  bNumConfigurations  1

Bus 001 Device 001: ID :
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   1.10
  bDeviceClass9 Hub
  bDeviceSubClass 0 Unused
  bDeviceProtocol 0
  bMaxPacketSize0 8
  idVendor   0x
  idProduct  0x
  bcdDevice2.06
  iManufacturer   3 Linux 2.6.8-2-686 ohci_hcd
  iProduct2 ALi Corporation USB 1.1 Controller
  iSerial 1 :00:02.0
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   25
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  0
bmAttributes 0xc0
  Self Powered
MaxPower0mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   1
  bInterfaceClass 9 Hub
  bInterfaceSubClass  0 Unused
  bInterfaceProtocol  0
  iInterface  0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0002  1x 2 bytes
bInterval 255
Hub Descriptor:
  bLength   9
  bDescriptorType  41
  nNbrPorts 2
  wHubCharacteristic 0x0002
No power switching (usb 1.0)
Ganged overcurrent protection
  bPwrOn2PwrGood1 * 2 milli seconds
  bHubContrCurrent  0 milli Ampere
  DeviceRemovable0x08
  PortPwrCtrlMask0xd8
 Hub Port Status:
   Port 1: .0103 power enable connect
   Port 2: .0100 power





Bug#306634: kernel: Cannot set DMA on any disk (HDs or CD-drives)

2005-04-27 Thread maximilian attems
On Wed, 27 Apr 2005, Sebastien Delafond wrote:

> On Wed, Apr 27, 2005 at 10:47:06PM +0200, maximilian attems wrote:
> > please send in also working dmesg of kernel 2.6.9?
> 
> ICH5: IDE controller at PCI slot :00:1f.1
> PCI: Enabling device :00:1f.1 (0005 -> 0007)
> ICH5: chipset revision 2
> ICH5: not 100% native mode: will probe irqs later
> ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
> ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:pio
> Probing IDE interface ide0...
> hda: WDC WD1200JB-75CRA0, ATA DISK drive
> hdb: Maxtor 4D060H3, ATA DISK drive
> ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> hda: max request size: 128KiB
> hda: Host Protected Area detected.
>   current capacity is 234375000 sectors (12 MB)
>   native  capacity is 234441648 sectors (120034 MB)
> hda: 234375000 sectors (12 MB) w/8192KiB Cache, CHS=65535/16/63, UDMA(100)
> hda: cache flushes not supported
>  /dev/ide/host0/bus0/target0/lun0: p1
> hdb: max request size: 128KiB
> hdb: 120069936 sectors (61475 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
> hdb: cache flushes not supported
>  /dev/ide/host0/bus0/target1/lun0: p1
> Probing IDE interface ide1...
> hdc: PIONEER DVD-RW DVR-107D, ATAPI CD/DVD-ROM drive
> ide1 at 0x170-0x177,0x376 on irq 15
> Probing IDE interface ide2...
> ide2: Wait for ready failed before probe !
> Probing IDE interface ide3...
> ide3: Wait for ready failed before probe !
> Probing IDE interface ide4...
> ide4: Wait for ready failed before probe !
> Probing IDE interface ide5...
> ide5: Wait for ready failed before probe !
> kjournald starting.  Commit interval 5 seconds
> EXT3-fs: mounted filesystem with ordered data mode.
> hdc: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(33)
> Uniform CD-ROM driver Revision: 3.20

strange indeed, you already tried without disabling acpi?
maybe something is stealing the ressources for ide driver.

please send in the output for /proc/ioports
both for working 2.6.9 and non working 2.6.11

thanks for your feedback.
a++ maks



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



Bug#306634: kernel: Cannot set DMA on any disk (HDs or CD-drives)

2005-04-27 Thread Sebastien Delafond
On Wed, Apr 27, 2005 at 11:39:54PM +0200, maximilian attems wrote:
> strange indeed, you already tried without disabling acpi?

You mean not specifying acpi=ht, and letting the full acpi stuff kick
in ?

Until now I tried all the following combinations:

acpi=ht
acpi=ht noapic
acpi=off noapic

I just tried without any acpi or apic commands, and got the same exact
result.

> maybe something is stealing the ressources for ide driver.
> 
> please send in the output for /proc/ioports
> both for working 2.6.9 and non working 2.6.11

You can find both those below...

Thanks a lot for your time,

--Seb

# ioports 2.6.9 (with acpi=ht)
-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-006f : keyboard
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial
0400-047f : :00:1f.0
0500-053f : :00:1f.0
0cf8-0cff : PCI conf1
a000-afff : PCI Bus #02
  ac00-ac1f : :02:01.0
ac00-ac1f : e1000
b800-b8ff : :03:02.0
c800-c81f : :00:1f.3
cc00-cc1f : :00:1d.0
  cc00-cc1f : uhci_hcd
d000-d01f : :00:1d.1
  d000-d01f : uhci_hcd
d400-d41f : :00:1d.2
  d400-d41f : uhci_hcd
d800-d81f : :00:1d.3
  d800-d81f : uhci_hcd
dc00-dc0f : :00:1f.2
  dc00-dc0f : libata
e000-e003 : :00:1f.2
  e000-e003 : libata
e400-e407 : :00:1f.2
  e400-e407 : libata
e800-e803 : :00:1f.2
  e800-e803 : libata
ec00-ec07 : :00:1f.2
  ec00-ec07 : libata
ffa0-ffaf : :00:1f.1
  ffa0-ffa7 : ide0
  ffa8-ffaf : ide1

# ioports 2.6.11 (without any acpi=..., and without noapic)
-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-006f : keyboard
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0376-0376 : ide1
0378-037a : parport0
037b-037f : parport0
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial
0400-047f : :00:1f.0
  0400-0403 : PM1a_EVT_BLK
  0404-0405 : PM1a_CNT_BLK
  0408-040b : PM_TMR
  0420-0420 : PM2_CNT_BLK
  0428-042f : GPE0_BLK
0500-053f : :00:1f.0
  0500-053f : pnp 00:0b
0680-06ff : pnp 00:0b
0cf8-0cff : PCI conf1
a000-afff : PCI Bus #02
  ac00-ac1f : :02:01.0
ac00-ac1f : e1000
b800-b8ff : :03:02.0
c800-c81f : :00:1f.3
  c800-c80f : i801-smbus
cc00-cc1f : :00:1d.0
  cc00-cc1f : uhci_hcd
d000-d01f : :00:1d.1
  d000-d01f : uhci_hcd
d400-d41f : :00:1d.2
  d400-d41f : uhci_hcd
d800-d81f : :00:1d.3
  d800-d81f : uhci_hcd
dc00-dc0f : :00:1f.2
  dc00-dc0f : libata
e000-e003 : :00:1f.2
  e000-e003 : libata
e400-e407 : :00:1f.2
  e400-e407 : libata
e800-e803 : :00:1f.2
  e800-e803 : libata
ec00-ec07 : :00:1f.2
  ec00-ec07 : libata
ffa0-ffaf : :00:1f.1


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



Bug#306634: kernel: Cannot set DMA on any disk (HDs or CD-drives)

2005-04-27 Thread Sebastien Delafond
On Wed, Apr 27, 2005 at 11:39:54PM +0200, maximilian attems wrote:
> please send in the output for /proc/ioports
> both for working 2.6.9 and non working 2.6.11

I figured I'd also send /proc/ioports for the working 2.6.9 with full
ACPI enabled (no acpi=... specified as a kernel option to my
bootloader).

--Seb

# /proc/ioports for 2.6.9 without any acpi=..., and without noapic
-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-006f : keyboard
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0376-0376 : ide1
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial
0400-047f : :00:1f.0
  0400-0403 : PM1a_EVT_BLK
  0404-0405 : PM1a_CNT_BLK
  0408-040b : PM_TMR
  0420-0420 : PM2_CNT_BLK
  0428-042f : GPE0_BLK
0500-053f : :00:1f.0
0cf8-0cff : PCI conf1
a000-afff : PCI Bus #02
  ac00-ac1f : :02:01.0
ac00-ac1f : e1000
b800-b8ff : :03:02.0
c800-c81f : :00:1f.3
cc00-cc1f : :00:1d.0
  cc00-cc1f : uhci_hcd
d000-d01f : :00:1d.1
  d000-d01f : uhci_hcd
d400-d41f : :00:1d.2
  d400-d41f : uhci_hcd
d800-d81f : :00:1d.3
  d800-d81f : uhci_hcd
dc00-dc0f : :00:1f.2
  dc00-dc0f : libata
e000-e003 : :00:1f.2
  e000-e003 : libata
e400-e407 : :00:1f.2
  e400-e407 : libata
e800-e803 : :00:1f.2
  e800-e803 : libata
ec00-ec07 : :00:1f.2
  ec00-ec07 : libata
ffa0-ffaf : :00:1f.1
  ffa0-ffa7 : ide0
  ffa8-ffaf : ide1



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



Bug#306510: kernel-source-2.6.8: pcxx.o module fails to compile

2005-04-27 Thread Randall Wayth
Hi Maks,
the config is attached. I just went back to check a "default" kernel 
config and these extra serial driver options are not turned on. So I 
must have turned it on by mistake. Nevertheless it is still a bug, I 
suppose. Just not one that many people will care about.

Cheers,
Randall.
maximilian attems wrote:
tags 306510 moreinfo
stop
...
 

care to send in your .config?
--
maks
 


#
# Automatically generated make config: don't edit
#
CONFIG_ALPHA=y
CONFIG_64BIT=y
CONFIG_MMU=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_ISA_DMA=y

#
# Code maturity level options
#
# CONFIG_EXPERIMENTAL is not set
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y

#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_HOTPLUG=y
# CONFIG_IKCONFIG is not set
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
CONFIG_KMOD=y

#
# System setup
#
# CONFIG_ALPHA_GENERIC is not set
# CONFIG_ALPHA_ALCOR is not set
# CONFIG_ALPHA_XL is not set
# CONFIG_ALPHA_BOOK1 is not set
# CONFIG_ALPHA_AVANTI_CH is not set
# CONFIG_ALPHA_CABRIOLET is not set
# CONFIG_ALPHA_DP264 is not set
# CONFIG_ALPHA_EB164 is not set
# CONFIG_ALPHA_EB64P_CH is not set
# CONFIG_ALPHA_EB66 is not set
# CONFIG_ALPHA_EB66P is not set
# CONFIG_ALPHA_EIGER is not set
# CONFIG_ALPHA_JENSEN is not set
# CONFIG_ALPHA_LX164 is not set
# CONFIG_ALPHA_LYNX is not set
# CONFIG_ALPHA_MARVEL is not set
CONFIG_ALPHA_MIATA=y
# CONFIG_ALPHA_MIKASA is not set
# CONFIG_ALPHA_NAUTILUS is not set
# CONFIG_ALPHA_NONAME_CH is not set
# CONFIG_ALPHA_NORITAKE is not set
# CONFIG_ALPHA_PC164 is not set
# CONFIG_ALPHA_P2K is not set
# CONFIG_ALPHA_RAWHIDE is not set
# CONFIG_ALPHA_RUFFIAN is not set
# CONFIG_ALPHA_RX164 is not set
# CONFIG_ALPHA_SX164 is not set
# CONFIG_ALPHA_SABLE is not set
# CONFIG_ALPHA_SHARK is not set
# CONFIG_ALPHA_TAKARA is not set
# CONFIG_ALPHA_TITAN is not set
# CONFIG_ALPHA_WILDFIRE is not set
CONFIG_ISA=y
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_ALPHA_EV5=y
CONFIG_ALPHA_CIA=y
CONFIG_ALPHA_EV56=y
CONFIG_ALPHA_PYXIS=y
CONFIG_ALPHA_SRM=y
CONFIG_EARLY_PRINTK=y
CONFIG_VERBOSE_MCHECK=y
CONFIG_VERBOSE_MCHECK_ON=1
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
CONFIG_PCMCIA_PROBE=y
CONFIG_SRM_ENV=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=m
CONFIG_OSF4_COMPAT=y
CONFIG_BINFMT_EM86=m
CONFIG_BINFMT_MISC=m

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
# CONFIG_PARPORT_OTHER is not set
CONFIG_PARPORT_1284=y

#
# Plug and Play support
#
# CONFIG_PNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
CONFIG_BLK_CPQ_DA=m
CONFIG_BLK_CPQ_CISS_DA=m
CONFIG_CISS_SCSI_TAPE=y
CONFIG_BLK_DEV_DAC960=m
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=8192
CONFIG_BLK_DEV_INITRD=y

#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_IDE_MAX_HWIFS=4
CONFIG_BLK_DEV_IDE=m

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_BLK_DEV_IDEDISK=m
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDEFLOPPY=m
CONFIG_BLK_DEV_IDESCSI=m
# CONFIG_IDE_TASK_IOCTL is not set

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=m
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=m
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_ADMA=y
CONFIG_BLK_DEV_AEC62XX=m
CONFIG_BLK_DEV_ALI15X3=m
# CONFIG_WDC_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=m
CONFIG_BLK_DEV_CMD64X=m
CONFIG_BLK_DEV_TRIFLEX=m
CONFIG_BLK_DEV_CY82C693=m
CONFIG_BLK_DEV_CS5530=m
CONFIG_BLK_DEV_HPT34X=m
CONFIG_BLK_DEV_HPT366=m
CONFIG_BLK_DEV_SC1200=m
CONFIG_BLK_DEV_PIIX=m
CONFIG_BLK_DEV_NS87415=m
CONFIG_BLK_DEV_PDC202XX_OLD=m
CONFIG_PDC202XX_BURST=y
CONFIG_BLK_DEV_PDC202XX_NEW=m
CONFIG_PDC202XX_FORCE=y
CONFIG_BLK_DEV_SVWKS=m
CONFIG_BLK_DEV_SIIMAGE=m
CONFIG_BLK_DEV_SLC90E66=m
CONFIG_BLK_DEV_TRM290=m
CONFIG_BLK_DEV_VIA82CXXX=m
# CONFIG_IDE_ARM is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
CONFIG_SCSI=y
CONFIG_SCSI_PROC_

Re: Changelog entries best practices?

2005-04-27 Thread Jurij Smakov
On Wed, 27 Apr 2005, maximilian attems wrote:
On Tue, 26 Apr 2005, Jurij Smakov wrote:
  * Built against kernel-source 2.x.y-z. For a complete list of changes
consult the kernel-source changelog, which may be accessed online
at http://changelogs.debian.net/kernel-source-2.x.y
that's a nice idea,
but we should not burden the uploaders to much with such formal
boilerplates. i prefer to put a similar phrase in the Readme.Debian
for any curious, please feel free to add it there.
Hi Maximilian,
I don't think that's too much of a burden. Besides, as the bug submitter 
points out, only changelog for the packages chosen for installation is 
displayed by aptitude and apt-listchanges _before_ the actual installation.
The rationale of these tools is that user can examine the changelogs and 
if (s)he is not happy, cancel the installation. So, I think, it is natural 
to include the pointer to the actual k-s changelog there.

that doesn't match current practise.
an changelog entry reads from the top to the down.
so it's makes sense to add it that way.
I was not aware of that. I'll document it in trunk/README and adhere to 
it from now on :-).

Thanks and best regards,
Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Processed: Re: Bug#303281: mkinitrd should be updated for libc6 2.3.4 whose ldd changed output format

2005-04-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 301455 initrd-tools
Bug#301455: ldd no longer puts a => before /bin/ld-linux.so.2
Bug reassigned from package `libc6' to `initrd-tools'.

> severity 303281 important
Bug#303281: mkinitrd should be updated for libc6 2.3.4 whose ldd changed output 
format
Severity set to `important'.

> merge 301455 303281
Bug#301455: ldd no longer puts a => before /bin/ld-linux.so.2
Bug#303281: mkinitrd should be updated for libc6 2.3.4 whose ldd changed output 
format
Merged 301455 303281.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#303281: mkinitrd should be updated for libc6 2.3.4 whose ldd changed output format

2005-04-27 Thread GOTO Masanori
reassign 301455 initrd-tools
severity 303281 important
merge 301455 303281
thanks

At Wed, 6 Apr 2005 00:13:54 +0300,
George Cristian Birzan wrote:
> On Tue, Apr 05, 2005 at 10:44:12PM +0200, Harald Dunkel wrote:
> > > sed -n 's/.*\(=>\)\?[[:blank:]]\+\(\/[^[:blank:]]*\).*/\2/p'
> > >
> > 
> > Something like '[:blank:]' is too much gawk. A few weeks ago
> > I had sent the attached patch.
> 
> > --- /u/harri/initrd-tools/initrd-tools-0.1.77/mkinitrd  2005-01-23 
> > 19:37:41.0 +0100
> > +++ mkinitrd2005-03-10 16:57:41.933283835 +0100
> > @@ -1181,7 +1181,16 @@
> > add_command $i
> > done
> > exec 3>&-
> > -   < tmp2 sed 's/.*=>[[:blank:]]*\([^[:blank:]]*\).*/\1/'
> > +   < tmp2 awk '
> > +   /[  ]*.*=>[ ]*\/[^  ]*.*/ {
> > +   print $3;
> > +   next;
> > +   };
> > +   /[  ]*\/[^  ]*.*/ {
> > +   print $1;
> > +   next;
> > +   };
> > +   '
> > 
> > echo /dev/console
> > echo /dev/null
> 
> I don't really care either way, but I think [[:blank:]] works with all
> locales. Plus, it's easier to read. :-)

As I wrote in #301455, I plan to put the change to initrd-tools:

sed 's/\(.*=>\)\?[[:blank:]]*\(.*\)[[:blank:]]\+\((.*)\)/\2/;/^$/d' 

It's just straightforward and small change.

I merged these two reports.

This change also fixes #279382, #292080, #295412, #295422, #297724,
and actual fix covered over the previous workaround e2fsprogs change.

Regards,
-- gotom


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



Bug#305671: Can I provide more information?

2005-04-27 Thread blockme
Any more information which could help you?


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