initrd-tools - mkinitrd does not warn for lack of scsi lagacy proc support

Bug #13720 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
initrd-tools (Debian)
Fix Released
Unknown
initrd-tools (Ubuntu)
Invalid
High
Jeff Bailey

Bug Description

Automatically imported from Debian bug report #298736 http://bugs.debian.org/298736

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 9 Mar 2005 17:46:53 +0100
From: Bastian Blank <email address hidden>
To: <email address hidden>
Subject: initrd-tools - mkinitrd does not warn for lack of scsi lagacy proc support

--b5gNqxB1S1yM7hjW
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: initrd-tools
Version: 0.1.77
Severity: critical

mkinitrd does not warn for lack of scsi lagacy proc support and produces
an initrd which lacks any scsi support.

Bastian

--=20
Death, when unnecessary, is a tragic thing.
  -- Flint, "Requiem for Methuselah", stardate 5843.7

--b5gNqxB1S1yM7hjW
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iEYEARECAAYFAkIvKH0ACgkQnw66O/MvCNF9zwCeP/OlULC/79+JrGT/IpFUbp3L
rhkAn1H0Coo5Y0irUDrrf+r68x+sNUcL
=rqtg
-----END PGP SIGNATURE-----

--b5gNqxB1S1yM7hjW--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 9 Mar 2005 18:13:59 +0100
From: Bastian Blank <email address hidden>
To: <email address hidden>, <email address hidden>
Subject: Bug#298736: initrd-tools - mkinitrd does not find the scsi driver on 2.6.10

--TYecfFk8j8mZq+dy
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

retitle 298736 initrd-tools - mkinitrd does not find scsi driver on 2.6.10
thanks

I was wrong, proc legacy interface was enabled bug it does not longer
contain the information about the driver.

Seems that it needs to be finaly optained from sysfs.

Bastian

--=20
Those who hate and fight must stop themselves -- otherwise it is not stoppe=
d.
  -- Spock, "Day of the Dove", stardate unknown

--TYecfFk8j8mZq+dy
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iEYEARECAAYFAkIvLtcACgkQnw66O/MvCNEtxACcDJtufM1ErCnKLsZdSDrMJ1fq
Dk0An1g+p0RaKUbYpim+wfYnwf0DiMSn
=0J/Y
-----END PGP SIGNATURE-----

--TYecfFk8j8mZq+dy--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 09 Mar 2005 19:28:32 +0100
From: Harald Dunkel <email address hidden>
To: Bastian Blank <email address hidden>, <email address hidden>
Subject: Re: Bug#298736: initrd-tools - mkinitrd does not warn for lack of scsi lagacy proc support

--------------enigD330FB854F48BDFF600E29A5
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

There is something like

 if [ ! -d /proc/scsi ]; then
  echo "$PROG: Cannot determine SCSI module" >&2
  exit 1
 fi

in mkinitrd.

How can I reproduce your problem?

Regards

Harri

--------------enigD330FB854F48BDFF600E29A5
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCL0BVUTlbRTxpHjcRAgt8AJ9i9oMjt9+nWTSeIXncyh9gx2i9nwCcCPTM
zo8kIwLtUy+C3oPwUUtcl4w=
=1HMu
-----END PGP SIGNATURE-----

--------------enigD330FB854F48BDFF600E29A5--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 9 Mar 2005 18:33:22 -0800
From: Steve Langasek <email address hidden>
To: <email address hidden>
Subject: Re: initrd-tools - mkinitrd does not find scsi driver on 2.6.10

--yrj/dFKFPuw6o+aM
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

tags 298736 sarge-ignore
thanks

Since this bug is specific to kernels newer than the ones we're shipping,
it's not RC for sarge.

Thanks,
--=20
Steve Langasek
postmodern programmer

--yrj/dFKFPuw6o+aM
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFCL7HvKN6ufymYLloRAkxAAKCF4bagvIqZ606TcNC/f4Z9cqkcLwCeK1DC
2T/0WudlVKVxP+ftXO1j3es=
=AVOr
-----END PGP SIGNATURE-----

--yrj/dFKFPuw6o+aM--

Revision history for this message
Jeff Bailey (jbailey) wrote :

Kernel patch drivers-scsi-generic_proc_info.dpatch keeps this from biting us.
Post Hoary early boot stuff will be all 2.6 and /sys based. Marking this as not
for us.

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 25 Jun 2005 18:20:54 +0200
From: Harald Dunkel <email address hidden>
To: <email address hidden>
Subject: [patch]: how to look for SCSI modules in /sys

