Bug#451230: marked as done (linux-image-2.6-s390 / qeth - HSI-interface doesn't come up after reboot)

2007-11-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Nov 2007 09:06:20 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#451230: linux-image-2.6-s390 / qeth - HSI-interface 
doesn't come up after reboot
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-s390
Version: 2.6.18
Severity: grave


Hello together,

we downloaded Debian4.0 and Debian4.0R1 and detected a bug with the
network-interface. This bug exists in both releases.
We use it on zSeries [architecture is s390].


The problem:

If we reboot the system, the HSI network-interface won't automatically
come up. We have to set them up manually in z/VM with
echo 1 /sys/bus/ccwgroup/drivers/qeth/"VIRTUAL_ADR_OF_DEVICE"/online
and modify the default-route, IP-address of the network-interface and
reload the ssh daemon. Now we can connect again with putty.


Our solution is a workaround:
=
We append /etc/init.d/network with the echo command at following
position:
### END INIT INFO

PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin"

### Our workaround
echo 1 > /sys/bus/ccwgroup/drivers/qeth/"VIRTUAL_ADR_OF_DEVICE"/online

[ -x /sbin/ifup ] || exit 0

Now the qeth Device comes up at (re)boot automatically and
we can connect with putty to the server.


Our question:
=
Is it possible to fix this problem? We use a lot of z/Linux servers with
more than one network-interface and our workaround is not very efficient ;-)

Thanks a lot!
Joachim Krais


--- End Message ---
--- Begin Message ---

Package: linux-kernel-headers
Version: 2.6.18

"Problem" is fixed. It's easier to modify the file 
/etc/network/interface with the line:

pre-up echo 1 > /sys/bus/ccw ...

The HSI-Adapter comes up after reboot.

Thanks a lot.

Joachim Krais

--- End Message ---


Bug#452931: linux-image-2.6.18-5-686: too much memory for EXT3 inode-cache in slab

2007-11-26 Thread Ralf Schlatterbeck
Package: linux-image-2.6.18-5-686
Version: 2.6.18.dfsg.1-13etch4
Severity: important

On two very different systems (a desktop system and one running a
database application) running debian kernel 2.6.18-5 I'm observing the
following behaviour:

System accumulates *large* amounts of slab-memory in EXT3 Inode-Cache,
example-output from the command "slabtop":

 Active / Total Objects (% used): 1559187 / 1578880 (98.8%)
 Active / Total Slabs (% used)  : 135874 / 135878 (100.0%)
 Active / Total Caches (% used) : 94 / 140 (67.1%)
 Active / Total Size (% used)   : 529040.32K / 531151.94K (99.6%)
 Minimum / Average / Maximum Object : 0.01K / 0.34K / 128.00K

  OBJS ACTIVE  USE OBJ SIZE  SLABS OBJ/SLAB CACHE SIZE NAME   
907400 905957  99%0.49K 1134258453700K ext3_inode_cache
565964 565089  99%0.13K  19516   29 78064K dentry_cache
 62064  56390  90%0.05K862   72  3448K buffer_head
  7756   7752  99%0.27K554   14  2216K radix_tree_node
  6313   2673  42%0.06K107   59   428K size-64

As you can see, this system has accumulated more that 400MB of
Slab-Memory (on a system with 1GB of memory, i.e. half of the whole
memory of the system just for caching inodes!). This memory is not
freed, even in an out-of-memory situation, the system rather invokes the
out-of-memory-killer (OOM-Killer) before freeing this memory.

The only way I can reclaim this memory is running

echo 2 > /proc/sys/vm/drop_caches

After issuing this command, slab-usage goes back to sane values:

 Active / Total Objects (% used): 87942 / 117616 (74.8%)
 Active / Total Slabs (% used)  : 3532 / 3542 (99.7%)
 Active / Total Caches (% used) : 96 / 140 (68.6%)
 Active / Total Size (% used)   : 10961.59K / 13940.84K (78.6%)
 Minimum / Average / Maximum Object : 0.01K / 0.12K / 128.00K

  OBJS ACTIVE  USE OBJ SIZE  SLABS OBJ/SLAB CACHE SIZE NAME   
 61632  52088  84%0.05K856   72  3424K buffer_head
  8874   2227  25%0.13K306   29  1224K dentry_cache
  8302   7748  93%0.27K593   14  2372K radix_tree_node
  6254   2533  40%0.06K106   59   424K size-64
  3780   3752  99%0.04K 45   84   180K sysfs_dir_cache
  2806   2790  99%0.08K 61   46   244K vm_area_struct
  2712   2647  97%0.03K 24  11396K size-32
  2028892  43%0.02K 12  16948K dm_io
  1696568  33%0.49K2128   848K ext3_inode_cache

On the desktop-system the time until the inode-cache is using so much
memory takes several days. On the database server I'm doing a nightly
backup that copies 20 files -- after the copying the inode-cache is
using more than 400MB of memory as in the above output of slabtop.

Is this a bug present in upstream-kernels too or something seen only in
debians build?

Is anybody else seeing this?

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages linux-image-2.6.18-5-686 depends on:
ii  coreutils 5.97-5.3   The GNU core utilities
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.85h  tools for generating an initramfs
ii  module-init-tools 3.3-pre4-2 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.18-5-686 recommends:
pn  libc6-i686 (no description available)

-- debconf information:
  linux-image-2.6.18-5-686/postinst/create-kimage-link-2.6.18-5-686: true
  linux-image-2.6.18-5-686/postinst/old-system-map-link-2.6.18-5-686: true
  linux-image-2.6.18-5-686/preinst/elilo-initrd-2.6.18-5-686: true
  linux-image-2.6.18-5-686/postinst/bootloader-test-error-2.6.18-5-686:
  linux-image-2.6.18-5-686/postinst/depmod-error-2.6.18-5-686: false
* linux-image-2.6.18-5-686/preinst/already-running-this-2.6.18-5-686:
  linux-image-2.6.18-5-686/preinst/bootloader-initrd-2.6.18-5-686: true
  linux-image-2.6.18-5-686/postinst/old-dir-initrd-link-2.6.18-5-686: true
  linux-image-2.6.18-5-686/postinst/old-initrd-link-2.6.18-5-686: true
  linux-image-2.6.18-5-686/preinst/failed-to-move-modules-2.6.18-5-686:
  linux-image-2.6.18-5-686/preinst/abort-install-2.6.18-5-686:
  linux-image-2.6.18-5-686/prerm/would-invalidate-boot-loader-2.6.18-5-686: true
  linux-image-2.6.18-5-686/postinst/bootloader-error-2.6.18-5-686:
  linux-image-2.6.18-5-686/preinst/lilo-initrd-2.6.18-5-686: true
  linux-image-2.6.18-5-686/preinst/overwriting-modules-2.6.18-5-686: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-5-686/postinst/depmod-error-initrd-2.6.18-5-686: false
  linux-image-2.6.18-5-686/prerm/removing-running-kern

Processed: Re: Bug#426409: same error happens with 2.6.18-5

