<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel">
    <title>gmane.linux.debian.devel.kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43373"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43372"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43371"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43370"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43369"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43368"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43367"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43366"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43365"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43364"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43363"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43362"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43360"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43359"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43358"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43357"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43356"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43355"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43354"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43353"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43373">
    <title>packaging e1000e from intel</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43373</link>
    <description>Hi,

I've found that the e1000e driver isn't up-to-date for some new hardware 
our school has received.  I'm trying to package it [properly], but I'm 
having trouble finding instructions on packaging a kernel module.  If 
someone could look at what I tried (below) and tell me what I'm doing 
wrong, that would be appreciated.  Thanks.

* lspci to find hardware id (0x10de)
* google search to find hardware name (intel 82567LM-3)
* intel download search to find driver
* 
http://downloadcenter.intel.com/confirm.aspx?httpDown=http://downloadmirror.intel.com/15817/eng/e1000e-0.5.8.2.tar.gz&amp;agr=&amp;ProductID=3003&amp;DwnldId=15817&amp;strOSs=&amp;OSFullName=&amp;lang=eng
  tar -zxvf e1000e-0.5.8.2.tar.gz
  cd e1000e-0.5.8.2/
  cat &gt; Makefile &lt;&lt; end
  default:
  $(MAKE) -C src default
  install:
  $(MAKE) -C src install
  end
  dh_make -e jayen&lt; at &gt;science.unsw.edu.au -f ../e1000e-0.5.8.2.tar.gz -s -p 
e1000e
  sed -i s/INSTALL_MOD_PATH/DESTDIR/ src/Makefile
  fakeroot debian/rules binary

  sudo dpkg --force-overwrite -i e1000e_0.5.8.2-</description>
    <dc:creator>Jayen Ashar</dc:creator>
    <dc:date>2008-12-04T01:36:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43372">
    <title>Bug#507728: linux-image-2.6.26-1-686: USB mass storage devices unreliable when connected through USB hubs</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43372</link>
    <description>Package: linux-image-2.6.26-1-686
Version: 2.6.26-10
Severity: important

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

USB mass storage devices always seem to fail after a few moments of reading or
writing when they are connected via a USB hub. This is accompanied by messages
such as the following:

Dec  3 22:56:32 xerces kernel: [ 3975.148272] sd 6:0:0:0: [sda] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
Dec  3 22:56:32 xerces kernel: [ 3975.148286] end_request: I/O error, dev sda, sector 8065
Dec  3 22:56:32 xerces kernel: [ 3975.148303] Buffer I/O error on device sda1, logical block 1
Dec  3 22:56:32 xerces kernel: [ 3975.148307] lost page write due to I/O error on sda1
Dec  3 22:56:32 xerces kernel: [ 3975.148625] usb 4-3.1: USB disconnect, address 10
Dec  3 22:56:32 xerces kernel: [ 3975.151790] Buffer I/O error on device sda1, logical block 8192
Dec  3 22:56:32 xerces kernel: [ 3975.151800] lost page write due to I/O error on sda1
Dec  3 22:56:32 xerces hald[3015]: forcibly attempting </description>
    <dc:creator>Sam Morris</dc:creator>
    <dc:date>2008-12-03T23:05:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43371">
    <title>Bug#507676: initramfs-tools: does not wait for usb disks in fstab to show up</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43371</link>
    <description>
 From what i've heard from previous posts, you can try with the 
"rootdelay=n" kernel boot parameter, where n is the number of seconds to 
wait.

Good luck.

Cesare.



</description>
    <dc:creator>Cesare Leonardi</dc:creator>
    <dc:date>2008-12-03T23:18:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43370">
    <title>Bug#506964: linux-image-2.6.26-1-686: radeonfb suspend/resume for Acer Travelmate 29X</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43370</link>
    <description>
If you haven't received a reply from upstream, please resend and keep
the maintainer and the specific development list in CC, it's probably
been overseen in the enourmous amount of l-k traffic: 
Benjamin Herrenschmidt &lt;benh&lt; at &gt;kernel.crashing.org&gt; and
linux-fbdev-devel&lt; at &gt;lists.sourceforge.net

Also, please add a Signed-off-by: line as described in
Documentation/SubmittingPatches

Cheers,
        Moritz



