Bug#387809: initramfs-tools: patches for gradually increasing sleep time

2006-09-16 Thread Vagrant Cascadian
Package: initramfs-tools
Version: 0.79
Followup-For: Bug #387809

attached should be a patch to gradually increment the sleep delay on
each failure.

also available in bzr(renvo 214):

http://llama.freegeek.org/~vagrant/bzr/initramfs-tools/vagrant-initramfs-tools

live well,
  vagrant
=== modified file 'scripts/nfs'
--- scripts/nfs 
+++ scripts/nfs 
@@ -91,6 +91,7 @@
fi
 
# loop until nfsmount succeds
+   sleep_delay=1
while [ ${delay} -gt 0 ] && [ ! -e ${rootmnt}${init} ]; do
[ ${retry_nr} -gt 0 ] && \
[ "$quiet" != "y" ] && log_begin_msg "Retrying nfs mount"
@@ -98,7 +99,13 @@
# FIXME: ipconfig loops every min at least - better param??
delay=$(( ${delay} - 1 ))
[ ${retry_nr} -gt 0 ] && [ "$quiet" != "y" ] && log_end_msg
-   [ ! -e ${rootmnt}/sbin/init ] && /bin/sleep 0.1
+   [ ! -e ${rootmnt}/sbin/init ] && /bin/sleep $sleep_delay
+# increase sleep delay
+   if [ "$sleep_delay" -le "4" ]; then
+   sleep_delay=$(($sleep_delay+$sleep_delay))
+   else
+   sleep_delay=1
+   fi
retry_nr=$(( ${retry_nr} + 1 ))
done
 



Bug#387841: initramfs-tools: typo in scripts/nfs for bootp

2006-09-16 Thread Vagrant Cascadian
Package: initramfs-tools
Version: 0.79
Severity: minor

in scripts/nfs there is a simple typo in the ipconfig protocol handling.

"bootb" should be "bootp"

attached patch. also available in bzr(revno 213):

http://llama.freegeek.org/~vagrant/bzr/initramfs-tools/vagrant-initramfs-tools

live well,
  vagrant
=== modified file 'scripts/nfs'
--- scripts/nfs 
+++ scripts/nfs 
@@ -16,7 +16,7 @@
# Bring up device
ipconfig ${DEVICE}
;;
-   dhcp|bootb|rarp|both)
+   dhcp|bootp|rarp|both)
ipconfig -c ${IPOPTS} -d ${DEVICE}
;;
*)



Bug#387809: initramfs-tools: please increase sleep time on nfs retries

2006-09-16 Thread Vagrant Cascadian
Package: initramfs-tools
Version: 0.79
Severity: minor

when using nfs, it sleeps for 0.1 seconds. it retries 180 times by
default. this means the server may get nearly 180 dhcp and nfs mount
requests in a little over 18 seconds, and while an individual client
doing this is no big deal, an entire network doing this could be
crippling.

please increase the delay to 1 second, or better yet, increase the retry
delay a little each failure, i.e. : 1 second 1st retry, 2 seconds 2nd
retry, 4 seconds 3rd retry, etc..

i'll work on some patches later...

live well,
  vagrant


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



Bug#387760: linux-modules-extra-2.6: adding linux-wlan-ng modules

2006-09-16 Thread Victor Seva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sven Luther wrote:
> On Sat, Sep 16, 2006 at 06:10:32PM +0200, Bastian Blank wrote:
>> tags 387760 moreinfo
>> thanks
>>
>> On Sat, Sep 16, 2006 at 05:20:16PM +0200, Victor Seva wrote:
>>> Please add linux-wlan-ng modules.
>> The copyright file is not appropriate. It lists the MPL which is
>> incompatible with the GPL and the modules can't be used under this
>> license.
> 
> My understanding is that it is dual-licenced, but then maybe i am wrong.
> Victor, can you comment on this ?

AFAIK it's dual-licenced.