2007-11-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 426409 linux-2.6
Bug#426409: linux-image-2.6.18-4-k7: EXT3 remounts read-only, possible data 
loss with message "ext3_free_blocks: Freeing blocks not in datazone"
Warning: Unknown package 'linux-image-2.6.18-4-k7'
Bug reassigned from package `linux-image-2.6.18-4-k7' 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]



Bug#426409: same error happens with 2.6.18-5

2007-11-26 Thread Tim Miller Dyck

The same error occurred again, this time with 2.6.18-5.

uname -a
Linux menno 2.6.18-5-k7 #1 SMP Wed Oct 3 00:47:27 UTC 2007 i686 GNU/ 
Linux


Current kernel package:
	linux-image-2.6.18-5-k7 2.6.18.dfsg.1-13etch4   Linux  
2.6.18 image on AMD K7


from /var/log/syslog

Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1):  
ext3_free_blocks: Freeing blocks not in datazone - block = 400281600,  
count = 1

Nov 21 13:30:02 menno kernel: Aborting journal on device dm-1.
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1) in  
ext3_free_blocks_sb: Journal has aborted
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1):  
ext3_free_blocks: Freeing blocks not in datazone - block = 86958080,  
count = 1
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1) in  
ext3_free_blocks_sb: Journal has aborted
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1):  
ext3_free_blocks: Freeing blocks not in datazone - block = 47173632,  
count = 1
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1) in  
ext3_free_blocks_sb: Journal has aborted
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1) in  
ext3_reserve_inode_write: Journal has aborted
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1) in  
ext3_truncate: Journal has aborted
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1) in  
ext3_reserve_inode_write: Journal has aborted
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1) in  
ext3_orphan_del: Journal has aborted
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1) in  
ext3_reserve_inode_write: Journal has aborted
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1) in  
ext3_delete_inode: Journal has aborted
Nov 21 13:30:02 menno kernel: __journal_remove_journal_head: freeing  
b_committed_data

Nov 21 13:30:02 menno last message repeated 2 times
Nov 21 13:30:02 menno kernel: ext3_abort called.
Nov 21 13:30:02 menno kernel: EXT3-fs error (device dm-1):  
ext3_journal_start_sb: Detected aborted journal
Nov 21 13:30:02 menno kernel: Remounting filesystem read-only 
   



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



Bug#452246: sysrq h does not work now

2007-11-26 Thread jidanni
On my Thinkpad r50e, in tty1
ALT SYSRQ SHIFT prints the help lines.
ALT SYSRQ h doesn't.
In /dev/pts/0 (icewm), both don't.

Anyway, in states like bug 451989,
SYSRQ didn't help and I had to hit the RESET button.



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



Bug#405140: linux-2.6 - xen images does not support frequency scaling

2007-11-26 Thread Gunnar Wagenknecht
I can confirm this problem with linux-image-2.6.18-5-xen-amd64 on a Dell
PowerEdge 6850 with Intel Xeon CPUs. It does not occur use the non-Xen
kernel image (linux-image-2.6.18-5-amd64).

# uname -a
Linux somehostname 2.6.18-5-xen-amd64 #1 SMP Tue Oct 2 21:48:12 UTC 2007
x86_64 GNU/Linux
# dmesg | grep processor:
processor: Unknown symbol pm_idle
processor: Unknown symbol pm_idle
processor: Unknown symbol pm_idle

I wonder what the consequences are. Will my processors overheat and the
system burn?

Janusz, should I install your patch and create a custom kernel or does
my system work without it?

-Gunnar




signature.asc
Description: OpenPGP digital signature


Bug#451805: linux-image-2.6.22-3-r4k-ip22 dies early on boot / Starting ELF64 kernel

2007-11-26 Thread Florian Lohoff
On Fri, Nov 23, 2007 at 07:04:17PM +, Thiemo Seufer wrote:
> Unless we use the compiler options mentioned before, which is probably
> not sensible given the performance impcat for other machines.
> 
> However, keeping the kernel for IP22 at 64 bit sounds valuable to me,
> as most machines can make use of it.

Do you mean as a default ip22 image or as the only one? How much work 
would it be to also provive ip22-32 images? The config is basically the
same except a single CONFIG item...

Flo
-- 
Florian Lohoff  [EMAIL PROTECTED] +49-171-2280134
Those who would give up a little freedom to get a little 
  security shall soon have neither - Benjamin Franklin


signature.asc
Description: Digital signature


Bug#451805: linux-image-2.6.22-3-r4k-ip22 dies early on boot / Starting ELF64 kernel

2007-11-26 Thread Thiemo Seufer
Florian Lohoff wrote:
> On Fri, Nov 23, 2007 at 07:04:17PM +, Thiemo Seufer wrote:
> > Unless we use the compiler options mentioned before, which is probably
> > not sensible given the performance impcat for other machines.
> > 
> > However, keeping the kernel for IP22 at 64 bit sounds valuable to me,
> > as most machines can make use of it.
> 
> Do you mean as a default ip22 image or as the only one?

I mean as the only one.

> How much work 
> would it be to also provive ip22-32 images? The config is basically the
> same except a single CONFIG item...

With proper support in the installer, different images, and even further
increased buildd time: Quite a lot.

Could you try if adding the compiler options I mentioned to the kernel
Makefile works for your machine?


Thiemo



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



Some of your Debian packages might need attention

2007-11-26 Thread DDPOMail robot
Dear Debian Kernel Team,

The following possible problem(s) were detected in the package(s)
you maintain in Debian:

=== initramfs-tools:
= This package has not been able to migrate from unstable
  to testing for 78 days.
  See 

=== linux-2.6:
= This package has 10 RC bug(s) more than 21 days old:
- #242866 
  drivers containing firmware blobs

- #243022 
  ymfpci_image.h: Sourceless microcode without permission to redistribute

- #383403 
  linux-2.6: includes nondistributable and non-free binary firmware

- #412950 
  linux-2.6: [legal] the current kernel tarball doesn't respect the GR 2006-007

- #417121 
  pcmciautils: Data Corruption while using Texas Instrument PCI7420   --CardBus

- #423040 
  Source package contains non-free IETF RFC/I-D

- #430984 
  pthreads issue with libc6

- #433187 
  linux-2.6 - [sparc64-smp] produces unkillable processes

- #440445 
  linux-2.6 - dies after some time on t2000 since .22

- #448488 
  linux-image-2.6.22-3-r4k-ip22: crashes hard on boot

This is an automated mail. These mails are sent monthly.
For more information about these mails, refer to
http://wiki.debian.org/qa.debian.org/DdpoByMail

We are sorry if this mail was useless for you. If you think it was
avoidable (that we can detect easily that the problems weren't
actually problems), please reply to it and let us know.

If you don't want to receive this type of mail any more, you can reply
to this mail and use one of the following commands at the beginning of
the mail:
- unsubscribe 
You will no longer receive any mail for any package
- ignore  
You will no longer receive information about that package in those
mails. So if that package is the only one with problems, you won't
receive anything.
- ignore  
You will no longer receive information about this bug.

All commands are manually processed, but you will receive
confirmation. The commands are just here so that we know precisely
what you want.

A more detailed status of your packages is available from the DDPO.
See: 
http://qa.debian.org/[EMAIL PROTECTED]

Don't hesitate to reply to this mail if you have questions. The wiki
page will be updated with useful information.
-- 
DDPOMail, run by Lucas Nussbaum


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



Processed: your mail

2007-11-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 452837 unionfs
Bug#452837: mounting unionfs via nfs fails
Bug reassigned from package `unionfs-modules-2.6.18-5-486' to `unionfs'.

> 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#405232: marked as done (include rt2400/rt2500/rt2570/rt2x00)

2007-11-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Nov 2007 14:47:47 +0100
with message-id <[EMAIL PROTECTED]>
and subject line include rt2400/rt2500/rt2570/rt2x00
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-modules-contrib-2.6
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Would it be possible to include module packages built from the
rt2400-source and rt2500-source packages?

- -- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFma1sshl/216gEHgRAtxQAJ9+YxZ6Pj80WK9thz80aIOc77trWwCgnhB2
blvYhCsyQ8wM0YYeCq16xtY=
=zrX2
-END PGP SIGNATURE-

--- End Message ---
--- Begin Message ---
I've removed the definition files for rt2400/rt2500 again. However, if
something doesn't work out with 2.6.24, please reopen the bug. No big
deal to re-add the files again.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/

--- End Message ---


Processed: tagging 451955

2007-11-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.26
> tags 451955 + pending
Bug#451955: linux-modules-extra-2.6: please add 'Provides:' line to control 
files
There were no tags set.
Tags added: pending

>
End of message, 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#451116: linux-modules-extra-2.6: Please add virtualbox-ose-guest-source and create virtualbox-ose-guest-modules

2007-11-26 Thread Daniel Baumann
doesn't work.

[...]
/usr/bin/make -f debian/rules.gen build-i386
make[1]: Entering directory `/home/user/linux-modules-extra-2.6'
/usr/bin/make -f debian/rules.real build MAJOR='2.6'
MODULESOURCE='virtualbox-ose-guest-source' FLAVOUR='486' SUBARCH='none'
UPSTREAMVERSION='2.6.22' MODULE='virtualbox-ose-guest'
VERSION_SOURCE='2.6.22' VERSION='2.6.22' KERNEL_ARCH='i386' ABINAME='-3'
LOCALVERSION='-486' ARCH='i386' VERSION_DEBIAN='7'
make[2]: Entering directory `/home/user/linux-modules-extra-2.6'
/usr/bin/make -C /usr/src/linux-headers-2.6.22-3-486
M=/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest

make[3]: Entering directory `/usr/src/linux-headers-2.6.22-3-486'
scripts/Makefile.build:17:
/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/Makefile:
No such file or directory
make[4]: *** No rule to make target
`/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest/Makefile'.
 Stop.
make[3]: ***
[_module_/home/user/linux-modules-extra-2.6/debian/build/build_i386_none_486_virtualbox-ose-guest]
Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.22-3-486'
make[2]: *** [debian/stamps/build_i386_none_486_virtualbox-ose-guest]
Error 2
make[2]: Leaving directory `/home/user/linux-modules-extra-2.6'
make[1]: *** [build-i386-none-486-virtualbox-ose-guest] Error 2
make[1]: Leaving directory `/home/user/linux-modules-extra-2.6'
make: *** [debian/stamps/build-base] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
(sid_i386)[EMAIL PROTECTED]:~/linux-modules-extra-2.6$

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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

2007-11-26 Thread Daniel Baumann
Hi,

are there still interests of adding linux-wlan-ng to
linux-modules-extra-2.6?

Regards,
Daniel

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Processed: Re: Bug#452974: segmentation fault for repquota and setquota with 64bit kernel

2007-11-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reassign 452974 linux-image-2.6.22-2-amd64
Bug#452974: segmentation fault for repquota and setquota with 64bit kernel
Bug reassigned from package `quota' to `linux-image-2.6.22-2-amd64'.

> severity 452974 normal
Bug#452974: segmentation fault for repquota and setquota with 64bit kernel
Severity set to `normal' from `important'

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



Processing of linux-modules-extra-2.6_2.6.22-7_i386.changes