</description>
    <dc:creator>Moritz Muehlenhoff</dc:creator>
    <dc:date>2008-12-03T22:40:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43369">
    <title>Bug#504668: marked as done (firmware-nonfree: Add License handler in gencontrol.py)</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43369</link>
    <description>
Your message dated Wed, 03 Dec 2008 22:42:22 +0000
with message-id &lt;E1L80QI-0002Mj-W9&lt; at &gt;ries.debian.org&gt;
and subject line Bug#504668: fixed in firmware-nonfree 0.14
has caused the Debian Bug report #504668,
regarding firmware-nonfree: Add License handler in gencontrol.py
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner&lt; at &gt;bugs.debian.org
immediately.)


</description>
    <dc:creator>Debian Bug Tracking System</dc:creator>
    <dc:date>2008-12-03T22:57:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43368">
    <title>Bug#504671: marked as done (firmware-nonfree: Please add ipw2100  firmware)</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43368</link>
    <description>
Your message dated Wed, 03 Dec 2008 22:42:23 +0000
with message-id &lt;E1L80QJ-0002Ml-0m&lt; at &gt;ries.debian.org&gt;
and subject line Bug#504671: fixed in firmware-nonfree 0.14
has caused the Debian Bug report #504671,
regarding firmware-nonfree: Please add ipw2100 firmware
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner&lt; at &gt;bugs.debian.org
immediately.)


</description>
    <dc:creator>Debian Bug Tracking System</dc:creator>
    <dc:date>2008-12-03T22:57:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43367">
    <title>Bug#449235: marked as done (Please add ipw2200 firmware)</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43367</link>
    <description>
Your message dated Wed, 03 Dec 2008 22:42:22 +0000
with message-id &lt;E1L80QI-0002Mh-VD&lt; at &gt;ries.debian.org&gt;
and subject line Bug#449235: fixed in firmware-nonfree 0.14
has caused the Debian Bug report #449235,
regarding Please add ipw2200 firmware
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner&lt; at &gt;bugs.debian.org
immediately.)


</description>
    <dc:creator>Debian Bug Tracking System</dc:creator>
    <dc:date>2008-12-03T22:57:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43366">
    <title>firmware-nonfree_0.14_powerpc.changes ACCEPTED</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43366</link>
    <description>
Accepted:
firmware-bnx2_0.14_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-bnx2_0.14_all.deb
firmware-ipw2x00_0.14_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-ipw2x00_0.14_all.deb
firmware-iwlwifi_0.14_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-iwlwifi_0.14_all.deb
firmware-nonfree_0.14.dsc
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.14.dsc
firmware-nonfree_0.14.tar.gz
  to pool/non-free/f/firmware-nonfree/firmware-nonfree_0.14.tar.gz
firmware-qlogic_0.14_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-qlogic_0.14_all.deb
firmware-ralink_0.14_all.deb
  to pool/non-free/f/firmware-nonfree/firmware-ralink_0.14_all.deb


Override entries for your package:
firmware-bnx2_0.14_all.deb - optional non-free/admin
firmware-ipw2x00_0.14_all.deb - optional non-free/admin
firmware-iwlwifi_0.14_all.deb - optional non-free/admin
firmware-nonfree_0.14.dsc - optional non-free/admin
firmware-qlogic_0.14_all.deb - optional non-free/admin
firmware-ralink_0.14_all.deb - option</description>
    <dc:creator>Debian Installer</dc:creator>
    <dc:date>2008-12-03T22:42:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43365">
    <title>Bug#507220: marked as done (linux-source-2.6.24: Kernel panic  when accessing Adaptec 1542CF SCSI controller (aha1542 driver))</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43365</link>
    <description>
Your message dated Wed, 3 Dec 2008 23:42:14 +0100
with message-id &lt;20081203224214.GA5476&lt; at &gt;galadriel.inutil.org&gt;
and subject line Re: problem seemss to be corrrected in 2.6.26
has caused the Debian Bug report #507220,
regarding linux-source-2.6.24: Kernel panic when accessing Adaptec 1542CF SCSI controller (aha1542 driver)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner&lt; at &gt;bugs.debian.org
immediately.)


</description>
    <dc:creator>Debian Bug Tracking System</dc:creator>
    <dc:date>2008-12-03T22:48:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43364">
    <title>Bug#507725: squashfs-modules-2.6-686: please enable SquashFS 1.0 support</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43364</link>
    <description>Package: squashfs-modules-2.6-686