* COPYING
*
* Copyright (C) 1999 AbsoluteValue Systems, Inc.  All Rights Reserved.
* 
*
* linux-wlan
*
*   The contents of this file are subject to the Mozilla Public
*   License Version 1.1 (the "License"); you may not use this file
*   except in compliance with the License. You may obtain a copy of
*   the License at http://www.mozilla.org/MPL/
*
*   Software distributed under the License is distributed on an "AS
*   IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
*   implied. See the License for the specific language governing
*   rights and limitations under the License.
*
*   Alternatively, the contents of this file may be used under the
*   terms of the GNU Public License version 2 (the "GPL"), in which
*   case the provisions of the GPL are applicable instead of the
*   above.  If you wish to allow the use of your version of this file
*   only under the terms of the GPL and not to allow others to use
*   your version of this file under the MPL, indicate your decision
*   by deleting the provisions above and replace them with the notice
*   and other provisions required by the GPL.  If you do not delete
*   the provisions above, a recipient may use your version of this
*   file under either the MPL or the GPL.
*
* --


> Also, Bastian, why is the modules being MPL a problem ? I mean we have
> binary-only modules and such, and it should be ok. The current idea is that
> the module interface boundary, as long as it doesn't use GPL-only symbols,
> constitute a clean enough barrier so as to not cause GPL-compatibility
> problems.
> 
> Friendly,
> 
> Sven Luther
> 


- --
 -
|   ,''`. Victor Seva |
|  : :' :  [EMAIL PROTECTED] |
|  `. `'   PGP Key ID: 0xDD12F253 |
|`-Debian user, admin and contributor |
 -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFDE8OS/DSSd0S8lMRAuFWAKCLRKUAW2AvgNUV79/nfo3wH69G9wCfbG7d
X2kNwj8mRffqWDpaBiRTGu0=
=A/xf
-END PGP SIGNATURE-


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



Bug#387759: linux-modules-extra-2.6: adding pwc modules

2006-09-16 Thread Victor Seva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sven Luther wrote:
> On Sat, Sep 16, 2006 at 06:23:13PM +0200, Bastian Blank wrote:
>> tags 387759 moreinfo
>> thanks
>>
>> On Sat, Sep 16, 2006 at 05:16:52PM +0200, Victor Seva wrote:
>>> Please add pwc modules.
>> 2.6.18-rc6 contains a newer version of pwc
> 
> The standalone pwc module includes the uncompressor thingy which is not
> present in the kernel included one. There is as userland uncompressor in the
> work, but it is apparently not yet fully stabilized, so this pwc module which
> Victor packages, if installed, diverts the kernel one or something such, at
> least this was the case the last time i thought about it.
> 
> Friendly,
> 
> Sven Luther
> 

Sven is right. The packaged version has the "umcompressor thingy"
and it's the latest version from upstream [0]. But it's older than
the kernel. I'm going to mail upstream asking for a official 10.0.12
tarball.

The thing is that the umcompressor is needed to get working the
webcam on higher resolutions. So my version is still needed by some
users.

[0] http://saillard.org/linux/pwc/files/
- --
 -
|   ,''`. Victor Seva |
|  : :' :  [EMAIL PROTECTED] |
|  `. `'   PGP Key ID: 0xDD12F253 |
|`-Debian user, admin and contributor |
 -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFDEeNS/DSSd0S8lMRApK3AKCuAyPTGR5VEjzltzc6HJMCvEerlgCfRPoh
uW5/vgkID9LJDiLh3mpCd7o=
=zCDy
-END PGP SIGNATURE-


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



Bug#387759: pwc 10.0.12 tarball

2006-09-16 Thread Victor Seva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Luc,

waldi, a member of the Debian Kernel Team, point me[0] that the version of pwc
on 2.6.18-rc7 is 10.0.12 and the latest official tarball version is 10.0.12-rc1.

Can you provide that tarball version in order to I can package it?

Thanks Luc

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=387759
- --
 -
|   ,''`. Victor Seva |
|  : :' :  [EMAIL PROTECTED] |
|  `. `'   PGP Key ID: 0xDD12F253 |
|`-Debian user, admin and contributor |
 -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFDFELS/DSSd0S8lMRAjHtAJ9TSvevFdcr8nKA9q+QaUadrgmMtwCfdl4n
/2/piDz4w76HA5x8xT5v+1s=
=nkF4
-END PGP SIGNATURE-


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



Bug#387808: initramfs-tools: scripts/nfs doesn't properly handle when server-ip is included in root-path

2006-09-16 Thread Vagrant Cascadian
Package: initramfs-tools
Version: 0.79
Severity: normal

