Author Topic: sce-update doesn't consistently clean up NEWDEBINX  (Read 1589 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
sce-update doesn't consistently clean up NEWDEBINX
« on: January 25, 2016, 11:30:42 PM »
Probably minor, don't think it affects functionality:

1) When a full  sce-update -a  cycle is completed, NEWDEBINX doesn't get cleaned up (deleted). Second pass of  sce-update -a  immediately afterward will, however, then remove NEWDEBINX.

2) Also running just  sce-update  creates but does not remove NEWDEBINX after the selected SCE update check.

Thanks.

First pass  sce-update -a  :
Code: [Select]
Checking all system SCEs for updates:
 
         Xprogs is up to date.
         alsa-modules-3.16.6-tinycore is up to date.
         alsa-utils is up to date.
         bsdgames-nonfree is up to date.
         conky checkup for updates...
         dillo checkup for updates...
         emelfm checkup for updates...
         flash10 checkup for updates...
         fluxbox is up to date.
         getFlash10 checkup for updates...
         graphics-3.16.6-tinycore is up to date.
         iceweasel checkup for updates...
         iptables checkup for updates...
         lxterminal checkup for updates...
         mupdf checkup for updates...
         nano is up to date.
         netfilter-3.16.6-tinycore checkup for updates...
         xorg-intel checkup for updates...
No updates available for main or dependency SCEs.
tc@box:/usr/bin$ ll /mnt/sdb4/tce/import/debinx/
total 34M
-rw-rw-r-- 1 tc   staff  12M Jan 25 23:29 NEWDEBINX
-rw-rw-r-- 1 tc   staff  12M Jan 25 23:45 OLDDEBINX
-rw------- 1 root root   11M Jan 26  2016 debian_jessie_main_i386_Packages
-rw------- 1 root root  378K Jan 26  2016 debian_jessie_security_i386_Packages

Second pass:
Code: [Select]
tc@box:/usr/bin$ sce-update -a
debian
#################### 100.0% 29.4 kBps DONE     

verifying download...checksum matches OK
used 11411456 local, fetched 0

Debian Index synced: debian_jessie_main_i386_Packages

#################### 100.0% 0.0 kBps DONE   

verifying download...checksum matches OK
used 387072 local, fetched 0

Debian Security Index synced: debian_jessie_security_i386_Packages

Using the repo http://security.debian.org jessie main
 
Your entire SCE directory is up to date.
tc@box:/usr/bin$ ll /mnt/sdb4/tce/import/debinx/
total 23M
-rw-rw-r-- 1 tc   staff  12M Jan 25 23:45 OLDDEBINX
-rw------- 1 root root   11M Jan 26  2016 debian_jessie_main_i386_Packages
-rw------- 1 root root  378K Jan 26  2016 debian_jessie_security_i386_Packages

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: sce-update doesn't consistently clean up NEWDEBINX
« Reply #1 on: January 26, 2016, 06:59:50 AM »
Ok, I will look into it.