Tiny Core Linux
dCore Import Debian Packages to Mountable SCE extensions => dCore X86 => Topic started by: jls on July 16, 2015, 04:42:46 AM
-
plz fix it JW
-
I will be able to get to it in the coming days.
-
Does it actually fetch the debinx files, or just echo the repos being used? On my box it just echos the repos being used, main and security.
-
on a first run I see wget in ps, on a second,third, no.
-
Ok, I will see. It may be wget downloading the startup script and md5sum and dependency data tarball.
-
I have looked around to find why the first use has a fetch and the second and third do not, I don't see a reason yet, I will keep looking as time allows.
-
while running
sce-import -npb
I see
root 30269 30137 0 18:25 pts/2 00:00:00 wget -q -O - http://it.archive.ubuntu.com/ubuntu/dists/trusty-backports/restricted/binary-i386//Packages.bz2
-
Thank you, that helps point me where to look.
-
Are you booting, and then running the sce-import -np command? Because if there is no /tmp/debinx, then debGetEnv is run. Then on second and third and later runs it will not fetch. The existence of /temp/debinx is the test, and it can't be hard coded in because we use different debinx's between Debian, Ubuntu, and armv7.
-
So I could add /tmp/debinx to /opt/.filetoollst
-
Well, the /tmp/deb2sce.tar.gz is also expected to be there, using -p across rebootls was not intended by design. But with those 2 files backed up, perhaps it would, we can try.
-
Hi
I've added
tmp/deb2sce.xlst.gz
tmp/debinx
tmp/debinx_security
and it seems ok: sce-import:
Using the -d option.
Using the -r option.
Using the -n option.
Using the -p option.
Importing ncmpcpp.
Using Package Index: /etc/sysconfig/tcedir/ubuntu_trusty_main_i386_Packages
Using Package Index: /etc/sysconfig/tcedir/ubuntu_trusty_security_i386_Packages
Using ubuntu Mirror: http://it.archive.ubuntu.com/ubuntu/
Using ubuntu Security Mirror: http://it.archive.ubuntu.com/ubuntu/
ncmpcpp is a standard ubuntu trusty package.
but if I don't use the -p option will those files be redownloaded?
-
Yeah, without the -p option all the debinx's are synced.