Hi,
I've just installed this image for a RPi 3. It boots without issue, but when I do a yum update it segfaults.
Is there away around this ?
Regards
Phil
Data Thu, 12 Jul 2018 14:18:23 +1000 Philip Manuel systems@zomojo.com napisał(a):
I've just installed this image for a RPi 3. It boots without issue, but when I do a yum update it segfaults.
Is there away around this ?
Is it crashing during update, or right after yum update command? If it's a big update (with kernel and lots of other packages) try add a gig of swap.
El 12/7/18 a las 04:01, Łukasz Posadowski escribió:
Data Thu, 12 Jul 2018 14:18:23 +1000 Philip Manuel systems@zomojo.com napisał(a):
I've just installed this image for a RPi 3. It boots without issue, but when I do a yum update it segfaults.
Is there away around this ?
Is it crashing during update, or right after yum update command? If it's a big update (with kernel and lots of other packages) try add a gig of swap.
Personally, I prefer to update in smaller batches. First yum+rpm, then glibc and maybe others. then the rest (without the kernel) and then finally the kernel.
On Fri, 13 Jul 2018 at 01:12 Pablo Sebastián Greco pablo@fliagreco.com.ar wrote:
El 12/7/18 a las 04:01, Łukasz Posadowski escribió:
Data Thu, 12 Jul 2018 14:18:23 +1000 Philip Manuel systems@zomojo.com napisał(a):
I've just installed this image for a RPi 3. It boots without issue, but when I do a yum update it segfaults.
Is there away around this ?
Is it crashing during update, or right after yum update command? If it's a big update (with kernel and lots of other packages) try add a gig of swap.
Personally, I prefer to update in smaller batches. First yum+rpm, then glibc and maybe others. then the rest (without the kernel) and then finally the kernel.
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
Hi It crashes straight after issuing a 'yum update', can also be recreated using python import yum scenario
Thanks
<snip>
Hi It crashes straight after issuing a 'yum update', can also be recreated using python import yum scenario
Thanks
In that case, maybe either the filesystem is corrupted, or the yum package is. You could try to fsck the SD car and then reinstall yum (and its subpackages) using the rpm and not actually yum.
HTH. Pablo.