=== inaddy is now known as tinoco | ||
=== mvalen_ is now known as mvalen | ||
=== xnox_ is now known as xnox | ||
xnox | Looking at s390-dasd code, for dasd drives esentially 0.0.0xxx is converted into xxx and then used as an integer. | 11:27 |
---|---|---|
xnox | is it at all possible to have dasd drives on e.g. 1.1.1000? | 11:28 |
hca | xnox, yes it's possible to have dasd drives on e.g. 1.1.1000. which dasd code did you look at? | 11:56 |
xnox | hca, i'm looking at s390-dasd - debian-installer component. | 11:59 |
xnox | if (sscanf (i, "0.0.%04x", &ret) == 1) | 11:59 |
xnox | return ret; | 11:59 |
xnox | if (sscanf (i, "%04x", &ret) == 1) | 11:59 |
xnox | return ret; | 11:59 |
xnox | return -1; | 11:59 |
hca | xnox, ok i thought you were talking about the kernel code | 12:00 |
xnox | this clearly tries to reduce the dasd drive id, down to an integer, ignoring leading digits. | 12:00 |
xnox | so my 2 british pence bet, is that installations fail on ids 0.1. and higher =) | 12:01 |
hca | sure :) | 12:01 |
* xnox opens a bug report. | 12:01 | |
xnox | bug #1583138 | 12:03 |
ubottu | bug 1583138 in s390-dasd (Ubuntu) "s390-dasd assumes all drives are on 0.0. prefix" [Undecided,New] https://launchpad.net/bugs/1583138 | 12:03 |
=== Bercik_ is now known as Bercik |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!