one more bugfix to the nfs handling. :)

it's a trivial fix, but when the dhcp server passes the server-ip as
part of root-path, it's not correctly handled in scripts/nfs. patch
attached which fixes this.

live well,
  vagrant
=== modified file 'scripts/nfs'
--- scripts/nfs 
+++ scripts/nfs 
@@ -49,7 +49,7 @@
NFSOPTS="-o ${NFSROOT#*,}"
fi
NFSROOT=${NFSROOT%%,*}
-   if [ "${NFSROOT#*:}" = "$NFSROOT" ]; then
+   if [ "${NFSROOT#:*}" = "$NFSROOT" ]; then
NFSROOT=${ROOTSERVER}:${NFSROOT}
fi
fi



Bug#387760: linux-modules-extra-2.6: adding linux-wlan-ng modules

2006-09-16 Thread Sven Luther
On Sat, Sep 16, 2006 at 06:10:32PM +0200, Bastian Blank wrote:
> tags 387760 moreinfo
> thanks
> 
> On Sat, Sep 16, 2006 at 05:20:16PM +0200, Victor Seva wrote:
> > Please add linux-wlan-ng modules.
> 
> The copyright file is not appropriate. It lists the MPL which is
> incompatible with the GPL and the modules can't be used under this
> license.

My understanding is that it is dual-licenced, but then maybe i am wrong.
Victor, can you comment on this ?

Also, Bastian, why is the modules being MPL a problem ? I mean we have
binary-only modules and such, and it should be ok. The current idea is that
the module interface boundary, as long as it doesn't use GPL-only symbols,
constitute a clean enough barrier so as to not cause GPL-compatibility
problems.

Friendly,

Sven Luther


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



Bug#387759: linux-modules-extra-2.6: adding pwc modules

2006-09-16 Thread Sven Luther
On Sat, Sep 16, 2006 at 06:23:13PM +0200, Bastian Blank wrote:
> tags 387759 moreinfo
> thanks
> 
> On Sat, Sep 16, 2006 at 05:16:52PM +0200, Victor Seva wrote:
> > Please add pwc modules.
> 
> 2.6.18-rc6 contains a newer version of pwc

The standalone pwc module includes the uncompressor thingy which is not
present in the kernel included one. There is as userland uncompressor in the
work, but it is apparently not yet fully stabilized, so this pwc module which
Victor packages, if installed, diverts the kernel one or something such, at
least this was the case the last time i thought about it.

Friendly,

Sven Luther


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



Bug#387780: initramfs-tools: power cut during update-initramfs leaves system unbootable

2006-09-16 Thread Sven Luther
On Sat, Sep 16, 2006 at 06:29:26PM +0200, Thiemo Nagel wrote:
> Package: initramfs-tools
> Version: 0.79
> Severity: important
> 
> 
> A power cut during update-initramfs may leave the system in an unbootable 
> state as the old initrd.img is 
> overwritten, but the new initrd.img is not yet completed.  (This happened to 
> me when my laptop battery ran empty.)  
> A simple fix would be to create the new initrd.img as a temporary file and 
> move it to replace the old initrd.img 
> only after image creation has been finished.  That way, the chance to have an 
> unbootable system after a power cut 
> would be significantly lower, restricted to situations in which the old 
> initrd.img doesn't work anymore.

A better fix would be to always keep a copy of the old vmlinuz/initrd.img pair
or ramdisk including vmlinuz.

This would solve lot of problems of this kind, and always keep one or more
fallback to older kernels.

Friendly,

Sven Luther


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



Bug#387759: linux-modules-extra-2.6: adding pwc modules

2006-09-16 Thread Bastian Blank
tags 387759 moreinfo
thanks

On Sat, Sep 16, 2006 at 05:16:52PM +0200, Victor Seva wrote:
> Please add pwc modules.

2.6.18-rc6 contains a newer version of pwc

| #define PWC_VERSION"10.0.12"

than this sources

| #define PWC_VERSION"10.0.12-rc1-debian"

Also the version lacks several things which seems to be fixed in linux like

| -   memset(dst, 0, pwc->view.x * pwc->view.y);
| +   memcpy(dst, 0, pwc->view.x * pwc->view.y);

