no that causes the same error as below I didn't, but after I expanded the sd, it still gave the same error. I did find though, that the error is also known to happen in RHEL, it might be python related? thanks, Ron On 6/7/20 3:27 PM, Pablo Sebastián Greco wrote: > > Does yum -y clean all help? > Also, did you expand the sd before running the update? > Does it happen if you do the update in smaller chunks (sometimes I > need to do this with devices that have 1G of RAM or less) > > Pablo. > > On 6/6/20 17:07, R C wrote: >> Hello, >> >> >> after a fresh install, if I do (for example) a yum update, then >> there seems to be a problem; >> >> I don't know if that is the same error as the one I see in other >> architectures? >> >> # yum update >> Traceback (most recent call last): >> File "/usr/bin/yum", line 57, in <module> >> from dnf.cli import main >> File "/usr/lib/python3.6/site-packages/dnf/__init__.py", line 23, >> in <module> >> import dnf.pycomp >> File "/usr/lib/python3.6/site-packages/dnf/pycomp.py", line 24, in >> <module> >> import email.mime.text >> File "/usr/lib/python3.6/email/mime/text.py", line 10, in <module> >> from email.mime.nonmultipart import MIMENonMultipart >> File "/usr/lib/python3.6/email/mime/nonmultipart.py", line 10, in >> <module> >> from email.mime.base import MIMEBase >> File "/usr/lib/python3.6/email/mime/base.py", line 9, in <module> >> import email.policy >> File "/usr/lib/python3.6/email/policy.py", line 6, in <module> >> from email._policybase import Policy, Compat32, compat32, >> _extend_docstrings >> File "/usr/lib/python3.6/email/_policybase.py", line 9, in <module> >> from email.utils import _has_surrogates >> File "/usr/lib/python3.6/email/utils.py", line 30, in <module> >> import datetime >> File "<frozen importlib._bootstrap>", line 971, in _find_and_load >> File "<frozen importlib._bootstrap>", line 955, in >> _find_and_load_unlocked >> File "<frozen importlib._bootstrap>", line 665, in _load_unlocked >> File "<frozen importlib._bootstrap_external>", line 674, in >> exec_module >> File "<frozen importlib._bootstrap_external>", line 779, in get_code >> File "<frozen importlib._bootstrap_external>", line 487, in >> _compile_bytecode >> ValueError: bad marshal data (string size out of range) >> >> _______________________________________________ >> Arm-dev mailing list >> Arm-dev at centos.org >> https://lists.centos.org/mailman/listinfo/arm-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/arm-dev/attachments/20200607/07037d0e/attachment-0005.html>