Callahan, Michael wrote: ...
autopart.py line 361 TypeError: unsupported operand type(s) for*:'NoneType' and 'long'
This line reads:
requestSectors = long((request.requestSize * 1024L * 1024L) / part.disk.dev.sector_size) - 1
It looks like that request.requestSize does not contain a number.
Printing request.requestSize to the log before this line could be useful...
Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 25, Fax: +45 33 27 47 08 Email: mk@xxxxxx Homepage: http://www.crc.dk