2007-11-26 Thread Archive Administrator
linux-modules-extra-2.6_2.6.22-7_i386.changes uploaded successfully to localhost
along with the files:
  linux-modules-extra-2.6_2.6.22-7.dsc
  linux-modules-extra-2.6_2.6.22-7.tar.gz
  atl2-modules-2.6.22-3-486_2.6.22+1.0.40.4-7_i386.deb
  atl2-modules-2.6-486_2.6.22-7_i386.deb
  aufs-modules-2.6.22-3-486_2.6.22+0+20071105-7_i386.deb
  aufs-modules-2.6-486_2.6.22-7_i386.deb
  btrfs-modules-2.6.22-3-486_2.6.22+0.8-7_i386.deb
  btrfs-modules-2.6-486_2.6.22-7_i386.deb
  drbd8-modules-2.6.22-3-486_2.6.22+8.0.7-7_i386.deb
  drbd8-modules-2.6-486_2.6.22-7_i386.deb
  gspca-modules-2.6.22-3-486_2.6.22+01.00.18-7_i386.deb
  gspca-modules-2.6-486_2.6.22-7_i386.deb
  iscsitarget-modules-2.6.22-3-486_2.6.22+0.4.15-7_i386.deb
  iscsitarget-modules-2.6-486_2.6.22-7_i386.deb
  squashfs-modules-2.6.22-3-486_2.6.22+3.2r2-7_i386.deb
  squashfs-modules-2.6-486_2.6.22-7_i386.deb
  unionfs-modules-2.6.22-3-486_2.6.22+1.4+debian-7_i386.deb
  unionfs-modules-2.6-486_2.6.22-7_i386.deb
  virtualbox-ose-modules-2.6.22-3-486_2.6.22+1.5.2-dfsg2-7_i386.deb
  virtualbox-ose-modules-2.6-486_2.6.22-7_i386.deb
  atl2-modules-2.6.22-3-686_2.6.22+1.0.40.4-7_i386.deb
  atl2-modules-2.6-686_2.6.22-7_i386.deb
  aufs-modules-2.6.22-3-686_2.6.22+0+20071105-7_i386.deb
  aufs-modules-2.6-686_2.6.22-7_i386.deb
  btrfs-modules-2.6.22-3-686_2.6.22+0.8-7_i386.deb
  btrfs-modules-2.6-686_2.6.22-7_i386.deb
  drbd8-modules-2.6.22-3-686_2.6.22+8.0.7-7_i386.deb
  drbd8-modules-2.6-686_2.6.22-7_i386.deb
  gspca-modules-2.6.22-3-686_2.6.22+01.00.18-7_i386.deb
  gspca-modules-2.6-686_2.6.22-7_i386.deb
  iscsitarget-modules-2.6.22-3-686_2.6.22+0.4.15-7_i386.deb
  iscsitarget-modules-2.6-686_2.6.22-7_i386.deb
  squashfs-modules-2.6.22-3-686_2.6.22+3.2r2-7_i386.deb
  squashfs-modules-2.6-686_2.6.22-7_i386.deb
  unionfs-modules-2.6.22-3-686_2.6.22+1.4+debian-7_i386.deb
  unionfs-modules-2.6-686_2.6.22-7_i386.deb
  virtualbox-ose-modules-2.6.22-3-686_2.6.22+1.5.2-dfsg2-7_i386.deb
  virtualbox-ose-modules-2.6-686_2.6.22-7_i386.deb
  atl2-modules-2.6.22-3-k7_2.6.22+1.0.40.4-7_i386.deb
  atl2-modules-2.6-k7_2.6.22-7_i386.deb
  aufs-modules-2.6.22-3-k7_2.6.22+0+20071105-7_i386.deb
  aufs-modules-2.6-k7_2.6.22-7_i386.deb
  btrfs-modules-2.6.22-3-k7_2.6.22+0.8-7_i386.deb
  btrfs-modules-2.6-k7_2.6.22-7_i386.deb
  drbd8-modules-2.6.22-3-k7_2.6.22+8.0.7-7_i386.deb
  drbd8-modules-2.6-k7_2.6.22-7_i386.deb
  gspca-modules-2.6.22-3-k7_2.6.22+01.00.18-7_i386.deb
  gspca-modules-2.6-k7_2.6.22-7_i386.deb
  iscsitarget-modules-2.6.22-3-k7_2.6.22+0.4.15-7_i386.deb
  iscsitarget-modules-2.6-k7_2.6.22-7_i386.deb
  squashfs-modules-2.6.22-3-k7_2.6.22+3.2r2-7_i386.deb
  squashfs-modules-2.6-k7_2.6.22-7_i386.deb
  unionfs-modules-2.6.22-3-k7_2.6.22+1.4+debian-7_i386.deb
  unionfs-modules-2.6-k7_2.6.22-7_i386.deb
  virtualbox-ose-modules-2.6.22-3-k7_2.6.22+1.5.2-dfsg2-7_i386.deb
  virtualbox-ose-modules-2.6-k7_2.6.22-7_i386.deb
  atl2-modules-2.6.22-3-686-bigmem_2.6.22+1.0.40.4-7_i386.deb
  atl2-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  aufs-modules-2.6.22-3-686-bigmem_2.6.22+0+20071105-7_i386.deb
  aufs-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  btrfs-modules-2.6.22-3-686-bigmem_2.6.22+0.8-7_i386.deb
  btrfs-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  drbd8-modules-2.6.22-3-686-bigmem_2.6.22+8.0.7-7_i386.deb
  drbd8-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  gspca-modules-2.6.22-3-686-bigmem_2.6.22+01.00.18-7_i386.deb
  gspca-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  iscsitarget-modules-2.6.22-3-686-bigmem_2.6.22+0.4.15-7_i386.deb
  iscsitarget-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  squashfs-modules-2.6.22-3-686-bigmem_2.6.22+3.2r2-7_i386.deb
  squashfs-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  unionfs-modules-2.6.22-3-686-bigmem_2.6.22+1.4+debian-7_i386.deb
  unionfs-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  virtualbox-ose-modules-2.6.22-3-686-bigmem_2.6.22+1.5.2-dfsg2-7_i386.deb
  virtualbox-ose-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  atl2-modules-2.6.22-3-amd64_2.6.22+1.0.40.4-7_i386.deb
  atl2-modules-2.6-amd64_2.6.22-7_i386.deb
  aufs-modules-2.6.22-3-amd64_2.6.22+0+20071105-7_i386.deb
  aufs-modules-2.6-amd64_2.6.22-7_i386.deb
  btrfs-modules-2.6.22-3-amd64_2.6.22+0.8-7_i386.deb
  btrfs-modules-2.6-amd64_2.6.22-7_i386.deb
  drbd8-modules-2.6.22-3-amd64_2.6.22+8.0.7-7_i386.deb
  drbd8-modules-2.6-amd64_2.6.22-7_i386.deb
  gspca-modules-2.6.22-3-amd64_2.6.22+01.00.18-7_i386.deb
  gspca-modules-2.6-amd64_2.6.22-7_i386.deb
  iscsitarget-modules-2.6.22-3-amd64_2.6.22+0.4.15-7_i386.deb
  iscsitarget-modules-2.6-amd64_2.6.22-7_i386.deb
  squashfs-modules-2.6.22-3-amd64_2.6.22+3.2r2-7_i386.deb
  squashfs-modules-2.6-amd64_2.6.22-7_i386.deb
  unionfs-modules-2.6.22-3-amd64_2.6.22+1.4+debian-7_i386.deb
  unionfs-modules-2.6-amd64_2.6.22-7_i386.deb
  atl2-modules-2.6.22-3-vserver-686_2.6.22+1.0.40.4-7_i386.deb
  atl2-modules-2.6-vserver-686_2.6.22-7_i386.deb
  aufs-modules-2.6.22-3-vserver-686_2.6.22+0+20071105-7_i386.deb
  aufs-modules-2.6-vserver-686_2.6.22-7_i386.deb
  btrfs-

linux-modules-extra-2.6_2.6.22-7_i386.changes is NEW

2007-11-26 Thread Debian Installer
(new) atl2-modules-2.6-486_2.6.22-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6 on x86
 This package depends on the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for latest Linux kernel 2.6 on x86 and compatible
 machines.
(new) atl2-modules-2.6-686-bigmem_2.6.22-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6 on 
PPro/Celeron/PII/PIII/P4
 This package depends on the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for latest Linux kernel 2.6 on Pentium Pro/Celeron/Pentium
 II/Pentium III/Pentium 4 with 4-64G RAM machines.
(new) atl2-modules-2.6-686_2.6.22-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6 on 
PPro/Celeron/PII/PIII/P4
 This package depends on the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for latest Linux kernel 2.6 on Pentium Pro/Celeron/Pentium
 II/Pentium III/Pentium 4 machines.
(new) atl2-modules-2.6-amd64_2.6.22-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6 on 
AMD64
 This package depends on the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for latest Linux kernel 2.6 on all 64bit single- and
 multiprocessor AMD and Intel machines.
(new) atl2-modules-2.6-k7_2.6.22-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6 on AMD 
K7
 This package depends on the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for latest Linux kernel 2.6 on 32bit AMD
 Duron/Athlon/AthlonXP/Sempron machines.
(new) atl2-modules-2.6-vserver-686_2.6.22-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6 on 
PPro/Celeron/PII/PIII/P4
 This package depends on the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for latest Linux kernel 2.6 on Pentium Pro/Celeron/Pentium
 II/Pentium III/Pentium 4 machines.