Please clearify that.

Bastian

-- 
Deflector shields just came on, Captain.


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



Processed: Re: Bug#387759: linux-modules-extra-2.6: adding pwc modules

2006-09-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 387759 moreinfo
Bug#387759: linux-modules-extra-2.6: adding pwc modules
Tags were: patch
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#387780: initramfs-tools: power cut during update-initramfs leaves system unbootable

2006-09-16 Thread Thiemo Nagel
Package: initramfs-tools
Version: 0.79
Severity: important


A power cut during update-initramfs may leave the system in an unbootable state 
as the old initrd.img is 
overwritten, but the new initrd.img is not yet completed.  (This happened to me 
when my laptop battery ran empty.)  
A simple fix would be to create the new initrd.img as a temporary file and move 
it to replace the old initrd.img 
only after image creation has been finished.  That way, the chance to have an 
unbootable system after a power cut 
would be significantly lower, restricted to situations in which the old 
initrd.img doesn't work anymore.

-- Package-specific info:
-- /proc/cmdline
root=/dev/hda3 ro 

-- /proc/filesystems
cramfs
reiserfs
ntfs
vfat

-- lsmod
Module  Size  Used by
ipv6  217760  10 
xt_tcpudp   2976  3 
xt_state1888  1 
ip_conntrack   48792  1 xt_state
nfnetlink   5944  1 ip_conntrack
iptable_filter  2752  1 
ip_tables  11160  1 iptable_filter
x_tables   11332  3 xt_tcpudp,xt_state,ip_tables
nls_cp437   5600  1 
vfat   11296  1 
fat46588  1 vfat
nls_iso8859_1   3936  2 
ntfs  190380  1 
dm_snapshot15324  0 
dm_mirror  17236  0 
dm_mod 47892  2 dm_snapshot,dm_mirror
battery 9252  1 
ac  4612  0 
i810_audio 31028  0 
ac97_codec 17004  1 i810_audio
usbkbd  6368  0 
orinoco_cs 16420  1 
orinoco34452  1 orinoco_cs
hermes  7136  2 orinoco_cs,orinoco
tsdev   7200  0 
mousedev   10368  2 
hw_random   5272  0 
snd_intel8x0   29436  1 
pcmcia 34844  1 orinoco_cs
firmware_class  9472  1 pcmcia
snd_intel8x0m  15372  1 
snd_ac97_codec 82784  2 snd_intel8x0,snd_intel8x0m
snd_ac97_bus2048  1 snd_ac97_codec
sd_mod 16208  0 
snd_pcm_oss43520  0 
snd_mixer_oss  15584  1 snd_pcm_oss
snd_pcm74408  4 
snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm_oss
shpchp 39200  0 
pci_hotplug24180  1 shpchp
intel_agp  20860  1 
agpgart29232  1 intel_agp
pcspkr  2948  0 
psmouse34248  0 
serio_raw   6436  0 
snd_timer  20292  1 snd_pcm
snd46080  11 
snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore   8672  2 i810_audio,snd
snd_page_alloc  9800  3 snd_intel8x0,snd_intel8x0m,snd_pcm
evdev   8736  0 
rtc11252  0 
yenta_socket   23660  5 
rsrc_nonstatic 11840  1 yenta_socket
pcmcia_core37264  3 pcmcia,yenta_socket,rsrc_nonstatic
parport_pc 31472  0 
parport31720  1 parport_pc
floppy 55628  0 
reiserfs  216784  1 
ide_cd 35328  0 
cdrom  31888  1 ide_cd
ide_disk   14528  5 
usb_storage69312  0 
scsi_mod  10  2 sd_mod,usb_storage
e100   31044  0 
mii 5056  1 e100
piix8932  0 [permanent]
generic 4164  0 [permanent]
uhci_hcd   26640  0 
ide_core  111440  5 ide_cd,ide_disk,usb_storage,piix,generic
usbcore   110560  4 usbkbd,usb_storage,uhci_hcd
thermal12968  1 
processor  21696  1 thermal
fan 4452  1 

