Hi, mhahn.
Thanks for your opinion.
1. I tried several times, still got the same error. Maybe the dmidecode server has some problems.
2. '..../ log.do_fetch.3694' looks like several DEBUG step goes.. but it seems to fail to get the mirror sites.
3. exit code 4 ?
I cannot find the exact meaning of the exit code 4. Maybe one of the execution errors.
....
except bb.process.ExecutionError as e:
if e.stdout:
output = "output:\n%s\n%s" % (e.stdout, e.stderr)
elif e.stderr:
output = "output:\n%s" % e.stderr
else:
output = "no output"
error_message = "Fetch command failed with exit code %s, %s" % (e.exitcode, output)
...
Thanks anyway...
June SaKong.