(new) atl2-modules-2.6-vserver-k7_2.6.22-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6 on AMD 
K7
 This package depends on the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for latest Linux kernel 2.6 on 32bit AMD
 Duron/Athlon/AthlonXP/Sempron machines.
(new) atl2-modules-2.6.22-3-486_2.6.22+1.0.40.4-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6.22 on 
x86
 This package provides the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for the Linux kernel version 2.6.22 on x86 and compatible
 machines.
(new) atl2-modules-2.6.22-3-686-bigmem_2.6.22+1.0.40.4-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6.22 on 
PPro/Celeron/PII/PIII/P4
 This package provides the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for the Linux kernel version 2.6.22 on Pentium
 Pro/Celeron/Pentium II/Pentium III/Pentium 4 with 4-64G RAM machines.
(new) atl2-modules-2.6.22-3-686_2.6.22+1.0.40.4-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6.22 on 
PPro/Celeron/PII/PIII/P4
 This package provides the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for the Linux kernel version 2.6.22 on Pentium
 Pro/Celeron/Pentium II/Pentium III/Pentium 4 machines.
(new) atl2-modules-2.6.22-3-amd64_2.6.22+1.0.40.4-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6.22 on 
AMD64
 This package provides the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for the Linux kernel version 2.6.22 on all 64bit single-
 and multiprocessor AMD and Intel machines.
(new) atl2-modules-2.6.22-3-k7_2.6.22+1.0.40.4-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6.22 on 
AMD K7
 This package provides the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for the Linux kernel version 2.6.22 on 32bit AMD
 Duron/Athlon/AthlonXP/Sempron machines.
(new) atl2-modules-2.6.22-3-vserver-686_2.6.22+1.0.40.4-7_i386.deb optional 
admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6.22 on 
PPro/Celeron/PII/PIII/P4
 This package provides the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for the Linux kernel version 2.6.22 on Pentium
 Pro/Celeron/Pentium II/Pentium III/Pentium 4 machines.
(new) atl2-modules-2.6.22-3-vserver-k7_2.6.22+1.0.40.4-7_i386.deb optional admin
Driver for the Atheros(R) L2 Fast Ethernet Adapter modules for Linux 2.6.22 on 
AMD K7
 This package provides the Driver for the Atheros(R) L2 Fast Ethernet
 Adapter modules for the Linux kernel version 2.6.22 on 32bit AMD
 Duron/Athlon/AthlonXP/Sempron machines.
aufs-modules-2.6-486_2.6.22-7_i386.deb
  to pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-486_2.6.22-7_i386.deb
aufs-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modul

Processed: tagging 440967

2007-11-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.26
> tags 440967 + pending
Bug#440967: cp: `/lib/firmware/ql2100_fw.bin' and 
`/tmp/...[snip].../ql2100_fw.bin' are the same file
There were no tags set.
Tags added: pending

>
End of message, 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: System crash caused by the powernow-k8 kernel module

2007-11-26 Thread Lennart Sorensen
On Sun, Nov 25, 2007 at 10:32:31PM +0200, Teodor wrote:
> A few minutes ago I've upgraded the BIOS to the latest version
> available 1601beta and the system is freezing immediately after I start
> the firefox browser, probably caused by a growing load on the CPUs.
> 
> Unfortunately I don't have a serial cable around but I'll try to buy
> one. Can you direct me to a good howto on setting a serial console? I'll
> search on Internet but you might know a short one.
> 
> Paul and Mark, do you have any suggestions for fixing this?

If it is locking up as soon as you start putting load on it, perhaps you
have a crappy power supply or bad ram.  I know many people on this list
have had strange lockups and in the end it always seemed to come down to
using bad ram (where bad ram is defined as any ram that isn't perfectly
within it's claimed specifications since the memory controller on AMD
cpus _will_ try to use it to the limits of the claimed spec).  Power
supplies that are under powered or just badly designed may also have
trouble dealing with sudden changes in demand on power (which certainly
would happen when the cpu decides to change frequency and voltage level
due to change in demand when powernow is enabled).  What kind of power
supply are you using?

--
Len Sorensen


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



Processing of firmware-nonfree_0.8_i386.changes

2007-11-26 Thread Archive Administrator
firmware-nonfree_0.8_i386.changes uploaded successfully to localhost
along with the files:
  firmware-nonfree_0.8.dsc
  firmware-nonfree_0.8.tar.gz
  firmware-ipw3945_0.8_all.deb
  firmware-ipw3945-di_0.8_all.udeb
  firmware-iwlwifi_0.8_all.deb
  firmware-iwlwifi-di_0.8_all.udeb
  firmware-qlogic_0.8_all.deb
  firmware-qlogic-di_0.8_all.udeb
  firmware-rt61_0.8_all.deb
  firmware-rt61-di_0.8_all.udeb
  firmware-rt73_0.8_all.deb
  firmware-rt73-di_0.8_all.udeb

Greetings,

Your Debian queue daemon


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



firmware-nonfree_0.8_i386.changes is NEW

2007-11-26 Thread Debian Installer
firmware-ipw3945-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-ipw3945-di_0.8_all.udeb
firmware-ipw3945_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-ipw3945_0.8_all.deb
firmware-iwlwifi-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-iwlwifi-di_0.8_all.udeb
firmware-iwlwifi_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-iwlwifi_0.8_all.deb
firmware-nonfree_0.8.dsc
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.8.dsc
firmware-nonfree_0.8.tar.gz
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.8.tar.gz
firmware-qlogic-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-qlogic-di_0.8_all.udeb
firmware-qlogic_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-qlogic_0.8_all.deb
(new) firmware-rt61-di_0.8_all.udeb optional non-free/debian-installer
Binary firmware for rt61 and rt61pci wireless network drivers
(new) firmware-rt61_0.8_all.deb optional non-free/admin
Binary firmware for rt61 and rt61pci wireless network drivers
 This package contains the binary firmware for PCI and CardBus wireless
 network cards with the Ralink RT2501 [Turbo], RT2600, RT5201 [Turbo] or
 RT5600 chipset, supported by the rt61 and rt61pci drivers.
 .
 URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
 .
 Contents:
  * Ralink RT2561 (RT2501/RT5201 chipset) firmware, version unknown
  * Ralink RT2561S (RT2501 Turbo/RT5201 Turbo chipset) firmware, version unknown
  * Ralink RT2661 (RT2600/RT5600 chipset) firmware, version unknown
(new) firmware-rt73-di_0.8_all.udeb optional non-free/debian-installer
Binary firmware for rt73 and rt73usb wireless network drivers
(new) firmware-rt73_0.8_all.deb optional non-free/admin
Binary firmware for rt73 and rt73usb wireless network drivers
 This package contains the binary firmware for USB wireless network cards
 with the Ralink RT2501USB or RT5201USB chipset, supported by the rt73 and
 rt73usb drivers.
 .
 URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
 .
 Contents:
  * Ralink RT2571W/RT2671 (RT2501USB/RT5201USB chipset) firmware, version 
unknown
Changes: firmware-nonfree (0.8) unstable; urgency=low
 .
  * Applying patch from Ben Hutchings <[EMAIL PROTECTED]> to update
gencontrol.py for linux-support-2.6.22-3.
  * Check for already included firmware by initramfs-tools own functions
(Closes: #440967).
  * Applying patch from Ben Hutchings <[EMAIL PROTECTED]> to add
ralink rt61 firmware, version 1.2.
  * Applying patch from Ben Hutchings <[EMAIL PROTECTED]> to add
ralink rt73 firmware, version 1.8.
  * Bumping package to debhelper 5.
  * Removed some useless whitespaces at EOL and EOF.


Override entries for your package:
firmware-ipw3945-di_0.8_all.udeb - optional non-free/debian-installer
firmware-ipw3945_0.8_all.deb - optional non-free/admin
firmware-iwlwifi-di_0.8_all.udeb - optional non-free/debian-installer
firmware-iwlwifi_0.8_all.deb - optional non-free/misc
firmware-nonfree_0.8.dsc - source non-free/admin
firmware-qlogic-di_0.8_all.udeb - optional non-free/debian-installer
firmware-qlogic_0.8_all.deb - optional non-free/admin

Announcing to [EMAIL PROTECTED]
Closing bugs: 440967 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



Processed: Re: ITP: rt73-firmware -- firmware for Ralink USB wireless cards

2007-11-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 448980 firmware-nonfree: Add rt61/rt71 firmware
Bug#448980: ITP: rt73-firmware -- firmware for Ralink USB wireless cards
Changed Bug title to `firmware-nonfree: Add rt61/rt71 firmware' from `ITP: 
rt73-firmware -- firmware for Ralink USB wireless cards'.

> reassign 448980 firmware-nonfree
Bug#448980: firmware-nonfree: Add rt61/rt71 firmware
Bug reassigned from package `wnpp' to `firmware-nonfree'.

> tags 448980 +pending
Bug#448980: firmware-nonfree: Add rt61/rt71 firmware
Tags were: pending
Tags added: pending

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



debian 3.1 - how make it to support 2G memory

2007-11-26 Thread ann kok
Hi all

I want to increase the memory from 1G to 2G

