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