-- kernel-img.conf
# Do not create symbolic links in /
do_symlinks = Yes


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (800, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages initramfs-tools depends on:
ii  busybox-cvs-static20040623-1 Standalone rescue shell with tons 
ii  cpio  2.6-17 GNU cpio -- a program to manage ar
ii  klibc-utils   1.4.27-1   small statically-linked utilities 
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo
ii  udev  0.093-1/dev/ and hotplug management daemo

initramfs-tools recommends no packages.

-- no debconf information


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



Processed: (no subject)

2006-09-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 387759 patch
Bug#387759: linux-modules-extra-2.6: adding pwc modules
There were no tags set.
Tags added: patch

> tags 387760 patch
Bug#387760: linux-modules-extra-2.6: adding linux-wlan-ng modules
There were no tags set.
Tags added: patch

> --
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]



Processed: Re: Bug#387760: linux-modules-extra-2.6: adding linux-wlan-ng modules

2006-09-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 387760 moreinfo
Bug#387760: linux-modules-extra-2.6: adding linux-wlan-ng modules
Tags were: patch
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#387760: linux-modules-extra-2.6: adding linux-wlan-ng modules

2006-09-16 Thread Bastian Blank
tags 387760 moreinfo
thanks

On Sat, Sep 16, 2006 at 05:20:16PM +0200, Victor Seva wrote:
> Please add linux-wlan-ng modules.

The copyright file is not appropriate. It lists the MPL which is
incompatible with the GPL and the modules can't be used under this
license.

Bastian

-- 
There is a multi-legged creature crawling on your shoulder.
-- Spock, "A Taste of Armageddon", stardate 3193.9


signature.asc
Description: Digital signature


Bug#387760: linux-modules-extra-2.6: adding linux-wlan-ng modules

2006-09-16 Thread Victor Seva
Package: linux-modules-extra-2.6
Version: 2.6.17-2
Severity: wishlist

Please add linux-wlan-ng modules.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (400, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)


linux-modules-extra-2.6-linux-wlan-ng.patch.bz2
Description: BZip2 compressed data


Bug#387759: linux-modules-extra-2.6: adding pwc modules

2006-09-16 Thread Victor Seva
Package: linux-modules-extra-2.6
Version: 2.6.17-2
Severity: wishlist

Please add pwc modules.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (400, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)


linux-modules-extra-2.6-pwc.patch.bz2
Description: BZip2 compressed data


Bug#387741: linux-image-2.6.16-2-686-smp: JMicron JMB361 on intel P965 broadwater; device on bridged pata port not detected

2006-09-16 Thread Thijmen de Gooijer
Package: linux-image-2.6.16-2-686-smp
Version: 2.6.16-18
Severity: normal


PATA devices connected to the JMB361 controller are not detected. There 
is some driver issue. The JMB361 is found on many new motherboards based 
on the intel P965 broadwater chipset. My motherboard is a MSI P965 Neo F 
(MS-7235). Sata devices connected to this controller do not work either. 
Nor in EHCI neither in AHCI mode. The ICH8 (southbrigde) ports do work.

Some people have reported the all-generic-ide option works for them.

Also see this wiki:
https://wiki.ubuntu.com/Core_2_Duo_Support

