Announcement

Collapse
No announcement yet.

18.04 local mirror fails with missing icon files

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    18.04 local mirror fails with missing icon files

    the following errors occur when using a local mirror with 18.04

    Code:
    Err:8 file:/mnt/reposB/ubuntu18041/mirror/archive.ubuntu.com/ubuntu bionic/main DEP-11 64x64@2 Icons
    File not found - /mnt/reposB/ubuntu18041/mirror/archive.ubuntu.com/ubuntu/dists/bionic/main/dep11/icons-64x64@2.tar (2: No such file or directory)
    Get:19 file:/mnt/reposB/ubuntu18041/mirror/archive.ubuntu.com/ubuntu bionic/universe DEP-11 64x64@2 Icons [1,024 B]
    Ign:19 file:/mnt/reposB/ubuntu18041/mirror/archive.ubuntu.com/ubuntu bionic/universe DEP-11 64x64@2 Icons
    Reading package lists... Done
    E: Failed to fetch file:/mnt/reposB/ubuntu18041/mirror/archive.ubuntu.com/ubuntu/dists/bionic/main/dep11/icons-64x64@2.tar  File not found - /mnt/reposB/ubuntu18041/mirror/archive.ubuntu.com/ubuntu/dists/bionic/main/dep11/icons-64x64@2.tar (2: No such file or directory)
    E: Some index files failed to download. They have been ignored, or old ones used instead.
    this error occurs only with kubuntu. it does not occur with ubuntu desktop and xubuntu, both 18.04.
    can anyone suggest how to correct this?

    thanks!

    #2
    more details.
    the InRelease file for ../dists/bionic has the following:

    Code:
    f2a3e3d9c8545708b98d9bea8d54be9d063f658d3f04b9f1da91f0a0b4bea09a           687104 main/dep11/icons-128x128.tar
    4a7db49d7f8bd673262341cc2fc9d261a209047b375a6137966dcef15dd5bd2e           601609 main/dep11/icons-128x128.tar.gz
    5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef             1024 main/dep11/icons-48x48@2.tar
    4fb74242855b6d269bc1b213bf1474c7ace757acbe0d4e0fb114f96e116ca765           314368 main/dep11/icons-64x64.tar
    5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef             1024 main/dep11/icons-64x64@2.tar
    39e0f680c56897c556fd4ce0dbba71e2622b0d1989f2e3fd5ab391d2c7c5c57f           162304 main/dep11/icons-48x48.tar
    72a445c7d354db04d1ffca6f52f7ab66953a3fa889bb66bf6d3210d3ab100f14           118319 main/dep11/icons-48x48.tar.gz
    7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c               29 main/dep11/icons-64x64@2.tar.gz
    57f27cd53b92604cbf5c549382eec53d66ef2500fbdd54692688fd3675786aeb           244564 main/dep11/icons-64x64.tar.gz
    5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef             1024 main/dep11/icons-128x128@2.tar
    7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c               29 main/dep11/icons-48x48@2.tar.gz
    7989bb311baa38ef545250282aa065d23281c46dfb8faabe4c653487bdbded5c               29 main/dep11/icons-128x128@2.tar.gz
    the log files for the 64x64@2 file:
    Code:
    dep11-log.2:--2019-02-21 07:22:36--  http://archive.ubuntu.com/ubuntu/dists/bionic/main/dep11/icons-64x64@2.tar.gz
    dep11-log.2:File  ‘archive.ubuntu.com/ubuntu/dists/bionic/main/dep11/icons-64x64@2.tar.gz’  not modified on server. Omitting download.
    dep11-log.3:--2019-02-13 07:27:19--  http://archive.ubuntu.com/ubuntu/dists/bionic/main/dep11/icons-64x64@2.tar.gz
    dep11-log.3:File  ‘archive.ubuntu.com/ubuntu/dists/bionic/main/dep11/icons-64x64@2.tar.gz’  not modified on server. Omitting download.
    the directory has:
    Code:
    root@t400:/mnt/reposB/ubuntu18041/mirror/archive.ubuntu.com/ubuntu/dists/bionic/main/dep11# ls -l
    total 3208
    -rw-r--r-- 1 root root 678025 Apr 26  2018 Components-amd64.yml.gz
    -rw-r--r-- 1 root root 477268 Apr 26  2018 Components-amd64.yml.xz
    -rw-r--r-- 1 root root 677314 Apr 26  2018 Components-i386.yml.gz
    -rw-r--r-- 1 root root 477188 Apr 26  2018 Components-i386.yml.xz
    -rw-r--r-- 1 root root 601609 Apr 26  2018 icons-128x128.tar.gz
    -rw-r--r-- 1 root root 118319 Apr 26  2018 icons-48x48.tar.gz
    -rw-r--r-- 1 root root 244564 Apr 26  2018 icons-64x64.tar.gz
    so the 64x64@2 file is in InRelease, the log shows the .gz file was ignored, and yet it is not there. none of the .tar files are there either. this should be telling me something, but i don't know enough about apt.

    Comment


      #3
      I don't know much about running a local mirror, but maybe you need to re-sync it?

      Or..... assuming you are using apt-mirror, I found this
      https://github.com/apt-mirror/apt-mirror/issues/102

      Comment


        #4
        Originally posted by claydoh View Post
        I don't know much about running a local mirror, but maybe you need to re-sync it?

        Or... assuming you are using apt-mirror, I found this
        https://github.com/apt-mirror/apt-mirror/issues/102
        finally had the time to get back to this.

        while i did not use the script that was included in the link (102), i did manually download the icon @2 files into the mirror and the mirror is now working. i had come across that issue on gethub, simply did not read close enough to see what the script was actually doing.

        thanks!

        Comment

        Working...
        X