Skip to content

Instantly share code, notes, and snippets.

@Nokius

Nokius/logs Secret

Last active December 26, 2016 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/dd2e25023c1eadd212785c6cb88bb842 to your computer and use it in GitHub Desktop.
Save Nokius/dd2e25023c1eadd212785c6cb88bb842 to your computer and use it in GitHub Desktop.
[SFOS] cancro OTA issue
sh-3.2# ls -la /var/lib/platform-updates/
total 12
drwxr-xr-x 2 root root 4096 Dec 26 00:27 .
drwxr-xr-x 25 root root 4096 Dec 26 00:29 ..
-rw-r--r-- 1 root root 63 Dec 23 11:00 flash-bootimg.sh
sh-3.2# rpm -qa --queryformat '%{name} %{version} (%{installtime:date})\n' | grep droid-config-cancro-flashing
droid-config-cancro-flashing 0.0.3 (Fri Dec 23 15:30:30 2016)
sh-3.2# rpm -qa --queryformat '%{name} %{version} (%{installtime:date})\n' | grep droid-hal-cancro-img-boot
droid-hal-cancro-img-boot 0.0.6 (Mon Dec 26 01:16:57 2016)
sh-3.2# zypper install droid-hal-cancro-img-boot
PackageKit is blocking zypper. This happens if you have an updater applet or other software management application using PackageKit running.
Tell PackageKit to quit? [yes/no] (no): yes
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following package is going to be upgraded:
droid-hal-cancro-img-boot
1 package to upgrade.
Overall download size: 6.9 MiB. No additional space will be used or freed
after the operation.
Continue? [y/n/?] (y): y
Retrieving package droid-hal-cancro-img-boot-0.0.6-201612231909.armv7hl
(1/1), 6.9 MiB ( 8.7 MiB unpacked)
Retrieving: droid-hal-cancro-img-boot-0.0.6-201612231909.armv[done (2.1 MiB/s)]
Installing: droid-hal-cancro-img-boot-0.0.6-201612231909 ................[done]
Additional rpm output:
add-preinit-oneshot: /var/lib/platform-updates/flash-bootimg.sh does not exist - FAIL
warning: %post(droid-hal-cancro-img-boot-0.0.6-201612231909.armv7hl) scriptlet failed, exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment