ftp down

Elan Ruusamäe glen at delfi.ee
Mon May 6 23:06:02 CEST 2019


On 06/05/2019 19:06, Jan Rękorajski wrote:
> On Sun, 05 May 2019, Elan Ruusamäe wrote:
>
>> the ftp is still unusable for poldek after exactly two months have passed.
>>
>>
>> please make default poldek config to use http:// (or https://) if unable
>> to support ftp://
> Fix your /etc/resolv.conf and /etc/localtime.
>
> And no, I don't know why it breaks with incorrect or missing /etc/localtime.

good hints.

but resolv.conf is not an issue, docker provides it to each container 
from the host.

however, seems poldek and ftp:// does not like TZ=UTC.

```

$ docker run --rm -it -v /usr/share/zoneinfo/UTC:/etc/localtime 
registry.gitlab.com/pld-linux/pld sh
[@3df4cbcf0419 /]# poldek --up

Retrieving th::packages.ndir.md...
error: vfff: unknown error
Retrying...(#2)
error: vfff: unknown error
Retrying...(#3)
^C

$ docker run --rm -it -v 
/usr/share/zoneinfo/Europe/Tallinn:/etc/localtime 
registry.gitlab.com/pld-linux/pld sh
[@b67878cd3b04 /]# poldek --up

Retrieving th::packages.ndir.md...
Retrieving th::packages.ndir.gz...
.............................. 100.0% [16.5M (15.8M/s)]
Retrieving th::packages.ndir.dscr.gz...
.............................. 100.0% [1.1M (1.1M/s)]

Retrieving th::packages.ndir.md...
Retrieving th::packages.ndir.gz...
^C

```

this worked before for a long time, some underlying library (glibc?) 
change likely.



More information about the pld-devel-en mailing list