IMPORTANT: This bug is supposed to be fixed in 2.6.18-rc4 with mm patch. 
Could somebody port this to the Debian kernel patches/include it in 
2.6.16 or 2.6.17.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.16-2-686-smp depends on:
ii  initramfs-tools [linux-initra 0.79   tools for generating an initramfs
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo

Versions of packages linux-image-2.6.16-2-686-smp recommends:
ii  libc6-i686   2.3.6.ds1-4 GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.16-2-686-smp/preinst/lilo-initrd-2.6.16-2-686-smp: true
  linux-image-2.6.16-2-686-smp/preinst/elilo-initrd-2.6.16-2-686-smp: true
  linux-image-2.6.16-2-686-smp/postinst/bootloader-error-2.6.16-2-686-smp:
  linux-image-2.6.16-2-686-smp/postinst/really-run-bootloader-2.6.16-2-686-smp: 
true
  linux-image-2.6.16-2-686-smp/postinst/old-initrd-link-2.6.16-2-686-smp: true
  linux-image-2.6.16-2-686-smp/preinst/initrd-2.6.16-2-686-smp:
  linux-image-2.6.16-2-686-smp/postinst/kimage-is-a-directory:
  linux-image-2.6.16-2-686-smp/preinst/failed-to-move-modules-2.6.16-2-686-smp:
  linux-image-2.6.16-2-686-smp/preinst/abort-overwrite-2.6.16-2-686-smp:
  linux-image-2.6.16-2-686-smp/postinst/depmod-error-2.6.16-2-686-smp: false
  linux-image-2.6.16-2-686-smp/preinst/overwriting-modules-2.6.16-2-686-smp: 
true
  
linux-image-2.6.16-2-686-smp/prerm/would-invalidate-boot-loader-2.6.16-2-686-smp:
 true
  linux-image-2.6.16-2-686-smp/postinst/old-dir-initrd-link-2.6.16-2-686-smp: 
true
* linux-image-2.6.16-2-686-smp/preinst/already-running-this-2.6.16-2-686-smp:
  linux-image-2.6.16-2-686-smp/prerm/removing-running-kernel-2.6.16-2-686-smp: 
true
  linux-image-2.6.16-2-686-smp/postinst/depmod-error-initrd-2.6.16-2-686-smp: 
false
  linux-image-2.6.16-2-686-smp/postinst/bootloader-test-error-2.6.16-2-686-smp:
  linux-image-2.6.16-2-686-smp/preinst/bootloader-initrd-2.6.16-2-686-smp: true
  linux-image-2.6.16-2-686-smp/postinst/old-system-map-link-2.6.16-2-686-smp: 
true
  linux-image-2.6.16-2-686-smp/preinst/lilo-has-ramdisk:
  linux-image-2.6.16-2-686-smp/postinst/create-kimage-link-2.6.16-2-686-smp: 
true
  linux-image-2.6.16-2-686-smp/preinst/abort-install-2.6.16-2-686-smp:


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



Bug#387545: [powerpc] Backlight control no longer works on PowerBook6,8

2006-09-16 Thread Michael Tautschnig
> On Fri, Sep 15, 2006 at 12:08:29AM +0200, Michael Tautschnig wrote:
> > Package: linux-image-2.6.18-rc6-powerpc
> > Version: 2.6.17+2.6.18-rc6-0experimental.1snapshot.7391
> > 
> > The backlight control of my PowerBook, as controlled via 
> > pbbuttonsd/gtkpbbuttons
> > does not work anymore using the above kernel image. gtkpbbuttons does 
> > display
> > the icon, but the bar displaying the status remains at 0 (and the light 
> > does not
> > change as well).
> > 
> > I noticed that there was a major rewrite of the backlight control for 
> > 2.6.18, so
> > it is probably an upstream issue.
> > 
> > Regards,
> > Michael
> > 
> 
> as aboves is latest upstream might be very well interested.
> please be so kind to feed bugzilla.kernel.org
> providing a pointer to your bug would be cool
>

I'm sorry, but in this case it isn't an upstream issue. Actually it is a
specific problem of the Debian-kernel here:

The config lacks CONFIG_PMAC_BACKLIGHT_LEGACY=y , which is obviously required
for pbbuttonsd to work. Future versions of pbbuttonsd will hopefully not require
this option. However, some of the patches applied to the Debian-flavor of the
kernel even remove this config option, thus it currently can't even just be
added to the config options.

Just to reiterate: I built a vanilla 2.6.18-rc7 and using the above option
pbbuttonsd continues to work as expected.

Regards,
Michael




signature.asc
Description: Digital signature


Bug#369517: linux-image-2.6.16-1-alpha-smp: undefined scsi symbols; fails to allocate percpu data

2006-09-16 Thread maximilian attems
> It didn't fix the problem.

what did you try?

one first shot would be to lower CONFIG_NR_CPUS in config.alpha-smp

or otherwise one could use a similar hack than the one proposed here:
http://marc.theaimsgroup.com/?l=linux-kernel&m=115507250028744&w=2

regards

-- 
maks

ps directed to andras question, initramfs gives a shell after a 300s
   default timeout tunable by the rootdelay bootparam.


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



Bug#387701: marked as done (linux-image-2.6.17.11-kanotix-2: kernel panic during boot (ifrename / ndiswrapper))

2006-09-16 Thread Debian Bug Tracking System
Your message dated Sat, 16 Sep 2006 16:10:15 +0200
with message-id <[EMAIL PROTECTED]>
and subject line proprietary module and no debian kernel
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)

