discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Unable to download nightly snapshot for Ubuntu 18.04

JS
James Synge
Fri, Dec 28, 2018 5:10 PM

I'm using openscad-nightly on Ubuntu 18.04, but something has apparently
changed in the resolution of the path to the package. As the shell log
below shows, there is a redirection to my own address ( 192.168.86.36)! I
know this is probably a Linux issue rather than an OpenSCAD repo issue, but
if anybody else has dealt with this and fixed, I'd appreciate guidance.

Thanks,
James

$ sudo apt-get upgrade openscad-nightly
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
openscad-nightly
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,867 kB of archives.
After this operation, 17.4 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04
http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04 ./
openscad-nightly 20181228T011545.git14c753c3+2714.1

I'm using openscad-nightly on Ubuntu 18.04, but something has apparently changed in the resolution of the path to the package. As the shell log below shows, there is a redirection to my own address ( 192.168.86.36)! I know this is probably a Linux issue rather than an OpenSCAD repo issue, but if anybody else has dealt with this and fixed, I'd appreciate guidance. Thanks, James $ sudo apt-get upgrade openscad-nightly Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following packages will be upgraded: openscad-nightly 1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 3,867 kB of archives. After this operation, 17.4 kB of additional disk space will be used. Do you want to continue? [Y/n] y *Err:1 http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04 <http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04> ./ openscad-nightly 20181228T011545.git14c753c3+2714.1* * 500 Bad redirection (path) [IP: 192.168.86.36 3142]* *E: Failed to fetch http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/./amd64/openscad-nightly_20181228T011545.git14c753c3+2714.1_amd64.deb <http://download.opensuse.org/repositories/home:/t-paul/xUbuntu_18.04/./amd64/openscad-nightly_20181228T011545.git14c753c3+2714.1_amd64.deb> 500 Bad redirection (path) [IP: 192.168.86.36 3142]* E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
TP
Torsten Paul
Fri, Dec 28, 2018 5:17 PM

On 28.12.18 18:10, James Synge wrote:

there is a redirection to my own address ( 192.168.86.36)! I
know this is probably a Linux issue rather than an OpenSCAD
repo issue, but if anybody else has dealt with this and fixed,
I'd appreciate guidance.

This sounds like you installed apt-cacher and apt was configured
to use it. Maybe it's not running.

If you don't intend to use that, maybe check the files in
/etc/apt/apt.conf.d/ if there are some entries for that proxy.

ciao,
Torsten.

On 28.12.18 18:10, James Synge wrote: > there is a redirection to my own address ( 192.168.86.36)! I > know this is probably a Linux issue rather than an OpenSCAD > repo issue, but if anybody else has dealt with this and fixed, > I'd appreciate guidance. This sounds like you installed apt-cacher and apt was configured to use it. Maybe it's not running. If you don't intend to use that, maybe check the files in /etc/apt/apt.conf.d/ if there are some entries for that proxy. ciao, Torsten.