debian 3.1 - how make it to support 2G memory

thank you


  

Be a better pen pal. 
Text or chat with friends inside Yahoo! Mail. See how.  
http://overview.mail.yahoo.com/


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



linux-modules-extra-2.6_2.6.22-7_i386.changes ACCEPTED

2007-11-26 Thread Debian Installer

Accepted:
atl2-modules-2.6-486_2.6.22-7_i386.deb
  to pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-486_2.6.22-7_i386.deb
atl2-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-686-bigmem_2.6.22-7_i386.deb
atl2-modules-2.6-686_2.6.22-7_i386.deb
  to pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-686_2.6.22-7_i386.deb
atl2-modules-2.6-amd64_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-amd64_2.6.22-7_i386.deb
atl2-modules-2.6-k7_2.6.22-7_i386.deb
  to pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-k7_2.6.22-7_i386.deb
atl2-modules-2.6-vserver-686_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-vserver-686_2.6.22-7_i386.deb
atl2-modules-2.6-vserver-k7_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-vserver-k7_2.6.22-7_i386.deb
atl2-modules-2.6.22-3-486_2.6.22+1.0.40.4-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-486_2.6.22+1.0.40.4-7_i386.deb
atl2-modules-2.6.22-3-686-bigmem_2.6.22+1.0.40.4-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-686-bigmem_2.6.22+1.0.40.4-7_i386.deb
atl2-modules-2.6.22-3-686_2.6.22+1.0.40.4-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-686_2.6.22+1.0.40.4-7_i386.deb
atl2-modules-2.6.22-3-amd64_2.6.22+1.0.40.4-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-amd64_2.6.22+1.0.40.4-7_i386.deb
atl2-modules-2.6.22-3-k7_2.6.22+1.0.40.4-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-k7_2.6.22+1.0.40.4-7_i386.deb
atl2-modules-2.6.22-3-vserver-686_2.6.22+1.0.40.4-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-vserver-686_2.6.22+1.0.40.4-7_i386.deb
atl2-modules-2.6.22-3-vserver-k7_2.6.22+1.0.40.4-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-vserver-k7_2.6.22+1.0.40.4-7_i386.deb
aufs-modules-2.6-486_2.6.22-7_i386.deb
  to pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-486_2.6.22-7_i386.deb
aufs-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-686-bigmem_2.6.22-7_i386.deb
aufs-modules-2.6-686_2.6.22-7_i386.deb
  to pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-686_2.6.22-7_i386.deb
aufs-modules-2.6-amd64_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-amd64_2.6.22-7_i386.deb
aufs-modules-2.6-k7_2.6.22-7_i386.deb
  to pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-k7_2.6.22-7_i386.deb
aufs-modules-2.6-vserver-686_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-vserver-686_2.6.22-7_i386.deb
aufs-modules-2.6-vserver-k7_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-vserver-k7_2.6.22-7_i386.deb
aufs-modules-2.6.22-3-486_2.6.22+0+20071105-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-486_2.6.22+0+20071105-7_i386.deb
aufs-modules-2.6.22-3-686-bigmem_2.6.22+0+20071105-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-686-bigmem_2.6.22+0+20071105-7_i386.deb
aufs-modules-2.6.22-3-686_2.6.22+0+20071105-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-686_2.6.22+0+20071105-7_i386.deb
aufs-modules-2.6.22-3-amd64_2.6.22+0+20071105-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-amd64_2.6.22+0+20071105-7_i386.deb
aufs-modules-2.6.22-3-k7_2.6.22+0+20071105-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-k7_2.6.22+0+20071105-7_i386.deb
aufs-modules-2.6.22-3-vserver-686_2.6.22+0+20071105-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-vserver-686_2.6.22+0+20071105-7_i386.deb
aufs-modules-2.6.22-3-vserver-k7_2.6.22+0+20071105-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-vserver-k7_2.6.22+0+20071105-7_i386.deb
btrfs-modules-2.6-486_2.6.22-7_i386.deb
  to pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-486_2.6.22-7_i386.deb
btrfs-modules-2.6-686-bigmem_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-686-bigmem_2.6.22-7_i386.deb
btrfs-modules-2.6-686_2.6.22-7_i386.deb
  to pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-686_2.6.22-7_i386.deb
btrfs-modules-2.6-amd64_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-amd64_2.6.22-7_i386.deb
btrfs-modules-2.6-k7_2.6.22-7_i386.deb
  to pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-k7_2.6.22-7_i386.deb
btrfs-modules-2.6-vserver-686_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-vserver-686_2.6.22-7_i386.deb
btrfs-modules-2.6-vserver-k7_2.6.22-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-vserver-k7_2.6.22-7_i386.deb
btrfs-modules-2.6.22-3-486_2.6.22+0.8-7_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6.22-3-486_2.6.22+0.8-7_i3

Processing of linux-modules-extra-2.6_2.6.18-8_i386.changes

2007-11-26 Thread Archive Administrator
linux-modules-extra-2.6_2.6.18-8_i386.changes uploaded successfully to localhost
along with the files:
  linux-modules-extra-2.6_2.6.18-8.dsc
  linux-modules-extra-2.6_2.6.18-8.tar.gz
  gspca-modules-2.6.18-4-486_2.6.18+01.00.12-8_i386.deb
  gspca-modules-2.6-486_2.6.18-8_i386.deb
  redhat-cluster-modules-2.6.18-4-486_2.6.18+1.03.00-8_i386.deb
  redhat-cluster-modules-2.6-486_2.6.18-8_i386.deb
  squashfs-modules-2.6.18-4-486_2.6.18+3.1r2-8_i386.deb
  squashfs-modules-2.6-486_2.6.18-8_i386.deb
  unionfs-modules-2.6.18-4-486_2.6.18+1.4+debian-8_i386.deb
  unionfs-modules-2.6-486_2.6.18-8_i386.deb
  gspca-modules-2.6.18-4-686_2.6.18+01.00.12-8_i386.deb
  gspca-modules-2.6-686_2.6.18-8_i386.deb
  redhat-cluster-modules-2.6.18-4-686_2.6.18+1.03.00-8_i386.deb
  redhat-cluster-modules-2.6-686_2.6.18-8_i386.deb
  squashfs-modules-2.6.18-4-686_2.6.18+3.1r2-8_i386.deb
  squashfs-modules-2.6-686_2.6.18-8_i386.deb
  unionfs-modules-2.6.18-4-686_2.6.18+1.4+debian-8_i386.deb
  unionfs-modules-2.6-686_2.6.18-8_i386.deb
  gspca-modules-2.6.18-4-k7_2.6.18+01.00.12-8_i386.deb
  gspca-modules-2.6-k7_2.6.18-8_i386.deb
  redhat-cluster-modules-2.6.18-4-k7_2.6.18+1.03.00-8_i386.deb
  redhat-cluster-modules-2.6-k7_2.6.18-8_i386.deb
  squashfs-modules-2.6.18-4-k7_2.6.18+3.1r2-8_i386.deb
  squashfs-modules-2.6-k7_2.6.18-8_i386.deb
  unionfs-modules-2.6.18-4-k7_2.6.18+1.4+debian-8_i386.deb
  unionfs-modules-2.6-k7_2.6.18-8_i386.deb
  gspca-modules-2.6.18-4-686-bigmem_2.6.18+01.00.12-8_i386.deb
  gspca-modules-2.6-686-bigmem_2.6.18-8_i386.deb
  redhat-cluster-modules-2.6.18-4-686-bigmem_2.6.18+1.03.00-8_i386.deb
  redhat-cluster-modules-2.6-686-bigmem_2.6.18-8_i386.deb
  squashfs-modules-2.6.18-4-686-bigmem_2.6.18+3.1r2-8_i386.deb
  squashfs-modules-2.6-686-bigmem_2.6.18-8_i386.deb
  unionfs-modules-2.6.18-4-686-bigmem_2.6.18+1.4+debian-8_i386.deb
  unionfs-modules-2.6-686-bigmem_2.6.18-8_i386.deb
  gspca-modules-2.6.18-4-amd64_2.6.18+01.00.12-8_i386.deb
  gspca-modules-2.6-amd64_2.6.18-8_i386.deb
  redhat-cluster-modules-2.6.18-4-amd64_2.6.18+1.03.00-8_i386.deb
  redhat-cluster-modules-2.6-amd64_2.6.18-8_i386.deb
  squashfs-modules-2.6.18-4-amd64_2.6.18+3.1r2-8_i386.deb
  squashfs-modules-2.6-amd64_2.6.18-8_i386.deb
  unionfs-modules-2.6.18-4-amd64_2.6.18+1.4+debian-8_i386.deb
  unionfs-modules-2.6-amd64_2.6.18-8_i386.deb
  gspca-modules-2.6.18-4-vserver-686_2.6.18+01.00.12-8_i386.deb
  gspca-modules-2.6-vserver-686_2.6.18-8_i386.deb
  redhat-cluster-modules-2.6.18-4-vserver-686_2.6.18+1.03.00-8_i386.deb
  redhat-cluster-modules-2.6-vserver-686_2.6.18-8_i386.deb
  squashfs-modules-2.6.18-4-vserver-686_2.6.18+3.1r2-8_i386.deb
  squashfs-modules-2.6-vserver-686_2.6.18-8_i386.deb
  gspca-modules-2.6.18-4-vserver-k7_2.6.18+01.00.12-8_i386.deb
  gspca-modules-2.6-vserver-k7_2.6.18-8_i386.deb
  redhat-cluster-modules-2.6.18-4-vserver-k7_2.6.18+1.03.00-8_i386.deb
  redhat-cluster-modules-2.6-vserver-k7_2.6.18-8_i386.deb
  squashfs-modules-2.6.18-4-vserver-k7_2.6.18+3.1r2-8_i386.deb
  squashfs-modules-2.6-vserver-k7_2.6.18-8_i386.deb
  gspca-modules-2.6.18-4-xen-686_2.6.18+01.00.12-8_i386.deb
  gspca-modules-2.6-xen-686_2.6.18-8_i386.deb
  redhat-cluster-modules-2.6.18-4-xen-686_2.6.18+1.03.00-8_i386.deb
  redhat-cluster-modules-2.6-xen-686_2.6.18-8_i386.deb
  squashfs-modules-2.6.18-4-xen-686_2.6.18+3.1r2-8_i386.deb
  squashfs-modules-2.6-xen-686_2.6.18-8_i386.deb
  gspca-modules-2.6.18-4-xen-vserver-686_2.6.18+01.00.12-8_i386.deb
  gspca-modules-2.6-xen-vserver-686_2.6.18-8_i386.deb
  redhat-cluster-modules-2.6.18-4-xen-vserver-686_2.6.18+1.03.00-8_i386.deb
  redhat-cluster-modules-2.6-xen-vserver-686_2.6.18-8_i386.deb
  squashfs-modules-2.6.18-4-xen-vserver-686_2.6.18+3.1r2-8_i386.deb
  squashfs-modules-2.6-xen-vserver-686_2.6.18-8_i386.deb