--- Begin Message ---
Package: linux-image-2.6.17.11-kanotix-2
Version: 1
Severity: important

Kernel 2.6.17.11-kanotix-2 crashes during boot when attempting to
configure wireless LAN interface (wlan0) configured with ndiswrapper 
if the PCICIA wireless card is in the slot during bootup.
Note: the following services were disabled by me (maybe they really
shouldn't?):
-8<8<8<8<8<8<8<8<---
update-rc.d portmap disable
update-rc.d zope2.8 disable
update-rc.d zope2.9 disable
update-rc.d rpc disable
update-rc.d hotplug enable
update-rc.d nfs-common disable
update-rc.d nfs-kernel-server disable
update-rc.d splashy-init disable
-8<8<8<8<8<8<8<8<---

Sample output (typed from screen output during bootup):
-8<8<8<8<8<8<8<8<---
BUG: unable to handle kernel NULL pointer dereference at virtual address 
0040
  printing eip:
c019f4a9
*pde = 
Oops:  [#1]
PREEMPT SMP
Modules linked in: nsc_ircc parport_pc parport via_rhine mii snd_via82xx_modem 
snd_via82xx gameport snd_ac97_codec snd_ac97_bus snd_pcm_oss snd_mixer_oss 
snd_pcm snd_page_alloc snd_mpu401_uart snd_seq_dummy snd_seq_oss snd_seq_midi 
snd_rawmidi snd_seq_midi_event snd_seq snd_timer snd_seq_device snd soundcore 
i2c_viapro i2c_core shpchp pci_hotplug via_agp agpgart ehci_hcd uhci_hcd 
ath_pci ath_rate_sample wlan ath_hal via_ircc irda crc_ccitt eth1394 tsdev 
yenta_socket rsrc_nonstatic pcmcia_core ohci1394 ieee1394 ndiswrapper usbcore 
psmouse pcspkr fuse capability commoncap cpufreq_performance cpufreq_powersave 
powernow_k7 freq_table processor evdev
CPI:0
EIP:0060:[]   Tainted: P  VLI
EFLAGS: 00010202(2.6.17.11-kanotix-2 #1)
EIP is at remove_proc_entry+0x39/0x200
eax: 0008   ebx: 0008   ecx: 0001   edx: 
esi: de6c3c00   edi: e0d30c7b   ebp: 0002   esp: dde35e5c
ds: 007b   es: 007b   ss: 0068
Process ifrename (pid: 3279,threadinfo=dde34000 task=dfc07580)
Stack: 000a e0d30c78 0008 de6c3c00 de6c4004 0004 e0d241db e0d30c78
   0008 de6c3c00 de6c3800 e0d28a76 de6c3c00 e0d3ab1c de6c3800 000a
   c0132081 e0d3ab1c 000a de6c3800 de6c3800  01a66a1f c033fc05
Call Trace:
  wrap_procfs_remove_ndis_device+0x1b/0xx70 [ndiswrapper]
  notifier_event+0x26/0x50 [ndiswrapper]
  notifier_call_chain+0x21/0x40
  dev_change_name+0x135/0x190
  dev_ifsioc+0x11d/0x300 
  dev_ioctl+0x2a6/0x380
  vfs_ioctl+0x52/0x2c0
  sys_ioctl+0x5d/0x70
  syscall_call+0x7/0xb
Code: 20 89 44 24 04 85 db 0f 84 74 01 00 00 8b 7c 24 04 31 c0 83  c9 ff f2 ae 
f7 d1 49 b8 e0 93 42 c0 89 cd e8 7b fb 1f 00 8b 44 24 20 <8b> 48 38 8d 78 38 85 
c9 0f 84 11 01 00 00 8b 74 24 04 b8 00 e0
EIP: [] remove_proc_entry+0x39/0x200 SS:ESP 0068:dde35e5c
 <6>note: ifrename[3279] exited with preempt_count 1
/etc/rcS.d/S40ifrename: line 10:  3279 Segmentation fault   $IFRENAME -d -p

-8<8<8<8<8<8<8<8<---

After ejecting the PCMCIA card (D-Link AirPlus XtremeG DWL-G650 Wireless
Cardbus Adapter, hardware revision B2):
-8<8<8<8<8<8<8<8<---
pccard: card ejected from slot 0
ndiswrapper (miniport_reset:62): wlan is being reset
ndiswrapper (miniport_reset:62): wlan is being reset
ndiswrapper (miniport_reset:62): wlan is being reset
-8<8<8<8<8<8<8<8<---
(Last message repeats at infinitum AFAIK.)


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11-kanotix-2
Locale: LANG=C, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages linux-image-2.6.17.11-kanotix-2 depends on:
ii  coreutils [fileutils] 5.97-5 The GNU core utilities
ii  debconf [debconf-2.0] 1.5.4  Debian configuration management sy
ii  fileutils 5.97-5 The GNU file management utilities 

linux-image-2.6.17.11-kanotix-2 recommends no packages.

-- debconf information:
  
linux-image-2.6.17.11-kanotix-2/preinst/failed-to-move-modules-2.6.17.11-kanotix-

unsubscribe

2006-09-16 Thread v4nqu1sh
unsubscribe


Bug#387736: harden-doc: add section howto disable initramfs boot prompt

2006-09-16 Thread max attems
Package: harden-doc
Version: 3.8
Severity: wishlist
Tags: patch


--- harden-doc-3.8/howto-source/en/after-install.sgml   2006-08-18 
18:07:34.0 +0200
+++ harden-doc-3.8/howto-source/en/after-install.sgml.new   2006-09-16 
15:05:12.0 +0200
@@ -302,6 +302,25 @@ hackme. Using the MD5 password method is
 counterpart. More information about grub passwords may be found 
 in the grub-doc package.
 
+Disable root prompt on the initramfs
+
+Note: This applies to the default kernels provided for Debian 4.0.
+
+Debian Linux 2.6 kernels provide a way to access a root shell while booting
+which will be presented during loading the initramfs on error. This is helpful
+to permit the administrator to enter an rescue shell with root permissions.
+This shell can be used to manually load modules when autodetection fails.
+This behavior is the default for initramfs-tools generated
+initramfs. The following message will appear:
+
+  "ALERT!  /dev/sda1 does not exist.  Dropping to a shell!
+
+
+In order to remove this behavior you need to set the following bootarg:
+panic=0. Either add it to the kopt section of /boot/grub/menu.lst
+and issue update-grub or to the append section of
+/etc/lilo.conf.
+
 Remove root prompt on the kernel
 
 Note: This does not apply to the kernels provided for Debian 3.1.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#369517: linux-image-2.6.16-1-alpha-smp: undefined scsi symbols; fails to allocate percpu data

2006-09-16 Thread Norbert Tretkowski
* Andras Horvath wrote:
> Norbert Tretkowski wrote:
> > I think I have a patch which fixes this problem, building a new
> > kernel currently...

It didn't fix the problem.

> if that's 2.6.17-2 then I'm sorry to report that -smp still doesn't
> work (same scsi errors; see attached log). -generic works fine
> though.

Since smp on alpha seems quite broken currently, I'm going to drop the
smp flavour with the next upload.

Norbert


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



Processed: Re: Bug#387701: linux-image-2.6.17.11-kanotix-2: kernel panic during boot (ifrename / ndiswrapper)

2006-09-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 387701 linux-2.6
Bug#387701: linux-image-2.6.17.11-kanotix-2: kernel panic during boot (ifrename 
/ ndiswrapper)
Warning: Unknown package 'linux-image-2.6.17.11-kanotix-2'
Bug reassigned from package `linux-image-2.6.17.11-kanotix-2' to `linux-2.6'.

> --
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]



Re: Preparing 2.6.17-7

2006-09-16 Thread Norbert Tretkowski
* Steve Langasek wrote:
> Frederik Schueler wrote:
> > #369517: linux-image-2.6.16-1-alpha-smp: undefined scsi symbols;
> > fails to allocate percpu data
> 
> The alpha smp kernel didn't work in sarge either. I would suggest
> dropping this flavor until someone steps up to maintain it.

Agreed, I'm going to drop the smp flavour in 2.6.17-10.

> My alphas have always been UP, so I have no interest in it myself.

Same for me, none of my alphas have more than one processor.

Norbert


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