WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: sce-update error  (Read 2801 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
sce-update error
« on: November 26, 2016, 02:34:00 AM »
Selected two SCEs to update, both list files (bootlist, bootlist_minimal). Update check revealed available updates for both, only the first (bootlist) got updated with the end of output error pasted below. Despite the error the updated SCE appears OK. The sce-update script exited and the 2nd SCE (bootlist_minimal) never got updated. Not 100% sure i rebooted after updating to the latest dCore-jessie.gz this evening (2016.11.25.23.23), maybe this issue was already part of the recent sce-import fix?

Code: [Select]
Error in updating bootlist, exiting..

Code: [Select]
268/278 libp11-kit0
269/278 libnettle4
270/278 libhogweed2
271/278 libgmp10
272/278 libgnutls-deb0-28
273/278 libgpg-error0
274/278 libgcrypt20
275/278 gcc-4.9-base.deb2sce: dCore start script.
275/278 gcc-4.9-base
276/278 libgcc1
277/278 libc6
278/278 ntfs-3g.deb2sce: dCore start script.
278/278 ntfs-3g
Parallel mksquashfs: Using 1 processor
Creating 4.0 filesystem on /etc/sysconfig/tcedir/sce/update/bootlist.sce, block size 4096.
[===========================================================|] 80640/80640 100%
Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 4096
        compressed data, compressed metadata, compressed fragments, no xattrs
        duplicates are removed
Filesystem size 139011.87 Kbytes (135.75 Mbytes)
        45.65% of uncompressed filesystem size (304488.45 Kbytes)
Inode table size 260084 bytes (253.99 Kbytes)
        40.63% of uncompressed inode table size (640199 bytes)
Directory table size 99622 bytes (97.29 Kbytes)
        48.65% of uncompressed directory table size (204787 bytes)
Number of duplicate files found 236
Number of inodes 10030
Number of files 7446
Number of fragments 1656
Number of symbolic links  1464
Number of device nodes 0
Number of fifo nodes 0
Number of socket nodes 0
Number of directories 1120
Number of ids (unique uids + gids) 6
Number of uids 2
        root (0)
        tc (1001)
Number of gids 5
        root (0)
        shadow (42)
        utmp (43)
        utempter (1002)
        staff (50)
* Imported bootlist.sce.
Error in updating bootlist, exiting..
tc@box:~$

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-update error
« Reply #1 on: November 26, 2016, 03:13:49 AM »
This was the very thing the update last night was to fix, sce-import was giving an exit code of 1 even when successful.  Recently, I made sce-update halt on an exit code of 1 from sce-import, and the update last night seemed to fix it. 

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: sce-update error
« Reply #2 on: November 27, 2016, 05:19:11 PM »
Sorry about that, thanks for the explanation.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-update error
« Reply #3 on: November 27, 2016, 06:31:10 PM »
It's all good, thanks for the testing.