Greetings,

Your Debian queue daemon


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



firmware-nonfree_0.8_i386.changes ACCEPTED

2007-11-26 Thread Debian Installer

Accepted:
firmware-ipw3945-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-ipw3945-di_0.8_all.udeb
firmware-ipw3945_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-ipw3945_0.8_all.deb
firmware-iwlwifi-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-iwlwifi-di_0.8_all.udeb
firmware-iwlwifi_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-iwlwifi_0.8_all.deb
firmware-nonfree_0.8.dsc
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.8.dsc
firmware-nonfree_0.8.tar.gz
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.8.tar.gz
firmware-qlogic-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-qlogic-di_0.8_all.udeb
firmware-qlogic_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-qlogic_0.8_all.deb
firmware-rt61-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-rt61-di_0.8_all.udeb
firmware-rt61_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-rt61_0.8_all.deb
firmware-rt73-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-rt73-di_0.8_all.udeb
firmware-rt73_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-rt73_0.8_all.deb


Override entries for your package:
firmware-ipw3945-di_0.8_all.udeb - optional non-free/debian-installer
firmware-ipw3945_0.8_all.deb - optional non-free/admin
firmware-iwlwifi-di_0.8_all.udeb - optional non-free/debian-installer
firmware-iwlwifi_0.8_all.deb - optional non-free/admin
firmware-nonfree_0.8.dsc - optional non-free/admin
firmware-qlogic-di_0.8_all.udeb - optional non-free/debian-installer
firmware-qlogic_0.8_all.deb - optional non-free/admin
firmware-rt61-di_0.8_all.udeb - optional non-free/debian-installer
firmware-rt61_0.8_all.deb - optional non-free/admin
firmware-rt73-di_0.8_all.udeb - optional non-free/debian-installer
firmware-rt73_0.8_all.deb - optional non-free/admin

Announcing to [EMAIL PROTECTED]
Closing bugs: 440967 


Thank you for your contribution to Debian.


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



Bug#440967: marked as done (cp: `/lib/firmware/ql2100_fw.bin' and `/tmp/...[snip].../ql2100_fw.bin' are the same file)

2007-11-26 Thread Debian Bug Tracking System
Your message dated Mon, 26 Nov 2007 19:40:03 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#440967: fixed in firmware-nonfree 0.8
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: firmware-qlogic
Version: 0.7
Severity: normal


# update-initramfs -c -t -k $(uname -r)
update-initramfs: Generating /boot/initrd.img-2.6.22-grml
[...]
cp: `/lib/firmware/ql2100_fw.bin' and 
`/tmp/mkinitramfs_V14176/lib/firmware/ql2100_fw.bin' are the same file
cp: `/lib/firmware/ql2200_fw.bin' and 
`/tmp/mkinitramfs_V14176/lib/firmware/ql2200_fw.bin' are the same file
cp: `/lib/firmware/ql2300_fw.bin' and 
`/tmp/mkinitramfs_V14176/lib/firmware/ql2300_fw.bin' are the same file
cp: `/lib/firmware/ql2322_fw.bin' and 
`/tmp/mkinitramfs_V14176/lib/firmware/ql2322_fw.bin' are the same file
cp: `/lib/firmware/ql2400_fw.bin' and 
`/tmp/mkinitramfs_V14176/lib/firmware/ql2400_fw.bin' are the same file
#

The relevant source seems to be
/usr/share/initramfs-tools/hooks/firmware_qlogic

regards,
-mika-

--- End Message ---
--- Begin Message ---
Source: firmware-nonfree
Source-Version: 0.8

We believe that the bug you reported is fixed in the latest version of
firmware-nonfree, which is due to be installed in the Debian FTP archive:

firmware-ipw3945-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-ipw3945-di_0.8_all.udeb
firmware-ipw3945_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-ipw3945_0.8_all.deb
firmware-iwlwifi-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-iwlwifi-di_0.8_all.udeb
firmware-iwlwifi_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-iwlwifi_0.8_all.deb
firmware-nonfree_0.8.dsc
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.8.dsc
firmware-nonfree_0.8.tar.gz
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.8.tar.gz
firmware-qlogic-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-qlogic-di_0.8_all.udeb
firmware-qlogic_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-qlogic_0.8_all.deb
firmware-rt61-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-rt61-di_0.8_all.udeb
firmware-rt61_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-rt61_0.8_all.deb
firmware-rt73-di_0.8_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-rt73-di_0.8_all.udeb
firmware-rt73_0.8_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-rt73_0.8_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[EMAIL PROTECTED]> (supplier of updated firmware-nonfree 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 26 Nov 2007 15:58:00 +0100
Source: firmware-nonfree
Binary: firmware-iwlwifi-di firmware-rt73-di firmware-rt61 firmware-rt61-di 
firmware-ipw3945 firmware-qlogic firmware-qlogic-di firmware-ipw3945-di 
firmware-iwlwifi firmware-rt73
Architecture: source all
Version: 0.8
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team 
Changed-By: Daniel Baumann <[EMAIL PROTECTED]>
Description: 
 firmware-ipw3945 - Binary firmware for Intel Wireless 3945 (old style)
 firmware-ipw3945-di - Binary firmware for Intel Wireless 3945 (old style) 
(udeb)
 firmware-iwlwifi - Binary firmware for Intel Wireless
 firmware-iwlwifi-di - Binary firmware for Intel Wireless (udeb)
 firmware-qlogic - Binary firmware for QLogic QLA2XXX
 firmware-qlogic-di - Binary firmware for QLogic QLA2XXX (udeb)
 firmware-rt61 - Binary firmware for rt61 and rt61pci wireless network drivers
 firmware-rt61-di - Binary firmware for rt61 and rt61pci wireless network 
drivers (udeb)
 firmware-rt73 - Binary firmware for rt73 and rt73usb wireless network drivers
 firmware-rt73-di - Binary firmware for rt73 and rt73usb wireless network 
drivers (udeb)
Closes: 440967
Changes: 
 firmware-nonfree (0.8) unstable; urgency=low
 .
   * Applying patch from Ben Hutchings <[EMAIL PROTECTED]> to update
 gencontrol.py for linux-support-2.6.22-3.
   * Check for already included firmware by initramfs-tools own functions
 (Closes: #440967).
   * Applying patch from Ben Hutchings <[EMA

Processing of linux-modules-extra-2.6_2.6.22-8_i386.changes

2007-11-26 Thread Archive Administrator
linux-modules-extra-2.6_2.6.22-8_i386.changes uploaded successfully to localhost
along with the files:
  linux-modules-extra-2.6_2.6.22-8.dsc
  linux-modules-extra-2.6_2.6.22-8.tar.gz
  atl2-modules-2.6.22-3-486_2.6.22+1.0.40.4-8_i386.deb
  atl2-modules-2.6-486_2.6.22-8_i386.deb
  aufs-modules-2.6.22-3-486_2.6.22+0+20071105-8_i386.deb
  aufs-modules-2.6-486_2.6.22-8_i386.deb
  btrfs-modules-2.6.22-3-486_2.6.22+0.8-8_i386.deb
  btrfs-modules-2.6-486_2.6.22-8_i386.deb
  drbd8-modules-2.6.22-3-486_2.6.22+8.0.7-8_i386.deb
  drbd8-modules-2.6-486_2.6.22-8_i386.deb
  gspca-modules-2.6.22-3-486_2.6.22+01.00.18-8_i386.deb
  gspca-modules-2.6-486_2.6.22-8_i386.deb
  iscsitarget-modules-2.6.22-3-486_2.6.22+0.4.15-8_i386.deb
  iscsitarget-modules-2.6-486_2.6.22-8_i386.deb
  squashfs-modules-2.6.22-3-486_2.6.22+3.2r2-8_i386.deb
  squashfs-modules-2.6-486_2.6.22-8_i386.deb
  unionfs-modules-2.6.22-3-486_2.6.22+1.4+debian-8_i386.deb
  unionfs-modules-2.6-486_2.6.22-8_i386.deb
  virtualbox-ose-modules-2.6.22-3-486_2.6.22+1.5.2-dfsg2-8_i386.deb
  virtualbox-ose-modules-2.6-486_2.6.22-8_i386.deb
  atl2-modules-2.6.22-3-686_2.6.22+1.0.40.4-8_i386.deb
  atl2-modules-2.6-686_2.6.22-8_i386.deb
  aufs-modules-2.6.22-3-686_2.6.22+0+20071105-8_i386.deb
  aufs-modules-2.6-686_2.6.22-8_i386.deb
  btrfs-modules-2.6.22-3-686_2.6.22+0.8-8_i386.deb
  btrfs-modules-2.6-686_2.6.22-8_i386.deb
  drbd8-modules-2.6.22-3-686_2.6.22+8.0.7-8_i386.deb
  drbd8-modules-2.6-686_2.6.22-8_i386.deb
  gspca-modules-2.6.22-3-686_2.6.22+01.00.18-8_i386.deb
  gspca-modules-2.6-686_2.6.22-8_i386.deb
  iscsitarget-modules-2.6.22-3-686_2.6.22+0.4.15-8_i386.deb
  iscsitarget-modules-2.6-686_2.6.22-8_i386.deb
  squashfs-modules-2.6.22-3-686_2.6.22+3.2r2-8_i386.deb
  squashfs-modules-2.6-686_2.6.22-8_i386.deb
  unionfs-modules-2.6.22-3-686_2.6.22+1.4+debian-8_i386.deb
  unionfs-modules-2.6-686_2.6.22-8_i386.deb
  virtualbox-ose-modules-2.6.22-3-686_2.6.22+1.5.2-dfsg2-8_i386.deb
  virtualbox-ose-modules-2.6-686_2.6.22-8_i386.deb
  atl2-modules-2.6.22-3-k7_2.6.22+1.0.40.4-8_i386.deb
  atl2-modules-2.6-k7_2.6.22-8_i386.deb
  aufs-modules-2.6.22-3-k7_2.6.22+0+20071105-8_i386.deb
  aufs-modules-2.6-k7_2.6.22-8_i386.deb
  btrfs-modules-2.6.22-3-k7_2.6.22+0.8-8_i386.deb
  btrfs-modules-2.6-k7_2.6.22-8_i386.deb
  drbd8-modules-2.6.22-3-k7_2.6.22+8.0.7-8_i386.deb
  drbd8-modules-2.6-k7_2.6.22-8_i386.deb
  gspca-modules-2.6.22-3-k7_2.6.22+01.00.18-8_i386.deb
  gspca-modules-2.6-k7_2.6.22-8_i386.deb
  iscsitarget-modules-2.6.22-3-k7_2.6.22+0.4.15-8_i386.deb
  iscsitarget-modules-2.6-k7_2.6.22-8_i386.deb
  squashfs-modules-2.6.22-3-k7_2.6.22+3.2r2-8_i386.deb
  squashfs-modules-2.6-k7_2.6.22-8_i386.deb
  unionfs-modules-2.6.22-3-k7_2.6.22+1.4+debian-8_i386.deb
  unionfs-modules-2.6-k7_2.6.22-8_i386.deb
  virtualbox-ose-modules-2.6.22-3-k7_2.6.22+1.5.2-dfsg2-8_i386.deb
  virtualbox-ose-modules-2.6-k7_2.6.22-8_i386.deb
  atl2-modules-2.6.22-3-686-bigmem_2.6.22+1.0.40.4-8_i386.deb
  atl2-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  aufs-modules-2.6.22-3-686-bigmem_2.6.22+0+20071105-8_i386.deb
  aufs-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  btrfs-modules-2.6.22-3-686-bigmem_2.6.22+0.8-8_i386.deb
  btrfs-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  drbd8-modules-2.6.22-3-686-bigmem_2.6.22+8.0.7-8_i386.deb
  drbd8-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  gspca-modules-2.6.22-3-686-bigmem_2.6.22+01.00.18-8_i386.deb
  gspca-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  iscsitarget-modules-2.6.22-3-686-bigmem_2.6.22+0.4.15-8_i386.deb
  iscsitarget-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  squashfs-modules-2.6.22-3-686-bigmem_2.6.22+3.2r2-8_i386.deb
  squashfs-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  unionfs-modules-2.6.22-3-686-bigmem_2.6.22+1.4+debian-8_i386.deb
  unionfs-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  virtualbox-ose-modules-2.6.22-3-686-bigmem_2.6.22+1.5.2-dfsg2-8_i386.deb
  virtualbox-ose-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  atl2-modules-2.6.22-3-amd64_2.6.22+1.0.40.4-8_i386.deb
  atl2-modules-2.6-amd64_2.6.22-8_i386.deb
  aufs-modules-2.6.22-3-amd64_2.6.22+0+20071105-8_i386.deb
  aufs-modules-2.6-amd64_2.6.22-8_i386.deb
  btrfs-modules-2.6.22-3-amd64_2.6.22+0.8-8_i386.deb
  btrfs-modules-2.6-amd64_2.6.22-8_i386.deb
  drbd8-modules-2.6.22-3-amd64_2.6.22+8.0.7-8_i386.deb
  drbd8-modules-2.6-amd64_2.6.22-8_i386.deb
  gspca-modules-2.6.22-3-amd64_2.6.22+01.00.18-8_i386.deb
  gspca-modules-2.6-amd64_2.6.22-8_i386.deb
  iscsitarget-modules-2.6.22-3-amd64_2.6.22+0.4.15-8_i386.deb
  iscsitarget-modules-2.6-amd64_2.6.22-8_i386.deb
  squashfs-modules-2.6.22-3-amd64_2.6.22+3.2r2-8_i386.deb
  squashfs-modules-2.6-amd64_2.6.22-8_i386.deb
  unionfs-modules-2.6.22-3-amd64_2.6.22+1.4+debian-8_i386.deb
  unionfs-modules-2.6-amd64_2.6.22-8_i386.deb
  atl2-modules-2.6.22-3-vserver-686_2.6.22+1.0.40.4-8_i386.deb
  atl2-modules-2.6-vserver-686_2.6.22-8_i386.deb
  aufs-modules-2.6.22-3-vserver-686_2.6.22+0+20071105-8_i386.deb
  aufs-modules-2.6-vserver-686_2.6.22-8_i386.deb
  btrfs-

Processing of firmware-nonfree_0.9_i386.changes

2007-11-26 Thread Archive Administrator
firmware-nonfree_0.9_i386.changes uploaded successfully to localhost
along with the files:
  firmware-nonfree_0.9.dsc
  firmware-nonfree_0.9.tar.gz
  firmware-ipw3945_0.9_all.deb
  firmware-ipw3945-di_0.9_all.udeb
  firmware-iwlwifi_0.9_all.deb
  firmware-iwlwifi-di_0.9_all.udeb
  firmware-qlogic_0.9_all.deb
  firmware-qlogic-di_0.9_all.udeb
  firmware-ralink_0.9_all.deb
  firmware-ralink-di_0.9_all.udeb

Greetings,

Your Debian queue daemon


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



firmware-nonfree_0.9_i386.changes is NEW

2007-11-26 Thread Debian Installer
firmware-ipw3945-di_0.9_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-ipw3945-di_0.9_all.udeb
firmware-ipw3945_0.9_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-ipw3945_0.9_all.deb
firmware-iwlwifi-di_0.9_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-iwlwifi-di_0.9_all.udeb
firmware-iwlwifi_0.9_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-iwlwifi_0.9_all.deb
firmware-nonfree_0.9.dsc
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.9.dsc
firmware-nonfree_0.9.tar.gz
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.9.tar.gz
firmware-qlogic-di_0.9_all.udeb
  to pool/non-free/f/firmware-nonfree/firmware-qlogic-di_0.9_all.udeb
firmware-qlogic_0.9_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-qlogic_0.9_all.deb
(new) firmware-ralink-di_0.9_all.udeb optional non-free/debian-installer
Binary firmware for rt61, rt61pci, rt73, rt73usb wireless network drivers
(new) firmware-ralink_0.9_all.deb optional non-free/admin
Binary firmware for rt61, rt61pci, rt73, rt73usb wireless network drivers
 This package contains the binary firmware for PCI, CardBus and USB
 wireless network cards with the Ralink RT2501 [Turbo], RT2600, RT5201
 [Turbo], RT5600 or RT5201USB chipset, supported by the rt61, rt61pci, or
 rt73, rt73usb drivers..
 .
 URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
 .
 Contents:
  * Ralink RT2561 (RT2501/RT5201 chipset) firmware, version unknown
  * Ralink RT2561S (RT2501 Turbo/RT5201 Turbo chipset) firmware, version unknown
  * Ralink RT2661 (RT2600/RT5600 chipset) firmware, version unknown
  * Ralink RT2571W/RT2671 (RT2501USB/RT5201USB chipset) firmware, version 
unknown
Changes: firmware-nonfree (0.9) unstable; urgency=low
 .
  * Merging rt61 and rt73 to ralink as requested by Bastian.


Override entries for your package:
firmware-ipw3945-di_0.9_all.udeb - optional non-free/debian-installer
firmware-ipw3945_0.9_all.deb - optional non-free/admin
firmware-iwlwifi-di_0.9_all.udeb - optional non-free/debian-installer
firmware-iwlwifi_0.9_all.deb - optional non-free/misc
firmware-nonfree_0.9.dsc - source non-free/admin
firmware-qlogic-di_0.9_all.udeb - optional non-free/debian-installer
firmware-qlogic_0.9_all.deb - optional non-free/admin

Announcing to [EMAIL PROTECTED]


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


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



linux-modules-extra-2.6_2.6.22-8_i386.changes ACCEPTED

2007-11-26 Thread Debian Installer

Accepted:
atl2-modules-2.6-486_2.6.22-8_i386.deb
  to pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-486_2.6.22-8_i386.deb
atl2-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-686-bigmem_2.6.22-8_i386.deb
atl2-modules-2.6-686_2.6.22-8_i386.deb
  to pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-686_2.6.22-8_i386.deb
atl2-modules-2.6-amd64_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-amd64_2.6.22-8_i386.deb
atl2-modules-2.6-k7_2.6.22-8_i386.deb
  to pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-k7_2.6.22-8_i386.deb
atl2-modules-2.6-vserver-686_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-vserver-686_2.6.22-8_i386.deb
atl2-modules-2.6-vserver-k7_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6-vserver-k7_2.6.22-8_i386.deb
atl2-modules-2.6.22-3-486_2.6.22+1.0.40.4-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-486_2.6.22+1.0.40.4-8_i386.deb
atl2-modules-2.6.22-3-686-bigmem_2.6.22+1.0.40.4-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-686-bigmem_2.6.22+1.0.40.4-8_i386.deb
atl2-modules-2.6.22-3-686_2.6.22+1.0.40.4-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-686_2.6.22+1.0.40.4-8_i386.deb
atl2-modules-2.6.22-3-amd64_2.6.22+1.0.40.4-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-amd64_2.6.22+1.0.40.4-8_i386.deb
atl2-modules-2.6.22-3-k7_2.6.22+1.0.40.4-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-k7_2.6.22+1.0.40.4-8_i386.deb
atl2-modules-2.6.22-3-vserver-686_2.6.22+1.0.40.4-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-vserver-686_2.6.22+1.0.40.4-8_i386.deb
atl2-modules-2.6.22-3-vserver-k7_2.6.22+1.0.40.4-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-vserver-k7_2.6.22+1.0.40.4-8_i386.deb
aufs-modules-2.6-486_2.6.22-8_i386.deb
  to pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-486_2.6.22-8_i386.deb
aufs-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-686-bigmem_2.6.22-8_i386.deb
aufs-modules-2.6-686_2.6.22-8_i386.deb
  to pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-686_2.6.22-8_i386.deb
aufs-modules-2.6-amd64_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-amd64_2.6.22-8_i386.deb
aufs-modules-2.6-k7_2.6.22-8_i386.deb
  to pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-k7_2.6.22-8_i386.deb
aufs-modules-2.6-vserver-686_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-vserver-686_2.6.22-8_i386.deb
aufs-modules-2.6-vserver-k7_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6-vserver-k7_2.6.22-8_i386.deb
aufs-modules-2.6.22-3-486_2.6.22+0+20071105-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-486_2.6.22+0+20071105-8_i386.deb
aufs-modules-2.6.22-3-686-bigmem_2.6.22+0+20071105-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-686-bigmem_2.6.22+0+20071105-8_i386.deb
aufs-modules-2.6.22-3-686_2.6.22+0+20071105-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-686_2.6.22+0+20071105-8_i386.deb
aufs-modules-2.6.22-3-amd64_2.6.22+0+20071105-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-amd64_2.6.22+0+20071105-8_i386.deb
aufs-modules-2.6.22-3-k7_2.6.22+0+20071105-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-k7_2.6.22+0+20071105-8_i386.deb
aufs-modules-2.6.22-3-vserver-686_2.6.22+0+20071105-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-vserver-686_2.6.22+0+20071105-8_i386.deb
aufs-modules-2.6.22-3-vserver-k7_2.6.22+0+20071105-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/aufs-modules-2.6.22-3-vserver-k7_2.6.22+0+20071105-8_i386.deb
btrfs-modules-2.6-486_2.6.22-8_i386.deb
  to pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-486_2.6.22-8_i386.deb
btrfs-modules-2.6-686-bigmem_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-686-bigmem_2.6.22-8_i386.deb
btrfs-modules-2.6-686_2.6.22-8_i386.deb
  to pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-686_2.6.22-8_i386.deb
btrfs-modules-2.6-amd64_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-amd64_2.6.22-8_i386.deb
btrfs-modules-2.6-k7_2.6.22-8_i386.deb
  to pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-k7_2.6.22-8_i386.deb
btrfs-modules-2.6-vserver-686_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-vserver-686_2.6.22-8_i386.deb
btrfs-modules-2.6-vserver-k7_2.6.22-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6-vserver-k7_2.6.22-8_i386.deb
btrfs-modules-2.6.22-3-486_2.6.22+0.8-8_i386.deb
  to 
pool/main/l/linux-modules-extra-2.6/btrfs-modules-2.6.22-3-486_2.6.22+0.8-8_i3

linux-modules-extra-2.6_2.6.18-8_i386.changes REJECTED

2007-11-26 Thread Debian Installer

Rejected: unionfs-modules-2.6-486_2.6.18-8_i386.deb: old version (2:2.6.22-7) 
in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: unionfs-modules-2.6-686_2.6.18-8_i386.deb: old version (2:2.6.22-7) 
in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: unionfs-modules-2.6-686-bigmem_2.6.18-8_i386.deb: old version 
(2:2.6.22-7) in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: gspca-modules-2.6-686_2.6.18-8_i386.deb: old version (2:2.6.22-7) in 
unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: gspca-modules-2.6-k7_2.6.18-8_i386.deb: old version (2:2.6.22-7) in 
unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: gspca-modules-2.6-486_2.6.18-8_i386.deb: old version (2:2.6.22-7) in 
unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: squashfs-modules-2.6-486_2.6.18-8_i386.deb: old version (2:2.6.22-7) 
in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: squashfs-modules-2.6-amd64_2.6.18-8_i386.deb: old version 
(2:2.6.22-7) in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: squashfs-modules-2.6-686_2.6.18-8_i386.deb: old version (2:2.6.22-7) 
in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: squashfs-modules-2.6-686-bigmem_2.6.18-8_i386.deb: old version 
(2:2.6.22-7) in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: gspca-modules-2.6-amd64_2.6.18-8_i386.deb: old version (2:2.6.22-7) 
in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: gspca-modules-2.6-vserver-686_2.6.18-8_i386.deb: old version 
(2:2.6.22-7) in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: unionfs-modules-2.6-amd64_2.6.18-8_i386.deb: old version (2:2.6.22-7) 
in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: unionfs-modules-2.6-k7_2.6.18-8_i386.deb: old version (2:2.6.22-7) in 
unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: squashfs-modules-2.6-k7_2.6.18-8_i386.deb: old version (2:2.6.22-7) 
in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: gspca-modules-2.6-686-bigmem_2.6.18-8_i386.deb: old version 
(2:2.6.22-7) in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: gspca-modules-2.6-vserver-k7_2.6.18-8_i386.deb: old version 
(2:2.6.22-7) in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: squashfs-modules-2.6-vserver-k7_2.6.18-8_i386.deb: old version 
(2:2.6.22-7) in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: squashfs-modules-2.6-vserver-686_2.6.18-8_i386.deb: old version 
(2:2.6.22-7) in unstable >= new version (2:2.6.18-8) targeted at unstable.
Rejected: linux-modules-extra-2.6_2.6.18-8.dsc: old version (2.6.22-7) in 
unstable >= new version (2.6.18-8) targeted at unstable.


===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.


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



Re: debian 3.1 - how make it to support 2G memory

2007-11-26 Thread Paweł Krzywicki
On Monday 26 November 2007 17:35, ann kok wrote:
compile in correct way your kernel :)
config :Processor type and features  ---> High Memory Support (4GB)  --->   
and that's all folks :)

> Hi all
>
> I want to increase the memory from 1G to 2G
>
> debian 3.1 - how make it to support 2G memory
>
> thank you
>
>
>  
> ___
>_ Be a better pen pal.
> Text or chat with friends inside Yahoo! Mail. See how. 
> http://overview.mail.yahoo.com/

-- 
Regards Pawel Krzywicki
Debian GNU/Linux User: Pawel"at"Wartan"dot"org
kadu:3735326 Registered Linux User : 406139 |PLUG :1966491030
Home Page: http://www.wartan.org


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