[opensuse-arm] Some problems with Tumbleweed on Raspberry Pi B 1
I am using openSUSE-Factory-ARM-JeOS-raspberrypi.armv6l-1.12.1- Build266.3.raw.xz, which works OK. I tried updating the software to the newest versions available in the repository and noticed: 1. zypper can't be updated because the proper version of libzypp is not available. In openSUSE Build I see building of libzypp for Factory disabled for all ARM architectures. Is there a problem with building this library? 2. Updating kernel-default to 3.19.3-1.1 gives an unbootable system. Any solution? I noticed some error messages when dracut is executed: /usr/lib/dracut/dracut-functions.sh: line 1585: host_modules: bad array subscript -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi Freek,
1. zypper can't be updated because the proper version of libzypp is not available. In openSUSE Build I see building of libzypp for Factory disabled for all ARM architectures. Is there a problem with building this library?
The build is not disabled, not sure where you looked: https://build.opensuse.org/package/show/openSUSE:Factory:ARM/libzypp The problem is that recently building was temporarily disabled, which caused an incomplete (and broken) ftp tree to be synced out. this is just being fixed as we speak (its syncing right now, so it'll be out in 3-4 hours).
2. Updating kernel-default to 3.19.3-1.1 gives an unbootable system.
Known problem, already fixed in kernel 4.0.0 which is being synced out (see above).
solution? I noticed some error messages when dracut is executed:
/usr/lib/dracut/dracut-functions.sh: line 1585: host_modules: bad array subscript
This is a bug that we already fixed, however you need to adjust it in your system manually. change /etc/dracut.conf.d/raspberrypi_modules.conf from: add_drivers+="sdhci_bcm2835 bcm2835_dma" to: add_drivers+=" sdhci_bcm2835 bcm2835_dma" (e.g. there is now an extra space betweeen +=" and sdhci..) Greetings, Dirk -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Op vrijdag 1 mei 2015 11:31:58 schreef u:
Hi Freek,
1. zypper can't be updated because the proper version of libzypp is not available. In openSUSE Build I see building of libzypp for Factory disabled for all ARM architectures. Is there a problem with building this library?
The build is not disabled, not sure where you looked: https://build.opensuse.org/package/show/openSUSE:Factory:ARM/libzypp
https://build.opensuse.org/package/show/openSUSE:Factory/libzypp
The problem is that recently building was temporarily disabled, which caused an incomplete (and broken) ftp tree to be synced out. this is just being fixed as we speak (its syncing right now, so it'll be out in 3-4 hours).
2. Updating kernel-default to 3.19.3-1.1 gives an unbootable system.
Known problem, already fixed in kernel 4.0.0 which is being synced out (see above).
solution? I noticed some error messages when dracut is executed:
/usr/lib/dracut/dracut-functions.sh: line 1585: host_modules: bad array subscript
This is a bug that we already fixed, however you need to adjust it in your system manually.
change
/etc/dracut.conf.d/raspberrypi_modules.conf
from:
add_drivers+="sdhci_bcm2835 bcm2835_dma"
to:
add_drivers+=" sdhci_bcm2835 bcm2835_dma"
(e.g. there is now an extra space betweeen +=" and sdhci..)
Greetings, Dirk
OK, thanks, will wait a little longer. -- fr.gr. member openSUSE Freek de Kruijf -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (2)
-
Dirk Müller
-
Freek de Kruijf