--------------enig3A64AADAE2F1419E5AE90DAB
Content-Type: multipart/mixed;
 boundary="------------000803080400070508060801"

This is a multi-part message in MIME format.
--------------000803080400070508060801
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi folks,

I am not sure whether this bug report is still unresolved,
but attached you can find a possible patch. It should work
with recent 2.6.11 and 2.6.12 kernels.

Regards

Harri

--------------000803080400070508060801
Content-Type: application/x-tar;
 name="mkinitrd.patch.298736.gz"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
 filename="mkinitrd.patch.298736.gz"

H4sICJKDvUIAA21raW5pdHJkLnBhdGNoLjI5ODczNgCVVFFXmzAUfoZfcUXWWmkaoKXD9tTT
HXfm8UU9urc5eyikNisQJKnWbf733QAynU/rScNN8t2PfN9NIITAYECx8ZyrMiFKiFQSd+AN
Qm/g0WxTzxu+6wYEmz8EN5iMhhN3NHBffuC4uG46jgP/JIyJH4AXTjxv4vrvEuZzIF5/BI7u
5nOT7O/RJc+pXJtOEy4jHMA+tpYaCGTRhkGUQzPBs+iOaZQmHIV+fwyOfnhjzQpGUfJcLTKR
bFMGSckfWCkpT5j+k4TLjQnPJphOyqVayFjyBisPevDLdIyVKIHjy4DKJ0mXqYg3VCaHNGEP
PGa0NhBbTT2FRCCZYcQJ2ByONYzm2zQF/7jjQacDKIrlUcbAPigek95UoxORM1SNzfgSpeky
ijcT2EoGas1ApAnIeM2yGmKseJ4ALUoRU71dIOqpQGVAMlxghVqDh3G0a+PKgRVYH1Y3uQW/
QUWx6Tybjgl3TJVCqEopGCgtStHeH6gYubCvNcIqje5AipWagawzZi384vLr2fnnmaeDT1en
VRWCYNj/CE4wHvbDughGHCnIEruiJTIueaHguBPopekU+xD35Xk9kxgGX8E32APyRuT3qfYi
186+rtHMsg/eFa5naVhFQ36CZb9es1omfLPB4rVAwOXVxekETqI8Fwo1K1biPhlcn1yfQZ1n
4Wb9OmXHFXg6XPFa7FGIKp2xe9Q/asQa8ikLhnG4282sNrSaHNAa/7eGNzrJeFdJyRLoarHt
IX0jtj2MtVCbT/VAHzbM3eb8vqXQmzborb4SmsCmycvUVi6JVKLES0b+zspl4S9wqA0Yj/zK
gGCERW8MMCS9ZbIgYqOiO5HbVMRVsMBJigVoQa09g0Obdu122H2Duk8jzw9djWjCLq0c6TbH
mZgOaHC3+Vycs0fYsDJnqUQP8q4CfUqq61T53XwHqmvdVkHn/gFyhpfsFAUAAA==
--------------000803080400070508060801--

--------------enig3A64AADAE2F1419E5AE90DAB
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCvYRmUTlbRTxpHjcRAp19AJ9udSSSBDDbfQkYVvilxgNeqC7duACeOjOv
YRreaH0ZIgvWo9sOY0ekSdo=
=ngIE
-----END PGP SIGNATURE-----

--------------enig3A64AADAE2F1419E5AE90DAB--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 25 Jun 2005 18:29:12 +0200
From: Harald Dunkel <email address hidden>
To: <email address hidden>
Subject: patch for #298736 submitted

--------------enigBFA8A977B2EEC2C24E932E04
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

tags 298736 + patch

--------------enigBFA8A977B2EEC2C24E932E04
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCvYZYUTlbRTxpHjcRAgtnAJoDF7PYX/UUWtG86CFUg5QBDF99xwCfYtrj
PKlGvqEuQjKxgfEGYx+lbeE=
=g3Ej
-----END PGP SIGNATURE-----

--------------enigBFA8A977B2EEC2C24E932E04--

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 17 Dec 2005 14:55:08 +0100
From: maximilian attems <email address hidden>
To: <email address hidden>
Subject: downgrade - alternatives exists

severity #298736 important

Changed in initrd-tools:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.