Comment 6 for bug 206113

Revision history for this message
Colin Watson (cjwatson) wrote :

LaMont:

Mar 24 13:53:01 ubuntu partman: mkswap: unable to write signature page

Could you make mkswap do the following: (a) repeat write() as necessary in the presence of EINTR or short writes until everything is written or there is a non-EINTR failure; (b) in the event that that isn't the problem here, also arrange for it to report strerror(errno) so that we can see why it failed?

Thanks in advance.