Version: 2:2.6.26-4
Severity: wishlist

master&lt; at &gt;bagnat:~/EMINENT$ sudo mount -t squashfs -o loop 0  /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
master&lt; at &gt;bagnat:~/EMINENT$ dmesg |tail -n2
[43287.986603] SQUASHFS error: Major/Minor mismatch, Squashfs 1.0 filesystems are unsupported
[43287.986619] SQUASHFS error: Please recompile with Squashfs 1.0 support enabled

Would it be possible to do so by default? Thanks in advance.

</description>
    <dc:creator>Lionel Elie Mamane</dc:creator>
    <dc:date>2008-12-03T22:47:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43363">
    <title>Bug#428847: marked as done (linux-image-2.6.18-4-sparc64: Kernel  oops on Ultra-10 serial break)</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43363</link>
    <description>
Your message dated Wed, 3 Dec 2008 23:20:38 +0100
with message-id &lt;20081203222037.GA4765&lt; at &gt;galadriel.inutil.org&gt;
and subject line Re: linux-image-2.6.18-4-sparc64: Kernel oops on Ultra-10 serial break
has caused the Debian Bug report #428847,
regarding linux-image-2.6.18-4-sparc64: Kernel oops on Ultra-10 serial break
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner&lt; at &gt;bugs.debian.org
immediately.)


</description>
    <dc:creator>Debian Bug Tracking System</dc:creator>
    <dc:date>2008-12-03T22:24:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43362">
    <title>Bug#387460: marked as done (linux-image-2.6.17-2-686: kernel  panic when trying to add vlan to a slave bonded interface)</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43362</link>
    <description>
Your message dated Wed, 3 Dec 2008 23:07:46 +0100
with message-id &lt;20081203220746.GA4170&lt; at &gt;galadriel.inutil.org&gt;
and subject line Re: Bug#387460: linux-image-2.6.17-2-686: kernel panic when trying to add vlan to a slave bonded interface
has caused the Debian Bug report #387460,
regarding linux-image-2.6.17-2-686: kernel panic when trying to add vlan to a slave bonded interface
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner&lt; at &gt;bugs.debian.org
immediately.)


</description>
    <dc:creator>Debian Bug Tracking System</dc:creator>
    <dc:date>2008-12-03T22:12:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43360">
    <title>Bug#507712: marked as done (Followup-For: Bug #502375- seem to be a problem with version notation change)</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43360</link>
    <description>
Your message dated Wed, 03 Dec 2008 21:42:19 +0100
with message-id &lt;4936EF2B.1060000&lt; at &gt;debian.org&gt;
and subject line Re: Bug#507712: Followup-For: Bug #502375- seem to be a problem with  version notation change
has caused the Debian Bug report #507712,
regarding Followup-For: Bug #502375- seem to be a problem with version notation change
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner&lt; at &gt;bugs.debian.org
immediately.)


</description>
    <dc:creator>Debian Bug Tracking System</dc:creator>
    <dc:date>2008-12-03T20:48:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43359">
    <title>Bug#507712: Followup-For: Bug #502375- seem to be a problem with version notation change</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43359</link>
    <description>

Package: virtualbox-ose-modules-2.6.26-1-686
Version: 1.6.6-dfsg-3+2.6.26-10

*** Please type your report below this line ***
version notation changed from  2.6.26+1.6.2-dfsg-4 to 1.6.6-dfsg-3+2.6.26-10
apparantly causing update-manager to consider the former as latest.
solved locally by locking version in synaptic after doing the proposed a-i.
should be fixed by reformatting version number of new (or old) package

</description>
    <dc:creator>salonh&lt; at &gt;t2.technion.ac.il</dc:creator>
    <dc:date>2008-12-03T20:29:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43358">
    <title>Bug#507710: linux-image-2.6.26-1-amd64: CPU overload, Sound server fatal error.</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43358</link>
    <description>Package: linux-image-2.6.26-1-amd64
Version: 2.6.26-10
Severity: critical
Justification: breaks the whole system



</description>
    <dc:creator>Peter</dc:creator>
    <dc:date>2008-12-03T20:26:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43357">
    <title>Bug#507676: initramfs-tools: does not wait for usb disks in</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43357</link>
    <description>

