Page 1 of 1

"Failed to download: Couldn't read a file:// file"[SOLVED]

Posted: 4. Sep 2010, 19:37
by SalmonEater
RE:
---------------------------------------------------------------------------------------------------------------------------------------------------------------
http://www.salixos.org/wiki/index.php/H ... cy_support
---------------------------------------------------------------------------------------------------------------------------------------------------------------
I did as instructed at he above webpage and ran

wget -m -nH -r -np --cut-dirs=4 -R "=D","=A","index.html" http://download.salixos.org/i486/slackware-13.1/

using stated mirror for 32-bit packages, made the script file adddepinfo.sh executable, ran script,edited the
/etc/slapt-get/slapt-getrc file. first leaving the salix.enials.net SOURCE intact, then changed it to the
http://download.salixos.org/i486/slackware-13.1/ reference; in both cases, I received errors on running the command <slapt-get -u> or <slapt-get --update> as follows:

Code: Select all

root@darkstar:~# slapt-get --update
Retrieving package data [file:///etc/apt/sources.list.d/salixrepo/deps/repo/]...Failed to download: Couldn't read a file:// file
Retrieving package data [file:///etc/apt/sources.list.d/salixrepo/deps/repo/extra/]...Failed to download: Couldn't read a file:// file
Retrieving package data [http://download.salixos.org/i486/slackware-13.1/]...Cached
Retrieving patch list [http://download.salixos.org/i486/slackware-13.1/]...Cached
Retrieving checksum list [http://download.salixos.org/i486/slackware-13.1/]...Cached
Retrieving checksum signature [http://download.salixos.org/i486/slackware-13.1/]...Cached
Verifying checksum signature [http://download.salixos.org/i486/slackware-13.1/]...No key for verification
Reading Package Lists...Done
Retrieving package data [ftp://ftp.osuosl.org/pub/slackware/slackware-13.1/testing/]...Cached
Retrieving patch list [ftp://ftp.osuosl.org/pub/slackware/slackware-13.1/testing/]...Done
Retrieving checksum list [ftp://ftp.osuosl.org/pub/slackware/slackware-13.1/testing/]...Cached
Retrieving checksum signature [ftp://ftp.osuosl.org/pub/slackware/slackware-13.1/testing/]...Cached
Verifying checksum signature [ftp://ftp.osuosl.org/pub/slackware/slackware-13.1/testing/]...No key for verification
Reading Package Lists...Done
Retrieving package data [ftp://ftp.osuosl.org/pub/slackware/slackware-13.1/pasture/]...Cached
Retrieving patch list [ftp://ftp.osuosl.org/pub/slackware/slackware-13.1/pasture/]...Done
Retrieving checksum list [ftp://ftp.osuosl.org/pub/slackware/slackware-13.1/pasture/]...Cached
Retrieving checksum signature [ftp://ftp.osuosl.org/pub/slackware/slackware-13.1/pasture/]...Cached
Verifying checksum signature [ftp://ftp.osuosl.org/pub/slackware/slackware-13.1/pasture/]...No key for verification
Reading Package Lists...Done
Sources failed to download, correct sources and rerun --update
What is wrong or incorrect here, pray tell?

Re: "Failed to download: Couldn't read a file:// file"

Posted: 5. Sep 2010, 16:26
by Polesz
file:///

cat /etc/slapt-get/slapt-getrc

Code: Select all

# Home made packages.
# SOURCE=file:///var/www/packages/:CUSTOM

Re: "Failed to download: Couldn't read a file:// file"

Posted: 5. Sep 2010, 19:34
by SalmonEater
Alright -- got that working properly . . . thanks, Polesz! (This was with XFCE)