[Kernel-packages] [Bug 1643527] Re: dasdfmt fails after vary online. syslog show strange message "The disk layout of the DASD is not supported"

2017-09-11 Thread Frank Heimes
** Changed in: linux (Ubuntu) Assignee: Skipper Bug Screeners (skipper-screen-team) => Frank Heimes (frank-heimes) ** Changed in: linux (Ubuntu) Assignee: Frank Heimes (frank-heimes) => (unassigned) ** Changed in: ubuntu-z-systems Status: Invalid => Won't Fix -- You received

[Kernel-packages] [Bug 1643527] Re: dasdfmt fails after vary online. syslog show strange message "The disk layout of the DASD is not supported"

2017-09-11 Thread Andrew Cloke
** Changed in: ubuntu-z-systems Status: Incomplete => Invalid -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1643527 Title: dasdfmt fails after vary online. syslog show strange

[Kernel-packages] [Bug 1643527] Re: dasdfmt fails after vary online. syslog show strange message "The disk layout of the DASD is not supported"

2017-06-30 Thread Dimitri John Ledkov
The calls that fail are 'open()' calls. In ubuntu we do not have patches to s390-tools for dasdfmt code path. Please seek help from s390-tools upstream developers at IBM. And call to 'open()' should not require user to have a default shell set - e.g. it should not be resulting in e.g. system()

[Kernel-packages] [Bug 1643527] Re: dasdfmt fails after vary online. syslog show strange message "The disk layout of the DASD is not supported"

2016-12-12 Thread Frank Heimes
Indeed, DASDs with a nomenclature of 019* are often for special use, like 0191, 019D and 019E. But this is mostly by convention only. Interesting to know if that applies to this case, too? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to

[Kernel-packages] [Bug 1643527] Re: dasdfmt fails after vary online. syslog show strange message "The disk layout of the DASD is not supported"

2016-11-24 Thread Frank Heimes
** Changed in: ubuntu-z-systems Status: New => Incomplete -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1643527 Title: dasdfmt fails after vary online. syslog show strange

[Kernel-packages] [Bug 1643527] Re: dasdfmt fails after vary online. syslog show strange message "The disk layout of the DASD is not supported"

2016-11-22 Thread Frank Heimes
so with fresh and clean disks it works - even if using the not recommended way to use echo for setting the disks online (rather than the recommended way of using chzdev): # during installation in d-i 0.0.0200 (configured) 0.0.0301 (configured) # minidisk 1st part or dasd 2605 mod09 0.0.0302

[Kernel-packages] [Bug 1643527] Re: dasdfmt fails after vary online. syslog show strange message "The disk layout of the DASD is not supported"

2016-11-22 Thread Dimitri John Ledkov
What I'm trying to ask you, is to only use chzdev. No echos. No chccwdev. As both echo & chccwdev are redundant if one uses chzdev. chzdev can online the devices, and make that persistent, and wait for udev to settle. Doing all three actions in one go. E.g. $ sudo chzdev -e 0199 The -p flag

[Kernel-packages] [Bug 1643527] Re: dasdfmt fails after vary online. syslog show strange message "The disk layout of the DASD is not supported"

2016-11-21 Thread Dimitri John Ledkov
Ubuntu defaults to using and supporting chzdev. There are no Ubuntu releases without chzdev. Please ask other distros to ship chzdev for cross-distro compatibility and support. If this is being automated inside scripts, one needs to replicate everything that chzdev does - including waiting for

[Kernel-packages] [Bug 1643527] Re: dasdfmt fails after vary online. syslog show strange message "The disk layout of the DASD is not supported"

2016-11-21 Thread Frank Heimes
May I ask why: echo 1 > /sys/bus/ccw/devices/0.0.0199/online was used and not: chccwdev -e 0.0.0199 Does the usage of chccwdev to set the device only change the situation? ** Also affects: ubuntu-z-systems Importance: Undecided Status: New -- You received this bug notification