My solution is to insert:

        echo -e "\033[1;33;40mSelf-imposed wait of
10s...(12/02/08)\033[0;37;40m"
        /bin/sleep 10.0

just ahead of

        wait_for_udev 10

in /usr/share/initramfs-tools/scripts/local function mountroot (). But I
don't think I should have to do that.

Hugo
</description>
    <dc:creator>hugo vanwoerkom</dc:creator>
    <dc:date>2008-12-03T19:32:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43356">
    <title>Bug#507676: initramfs-tools: does not wait for usb disks in</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43356</link>
    <description>-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wed, Dec 03, 2008 at 05:30:40PM +0100, Bernhard Kleine wrote:

Using the alternative ramdisk-generator yaird also solves issues like 
this - but really: Both rebooting and yaird is merely _workarounds_, not 
real bugfixes.


Regards,

  - Jonas

- -- 
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkk2v1EACgkQn7DbMsAkQLiD7wCghLJT+g5mnf8UAq8NUXOEOqS9
r/gAnRdUrX2eSJ1Twf/v7qTo+n8RQgAL
=EmNs
-----END PGP SIGNATURE-----



</description>
    <dc:creator>Jonas Smedegaard</dc:creator>
    <dc:date>2008-12-03T17:18:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43355">
    <title>Bug#507676: initramfs-tools: does not wait for usb disks in</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43355</link>
    <description>Am Wed, 03 Dec 2008 16:30:30 +0100 schrieb hugo vanwoerkom:


I had a similar problem 2 days ago, one usb partition as /dev/sda1, boot 
stopped with an error, I do not remember but related to a missing device. 
Rebooting solved the problem.

Bernhard
</description>
    <dc:creator>Bernhard Kleine</dc:creator>
    <dc:date>2008-12-03T16:30:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43354">
    <title>Bug#507676: initramfs-tools: does not wait for usb disks in fstab to show up</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43354</link>
    <description>Package: initramfs-tools
Version: 0.92l
Severity: normal

Booting linux-image-2.6.26-1-686 initramfs does not wait for the 2 USB disks
that are in /etc/fstab to show up, causing the
boot to fail.
This is the relevant section of /etc/fstab:
...
# 80GB PATA Seagate disk USB
LABEL=ST380211.01       /sda1           ext2
defaults,user,noauto,errors=remount-ro  0       1
LABEL=ST380211.02       /sda2           ext2
defaults,user,noauto,errors=remount-ro  0       1
LABEL=ST380211.03       /sda3           ext2
defaults,user,noauto,errors=remount-ro  0       1
LABEL=ST380211.05       /sda5           ext2
defaults,user,noauto,errors=remount-ro  0       1
LABEL=ST380211.06       /sda6           ext2
defaults,user,noauto,errors=remount-ro  0       1
LABEL=ST380211.07       /sda7           ext2
defaults,user,noauto,errors=remount-ro  0       1
##LABEL=ST380211.07     /sda7           ext2
auto,user,exec                          0       0

# 80GB SATA Western Digital disk USB
LABEL=wd80_0jd-60.03    /sdb3           ext2
de</description>
    <dc:creator>hugo vanwoerkom</dc:creator>
    <dc:date>2008-12-03T15:15:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43353">
    <title>Bug#507557: linux-image-2.6.26-1-r4k-ip22: hangs early at boot on Indigo2</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43353</link>
    <description>
you could cross-build upstream kernels, e.g. with my cross-toolchain
for lenny: http://people.debian.org/~ths/toolchain/


Thiemo



</description>
    <dc:creator>Thiemo Seufer</dc:creator>
    <dc:date>2008-12-03T13:40:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43352">
    <title>Bug#507557: linux-image-2.6.26-1-r4k-ip22: hangs early at boot on Indigo2</title>
    <link>http://permalink.gmane.org/gmane.linux.debian.devel.kernel/43352</link>
    <description>
ok, do you have a chance to test something newer preferred git-current ?

Thomas.

</description>
    <dc:creator>Thomas Bogendoerfer</dc:creator>
    <dc:date>2008-12-03T12:30:29</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.linux.debian.devel.kernel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.debian.devel.kernel</link>
  </textinput>
</rdf:RDF>
