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
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.